[ Jan 2 05:05:25 Enabled. ] [ Jan 2 05:05:25 Rereading configuration. ] [ Jan 2 05:05:26 Rereading configuration. ] [ Jan 2 05:05:29 Executing start method ("/opt/oxide/lib/svc/manifest/clickhouse.sh"). ] + set -o errexit + set -o pipefail + . /lib/svc/share/smf_include.sh ++ SMF_EXIT_OK=0 ++ SMF_EXIT_NODAEMON=94 ++ SMF_EXIT_ERR_FATAL=95 ++ SMF_EXIT_ERR_CONFIG=96 ++ SMF_EXIT_MON_DEGRADE=97 ++ SMF_EXIT_MON_OFFLINE=98 ++ SMF_EXIT_ERR_NOSMF=99 ++ SMF_EXIT_ERR_PERM=100 ++ svcprop -c -p config/listen_addr svc:/oxide/clickhouse:default + LISTEN_ADDR=fd00:1122:3344:101::e ++ svcprop -c -p config/listen_port svc:/oxide/clickhouse:default + LISTEN_PORT=8123 ++ svcprop -c -p config/store svc:/oxide/clickhouse:default + DATASTORE=/data + args=("--config-file" "/opt/oxide/clickhouse/config.xml" "--" "--path" "${DATASTORE}" "--listen_host" "$LISTEN_ADDR" "--http_port" "$LISTEN_PORT") + exec /opt/oxide/clickhouse/clickhouse server --config-file /opt/oxide/clickhouse/config.xml -- --path /data --listen_host fd00:1122:3344:101::e --http_port 8123 [ Jan 2 05:05:29 Method "start" exited with status 0. ] Processing configuration file '/opt/oxide/clickhouse/config.xml'. Logging trace to /var/tmp/clickhouse-server.log Logging errors to /var/tmp/clickhouse-server.errlog 2026.01.02 05:05:31.053404 [ 1 ] {} Application: Will watch for the process with pid 25794 2026.01.02 05:05:31.053879 [ 1 ] {} Application: Forked a child process to watch 2026.01.02 05:05:31.551266 [ 1 ] {} Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: 3042d295d963012962f5c683bd2776fa331a38c3, build id: ), PID 25794 2026.01.02 05:05:31.552149 [ 1 ] {} Application: starting up 2026.01.02 05:05:31.552296 [ 1 ] {} Application: OS name: SunOS, version: 5.11, architecture: i86pc 2026.01.02 05:05:31.669478 [ 1 ] {} Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48. 2026.01.02 05:05:31.747401 [ 1 ] {} Application: rlimit on number of file descriptors is 65536 2026.01.02 05:05:31.747517 [ 1 ] {} Application: Initializing DateLUT. 2026.01.02 05:05:31.747540 [ 1 ] {} Application: Initialized DateLUT with time zone 'UTC'. 2026.01.02 05:05:31.747625 [ 1 ] {} Context: Setting up /data/tmp/ to store temporary data in it 2026.01.02 05:05:31.748429 [ 1 ] {} Application: Initializing interserver credentials. 2026.01.02 05:05:31.750777 [ 1 ] {} ConfigReloader: Loading config '/opt/oxide/clickhouse/config.xml' Processing configuration file '/opt/oxide/clickhouse/config.xml'. Saved preprocessed configuration to '/data/preprocessed_configs/config.xml'. 2026.01.02 05:05:31.751719 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration 2026.01.02 05:05:31.752615 [ 1 ] {} Application: Setting max_server_memory_usage was set to 86.29 GiB (95.88 GiB available * 0.90 max_server_memory_usage_to_ram_ratio) 2026.01.02 05:05:31.752677 [ 1 ] {} Application: Setting merges_mutations_memory_usage_soft_limit was set to 47.94 GiB (95.88 GiB available * 0.50 merges_mutations_memory_usage_to_ram_ratio) 2026.01.02 05:05:31.752720 [ 1 ] {} Application: Merges and mutations memory limit is set to 47.94 GiB 2026.01.02 05:05:31.753478 [ 1 ] {} BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads 2026.01.02 05:05:31.754407 [ 1 ] {} BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads 2026.01.02 05:05:31.760416 [ 1 ] {} BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads 2026.01.02 05:05:31.761159 [ 1 ] {} BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads 2026.01.02 05:05:31.762542 [ 1 ] {} CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. 2026.01.02 05:05:31.762640 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration 2026.01.02 05:05:31.763639 [ 1 ] {} ConfigReloader: Loading config '/opt/oxide/clickhouse/config.xml' Processing configuration file '/opt/oxide/clickhouse/config.xml'. Saved preprocessed configuration to '/data/preprocessed_configs/config.xml'. 2026.01.02 05:05:31.764098 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration 2026.01.02 05:05:31.768290 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration 2026.01.02 05:05:31.768753 [ 1 ] {} Access(user directories): Added users_xml access storage 'users_xml', path: /opt/oxide/clickhouse/config.xml 2026.01.02 05:05:31.772120 [ 1 ] {} Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin 2026.01.02 05:05:31.772650 [ 1 ] {} Context: Initialized background executor for move operations with num_threads=8, num_tasks=8 2026.01.02 05:05:31.773061 [ 1 ] {} Context: Initialized background executor for fetches with num_threads=8, num_tasks=8 2026.01.02 05:05:31.773400 [ 1 ] {} Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8 2026.01.02 05:05:31.774853 [ 1 ] {} DNSCacheUpdater: Update period 15 seconds 2026.01.02 05:05:31.774879 [ 1 ] {} Application: Loading metadata from /data/ 2026.01.02 05:05:31.774972 [ 173 ] {} DNSResolver: Updating DNS cache 2026.01.02 05:05:31.775066 [ 173 ] {} DNSResolver: Updated DNS cache 2026.01.02 05:05:31.837233 [ 1 ] {} DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total. 2026.01.02 05:05:31.837270 [ 1 ] {} TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000235884 sec 2026.01.02 05:05:31.837325 [ 1 ] {} ReferentialDeps: No tables 2026.01.02 05:05:31.837370 [ 1 ] {} LoadingDeps: No tables 2026.01.02 05:05:31.838131 [ 1 ] {} DatabaseAtomic (system): Starting up tables. 2026.01.02 05:05:31.838737 [ 1 ] {} SystemLog: Creating system.query_log from query_log 2026.01.02 05:05:31.851678 [ 1 ] {} SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config 2026.01.02 05:05:31.851734 [ 1 ] {} SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config 2026.01.02 05:05:31.851838 [ 1 ] {} SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config 2026.01.02 05:05:31.851852 [ 1 ] {} SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config 2026.01.02 05:05:31.851887 [ 1 ] {} SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config 2026.01.02 05:05:31.851966 [ 1 ] {} SystemLog: Creating system.metric_log from metric_log 2026.01.02 05:05:31.855897 [ 1 ] {} SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config 2026.01.02 05:05:31.855942 [ 1 ] {} SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config 2026.01.02 05:05:31.855994 [ 1 ] {} SystemLog: Creating system.asynchronous_metric_log from asynchronous_metric_log 2026.01.02 05:05:31.856169 [ 1 ] {} SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config 2026.01.02 05:05:31.856212 [ 1 ] {} SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config 2026.01.02 05:05:31.856225 [ 1 ] {} SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config 2026.01.02 05:05:31.856304 [ 1 ] {} SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config 2026.01.02 05:05:31.856317 [ 1 ] {} SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config 2026.01.02 05:05:31.856349 [ 1 ] {} SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config 2026.01.02 05:05:31.856426 [ 1 ] {} SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config 2026.01.02 05:05:31.881089 [ 1 ] {} DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal. 2026.01.02 05:05:31.891641 [ 1 ] {} DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total. 2026.01.02 05:05:31.891752 [ 1 ] {} TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000133572 sec 2026.01.02 05:05:31.891769 [ 1 ] {} ReferentialDeps: No tables 2026.01.02 05:05:31.891782 [ 1 ] {} LoadingDeps: No tables 2026.01.02 05:05:31.891813 [ 1 ] {} DatabaseAtomic (default): Starting up tables. 2026.01.02 05:05:31.892112 [ 1 ] {} UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/ 2026.01.02 05:05:31.892234 [ 1 ] {} UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded 2026.01.02 05:05:31.892251 [ 1 ] {} Application: Loaded metadata. 2026.01.02 05:05:31.892266 [ 1 ] {} Application: Query Profiler and TraceCollector are disabled because they require PHDR cache to be created (otherwise the function 'dl_iterate_phdr' is not lock free and not async-signal safe). 2026.01.02 05:05:31.892279 [ 1 ] {} Application: TaskStats is not implemented for this OS. IO accounting will be disabled. 2026.01.02 05:05:31.895901 [ 1 ] {} CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. 2026.01.02 05:05:31.896105 [ 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.03 MiB 2026.01.02 05:05:31.897569 [ 1 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 1.366e-05 sec. 2026.01.02 05:05:31.897966 [ 1 ] {} Application: Listening for http://[fd00:1122:3344:101::e]:8123 2026.01.02 05:05:31.899209 [ 1 ] {} Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000 2026.01.02 05:05:31.899228 [ 1 ] {} Application: Ready for connections. 2026.01.02 05:05:31.975475 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:36153 2026.01.02 05:05:31.977478 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:05:31.977539 [ 3 ] {} TCP-Session: 5a6a0c87-7f4f-4d30-b988-aa7af467244a Authenticating user 'default' from [fd00:1122:3344:101::a]:36153 2026.01.02 05:05:31.977566 [ 3 ] {} TCP-Session: 5a6a0c87-7f4f-4d30-b988-aa7af467244a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:05:31.977660 [ 3 ] {} TCP-Session: 5a6a0c87-7f4f-4d30-b988-aa7af467244a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:05:31.977755 [ 3 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.01.02 05:05:31.977781 [ 3 ] {} ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2026.01.02 05:05:31.977868 [ 3 ] {} ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2026.01.02 05:05:31.981183 [ 4 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:37579 2026.01.02 05:05:31.981339 [ 4 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:05:31.981327 [ 254 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:44260 2026.01.02 05:05:31.981373 [ 4 ] {} TCP-Session: d9389d7f-60e8-4064-b667-a7d4fc1c645d Authenticating user 'default' from [fd00:1122:3344:101::a]:37579 2026.01.02 05:05:31.981327 [ 5 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:58127 2026.01.02 05:05:31.981539 [ 4 ] {} TCP-Session: d9389d7f-60e8-4064-b667-a7d4fc1c645d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:05:31.981559 [ 4 ] {} TCP-Session: d9389d7f-60e8-4064-b667-a7d4fc1c645d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:05:31.981587 [ 254 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:05:31.981575 [ 255 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:65365 2026.01.02 05:05:31.981671 [ 5 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:05:31.981694 [ 254 ] {} TCP-Session: fea8adf7-ed99-408e-9d7e-e9ad7e07509f Authenticating user 'default' from [fd00:1122:3344:101::a]:44260 2026.01.02 05:05:31.981718 [ 256 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:62641 2026.01.02 05:05:31.981803 [ 255 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:05:31.981823 [ 254 ] {} TCP-Session: fea8adf7-ed99-408e-9d7e-e9ad7e07509f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:05:31.981859 [ 255 ] {} TCP-Session: baf8519e-de3c-41de-84f1-4dd085cafb05 Authenticating user 'default' from [fd00:1122:3344:101::a]:65365 2026.01.02 05:05:31.981832 [ 257 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:53294 2026.01.02 05:05:31.981925 [ 258 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:34459 2026.01.02 05:05:31.981933 [ 254 ] {} TCP-Session: fea8adf7-ed99-408e-9d7e-e9ad7e07509f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:05:31.981973 [ 256 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:05:31.981949 [ 255 ] {} TCP-Session: baf8519e-de3c-41de-84f1-4dd085cafb05 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:05:31.981708 [ 5 ] {} TCP-Session: 52e13fb8-a560-4cc8-8f2f-2522bb0a8bd6 Authenticating user 'default' from [fd00:1122:3344:101::a]:58127 2026.01.02 05:05:31.982099 [ 257 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:05:31.982126 [ 258 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:05:31.982096 [ 256 ] {} TCP-Session: 280f4664-2b5b-4933-a575-fe2204530f47 Authenticating user 'default' from [fd00:1122:3344:101::a]:62641 2026.01.02 05:05:31.982168 [ 5 ] {} TCP-Session: 52e13fb8-a560-4cc8-8f2f-2522bb0a8bd6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:05:31.982211 [ 257 ] {} TCP-Session: dff60653-4e44-40b7-9b84-278afd29dcdf Authenticating user 'default' from [fd00:1122:3344:101::a]:53294 2026.01.02 05:05:31.982201 [ 256 ] {} TCP-Session: 280f4664-2b5b-4933-a575-fe2204530f47 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:05:31.982182 [ 258 ] {} TCP-Session: 832cef43-05f2-49da-8913-c70e2eef00e0 Authenticating user 'default' from [fd00:1122:3344:101::a]:34459 2026.01.02 05:05:31.982297 [ 257 ] {} TCP-Session: dff60653-4e44-40b7-9b84-278afd29dcdf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:05:31.982282 [ 256 ] {} TCP-Session: 280f4664-2b5b-4933-a575-fe2204530f47 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:05:31.982269 [ 5 ] {} TCP-Session: 52e13fb8-a560-4cc8-8f2f-2522bb0a8bd6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:05:31.982381 [ 257 ] {} TCP-Session: dff60653-4e44-40b7-9b84-278afd29dcdf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:05:31.982358 [ 258 ] {} TCP-Session: 832cef43-05f2-49da-8913-c70e2eef00e0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:05:31.982064 [ 255 ] {} TCP-Session: baf8519e-de3c-41de-84f1-4dd085cafb05 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:05:31.982460 [ 258 ] {} TCP-Session: 832cef43-05f2-49da-8913-c70e2eef00e0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:05:32.000149 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 116.86 MiB, peak 116.86 MiB, free memory in arenas 0.00 B, will set to 118.99 MiB (RSS), difference: 2.13 MiB 2026.01.02 05:05:32.028582 [ 259 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:49542 2026.01.02 05:05:32.030525 [ 259 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:05:32.030642 [ 259 ] {} TCP-Session: 45e3105b-5e2e-4380-9811-5486b0e05d38 Authenticating user 'default' from [fd00:1122:3344:101::b]:49542 2026.01.02 05:05:32.030663 [ 259 ] {} TCP-Session: 45e3105b-5e2e-4380-9811-5486b0e05d38 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:05:32.030767 [ 259 ] {} TCP-Session: 45e3105b-5e2e-4380-9811-5486b0e05d38 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:05:32.030843 [ 259 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.01.02 05:05:32.030893 [ 259 ] {} ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2026.01.02 05:05:32.030990 [ 259 ] {} ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2026.01.02 05:05:32.033466 [ 260 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:44173 2026.01.02 05:05:32.033540 [ 261 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:33887 2026.01.02 05:05:32.033680 [ 262 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:44919 2026.01.02 05:05:32.033710 [ 260 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:05:32.033801 [ 260 ] {} TCP-Session: 82d1e930-63df-4fc7-b8d9-ca7329ca2a30 Authenticating user 'default' from [fd00:1122:3344:101::b]:44173 2026.01.02 05:05:32.033822 [ 261 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:05:32.033826 [ 260 ] {} TCP-Session: 82d1e930-63df-4fc7-b8d9-ca7329ca2a30 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:05:32.033869 [ 261 ] {} TCP-Session: 7cc231ad-7221-45e8-bf6c-6a994549e115 Authenticating user 'default' from [fd00:1122:3344:101::b]:33887 2026.01.02 05:05:32.033886 [ 262 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:05:32.033910 [ 260 ] {} TCP-Session: 82d1e930-63df-4fc7-b8d9-ca7329ca2a30 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:05:32.033933 [ 264 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:38170 2026.01.02 05:05:32.033943 [ 261 ] {} TCP-Session: 7cc231ad-7221-45e8-bf6c-6a994549e115 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:05:32.033934 [ 262 ] {} TCP-Session: 6813f870-f0d3-4eda-8c3e-199c6f64eefc Authenticating user 'default' from [fd00:1122:3344:101::b]:44919 2026.01.02 05:05:32.034004 [ 265 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:40722 2026.01.02 05:05:32.033822 [ 263 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:52884 2026.01.02 05:05:32.033987 [ 261 ] {} TCP-Session: 7cc231ad-7221-45e8-bf6c-6a994549e115 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:05:32.034094 [ 262 ] {} TCP-Session: 6813f870-f0d3-4eda-8c3e-199c6f64eefc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:05:32.034127 [ 266 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:48543 2026.01.02 05:05:32.034153 [ 264 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:05:32.034193 [ 262 ] {} TCP-Session: 6813f870-f0d3-4eda-8c3e-199c6f64eefc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:05:32.034212 [ 264 ] {} TCP-Session: d225e5e4-f527-448e-9bdd-bcca8de3b1f6 Authenticating user 'default' from [fd00:1122:3344:101::b]:38170 2026.01.02 05:05:32.034285 [ 264 ] {} TCP-Session: d225e5e4-f527-448e-9bdd-bcca8de3b1f6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:05:32.034299 [ 264 ] {} TCP-Session: d225e5e4-f527-448e-9bdd-bcca8de3b1f6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:05:32.034322 [ 265 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:05:32.034364 [ 263 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:05:32.034446 [ 265 ] {} TCP-Session: f26df016-ebcd-4695-b812-5b231f201926 Authenticating user 'default' from [fd00:1122:3344:101::b]:40722 2026.01.02 05:05:32.034450 [ 266 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:05:32.034491 [ 265 ] {} TCP-Session: f26df016-ebcd-4695-b812-5b231f201926 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:05:32.034458 [ 263 ] {} TCP-Session: e2fff762-93ff-4d86-a449-36eaef26f8d5 Authenticating user 'default' from [fd00:1122:3344:101::b]:52884 2026.01.02 05:05:32.034585 [ 266 ] {} TCP-Session: 03b6518d-106f-4f24-b19d-6ddb4fdf4387 Authenticating user 'default' from [fd00:1122:3344:101::b]:48543 2026.01.02 05:05:32.034603 [ 265 ] {} TCP-Session: f26df016-ebcd-4695-b812-5b231f201926 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:05:32.034592 [ 263 ] {} TCP-Session: e2fff762-93ff-4d86-a449-36eaef26f8d5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:05:32.034687 [ 263 ] {} TCP-Session: e2fff762-93ff-4d86-a449-36eaef26f8d5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:05:32.034687 [ 266 ] {} TCP-Session: 03b6518d-106f-4f24-b19d-6ddb4fdf4387 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:05:32.034795 [ 266 ] {} TCP-Session: 03b6518d-106f-4f24-b19d-6ddb4fdf4387 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:05:32.143900 [ 267 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:36799 2026.01.02 05:05:32.147745 [ 267 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:05:32.147815 [ 267 ] {} TCP-Session: ee8b9760-d327-4be2-8c0e-e5f7223e3924 Authenticating user 'default' from [fd00:1122:3344:101::d]:36799 2026.01.02 05:05:32.147840 [ 267 ] {} TCP-Session: ee8b9760-d327-4be2-8c0e-e5f7223e3924 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:05:32.147853 [ 267 ] {} TCP-Session: ee8b9760-d327-4be2-8c0e-e5f7223e3924 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:05:32.147969 [ 267 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.01.02 05:05:32.147997 [ 267 ] {} ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2026.01.02 05:05:32.148068 [ 267 ] {} ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2026.01.02 05:05:32.148819 [ 268 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:33896 2026.01.02 05:05:32.148908 [ 269 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:58784 2026.01.02 05:05:32.149576 [ 268 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:05:32.149615 [ 268 ] {} TCP-Session: b7364189-ea33-436e-9c3d-4492236315c4 Authenticating user 'default' from [fd00:1122:3344:101::d]:33896 2026.01.02 05:05:32.149720 [ 269 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:05:32.149742 [ 268 ] {} TCP-Session: b7364189-ea33-436e-9c3d-4492236315c4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:05:32.149733 [ 271 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:59172 2026.01.02 05:05:32.149771 [ 268 ] {} TCP-Session: b7364189-ea33-436e-9c3d-4492236315c4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:05:32.149841 [ 272 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:55427 2026.01.02 05:05:32.149789 [ 269 ] {} TCP-Session: 350148dd-0cb2-479f-9636-4ecf6bd0e1e2 Authenticating user 'default' from [fd00:1122:3344:101::d]:58784 2026.01.02 05:05:32.149749 [ 270 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:37056 2026.01.02 05:05:32.149936 [ 269 ] {} TCP-Session: 350148dd-0cb2-479f-9636-4ecf6bd0e1e2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:05:32.150035 [ 269 ] {} TCP-Session: 350148dd-0cb2-479f-9636-4ecf6bd0e1e2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:05:32.150419 [ 273 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:38598 2026.01.02 05:05:32.150480 [ 271 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:05:32.150608 [ 271 ] {} TCP-Session: a36210c9-6ccf-4fbc-a90c-24f20baabf71 Authenticating user 'default' from [fd00:1122:3344:101::d]:59172 2026.01.02 05:05:32.150627 [ 271 ] {} TCP-Session: a36210c9-6ccf-4fbc-a90c-24f20baabf71 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:05:32.150638 [ 271 ] {} TCP-Session: a36210c9-6ccf-4fbc-a90c-24f20baabf71 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:05:32.151125 [ 274 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:37857 2026.01.02 05:05:32.151328 [ 273 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:05:32.151337 [ 267 ] {} TCP-Session: ee8b9760-d327-4be2-8c0e-e5f7223e3924 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:05:32.151334 [ 270 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:05:32.151358 [ 275 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:50239 2026.01.02 05:05:32.151410 [ 273 ] {} TCP-Session: eb75aa83-1df8-4b77-aabb-a0d311e27810 Authenticating user 'default' from [fd00:1122:3344:101::d]:38598 2026.01.02 05:05:32.151477 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Authenticating user 'default' from [fd00:1122:3344:101::d]:37056 2026.01.02 05:05:32.151511 [ 273 ] {} TCP-Session: eb75aa83-1df8-4b77-aabb-a0d311e27810 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:05:32.151460 [ 272 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:05:32.151457 [ 274 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:05:32.151587 [ 273 ] {} TCP-Session: eb75aa83-1df8-4b77-aabb-a0d311e27810 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:05:32.151578 [ 275 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:05:32.151581 [ 272 ] {} TCP-Session: 18013405-4c4a-4187-8efc-db45e089da8a Authenticating user 'default' from [fd00:1122:3344:101::d]:55427 2026.01.02 05:05:32.151701 [ 275 ] {} TCP-Session: 52bea4ff-09de-4273-97b4-ac7daad72430 Authenticating user 'default' from [fd00:1122:3344:101::d]:50239 2026.01.02 05:05:32.151700 [ 274 ] {} TCP-Session: a5108971-d051-4862-aa9b-8652d90cfddc Authenticating user 'default' from [fd00:1122:3344:101::d]:37857 2026.01.02 05:05:32.151573 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:05:32.151813 [ 275 ] {} TCP-Session: 52bea4ff-09de-4273-97b4-ac7daad72430 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:05:32.151799 [ 272 ] {} TCP-Session: 18013405-4c4a-4187-8efc-db45e089da8a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:05:32.151878 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:05:32.151886 [ 272 ] {} TCP-Session: 18013405-4c4a-4187-8efc-db45e089da8a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:05:32.151799 [ 274 ] {} TCP-Session: a5108971-d051-4862-aa9b-8652d90cfddc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:05:32.151898 [ 275 ] {} TCP-Session: 52bea4ff-09de-4273-97b4-ac7daad72430 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:05:32.152032 [ 274 ] {} TCP-Session: a5108971-d051-4862-aa9b-8652d90cfddc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:05:32.154302 [ 267 ] {eea40b14-9579-40f0-b22b-c123d2e29390} executeQuery: (from [fd00:1122:3344:101::d]:36799) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.01.02 05:05:32.232071 [ 267 ] {eea40b14-9579-40f0-b22b-c123d2e29390} executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:36799) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::Exception::Exception, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&) @ 0x000000000a3c7817 in /opt/oxide/clickhouse/clickhouse 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string, std::allocator > const&) const @ 0x00000000147ad091 in /opt/oxide/clickhouse/clickhouse 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x000000001476347d in /opt/oxide/clickhouse/clickhouse 5. DB::JoinedTables::getLeftTableStorage() @ 0x00000000148ec08b in /opt/oxide/clickhouse/clickhouse 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000014866701 in /opt/oxide/clickhouse/clickhouse 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x0000000014864f66 in /opt/oxide/clickhouse/clickhouse 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b3d46 in /opt/oxide/clickhouse/clickhouse 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr const&, std::shared_ptr, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b2a83 in /opt/oxide/clickhouse/clickhouse 10. std::__detail::_MakeUniq::__single_object std::make_unique&, std::shared_ptr&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr&, DB::SelectQueryOptions const&) @ 0x000000001483d407 in /opt/oxide/clickhouse/clickhouse 11. DB::InterpreterFactory::get(std::shared_ptr&, std::shared_ptr, DB::SelectQueryOptions const&) @ 0x000000001483c8d5 in /opt/oxide/clickhouse/clickhouse 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000014a5f216 in /opt/oxide/clickhouse/clickhouse 13. DB::executeQuery(std::__cxx11::basic_string, std::allocator > const&, std::shared_ptr, bool, DB::QueryProcessingStage::Enum) @ 0x0000000014a5bd46 in /opt/oxide/clickhouse/clickhouse 14. DB::TCPHandler::runImpl() @ 0x00000000153fbaaa in /opt/oxide/clickhouse/clickhouse 15. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 16. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 17. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 18. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 20. _thrp_setup @ 0x0000000000116f97 in /system/lib/amd64/libc.so.1 2026.01.02 05:05:32.233030 [ 267 ] {eea40b14-9579-40f0-b22b-c123d2e29390} TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::Exception::Exception, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&) @ 0x000000000a3c7817 in /opt/oxide/clickhouse/clickhouse 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string, std::allocator > const&) const @ 0x00000000147ad091 in /opt/oxide/clickhouse/clickhouse 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x000000001476347d in /opt/oxide/clickhouse/clickhouse 5. DB::JoinedTables::getLeftTableStorage() @ 0x00000000148ec08b in /opt/oxide/clickhouse/clickhouse 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000014866701 in /opt/oxide/clickhouse/clickhouse 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x0000000014864f66 in /opt/oxide/clickhouse/clickhouse 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b3d46 in /opt/oxide/clickhouse/clickhouse 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr const&, std::shared_ptr, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b2a83 in /opt/oxide/clickhouse/clickhouse 10. std::__detail::_MakeUniq::__single_object std::make_unique&, std::shared_ptr&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr&, DB::SelectQueryOptions const&) @ 0x000000001483d407 in /opt/oxide/clickhouse/clickhouse 11. DB::InterpreterFactory::get(std::shared_ptr&, std::shared_ptr, DB::SelectQueryOptions const&) @ 0x000000001483c8d5 in /opt/oxide/clickhouse/clickhouse 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000014a5f216 in /opt/oxide/clickhouse/clickhouse 13. DB::executeQuery(std::__cxx11::basic_string, std::allocator > const&, std::shared_ptr, bool, DB::QueryProcessingStage::Enum) @ 0x0000000014a5bd46 in /opt/oxide/clickhouse/clickhouse 14. DB::TCPHandler::runImpl() @ 0x00000000153fbaaa in /opt/oxide/clickhouse/clickhouse 15. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 16. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 17. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 18. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 20. _thrp_setup @ 0x0000000000116f97 in /system/lib/amd64/libc.so.1 2026.01.02 05:05:32.233262 [ 267 ] {eea40b14-9579-40f0-b22b-c123d2e29390} TCPHandler: Processed in 0.084576096 sec. 2026.01.02 05:05:32.233859 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:05:32.234079 [ 270 ] {6694e0f1-266f-4618-9035-82c7adca4957} executeQuery: (from [fd00:1122:3344:101::d]:37056) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.01.02 05:05:32.234559 [ 270 ] {6694e0f1-266f-4618-9035-82c7adca4957} executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:37056) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::Exception::Exception, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&) @ 0x000000000a3c7817 in /opt/oxide/clickhouse/clickhouse 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string, std::allocator > const&) const @ 0x00000000147ad091 in /opt/oxide/clickhouse/clickhouse 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x000000001476347d in /opt/oxide/clickhouse/clickhouse 5. DB::JoinedTables::getLeftTableStorage() @ 0x00000000148ec08b in /opt/oxide/clickhouse/clickhouse 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000014866701 in /opt/oxide/clickhouse/clickhouse 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x0000000014864f66 in /opt/oxide/clickhouse/clickhouse 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b3d46 in /opt/oxide/clickhouse/clickhouse 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr const&, std::shared_ptr, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b2a83 in /opt/oxide/clickhouse/clickhouse 10. std::__detail::_MakeUniq::__single_object std::make_unique&, std::shared_ptr&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr&, DB::SelectQueryOptions const&) @ 0x000000001483d407 in /opt/oxide/clickhouse/clickhouse 11. DB::InterpreterFactory::get(std::shared_ptr&, std::shared_ptr, DB::SelectQueryOptions const&) @ 0x000000001483c8d5 in /opt/oxide/clickhouse/clickhouse 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000014a5f216 in /opt/oxide/clickhouse/clickhouse 13. DB::executeQuery(std::__cxx11::basic_string, std::allocator > const&, std::shared_ptr, bool, DB::QueryProcessingStage::Enum) @ 0x0000000014a5bd46 in /opt/oxide/clickhouse/clickhouse 14. DB::TCPHandler::runImpl() @ 0x00000000153fbaaa in /opt/oxide/clickhouse/clickhouse 15. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 16. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 17. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 18. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 20. _thrp_setup @ 0x0000000000116f97 in /system/lib/amd64/libc.so.1 2026.01.02 05:05:32.234836 [ 270 ] {6694e0f1-266f-4618-9035-82c7adca4957} TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::Exception::Exception, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&) @ 0x000000000a3c7817 in /opt/oxide/clickhouse/clickhouse 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string, std::allocator > const&) const @ 0x00000000147ad091 in /opt/oxide/clickhouse/clickhouse 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x000000001476347d in /opt/oxide/clickhouse/clickhouse 5. DB::JoinedTables::getLeftTableStorage() @ 0x00000000148ec08b in /opt/oxide/clickhouse/clickhouse 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000014866701 in /opt/oxide/clickhouse/clickhouse 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x0000000014864f66 in /opt/oxide/clickhouse/clickhouse 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b3d46 in /opt/oxide/clickhouse/clickhouse 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr const&, std::shared_ptr, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b2a83 in /opt/oxide/clickhouse/clickhouse 10. std::__detail::_MakeUniq::__single_object std::make_unique&, std::shared_ptr&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr&, DB::SelectQueryOptions const&) @ 0x000000001483d407 in /opt/oxide/clickhouse/clickhouse 11. DB::InterpreterFactory::get(std::shared_ptr&, std::shared_ptr, DB::SelectQueryOptions const&) @ 0x000000001483c8d5 in /opt/oxide/clickhouse/clickhouse 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000014a5f216 in /opt/oxide/clickhouse/clickhouse 13. DB::executeQuery(std::__cxx11::basic_string, std::allocator > const&, std::shared_ptr, bool, DB::QueryProcessingStage::Enum) @ 0x0000000014a5bd46 in /opt/oxide/clickhouse/clickhouse 14. DB::TCPHandler::runImpl() @ 0x00000000153fbaaa in /opt/oxide/clickhouse/clickhouse 15. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 16. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 17. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 18. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 20. _thrp_setup @ 0x0000000000116f97 in /system/lib/amd64/libc.so.1 2026.01.02 05:05:32.235142 [ 270 ] {6694e0f1-266f-4618-9035-82c7adca4957} TCPHandler: Processed in 0.001469014 sec. 2026.01.02 05:05:32.239170 [ 267 ] {} TCP-Session: ee8b9760-d327-4be2-8c0e-e5f7223e3924 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:05:32.239997 [ 267 ] {fa4887f6-9a80-4148-a3be-f38a1eb908cd} executeQuery: (from [fd00:1122:3344:101::d]:36799) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete) 2026.01.02 05:05:32.240607 [ 267 ] {fa4887f6-9a80-4148-a3be-f38a1eb908cd} ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.* 2026.01.02 05:05:32.246939 [ 267 ] {fa4887f6-9a80-4148-a3be-f38a1eb908cd} DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total. 2026.01.02 05:05:32.246962 [ 267 ] {fa4887f6-9a80-4148-a3be-f38a1eb908cd} TablesLoader: Parsed metadata of 0 tables in 1 databases in 5.9321e-05 sec 2026.01.02 05:05:32.246975 [ 267 ] {fa4887f6-9a80-4148-a3be-f38a1eb908cd} ReferentialDeps: No tables 2026.01.02 05:05:32.247038 [ 267 ] {fa4887f6-9a80-4148-a3be-f38a1eb908cd} LoadingDeps: No tables 2026.01.02 05:05:32.247095 [ 267 ] {fa4887f6-9a80-4148-a3be-f38a1eb908cd} DatabaseAtomic (oximeter): Starting up tables. 2026.01.02 05:05:32.247732 [ 267 ] {fa4887f6-9a80-4148-a3be-f38a1eb908cd} TCPHandler: Processed in 0.008637075 sec. 2026.01.02 05:05:32.247887 [ 267 ] {} TCP-Session: ee8b9760-d327-4be2-8c0e-e5f7223e3924 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:05:32.248110 [ 267 ] {8174e6b6-29ff-4225-9e9f-894cea8e3c66} executeQuery: (from [fd00:1122:3344:101::d]:36799) /* The version table contains metadata about the `oximeter` database */ CREATE TABLE IF NOT EXISTS oximeter.version ( value UInt64, timestamp DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (value, timestamp) (stage: Complete) 2026.01.02 05:05:32.248165 [ 267 ] {8174e6b6-29ff-4225-9e9f-894cea8e3c66} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version 2026.01.02 05:05:32.253015 [ 267 ] {8174e6b6-29ff-4225-9e9f-894cea8e3c66} StoragePolicy (default): Storage policy default created, total volumes 1 2026.01.02 05:05:32.271737 [ 267 ] {8174e6b6-29ff-4225-9e9f-894cea8e3c66} oximeter.version (e3550e79-451c-4c3d-8ba1-9d3e49618ffc): Loading data parts 2026.01.02 05:05:32.272854 [ 267 ] {8174e6b6-29ff-4225-9e9f-894cea8e3c66} oximeter.version (e3550e79-451c-4c3d-8ba1-9d3e49618ffc): There are no data parts 2026.01.02 05:05:32.309352 [ 267 ] {8174e6b6-29ff-4225-9e9f-894cea8e3c66} TCPHandler: Processed in 0.061506269 sec. 2026.01.02 05:05:32.309554 [ 267 ] {} TCP-Session: ee8b9760-d327-4be2-8c0e-e5f7223e3924 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:05:32.309755 [ 267 ] {24b344af-89a8-4507-98d5-50022be3b730} executeQuery: (from [fd00:1122:3344:101::d]:36799) /* The measurement tables contain all individual samples from each timeseries. * * Each table stores a single datum type, and otherwise contains nearly the same * structure. The primary sorting key is on the timeseries name, key, and then * timestamp, so that all timeseries from the same schema are grouped, followed * by all samples from the same timeseries. * * This reflects that one usually looks up the _key_ in one or more field table, * and then uses that to index quickly into the measurements tables. */ CREATE TABLE IF NOT EXISTS oximeter.measurements_bool ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Bool) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.01.02 05:05:32.309899 [ 267 ] {24b344af-89a8-4507-98d5-50022be3b730} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool 2026.01.02 05:05:32.334136 [ 267 ] {24b344af-89a8-4507-98d5-50022be3b730} oximeter.measurements_bool (0b2779fa-d8a4-4f66-a14b-91b20b950528): Loading data parts 2026.01.02 05:05:32.334466 [ 267 ] {24b344af-89a8-4507-98d5-50022be3b730} oximeter.measurements_bool (0b2779fa-d8a4-4f66-a14b-91b20b950528): There are no data parts 2026.01.02 05:05:32.357738 [ 267 ] {24b344af-89a8-4507-98d5-50022be3b730} TCPHandler: Processed in 0.048254208 sec. 2026.01.02 05:05:32.358055 [ 267 ] {} TCP-Session: ee8b9760-d327-4be2-8c0e-e5f7223e3924 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:05:32.358388 [ 267 ] {6fc14eb3-7329-4fda-9939-2d350c879e3a} executeQuery: (from [fd00:1122:3344:101::d]:36799) CREATE TABLE IF NOT EXISTS oximeter.measurements_i8 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.01.02 05:05:32.358521 [ 267 ] {6fc14eb3-7329-4fda-9939-2d350c879e3a} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8 2026.01.02 05:05:32.382856 [ 267 ] {6fc14eb3-7329-4fda-9939-2d350c879e3a} oximeter.measurements_i8 (c0d2a9ce-a7c2-4386-9461-89017ee0e860): Loading data parts 2026.01.02 05:05:32.383166 [ 267 ] {6fc14eb3-7329-4fda-9939-2d350c879e3a} oximeter.measurements_i8 (c0d2a9ce-a7c2-4386-9461-89017ee0e860): There are no data parts 2026.01.02 05:05:32.398374 [ 267 ] {6fc14eb3-7329-4fda-9939-2d350c879e3a} TCPHandler: Processed in 0.040442457 sec. 2026.01.02 05:05:32.398539 [ 267 ] {} TCP-Session: ee8b9760-d327-4be2-8c0e-e5f7223e3924 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:05:32.398705 [ 267 ] {cf1386a4-93e9-4db9-985d-0ccdbd77f10f} executeQuery: (from [fd00:1122:3344:101::d]:36799) CREATE TABLE IF NOT EXISTS oximeter.measurements_u8 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.01.02 05:05:32.398830 [ 267 ] {cf1386a4-93e9-4db9-985d-0ccdbd77f10f} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8 2026.01.02 05:05:32.409633 [ 267 ] {cf1386a4-93e9-4db9-985d-0ccdbd77f10f} oximeter.measurements_u8 (40efffc6-25ce-42ff-8573-82711e633ef9): Loading data parts 2026.01.02 05:05:32.409948 [ 267 ] {cf1386a4-93e9-4db9-985d-0ccdbd77f10f} oximeter.measurements_u8 (40efffc6-25ce-42ff-8573-82711e633ef9): There are no data parts 2026.01.02 05:05:32.435246 [ 267 ] {cf1386a4-93e9-4db9-985d-0ccdbd77f10f} TCPHandler: Processed in 0.036756965 sec. 2026.01.02 05:05:32.435412 [ 267 ] {} TCP-Session: ee8b9760-d327-4be2-8c0e-e5f7223e3924 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:05:32.435667 [ 267 ] {ae8d840e-f03b-41c3-855e-e3881272ea8a} executeQuery: (from [fd00:1122:3344:101::d]:36799) CREATE TABLE IF NOT EXISTS oximeter.measurements_i16 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int16) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.01.02 05:05:32.435780 [ 267 ] {ae8d840e-f03b-41c3-855e-e3881272ea8a} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16 2026.01.02 05:05:32.457451 [ 267 ] {ae8d840e-f03b-41c3-855e-e3881272ea8a} oximeter.measurements_i16 (892eb3ff-5a38-41f8-8004-b8703f49d3ac): Loading data parts 2026.01.02 05:05:32.457612 [ 267 ] {ae8d840e-f03b-41c3-855e-e3881272ea8a} oximeter.measurements_i16 (892eb3ff-5a38-41f8-8004-b8703f49d3ac): There are no data parts 2026.01.02 05:05:32.469370 [ 278 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:62926 2026.01.02 05:05:32.471324 [ 278 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:05:32.471363 [ 278 ] {} TCP-Session: 833b94b9-b806-470d-884d-e6e106d9b222 Authenticating user 'default' from [fd00:1122:3344:101::c]:62926 2026.01.02 05:05:32.471386 [ 278 ] {} TCP-Session: 833b94b9-b806-470d-884d-e6e106d9b222 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:05:32.471489 [ 278 ] {} TCP-Session: 833b94b9-b806-470d-884d-e6e106d9b222 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:05:32.471555 [ 278 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.01.02 05:05:32.471581 [ 278 ] {} ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2026.01.02 05:05:32.471670 [ 278 ] {} ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2026.01.02 05:05:32.472701 [ 267 ] {ae8d840e-f03b-41c3-855e-e3881272ea8a} TCPHandler: Processed in 0.037331775 sec. 2026.01.02 05:05:32.472886 [ 267 ] {} TCP-Session: ee8b9760-d327-4be2-8c0e-e5f7223e3924 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:05:32.473119 [ 267 ] {5150f313-9d10-49e2-9f71-24a392a4c201} executeQuery: (from [fd00:1122:3344:101::d]:36799) CREATE TABLE IF NOT EXISTS oximeter.measurements_u16 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt16) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.01.02 05:05:32.473218 [ 267 ] {5150f313-9d10-49e2-9f71-24a392a4c201} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16 2026.01.02 05:05:32.475075 [ 279 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:45673 2026.01.02 05:05:32.475184 [ 280 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:43620 2026.01.02 05:05:32.475209 [ 279 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:05:32.475257 [ 279 ] {} TCP-Session: b643c691-3b28-4c6f-bf82-6ce89722a6ca Authenticating user 'default' from [fd00:1122:3344:101::c]:45673 2026.01.02 05:05:32.475311 [ 281 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:40344 2026.01.02 05:05:32.475356 [ 279 ] {} TCP-Session: b643c691-3b28-4c6f-bf82-6ce89722a6ca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:05:32.475372 [ 280 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:05:32.475406 [ 282 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:48669 2026.01.02 05:05:32.475376 [ 279 ] {} TCP-Session: b643c691-3b28-4c6f-bf82-6ce89722a6ca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:05:32.475512 [ 281 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:05:32.475521 [ 280 ] {} TCP-Session: b6dd5d83-1303-435b-8c03-eb58f38f51d3 Authenticating user 'default' from [fd00:1122:3344:101::c]:43620 2026.01.02 05:05:32.475560 [ 281 ] {} TCP-Session: f9ed157f-9a6a-4ebf-8059-10a1b40fdf27 Authenticating user 'default' from [fd00:1122:3344:101::c]:40344 2026.01.02 05:05:32.475614 [ 284 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:53497 2026.01.02 05:05:32.475635 [ 282 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:05:32.475681 [ 281 ] {} TCP-Session: f9ed157f-9a6a-4ebf-8059-10a1b40fdf27 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:05:32.475717 [ 285 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:62626 2026.01.02 05:05:32.475660 [ 280 ] {} TCP-Session: b6dd5d83-1303-435b-8c03-eb58f38f51d3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:05:32.475769 [ 282 ] {} TCP-Session: 793be2c6-7783-4027-ac90-89e65ef818ca Authenticating user 'default' from [fd00:1122:3344:101::c]:48669 2026.01.02 05:05:32.475788 [ 281 ] {} TCP-Session: f9ed157f-9a6a-4ebf-8059-10a1b40fdf27 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:05:32.475788 [ 284 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:05:32.475529 [ 283 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:47179 2026.01.02 05:05:32.475895 [ 284 ] {} TCP-Session: 0cfc8efa-5a57-4094-8367-d93f72a49d63 Authenticating user 'default' from [fd00:1122:3344:101::c]:53497 2026.01.02 05:05:32.475860 [ 285 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:05:32.475871 [ 282 ] {} TCP-Session: 793be2c6-7783-4027-ac90-89e65ef818ca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:05:32.476017 [ 285 ] {} TCP-Session: d9c7c18e-46a5-46fb-b588-d580b495e738 Authenticating user 'default' from [fd00:1122:3344:101::c]:62626 2026.01.02 05:05:32.476011 [ 284 ] {} TCP-Session: 0cfc8efa-5a57-4094-8367-d93f72a49d63 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:05:32.475775 [ 280 ] {} TCP-Session: b6dd5d83-1303-435b-8c03-eb58f38f51d3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:05:32.476110 [ 285 ] {} TCP-Session: d9c7c18e-46a5-46fb-b588-d580b495e738 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:05:32.476100 [ 283 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:05:32.476086 [ 284 ] {} TCP-Session: 0cfc8efa-5a57-4094-8367-d93f72a49d63 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:05:32.476218 [ 283 ] {} TCP-Session: 0b9bedb2-270f-492e-b9fb-d11b2e754233 Authenticating user 'default' from [fd00:1122:3344:101::c]:47179 2026.01.02 05:05:32.476077 [ 282 ] {} TCP-Session: 793be2c6-7783-4027-ac90-89e65ef818ca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:05:32.476221 [ 285 ] {} TCP-Session: d9c7c18e-46a5-46fb-b588-d580b495e738 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:05:32.476340 [ 283 ] {} TCP-Session: 0b9bedb2-270f-492e-b9fb-d11b2e754233 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:05:32.476491 [ 283 ] {} TCP-Session: 0b9bedb2-270f-492e-b9fb-d11b2e754233 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:05:32.496776 [ 267 ] {5150f313-9d10-49e2-9f71-24a392a4c201} oximeter.measurements_u16 (0c481ead-746e-4d6c-bcc9-99c947ebb0bd): Loading data parts 2026.01.02 05:05:32.496996 [ 267 ] {5150f313-9d10-49e2-9f71-24a392a4c201} oximeter.measurements_u16 (0c481ead-746e-4d6c-bcc9-99c947ebb0bd): There are no data parts 2026.01.02 05:05:32.505978 [ 267 ] {5150f313-9d10-49e2-9f71-24a392a4c201} TCPHandler: Processed in 0.033152144 sec. 2026.01.02 05:05:32.506136 [ 267 ] {} TCP-Session: ee8b9760-d327-4be2-8c0e-e5f7223e3924 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:05:32.506339 [ 267 ] {7a6e1fdc-a433-49f0-a030-661a31903e4a} executeQuery: (from [fd00:1122:3344:101::d]:36799) CREATE TABLE IF NOT EXISTS oximeter.measurements_i32 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.01.02 05:05:32.506418 [ 267 ] {7a6e1fdc-a433-49f0-a030-661a31903e4a} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32 2026.01.02 05:05:32.510002 [ 267 ] {7a6e1fdc-a433-49f0-a030-661a31903e4a} oximeter.measurements_i32 (8171725f-d83d-4387-86b7-c74b208ac260): Loading data parts 2026.01.02 05:05:32.510289 [ 267 ] {7a6e1fdc-a433-49f0-a030-661a31903e4a} oximeter.measurements_i32 (8171725f-d83d-4387-86b7-c74b208ac260): There are no data parts 2026.01.02 05:05:32.533247 [ 267 ] {7a6e1fdc-a433-49f0-a030-661a31903e4a} TCPHandler: Processed in 0.027160204 sec. 2026.01.02 05:05:32.533513 [ 267 ] {} TCP-Session: ee8b9760-d327-4be2-8c0e-e5f7223e3924 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:05:32.533714 [ 267 ] {b2596f5e-4663-428f-81e7-ca609bfb5cca} executeQuery: (from [fd00:1122:3344:101::d]:36799) CREATE TABLE IF NOT EXISTS oximeter.measurements_u32 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.01.02 05:05:32.533850 [ 267 ] {b2596f5e-4663-428f-81e7-ca609bfb5cca} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32 2026.01.02 05:05:32.536694 [ 267 ] {b2596f5e-4663-428f-81e7-ca609bfb5cca} oximeter.measurements_u32 (efb8d4ea-c2d2-42fd-9e8d-9c1fce162e1b): Loading data parts 2026.01.02 05:05:32.536943 [ 267 ] {b2596f5e-4663-428f-81e7-ca609bfb5cca} oximeter.measurements_u32 (efb8d4ea-c2d2-42fd-9e8d-9c1fce162e1b): There are no data parts 2026.01.02 05:05:32.549901 [ 267 ] {b2596f5e-4663-428f-81e7-ca609bfb5cca} TCPHandler: Processed in 0.016448176 sec. 2026.01.02 05:05:32.550118 [ 267 ] {} TCP-Session: ee8b9760-d327-4be2-8c0e-e5f7223e3924 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:05:32.550416 [ 267 ] {58b9cc82-5ce3-4c4f-a8e4-88e0c1139b62} executeQuery: (from [fd00:1122:3344:101::d]:36799) CREATE TABLE IF NOT EXISTS oximeter.measurements_i64 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.01.02 05:05:32.550519 [ 267 ] {58b9cc82-5ce3-4c4f-a8e4-88e0c1139b62} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64 2026.01.02 05:05:32.560721 [ 267 ] {58b9cc82-5ce3-4c4f-a8e4-88e0c1139b62} oximeter.measurements_i64 (bf2a0e0e-2273-4c7f-93bd-8185d39b76b3): Loading data parts 2026.01.02 05:05:32.560919 [ 267 ] {58b9cc82-5ce3-4c4f-a8e4-88e0c1139b62} oximeter.measurements_i64 (bf2a0e0e-2273-4c7f-93bd-8185d39b76b3): There are no data parts 2026.01.02 05:05:32.574247 [ 267 ] {58b9cc82-5ce3-4c4f-a8e4-88e0c1139b62} TCPHandler: Processed in 0.024189125 sec. 2026.01.02 05:05:32.574495 [ 267 ] {} TCP-Session: ee8b9760-d327-4be2-8c0e-e5f7223e3924 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:05:32.574656 [ 267 ] {b56619d5-14d5-4e86-9a75-ff18f92afc0b} executeQuery: (from [fd00:1122:3344:101::d]:36799) CREATE TABLE IF NOT EXISTS oximeter.measurements_u64 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.01.02 05:05:32.574836 [ 267 ] {b56619d5-14d5-4e86-9a75-ff18f92afc0b} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64 2026.01.02 05:05:32.594810 [ 267 ] {b56619d5-14d5-4e86-9a75-ff18f92afc0b} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): Loading data parts 2026.01.02 05:05:32.595020 [ 267 ] {b56619d5-14d5-4e86-9a75-ff18f92afc0b} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): There are no data parts 2026.01.02 05:05:32.600102 [ 267 ] {b56619d5-14d5-4e86-9a75-ff18f92afc0b} TCPHandler: Processed in 0.0256615 sec. 2026.01.02 05:05:32.600278 [ 267 ] {} TCP-Session: ee8b9760-d327-4be2-8c0e-e5f7223e3924 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:05:32.600443 [ 267 ] {8031f1b1-c106-4bf7-b972-78031af6826e} executeQuery: (from [fd00:1122:3344:101::d]:36799) CREATE TABLE IF NOT EXISTS oximeter.measurements_f32 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Float32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.01.02 05:05:32.600594 [ 267 ] {8031f1b1-c106-4bf7-b972-78031af6826e} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32 2026.01.02 05:05:32.611074 [ 267 ] {8031f1b1-c106-4bf7-b972-78031af6826e} oximeter.measurements_f32 (d0497bba-4e81-48bf-8de9-a23c3a5f0d8f): Loading data parts 2026.01.02 05:05:32.611259 [ 267 ] {8031f1b1-c106-4bf7-b972-78031af6826e} oximeter.measurements_f32 (d0497bba-4e81-48bf-8de9-a23c3a5f0d8f): There are no data parts 2026.01.02 05:05:32.624005 [ 267 ] {8031f1b1-c106-4bf7-b972-78031af6826e} TCPHandler: Processed in 0.023783888 sec. 2026.01.02 05:05:32.624242 [ 267 ] {} TCP-Session: ee8b9760-d327-4be2-8c0e-e5f7223e3924 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:05:32.624406 [ 267 ] {18a20950-a3e9-46ee-b23c-a7ee4400e026} executeQuery: (from [fd00:1122:3344:101::d]:36799) CREATE TABLE IF NOT EXISTS oximeter.measurements_f64 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.01.02 05:05:32.624518 [ 267 ] {18a20950-a3e9-46ee-b23c-a7ee4400e026} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64 2026.01.02 05:05:32.634493 [ 267 ] {18a20950-a3e9-46ee-b23c-a7ee4400e026} oximeter.measurements_f64 (aa9bbb3a-da62-4075-81f6-d05edd62a94a): Loading data parts 2026.01.02 05:05:32.634683 [ 267 ] {18a20950-a3e9-46ee-b23c-a7ee4400e026} oximeter.measurements_f64 (aa9bbb3a-da62-4075-81f6-d05edd62a94a): There are no data parts 2026.01.02 05:05:32.637746 [ 267 ] {18a20950-a3e9-46ee-b23c-a7ee4400e026} TCPHandler: Processed in 0.013554887 sec. 2026.01.02 05:05:32.637909 [ 267 ] {} TCP-Session: ee8b9760-d327-4be2-8c0e-e5f7223e3924 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:05:32.638070 [ 267 ] {8b7e232c-4934-4542-b272-fe503082047a} executeQuery: (from [fd00:1122:3344:101::d]:36799) CREATE TABLE IF NOT EXISTS oximeter.measurements_string ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(String) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.01.02 05:05:32.638200 [ 267 ] {8b7e232c-4934-4542-b272-fe503082047a} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string 2026.01.02 05:05:32.662318 [ 267 ] {8b7e232c-4934-4542-b272-fe503082047a} oximeter.measurements_string (f3f10588-04b9-44e3-9322-7f570cbff5b4): Loading data parts 2026.01.02 05:05:32.662477 [ 267 ] {8b7e232c-4934-4542-b272-fe503082047a} oximeter.measurements_string (f3f10588-04b9-44e3-9322-7f570cbff5b4): There are no data parts 2026.01.02 05:05:32.672599 [ 267 ] {8b7e232c-4934-4542-b272-fe503082047a} TCPHandler: Processed in 0.034738231 sec. 2026.01.02 05:05:32.672847 [ 267 ] {} TCP-Session: ee8b9760-d327-4be2-8c0e-e5f7223e3924 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:05:32.673011 [ 267 ] {fafcd2e8-67ab-4077-abdf-2c4b72274f8c} executeQuery: (from [fd00:1122:3344:101::d]:36799) CREATE TABLE IF NOT EXISTS oximeter.measurements_bytes ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), /* * NOTE: Right now we can't unambiguously record a nullable byte array. * Arrays cannot be nested in `Nullable()` types, and encoding the array as * a string isn't palatable for a few reasons. * See: https://github.com/oxidecomputer/omicron/issues/4551 for more * details. */ datum Array(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.01.02 05:05:32.673134 [ 267 ] {fafcd2e8-67ab-4077-abdf-2c4b72274f8c} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes 2026.01.02 05:05:32.689285 [ 267 ] {fafcd2e8-67ab-4077-abdf-2c4b72274f8c} oximeter.measurements_bytes (313cbaa4-536c-40a5-939f-9b2789b3327a): Loading data parts 2026.01.02 05:05:32.689451 [ 267 ] {fafcd2e8-67ab-4077-abdf-2c4b72274f8c} oximeter.measurements_bytes (313cbaa4-536c-40a5-939f-9b2789b3327a): There are no data parts 2026.01.02 05:05:32.702839 [ 267 ] {fafcd2e8-67ab-4077-abdf-2c4b72274f8c} TCPHandler: Processed in 0.030042473 sec. 2026.01.02 05:05:32.703142 [ 267 ] {} TCP-Session: ee8b9760-d327-4be2-8c0e-e5f7223e3924 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:05:32.703323 [ 267 ] {ce356798-c9fc-4412-9e0e-6e0d1a05392e} executeQuery: (from [fd00:1122:3344:101::d]:36799) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativei64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(Int64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.01.02 05:05:32.703466 [ 267 ] {ce356798-c9fc-4412-9e0e-6e0d1a05392e} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64 2026.01.02 05:05:32.722586 [ 267 ] {ce356798-c9fc-4412-9e0e-6e0d1a05392e} oximeter.measurements_cumulativei64 (4e538e90-dd4e-4e78-9443-0aeff49954a1): Loading data parts 2026.01.02 05:05:32.722913 [ 267 ] {ce356798-c9fc-4412-9e0e-6e0d1a05392e} oximeter.measurements_cumulativei64 (4e538e90-dd4e-4e78-9443-0aeff49954a1): There are no data parts 2026.01.02 05:05:32.737831 [ 267 ] {ce356798-c9fc-4412-9e0e-6e0d1a05392e} TCPHandler: Processed in 0.034753362 sec. 2026.01.02 05:05:32.737992 [ 267 ] {} TCP-Session: ee8b9760-d327-4be2-8c0e-e5f7223e3924 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:05:32.738219 [ 267 ] {d749ceba-d2c2-4255-85a3-2ffb45f9285b} executeQuery: (from [fd00:1122:3344:101::d]:36799) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativeu64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.01.02 05:05:32.738328 [ 267 ] {d749ceba-d2c2-4255-85a3-2ffb45f9285b} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64 2026.01.02 05:05:32.750470 [ 267 ] {d749ceba-d2c2-4255-85a3-2ffb45f9285b} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Loading data parts 2026.01.02 05:05:32.750678 [ 267 ] {d749ceba-d2c2-4255-85a3-2ffb45f9285b} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): There are no data parts 2026.01.02 05:05:32.771548 [ 267 ] {d749ceba-d2c2-4255-85a3-2ffb45f9285b} TCPHandler: Processed in 0.033584872 sec. 2026.01.02 05:05:32.771752 [ 267 ] {} TCP-Session: ee8b9760-d327-4be2-8c0e-e5f7223e3924 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:05:32.771951 [ 267 ] {4bc8b3c9-1a87-4b8c-93e4-ee8515e505ba} executeQuery: (from [fd00:1122:3344:101::d]:36799) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativef32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(Float32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.01.02 05:05:32.772084 [ 267 ] {4bc8b3c9-1a87-4b8c-93e4-ee8515e505ba} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32 2026.01.02 05:05:32.786720 [ 267 ] {4bc8b3c9-1a87-4b8c-93e4-ee8515e505ba} oximeter.measurements_cumulativef32 (f1713354-a356-4d0a-a7db-dbe407e37837): Loading data parts 2026.01.02 05:05:32.786894 [ 267 ] {4bc8b3c9-1a87-4b8c-93e4-ee8515e505ba} oximeter.measurements_cumulativef32 (f1713354-a356-4d0a-a7db-dbe407e37837): There are no data parts 2026.01.02 05:05:32.799890 [ 267 ] {4bc8b3c9-1a87-4b8c-93e4-ee8515e505ba} TCPHandler: Processed in 0.028201822 sec. 2026.01.02 05:05:32.800155 [ 267 ] {} TCP-Session: ee8b9760-d327-4be2-8c0e-e5f7223e3924 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:05:32.800325 [ 267 ] {75e241a2-3ad8-4c41-a137-04163f488ba6} executeQuery: (from [fd00:1122:3344:101::d]:36799) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativef64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.01.02 05:05:32.800452 [ 267 ] {75e241a2-3ad8-4c41-a137-04163f488ba6} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64 2026.01.02 05:05:32.820228 [ 267 ] {75e241a2-3ad8-4c41-a137-04163f488ba6} oximeter.measurements_cumulativef64 (32d125d1-568a-45f0-a9ca-c62a703cdecb): Loading data parts 2026.01.02 05:05:32.820650 [ 267 ] {75e241a2-3ad8-4c41-a137-04163f488ba6} oximeter.measurements_cumulativef64 (32d125d1-568a-45f0-a9ca-c62a703cdecb): There are no data parts 2026.01.02 05:05:32.835798 [ 267 ] {75e241a2-3ad8-4c41-a137-04163f488ba6} TCPHandler: Processed in 0.035705397 sec. 2026.01.02 05:05:32.836026 [ 267 ] {} TCP-Session: ee8b9760-d327-4be2-8c0e-e5f7223e3924 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:05:32.836417 [ 267 ] {62b6b583-b2b7-4861-8c43-0894b4e48bc7} executeQuery: (from [fd00:1122:3344:101::d]:36799) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), /* * NOTE: Array types cannot be Nullable, see * https://clickhouse.com/docs/en/sql-reference/data-types/nullable * for more details. * * This means we need to use empty arrays to indicate a missing value. This * is unfortunate, and at this point relies on the fact that an * `oximeter::Histogram` cannot have zero bins. If that changes, we'll need * to figure out another way to represent missing samples here. */ bins Array(Int8), counts Array(UInt64), min Int8, max Int8, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.01.02 05:05:32.836573 [ 267 ] {62b6b583-b2b7-4861-8c43-0894b4e48bc7} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8 2026.01.02 05:05:32.858982 [ 267 ] {62b6b583-b2b7-4861-8c43-0894b4e48bc7} oximeter.measurements_histogrami8 (a67b4e31-342b-4882-900d-3437b6473807): Loading data parts 2026.01.02 05:05:32.859156 [ 267 ] {62b6b583-b2b7-4861-8c43-0894b4e48bc7} oximeter.measurements_histogrami8 (a67b4e31-342b-4882-900d-3437b6473807): There are no data parts 2026.01.02 05:05:32.883521 [ 267 ] {62b6b583-b2b7-4861-8c43-0894b4e48bc7} TCPHandler: Processed in 0.047558356 sec. 2026.01.02 05:05:32.883795 [ 267 ] {} TCP-Session: ee8b9760-d327-4be2-8c0e-e5f7223e3924 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:05:32.884032 [ 267 ] {641f5ed1-a81a-43d1-920b-425d8a0c8757} executeQuery: (from [fd00:1122:3344:101::d]:36799) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt8), counts Array(UInt64), min UInt8, max UInt8, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.01.02 05:05:32.884164 [ 267 ] {641f5ed1-a81a-43d1-920b-425d8a0c8757} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8 2026.01.02 05:05:32.896373 [ 267 ] {641f5ed1-a81a-43d1-920b-425d8a0c8757} oximeter.measurements_histogramu8 (465a7647-943a-4f15-bc35-10534cb53b66): Loading data parts 2026.01.02 05:05:32.896634 [ 267 ] {641f5ed1-a81a-43d1-920b-425d8a0c8757} oximeter.measurements_histogramu8 (465a7647-943a-4f15-bc35-10534cb53b66): There are no data parts 2026.01.02 05:05:32.916553 [ 267 ] {641f5ed1-a81a-43d1-920b-425d8a0c8757} TCPHandler: Processed in 0.03287204 sec. 2026.01.02 05:05:32.916782 [ 267 ] {} TCP-Session: ee8b9760-d327-4be2-8c0e-e5f7223e3924 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:05:32.917080 [ 267 ] {4cbc0a96-ca34-4bbb-a834-32dbd1b4b7a5} executeQuery: (from [fd00:1122:3344:101::d]:36799) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami16 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int16), counts Array(UInt64), min Int16, max Int16, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.01.02 05:05:32.917200 [ 267 ] {4cbc0a96-ca34-4bbb-a834-32dbd1b4b7a5} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16 2026.01.02 05:05:32.931647 [ 267 ] {4cbc0a96-ca34-4bbb-a834-32dbd1b4b7a5} oximeter.measurements_histogrami16 (2ee3e4fe-d6c8-44e3-aabe-50a6e057e29d): Loading data parts 2026.01.02 05:05:32.931803 [ 267 ] {4cbc0a96-ca34-4bbb-a834-32dbd1b4b7a5} oximeter.measurements_histogrami16 (2ee3e4fe-d6c8-44e3-aabe-50a6e057e29d): There are no data parts 2026.01.02 05:05:32.944969 [ 267 ] {4cbc0a96-ca34-4bbb-a834-32dbd1b4b7a5} TCPHandler: Processed in 0.028245053 sec. 2026.01.02 05:05:32.945217 [ 267 ] {} TCP-Session: ee8b9760-d327-4be2-8c0e-e5f7223e3924 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:05:32.945439 [ 267 ] {b9d5f948-f71a-4d08-a28b-1ae844856bcc} executeQuery: (from [fd00:1122:3344:101::d]:36799) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu16 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt16), counts Array(UInt64), min UInt16, max UInt16, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.01.02 05:05:32.945577 [ 267 ] {b9d5f948-f71a-4d08-a28b-1ae844856bcc} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16 2026.01.02 05:05:32.965579 [ 267 ] {b9d5f948-f71a-4d08-a28b-1ae844856bcc} oximeter.measurements_histogramu16 (47d18377-a38c-47c7-882d-bba37e91ed30): Loading data parts 2026.01.02 05:05:32.965981 [ 267 ] {b9d5f948-f71a-4d08-a28b-1ae844856bcc} oximeter.measurements_histogramu16 (47d18377-a38c-47c7-882d-bba37e91ed30): There are no data parts 2026.01.02 05:05:32.980927 [ 267 ] {b9d5f948-f71a-4d08-a28b-1ae844856bcc} TCPHandler: Processed in 0.035762309 sec. 2026.01.02 05:05:32.981097 [ 267 ] {} TCP-Session: ee8b9760-d327-4be2-8c0e-e5f7223e3924 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:05:32.981389 [ 267 ] {915b67d4-3d18-433c-ac94-bf06fffee8c0} executeQuery: (from [fd00:1122:3344:101::d]:36799) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int32), counts Array(UInt64), min Int32, max Int32, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.01.02 05:05:32.981527 [ 267 ] {915b67d4-3d18-433c-ac94-bf06fffee8c0} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32 2026.01.02 05:05:32.994296 [ 267 ] {915b67d4-3d18-433c-ac94-bf06fffee8c0} oximeter.measurements_histogrami32 (bdcc8017-6c02-4689-960f-f3c1c9d1561e): Loading data parts 2026.01.02 05:05:32.994507 [ 267 ] {915b67d4-3d18-433c-ac94-bf06fffee8c0} oximeter.measurements_histogrami32 (bdcc8017-6c02-4689-960f-f3c1c9d1561e): There are no data parts 2026.01.02 05:05:33.000329 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 124.90 MiB, peak 124.90 MiB, free memory in arenas 0.00 B, will set to 134.25 MiB (RSS), difference: 9.35 MiB 2026.01.02 05:05:33.005538 [ 267 ] {915b67d4-3d18-433c-ac94-bf06fffee8c0} TCPHandler: Processed in 0.02449387 sec. 2026.01.02 05:05:33.005725 [ 267 ] {} TCP-Session: ee8b9760-d327-4be2-8c0e-e5f7223e3924 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:05:33.005979 [ 267 ] {8e398e4e-de1b-4c99-80b1-1c29577dc9fd} executeQuery: (from [fd00:1122:3344:101::d]:36799) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt32), counts Array(UInt64), min UInt32, max UInt32, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.01.02 05:05:33.006120 [ 267 ] {8e398e4e-de1b-4c99-80b1-1c29577dc9fd} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32 2026.01.02 05:05:33.018357 [ 267 ] {8e398e4e-de1b-4c99-80b1-1c29577dc9fd} oximeter.measurements_histogramu32 (46a196bc-f38b-4bcc-9063-7bf9355e1e1d): Loading data parts 2026.01.02 05:05:33.018538 [ 267 ] {8e398e4e-de1b-4c99-80b1-1c29577dc9fd} oximeter.measurements_histogramu32 (46a196bc-f38b-4bcc-9063-7bf9355e1e1d): There are no data parts 2026.01.02 05:05:33.029739 [ 267 ] {8e398e4e-de1b-4c99-80b1-1c29577dc9fd} TCPHandler: Processed in 0.024082583 sec. 2026.01.02 05:05:33.029917 [ 267 ] {} TCP-Session: ee8b9760-d327-4be2-8c0e-e5f7223e3924 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:05:33.030233 [ 267 ] {ee2d840f-44cb-46ed-b36c-75ab305b9f74} executeQuery: (from [fd00:1122:3344:101::d]:36799) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int64), counts Array(UInt64), min Int64, max Int64, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.01.02 05:05:33.030399 [ 267 ] {ee2d840f-44cb-46ed-b36c-75ab305b9f74} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64 2026.01.02 05:05:33.042473 [ 267 ] {ee2d840f-44cb-46ed-b36c-75ab305b9f74} oximeter.measurements_histogrami64 (913e35eb-6129-4ec7-a549-862e7246d4d6): Loading data parts 2026.01.02 05:05:33.042753 [ 267 ] {ee2d840f-44cb-46ed-b36c-75ab305b9f74} oximeter.measurements_histogrami64 (913e35eb-6129-4ec7-a549-862e7246d4d6): There are no data parts 2026.01.02 05:05:33.064343 [ 267 ] {ee2d840f-44cb-46ed-b36c-75ab305b9f74} TCPHandler: Processed in 0.034518618 sec. 2026.01.02 05:05:33.064546 [ 267 ] {} TCP-Session: ee8b9760-d327-4be2-8c0e-e5f7223e3924 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:05:33.064844 [ 267 ] {f25111b4-3c96-456a-a8b7-e7be54f5bdb5} executeQuery: (from [fd00:1122:3344:101::d]:36799) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt64), counts Array(UInt64), min UInt64, max UInt64, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.01.02 05:05:33.064992 [ 267 ] {f25111b4-3c96-456a-a8b7-e7be54f5bdb5} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64 2026.01.02 05:05:33.069522 [ 267 ] {f25111b4-3c96-456a-a8b7-e7be54f5bdb5} oximeter.measurements_histogramu64 (1ea2d44b-9dfb-4731-8ee2-8779179f369b): Loading data parts 2026.01.02 05:05:33.069757 [ 267 ] {f25111b4-3c96-456a-a8b7-e7be54f5bdb5} oximeter.measurements_histogramu64 (1ea2d44b-9dfb-4731-8ee2-8779179f369b): There are no data parts 2026.01.02 05:05:33.090648 [ 267 ] {f25111b4-3c96-456a-a8b7-e7be54f5bdb5} TCPHandler: Processed in 0.026146478 sec. 2026.01.02 05:05:33.090851 [ 267 ] {} TCP-Session: ee8b9760-d327-4be2-8c0e-e5f7223e3924 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:05:33.091273 [ 267 ] {0946049d-d6ed-451b-b7ba-37990c62960f} executeQuery: (from [fd00:1122:3344:101::d]:36799) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramf32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Float32), counts Array(UInt64), min Float32, max Float32, sum_of_samples Float64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.01.02 05:05:33.091453 [ 267 ] {0946049d-d6ed-451b-b7ba-37990c62960f} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32 2026.01.02 05:05:33.107310 [ 267 ] {0946049d-d6ed-451b-b7ba-37990c62960f} oximeter.measurements_histogramf32 (be3cf579-422b-47a7-98dd-66039152857a): Loading data parts 2026.01.02 05:05:33.107478 [ 267 ] {0946049d-d6ed-451b-b7ba-37990c62960f} oximeter.measurements_histogramf32 (be3cf579-422b-47a7-98dd-66039152857a): There are no data parts 2026.01.02 05:05:33.116706 [ 267 ] {0946049d-d6ed-451b-b7ba-37990c62960f} TCPHandler: Processed in 0.025936705 sec. 2026.01.02 05:05:33.116950 [ 267 ] {} TCP-Session: ee8b9760-d327-4be2-8c0e-e5f7223e3924 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:05:33.117229 [ 267 ] {3054d9e7-daba-40e3-8338-757dedf3d89a} executeQuery: (from [fd00:1122:3344:101::d]:36799) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramf64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Float64), counts Array(UInt64), min Float64, max Float64, sum_of_samples Float64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.01.02 05:05:33.117384 [ 267 ] {3054d9e7-daba-40e3-8338-757dedf3d89a} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64 2026.01.02 05:05:33.132295 [ 267 ] {3054d9e7-daba-40e3-8338-757dedf3d89a} oximeter.measurements_histogramf64 (f951b426-a562-48fa-88ff-7c5831e2d61c): Loading data parts 2026.01.02 05:05:33.132453 [ 267 ] {3054d9e7-daba-40e3-8338-757dedf3d89a} oximeter.measurements_histogramf64 (f951b426-a562-48fa-88ff-7c5831e2d61c): There are no data parts 2026.01.02 05:05:33.145492 [ 267 ] {3054d9e7-daba-40e3-8338-757dedf3d89a} TCPHandler: Processed in 0.028615949 sec. 2026.01.02 05:05:33.145678 [ 267 ] {} TCP-Session: ee8b9760-d327-4be2-8c0e-e5f7223e3924 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:05:33.145992 [ 267 ] {1cab29c5-69bf-4f75-9bf3-ca2c101d9f0f} executeQuery: (from [fd00:1122:3344:101::d]:36799) /* The field tables store named dimensions of each timeseries. * * As with the measurement tables, there is one field table for each field data * type. Fields are deduplicated by using the "replacing merge tree", though * this behavior **must not** be relied upon for query correctness. * * The index for the fields differs from the measurements, however. Rows are * sorted by timeseries name, then field name, field value, and finally * timeseries key. This reflects the most common pattern for looking them up: * by field name and possibly value, within a timeseries. The resulting keys are * usually then used to look up measurements. * * NOTE: We may want to consider a secondary index on these tables, sorting by * timeseries name and then key, since it would improve lookups where one * already has the key. Realistically though, these tables are quite small and * so performance benefits will be low in absolute terms. * * TTL: We use a materialized column to expire old field table records. This * column is generated automatically by the database whenever a new row is * inserted. It cannot be inserted directly, nor is it returned in a `SELECT *` * query. Since these tables are `ReplacingMergeTree`s, that means the last * record will remain during a deduplication, which will have the last * timestamp. ClickHouse will then expire old data for us, similar to the * measurement tables. */ CREATE TABLE IF NOT EXISTS oximeter.fields_bool ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Bool, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2026.01.02 05:05:33.146144 [ 267 ] {1cab29c5-69bf-4f75-9bf3-ca2c101d9f0f} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool 2026.01.02 05:05:33.156331 [ 267 ] {1cab29c5-69bf-4f75-9bf3-ca2c101d9f0f} oximeter.fields_bool (a7622439-99c1-428a-80b2-8803c082c1ef): Loading data parts 2026.01.02 05:05:33.156534 [ 267 ] {1cab29c5-69bf-4f75-9bf3-ca2c101d9f0f} oximeter.fields_bool (a7622439-99c1-428a-80b2-8803c082c1ef): There are no data parts 2026.01.02 05:05:33.178460 [ 267 ] {1cab29c5-69bf-4f75-9bf3-ca2c101d9f0f} TCPHandler: Processed in 0.03284457 sec. 2026.01.02 05:05:33.178656 [ 267 ] {} TCP-Session: ee8b9760-d327-4be2-8c0e-e5f7223e3924 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:05:33.178858 [ 267 ] {b3249690-eba2-4ad0-8b2f-7ed7157c2b6c} executeQuery: (from [fd00:1122:3344:101::d]:36799) CREATE TABLE IF NOT EXISTS oximeter.fields_i8 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int8, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2026.01.02 05:05:33.178991 [ 267 ] {b3249690-eba2-4ad0-8b2f-7ed7157c2b6c} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8 2026.01.02 05:05:33.204038 [ 267 ] {b3249690-eba2-4ad0-8b2f-7ed7157c2b6c} oximeter.fields_i8 (7c091ea9-a4a1-4d97-a13c-d5b858934bb1): Loading data parts 2026.01.02 05:05:33.204328 [ 267 ] {b3249690-eba2-4ad0-8b2f-7ed7157c2b6c} oximeter.fields_i8 (7c091ea9-a4a1-4d97-a13c-d5b858934bb1): There are no data parts 2026.01.02 05:05:33.214514 [ 267 ] {b3249690-eba2-4ad0-8b2f-7ed7157c2b6c} TCPHandler: Processed in 0.035921031 sec. 2026.01.02 05:05:33.214727 [ 267 ] {} TCP-Session: ee8b9760-d327-4be2-8c0e-e5f7223e3924 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:05:33.215032 [ 267 ] {da3665bf-4b80-48e9-8f84-8b5f8f45edd4} executeQuery: (from [fd00:1122:3344:101::d]:36799) CREATE TABLE IF NOT EXISTS oximeter.fields_u8 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt8, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2026.01.02 05:05:33.215155 [ 267 ] {da3665bf-4b80-48e9-8f84-8b5f8f45edd4} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8 2026.01.02 05:05:33.230484 [ 267 ] {da3665bf-4b80-48e9-8f84-8b5f8f45edd4} oximeter.fields_u8 (ae3e3832-81ae-4954-8933-d68b9608f6be): Loading data parts 2026.01.02 05:05:33.230680 [ 267 ] {da3665bf-4b80-48e9-8f84-8b5f8f45edd4} oximeter.fields_u8 (ae3e3832-81ae-4954-8933-d68b9608f6be): There are no data parts 2026.01.02 05:05:33.243868 [ 267 ] {da3665bf-4b80-48e9-8f84-8b5f8f45edd4} TCPHandler: Processed in 0.029208239 sec. 2026.01.02 05:05:33.244040 [ 267 ] {} TCP-Session: ee8b9760-d327-4be2-8c0e-e5f7223e3924 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:05:33.244206 [ 267 ] {dcf7c873-27cf-4655-9cb8-30c56d113c71} executeQuery: (from [fd00:1122:3344:101::d]:36799) CREATE TABLE IF NOT EXISTS oximeter.fields_i16 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int16, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2026.01.02 05:05:33.244341 [ 267 ] {dcf7c873-27cf-4655-9cb8-30c56d113c71} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16 2026.01.02 05:05:33.254358 [ 267 ] {dcf7c873-27cf-4655-9cb8-30c56d113c71} oximeter.fields_i16 (cb56b64a-0514-41c6-b851-58b3833bf8fd): Loading data parts 2026.01.02 05:05:33.254644 [ 267 ] {dcf7c873-27cf-4655-9cb8-30c56d113c71} oximeter.fields_i16 (cb56b64a-0514-41c6-b851-58b3833bf8fd): There are no data parts 2026.01.02 05:05:33.276929 [ 267 ] {dcf7c873-27cf-4655-9cb8-30c56d113c71} TCPHandler: Processed in 0.032945731 sec. 2026.01.02 05:05:33.277120 [ 267 ] {} TCP-Session: ee8b9760-d327-4be2-8c0e-e5f7223e3924 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:05:33.277445 [ 267 ] {6b4fab08-5015-4979-9cd8-9321cee6ef05} executeQuery: (from [fd00:1122:3344:101::d]:36799) CREATE TABLE IF NOT EXISTS oximeter.fields_u16 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt16, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2026.01.02 05:05:33.277583 [ 267 ] {6b4fab08-5015-4979-9cd8-9321cee6ef05} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16 2026.01.02 05:05:33.280491 [ 267 ] {6b4fab08-5015-4979-9cd8-9321cee6ef05} oximeter.fields_u16 (75d7a870-5da0-445d-b2e0-ec90b5ea7788): Loading data parts 2026.01.02 05:05:33.280651 [ 267 ] {6b4fab08-5015-4979-9cd8-9321cee6ef05} oximeter.fields_u16 (75d7a870-5da0-445d-b2e0-ec90b5ea7788): There are no data parts 2026.01.02 05:05:33.292827 [ 267 ] {6b4fab08-5015-4979-9cd8-9321cee6ef05} TCPHandler: Processed in 0.015777814 sec. 2026.01.02 05:05:33.292995 [ 267 ] {} TCP-Session: ee8b9760-d327-4be2-8c0e-e5f7223e3924 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:05:33.293205 [ 267 ] {8a0f64f9-aa88-4ded-9878-26a30dbc5daf} executeQuery: (from [fd00:1122:3344:101::d]:36799) CREATE TABLE IF NOT EXISTS oximeter.fields_i32 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int32, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2026.01.02 05:05:33.293389 [ 267 ] {8a0f64f9-aa88-4ded-9878-26a30dbc5daf} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32 2026.01.02 05:05:33.303538 [ 267 ] {8a0f64f9-aa88-4ded-9878-26a30dbc5daf} oximeter.fields_i32 (7346dd69-c9e8-41f8-8fe5-7a03deb98a41): Loading data parts 2026.01.02 05:05:33.303724 [ 267 ] {8a0f64f9-aa88-4ded-9878-26a30dbc5daf} oximeter.fields_i32 (7346dd69-c9e8-41f8-8fe5-7a03deb98a41): There are no data parts 2026.01.02 05:05:33.316680 [ 267 ] {8a0f64f9-aa88-4ded-9878-26a30dbc5daf} TCPHandler: Processed in 0.023733538 sec. 2026.01.02 05:05:33.316865 [ 267 ] {} TCP-Session: ee8b9760-d327-4be2-8c0e-e5f7223e3924 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:05:33.317119 [ 267 ] {6eb05a2b-1426-43dd-bbe3-992b768e5b5a} executeQuery: (from [fd00:1122:3344:101::d]:36799) CREATE TABLE IF NOT EXISTS oximeter.fields_u32 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt32, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2026.01.02 05:05:33.317260 [ 267 ] {6eb05a2b-1426-43dd-bbe3-992b768e5b5a} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32 2026.01.02 05:05:33.337616 [ 267 ] {6eb05a2b-1426-43dd-bbe3-992b768e5b5a} oximeter.fields_u32 (1310015a-3be0-40ba-9fec-1b5eb4ed9f75): Loading data parts 2026.01.02 05:05:33.337874 [ 267 ] {6eb05a2b-1426-43dd-bbe3-992b768e5b5a} oximeter.fields_u32 (1310015a-3be0-40ba-9fec-1b5eb4ed9f75): There are no data parts 2026.01.02 05:05:33.342949 [ 267 ] {6eb05a2b-1426-43dd-bbe3-992b768e5b5a} TCPHandler: Processed in 0.026143068 sec. 2026.01.02 05:05:33.343109 [ 267 ] {} TCP-Session: ee8b9760-d327-4be2-8c0e-e5f7223e3924 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:05:33.343270 [ 267 ] {fe51fa32-ef81-404d-893b-68c711dcd0b8} executeQuery: (from [fd00:1122:3344:101::d]:36799) CREATE TABLE IF NOT EXISTS oximeter.fields_i64 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int64, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2026.01.02 05:05:33.343399 [ 267 ] {fe51fa32-ef81-404d-893b-68c711dcd0b8} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64 2026.01.02 05:05:33.353956 [ 267 ] {fe51fa32-ef81-404d-893b-68c711dcd0b8} oximeter.fields_i64 (0b7d9f96-a78c-4e2b-8fe5-cf3cb04777e6): Loading data parts 2026.01.02 05:05:33.354135 [ 267 ] {fe51fa32-ef81-404d-893b-68c711dcd0b8} oximeter.fields_i64 (0b7d9f96-a78c-4e2b-8fe5-cf3cb04777e6): There are no data parts 2026.01.02 05:05:33.367033 [ 267 ] {fe51fa32-ef81-404d-893b-68c711dcd0b8} TCPHandler: Processed in 0.023976691 sec. 2026.01.02 05:05:33.367258 [ 267 ] {} TCP-Session: ee8b9760-d327-4be2-8c0e-e5f7223e3924 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:05:33.367469 [ 267 ] {ff6b1d17-985d-4065-a89a-aec3627a7c22} executeQuery: (from [fd00:1122:3344:101::d]:36799) CREATE TABLE IF NOT EXISTS oximeter.fields_u64 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt64, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2026.01.02 05:05:33.367634 [ 267 ] {ff6b1d17-985d-4065-a89a-aec3627a7c22} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64 2026.01.02 05:05:33.387443 [ 267 ] {ff6b1d17-985d-4065-a89a-aec3627a7c22} oximeter.fields_u64 (d7f125c5-0c9b-4b5d-9fd2-901d73df005b): Loading data parts 2026.01.02 05:05:33.387747 [ 267 ] {ff6b1d17-985d-4065-a89a-aec3627a7c22} oximeter.fields_u64 (d7f125c5-0c9b-4b5d-9fd2-901d73df005b): There are no data parts 2026.01.02 05:05:33.392755 [ 267 ] {ff6b1d17-985d-4065-a89a-aec3627a7c22} TCPHandler: Processed in 0.025546998 sec. 2026.01.02 05:05:33.392925 [ 267 ] {} TCP-Session: ee8b9760-d327-4be2-8c0e-e5f7223e3924 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:05:33.393087 [ 267 ] {5235b55b-7d81-4afb-a6fa-f54aaefb13cc} executeQuery: (from [fd00:1122:3344:101::d]:36799) CREATE TABLE IF NOT EXISTS oximeter.fields_ipaddr ( timeseries_name String, timeseries_key UInt64, field_name String, field_value IPv6, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2026.01.02 05:05:33.393250 [ 267 ] {5235b55b-7d81-4afb-a6fa-f54aaefb13cc} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr 2026.01.02 05:05:33.404455 [ 267 ] {5235b55b-7d81-4afb-a6fa-f54aaefb13cc} oximeter.fields_ipaddr (645cdd3d-4969-40ee-99e7-272b8c981424): Loading data parts 2026.01.02 05:05:33.404827 [ 267 ] {5235b55b-7d81-4afb-a6fa-f54aaefb13cc} oximeter.fields_ipaddr (645cdd3d-4969-40ee-99e7-272b8c981424): There are no data parts 2026.01.02 05:05:33.417835 [ 267 ] {5235b55b-7d81-4afb-a6fa-f54aaefb13cc} TCPHandler: Processed in 0.024960267 sec. 2026.01.02 05:05:33.418090 [ 267 ] {} TCP-Session: ee8b9760-d327-4be2-8c0e-e5f7223e3924 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:05:33.418258 [ 267 ] {b2fea08c-02a7-45cb-83f6-948e7b3e7f2f} executeQuery: (from [fd00:1122:3344:101::d]:36799) CREATE TABLE IF NOT EXISTS oximeter.fields_string ( timeseries_name String, timeseries_key UInt64, field_name String, field_value String, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2026.01.02 05:05:33.418414 [ 267 ] {b2fea08c-02a7-45cb-83f6-948e7b3e7f2f} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string 2026.01.02 05:05:33.429319 [ 267 ] {b2fea08c-02a7-45cb-83f6-948e7b3e7f2f} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Loading data parts 2026.01.02 05:05:33.429669 [ 267 ] {b2fea08c-02a7-45cb-83f6-948e7b3e7f2f} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): There are no data parts 2026.01.02 05:05:33.451898 [ 267 ] {b2fea08c-02a7-45cb-83f6-948e7b3e7f2f} TCPHandler: Processed in 0.033859066 sec. 2026.01.02 05:05:33.452098 [ 267 ] {} TCP-Session: ee8b9760-d327-4be2-8c0e-e5f7223e3924 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:05:33.452355 [ 267 ] {a3301431-55a1-47fc-839f-e70d57cb808c} executeQuery: (from [fd00:1122:3344:101::d]:36799) CREATE TABLE IF NOT EXISTS oximeter.fields_uuid ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UUID, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2026.01.02 05:05:33.452403 [ 267 ] {a3301431-55a1-47fc-839f-e70d57cb808c} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid 2026.01.02 05:05:33.481751 [ 267 ] {a3301431-55a1-47fc-839f-e70d57cb808c} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Loading data parts 2026.01.02 05:05:33.481952 [ 267 ] {a3301431-55a1-47fc-839f-e70d57cb808c} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): There are no data parts 2026.01.02 05:05:33.506036 [ 267 ] {a3301431-55a1-47fc-839f-e70d57cb808c} TCPHandler: Processed in 0.053998203 sec. 2026.01.02 05:05:33.506366 [ 267 ] {} TCP-Session: ee8b9760-d327-4be2-8c0e-e5f7223e3924 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:05:33.506631 [ 267 ] {cd004424-b239-4ff8-a114-03c91af0e86c} executeQuery: (from [fd00:1122:3344:101::d]:36799) /* The timeseries schema table stores the extracted schema for the samples * oximeter collects. */ CREATE TABLE IF NOT EXISTS oximeter.timeseries_schema ( timeseries_name String, fields Nested( name String, type Enum( 'Bool' = 1, 'I64' = 2, 'IpAddr' = 3, 'String' = 4, 'Uuid' = 6, 'I8' = 7, 'U8' = 8, 'I16' = 9, 'U16' = 10, 'I32' = 11, 'U32' = 12, 'U64' = 13 ), source Enum( 'Target' = 1, 'Metric' = 2 ) ), datum_type Enum( 'Bool' = 1, 'I64' = 2, 'F64' = 3, 'String' = 4, 'Bytes' = 5, 'CumulativeI64' = 6, 'CumulativeF64' = 7, 'HistogramI64' = 8, 'HistogramF64' = 9, 'I8' = 10, 'U8' = 11, 'I16' = 12, 'U16' = 13, 'I32' = 14, 'U32' = 15, 'U64' = 16, 'F32' = 17, 'CumulativeU64' = 18, 'CumulativeF32' = 19, 'HistogramI8' = 20, 'HistogramU8' = 21, 'HistogramI16' = 22, 'HistogramU16' = 23, 'HistogramI32' = 24, 'HistogramU32' = 25, 'HistogramU64' = 26, 'HistogramF32' = 27 ), created DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (timeseries_name, fields.name) (stage: Complete) 2026.01.02 05:05:33.506770 [ 267 ] {cd004424-b239-4ff8-a114-03c91af0e86c} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema 2026.01.02 05:05:33.516194 [ 267 ] {cd004424-b239-4ff8-a114-03c91af0e86c} oximeter.timeseries_schema (cc640168-9cf5-4040-b417-ab0d9fbe5864): Loading data parts 2026.01.02 05:05:33.516373 [ 267 ] {cd004424-b239-4ff8-a114-03c91af0e86c} oximeter.timeseries_schema (cc640168-9cf5-4040-b417-ab0d9fbe5864): There are no data parts 2026.01.02 05:05:33.521559 [ 267 ] {cd004424-b239-4ff8-a114-03c91af0e86c} TCPHandler: Processed in 0.015248735 sec. 2026.01.02 05:05:33.521968 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:05:33.522329 [ 270 ] {93e0cb1a-12e6-498d-b2c9-372adfd22350} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.version (*) VALUES (stage: Complete) 2026.01.02 05:05:33.523627 [ 270 ] {93e0cb1a-12e6-498d-b2c9-372adfd22350} ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version 2026.01.02 05:05:33.536284 [ 277 ] {93e0cb1a-12e6-498d-b2c9-372adfd22350} oximeter.version (e3550e79-451c-4c3d-8ba1-9d3e49618ffc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:05:33.536345 [ 277 ] {93e0cb1a-12e6-498d-b2c9-372adfd22350} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.01.02 05:05:33.540867 [ 277 ] {93e0cb1a-12e6-498d-b2c9-372adfd22350} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.01.02 05:05:33.541593 [ 277 ] {93e0cb1a-12e6-498d-b2c9-372adfd22350} oximeter.version (e3550e79-451c-4c3d-8ba1-9d3e49618ffc): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:05:33.541869 [ 270 ] {93e0cb1a-12e6-498d-b2c9-372adfd22350} executeQuery: Read 1 rows, 16.00 B in 0.019678 sec., 50.81817257851407 rows/sec., 813.09 B/sec. 2026.01.02 05:05:33.542217 [ 270 ] {93e0cb1a-12e6-498d-b2c9-372adfd22350} TCPHandler: Processed in 0.020393352 sec. 2026.01.02 05:05:34.000199 [ 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.97 MiB 2026.01.02 05:05:39.356914 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 8 2026.01.02 05:05:39.356987 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 549 entries to flush up to offset 549 2026.01.02 05:05:39.357016 [ 244 ] {} SystemLog (system.metric_log): Creating new table system.metric_log for MetricLog 2026.01.02 05:05:39.357206 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Creating new table system.asynchronous_metric_log for AsynchronousMetricLog 2026.01.02 05:05:39.363570 [ 245 ] {} system.asynchronous_metric_log (bb53ce5c-bddd-4105-a5af-ef87950cd4f3): Loading data parts 2026.01.02 05:05:39.364005 [ 245 ] {} system.asynchronous_metric_log (bb53ce5c-bddd-4105-a5af-ef87950cd4f3): There are no data parts 2026.01.02 05:05:39.368613 [ 245 ] {} system.asynchronous_metric_log (bb53ce5c-bddd-4105-a5af-ef87950cd4f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:05:39.368654 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.01.02 05:05:39.370189 [ 244 ] {} system.metric_log (a59fffb9-cc3a-4586-97e5-9d20b67a7356): Loading data parts 2026.01.02 05:05:39.370601 [ 244 ] {} system.metric_log (a59fffb9-cc3a-4586-97e5-9d20b67a7356): There are no data parts 2026.01.02 05:05:39.374327 [ 245 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.01.02 05:05:39.374916 [ 245 ] {} system.asynchronous_metric_log (bb53ce5c-bddd-4105-a5af-ef87950cd4f3): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:05:39.375248 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 549 2026.01.02 05:05:39.402337 [ 244 ] {} system.metric_log (a59fffb9-cc3a-4586-97e5-9d20b67a7356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:05:39.402411 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.01.02 05:05:39.408957 [ 244 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.01.02 05:05:39.410362 [ 244 ] {} system.metric_log (a59fffb9-cc3a-4586-97e5-9d20b67a7356): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:05:39.413890 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 8 2026.01.02 05:05:40.000355 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 144.91 MiB, peak 148.91 MiB, free memory in arenas 0.00 B, will set to 154.00 MiB (RSS), difference: 9.09 MiB 2026.01.02 05:05:41.856904 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 88 entries to flush up to offset 88 2026.01.02 05:05:41.857010 [ 243 ] {} SystemLog (system.query_log): Creating new table system.query_log for QueryLog 2026.01.02 05:05:41.863740 [ 243 ] {} system.query_log (dd3f3490-5765-4d2a-9406-0e239d3e9a13): Loading data parts 2026.01.02 05:05:41.863948 [ 243 ] {} system.query_log (dd3f3490-5765-4d2a-9406-0e239d3e9a13): There are no data parts 2026.01.02 05:05:41.872327 [ 243 ] {} system.query_log (dd3f3490-5765-4d2a-9406-0e239d3e9a13): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:05:41.872366 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.01.02 05:05:41.874196 [ 243 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.01.02 05:05:41.874850 [ 243 ] {} system.query_log (dd3f3490-5765-4d2a-9406-0e239d3e9a13): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:05:41.875311 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 88 2026.01.02 05:05:42.000344 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 158.20 MiB, peak 158.20 MiB, free memory in arenas 0.00 B, will set to 155.02 MiB (RSS), difference: -3.17 MiB 2026.01.02 05:05:43.262705 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39118 2026.01.02 05:05:43.263855 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:05:43.263916 [ 286 ] {} TCP-Session: dd1a5447-55f1-4a77-a1a5-dee8b2e7d195 Authenticating user 'default' from [fd00:1122:3344:101::e]:39118 2026.01.02 05:05:43.263948 [ 286 ] {} TCP-Session: dd1a5447-55f1-4a77-a1a5-dee8b2e7d195 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:05:43.264076 [ 286 ] {} TCP-Session: dd1a5447-55f1-4a77-a1a5-dee8b2e7d195 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:05:43.264133 [ 286 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.01.02 05:05:43.264156 [ 286 ] {} ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2026.01.02 05:05:43.264286 [ 286 ] {} ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2026.01.02 05:05:43.264826 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54415 2026.01.02 05:05:43.264927 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61768 2026.01.02 05:05:43.265015 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:05:43.265047 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36744 2026.01.02 05:05:43.265053 [ 287 ] {} TCP-Session: 4d08ac29-1e9d-4fd2-9fb3-97fcfcec40f5 Authenticating user 'default' from [fd00:1122:3344:101::e]:54415 2026.01.02 05:05:43.265147 [ 287 ] {} TCP-Session: 4d08ac29-1e9d-4fd2-9fb3-97fcfcec40f5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:05:43.265162 [ 287 ] {} TCP-Session: 4d08ac29-1e9d-4fd2-9fb3-97fcfcec40f5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:05:43.265240 [ 286 ] {} TCP-Session: dd1a5447-55f1-4a77-a1a5-dee8b2e7d195 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:05:43.265274 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58907 2026.01.02 05:05:43.265290 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:05:43.265320 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:05:43.265394 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48390 2026.01.02 05:05:43.265417 [ 288 ] {} TCP-Session: b01b7d45-43d2-4860-9923-4b4639ce22f6 Authenticating user 'default' from [fd00:1122:3344:101::e]:61768 2026.01.02 05:05:43.265452 [ 288 ] {} TCP-Session: b01b7d45-43d2-4860-9923-4b4639ce22f6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:05:43.265465 [ 288 ] {} TCP-Session: b01b7d45-43d2-4860-9923-4b4639ce22f6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:05:43.265555 [ 286 ] {1208d2ad-9931-43a7-a8f9-418eefeaa4ce} executeQuery: (from [fd00:1122:3344:101::e]:39118) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.01.02 05:05:43.265589 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54559 2026.01.02 05:05:43.265671 [ 289 ] {} TCP-Session: 0a16d4be-b438-4b8e-87b7-af0b75fc047f Authenticating user 'default' from [fd00:1122:3344:101::e]:36744 2026.01.02 05:05:43.265698 [ 289 ] {} TCP-Session: 0a16d4be-b438-4b8e-87b7-af0b75fc047f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:05:43.265712 [ 289 ] {} TCP-Session: 0a16d4be-b438-4b8e-87b7-af0b75fc047f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:05:43.265774 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:05:43.265799 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:05:43.265831 [ 290 ] {} TCP-Session: 6bbf5dfa-b1c0-4483-b924-11569079549f Authenticating user 'default' from [fd00:1122:3344:101::e]:58907 2026.01.02 05:05:43.265840 [ 291 ] {} TCP-Session: f7c8bc75-b142-4a5f-ab5a-22c6b5f23555 Authenticating user 'default' from [fd00:1122:3344:101::e]:48390 2026.01.02 05:05:43.265859 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40525 2026.01.02 05:05:43.265869 [ 291 ] {} TCP-Session: f7c8bc75-b142-4a5f-ab5a-22c6b5f23555 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:05:43.265875 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:05:43.265899 [ 291 ] {} TCP-Session: f7c8bc75-b142-4a5f-ab5a-22c6b5f23555 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:05:43.265864 [ 290 ] {} TCP-Session: 6bbf5dfa-b1c0-4483-b924-11569079549f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:05:43.265937 [ 292 ] {} TCP-Session: 3dd98e29-d6df-490c-9f91-b1fdd7df495d Authenticating user 'default' from [fd00:1122:3344:101::e]:54559 2026.01.02 05:05:43.265955 [ 290 ] {} TCP-Session: 6bbf5dfa-b1c0-4483-b924-11569079549f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:05:43.265946 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42392 2026.01.02 05:05:43.265981 [ 292 ] {} TCP-Session: 3dd98e29-d6df-490c-9f91-b1fdd7df495d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:05:43.266026 [ 292 ] {} TCP-Session: 3dd98e29-d6df-490c-9f91-b1fdd7df495d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:05:43.266044 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:05:43.266075 [ 293 ] {} TCP-Session: fe1bd928-d84a-4678-90b6-7e8ea3816ce4 Authenticating user 'default' from [fd00:1122:3344:101::e]:40525 2026.01.02 05:05:43.266092 [ 293 ] {} TCP-Session: fe1bd928-d84a-4678-90b6-7e8ea3816ce4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:05:43.266105 [ 293 ] {} TCP-Session: fe1bd928-d84a-4678-90b6-7e8ea3816ce4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:05:43.266198 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:05:43.266242 [ 294 ] {} TCP-Session: da1694f0-8a53-433d-ba4f-c53fefa52689 Authenticating user 'default' from [fd00:1122:3344:101::e]:42392 2026.01.02 05:05:43.266260 [ 294 ] {} TCP-Session: da1694f0-8a53-433d-ba4f-c53fefa52689 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:05:43.266273 [ 294 ] {} TCP-Session: da1694f0-8a53-433d-ba4f-c53fefa52689 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:05:43.266756 [ 286 ] {1208d2ad-9931-43a7-a8f9-418eefeaa4ce} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.01.02 05:05:43.267088 [ 286 ] {1208d2ad-9931-43a7-a8f9-418eefeaa4ce} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.02 05:05:43.269908 [ 286 ] {1208d2ad-9931-43a7-a8f9-418eefeaa4ce} oximeter.version (e3550e79-451c-4c3d-8ba1-9d3e49618ffc) (SelectExecutor): Key condition: unknown 2026.01.02 05:05:43.277969 [ 295 ] {1208d2ad-9931-43a7-a8f9-418eefeaa4ce} AggregatingTransform: Aggregating 2026.01.02 05:05:43.278053 [ 295 ] {1208d2ad-9931-43a7-a8f9-418eefeaa4ce} Aggregator: Aggregation method: without_key 2026.01.02 05:05:43.278690 [ 295 ] {1208d2ad-9931-43a7-a8f9-418eefeaa4ce} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.004413184 sec. (226.594 rows/sec., 8.85 KiB/sec.) 2026.01.02 05:05:43.278713 [ 295 ] {1208d2ad-9931-43a7-a8f9-418eefeaa4ce} Aggregator: Merging aggregated data 2026.01.02 05:05:43.278744 [ 295 ] {1208d2ad-9931-43a7-a8f9-418eefeaa4ce} Aggregator: Statistics updated for key=4896758355805104663: new sum_of_sizes=1, median_size=1 2026.01.02 05:05:43.280146 [ 286 ] {1208d2ad-9931-43a7-a8f9-418eefeaa4ce} executeQuery: Read 1 rows, 40.00 B in 0.014732 sec., 67.87944610371979 rows/sec., 2.65 KiB/sec. 2026.01.02 05:05:43.280314 [ 286 ] {1208d2ad-9931-43a7-a8f9-418eefeaa4ce} TCPHandler: Processed in 0.015302616 sec. 2026.01.02 05:05:43.281582 [ 286 ] {} TCPHandler: Done processing connection. 2026.01.02 05:05:43.281617 [ 287 ] {} TCPHandler: Done processing connection. 2026.01.02 05:05:43.281627 [ 286 ] {} TCP-Session: dd1a5447-55f1-4a77-a1a5-dee8b2e7d195 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:05:43.281641 [ 294 ] {} TCPHandler: Done processing connection. 2026.01.02 05:05:43.281664 [ 287 ] {} TCP-Session: 4d08ac29-1e9d-4fd2-9fb3-97fcfcec40f5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:05:43.281663 [ 289 ] {} TCPHandler: Done processing connection. 2026.01.02 05:05:43.281679 [ 290 ] {} TCPHandler: Done processing connection. 2026.01.02 05:05:43.281701 [ 291 ] {} TCPHandler: Done processing connection. 2026.01.02 05:05:43.281718 [ 288 ] {} TCPHandler: Done processing connection. 2026.01.02 05:05:43.281738 [ 292 ] {} TCPHandler: Done processing connection. 2026.01.02 05:05:43.281764 [ 291 ] {} TCP-Session: f7c8bc75-b142-4a5f-ab5a-22c6b5f23555 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:05:43.281782 [ 288 ] {} TCP-Session: b01b7d45-43d2-4860-9923-4b4639ce22f6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:05:43.281795 [ 292 ] {} TCP-Session: 3dd98e29-d6df-490c-9f91-b1fdd7df495d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:05:43.281756 [ 293 ] {} TCPHandler: Done processing connection. 2026.01.02 05:05:43.281744 [ 290 ] {} TCP-Session: 6bbf5dfa-b1c0-4483-b924-11569079549f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:05:43.281850 [ 293 ] {} TCP-Session: fe1bd928-d84a-4678-90b6-7e8ea3816ce4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:05:43.281725 [ 289 ] {} TCP-Session: 0a16d4be-b438-4b8e-87b7-af0b75fc047f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:05:43.281695 [ 294 ] {} TCP-Session: da1694f0-8a53-433d-ba4f-c53fefa52689 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:05:44.000173 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 155.31 MiB, peak 163.41 MiB, free memory in arenas 0.00 B, will set to 159.15 MiB (RSS), difference: 3.85 MiB 2026.01.02 05:05:46.775108 [ 114 ] {} DNSResolver: Updating DNS cache 2026.01.02 05:05:46.775160 [ 114 ] {} DNSResolver: Updated DNS cache 2026.01.02 05:05:46.875415 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 436 entries to flush up to offset 985 2026.01.02 05:05:46.876141 [ 245 ] {} system.asynchronous_metric_log (bb53ce5c-bddd-4105-a5af-ef87950cd4f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:05:46.876190 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.01.02 05:05:46.876946 [ 245 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.01.02 05:05:46.877406 [ 245 ] {} system.asynchronous_metric_log (bb53ce5c-bddd-4105-a5af-ef87950cd4f3): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:05:46.877589 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 985 2026.01.02 05:05:46.914066 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 16 2026.01.02 05:05:46.932295 [ 244 ] {} system.metric_log (a59fffb9-cc3a-4586-97e5-9d20b67a7356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:05:46.932368 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.01.02 05:05:46.939159 [ 244 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.01.02 05:05:46.940319 [ 244 ] {} system.metric_log (a59fffb9-cc3a-4586-97e5-9d20b67a7356): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:05:46.943496 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 16 2026.01.02 05:05:47.000183 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 159.85 MiB, peak 163.85 MiB, free memory in arenas 0.00 B, will set to 162.33 MiB (RSS), difference: 2.48 MiB 2026.01.02 05:05:50.581304 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46474 2026.01.02 05:05:50.581432 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:05:50.581459 [ 286 ] {} TCP-Session: c7d79e24-b347-4ec7-b166-3487932b7b3f Authenticating user 'default' from [fd00:1122:3344:101::e]:46474 2026.01.02 05:05:50.581490 [ 286 ] {} TCP-Session: c7d79e24-b347-4ec7-b166-3487932b7b3f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:05:50.581507 [ 286 ] {} TCP-Session: c7d79e24-b347-4ec7-b166-3487932b7b3f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:05:50.581701 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53602 2026.01.02 05:05:50.581741 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58385 2026.01.02 05:05:50.581759 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57015 2026.01.02 05:05:50.581779 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34614 2026.01.02 05:05:50.581818 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:05:50.581817 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53022 2026.01.02 05:05:50.581851 [ 286 ] {} TCP-Session: c7d79e24-b347-4ec7-b166-3487932b7b3f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:05:50.581862 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:05:50.581868 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:05:50.581902 [ 289 ] {} TCP-Session: ad2f0368-c4d5-4820-825a-8b27fa0a15ce Authenticating user 'default' from [fd00:1122:3344:101::e]:57015 2026.01.02 05:05:50.581902 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:05:50.581926 [ 288 ] {} TCP-Session: f595bba6-caa6-4d15-8a39-d0ac3f6aa0c5 Authenticating user 'default' from [fd00:1122:3344:101::e]:58385 2026.01.02 05:05:50.581928 [ 289 ] {} TCP-Session: ad2f0368-c4d5-4820-825a-8b27fa0a15ce Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:05:50.581953 [ 291 ] {} TCP-Session: 699a0575-b2f9-421a-993e-f64b818770aa Authenticating user 'default' from [fd00:1122:3344:101::e]:34614 2026.01.02 05:05:50.581965 [ 288 ] {} TCP-Session: f595bba6-caa6-4d15-8a39-d0ac3f6aa0c5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:05:50.581968 [ 289 ] {} TCP-Session: ad2f0368-c4d5-4820-825a-8b27fa0a15ce Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:05:50.581992 [ 291 ] {} TCP-Session: 699a0575-b2f9-421a-993e-f64b818770aa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:05:50.581994 [ 288 ] {} TCP-Session: f595bba6-caa6-4d15-8a39-d0ac3f6aa0c5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:05:50.582021 [ 291 ] {} TCP-Session: 699a0575-b2f9-421a-993e-f64b818770aa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:05:50.581846 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34378 2026.01.02 05:05:50.582044 [ 286 ] {0ccad49d-0686-4654-bca4-3f3ab84186b2} executeQuery: (from [fd00:1122:3344:101::e]:46474) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.01.02 05:05:50.581849 [ 287 ] {} TCP-Session: dc4d3f19-2cb8-4969-890a-57cbe70867da Authenticating user 'default' from [fd00:1122:3344:101::e]:53602 2026.01.02 05:05:50.581808 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61553 2026.01.02 05:05:50.582125 [ 287 ] {} TCP-Session: dc4d3f19-2cb8-4969-890a-57cbe70867da Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:05:50.582149 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:05:50.582162 [ 287 ] {} TCP-Session: dc4d3f19-2cb8-4969-890a-57cbe70867da Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:05:50.581783 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33702 2026.01.02 05:05:50.582185 [ 294 ] {} TCP-Session: 1254a6c0-cb76-4f09-bad4-baaa1eae60f4 Authenticating user 'default' from [fd00:1122:3344:101::e]:34378 2026.01.02 05:05:50.581917 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:05:50.582235 [ 294 ] {} TCP-Session: 1254a6c0-cb76-4f09-bad4-baaa1eae60f4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:05:50.582259 [ 294 ] {} TCP-Session: 1254a6c0-cb76-4f09-bad4-baaa1eae60f4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:05:50.582258 [ 293 ] {} TCP-Session: 72415986-5f9d-4efc-b75c-c2c950353cf7 Authenticating user 'default' from [fd00:1122:3344:101::e]:53022 2026.01.02 05:05:50.582291 [ 293 ] {} TCP-Session: 72415986-5f9d-4efc-b75c-c2c950353cf7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:05:50.582303 [ 293 ] {} TCP-Session: 72415986-5f9d-4efc-b75c-c2c950353cf7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:05:50.582367 [ 286 ] {0ccad49d-0686-4654-bca4-3f3ab84186b2} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.01.02 05:05:50.582387 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:05:50.582387 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:05:50.582426 [ 290 ] {} TCP-Session: f830ea81-89f2-4fab-b67f-fafeecfa7778 Authenticating user 'default' from [fd00:1122:3344:101::e]:33702 2026.01.02 05:05:50.582433 [ 286 ] {0ccad49d-0686-4654-bca4-3f3ab84186b2} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.02 05:05:50.582454 [ 290 ] {} TCP-Session: f830ea81-89f2-4fab-b67f-fafeecfa7778 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:05:50.582443 [ 292 ] {} TCP-Session: 654b4b20-28da-4932-9bef-7d75bb93445d Authenticating user 'default' from [fd00:1122:3344:101::e]:61553 2026.01.02 05:05:50.582478 [ 290 ] {} TCP-Session: f830ea81-89f2-4fab-b67f-fafeecfa7778 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:05:50.582503 [ 292 ] {} TCP-Session: 654b4b20-28da-4932-9bef-7d75bb93445d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:05:50.582521 [ 292 ] {} TCP-Session: 654b4b20-28da-4932-9bef-7d75bb93445d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:05:50.582766 [ 286 ] {0ccad49d-0686-4654-bca4-3f3ab84186b2} oximeter.version (e3550e79-451c-4c3d-8ba1-9d3e49618ffc) (SelectExecutor): Key condition: unknown 2026.01.02 05:05:50.583671 [ 321 ] {0ccad49d-0686-4654-bca4-3f3ab84186b2} AggregatingTransform: Aggregating 2026.01.02 05:05:50.583711 [ 321 ] {0ccad49d-0686-4654-bca4-3f3ab84186b2} Aggregator: Aggregation method: without_key 2026.01.02 05:05:50.583747 [ 321 ] {0ccad49d-0686-4654-bca4-3f3ab84186b2} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000879684 sec. (1136.772 rows/sec., 44.41 KiB/sec.) 2026.01.02 05:05:50.583768 [ 321 ] {0ccad49d-0686-4654-bca4-3f3ab84186b2} Aggregator: Merging aggregated data 2026.01.02 05:05:50.585084 [ 286 ] {0ccad49d-0686-4654-bca4-3f3ab84186b2} executeQuery: Read 1 rows, 40.00 B in 0.003108 sec., 321.75032175032175 rows/sec., 12.57 KiB/sec. 2026.01.02 05:05:50.585166 [ 286 ] {0ccad49d-0686-4654-bca4-3f3ab84186b2} TCPHandler: Processed in 0.003439607 sec. 2026.01.02 05:05:50.585327 [ 286 ] {} TCPHandler: Done processing connection. 2026.01.02 05:05:50.585350 [ 287 ] {} TCPHandler: Done processing connection. 2026.01.02 05:05:50.585362 [ 286 ] {} TCP-Session: c7d79e24-b347-4ec7-b166-3487932b7b3f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:05:50.585375 [ 293 ] {} TCPHandler: Done processing connection. 2026.01.02 05:05:50.585400 [ 287 ] {} TCP-Session: dc4d3f19-2cb8-4969-890a-57cbe70867da Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:05:50.585414 [ 290 ] {} TCPHandler: Done processing connection. 2026.01.02 05:05:50.585428 [ 292 ] {} TCPHandler: Done processing connection. 2026.01.02 05:05:50.585455 [ 294 ] {} TCPHandler: Done processing connection. 2026.01.02 05:05:50.585476 [ 290 ] {} TCP-Session: f830ea81-89f2-4fab-b67f-fafeecfa7778 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:05:50.585491 [ 291 ] {} TCPHandler: Done processing connection. 2026.01.02 05:05:50.585507 [ 294 ] {} TCP-Session: 1254a6c0-cb76-4f09-bad4-baaa1eae60f4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:05:50.585492 [ 292 ] {} TCP-Session: 654b4b20-28da-4932-9bef-7d75bb93445d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:05:50.585560 [ 291 ] {} TCP-Session: 699a0575-b2f9-421a-993e-f64b818770aa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:05:50.585470 [ 289 ] {} TCPHandler: Done processing connection. 2026.01.02 05:05:50.585429 [ 293 ] {} TCP-Session: 72415986-5f9d-4efc-b75c-c2c950353cf7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:05:50.585394 [ 288 ] {} TCPHandler: Done processing connection. 2026.01.02 05:05:50.585637 [ 289 ] {} TCP-Session: ad2f0368-c4d5-4820-825a-8b27fa0a15ce Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:05:50.585672 [ 288 ] {} TCP-Session: f595bba6-caa6-4d15-8a39-d0ac3f6aa0c5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:05:50.729886 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55401 2026.01.02 05:05:50.730019 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:05:50.730056 [ 286 ] {} TCP-Session: 4b492d9d-8726-44ae-b3e1-e76936d3163c Authenticating user 'default' from [fd00:1122:3344:101::e]:55401 2026.01.02 05:05:50.730081 [ 286 ] {} TCP-Session: 4b492d9d-8726-44ae-b3e1-e76936d3163c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:05:50.730096 [ 286 ] {} TCP-Session: 4b492d9d-8726-44ae-b3e1-e76936d3163c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:05:50.730286 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38275 2026.01.02 05:05:50.730304 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33841 2026.01.02 05:05:50.730325 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59137 2026.01.02 05:05:50.730367 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58427 2026.01.02 05:05:50.730405 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:05:50.730407 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48800 2026.01.02 05:05:50.730449 [ 287 ] {} TCP-Session: 6b9d028d-45b1-478c-9663-ce285029e284 Authenticating user 'default' from [fd00:1122:3344:101::e]:38275 2026.01.02 05:05:50.730456 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:05:50.730480 [ 286 ] {} TCP-Session: 4b492d9d-8726-44ae-b3e1-e76936d3163c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:05:50.730485 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:05:50.730505 [ 288 ] {} TCP-Session: b6e80d31-cd39-4187-9d06-cef89cb89791 Authenticating user 'default' from [fd00:1122:3344:101::e]:33841 2026.01.02 05:05:50.730511 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:05:50.730533 [ 291 ] {} TCP-Session: f020e2ef-c28b-4003-954b-7d892c944ea5 Authenticating user 'default' from [fd00:1122:3344:101::e]:58427 2026.01.02 05:05:50.730495 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:05:50.730578 [ 291 ] {} TCP-Session: f020e2ef-c28b-4003-954b-7d892c944ea5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:05:50.730484 [ 287 ] {} TCP-Session: 6b9d028d-45b1-478c-9663-ce285029e284 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:05:50.730607 [ 291 ] {} TCP-Session: f020e2ef-c28b-4003-954b-7d892c944ea5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:05:50.730609 [ 290 ] {} TCP-Session: a67543d1-1cc9-4f6c-a8a2-240ed3b727c7 Authenticating user 'default' from [fd00:1122:3344:101::e]:59137 2026.01.02 05:05:50.730622 [ 287 ] {} TCP-Session: 6b9d028d-45b1-478c-9663-ce285029e284 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:05:50.730401 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39064 2026.01.02 05:05:50.730653 [ 290 ] {} TCP-Session: a67543d1-1cc9-4f6c-a8a2-240ed3b727c7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:05:50.730658 [ 286 ] {19628ad4-2922-4735-80a4-091b40b4b04a} executeQuery: (from [fd00:1122:3344:101::e]:55401) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.01.02 05:05:50.730691 [ 290 ] {} TCP-Session: a67543d1-1cc9-4f6c-a8a2-240ed3b727c7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:05:50.730397 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54553 2026.01.02 05:05:50.730728 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:05:50.730570 [ 293 ] {} TCP-Session: 5612e7c2-57eb-4658-8096-7ad37d677304 Authenticating user 'default' from [fd00:1122:3344:101::e]:48800 2026.01.02 05:05:50.730775 [ 294 ] {} TCP-Session: 826f9908-5025-4fab-91d4-2b325f8e4aa3 Authenticating user 'default' from [fd00:1122:3344:101::e]:39064 2026.01.02 05:05:50.730791 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:05:50.730795 [ 293 ] {} TCP-Session: 5612e7c2-57eb-4658-8096-7ad37d677304 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:05:50.730811 [ 294 ] {} TCP-Session: 826f9908-5025-4fab-91d4-2b325f8e4aa3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:05:50.730824 [ 292 ] {} TCP-Session: f7c0f65e-fd35-4e32-81bb-e16c4630ac73 Authenticating user 'default' from [fd00:1122:3344:101::e]:54553 2026.01.02 05:05:50.730859 [ 294 ] {} TCP-Session: 826f9908-5025-4fab-91d4-2b325f8e4aa3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:05:50.730876 [ 292 ] {} TCP-Session: f7c0f65e-fd35-4e32-81bb-e16c4630ac73 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:05:50.730833 [ 293 ] {} TCP-Session: 5612e7c2-57eb-4658-8096-7ad37d677304 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:05:50.730901 [ 292 ] {} TCP-Session: f7c0f65e-fd35-4e32-81bb-e16c4630ac73 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:05:50.730568 [ 288 ] {} TCP-Session: b6e80d31-cd39-4187-9d06-cef89cb89791 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:05:50.730297 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:65119 2026.01.02 05:05:50.730963 [ 286 ] {19628ad4-2922-4735-80a4-091b40b4b04a} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.01.02 05:05:50.730959 [ 288 ] {} TCP-Session: b6e80d31-cd39-4187-9d06-cef89cb89791 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:05:50.731031 [ 286 ] {19628ad4-2922-4735-80a4-091b40b4b04a} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.02 05:05:50.731032 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:05:50.731100 [ 289 ] {} TCP-Session: 4ec56cef-b495-4ab3-bdb8-695636bc7e72 Authenticating user 'default' from [fd00:1122:3344:101::e]:65119 2026.01.02 05:05:50.731122 [ 289 ] {} TCP-Session: 4ec56cef-b495-4ab3-bdb8-695636bc7e72 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:05:50.731136 [ 289 ] {} TCP-Session: 4ec56cef-b495-4ab3-bdb8-695636bc7e72 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:05:50.731320 [ 286 ] {19628ad4-2922-4735-80a4-091b40b4b04a} oximeter.version (e3550e79-451c-4c3d-8ba1-9d3e49618ffc) (SelectExecutor): Key condition: unknown 2026.01.02 05:05:50.732279 [ 305 ] {19628ad4-2922-4735-80a4-091b40b4b04a} AggregatingTransform: Aggregating 2026.01.02 05:05:50.732323 [ 305 ] {19628ad4-2922-4735-80a4-091b40b4b04a} Aggregator: Aggregation method: without_key 2026.01.02 05:05:50.732358 [ 305 ] {19628ad4-2922-4735-80a4-091b40b4b04a} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000941016 sec. (1062.681 rows/sec., 41.51 KiB/sec.) 2026.01.02 05:05:50.732377 [ 305 ] {19628ad4-2922-4735-80a4-091b40b4b04a} Aggregator: Merging aggregated data 2026.01.02 05:05:50.733883 [ 286 ] {19628ad4-2922-4735-80a4-091b40b4b04a} executeQuery: Read 1 rows, 40.00 B in 0.003281 sec., 304.7851264858275 rows/sec., 11.91 KiB/sec. 2026.01.02 05:05:50.734010 [ 286 ] {19628ad4-2922-4735-80a4-091b40b4b04a} TCPHandler: Processed in 0.003663321 sec. 2026.01.02 05:05:50.734125 [ 294 ] {} TCPHandler: Done processing connection. 2026.01.02 05:05:50.734157 [ 287 ] {} TCPHandler: Done processing connection. 2026.01.02 05:05:50.734174 [ 294 ] {} TCP-Session: 826f9908-5025-4fab-91d4-2b325f8e4aa3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:05:50.734180 [ 289 ] {} TCPHandler: Done processing connection. 2026.01.02 05:05:50.734196 [ 288 ] {} TCPHandler: Done processing connection. 2026.01.02 05:05:50.734215 [ 291 ] {} TCPHandler: Done processing connection. 2026.01.02 05:05:50.734240 [ 289 ] {} TCP-Session: 4ec56cef-b495-4ab3-bdb8-695636bc7e72 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:05:50.734250 [ 292 ] {} TCPHandler: Done processing connection. 2026.01.02 05:05:50.734277 [ 291 ] {} TCP-Session: f020e2ef-c28b-4003-954b-7d892c944ea5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:05:50.734288 [ 286 ] {} TCPHandler: Done processing connection. 2026.01.02 05:05:50.734308 [ 292 ] {} TCP-Session: f7c0f65e-fd35-4e32-81bb-e16c4630ac73 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:05:50.734233 [ 290 ] {} TCPHandler: Done processing connection. 2026.01.02 05:05:50.734345 [ 286 ] {} TCP-Session: 4b492d9d-8726-44ae-b3e1-e76936d3163c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:05:50.734376 [ 290 ] {} TCP-Session: a67543d1-1cc9-4f6c-a8a2-240ed3b727c7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:05:50.734204 [ 287 ] {} TCP-Session: 6b9d028d-45b1-478c-9663-ce285029e284 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:05:50.734272 [ 293 ] {} TCPHandler: Done processing connection. 2026.01.02 05:05:50.734258 [ 288 ] {} TCP-Session: b6e80d31-cd39-4187-9d06-cef89cb89791 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:05:50.734457 [ 293 ] {} TCP-Session: 5612e7c2-57eb-4658-8096-7ad37d677304 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:05:51.877633 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 6 entries to flush up to offset 94 2026.01.02 05:05:51.879912 [ 243 ] {} system.query_log (dd3f3490-5765-4d2a-9406-0e239d3e9a13): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:05:51.879985 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.02 05:05:51.881665 [ 243 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.01.02 05:05:51.882265 [ 243 ] {} system.query_log (dd3f3490-5765-4d2a-9406-0e239d3e9a13): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:05:51.882676 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 94 2026.01.02 05:05:52.000185 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 158.51 MiB, peak 173.00 MiB, free memory in arenas 0.00 B, will set to 162.54 MiB (RSS), difference: 4.03 MiB 2026.01.02 05:05:53.556403 [ 267 ] {} TCP-Session: ee8b9760-d327-4be2-8c0e-e5f7223e3924 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:05:53.556614 [ 267 ] {7a44702f-507a-4a26-9509-8f2b00553f1f} executeQuery: (from [fd00:1122:3344:101::d]:36799) SELECT * FROM oximeter.timeseries_schema FORMAT Native; (stage: Complete) 2026.01.02 05:05:53.556888 [ 267 ] {7a44702f-507a-4a26-9509-8f2b00553f1f} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.02 05:05:53.556951 [ 267 ] {7a44702f-507a-4a26-9509-8f2b00553f1f} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.02 05:05:53.557377 [ 267 ] {7a44702f-507a-4a26-9509-8f2b00553f1f} TCPHandler: Processed in 0.001106598 sec. 2026.01.02 05:05:53.568929 [ 267 ] {} TCP-Session: ee8b9760-d327-4be2-8c0e-e5f7223e3924 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:05:53.569080 [ 267 ] {83100bea-2277-48d7-be6b-9def6f1b6f6e} executeQuery: (from [fd00:1122:3344:101::d]:36799) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.01.02 05:05:53.575724 [ 267 ] {83100bea-2277-48d7-be6b-9def6f1b6f6e} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.02 05:05:53.575783 [ 267 ] {83100bea-2277-48d7-be6b-9def6f1b6f6e} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.02 05:05:53.578158 [ 267 ] {83100bea-2277-48d7-be6b-9def6f1b6f6e} TCPHandler: Processed in 0.009289996 sec. 2026.01.02 05:05:53.578485 [ 267 ] {} TCP-Session: ee8b9760-d327-4be2-8c0e-e5f7223e3924 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:05:53.578625 [ 267 ] {9fba731e-78e6-4b2b-8295-022a8793d228} executeQuery: (from [fd00:1122:3344:101::d]:36799) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.01.02 05:05:53.580926 [ 267 ] {9fba731e-78e6-4b2b-8295-022a8793d228} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.02 05:05:53.580990 [ 267 ] {9fba731e-78e6-4b2b-8295-022a8793d228} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.02 05:05:53.581393 [ 267 ] {9fba731e-78e6-4b2b-8295-022a8793d228} TCPHandler: Processed in 0.002969699 sec. 2026.01.02 05:05:53.581628 [ 267 ] {} TCP-Session: ee8b9760-d327-4be2-8c0e-e5f7223e3924 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:05:53.581752 [ 267 ] {e22af04f-53d9-4d91-a36a-0394fafa01f8} executeQuery: (from [fd00:1122:3344:101::d]:36799) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.01.02 05:05:53.582012 [ 267 ] {e22af04f-53d9-4d91-a36a-0394fafa01f8} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.02 05:05:53.582059 [ 267 ] {e22af04f-53d9-4d91-a36a-0394fafa01f8} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.02 05:05:53.582453 [ 267 ] {e22af04f-53d9-4d91-a36a-0394fafa01f8} TCPHandler: Processed in 0.000877685 sec. 2026.01.02 05:05:53.582680 [ 267 ] {} TCP-Session: ee8b9760-d327-4be2-8c0e-e5f7223e3924 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:05:53.582834 [ 267 ] {46ba05b4-b9a7-4be8-978e-e0ee6b8e99f5} executeQuery: (from [fd00:1122:3344:101::d]:36799) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.01.02 05:05:53.583102 [ 267 ] {46ba05b4-b9a7-4be8-978e-e0ee6b8e99f5} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.02 05:05:53.583154 [ 267 ] {46ba05b4-b9a7-4be8-978e-e0ee6b8e99f5} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.02 05:05:53.583512 [ 267 ] {46ba05b4-b9a7-4be8-978e-e0ee6b8e99f5} TCPHandler: Processed in 0.000882295 sec. 2026.01.02 05:05:53.584057 [ 267 ] {} TCP-Session: ee8b9760-d327-4be2-8c0e-e5f7223e3924 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:05:53.584180 [ 267 ] {971d1a4a-37c7-4105-92e1-2a4ed5cfd480} executeQuery: (from [fd00:1122:3344:101::d]:36799) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.01.02 05:05:53.584435 [ 267 ] {971d1a4a-37c7-4105-92e1-2a4ed5cfd480} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.02 05:05:53.584479 [ 267 ] {971d1a4a-37c7-4105-92e1-2a4ed5cfd480} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.02 05:05:53.584840 [ 267 ] {971d1a4a-37c7-4105-92e1-2a4ed5cfd480} TCPHandler: Processed in 0.000834054 sec. 2026.01.02 05:05:53.585143 [ 267 ] {} TCP-Session: ee8b9760-d327-4be2-8c0e-e5f7223e3924 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:05:53.585287 [ 267 ] {62e37b3d-3773-4030-972d-ef85d91e4a2f} executeQuery: (from [fd00:1122:3344:101::d]:36799) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled') FORMAT Native; (stage: Complete) 2026.01.02 05:05:53.585562 [ 267 ] {62e37b3d-3773-4030-972d-ef85d91e4a2f} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.02 05:05:53.585614 [ 267 ] {62e37b3d-3773-4030-972d-ef85d91e4a2f} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.02 05:05:53.585952 [ 267 ] {62e37b3d-3773-4030-972d-ef85d91e4a2f} TCPHandler: Processed in 0.000864255 sec. 2026.01.02 05:05:53.586520 [ 267 ] {} TCP-Session: ee8b9760-d327-4be2-8c0e-e5f7223e3924 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:05:53.586638 [ 267 ] {4bf996a1-2e0d-44fd-b3bd-e175c31d6a84} executeQuery: (from [fd00:1122:3344:101::d]:36799) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up') FORMAT Native; (stage: Complete) 2026.01.02 05:05:53.586884 [ 267 ] {4bf996a1-2e0d-44fd-b3bd-e175c31d6a84} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.02 05:05:53.586929 [ 267 ] {4bf996a1-2e0d-44fd-b3bd-e175c31d6a84} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.02 05:05:53.587262 [ 267 ] {4bf996a1-2e0d-44fd-b3bd-e175c31d6a84} TCPHandler: Processed in 0.000792974 sec. 2026.01.02 05:05:53.587531 [ 267 ] {} TCP-Session: ee8b9760-d327-4be2-8c0e-e5f7223e3924 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:05:53.587650 [ 267 ] {42daf636-0e72-4336-8f03-751530d13593} executeQuery: (from [fd00:1122:3344:101::d]:36799) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity') FORMAT Native; (stage: Complete) 2026.01.02 05:05:53.587894 [ 267 ] {42daf636-0e72-4336-8f03-751530d13593} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.02 05:05:53.587943 [ 267 ] {42daf636-0e72-4336-8f03-751530d13593} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.02 05:05:53.588378 [ 267 ] {42daf636-0e72-4336-8f03-751530d13593} TCPHandler: Processed in 0.000894815 sec. 2026.01.02 05:05:53.588609 [ 267 ] {} TCP-Session: ee8b9760-d327-4be2-8c0e-e5f7223e3924 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:05:53.588729 [ 267 ] {1fb04c26-378d-403b-8324-fdbeb884cf34} executeQuery: (from [fd00:1122:3344:101::d]:36799) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:occupancy') FORMAT Native; (stage: Complete) 2026.01.02 05:05:53.588979 [ 267 ] {1fb04c26-378d-403b-8324-fdbeb884cf34} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.02 05:05:53.589022 [ 267 ] {1fb04c26-378d-403b-8324-fdbeb884cf34} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.02 05:05:53.589350 [ 267 ] {1fb04c26-378d-403b-8324-fdbeb884cf34} TCPHandler: Processed in 0.000790243 sec. 2026.01.02 05:05:53.589592 [ 267 ] {} TCP-Session: ee8b9760-d327-4be2-8c0e-e5f7223e3924 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:05:53.589710 [ 267 ] {fce1d5f6-d7bb-499d-b7e1-c22eadeac1dc} executeQuery: (from [fd00:1122:3344:101::d]:36799) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy') FORMAT Native; (stage: Complete) 2026.01.02 05:05:53.589958 [ 267 ] {fce1d5f6-d7bb-499d-b7e1-c22eadeac1dc} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.02 05:05:53.590002 [ 267 ] {fce1d5f6-d7bb-499d-b7e1-c22eadeac1dc} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.02 05:05:53.590334 [ 267 ] {fce1d5f6-d7bb-499d-b7e1-c22eadeac1dc} TCPHandler: Processed in 0.000791593 sec. 2026.01.02 05:05:53.590579 [ 267 ] {} TCP-Session: ee8b9760-d327-4be2-8c0e-e5f7223e3924 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:05:53.590699 [ 267 ] {21521c0c-1984-4dcf-938e-ffd51b2ff6c3} executeQuery: (from [fd00:1122:3344:101::d]:36799) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy') FORMAT Native; (stage: Complete) 2026.01.02 05:05:53.590945 [ 267 ] {21521c0c-1984-4dcf-938e-ffd51b2ff6c3} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.02 05:05:53.590988 [ 267 ] {21521c0c-1984-4dcf-938e-ffd51b2ff6c3} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.02 05:05:53.591326 [ 267 ] {21521c0c-1984-4dcf-938e-ffd51b2ff6c3} TCPHandler: Processed in 0.000797724 sec. 2026.01.02 05:05:53.591562 [ 267 ] {} TCP-Session: ee8b9760-d327-4be2-8c0e-e5f7223e3924 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:05:53.591677 [ 267 ] {548f86ce-59ae-437e-8035-71f5e5eab1ff} executeQuery: (from [fd00:1122:3344:101::d]:36799) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.01.02 05:05:53.591928 [ 267 ] {548f86ce-59ae-437e-8035-71f5e5eab1ff} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.02 05:05:53.591973 [ 267 ] {548f86ce-59ae-437e-8035-71f5e5eab1ff} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.02 05:05:53.592292 [ 267 ] {548f86ce-59ae-437e-8035-71f5e5eab1ff} TCPHandler: Processed in 0.000778953 sec. 2026.01.02 05:05:53.592541 [ 267 ] {} TCP-Session: ee8b9760-d327-4be2-8c0e-e5f7223e3924 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:05:53.592660 [ 267 ] {51ff2a02-4933-4212-8090-c042f86a05b4} executeQuery: (from [fd00:1122:3344:101::d]:36799) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.01.02 05:05:53.592911 [ 267 ] {51ff2a02-4933-4212-8090-c042f86a05b4} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.02 05:05:53.592954 [ 267 ] {51ff2a02-4933-4212-8090-c042f86a05b4} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.02 05:05:53.593276 [ 267 ] {51ff2a02-4933-4212-8090-c042f86a05b4} TCPHandler: Processed in 0.000784113 sec. 2026.01.02 05:05:53.593517 [ 267 ] {} TCP-Session: ee8b9760-d327-4be2-8c0e-e5f7223e3924 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:05:53.593637 [ 267 ] {c61ab93d-85ab-4248-b8b8-41def0e977f9} executeQuery: (from [fd00:1122:3344:101::d]:36799) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.01.02 05:05:53.593886 [ 267 ] {c61ab93d-85ab-4248-b8b8-41def0e977f9} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.02 05:05:53.593928 [ 267 ] {c61ab93d-85ab-4248-b8b8-41def0e977f9} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.02 05:05:53.594225 [ 267 ] {c61ab93d-85ab-4248-b8b8-41def0e977f9} TCPHandler: Processed in 0.000763283 sec. 2026.01.02 05:05:53.594475 [ 267 ] {} TCP-Session: ee8b9760-d327-4be2-8c0e-e5f7223e3924 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:05:53.594629 [ 267 ] {189ec8c2-b115-483b-846a-5296182fc123} executeQuery: (from [fd00:1122:3344:101::d]:36799) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.01.02 05:05:53.594932 [ 267 ] {189ec8c2-b115-483b-846a-5296182fc123} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.02 05:05:53.594982 [ 267 ] {189ec8c2-b115-483b-846a-5296182fc123} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.02 05:05:53.595293 [ 267 ] {189ec8c2-b115-483b-846a-5296182fc123} TCPHandler: Processed in 0.000896195 sec. 2026.01.02 05:05:53.607348 [ 267 ] {} TCP-Session: ee8b9760-d327-4be2-8c0e-e5f7223e3924 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:05:53.607484 [ 267 ] {8d53b456-fcc9-4d7f-a7b7-9d7c0087f509} executeQuery: (from [fd00:1122:3344:101::d]:36799) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.01.02 05:05:53.607792 [ 267 ] {8d53b456-fcc9-4d7f-a7b7-9d7c0087f509} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.02 05:05:53.607842 [ 267 ] {8d53b456-fcc9-4d7f-a7b7-9d7c0087f509} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.02 05:05:53.608207 [ 267 ] {8d53b456-fcc9-4d7f-a7b7-9d7c0087f509} TCPHandler: Processed in 0.000917615 sec. 2026.01.02 05:05:53.610558 [ 267 ] {} TCP-Session: ee8b9760-d327-4be2-8c0e-e5f7223e3924 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:05:53.610675 [ 267 ] {af88f93b-257e-4a94-9a28-345281effa77} executeQuery: (from [fd00:1122:3344:101::d]:36799) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2026.01.02 05:05:53.610721 [ 267 ] {af88f93b-257e-4a94-9a28-345281effa77} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.02 05:05:53.611326 [ 267 ] {af88f93b-257e-4a94-9a28-345281effa77} oximeter.timeseries_schema (cc640168-9cf5-4040-b417-ab0d9fbe5864): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:05:53.611372 [ 267 ] {af88f93b-257e-4a94-9a28-345281effa77} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.02 05:05:53.612110 [ 267 ] {af88f93b-257e-4a94-9a28-345281effa77} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.01.02 05:05:53.612606 [ 267 ] {af88f93b-257e-4a94-9a28-345281effa77} oximeter.timeseries_schema (cc640168-9cf5-4040-b417-ab0d9fbe5864): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:05:53.612761 [ 267 ] {af88f93b-257e-4a94-9a28-345281effa77} executeQuery: Read 17 rows, 5.02 KiB in 0.002123 sec., 8007.536504945831 rows/sec., 2.31 MiB/sec. 2026.01.02 05:05:53.612801 [ 267 ] {af88f93b-257e-4a94-9a28-345281effa77} TCPHandler: Processed in 0.002296138 sec. 2026.01.02 05:05:53.612943 [ 267 ] {} TCP-Session: ee8b9760-d327-4be2-8c0e-e5f7223e3924 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:05:53.613049 [ 267 ] {d123631d-889a-471d-857b-1d6e150fe3f0} executeQuery: (from [fd00:1122:3344:101::d]:36799) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.01.02 05:05:53.613090 [ 267 ] {d123631d-889a-471d-857b-1d6e150fe3f0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.01.02 05:05:53.617895 [ 267 ] {d123631d-889a-471d-857b-1d6e150fe3f0} oximeter.fields_i16 (cb56b64a-0514-41c6-b851-58b3833bf8fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:05:53.617932 [ 267 ] {d123631d-889a-471d-857b-1d6e150fe3f0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.02 05:05:53.618557 [ 267 ] {d123631d-889a-471d-857b-1d6e150fe3f0} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.01.02 05:05:53.619015 [ 267 ] {d123631d-889a-471d-857b-1d6e150fe3f0} oximeter.fields_i16 (cb56b64a-0514-41c6-b851-58b3833bf8fd): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:05:53.619164 [ 267 ] {d123631d-889a-471d-857b-1d6e150fe3f0} executeQuery: Read 410 rows, 26.63 KiB in 0.006138 sec., 66797.00228087325 rows/sec., 4.24 MiB/sec. 2026.01.02 05:05:53.619207 [ 267 ] {d123631d-889a-471d-857b-1d6e150fe3f0} TCPHandler: Processed in 0.006315716 sec. 2026.01.02 05:05:53.619338 [ 267 ] {} TCP-Session: ee8b9760-d327-4be2-8c0e-e5f7223e3924 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:05:53.619447 [ 267 ] {479ac0b2-e403-4375-8664-5dedaa484e0a} executeQuery: (from [fd00:1122:3344:101::d]:36799) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.01.02 05:05:53.619491 [ 267 ] {479ac0b2-e403-4375-8664-5dedaa484e0a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.01.02 05:05:53.619917 [ 267 ] {479ac0b2-e403-4375-8664-5dedaa484e0a} oximeter.fields_ipaddr (645cdd3d-4969-40ee-99e7-272b8c981424): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:05:53.619960 [ 267 ] {479ac0b2-e403-4375-8664-5dedaa484e0a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.02 05:05:53.620430 [ 267 ] {479ac0b2-e403-4375-8664-5dedaa484e0a} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.01.02 05:05:53.620885 [ 267 ] {479ac0b2-e403-4375-8664-5dedaa484e0a} oximeter.fields_ipaddr (645cdd3d-4969-40ee-99e7-272b8c981424): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:05:53.621032 [ 267 ] {479ac0b2-e403-4375-8664-5dedaa484e0a} executeQuery: Read 4 rows, 334.00 B in 0.001606 sec., 2490.6600249066 rows/sec., 203.10 KiB/sec. 2026.01.02 05:05:53.621072 [ 267 ] {479ac0b2-e403-4375-8664-5dedaa484e0a} TCPHandler: Processed in 0.00178691 sec. 2026.01.02 05:05:53.621196 [ 267 ] {} TCP-Session: ee8b9760-d327-4be2-8c0e-e5f7223e3924 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:05:53.621293 [ 267 ] {7a1701fb-58d8-4b1e-b504-38803dbe00bd} executeQuery: (from [fd00:1122:3344:101::d]:36799) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.02 05:05:53.621337 [ 267 ] {7a1701fb-58d8-4b1e-b504-38803dbe00bd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.02 05:05:53.622461 [ 267 ] {7a1701fb-58d8-4b1e-b504-38803dbe00bd} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:05:53.622498 [ 267 ] {7a1701fb-58d8-4b1e-b504-38803dbe00bd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.02 05:05:53.623101 [ 267 ] {7a1701fb-58d8-4b1e-b504-38803dbe00bd} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.01.02 05:05:53.623546 [ 267 ] {7a1701fb-58d8-4b1e-b504-38803dbe00bd} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:05:53.623678 [ 267 ] {7a1701fb-58d8-4b1e-b504-38803dbe00bd} executeQuery: Read 1060 rows, 85.77 KiB in 0.002403 sec., 441115.2725759467 rows/sec., 34.86 MiB/sec. 2026.01.02 05:05:53.623714 [ 267 ] {7a1701fb-58d8-4b1e-b504-38803dbe00bd} TCPHandler: Processed in 0.002569054 sec. 2026.01.02 05:05:53.623838 [ 267 ] {} TCP-Session: ee8b9760-d327-4be2-8c0e-e5f7223e3924 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:05:53.623936 [ 267 ] {0ff4c20c-aba0-4b9e-be1a-487ce8f951b4} executeQuery: (from [fd00:1122:3344:101::d]:36799) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.02 05:05:53.623984 [ 267 ] {0ff4c20c-aba0-4b9e-be1a-487ce8f951b4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.02 05:05:53.624483 [ 267 ] {0ff4c20c-aba0-4b9e-be1a-487ce8f951b4} oximeter.fields_u16 (75d7a870-5da0-445d-b2e0-ec90b5ea7788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:05:53.624521 [ 267 ] {0ff4c20c-aba0-4b9e-be1a-487ce8f951b4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.02 05:05:53.625018 [ 267 ] {0ff4c20c-aba0-4b9e-be1a-487ce8f951b4} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.01.02 05:05:53.625429 [ 267 ] {0ff4c20c-aba0-4b9e-be1a-487ce8f951b4} oximeter.fields_u16 (75d7a870-5da0-445d-b2e0-ec90b5ea7788): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:05:53.625552 [ 267 ] {0ff4c20c-aba0-4b9e-be1a-487ce8f951b4} executeQuery: Read 210 rows, 12.67 KiB in 0.001676 sec., 125298.3293556086 rows/sec., 7.38 MiB/sec. 2026.01.02 05:05:53.625587 [ 267 ] {0ff4c20c-aba0-4b9e-be1a-487ce8f951b4} TCPHandler: Processed in 0.001841811 sec. 2026.01.02 05:05:53.625703 [ 267 ] {} TCP-Session: ee8b9760-d327-4be2-8c0e-e5f7223e3924 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:05:53.625797 [ 267 ] {85851bdb-dccd-4bfc-80c4-44ae6f8e8958} executeQuery: (from [fd00:1122:3344:101::d]:36799) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.02 05:05:53.625835 [ 267 ] {85851bdb-dccd-4bfc-80c4-44ae6f8e8958} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.02 05:05:53.626434 [ 267 ] {85851bdb-dccd-4bfc-80c4-44ae6f8e8958} oximeter.fields_u32 (1310015a-3be0-40ba-9fec-1b5eb4ed9f75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:05:53.626468 [ 267 ] {85851bdb-dccd-4bfc-80c4-44ae6f8e8958} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.02 05:05:53.626898 [ 267 ] {85851bdb-dccd-4bfc-80c4-44ae6f8e8958} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.01.02 05:05:53.627353 [ 267 ] {85851bdb-dccd-4bfc-80c4-44ae6f8e8958} oximeter.fields_u32 (1310015a-3be0-40ba-9fec-1b5eb4ed9f75): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:05:53.627485 [ 267 ] {85851bdb-dccd-4bfc-80c4-44ae6f8e8958} executeQuery: Read 212 rows, 14.00 KiB in 0.00165 sec., 128484.84848484848 rows/sec., 8.29 MiB/sec. 2026.01.02 05:05:53.627523 [ 267 ] {85851bdb-dccd-4bfc-80c4-44ae6f8e8958} TCPHandler: Processed in 0.00182136 sec. 2026.01.02 05:05:53.627641 [ 267 ] {} TCP-Session: ee8b9760-d327-4be2-8c0e-e5f7223e3924 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:05:53.627735 [ 267 ] {09792207-38d6-41cf-9065-5e599d88371a} executeQuery: (from [fd00:1122:3344:101::d]:36799) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.01.02 05:05:53.627775 [ 267 ] {09792207-38d6-41cf-9065-5e599d88371a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.01.02 05:05:53.628295 [ 267 ] {09792207-38d6-41cf-9065-5e599d88371a} oximeter.fields_u8 (ae3e3832-81ae-4954-8933-d68b9608f6be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:05:53.628339 [ 267 ] {09792207-38d6-41cf-9065-5e599d88371a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.02 05:05:53.628905 [ 267 ] {09792207-38d6-41cf-9065-5e599d88371a} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.01.02 05:05:53.629509 [ 267 ] {09792207-38d6-41cf-9065-5e599d88371a} oximeter.fields_u8 (ae3e3832-81ae-4954-8933-d68b9608f6be): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:05:53.629650 [ 267 ] {09792207-38d6-41cf-9065-5e599d88371a} executeQuery: Read 211 rows, 12.27 KiB in 0.001933 sec., 109156.75116399379 rows/sec., 6.20 MiB/sec. 2026.01.02 05:05:53.629694 [ 267 ] {09792207-38d6-41cf-9065-5e599d88371a} TCPHandler: Processed in 0.002104166 sec. 2026.01.02 05:05:53.629816 [ 267 ] {} TCP-Session: ee8b9760-d327-4be2-8c0e-e5f7223e3924 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:05:53.629913 [ 267 ] {e1d7afbe-ddfd-43ab-b9e3-4e021ed8bfe1} executeQuery: (from [fd00:1122:3344:101::d]:36799) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.02 05:05:53.629953 [ 267 ] {e1d7afbe-ddfd-43ab-b9e3-4e021ed8bfe1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.02 05:05:53.630630 [ 267 ] {e1d7afbe-ddfd-43ab-b9e3-4e021ed8bfe1} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:05:53.630668 [ 267 ] {e1d7afbe-ddfd-43ab-b9e3-4e021ed8bfe1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.02 05:05:53.631188 [ 267 ] {e1d7afbe-ddfd-43ab-b9e3-4e021ed8bfe1} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.01.02 05:05:53.631757 [ 267 ] {e1d7afbe-ddfd-43ab-b9e3-4e021ed8bfe1} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:05:53.631893 [ 267 ] {e1d7afbe-ddfd-43ab-b9e3-4e021ed8bfe1} executeQuery: Read 629 rows, 44.48 KiB in 0.001998 sec., 314814.8148148148 rows/sec., 21.74 MiB/sec. 2026.01.02 05:05:53.631930 [ 267 ] {e1d7afbe-ddfd-43ab-b9e3-4e021ed8bfe1} TCPHandler: Processed in 0.002164766 sec. 2026.01.02 05:05:53.632057 [ 267 ] {} TCP-Session: ee8b9760-d327-4be2-8c0e-e5f7223e3924 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:05:53.632153 [ 267 ] {1d8482f1-efae-400f-82a6-1a60554be5c3} executeQuery: (from [fd00:1122:3344:101::d]:36799) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.01.02 05:05:53.632195 [ 267 ] {1d8482f1-efae-400f-82a6-1a60554be5c3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.01.02 05:05:53.632585 [ 267 ] {1d8482f1-efae-400f-82a6-1a60554be5c3} oximeter.measurements_bool (0b2779fa-d8a4-4f66-a14b-91b20b950528): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:05:53.632622 [ 267 ] {1d8482f1-efae-400f-82a6-1a60554be5c3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.02 05:05:53.635148 [ 267 ] {1d8482f1-efae-400f-82a6-1a60554be5c3} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.01.02 05:05:53.635618 [ 267 ] {1d8482f1-efae-400f-82a6-1a60554be5c3} oximeter.measurements_bool (0b2779fa-d8a4-4f66-a14b-91b20b950528): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:05:53.635758 [ 267 ] {1d8482f1-efae-400f-82a6-1a60554be5c3} executeQuery: Read 6 rows, 321.00 B in 0.003624 sec., 1655.6291390728477 rows/sec., 86.50 KiB/sec. 2026.01.02 05:05:53.635798 [ 267 ] {1d8482f1-efae-400f-82a6-1a60554be5c3} TCPHandler: Processed in 0.003792574 sec. 2026.01.02 05:05:53.635922 [ 267 ] {} TCP-Session: ee8b9760-d327-4be2-8c0e-e5f7223e3924 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:05:53.636018 [ 267 ] {8c5e3d67-58c7-4986-8a61-2d1808315ab3} executeQuery: (from [fd00:1122:3344:101::d]:36799) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.02 05:05:53.636062 [ 267 ] {8c5e3d67-58c7-4986-8a61-2d1808315ab3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.02 05:05:53.636492 [ 267 ] {8c5e3d67-58c7-4986-8a61-2d1808315ab3} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:05:53.636529 [ 267 ] {8c5e3d67-58c7-4986-8a61-2d1808315ab3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.02 05:05:53.637056 [ 267 ] {8c5e3d67-58c7-4986-8a61-2d1808315ab3} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.01.02 05:05:53.637516 [ 267 ] {8c5e3d67-58c7-4986-8a61-2d1808315ab3} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:05:53.637664 [ 267 ] {8c5e3d67-58c7-4986-8a61-2d1808315ab3} executeQuery: Read 156 rows, 9.85 KiB in 0.001664 sec., 93750 rows/sec., 5.78 MiB/sec. 2026.01.02 05:05:53.637701 [ 267 ] {8c5e3d67-58c7-4986-8a61-2d1808315ab3} TCPHandler: Processed in 0.001833081 sec. 2026.01.02 05:05:53.637817 [ 267 ] {} TCP-Session: ee8b9760-d327-4be2-8c0e-e5f7223e3924 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:05:53.637913 [ 267 ] {4129b0ee-77b9-4417-9711-92c1c81eac93} executeQuery: (from [fd00:1122:3344:101::d]:36799) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.01.02 05:05:53.637969 [ 267 ] {4129b0ee-77b9-4417-9711-92c1c81eac93} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.01.02 05:05:53.638293 [ 267 ] {4129b0ee-77b9-4417-9711-92c1c81eac93} oximeter.measurements_f64 (aa9bbb3a-da62-4075-81f6-d05edd62a94a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:05:53.638330 [ 267 ] {4129b0ee-77b9-4417-9711-92c1c81eac93} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.02 05:05:53.638757 [ 267 ] {4129b0ee-77b9-4417-9711-92c1c81eac93} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.01.02 05:05:53.639200 [ 267 ] {4129b0ee-77b9-4417-9711-92c1c81eac93} oximeter.measurements_f64 (aa9bbb3a-da62-4075-81f6-d05edd62a94a): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:05:53.639332 [ 267 ] {4129b0ee-77b9-4417-9711-92c1c81eac93} executeQuery: Read 1 rows, 69.00 B in 0.001438 sec., 695.4102920723227 rows/sec., 46.86 KiB/sec. 2026.01.02 05:05:53.639368 [ 267 ] {4129b0ee-77b9-4417-9711-92c1c81eac93} TCPHandler: Processed in 0.001599136 sec. 2026.01.02 05:05:53.639482 [ 267 ] {} TCP-Session: ee8b9760-d327-4be2-8c0e-e5f7223e3924 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:05:53.639576 [ 267 ] {0803751e-89b1-4805-9e01-8b1480278b9b} executeQuery: (from [fd00:1122:3344:101::d]:36799) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.02 05:05:53.639631 [ 267 ] {0803751e-89b1-4805-9e01-8b1480278b9b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.01.02 05:05:53.640396 [ 267 ] {0803751e-89b1-4805-9e01-8b1480278b9b} oximeter.measurements_histogramu64 (1ea2d44b-9dfb-4731-8ee2-8779179f369b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:05:53.640434 [ 267 ] {0803751e-89b1-4805-9e01-8b1480278b9b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.02 05:05:53.641034 [ 267 ] {0803751e-89b1-4805-9e01-8b1480278b9b} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.01.02 05:05:53.641613 [ 267 ] {0803751e-89b1-4805-9e01-8b1480278b9b} oximeter.measurements_histogramu64 (1ea2d44b-9dfb-4731-8ee2-8779179f369b): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:05:53.641758 [ 267 ] {0803751e-89b1-4805-9e01-8b1480278b9b} executeQuery: Read 1 rows, 1.83 KiB in 0.0022 sec., 454.5454545454545 rows/sec., 834.07 KiB/sec. 2026.01.02 05:05:53.641815 [ 267 ] {0803751e-89b1-4805-9e01-8b1480278b9b} TCPHandler: Processed in 0.00238314 sec. 2026.01.02 05:05:53.641935 [ 267 ] {} TCP-Session: ee8b9760-d327-4be2-8c0e-e5f7223e3924 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:05:53.642033 [ 267 ] {29b70881-fb95-4da6-9b42-c4c67711167b} executeQuery: (from [fd00:1122:3344:101::d]:36799) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) 2026.01.02 05:05:53.642075 [ 267 ] {29b70881-fb95-4da6-9b42-c4c67711167b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2026.01.02 05:05:53.642399 [ 267 ] {29b70881-fb95-4da6-9b42-c4c67711167b} oximeter.measurements_i64 (bf2a0e0e-2273-4c7f-93bd-8185d39b76b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:05:53.642436 [ 267 ] {29b70881-fb95-4da6-9b42-c4c67711167b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.02 05:05:53.642925 [ 267 ] {29b70881-fb95-4da6-9b42-c4c67711167b} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.01.02 05:05:53.643375 [ 267 ] {29b70881-fb95-4da6-9b42-c4c67711167b} oximeter.measurements_i64 (bf2a0e0e-2273-4c7f-93bd-8185d39b76b3): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:05:53.643507 [ 267 ] {29b70881-fb95-4da6-9b42-c4c67711167b} executeQuery: Read 9 rows, 651.00 B in 0.001493 sec., 6028.131279303416 rows/sec., 425.82 KiB/sec. 2026.01.02 05:05:53.643544 [ 267 ] {29b70881-fb95-4da6-9b42-c4c67711167b} TCPHandler: Processed in 0.001659637 sec. 2026.01.02 05:05:53.643664 [ 267 ] {} TCP-Session: ee8b9760-d327-4be2-8c0e-e5f7223e3924 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:05:53.643761 [ 267 ] {cc9ee987-61b2-45d0-ae3a-cc0e4748139b} executeQuery: (from [fd00:1122:3344:101::d]:36799) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.02 05:05:53.643802 [ 267 ] {cc9ee987-61b2-45d0-ae3a-cc0e4748139b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.02 05:05:53.644135 [ 267 ] {cc9ee987-61b2-45d0-ae3a-cc0e4748139b} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:05:53.644172 [ 267 ] {cc9ee987-61b2-45d0-ae3a-cc0e4748139b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.02 05:05:53.644631 [ 267 ] {cc9ee987-61b2-45d0-ae3a-cc0e4748139b} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.01.02 05:05:53.645102 [ 267 ] {cc9ee987-61b2-45d0-ae3a-cc0e4748139b} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:05:53.645241 [ 267 ] {cc9ee987-61b2-45d0-ae3a-cc0e4748139b} executeQuery: Read 44 rows, 2.38 KiB in 0.001501 sec., 29313.790806129247 rows/sec., 1.55 MiB/sec. 2026.01.02 05:05:53.645278 [ 267 ] {cc9ee987-61b2-45d0-ae3a-cc0e4748139b} TCPHandler: Processed in 0.001664648 sec. 2026.01.02 05:05:54.377769 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 1497 2026.01.02 05:05:54.378293 [ 245 ] {} system.asynchronous_metric_log (bb53ce5c-bddd-4105-a5af-ef87950cd4f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:05:54.378350 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.02 05:05:54.378999 [ 245 ] {} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.01.02 05:05:54.379494 [ 245 ] {} system.asynchronous_metric_log (bb53ce5c-bddd-4105-a5af-ef87950cd4f3): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:05:54.379648 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1497 2026.01.02 05:05:54.443669 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 23 2026.01.02 05:05:54.460946 [ 244 ] {} system.metric_log (a59fffb9-cc3a-4586-97e5-9d20b67a7356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:05:54.461020 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.02 05:05:54.467430 [ 244 ] {} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.01.02 05:05:54.468758 [ 244 ] {} system.metric_log (a59fffb9-cc3a-4586-97e5-9d20b67a7356): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:05:54.472072 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 23 2026.01.02 05:05:55.000194 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 164.00 MiB, peak 173.00 MiB, free memory in arenas 0.00 B, will set to 165.28 MiB (RSS), difference: 1.28 MiB 2026.01.02 05:06:01.775207 [ 85 ] {} DNSResolver: Updating DNS cache 2026.01.02 05:06:01.775277 [ 85 ] {} DNSResolver: Updated DNS cache 2026.01.02 05:06:01.879719 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 1945 2026.01.02 05:06:01.880270 [ 245 ] {} system.asynchronous_metric_log (bb53ce5c-bddd-4105-a5af-ef87950cd4f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:06:01.880324 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.02 05:06:01.881083 [ 245 ] {} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.01.02 05:06:01.881572 [ 245 ] {} system.asynchronous_metric_log (bb53ce5c-bddd-4105-a5af-ef87950cd4f3): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:06:01.881703 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1945 2026.01.02 05:06:01.882829 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 62 entries to flush up to offset 156 2026.01.02 05:06:01.886027 [ 243 ] {} system.query_log (dd3f3490-5765-4d2a-9406-0e239d3e9a13): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:06:01.886077 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.02 05:06:01.887393 [ 243 ] {} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.01.02 05:06:01.887853 [ 243 ] {} system.query_log (dd3f3490-5765-4d2a-9406-0e239d3e9a13): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:06:01.888094 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 156 2026.01.02 05:06:01.972131 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 31 2026.01.02 05:06:01.988514 [ 244 ] {} system.metric_log (a59fffb9-cc3a-4586-97e5-9d20b67a7356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:06:01.988566 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.02 05:06:01.995035 [ 244 ] {} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.01.02 05:06:01.996182 [ 244 ] {} system.metric_log (a59fffb9-cc3a-4586-97e5-9d20b67a7356): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:06:01.999460 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 31 2026.01.02 05:06:02.000170 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 165.86 MiB, peak 173.00 MiB, free memory in arenas 0.00 B, will set to 166.91 MiB (RSS), difference: 1.05 MiB 2026.01.02 05:06:03.570454 [ 267 ] {} TCP-Session: ee8b9760-d327-4be2-8c0e-e5f7223e3924 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:06:03.570658 [ 267 ] {2a8160d6-9a9f-426a-8a2b-dca11f2deb08} executeQuery: (from [fd00:1122:3344:101::d]:36799) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.01.02 05:06:03.570724 [ 267 ] {2a8160d6-9a9f-426a-8a2b-dca11f2deb08} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.01.02 05:06:03.571483 [ 267 ] {2a8160d6-9a9f-426a-8a2b-dca11f2deb08} oximeter.fields_i16 (cb56b64a-0514-41c6-b851-58b3833bf8fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:06:03.571534 [ 267 ] {2a8160d6-9a9f-426a-8a2b-dca11f2deb08} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.02 05:06:03.572077 [ 267 ] {2a8160d6-9a9f-426a-8a2b-dca11f2deb08} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.01.02 05:06:03.572508 [ 267 ] {2a8160d6-9a9f-426a-8a2b-dca11f2deb08} oximeter.fields_i16 (cb56b64a-0514-41c6-b851-58b3833bf8fd): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:06:03.572657 [ 267 ] {2a8160d6-9a9f-426a-8a2b-dca11f2deb08} executeQuery: Read 410 rows, 26.63 KiB in 0.002045 sec., 200488.99755501223 rows/sec., 12.72 MiB/sec. 2026.01.02 05:06:03.572698 [ 267 ] {2a8160d6-9a9f-426a-8a2b-dca11f2deb08} TCPHandler: Processed in 0.002368019 sec. 2026.01.02 05:06:03.572819 [ 267 ] {} TCP-Session: ee8b9760-d327-4be2-8c0e-e5f7223e3924 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:06:03.572913 [ 267 ] {2595c70f-6435-4ce4-abd6-4083edc5d1e7} executeQuery: (from [fd00:1122:3344:101::d]:36799) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.02 05:06:03.572954 [ 267 ] {2595c70f-6435-4ce4-abd6-4083edc5d1e7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.02 05:06:03.573840 [ 267 ] {2595c70f-6435-4ce4-abd6-4083edc5d1e7} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:06:03.573877 [ 267 ] {2595c70f-6435-4ce4-abd6-4083edc5d1e7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.02 05:06:03.574349 [ 267 ] {2595c70f-6435-4ce4-abd6-4083edc5d1e7} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.01.02 05:06:03.574766 [ 267 ] {2595c70f-6435-4ce4-abd6-4083edc5d1e7} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:06:03.574893 [ 267 ] {2595c70f-6435-4ce4-abd6-4083edc5d1e7} executeQuery: Read 1100 rows, 89.55 KiB in 0.001998 sec., 550550.5505505505 rows/sec., 43.77 MiB/sec. 2026.01.02 05:06:03.574930 [ 267 ] {2595c70f-6435-4ce4-abd6-4083edc5d1e7} TCPHandler: Processed in 0.002161326 sec. 2026.01.02 05:06:03.575041 [ 267 ] {} TCP-Session: ee8b9760-d327-4be2-8c0e-e5f7223e3924 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:06:03.575132 [ 267 ] {aa5f3d6d-7931-4273-a5d4-f6a13d0c7a96} executeQuery: (from [fd00:1122:3344:101::d]:36799) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.02 05:06:03.575169 [ 267 ] {aa5f3d6d-7931-4273-a5d4-f6a13d0c7a96} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.02 05:06:03.575628 [ 267 ] {aa5f3d6d-7931-4273-a5d4-f6a13d0c7a96} oximeter.fields_u16 (75d7a870-5da0-445d-b2e0-ec90b5ea7788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:06:03.575663 [ 267 ] {aa5f3d6d-7931-4273-a5d4-f6a13d0c7a96} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.02 05:06:03.576109 [ 267 ] {aa5f3d6d-7931-4273-a5d4-f6a13d0c7a96} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.01.02 05:06:03.576562 [ 267 ] {aa5f3d6d-7931-4273-a5d4-f6a13d0c7a96} oximeter.fields_u16 (75d7a870-5da0-445d-b2e0-ec90b5ea7788): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:06:03.576701 [ 267 ] {aa5f3d6d-7931-4273-a5d4-f6a13d0c7a96} executeQuery: Read 227 rows, 13.97 KiB in 0.001582 sec., 143489.25410872314 rows/sec., 8.62 MiB/sec. 2026.01.02 05:06:03.576737 [ 267 ] {aa5f3d6d-7931-4273-a5d4-f6a13d0c7a96} TCPHandler: Processed in 0.001747299 sec. 2026.01.02 05:06:03.576848 [ 267 ] {} TCP-Session: ee8b9760-d327-4be2-8c0e-e5f7223e3924 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:06:03.576941 [ 267 ] {9c550513-aed5-4c43-b95b-18a4e20e1b98} executeQuery: (from [fd00:1122:3344:101::d]:36799) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.02 05:06:03.576980 [ 267 ] {9c550513-aed5-4c43-b95b-18a4e20e1b98} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.02 05:06:03.577469 [ 267 ] {9c550513-aed5-4c43-b95b-18a4e20e1b98} oximeter.fields_u32 (1310015a-3be0-40ba-9fec-1b5eb4ed9f75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:06:03.577505 [ 267 ] {9c550513-aed5-4c43-b95b-18a4e20e1b98} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.02 05:06:03.577915 [ 267 ] {9c550513-aed5-4c43-b95b-18a4e20e1b98} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.01.02 05:06:03.578326 [ 267 ] {9c550513-aed5-4c43-b95b-18a4e20e1b98} oximeter.fields_u32 (1310015a-3be0-40ba-9fec-1b5eb4ed9f75): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:06:03.578463 [ 267 ] {9c550513-aed5-4c43-b95b-18a4e20e1b98} executeQuery: Read 212 rows, 14.00 KiB in 0.001539 sec., 137751.7868745939 rows/sec., 8.88 MiB/sec. 2026.01.02 05:06:03.578500 [ 267 ] {9c550513-aed5-4c43-b95b-18a4e20e1b98} TCPHandler: Processed in 0.001702759 sec. 2026.01.02 05:06:03.578610 [ 267 ] {} TCP-Session: ee8b9760-d327-4be2-8c0e-e5f7223e3924 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:06:03.578704 [ 267 ] {9b74111f-c728-45e6-bde1-76810b005647} executeQuery: (from [fd00:1122:3344:101::d]:36799) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.01.02 05:06:03.578743 [ 267 ] {9b74111f-c728-45e6-bde1-76810b005647} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.01.02 05:06:03.579230 [ 267 ] {9b74111f-c728-45e6-bde1-76810b005647} oximeter.fields_u8 (ae3e3832-81ae-4954-8933-d68b9608f6be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:06:03.579267 [ 267 ] {9b74111f-c728-45e6-bde1-76810b005647} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.02 05:06:03.579669 [ 267 ] {9b74111f-c728-45e6-bde1-76810b005647} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.01.02 05:06:03.580155 [ 267 ] {9b74111f-c728-45e6-bde1-76810b005647} oximeter.fields_u8 (ae3e3832-81ae-4954-8933-d68b9608f6be): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:06:03.580298 [ 267 ] {9b74111f-c728-45e6-bde1-76810b005647} executeQuery: Read 211 rows, 12.27 KiB in 0.001611 sec., 130974.54996896337 rows/sec., 7.44 MiB/sec. 2026.01.02 05:06:03.580333 [ 267 ] {9b74111f-c728-45e6-bde1-76810b005647} TCPHandler: Processed in 0.001773659 sec. 2026.01.02 05:06:03.580444 [ 267 ] {} TCP-Session: ee8b9760-d327-4be2-8c0e-e5f7223e3924 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:06:03.580537 [ 267 ] {e1ed7a23-81ca-4063-bb2d-38acac58c8cf} executeQuery: (from [fd00:1122:3344:101::d]:36799) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.02 05:06:03.580577 [ 267 ] {e1ed7a23-81ca-4063-bb2d-38acac58c8cf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.02 05:06:03.581213 [ 267 ] {e1ed7a23-81ca-4063-bb2d-38acac58c8cf} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:06:03.581249 [ 267 ] {e1ed7a23-81ca-4063-bb2d-38acac58c8cf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.02 05:06:03.581680 [ 267 ] {e1ed7a23-81ca-4063-bb2d-38acac58c8cf} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.01.02 05:06:03.582139 [ 267 ] {e1ed7a23-81ca-4063-bb2d-38acac58c8cf} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:06:03.582267 [ 267 ] {e1ed7a23-81ca-4063-bb2d-38acac58c8cf} executeQuery: Read 645 rows, 45.78 KiB in 0.001747 sec., 369204.3503148254 rows/sec., 25.59 MiB/sec. 2026.01.02 05:06:03.582304 [ 267 ] {e1ed7a23-81ca-4063-bb2d-38acac58c8cf} TCPHandler: Processed in 0.001910912 sec. 2026.01.02 05:06:03.582414 [ 267 ] {} TCP-Session: ee8b9760-d327-4be2-8c0e-e5f7223e3924 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:06:03.582508 [ 267 ] {bfacd75b-4994-47f6-b624-e39373be40ef} executeQuery: (from [fd00:1122:3344:101::d]:36799) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.01.02 05:06:03.582548 [ 267 ] {bfacd75b-4994-47f6-b624-e39373be40ef} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.01.02 05:06:03.582873 [ 267 ] {bfacd75b-4994-47f6-b624-e39373be40ef} oximeter.measurements_bool (0b2779fa-d8a4-4f66-a14b-91b20b950528): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:06:03.582910 [ 267 ] {bfacd75b-4994-47f6-b624-e39373be40ef} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.02 05:06:03.583316 [ 267 ] {bfacd75b-4994-47f6-b624-e39373be40ef} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.01.02 05:06:03.583733 [ 267 ] {bfacd75b-4994-47f6-b624-e39373be40ef} oximeter.measurements_bool (0b2779fa-d8a4-4f66-a14b-91b20b950528): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:06:03.583870 [ 267 ] {bfacd75b-4994-47f6-b624-e39373be40ef} executeQuery: Read 6 rows, 321.00 B in 0.001379 sec., 4350.97897026831 rows/sec., 227.32 KiB/sec. 2026.01.02 05:06:03.583906 [ 267 ] {bfacd75b-4994-47f6-b624-e39373be40ef} TCPHandler: Processed in 0.001542296 sec. 2026.01.02 05:06:03.584014 [ 267 ] {} TCP-Session: ee8b9760-d327-4be2-8c0e-e5f7223e3924 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:06:03.584111 [ 267 ] {20aaa856-c7b6-4687-8349-cd16332ed7b7} executeQuery: (from [fd00:1122:3344:101::d]:36799) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.02 05:06:03.584153 [ 267 ] {20aaa856-c7b6-4687-8349-cd16332ed7b7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.02 05:06:03.584509 [ 267 ] {20aaa856-c7b6-4687-8349-cd16332ed7b7} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:06:03.584547 [ 267 ] {20aaa856-c7b6-4687-8349-cd16332ed7b7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.02 05:06:03.584966 [ 267 ] {20aaa856-c7b6-4687-8349-cd16332ed7b7} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.01.02 05:06:03.585387 [ 267 ] {20aaa856-c7b6-4687-8349-cd16332ed7b7} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:06:03.585521 [ 267 ] {20aaa856-c7b6-4687-8349-cd16332ed7b7} executeQuery: Read 154 rows, 9.71 KiB in 0.001431 sec., 107617.05101327744 rows/sec., 6.63 MiB/sec. 2026.01.02 05:06:03.585562 [ 267 ] {20aaa856-c7b6-4687-8349-cd16332ed7b7} TCPHandler: Processed in 0.001598557 sec. 2026.01.02 05:06:03.585675 [ 267 ] {} TCP-Session: ee8b9760-d327-4be2-8c0e-e5f7223e3924 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:06:03.585770 [ 267 ] {84081872-2e31-4336-a33b-41c95ab18f99} executeQuery: (from [fd00:1122:3344:101::d]:36799) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.01.02 05:06:03.585810 [ 267 ] {84081872-2e31-4336-a33b-41c95ab18f99} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.01.02 05:06:03.586140 [ 267 ] {84081872-2e31-4336-a33b-41c95ab18f99} oximeter.measurements_f64 (aa9bbb3a-da62-4075-81f6-d05edd62a94a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:06:03.586176 [ 267 ] {84081872-2e31-4336-a33b-41c95ab18f99} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.02 05:06:03.586590 [ 267 ] {84081872-2e31-4336-a33b-41c95ab18f99} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.01.02 05:06:03.587005 [ 267 ] {84081872-2e31-4336-a33b-41c95ab18f99} oximeter.measurements_f64 (aa9bbb3a-da62-4075-81f6-d05edd62a94a): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:06:03.587150 [ 267 ] {84081872-2e31-4336-a33b-41c95ab18f99} executeQuery: Read 1 rows, 69.00 B in 0.001398 sec., 715.307582260372 rows/sec., 48.20 KiB/sec. 2026.01.02 05:06:03.587187 [ 267 ] {84081872-2e31-4336-a33b-41c95ab18f99} TCPHandler: Processed in 0.001562236 sec. 2026.01.02 05:06:03.587298 [ 267 ] {} TCP-Session: ee8b9760-d327-4be2-8c0e-e5f7223e3924 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:06:03.587391 [ 267 ] {00c85df0-4cc2-4db9-8258-9f3ffb5c5c1b} executeQuery: (from [fd00:1122:3344:101::d]:36799) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.02 05:06:03.587444 [ 267 ] {00c85df0-4cc2-4db9-8258-9f3ffb5c5c1b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.01.02 05:06:03.588169 [ 267 ] {00c85df0-4cc2-4db9-8258-9f3ffb5c5c1b} oximeter.measurements_histogramu64 (1ea2d44b-9dfb-4731-8ee2-8779179f369b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:06:03.588207 [ 267 ] {00c85df0-4cc2-4db9-8258-9f3ffb5c5c1b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.02 05:06:03.592570 [ 267 ] {00c85df0-4cc2-4db9-8258-9f3ffb5c5c1b} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.01.02 05:06:03.593010 [ 267 ] {00c85df0-4cc2-4db9-8258-9f3ffb5c5c1b} oximeter.measurements_histogramu64 (1ea2d44b-9dfb-4731-8ee2-8779179f369b): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:06:03.593156 [ 267 ] {00c85df0-4cc2-4db9-8258-9f3ffb5c5c1b} executeQuery: Read 22 rows, 40.37 KiB in 0.005781 sec., 3805.569970593323 rows/sec., 6.82 MiB/sec. 2026.01.02 05:06:03.593208 [ 267 ] {00c85df0-4cc2-4db9-8258-9f3ffb5c5c1b} TCPHandler: Processed in 0.00595972 sec. 2026.01.02 05:06:03.593333 [ 267 ] {} TCP-Session: ee8b9760-d327-4be2-8c0e-e5f7223e3924 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:06:03.593427 [ 267 ] {b7be22b9-ad86-4a63-81f1-1a6822c69407} executeQuery: (from [fd00:1122:3344:101::d]:36799) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) 2026.01.02 05:06:03.593469 [ 267 ] {b7be22b9-ad86-4a63-81f1-1a6822c69407} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2026.01.02 05:06:03.595730 [ 267 ] {b7be22b9-ad86-4a63-81f1-1a6822c69407} oximeter.measurements_i64 (bf2a0e0e-2273-4c7f-93bd-8185d39b76b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:06:03.595764 [ 267 ] {b7be22b9-ad86-4a63-81f1-1a6822c69407} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.02 05:06:03.596238 [ 267 ] {b7be22b9-ad86-4a63-81f1-1a6822c69407} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.01.02 05:06:03.596779 [ 267 ] {b7be22b9-ad86-4a63-81f1-1a6822c69407} oximeter.measurements_i64 (bf2a0e0e-2273-4c7f-93bd-8185d39b76b3): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:06:03.596930 [ 267 ] {b7be22b9-ad86-4a63-81f1-1a6822c69407} executeQuery: Read 15 rows, 1.14 KiB in 0.003519 sec., 4262.574595055414 rows/sec., 325.24 KiB/sec. 2026.01.02 05:06:03.596973 [ 267 ] {b7be22b9-ad86-4a63-81f1-1a6822c69407} TCPHandler: Processed in 0.003690752 sec. 2026.01.02 05:06:03.597096 [ 267 ] {} TCP-Session: ee8b9760-d327-4be2-8c0e-e5f7223e3924 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:06:03.597190 [ 267 ] {2388b570-8349-415f-8591-f11908f15cb2} executeQuery: (from [fd00:1122:3344:101::d]:36799) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.02 05:06:03.597231 [ 267 ] {2388b570-8349-415f-8591-f11908f15cb2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.02 05:06:03.597557 [ 267 ] {2388b570-8349-415f-8591-f11908f15cb2} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:06:03.597596 [ 267 ] {2388b570-8349-415f-8591-f11908f15cb2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.02 05:06:03.597983 [ 267 ] {2388b570-8349-415f-8591-f11908f15cb2} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.01.02 05:06:03.598412 [ 267 ] {2388b570-8349-415f-8591-f11908f15cb2} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:06:03.598550 [ 267 ] {2388b570-8349-415f-8591-f11908f15cb2} executeQuery: Read 44 rows, 2.38 KiB in 0.001377 sec., 31953.522149600583 rows/sec., 1.69 MiB/sec. 2026.01.02 05:06:03.598584 [ 267 ] {2388b570-8349-415f-8591-f11908f15cb2} TCPHandler: Processed in 0.001541526 sec. 2026.01.02 05:06:08.555920 [ 267 ] {} TCP-Session: ee8b9760-d327-4be2-8c0e-e5f7223e3924 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:06:08.556165 [ 267 ] {d3bfa2cd-6a72-4398-b9f6-ea818ec6511e} executeQuery: (from [fd00:1122:3344:101::d]:36799) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.01.02 05:06:08.556527 [ 267 ] {d3bfa2cd-6a72-4398-b9f6-ea818ec6511e} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.01.02 05:06:08.560562 [ 267 ] {d3bfa2cd-6a72-4398-b9f6-ea818ec6511e} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.01.02 05:06:08.560834 [ 267 ] {d3bfa2cd-6a72-4398-b9f6-ea818ec6511e} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.02 05:06:08.560914 [ 267 ] {d3bfa2cd-6a72-4398-b9f6-ea818ec6511e} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.02 05:06:08.561110 [ 267 ] {d3bfa2cd-6a72-4398-b9f6-ea818ec6511e} oximeter.timeseries_schema (cc640168-9cf5-4040-b417-ab0d9fbe5864) (SelectExecutor): Key condition: (column 0 notIn 17-element set) 2026.01.02 05:06:08.563105 [ 267 ] {d3bfa2cd-6a72-4398-b9f6-ea818ec6511e} oximeter.timeseries_schema (cc640168-9cf5-4040-b417-ab0d9fbe5864) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.01.02 05:06:08.565110 [ 267 ] {d3bfa2cd-6a72-4398-b9f6-ea818ec6511e} oximeter.timeseries_schema (cc640168-9cf5-4040-b417-ab0d9fbe5864) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2026.01.02 05:06:08.565136 [ 267 ] {d3bfa2cd-6a72-4398-b9f6-ea818ec6511e} oximeter.timeseries_schema (cc640168-9cf5-4040-b417-ab0d9fbe5864) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.01.02 05:06:08.567168 [ 267 ] {d3bfa2cd-6a72-4398-b9f6-ea818ec6511e} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.01.02 05:06:08.567200 [ 267 ] {d3bfa2cd-6a72-4398-b9f6-ea818ec6511e} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 17 rows starting from 0 2026.01.02 05:06:08.594615 [ 267 ] {d3bfa2cd-6a72-4398-b9f6-ea818ec6511e} executeQuery: Read 17 rows, 625.00 B in 0.038546 sec., 441.0314948373372 rows/sec., 15.83 KiB/sec. 2026.01.02 05:06:08.594697 [ 267 ] {d3bfa2cd-6a72-4398-b9f6-ea818ec6511e} TCPHandler: Processed in 0.038900902 sec. 2026.01.02 05:06:08.595008 [ 267 ] {} TCP-Session: ee8b9760-d327-4be2-8c0e-e5f7223e3924 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:06:08.595147 [ 267 ] {ff1c1252-d410-4c43-ad8f-195f401fbc21} executeQuery: (from [fd00:1122:3344:101::d]:36799) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:errors_received', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.01.02 05:06:08.595346 [ 267 ] {ff1c1252-d410-4c43-ad8f-195f401fbc21} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.01.02 05:06:08.595378 [ 267 ] {ff1c1252-d410-4c43-ad8f-195f401fbc21} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:errors_received', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.01.02 05:06:08.595540 [ 267 ] {ff1c1252-d410-4c43-ad8f-195f401fbc21} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.02 05:06:08.595594 [ 267 ] {ff1c1252-d410-4c43-ad8f-195f401fbc21} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.02 05:06:08.595706 [ 267 ] {ff1c1252-d410-4c43-ad8f-195f401fbc21} oximeter.timeseries_schema (cc640168-9cf5-4040-b417-ab0d9fbe5864) (SelectExecutor): Key condition: (column 0 notIn 18-element set) 2026.01.02 05:06:08.595735 [ 267 ] {ff1c1252-d410-4c43-ad8f-195f401fbc21} oximeter.timeseries_schema (cc640168-9cf5-4040-b417-ab0d9fbe5864) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.01.02 05:06:08.595754 [ 267 ] {ff1c1252-d410-4c43-ad8f-195f401fbc21} oximeter.timeseries_schema (cc640168-9cf5-4040-b417-ab0d9fbe5864) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2026.01.02 05:06:08.595768 [ 267 ] {ff1c1252-d410-4c43-ad8f-195f401fbc21} oximeter.timeseries_schema (cc640168-9cf5-4040-b417-ab0d9fbe5864) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.01.02 05:06:08.595801 [ 267 ] {ff1c1252-d410-4c43-ad8f-195f401fbc21} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:errors_received', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.01.02 05:06:08.595818 [ 267 ] {ff1c1252-d410-4c43-ad8f-195f401fbc21} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 17 rows starting from 0 2026.01.02 05:06:08.596420 [ 267 ] {ff1c1252-d410-4c43-ad8f-195f401fbc21} executeQuery: Read 17 rows, 625.00 B in 0.001324 sec., 12839.87915407855 rows/sec., 460.99 KiB/sec. 2026.01.02 05:06:08.596503 [ 267 ] {ff1c1252-d410-4c43-ad8f-195f401fbc21} TCPHandler: Processed in 0.001560226 sec. 2026.01.02 05:06:08.596736 [ 267 ] {} TCP-Session: ee8b9760-d327-4be2-8c0e-e5f7223e3924 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:06:08.596863 [ 267 ] {97b499c4-81f1-439f-ad54-c9b846de87c7} executeQuery: (from [fd00:1122:3344:101::d]:36799) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.01.02 05:06:08.597053 [ 267 ] {97b499c4-81f1-439f-ad54-c9b846de87c7} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.01.02 05:06:08.597084 [ 267 ] {97b499c4-81f1-439f-ad54-c9b846de87c7} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.01.02 05:06:08.597257 [ 267 ] {97b499c4-81f1-439f-ad54-c9b846de87c7} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.02 05:06:08.597311 [ 267 ] {97b499c4-81f1-439f-ad54-c9b846de87c7} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.02 05:06:08.597406 [ 267 ] {97b499c4-81f1-439f-ad54-c9b846de87c7} oximeter.timeseries_schema (cc640168-9cf5-4040-b417-ab0d9fbe5864) (SelectExecutor): Key condition: (column 0 notIn 19-element set) 2026.01.02 05:06:08.597433 [ 267 ] {97b499c4-81f1-439f-ad54-c9b846de87c7} oximeter.timeseries_schema (cc640168-9cf5-4040-b417-ab0d9fbe5864) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.01.02 05:06:08.597452 [ 267 ] {97b499c4-81f1-439f-ad54-c9b846de87c7} oximeter.timeseries_schema (cc640168-9cf5-4040-b417-ab0d9fbe5864) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2026.01.02 05:06:08.597466 [ 267 ] {97b499c4-81f1-439f-ad54-c9b846de87c7} oximeter.timeseries_schema (cc640168-9cf5-4040-b417-ab0d9fbe5864) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.01.02 05:06:08.597508 [ 267 ] {97b499c4-81f1-439f-ad54-c9b846de87c7} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.01.02 05:06:08.597526 [ 267 ] {97b499c4-81f1-439f-ad54-c9b846de87c7} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 17 rows starting from 0 2026.01.02 05:06:08.597955 [ 267 ] {97b499c4-81f1-439f-ad54-c9b846de87c7} executeQuery: Read 17 rows, 625.00 B in 0.001139 sec., 14925.373134328358 rows/sec., 535.87 KiB/sec. 2026.01.02 05:06:08.598042 [ 267 ] {97b499c4-81f1-439f-ad54-c9b846de87c7} TCPHandler: Processed in 0.001356313 sec. 2026.01.02 05:06:08.598265 [ 267 ] {} TCP-Session: ee8b9760-d327-4be2-8c0e-e5f7223e3924 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:06:08.598392 [ 267 ] {f52f25a9-c0c3-41b1-b1e3-8c33a78ec1b1} executeQuery: (from [fd00:1122:3344:101::d]:36799) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.01.02 05:06:08.598582 [ 267 ] {f52f25a9-c0c3-41b1-b1e3-8c33a78ec1b1} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.01.02 05:06:08.598614 [ 267 ] {f52f25a9-c0c3-41b1-b1e3-8c33a78ec1b1} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.01.02 05:06:08.598778 [ 267 ] {f52f25a9-c0c3-41b1-b1e3-8c33a78ec1b1} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.02 05:06:08.598829 [ 267 ] {f52f25a9-c0c3-41b1-b1e3-8c33a78ec1b1} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.02 05:06:08.598925 [ 267 ] {f52f25a9-c0c3-41b1-b1e3-8c33a78ec1b1} oximeter.timeseries_schema (cc640168-9cf5-4040-b417-ab0d9fbe5864) (SelectExecutor): Key condition: (column 0 notIn 20-element set) 2026.01.02 05:06:08.598954 [ 267 ] {f52f25a9-c0c3-41b1-b1e3-8c33a78ec1b1} oximeter.timeseries_schema (cc640168-9cf5-4040-b417-ab0d9fbe5864) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.01.02 05:06:08.598972 [ 267 ] {f52f25a9-c0c3-41b1-b1e3-8c33a78ec1b1} oximeter.timeseries_schema (cc640168-9cf5-4040-b417-ab0d9fbe5864) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2026.01.02 05:06:08.598986 [ 267 ] {f52f25a9-c0c3-41b1-b1e3-8c33a78ec1b1} oximeter.timeseries_schema (cc640168-9cf5-4040-b417-ab0d9fbe5864) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.01.02 05:06:08.599018 [ 267 ] {f52f25a9-c0c3-41b1-b1e3-8c33a78ec1b1} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.01.02 05:06:08.599036 [ 267 ] {f52f25a9-c0c3-41b1-b1e3-8c33a78ec1b1} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 17 rows starting from 0 2026.01.02 05:06:08.599443 [ 267 ] {f52f25a9-c0c3-41b1-b1e3-8c33a78ec1b1} executeQuery: Read 17 rows, 625.00 B in 0.001098 sec., 15482.695810564663 rows/sec., 555.88 KiB/sec. 2026.01.02 05:06:08.599519 [ 267 ] {f52f25a9-c0c3-41b1-b1e3-8c33a78ec1b1} TCPHandler: Processed in 0.001304612 sec. 2026.01.02 05:06:08.599733 [ 267 ] {} TCP-Session: ee8b9760-d327-4be2-8c0e-e5f7223e3924 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:06:08.599861 [ 267 ] {452bd8da-e0de-4548-a214-09e832297a3a} executeQuery: (from [fd00:1122:3344:101::d]:36799) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.01.02 05:06:08.600056 [ 267 ] {452bd8da-e0de-4548-a214-09e832297a3a} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.01.02 05:06:08.600088 [ 267 ] {452bd8da-e0de-4548-a214-09e832297a3a} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.01.02 05:06:08.600253 [ 267 ] {452bd8da-e0de-4548-a214-09e832297a3a} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.02 05:06:08.600305 [ 267 ] {452bd8da-e0de-4548-a214-09e832297a3a} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.02 05:06:08.600402 [ 267 ] {452bd8da-e0de-4548-a214-09e832297a3a} oximeter.timeseries_schema (cc640168-9cf5-4040-b417-ab0d9fbe5864) (SelectExecutor): Key condition: (column 0 notIn 21-element set) 2026.01.02 05:06:08.600429 [ 267 ] {452bd8da-e0de-4548-a214-09e832297a3a} oximeter.timeseries_schema (cc640168-9cf5-4040-b417-ab0d9fbe5864) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.01.02 05:06:08.600447 [ 267 ] {452bd8da-e0de-4548-a214-09e832297a3a} oximeter.timeseries_schema (cc640168-9cf5-4040-b417-ab0d9fbe5864) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2026.01.02 05:06:08.600461 [ 267 ] {452bd8da-e0de-4548-a214-09e832297a3a} oximeter.timeseries_schema (cc640168-9cf5-4040-b417-ab0d9fbe5864) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.01.02 05:06:08.600493 [ 267 ] {452bd8da-e0de-4548-a214-09e832297a3a} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.01.02 05:06:08.600510 [ 267 ] {452bd8da-e0de-4548-a214-09e832297a3a} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 17 rows starting from 0 2026.01.02 05:06:08.601061 [ 267 ] {452bd8da-e0de-4548-a214-09e832297a3a} executeQuery: Read 17 rows, 625.00 B in 0.001247 sec., 13632.7185244587 rows/sec., 489.46 KiB/sec. 2026.01.02 05:06:08.601147 [ 267 ] {452bd8da-e0de-4548-a214-09e832297a3a} TCPHandler: Processed in 0.001463975 sec. 2026.01.02 05:06:08.601396 [ 267 ] {} TCP-Session: ee8b9760-d327-4be2-8c0e-e5f7223e3924 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:06:08.601525 [ 267 ] {2897c276-07bf-4ef3-bd62-9877cb6f2355} executeQuery: (from [fd00:1122:3344:101::d]:36799) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.01.02 05:06:08.601831 [ 267 ] {2897c276-07bf-4ef3-bd62-9877cb6f2355} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.01.02 05:06:08.601863 [ 267 ] {2897c276-07bf-4ef3-bd62-9877cb6f2355} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.01.02 05:06:08.602125 [ 267 ] {2897c276-07bf-4ef3-bd62-9877cb6f2355} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.02 05:06:08.602180 [ 267 ] {2897c276-07bf-4ef3-bd62-9877cb6f2355} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.02 05:06:08.602276 [ 267 ] {2897c276-07bf-4ef3-bd62-9877cb6f2355} oximeter.timeseries_schema (cc640168-9cf5-4040-b417-ab0d9fbe5864) (SelectExecutor): Key condition: (column 0 notIn 22-element set) 2026.01.02 05:06:08.602304 [ 267 ] {2897c276-07bf-4ef3-bd62-9877cb6f2355} oximeter.timeseries_schema (cc640168-9cf5-4040-b417-ab0d9fbe5864) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.01.02 05:06:08.602323 [ 267 ] {2897c276-07bf-4ef3-bd62-9877cb6f2355} oximeter.timeseries_schema (cc640168-9cf5-4040-b417-ab0d9fbe5864) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2026.01.02 05:06:08.602336 [ 267 ] {2897c276-07bf-4ef3-bd62-9877cb6f2355} oximeter.timeseries_schema (cc640168-9cf5-4040-b417-ab0d9fbe5864) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.01.02 05:06:08.602368 [ 267 ] {2897c276-07bf-4ef3-bd62-9877cb6f2355} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.01.02 05:06:08.602385 [ 267 ] {2897c276-07bf-4ef3-bd62-9877cb6f2355} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 17 rows starting from 0 2026.01.02 05:06:08.602800 [ 267 ] {2897c276-07bf-4ef3-bd62-9877cb6f2355} executeQuery: Read 17 rows, 625.00 B in 0.001324 sec., 12839.87915407855 rows/sec., 460.99 KiB/sec. 2026.01.02 05:06:08.602878 [ 267 ] {2897c276-07bf-4ef3-bd62-9877cb6f2355} TCPHandler: Processed in 0.001533526 sec. 2026.01.02 05:06:08.616142 [ 267 ] {} TCP-Session: ee8b9760-d327-4be2-8c0e-e5f7223e3924 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:06:08.616269 [ 267 ] {29bb9994-66f1-4907-a992-18e6676eff15} executeQuery: (from [fd00:1122:3344:101::d]:36799) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2026.01.02 05:06:08.616318 [ 267 ] {29bb9994-66f1-4907-a992-18e6676eff15} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.02 05:06:08.616973 [ 267 ] {29bb9994-66f1-4907-a992-18e6676eff15} oximeter.timeseries_schema (cc640168-9cf5-4040-b417-ab0d9fbe5864): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:06:08.617021 [ 267 ] {29bb9994-66f1-4907-a992-18e6676eff15} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.02 05:06:08.617569 [ 267 ] {29bb9994-66f1-4907-a992-18e6676eff15} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.01.02 05:06:08.617918 [ 267 ] {29bb9994-66f1-4907-a992-18e6676eff15} oximeter.timeseries_schema (cc640168-9cf5-4040-b417-ab0d9fbe5864): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:06:08.618071 [ 267 ] {29bb9994-66f1-4907-a992-18e6676eff15} executeQuery: Read 6 rows, 2.84 KiB in 0.001838 sec., 3264.4178454842217 rows/sec., 1.51 MiB/sec. 2026.01.02 05:06:08.618109 [ 267 ] {29bb9994-66f1-4907-a992-18e6676eff15} TCPHandler: Processed in 0.002028784 sec. 2026.01.02 05:06:08.618234 [ 267 ] {} TCP-Session: ee8b9760-d327-4be2-8c0e-e5f7223e3924 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:06:08.618328 [ 267 ] {ea3bb328-0286-46f9-91ae-c626966a181e} executeQuery: (from [fd00:1122:3344:101::d]:36799) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.01.02 05:06:08.618368 [ 267 ] {ea3bb328-0286-46f9-91ae-c626966a181e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.01.02 05:06:08.618793 [ 267 ] {ea3bb328-0286-46f9-91ae-c626966a181e} oximeter.fields_i16 (cb56b64a-0514-41c6-b851-58b3833bf8fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:06:08.618829 [ 267 ] {ea3bb328-0286-46f9-91ae-c626966a181e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.02 05:06:08.619235 [ 267 ] {ea3bb328-0286-46f9-91ae-c626966a181e} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.01.02 05:06:08.619646 [ 267 ] {ea3bb328-0286-46f9-91ae-c626966a181e} oximeter.fields_i16 (cb56b64a-0514-41c6-b851-58b3833bf8fd): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:06:08.619782 [ 267 ] {ea3bb328-0286-46f9-91ae-c626966a181e} executeQuery: Read 24 rows, 2.04 KiB in 0.001472 sec., 16304.347826086956 rows/sec., 1.35 MiB/sec. 2026.01.02 05:06:08.619826 [ 267 ] {ea3bb328-0286-46f9-91ae-c626966a181e} TCPHandler: Processed in 0.001642297 sec. 2026.01.02 05:06:08.619938 [ 267 ] {} TCP-Session: ee8b9760-d327-4be2-8c0e-e5f7223e3924 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:06:08.620032 [ 267 ] {2fa75533-6fd0-4f8f-8d38-a378198d8173} executeQuery: (from [fd00:1122:3344:101::d]:36799) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.02 05:06:08.620071 [ 267 ] {2fa75533-6fd0-4f8f-8d38-a378198d8173} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.02 05:06:08.620542 [ 267 ] {2fa75533-6fd0-4f8f-8d38-a378198d8173} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:06:08.620577 [ 267 ] {2fa75533-6fd0-4f8f-8d38-a378198d8173} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.02 05:06:08.620960 [ 267 ] {2fa75533-6fd0-4f8f-8d38-a378198d8173} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.01.02 05:06:08.621366 [ 267 ] {2fa75533-6fd0-4f8f-8d38-a378198d8173} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:06:08.621500 [ 267 ] {2fa75533-6fd0-4f8f-8d38-a378198d8173} executeQuery: Read 120 rows, 11.46 KiB in 0.001486 sec., 80753.70121130552 rows/sec., 7.53 MiB/sec. 2026.01.02 05:06:08.621536 [ 267 ] {2fa75533-6fd0-4f8f-8d38-a378198d8173} TCPHandler: Processed in 0.001648578 sec. 2026.01.02 05:06:08.621635 [ 267 ] {} TCP-Session: ee8b9760-d327-4be2-8c0e-e5f7223e3924 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:06:08.621728 [ 267 ] {cf27b02d-ed7d-485d-be8c-4b2972d6867a} executeQuery: (from [fd00:1122:3344:101::d]:36799) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.02 05:06:08.621768 [ 267 ] {cf27b02d-ed7d-485d-be8c-4b2972d6867a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.02 05:06:08.622156 [ 267 ] {cf27b02d-ed7d-485d-be8c-4b2972d6867a} oximeter.fields_u16 (75d7a870-5da0-445d-b2e0-ec90b5ea7788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:06:08.622192 [ 267 ] {cf27b02d-ed7d-485d-be8c-4b2972d6867a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.02 05:06:08.622601 [ 267 ] {cf27b02d-ed7d-485d-be8c-4b2972d6867a} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.01.02 05:06:08.623045 [ 267 ] {cf27b02d-ed7d-485d-be8c-4b2972d6867a} oximeter.fields_u16 (75d7a870-5da0-445d-b2e0-ec90b5ea7788): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:06:08.623179 [ 267 ] {cf27b02d-ed7d-485d-be8c-4b2972d6867a} executeQuery: Read 12 rows, 984.00 B in 0.001467 sec., 8179.959100204499 rows/sec., 655.04 KiB/sec. 2026.01.02 05:06:08.623216 [ 267 ] {cf27b02d-ed7d-485d-be8c-4b2972d6867a} TCPHandler: Processed in 0.001630928 sec. 2026.01.02 05:06:08.623320 [ 267 ] {} TCP-Session: ee8b9760-d327-4be2-8c0e-e5f7223e3924 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:06:08.623414 [ 267 ] {e1748f1b-a0d6-448f-baff-6c9ffd6e330b} executeQuery: (from [fd00:1122:3344:101::d]:36799) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.02 05:06:08.623453 [ 267 ] {e1748f1b-a0d6-448f-baff-6c9ffd6e330b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.02 05:06:08.623844 [ 267 ] {e1748f1b-a0d6-448f-baff-6c9ffd6e330b} oximeter.fields_u32 (1310015a-3be0-40ba-9fec-1b5eb4ed9f75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:06:08.623880 [ 267 ] {e1748f1b-a0d6-448f-baff-6c9ffd6e330b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.02 05:06:08.624261 [ 267 ] {e1748f1b-a0d6-448f-baff-6c9ffd6e330b} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.01.02 05:06:08.624676 [ 267 ] {e1748f1b-a0d6-448f-baff-6c9ffd6e330b} oximeter.fields_u32 (1310015a-3be0-40ba-9fec-1b5eb4ed9f75): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:06:08.624807 [ 267 ] {e1748f1b-a0d6-448f-baff-6c9ffd6e330b} executeQuery: Read 24 rows, 2.04 KiB in 0.001411 sec., 17009.21332388377 rows/sec., 1.41 MiB/sec. 2026.01.02 05:06:08.624844 [ 267 ] {e1748f1b-a0d6-448f-baff-6c9ffd6e330b} TCPHandler: Processed in 0.001574616 sec. 2026.01.02 05:06:08.624945 [ 267 ] {} TCP-Session: ee8b9760-d327-4be2-8c0e-e5f7223e3924 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:06:08.625037 [ 267 ] {0a2049f5-0c70-44a6-9f80-ba37c4b6a6e5} executeQuery: (from [fd00:1122:3344:101::d]:36799) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.01.02 05:06:08.625075 [ 267 ] {0a2049f5-0c70-44a6-9f80-ba37c4b6a6e5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.01.02 05:06:08.625458 [ 267 ] {0a2049f5-0c70-44a6-9f80-ba37c4b6a6e5} oximeter.fields_u8 (ae3e3832-81ae-4954-8933-d68b9608f6be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:06:08.625494 [ 267 ] {0a2049f5-0c70-44a6-9f80-ba37c4b6a6e5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.02 05:06:08.625898 [ 267 ] {0a2049f5-0c70-44a6-9f80-ba37c4b6a6e5} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.01.02 05:06:08.626365 [ 267 ] {0a2049f5-0c70-44a6-9f80-ba37c4b6a6e5} oximeter.fields_u8 (ae3e3832-81ae-4954-8933-d68b9608f6be): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:06:08.626499 [ 267 ] {0a2049f5-0c70-44a6-9f80-ba37c4b6a6e5} executeQuery: Read 12 rows, 960.00 B in 0.00148 sec., 8108.108108108108 rows/sec., 633.45 KiB/sec. 2026.01.02 05:06:08.626535 [ 267 ] {0a2049f5-0c70-44a6-9f80-ba37c4b6a6e5} TCPHandler: Processed in 0.001639767 sec. 2026.01.02 05:06:08.626639 [ 267 ] {} TCP-Session: ee8b9760-d327-4be2-8c0e-e5f7223e3924 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:06:08.626733 [ 267 ] {d5f4f9b8-58b8-4bac-987f-1d1b9c8d07a0} executeQuery: (from [fd00:1122:3344:101::d]:36799) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.02 05:06:08.626771 [ 267 ] {d5f4f9b8-58b8-4bac-987f-1d1b9c8d07a0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.02 05:06:08.627169 [ 267 ] {d5f4f9b8-58b8-4bac-987f-1d1b9c8d07a0} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:06:08.627205 [ 267 ] {d5f4f9b8-58b8-4bac-987f-1d1b9c8d07a0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.02 05:06:08.627604 [ 267 ] {d5f4f9b8-58b8-4bac-987f-1d1b9c8d07a0} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.01.02 05:06:08.628058 [ 267 ] {d5f4f9b8-58b8-4bac-987f-1d1b9c8d07a0} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:06:08.628192 [ 267 ] {d5f4f9b8-58b8-4bac-987f-1d1b9c8d07a0} executeQuery: Read 36 rows, 3.26 KiB in 0.001475 sec., 24406.77966101695 rows/sec., 2.16 MiB/sec. 2026.01.02 05:06:08.628228 [ 267 ] {d5f4f9b8-58b8-4bac-987f-1d1b9c8d07a0} TCPHandler: Processed in 0.001638588 sec. 2026.01.02 05:06:08.628326 [ 267 ] {} TCP-Session: ee8b9760-d327-4be2-8c0e-e5f7223e3924 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:06:08.628419 [ 267 ] {37302d97-2149-48b3-8be9-598f1eb5f38a} executeQuery: (from [fd00:1122:3344:101::d]:36799) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.02 05:06:08.628461 [ 267 ] {37302d97-2149-48b3-8be9-598f1eb5f38a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.02 05:06:08.628901 [ 267 ] {37302d97-2149-48b3-8be9-598f1eb5f38a} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:06:08.628936 [ 267 ] {37302d97-2149-48b3-8be9-598f1eb5f38a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.02 05:06:08.629387 [ 267 ] {37302d97-2149-48b3-8be9-598f1eb5f38a} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.01.02 05:06:08.629804 [ 267 ] {37302d97-2149-48b3-8be9-598f1eb5f38a} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:06:08.629929 [ 267 ] {37302d97-2149-48b3-8be9-598f1eb5f38a} executeQuery: Read 324 rows, 26.89 KiB in 0.001528 sec., 212041.8848167539 rows/sec., 17.19 MiB/sec. 2026.01.02 05:06:08.629965 [ 267 ] {37302d97-2149-48b3-8be9-598f1eb5f38a} TCPHandler: Processed in 0.001687638 sec. 2026.01.02 05:06:09.382752 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 2457 2026.01.02 05:06:09.383284 [ 245 ] {} system.asynchronous_metric_log (bb53ce5c-bddd-4105-a5af-ef87950cd4f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:06:09.383326 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.02 05:06:09.384058 [ 245 ] {} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.01.02 05:06:09.384511 [ 245 ] {} system.asynchronous_metric_log (bb53ce5c-bddd-4105-a5af-ef87950cd4f3): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:06:09.384657 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2457 2026.01.02 05:06:09.500498 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 38 2026.01.02 05:06:09.517369 [ 244 ] {} system.metric_log (a59fffb9-cc3a-4586-97e5-9d20b67a7356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:06:09.517425 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.02 05:06:09.523995 [ 244 ] {} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.01.02 05:06:09.525089 [ 244 ] {} system.metric_log (a59fffb9-cc3a-4586-97e5-9d20b67a7356): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:06:09.528072 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 38 2026.01.02 05:06:10.000338 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 168.91 MiB, peak 173.00 MiB, free memory in arenas 0.00 B, will set to 170.00 MiB (RSS), difference: 1.09 MiB 2026.01.02 05:06:11.888303 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 52 entries to flush up to offset 208 2026.01.02 05:06:11.890994 [ 243 ] {} system.query_log (dd3f3490-5765-4d2a-9406-0e239d3e9a13): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:06:11.891053 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.02 05:06:11.892397 [ 243 ] {} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.01.02 05:06:11.892986 [ 243 ] {} system.query_log (dd3f3490-5765-4d2a-9406-0e239d3e9a13): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:06:11.893315 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 208 2026.01.02 05:06:13.557456 [ 267 ] {} TCP-Session: ee8b9760-d327-4be2-8c0e-e5f7223e3924 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:06:13.557666 [ 267 ] {6c4ed611-3507-4148-b713-85ad29adad93} executeQuery: (from [fd00:1122:3344:101::d]:36799) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.02 05:06:13.557739 [ 267 ] {6c4ed611-3507-4148-b713-85ad29adad93} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.02 05:06:13.558458 [ 267 ] {6c4ed611-3507-4148-b713-85ad29adad93} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:06:13.558505 [ 267 ] {6c4ed611-3507-4148-b713-85ad29adad93} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.02 05:06:13.559033 [ 267 ] {6c4ed611-3507-4148-b713-85ad29adad93} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.01.02 05:06:13.559513 [ 267 ] {6c4ed611-3507-4148-b713-85ad29adad93} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:06:13.559668 [ 267 ] {6c4ed611-3507-4148-b713-85ad29adad93} executeQuery: Read 44 rows, 4.12 KiB in 0.002054 sec., 21421.61635832522 rows/sec., 1.96 MiB/sec. 2026.01.02 05:06:13.559710 [ 267 ] {6c4ed611-3507-4148-b713-85ad29adad93} TCPHandler: Processed in 0.002388931 sec. 2026.01.02 05:06:13.559831 [ 267 ] {} TCP-Session: ee8b9760-d327-4be2-8c0e-e5f7223e3924 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:06:13.559927 [ 267 ] {fcb7fe3a-6c12-4b86-99d3-3efe126c66ef} executeQuery: (from [fd00:1122:3344:101::d]:36799) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.02 05:06:13.559967 [ 267 ] {fcb7fe3a-6c12-4b86-99d3-3efe126c66ef} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.02 05:06:13.560367 [ 267 ] {fcb7fe3a-6c12-4b86-99d3-3efe126c66ef} oximeter.fields_u16 (75d7a870-5da0-445d-b2e0-ec90b5ea7788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:06:13.560403 [ 267 ] {fcb7fe3a-6c12-4b86-99d3-3efe126c66ef} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.02 05:06:13.560806 [ 267 ] {fcb7fe3a-6c12-4b86-99d3-3efe126c66ef} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.01.02 05:06:13.561270 [ 267 ] {fcb7fe3a-6c12-4b86-99d3-3efe126c66ef} oximeter.fields_u16 (75d7a870-5da0-445d-b2e0-ec90b5ea7788): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:06:13.561404 [ 267 ] {fcb7fe3a-6c12-4b86-99d3-3efe126c66ef} executeQuery: Read 22 rows, 1.65 KiB in 0.001496 sec., 14705.882352941177 rows/sec., 1.08 MiB/sec. 2026.01.02 05:06:13.561442 [ 267 ] {fcb7fe3a-6c12-4b86-99d3-3efe126c66ef} TCPHandler: Processed in 0.001661967 sec. 2026.01.02 05:06:13.561557 [ 267 ] {} TCP-Session: ee8b9760-d327-4be2-8c0e-e5f7223e3924 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:06:13.561652 [ 267 ] {5ac28e49-f529-4737-8be3-d91136caff48} executeQuery: (from [fd00:1122:3344:101::d]:36799) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.02 05:06:13.561692 [ 267 ] {5ac28e49-f529-4737-8be3-d91136caff48} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.02 05:06:13.562079 [ 267 ] {5ac28e49-f529-4737-8be3-d91136caff48} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:06:13.562117 [ 267 ] {5ac28e49-f529-4737-8be3-d91136caff48} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.02 05:06:13.562491 [ 267 ] {5ac28e49-f529-4737-8be3-d91136caff48} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.01.02 05:06:13.562876 [ 267 ] {5ac28e49-f529-4737-8be3-d91136caff48} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:06:13.562999 [ 267 ] {5ac28e49-f529-4737-8be3-d91136caff48} executeQuery: Read 22 rows, 1.76 KiB in 0.001421 sec., 15482.054890921887 rows/sec., 1.21 MiB/sec. 2026.01.02 05:06:13.563035 [ 267 ] {5ac28e49-f529-4737-8be3-d91136caff48} TCPHandler: Processed in 0.001586796 sec. 2026.01.02 05:06:13.563207 [ 267 ] {} TCP-Session: ee8b9760-d327-4be2-8c0e-e5f7223e3924 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:06:13.563306 [ 267 ] {c76cf3f0-2093-4334-a658-74bedc01fbf3} executeQuery: (from [fd00:1122:3344:101::d]:36799) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.02 05:06:13.563361 [ 267 ] {c76cf3f0-2093-4334-a658-74bedc01fbf3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.01.02 05:06:13.564130 [ 267 ] {c76cf3f0-2093-4334-a658-74bedc01fbf3} oximeter.measurements_histogramu64 (1ea2d44b-9dfb-4731-8ee2-8779179f369b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:06:13.564167 [ 267 ] {c76cf3f0-2093-4334-a658-74bedc01fbf3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.02 05:06:13.564796 [ 267 ] {c76cf3f0-2093-4334-a658-74bedc01fbf3} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.01.02 05:06:13.565268 [ 267 ] {c76cf3f0-2093-4334-a658-74bedc01fbf3} oximeter.measurements_histogramu64 (1ea2d44b-9dfb-4731-8ee2-8779179f369b): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:06:13.565409 [ 267 ] {c76cf3f0-2093-4334-a658-74bedc01fbf3} executeQuery: Read 22 rows, 40.37 KiB in 0.002121 sec., 10372.465818010372 rows/sec., 18.59 MiB/sec. 2026.01.02 05:06:13.565461 [ 267 ] {c76cf3f0-2093-4334-a658-74bedc01fbf3} TCPHandler: Processed in 0.002304959 sec. 2026.01.02 05:06:16.775331 [ 52 ] {} DNSResolver: Updating DNS cache 2026.01.02 05:06:16.775385 [ 52 ] {} DNSResolver: Updated DNS cache 2026.01.02 05:06:16.885052 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 2905 2026.01.02 05:06:16.885530 [ 245 ] {} system.asynchronous_metric_log (bb53ce5c-bddd-4105-a5af-ef87950cd4f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:06:16.885566 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.02 05:06:16.886320 [ 245 ] {} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.01.02 05:06:16.886769 [ 245 ] {} system.asynchronous_metric_log (bb53ce5c-bddd-4105-a5af-ef87950cd4f3): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:06:16.886896 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2905 2026.01.02 05:06:16.886905 [ 52 ] {} system.asynchronous_metric_log (bb53ce5c-bddd-4105-a5af-ef87950cd4f3) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.01.02 05:06:16.886986 [ 52 ] {} system.asynchronous_metric_log (bb53ce5c-bddd-4105-a5af-ef87950cd4f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:06:16.887012 [ 52 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.02 05:06:16.889265 [ 192 ] {bb53ce5c-bddd-4105-a5af-ef87950cd4f3::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2026.01.02 05:06:16.891392 [ 192 ] {bb53ce5c-bddd-4105-a5af-ef87950cd4f3::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.02 05:06:16.891491 [ 192 ] {bb53ce5c-bddd-4105-a5af-ef87950cd4f3::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.01.02 05:06:16.891603 [ 192 ] {bb53ce5c-bddd-4105-a5af-ef87950cd4f3::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 436 rows starting from the beginning of the part 2026.01.02 05:06:16.891653 [ 192 ] {bb53ce5c-bddd-4105-a5af-ef87950cd4f3::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 512 rows starting from the beginning of the part 2026.01.02 05:06:16.891697 [ 192 ] {bb53ce5c-bddd-4105-a5af-ef87950cd4f3::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.01.02 05:06:16.891739 [ 192 ] {bb53ce5c-bddd-4105-a5af-ef87950cd4f3::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.01.02 05:06:16.891787 [ 192 ] {bb53ce5c-bddd-4105-a5af-ef87950cd4f3::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.01.02 05:06:16.918171 [ 195 ] {bb53ce5c-bddd-4105-a5af-ef87950cd4f3::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 2905 rows, containing 4 columns (4 merged, 0 gathered) in 0.030941288 sec., 93887.49427625637 rows/sec., 1.34 MiB/sec. 2026.01.02 05:06:16.919194 [ 192 ] {bb53ce5c-bddd-4105-a5af-ef87950cd4f3::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.01.02 05:06:16.919715 [ 192 ] {bb53ce5c-bddd-4105-a5af-ef87950cd4f3::all_1_6_1} system.asynchronous_metric_log (bb53ce5c-bddd-4105-a5af-ef87950cd4f3): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:06:16.919789 [ 192 ] {bb53ce5c-bddd-4105-a5af-ef87950cd4f3::all_1_6_1} system.asynchronous_metric_log (bb53ce5c-bddd-4105-a5af-ef87950cd4f3) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.01.02 05:06:16.921807 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.35 MiB. 2026.01.02 05:06:17.000197 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 170.11 MiB, peak 176.42 MiB, free memory in arenas 0.00 B, will set to 171.60 MiB (RSS), difference: 1.49 MiB 2026.01.02 05:06:17.028462 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 46 2026.01.02 05:06:17.044589 [ 244 ] {} system.metric_log (a59fffb9-cc3a-4586-97e5-9d20b67a7356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:06:17.044627 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.02 05:06:17.050698 [ 244 ] {} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.01.02 05:06:17.051753 [ 244 ] {} system.metric_log (a59fffb9-cc3a-4586-97e5-9d20b67a7356): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:06:17.052003 [ 52 ] {} system.metric_log (a59fffb9-cc3a-4586-97e5-9d20b67a7356) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.01.02 05:06:17.052046 [ 52 ] {} system.metric_log (a59fffb9-cc3a-4586-97e5-9d20b67a7356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:06:17.052069 [ 52 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.02 05:06:17.052157 [ 192 ] {a59fffb9-cc3a-4586-97e5-9d20b67a7356::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2026.01.02 05:06:17.054692 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 46 2026.01.02 05:06:17.055119 [ 192 ] {a59fffb9-cc3a-4586-97e5-9d20b67a7356::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.02 05:06:17.055852 [ 192 ] {a59fffb9-cc3a-4586-97e5-9d20b67a7356::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 8 rows starting from the beginning of the part 2026.01.02 05:06:17.059134 [ 192 ] {a59fffb9-cc3a-4586-97e5-9d20b67a7356::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 8 rows starting from the beginning of the part 2026.01.02 05:06:17.062441 [ 192 ] {a59fffb9-cc3a-4586-97e5-9d20b67a7356::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 7 rows starting from the beginning of the part 2026.01.02 05:06:17.066167 [ 192 ] {a59fffb9-cc3a-4586-97e5-9d20b67a7356::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 8 rows starting from the beginning of the part 2026.01.02 05:06:17.073672 [ 192 ] {a59fffb9-cc3a-4586-97e5-9d20b67a7356::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 7 rows starting from the beginning of the part 2026.01.02 05:06:17.077966 [ 192 ] {a59fffb9-cc3a-4586-97e5-9d20b67a7356::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 8 rows starting from the beginning of the part 2026.01.02 05:06:17.134044 [ 192 ] {a59fffb9-cc3a-4586-97e5-9d20b67a7356::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 46 rows, containing 679 columns (679 merged, 0 gathered) in 0.081915901 sec., 561.5515356414135 rows/sec., 2.90 MiB/sec. 2026.01.02 05:06:17.136402 [ 189 ] {a59fffb9-cc3a-4586-97e5-9d20b67a7356::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.01.02 05:06:17.138840 [ 189 ] {a59fffb9-cc3a-4586-97e5-9d20b67a7356::all_1_6_1} system.metric_log (a59fffb9-cc3a-4586-97e5-9d20b67a7356): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:06:17.138938 [ 189 ] {a59fffb9-cc3a-4586-97e5-9d20b67a7356::all_1_6_1} system.metric_log (a59fffb9-cc3a-4586-97e5-9d20b67a7356) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.01.02 05:06:17.140875 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.09 MiB. 2026.01.02 05:06:18.000217 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 172.68 MiB, peak 182.22 MiB, free memory in arenas 0.00 B, will set to 180.57 MiB (RSS), difference: 7.90 MiB 2026.01.02 05:06:21.893670 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 8 entries to flush up to offset 216 2026.01.02 05:06:21.895882 [ 243 ] {} system.query_log (dd3f3490-5765-4d2a-9406-0e239d3e9a13): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:06:21.895931 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.02 05:06:21.897259 [ 243 ] {} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.01.02 05:06:21.897871 [ 243 ] {} system.query_log (dd3f3490-5765-4d2a-9406-0e239d3e9a13): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:06:21.898228 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 216 2026.01.02 05:06:23.558491 [ 267 ] {} TCP-Session: ee8b9760-d327-4be2-8c0e-e5f7223e3924 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:06:23.558731 [ 267 ] {86d5a76d-0c0d-44fd-bbf2-179bc3d73400} executeQuery: (from [fd00:1122:3344:101::d]:36799) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.01.02 05:06:23.559053 [ 267 ] {86d5a76d-0c0d-44fd-bbf2-179bc3d73400} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.01.02 05:06:23.559090 [ 267 ] {86d5a76d-0c0d-44fd-bbf2-179bc3d73400} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.01.02 05:06:23.559314 [ 267 ] {86d5a76d-0c0d-44fd-bbf2-179bc3d73400} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.02 05:06:23.559386 [ 267 ] {86d5a76d-0c0d-44fd-bbf2-179bc3d73400} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.02 05:06:23.559527 [ 267 ] {86d5a76d-0c0d-44fd-bbf2-179bc3d73400} oximeter.timeseries_schema (cc640168-9cf5-4040-b417-ab0d9fbe5864) (SelectExecutor): Key condition: (column 0 notIn 23-element set) 2026.01.02 05:06:23.559640 [ 303 ] {86d5a76d-0c0d-44fd-bbf2-179bc3d73400} oximeter.timeseries_schema (cc640168-9cf5-4040-b417-ab0d9fbe5864) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.01.02 05:06:23.559715 [ 334 ] {86d5a76d-0c0d-44fd-bbf2-179bc3d73400} oximeter.timeseries_schema (cc640168-9cf5-4040-b417-ab0d9fbe5864) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.01.02 05:06:23.559894 [ 267 ] {86d5a76d-0c0d-44fd-bbf2-179bc3d73400} oximeter.timeseries_schema (cc640168-9cf5-4040-b417-ab0d9fbe5864) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges 2026.01.02 05:06:23.559925 [ 267 ] {86d5a76d-0c0d-44fd-bbf2-179bc3d73400} oximeter.timeseries_schema (cc640168-9cf5-4040-b417-ab0d9fbe5864) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.01.02 05:06:23.562054 [ 267 ] {86d5a76d-0c0d-44fd-bbf2-179bc3d73400} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.01.02 05:06:23.562082 [ 267 ] {86d5a76d-0c0d-44fd-bbf2-179bc3d73400} oximeter.timeseries_schema (cc640168-9cf5-4040-b417-ab0d9fbe5864) (SelectExecutor): Reading approx. 23 rows with 2 streams 2026.01.02 05:06:23.562140 [ 267 ] {86d5a76d-0c0d-44fd-bbf2-179bc3d73400} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.01.02 05:06:23.562177 [ 267 ] {86d5a76d-0c0d-44fd-bbf2-179bc3d73400} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.01.02 05:06:23.563040 [ 267 ] {86d5a76d-0c0d-44fd-bbf2-179bc3d73400} executeQuery: Read 23 rows, 937.00 B in 0.004398 sec., 5229.649840836744 rows/sec., 208.06 KiB/sec. 2026.01.02 05:06:23.563149 [ 267 ] {86d5a76d-0c0d-44fd-bbf2-179bc3d73400} TCPHandler: Processed in 0.00478189 sec. 2026.01.02 05:06:23.563478 [ 267 ] {} TCP-Session: ee8b9760-d327-4be2-8c0e-e5f7223e3924 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:06:23.563628 [ 267 ] {a9470d34-d8bc-482a-8ddc-135430b58e2e} executeQuery: (from [fd00:1122:3344:101::d]:36799) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_underlay_prefixes', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.01.02 05:06:23.563862 [ 267 ] {a9470d34-d8bc-482a-8ddc-135430b58e2e} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.01.02 05:06:23.563903 [ 267 ] {a9470d34-d8bc-482a-8ddc-135430b58e2e} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_underlay_prefixes', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.01.02 05:06:23.564104 [ 267 ] {a9470d34-d8bc-482a-8ddc-135430b58e2e} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.02 05:06:23.564166 [ 267 ] {a9470d34-d8bc-482a-8ddc-135430b58e2e} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.02 05:06:23.564274 [ 267 ] {a9470d34-d8bc-482a-8ddc-135430b58e2e} oximeter.timeseries_schema (cc640168-9cf5-4040-b417-ab0d9fbe5864) (SelectExecutor): Key condition: (column 0 notIn 24-element set) 2026.01.02 05:06:23.564343 [ 341 ] {a9470d34-d8bc-482a-8ddc-135430b58e2e} oximeter.timeseries_schema (cc640168-9cf5-4040-b417-ab0d9fbe5864) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.01.02 05:06:23.564356 [ 334 ] {a9470d34-d8bc-482a-8ddc-135430b58e2e} oximeter.timeseries_schema (cc640168-9cf5-4040-b417-ab0d9fbe5864) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.01.02 05:06:23.564466 [ 267 ] {a9470d34-d8bc-482a-8ddc-135430b58e2e} oximeter.timeseries_schema (cc640168-9cf5-4040-b417-ab0d9fbe5864) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges 2026.01.02 05:06:23.564492 [ 267 ] {a9470d34-d8bc-482a-8ddc-135430b58e2e} oximeter.timeseries_schema (cc640168-9cf5-4040-b417-ab0d9fbe5864) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.01.02 05:06:23.564550 [ 267 ] {a9470d34-d8bc-482a-8ddc-135430b58e2e} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.01.02 05:06:23.564570 [ 267 ] {a9470d34-d8bc-482a-8ddc-135430b58e2e} oximeter.timeseries_schema (cc640168-9cf5-4040-b417-ab0d9fbe5864) (SelectExecutor): Reading approx. 23 rows with 2 streams 2026.01.02 05:06:23.564601 [ 267 ] {a9470d34-d8bc-482a-8ddc-135430b58e2e} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_underlay_prefixes', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.01.02 05:06:23.564637 [ 267 ] {a9470d34-d8bc-482a-8ddc-135430b58e2e} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_underlay_prefixes', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.01.02 05:06:23.565227 [ 267 ] {a9470d34-d8bc-482a-8ddc-135430b58e2e} executeQuery: Read 23 rows, 937.00 B in 0.001658 sec., 13872.135102533173 rows/sec., 551.89 KiB/sec. 2026.01.02 05:06:23.565319 [ 267 ] {a9470d34-d8bc-482a-8ddc-135430b58e2e} TCPHandler: Processed in 0.001901022 sec. 2026.01.02 05:06:23.565540 [ 267 ] {} TCP-Session: ee8b9760-d327-4be2-8c0e-e5f7223e3924 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:06:23.565674 [ 267 ] {25ce29f1-f1b3-4d67-a165-3c14ec0e4aa5} executeQuery: (from [fd00:1122:3344:101::d]:36799) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.01.02 05:06:23.565883 [ 267 ] {25ce29f1-f1b3-4d67-a165-3c14ec0e4aa5} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.01.02 05:06:23.565916 [ 267 ] {25ce29f1-f1b3-4d67-a165-3c14ec0e4aa5} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.01.02 05:06:23.566097 [ 267 ] {25ce29f1-f1b3-4d67-a165-3c14ec0e4aa5} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.02 05:06:23.566154 [ 267 ] {25ce29f1-f1b3-4d67-a165-3c14ec0e4aa5} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.02 05:06:23.566257 [ 267 ] {25ce29f1-f1b3-4d67-a165-3c14ec0e4aa5} oximeter.timeseries_schema (cc640168-9cf5-4040-b417-ab0d9fbe5864) (SelectExecutor): Key condition: (column 0 notIn 25-element set) 2026.01.02 05:06:23.566308 [ 315 ] {25ce29f1-f1b3-4d67-a165-3c14ec0e4aa5} oximeter.timeseries_schema (cc640168-9cf5-4040-b417-ab0d9fbe5864) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.01.02 05:06:23.566330 [ 341 ] {25ce29f1-f1b3-4d67-a165-3c14ec0e4aa5} oximeter.timeseries_schema (cc640168-9cf5-4040-b417-ab0d9fbe5864) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.01.02 05:06:23.566404 [ 267 ] {25ce29f1-f1b3-4d67-a165-3c14ec0e4aa5} oximeter.timeseries_schema (cc640168-9cf5-4040-b417-ab0d9fbe5864) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges 2026.01.02 05:06:23.566430 [ 267 ] {25ce29f1-f1b3-4d67-a165-3c14ec0e4aa5} oximeter.timeseries_schema (cc640168-9cf5-4040-b417-ab0d9fbe5864) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.01.02 05:06:23.566484 [ 267 ] {25ce29f1-f1b3-4d67-a165-3c14ec0e4aa5} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.01.02 05:06:23.566502 [ 267 ] {25ce29f1-f1b3-4d67-a165-3c14ec0e4aa5} oximeter.timeseries_schema (cc640168-9cf5-4040-b417-ab0d9fbe5864) (SelectExecutor): Reading approx. 23 rows with 2 streams 2026.01.02 05:06:23.566532 [ 267 ] {25ce29f1-f1b3-4d67-a165-3c14ec0e4aa5} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.01.02 05:06:23.566562 [ 267 ] {25ce29f1-f1b3-4d67-a165-3c14ec0e4aa5} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.01.02 05:06:23.567266 [ 267 ] {25ce29f1-f1b3-4d67-a165-3c14ec0e4aa5} executeQuery: Read 23 rows, 937.00 B in 0.001646 sec., 13973.268529769139 rows/sec., 555.92 KiB/sec. 2026.01.02 05:06:23.567357 [ 267 ] {25ce29f1-f1b3-4d67-a165-3c14ec0e4aa5} TCPHandler: Processed in 0.001869971 sec. 2026.01.02 05:06:23.567575 [ 267 ] {} TCP-Session: ee8b9760-d327-4be2-8c0e-e5f7223e3924 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:06:23.567706 [ 267 ] {638414a0-d74b-466d-bae2-df6f647f2ef6} executeQuery: (from [fd00:1122:3344:101::d]:36799) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.01.02 05:06:23.567910 [ 267 ] {638414a0-d74b-466d-bae2-df6f647f2ef6} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.01.02 05:06:23.567943 [ 267 ] {638414a0-d74b-466d-bae2-df6f647f2ef6} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.01.02 05:06:23.568128 [ 267 ] {638414a0-d74b-466d-bae2-df6f647f2ef6} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.02 05:06:23.568183 [ 267 ] {638414a0-d74b-466d-bae2-df6f647f2ef6} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.02 05:06:23.568282 [ 267 ] {638414a0-d74b-466d-bae2-df6f647f2ef6} oximeter.timeseries_schema (cc640168-9cf5-4040-b417-ab0d9fbe5864) (SelectExecutor): Key condition: (column 0 notIn 26-element set) 2026.01.02 05:06:23.568344 [ 315 ] {638414a0-d74b-466d-bae2-df6f647f2ef6} oximeter.timeseries_schema (cc640168-9cf5-4040-b417-ab0d9fbe5864) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.01.02 05:06:23.568345 [ 334 ] {638414a0-d74b-466d-bae2-df6f647f2ef6} oximeter.timeseries_schema (cc640168-9cf5-4040-b417-ab0d9fbe5864) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.01.02 05:06:23.568438 [ 267 ] {638414a0-d74b-466d-bae2-df6f647f2ef6} oximeter.timeseries_schema (cc640168-9cf5-4040-b417-ab0d9fbe5864) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges 2026.01.02 05:06:23.568464 [ 267 ] {638414a0-d74b-466d-bae2-df6f647f2ef6} oximeter.timeseries_schema (cc640168-9cf5-4040-b417-ab0d9fbe5864) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.01.02 05:06:23.568516 [ 267 ] {638414a0-d74b-466d-bae2-df6f647f2ef6} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.01.02 05:06:23.568534 [ 267 ] {638414a0-d74b-466d-bae2-df6f647f2ef6} oximeter.timeseries_schema (cc640168-9cf5-4040-b417-ab0d9fbe5864) (SelectExecutor): Reading approx. 23 rows with 2 streams 2026.01.02 05:06:23.568572 [ 267 ] {638414a0-d74b-466d-bae2-df6f647f2ef6} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.01.02 05:06:23.568602 [ 267 ] {638414a0-d74b-466d-bae2-df6f647f2ef6} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.01.02 05:06:23.569147 [ 267 ] {638414a0-d74b-466d-bae2-df6f647f2ef6} executeQuery: Read 23 rows, 937.00 B in 0.001493 sec., 15405.224380442063 rows/sec., 612.89 KiB/sec. 2026.01.02 05:06:23.569255 [ 267 ] {638414a0-d74b-466d-bae2-df6f647f2ef6} TCPHandler: Processed in 0.001731059 sec. 2026.01.02 05:06:23.569450 [ 267 ] {} TCP-Session: ee8b9760-d327-4be2-8c0e-e5f7223e3924 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:06:23.569582 [ 267 ] {1a1bb732-63ea-4e59-abd1-b1ac5cdef173} executeQuery: (from [fd00:1122:3344:101::d]:36799) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.01.02 05:06:23.569788 [ 267 ] {1a1bb732-63ea-4e59-abd1-b1ac5cdef173} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.01.02 05:06:23.569821 [ 267 ] {1a1bb732-63ea-4e59-abd1-b1ac5cdef173} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.01.02 05:06:23.570006 [ 267 ] {1a1bb732-63ea-4e59-abd1-b1ac5cdef173} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.02 05:06:23.570058 [ 267 ] {1a1bb732-63ea-4e59-abd1-b1ac5cdef173} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.02 05:06:23.570161 [ 267 ] {1a1bb732-63ea-4e59-abd1-b1ac5cdef173} oximeter.timeseries_schema (cc640168-9cf5-4040-b417-ab0d9fbe5864) (SelectExecutor): Key condition: (column 0 notIn 27-element set) 2026.01.02 05:06:23.570223 [ 315 ] {1a1bb732-63ea-4e59-abd1-b1ac5cdef173} oximeter.timeseries_schema (cc640168-9cf5-4040-b417-ab0d9fbe5864) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.01.02 05:06:23.570222 [ 334 ] {1a1bb732-63ea-4e59-abd1-b1ac5cdef173} oximeter.timeseries_schema (cc640168-9cf5-4040-b417-ab0d9fbe5864) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.01.02 05:06:23.570311 [ 267 ] {1a1bb732-63ea-4e59-abd1-b1ac5cdef173} oximeter.timeseries_schema (cc640168-9cf5-4040-b417-ab0d9fbe5864) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges 2026.01.02 05:06:23.570337 [ 267 ] {1a1bb732-63ea-4e59-abd1-b1ac5cdef173} oximeter.timeseries_schema (cc640168-9cf5-4040-b417-ab0d9fbe5864) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.01.02 05:06:23.570391 [ 267 ] {1a1bb732-63ea-4e59-abd1-b1ac5cdef173} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.01.02 05:06:23.570408 [ 267 ] {1a1bb732-63ea-4e59-abd1-b1ac5cdef173} oximeter.timeseries_schema (cc640168-9cf5-4040-b417-ab0d9fbe5864) (SelectExecutor): Reading approx. 23 rows with 2 streams 2026.01.02 05:06:23.570437 [ 267 ] {1a1bb732-63ea-4e59-abd1-b1ac5cdef173} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.01.02 05:06:23.570468 [ 267 ] {1a1bb732-63ea-4e59-abd1-b1ac5cdef173} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.01.02 05:06:23.571060 [ 267 ] {1a1bb732-63ea-4e59-abd1-b1ac5cdef173} executeQuery: Read 23 rows, 937.00 B in 0.00153 sec., 15032.679738562092 rows/sec., 598.06 KiB/sec. 2026.01.02 05:06:23.571166 [ 267 ] {1a1bb732-63ea-4e59-abd1-b1ac5cdef173} TCPHandler: Processed in 0.00176667 sec. 2026.01.02 05:06:23.571364 [ 267 ] {} TCP-Session: ee8b9760-d327-4be2-8c0e-e5f7223e3924 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:06:23.571493 [ 267 ] {3a5cb280-75a7-428a-8e4a-d860bc903cc6} executeQuery: (from [fd00:1122:3344:101::d]:36799) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.01.02 05:06:23.571701 [ 267 ] {3a5cb280-75a7-428a-8e4a-d860bc903cc6} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.01.02 05:06:23.571734 [ 267 ] {3a5cb280-75a7-428a-8e4a-d860bc903cc6} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.01.02 05:06:23.571920 [ 267 ] {3a5cb280-75a7-428a-8e4a-d860bc903cc6} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.02 05:06:23.571972 [ 267 ] {3a5cb280-75a7-428a-8e4a-d860bc903cc6} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.02 05:06:23.572072 [ 267 ] {3a5cb280-75a7-428a-8e4a-d860bc903cc6} oximeter.timeseries_schema (cc640168-9cf5-4040-b417-ab0d9fbe5864) (SelectExecutor): Key condition: (column 0 notIn 28-element set) 2026.01.02 05:06:23.572132 [ 305 ] {3a5cb280-75a7-428a-8e4a-d860bc903cc6} oximeter.timeseries_schema (cc640168-9cf5-4040-b417-ab0d9fbe5864) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.01.02 05:06:23.572140 [ 334 ] {3a5cb280-75a7-428a-8e4a-d860bc903cc6} oximeter.timeseries_schema (cc640168-9cf5-4040-b417-ab0d9fbe5864) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.01.02 05:06:23.572233 [ 267 ] {3a5cb280-75a7-428a-8e4a-d860bc903cc6} oximeter.timeseries_schema (cc640168-9cf5-4040-b417-ab0d9fbe5864) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges 2026.01.02 05:06:23.572260 [ 267 ] {3a5cb280-75a7-428a-8e4a-d860bc903cc6} oximeter.timeseries_schema (cc640168-9cf5-4040-b417-ab0d9fbe5864) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.01.02 05:06:23.572314 [ 267 ] {3a5cb280-75a7-428a-8e4a-d860bc903cc6} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.01.02 05:06:23.572331 [ 267 ] {3a5cb280-75a7-428a-8e4a-d860bc903cc6} oximeter.timeseries_schema (cc640168-9cf5-4040-b417-ab0d9fbe5864) (SelectExecutor): Reading approx. 23 rows with 2 streams 2026.01.02 05:06:23.572362 [ 267 ] {3a5cb280-75a7-428a-8e4a-d860bc903cc6} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.01.02 05:06:23.572394 [ 267 ] {3a5cb280-75a7-428a-8e4a-d860bc903cc6} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.01.02 05:06:23.572979 [ 267 ] {3a5cb280-75a7-428a-8e4a-d860bc903cc6} executeQuery: Read 23 rows, 937.00 B in 0.001537 sec., 14964.216005204946 rows/sec., 595.34 KiB/sec. 2026.01.02 05:06:23.573048 [ 267 ] {3a5cb280-75a7-428a-8e4a-d860bc903cc6} TCPHandler: Processed in 0.001736049 sec. 2026.01.02 05:06:23.573253 [ 267 ] {} TCP-Session: ee8b9760-d327-4be2-8c0e-e5f7223e3924 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:06:23.573383 [ 267 ] {5b2cf0a7-ee9d-4c8b-abdd-3d40ef38bcfd} executeQuery: (from [fd00:1122:3344:101::d]:36799) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.01.02 05:06:23.573585 [ 267 ] {5b2cf0a7-ee9d-4c8b-abdd-3d40ef38bcfd} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.01.02 05:06:23.573619 [ 267 ] {5b2cf0a7-ee9d-4c8b-abdd-3d40ef38bcfd} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.01.02 05:06:23.573803 [ 267 ] {5b2cf0a7-ee9d-4c8b-abdd-3d40ef38bcfd} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.02 05:06:23.573855 [ 267 ] {5b2cf0a7-ee9d-4c8b-abdd-3d40ef38bcfd} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.02 05:06:23.573957 [ 267 ] {5b2cf0a7-ee9d-4c8b-abdd-3d40ef38bcfd} oximeter.timeseries_schema (cc640168-9cf5-4040-b417-ab0d9fbe5864) (SelectExecutor): Key condition: (column 0 notIn 29-element set) 2026.01.02 05:06:23.574007 [ 311 ] {5b2cf0a7-ee9d-4c8b-abdd-3d40ef38bcfd} oximeter.timeseries_schema (cc640168-9cf5-4040-b417-ab0d9fbe5864) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.01.02 05:06:23.574008 [ 315 ] {5b2cf0a7-ee9d-4c8b-abdd-3d40ef38bcfd} oximeter.timeseries_schema (cc640168-9cf5-4040-b417-ab0d9fbe5864) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.01.02 05:06:23.574080 [ 267 ] {5b2cf0a7-ee9d-4c8b-abdd-3d40ef38bcfd} oximeter.timeseries_schema (cc640168-9cf5-4040-b417-ab0d9fbe5864) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges 2026.01.02 05:06:23.574100 [ 267 ] {5b2cf0a7-ee9d-4c8b-abdd-3d40ef38bcfd} oximeter.timeseries_schema (cc640168-9cf5-4040-b417-ab0d9fbe5864) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.01.02 05:06:23.574152 [ 267 ] {5b2cf0a7-ee9d-4c8b-abdd-3d40ef38bcfd} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.01.02 05:06:23.574169 [ 267 ] {5b2cf0a7-ee9d-4c8b-abdd-3d40ef38bcfd} oximeter.timeseries_schema (cc640168-9cf5-4040-b417-ab0d9fbe5864) (SelectExecutor): Reading approx. 23 rows with 2 streams 2026.01.02 05:06:23.574198 [ 267 ] {5b2cf0a7-ee9d-4c8b-abdd-3d40ef38bcfd} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.01.02 05:06:23.574226 [ 267 ] {5b2cf0a7-ee9d-4c8b-abdd-3d40ef38bcfd} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.01.02 05:06:23.574728 [ 267 ] {5b2cf0a7-ee9d-4c8b-abdd-3d40ef38bcfd} executeQuery: Read 23 rows, 937.00 B in 0.001437 sec., 16005.567153792625 rows/sec., 636.77 KiB/sec. 2026.01.02 05:06:23.574813 [ 267 ] {5b2cf0a7-ee9d-4c8b-abdd-3d40ef38bcfd} TCPHandler: Processed in 0.001657548 sec. 2026.01.02 05:06:23.575171 [ 267 ] {} TCP-Session: ee8b9760-d327-4be2-8c0e-e5f7223e3924 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:06:23.575304 [ 267 ] {6ed7dc70-486b-4fde-8478-2b2ba88b3684} executeQuery: (from [fd00:1122:3344:101::d]:36799) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.01.02 05:06:23.575514 [ 267 ] {6ed7dc70-486b-4fde-8478-2b2ba88b3684} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.01.02 05:06:23.575549 [ 267 ] {6ed7dc70-486b-4fde-8478-2b2ba88b3684} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.01.02 05:06:23.575740 [ 267 ] {6ed7dc70-486b-4fde-8478-2b2ba88b3684} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.02 05:06:23.575792 [ 267 ] {6ed7dc70-486b-4fde-8478-2b2ba88b3684} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.02 05:06:23.575891 [ 267 ] {6ed7dc70-486b-4fde-8478-2b2ba88b3684} oximeter.timeseries_schema (cc640168-9cf5-4040-b417-ab0d9fbe5864) (SelectExecutor): Key condition: (column 0 notIn 30-element set) 2026.01.02 05:06:23.575951 [ 305 ] {6ed7dc70-486b-4fde-8478-2b2ba88b3684} oximeter.timeseries_schema (cc640168-9cf5-4040-b417-ab0d9fbe5864) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.01.02 05:06:23.575952 [ 311 ] {6ed7dc70-486b-4fde-8478-2b2ba88b3684} oximeter.timeseries_schema (cc640168-9cf5-4040-b417-ab0d9fbe5864) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.01.02 05:06:23.576035 [ 267 ] {6ed7dc70-486b-4fde-8478-2b2ba88b3684} oximeter.timeseries_schema (cc640168-9cf5-4040-b417-ab0d9fbe5864) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges 2026.01.02 05:06:23.576057 [ 267 ] {6ed7dc70-486b-4fde-8478-2b2ba88b3684} oximeter.timeseries_schema (cc640168-9cf5-4040-b417-ab0d9fbe5864) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.01.02 05:06:23.576110 [ 267 ] {6ed7dc70-486b-4fde-8478-2b2ba88b3684} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.01.02 05:06:23.576132 [ 267 ] {6ed7dc70-486b-4fde-8478-2b2ba88b3684} oximeter.timeseries_schema (cc640168-9cf5-4040-b417-ab0d9fbe5864) (SelectExecutor): Reading approx. 23 rows with 2 streams 2026.01.02 05:06:23.576162 [ 267 ] {6ed7dc70-486b-4fde-8478-2b2ba88b3684} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.01.02 05:06:23.576193 [ 267 ] {6ed7dc70-486b-4fde-8478-2b2ba88b3684} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.01.02 05:06:23.576790 [ 267 ] {6ed7dc70-486b-4fde-8478-2b2ba88b3684} executeQuery: Read 23 rows, 937.00 B in 0.001539 sec., 14944.769330734243 rows/sec., 594.57 KiB/sec. 2026.01.02 05:06:23.576880 [ 267 ] {6ed7dc70-486b-4fde-8478-2b2ba88b3684} TCPHandler: Processed in 0.00176411 sec. 2026.01.02 05:06:23.577186 [ 267 ] {} TCP-Session: ee8b9760-d327-4be2-8c0e-e5f7223e3924 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:06:23.577319 [ 267 ] {02067a7c-e119-4ca7-9a98-5c4dba087538} executeQuery: (from [fd00:1122:3344:101::d]:36799) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.01.02 05:06:23.577529 [ 267 ] {02067a7c-e119-4ca7-9a98-5c4dba087538} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.01.02 05:06:23.577565 [ 267 ] {02067a7c-e119-4ca7-9a98-5c4dba087538} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.01.02 05:06:23.577760 [ 267 ] {02067a7c-e119-4ca7-9a98-5c4dba087538} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.02 05:06:23.577813 [ 267 ] {02067a7c-e119-4ca7-9a98-5c4dba087538} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.02 05:06:23.577916 [ 267 ] {02067a7c-e119-4ca7-9a98-5c4dba087538} oximeter.timeseries_schema (cc640168-9cf5-4040-b417-ab0d9fbe5864) (SelectExecutor): Key condition: (column 0 notIn 31-element set) 2026.01.02 05:06:23.577979 [ 318 ] {02067a7c-e119-4ca7-9a98-5c4dba087538} oximeter.timeseries_schema (cc640168-9cf5-4040-b417-ab0d9fbe5864) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.01.02 05:06:23.577981 [ 315 ] {02067a7c-e119-4ca7-9a98-5c4dba087538} oximeter.timeseries_schema (cc640168-9cf5-4040-b417-ab0d9fbe5864) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.01.02 05:06:23.578067 [ 267 ] {02067a7c-e119-4ca7-9a98-5c4dba087538} oximeter.timeseries_schema (cc640168-9cf5-4040-b417-ab0d9fbe5864) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges 2026.01.02 05:06:23.578088 [ 267 ] {02067a7c-e119-4ca7-9a98-5c4dba087538} oximeter.timeseries_schema (cc640168-9cf5-4040-b417-ab0d9fbe5864) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.01.02 05:06:23.578145 [ 267 ] {02067a7c-e119-4ca7-9a98-5c4dba087538} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.01.02 05:06:23.578163 [ 267 ] {02067a7c-e119-4ca7-9a98-5c4dba087538} oximeter.timeseries_schema (cc640168-9cf5-4040-b417-ab0d9fbe5864) (SelectExecutor): Reading approx. 23 rows with 2 streams 2026.01.02 05:06:23.578194 [ 267 ] {02067a7c-e119-4ca7-9a98-5c4dba087538} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.01.02 05:06:23.578229 [ 267 ] {02067a7c-e119-4ca7-9a98-5c4dba087538} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.01.02 05:06:23.578757 [ 267 ] {02067a7c-e119-4ca7-9a98-5c4dba087538} executeQuery: Read 23 rows, 937.00 B in 0.00149 sec., 15436.241610738254 rows/sec., 614.12 KiB/sec. 2026.01.02 05:06:23.578842 [ 267 ] {02067a7c-e119-4ca7-9a98-5c4dba087538} TCPHandler: Processed in 0.001706359 sec. 2026.01.02 05:06:23.579039 [ 267 ] {} TCP-Session: ee8b9760-d327-4be2-8c0e-e5f7223e3924 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:06:23.579175 [ 267 ] {a457fb20-dab6-4b75-ab79-0e3b9c55de2a} executeQuery: (from [fd00:1122:3344:101::d]:36799) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.01.02 05:06:23.579387 [ 267 ] {a457fb20-dab6-4b75-ab79-0e3b9c55de2a} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.01.02 05:06:23.579422 [ 267 ] {a457fb20-dab6-4b75-ab79-0e3b9c55de2a} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.01.02 05:06:23.579614 [ 267 ] {a457fb20-dab6-4b75-ab79-0e3b9c55de2a} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.02 05:06:23.579666 [ 267 ] {a457fb20-dab6-4b75-ab79-0e3b9c55de2a} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.02 05:06:23.579765 [ 267 ] {a457fb20-dab6-4b75-ab79-0e3b9c55de2a} oximeter.timeseries_schema (cc640168-9cf5-4040-b417-ab0d9fbe5864) (SelectExecutor): Key condition: (column 0 notIn 32-element set) 2026.01.02 05:06:23.579824 [ 315 ] {a457fb20-dab6-4b75-ab79-0e3b9c55de2a} oximeter.timeseries_schema (cc640168-9cf5-4040-b417-ab0d9fbe5864) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.01.02 05:06:23.579824 [ 305 ] {a457fb20-dab6-4b75-ab79-0e3b9c55de2a} oximeter.timeseries_schema (cc640168-9cf5-4040-b417-ab0d9fbe5864) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.01.02 05:06:23.579912 [ 267 ] {a457fb20-dab6-4b75-ab79-0e3b9c55de2a} oximeter.timeseries_schema (cc640168-9cf5-4040-b417-ab0d9fbe5864) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges 2026.01.02 05:06:23.579937 [ 267 ] {a457fb20-dab6-4b75-ab79-0e3b9c55de2a} oximeter.timeseries_schema (cc640168-9cf5-4040-b417-ab0d9fbe5864) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.01.02 05:06:23.579989 [ 267 ] {a457fb20-dab6-4b75-ab79-0e3b9c55de2a} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.01.02 05:06:23.580006 [ 267 ] {a457fb20-dab6-4b75-ab79-0e3b9c55de2a} oximeter.timeseries_schema (cc640168-9cf5-4040-b417-ab0d9fbe5864) (SelectExecutor): Reading approx. 23 rows with 2 streams 2026.01.02 05:06:23.580037 [ 267 ] {a457fb20-dab6-4b75-ab79-0e3b9c55de2a} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.01.02 05:06:23.580068 [ 267 ] {a457fb20-dab6-4b75-ab79-0e3b9c55de2a} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.01.02 05:06:23.580604 [ 267 ] {a457fb20-dab6-4b75-ab79-0e3b9c55de2a} executeQuery: Read 23 rows, 937.00 B in 0.001485 sec., 15488.215488215488 rows/sec., 616.19 KiB/sec. 2026.01.02 05:06:23.580702 [ 267 ] {a457fb20-dab6-4b75-ab79-0e3b9c55de2a} TCPHandler: Processed in 0.001714019 sec. 2026.01.02 05:06:23.580898 [ 267 ] {} TCP-Session: ee8b9760-d327-4be2-8c0e-e5f7223e3924 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:06:23.581031 [ 267 ] {13539f40-ea25-4ecd-85ba-c2df51a6fa64} executeQuery: (from [fd00:1122:3344:101::d]:36799) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.01.02 05:06:23.581243 [ 267 ] {13539f40-ea25-4ecd-85ba-c2df51a6fa64} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.01.02 05:06:23.581279 [ 267 ] {13539f40-ea25-4ecd-85ba-c2df51a6fa64} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.01.02 05:06:23.581472 [ 267 ] {13539f40-ea25-4ecd-85ba-c2df51a6fa64} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.02 05:06:23.581523 [ 267 ] {13539f40-ea25-4ecd-85ba-c2df51a6fa64} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.02 05:06:23.581622 [ 267 ] {13539f40-ea25-4ecd-85ba-c2df51a6fa64} oximeter.timeseries_schema (cc640168-9cf5-4040-b417-ab0d9fbe5864) (SelectExecutor): Key condition: (column 0 notIn 33-element set) 2026.01.02 05:06:23.581677 [ 318 ] {13539f40-ea25-4ecd-85ba-c2df51a6fa64} oximeter.timeseries_schema (cc640168-9cf5-4040-b417-ab0d9fbe5864) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.01.02 05:06:23.581690 [ 305 ] {13539f40-ea25-4ecd-85ba-c2df51a6fa64} oximeter.timeseries_schema (cc640168-9cf5-4040-b417-ab0d9fbe5864) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.01.02 05:06:23.581771 [ 267 ] {13539f40-ea25-4ecd-85ba-c2df51a6fa64} oximeter.timeseries_schema (cc640168-9cf5-4040-b417-ab0d9fbe5864) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges 2026.01.02 05:06:23.581796 [ 267 ] {13539f40-ea25-4ecd-85ba-c2df51a6fa64} oximeter.timeseries_schema (cc640168-9cf5-4040-b417-ab0d9fbe5864) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.01.02 05:06:23.581849 [ 267 ] {13539f40-ea25-4ecd-85ba-c2df51a6fa64} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.01.02 05:06:23.581867 [ 267 ] {13539f40-ea25-4ecd-85ba-c2df51a6fa64} oximeter.timeseries_schema (cc640168-9cf5-4040-b417-ab0d9fbe5864) (SelectExecutor): Reading approx. 23 rows with 2 streams 2026.01.02 05:06:23.581897 [ 267 ] {13539f40-ea25-4ecd-85ba-c2df51a6fa64} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.01.02 05:06:23.581927 [ 267 ] {13539f40-ea25-4ecd-85ba-c2df51a6fa64} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.01.02 05:06:23.582598 [ 267 ] {13539f40-ea25-4ecd-85ba-c2df51a6fa64} executeQuery: Read 23 rows, 937.00 B in 0.001622 sec., 14180.024660912453 rows/sec., 564.14 KiB/sec. 2026.01.02 05:06:23.582683 [ 267 ] {13539f40-ea25-4ecd-85ba-c2df51a6fa64} TCPHandler: Processed in 0.001835511 sec. 2026.01.02 05:06:23.582908 [ 267 ] {} TCP-Session: ee8b9760-d327-4be2-8c0e-e5f7223e3924 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:06:23.583042 [ 267 ] {d4d6d2a7-cab4-4332-9337-89f2d2601ebe} executeQuery: (from [fd00:1122:3344:101::d]:36799) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.01.02 05:06:23.583253 [ 267 ] {d4d6d2a7-cab4-4332-9337-89f2d2601ebe} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.01.02 05:06:23.583289 [ 267 ] {d4d6d2a7-cab4-4332-9337-89f2d2601ebe} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.01.02 05:06:23.583481 [ 267 ] {d4d6d2a7-cab4-4332-9337-89f2d2601ebe} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.02 05:06:23.583532 [ 267 ] {d4d6d2a7-cab4-4332-9337-89f2d2601ebe} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.02 05:06:23.583631 [ 267 ] {d4d6d2a7-cab4-4332-9337-89f2d2601ebe} oximeter.timeseries_schema (cc640168-9cf5-4040-b417-ab0d9fbe5864) (SelectExecutor): Key condition: (column 0 notIn 34-element set) 2026.01.02 05:06:23.583684 [ 315 ] {d4d6d2a7-cab4-4332-9337-89f2d2601ebe} oximeter.timeseries_schema (cc640168-9cf5-4040-b417-ab0d9fbe5864) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.01.02 05:06:23.583708 [ 332 ] {d4d6d2a7-cab4-4332-9337-89f2d2601ebe} oximeter.timeseries_schema (cc640168-9cf5-4040-b417-ab0d9fbe5864) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.01.02 05:06:23.583803 [ 267 ] {d4d6d2a7-cab4-4332-9337-89f2d2601ebe} oximeter.timeseries_schema (cc640168-9cf5-4040-b417-ab0d9fbe5864) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges 2026.01.02 05:06:23.583828 [ 267 ] {d4d6d2a7-cab4-4332-9337-89f2d2601ebe} oximeter.timeseries_schema (cc640168-9cf5-4040-b417-ab0d9fbe5864) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.01.02 05:06:23.583881 [ 267 ] {d4d6d2a7-cab4-4332-9337-89f2d2601ebe} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.01.02 05:06:23.583899 [ 267 ] {d4d6d2a7-cab4-4332-9337-89f2d2601ebe} oximeter.timeseries_schema (cc640168-9cf5-4040-b417-ab0d9fbe5864) (SelectExecutor): Reading approx. 23 rows with 2 streams 2026.01.02 05:06:23.583929 [ 267 ] {d4d6d2a7-cab4-4332-9337-89f2d2601ebe} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.01.02 05:06:23.583959 [ 267 ] {d4d6d2a7-cab4-4332-9337-89f2d2601ebe} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.01.02 05:06:23.584490 [ 267 ] {d4d6d2a7-cab4-4332-9337-89f2d2601ebe} executeQuery: Read 23 rows, 937.00 B in 0.001502 sec., 15312.916111850865 rows/sec., 609.21 KiB/sec. 2026.01.02 05:06:23.584586 [ 267 ] {d4d6d2a7-cab4-4332-9337-89f2d2601ebe} TCPHandler: Processed in 0.001728939 sec. 2026.01.02 05:06:23.584795 [ 267 ] {} TCP-Session: ee8b9760-d327-4be2-8c0e-e5f7223e3924 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:06:23.584931 [ 267 ] {556d4d63-d607-42a4-851d-351dbcf9abfb} executeQuery: (from [fd00:1122:3344:101::d]:36799) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.01.02 05:06:23.585152 [ 267 ] {556d4d63-d607-42a4-851d-351dbcf9abfb} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.01.02 05:06:23.585187 [ 267 ] {556d4d63-d607-42a4-851d-351dbcf9abfb} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.01.02 05:06:23.585480 [ 267 ] {556d4d63-d607-42a4-851d-351dbcf9abfb} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.02 05:06:23.585533 [ 267 ] {556d4d63-d607-42a4-851d-351dbcf9abfb} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.02 05:06:23.585632 [ 267 ] {556d4d63-d607-42a4-851d-351dbcf9abfb} oximeter.timeseries_schema (cc640168-9cf5-4040-b417-ab0d9fbe5864) (SelectExecutor): Key condition: (column 0 notIn 35-element set) 2026.01.02 05:06:23.585688 [ 305 ] {556d4d63-d607-42a4-851d-351dbcf9abfb} oximeter.timeseries_schema (cc640168-9cf5-4040-b417-ab0d9fbe5864) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.01.02 05:06:23.585709 [ 332 ] {556d4d63-d607-42a4-851d-351dbcf9abfb} oximeter.timeseries_schema (cc640168-9cf5-4040-b417-ab0d9fbe5864) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.01.02 05:06:23.585884 [ 267 ] {556d4d63-d607-42a4-851d-351dbcf9abfb} oximeter.timeseries_schema (cc640168-9cf5-4040-b417-ab0d9fbe5864) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges 2026.01.02 05:06:23.585911 [ 267 ] {556d4d63-d607-42a4-851d-351dbcf9abfb} oximeter.timeseries_schema (cc640168-9cf5-4040-b417-ab0d9fbe5864) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.01.02 05:06:23.585963 [ 267 ] {556d4d63-d607-42a4-851d-351dbcf9abfb} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.01.02 05:06:23.585981 [ 267 ] {556d4d63-d607-42a4-851d-351dbcf9abfb} oximeter.timeseries_schema (cc640168-9cf5-4040-b417-ab0d9fbe5864) (SelectExecutor): Reading approx. 23 rows with 2 streams 2026.01.02 05:06:23.586012 [ 267 ] {556d4d63-d607-42a4-851d-351dbcf9abfb} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.01.02 05:06:23.586043 [ 267 ] {556d4d63-d607-42a4-851d-351dbcf9abfb} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.01.02 05:06:23.586672 [ 267 ] {556d4d63-d607-42a4-851d-351dbcf9abfb} executeQuery: Read 23 rows, 937.00 B in 0.001798 sec., 12791.991101223583 rows/sec., 508.92 KiB/sec. 2026.01.02 05:06:23.586772 [ 267 ] {556d4d63-d607-42a4-851d-351dbcf9abfb} TCPHandler: Processed in 0.002027064 sec. 2026.01.02 05:06:23.586986 [ 267 ] {} TCP-Session: ee8b9760-d327-4be2-8c0e-e5f7223e3924 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:06:23.587121 [ 267 ] {49e3a48d-a3c1-4add-b283-1917afcc8c3e} executeQuery: (from [fd00:1122:3344:101::d]:36799) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.01.02 05:06:23.587334 [ 267 ] {49e3a48d-a3c1-4add-b283-1917afcc8c3e} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.01.02 05:06:23.587370 [ 267 ] {49e3a48d-a3c1-4add-b283-1917afcc8c3e} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.01.02 05:06:23.587575 [ 267 ] {49e3a48d-a3c1-4add-b283-1917afcc8c3e} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.02 05:06:23.587627 [ 267 ] {49e3a48d-a3c1-4add-b283-1917afcc8c3e} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.02 05:06:23.587729 [ 267 ] {49e3a48d-a3c1-4add-b283-1917afcc8c3e} oximeter.timeseries_schema (cc640168-9cf5-4040-b417-ab0d9fbe5864) (SelectExecutor): Key condition: (column 0 notIn 36-element set) 2026.01.02 05:06:23.587788 [ 316 ] {49e3a48d-a3c1-4add-b283-1917afcc8c3e} oximeter.timeseries_schema (cc640168-9cf5-4040-b417-ab0d9fbe5864) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.01.02 05:06:23.587795 [ 305 ] {49e3a48d-a3c1-4add-b283-1917afcc8c3e} oximeter.timeseries_schema (cc640168-9cf5-4040-b417-ab0d9fbe5864) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.01.02 05:06:23.587888 [ 267 ] {49e3a48d-a3c1-4add-b283-1917afcc8c3e} oximeter.timeseries_schema (cc640168-9cf5-4040-b417-ab0d9fbe5864) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges 2026.01.02 05:06:23.587913 [ 267 ] {49e3a48d-a3c1-4add-b283-1917afcc8c3e} oximeter.timeseries_schema (cc640168-9cf5-4040-b417-ab0d9fbe5864) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.01.02 05:06:23.587966 [ 267 ] {49e3a48d-a3c1-4add-b283-1917afcc8c3e} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.01.02 05:06:23.587983 [ 267 ] {49e3a48d-a3c1-4add-b283-1917afcc8c3e} oximeter.timeseries_schema (cc640168-9cf5-4040-b417-ab0d9fbe5864) (SelectExecutor): Reading approx. 23 rows with 2 streams 2026.01.02 05:06:23.588012 [ 267 ] {49e3a48d-a3c1-4add-b283-1917afcc8c3e} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.01.02 05:06:23.588044 [ 267 ] {49e3a48d-a3c1-4add-b283-1917afcc8c3e} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.01.02 05:06:23.588569 [ 267 ] {49e3a48d-a3c1-4add-b283-1917afcc8c3e} executeQuery: Read 23 rows, 937.00 B in 0.001504 sec., 15292.553191489362 rows/sec., 608.40 KiB/sec. 2026.01.02 05:06:23.588664 [ 267 ] {49e3a48d-a3c1-4add-b283-1917afcc8c3e} TCPHandler: Processed in 0.001729009 sec. 2026.01.02 05:06:23.590792 [ 267 ] {} TCP-Session: ee8b9760-d327-4be2-8c0e-e5f7223e3924 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:06:23.590898 [ 267 ] {8154fc4f-c6a5-4bb7-86b6-2831b8896d76} executeQuery: (from [fd00:1122:3344:101::d]:36799) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2026.01.02 05:06:23.590940 [ 267 ] {8154fc4f-c6a5-4bb7-86b6-2831b8896d76} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.02 05:06:23.591504 [ 267 ] {8154fc4f-c6a5-4bb7-86b6-2831b8896d76} oximeter.timeseries_schema (cc640168-9cf5-4040-b417-ab0d9fbe5864): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:06:23.591544 [ 267 ] {8154fc4f-c6a5-4bb7-86b6-2831b8896d76} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.02 05:06:23.592074 [ 267 ] {8154fc4f-c6a5-4bb7-86b6-2831b8896d76} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.01.02 05:06:23.592442 [ 267 ] {8154fc4f-c6a5-4bb7-86b6-2831b8896d76} oximeter.timeseries_schema (cc640168-9cf5-4040-b417-ab0d9fbe5864): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:06:23.592587 [ 267 ] {8154fc4f-c6a5-4bb7-86b6-2831b8896d76} executeQuery: Read 14 rows, 2.01 KiB in 0.001719 sec., 8144.2699243746365 rows/sec., 1.14 MiB/sec. 2026.01.02 05:06:23.592624 [ 267 ] {8154fc4f-c6a5-4bb7-86b6-2831b8896d76} TCPHandler: Processed in 0.001882591 sec. 2026.01.02 05:06:23.592739 [ 267 ] {} TCP-Session: ee8b9760-d327-4be2-8c0e-e5f7223e3924 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:06:23.592833 [ 267 ] {f963f1dd-9f84-42d0-b309-f2db4ef85564} executeQuery: (from [fd00:1122:3344:101::d]:36799) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.01.02 05:06:23.592873 [ 267 ] {f963f1dd-9f84-42d0-b309-f2db4ef85564} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.01.02 05:06:23.593281 [ 267 ] {f963f1dd-9f84-42d0-b309-f2db4ef85564} oximeter.fields_ipaddr (645cdd3d-4969-40ee-99e7-272b8c981424): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:06:23.593319 [ 267 ] {f963f1dd-9f84-42d0-b309-f2db4ef85564} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.02 05:06:23.593766 [ 267 ] {f963f1dd-9f84-42d0-b309-f2db4ef85564} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.01.02 05:06:23.594196 [ 267 ] {f963f1dd-9f84-42d0-b309-f2db4ef85564} oximeter.fields_ipaddr (645cdd3d-4969-40ee-99e7-272b8c981424): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:06:23.594327 [ 267 ] {f963f1dd-9f84-42d0-b309-f2db4ef85564} executeQuery: Read 4 rows, 334.00 B in 0.001513 sec., 2643.7541308658297 rows/sec., 215.58 KiB/sec. 2026.01.02 05:06:23.594363 [ 267 ] {f963f1dd-9f84-42d0-b309-f2db4ef85564} TCPHandler: Processed in 0.001675778 sec. 2026.01.02 05:06:23.594475 [ 267 ] {} TCP-Session: ee8b9760-d327-4be2-8c0e-e5f7223e3924 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:06:23.594569 [ 267 ] {e87052c7-848b-4094-919d-a058981cb7bc} executeQuery: (from [fd00:1122:3344:101::d]:36799) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.02 05:06:23.594608 [ 267 ] {e87052c7-848b-4094-919d-a058981cb7bc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.02 05:06:23.595024 [ 267 ] {e87052c7-848b-4094-919d-a058981cb7bc} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:06:23.595060 [ 267 ] {e87052c7-848b-4094-919d-a058981cb7bc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.02 05:06:23.595476 [ 267 ] {e87052c7-848b-4094-919d-a058981cb7bc} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.01.02 05:06:23.595908 [ 267 ] {e87052c7-848b-4094-919d-a058981cb7bc} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:06:23.596076 [ 267 ] {e87052c7-848b-4094-919d-a058981cb7bc} executeQuery: Read 92 rows, 8.33 KiB in 0.001525 sec., 60327.86885245901 rows/sec., 5.34 MiB/sec. 2026.01.02 05:06:23.596115 [ 267 ] {e87052c7-848b-4094-919d-a058981cb7bc} TCPHandler: Processed in 0.001689719 sec. 2026.01.02 05:06:23.596234 [ 267 ] {} TCP-Session: ee8b9760-d327-4be2-8c0e-e5f7223e3924 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:06:23.596328 [ 267 ] {bb330bc3-27a9-47db-894e-bc436539784c} executeQuery: (from [fd00:1122:3344:101::d]:36799) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.02 05:06:23.596367 [ 267 ] {bb330bc3-27a9-47db-894e-bc436539784c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.02 05:06:23.596769 [ 267 ] {bb330bc3-27a9-47db-894e-bc436539784c} oximeter.fields_u16 (75d7a870-5da0-445d-b2e0-ec90b5ea7788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:06:23.596805 [ 267 ] {bb330bc3-27a9-47db-894e-bc436539784c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.02 05:06:23.597216 [ 267 ] {bb330bc3-27a9-47db-894e-bc436539784c} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.01.02 05:06:23.597647 [ 267 ] {bb330bc3-27a9-47db-894e-bc436539784c} oximeter.fields_u16 (75d7a870-5da0-445d-b2e0-ec90b5ea7788): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:06:23.597797 [ 267 ] {bb330bc3-27a9-47db-894e-bc436539784c} executeQuery: Read 36 rows, 2.69 KiB in 0.001486 sec., 24226.110363391657 rows/sec., 1.76 MiB/sec. 2026.01.02 05:06:23.597835 [ 267 ] {bb330bc3-27a9-47db-894e-bc436539784c} TCPHandler: Processed in 0.001651107 sec. 2026.01.02 05:06:23.597948 [ 267 ] {} TCP-Session: ee8b9760-d327-4be2-8c0e-e5f7223e3924 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:06:23.598041 [ 267 ] {fcb4ee07-286d-40a8-b732-ddc2a78eb0cb} executeQuery: (from [fd00:1122:3344:101::d]:36799) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.02 05:06:23.598079 [ 267 ] {fcb4ee07-286d-40a8-b732-ddc2a78eb0cb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.02 05:06:23.598496 [ 267 ] {fcb4ee07-286d-40a8-b732-ddc2a78eb0cb} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:06:23.598533 [ 267 ] {fcb4ee07-286d-40a8-b732-ddc2a78eb0cb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.02 05:06:23.599002 [ 267 ] {fcb4ee07-286d-40a8-b732-ddc2a78eb0cb} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.01.02 05:06:23.599493 [ 267 ] {fcb4ee07-286d-40a8-b732-ddc2a78eb0cb} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:06:23.599649 [ 267 ] {fcb4ee07-286d-40a8-b732-ddc2a78eb0cb} executeQuery: Read 64 rows, 5.13 KiB in 0.001626 sec., 39360.39360393604 rows/sec., 3.08 MiB/sec. 2026.01.02 05:06:23.599689 [ 267 ] {fcb4ee07-286d-40a8-b732-ddc2a78eb0cb} TCPHandler: Processed in 0.00179055 sec. 2026.01.02 05:06:23.599805 [ 267 ] {} TCP-Session: ee8b9760-d327-4be2-8c0e-e5f7223e3924 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:06:23.599900 [ 267 ] {b4beba0b-ad0f-4fcd-bb5b-8de0486650be} executeQuery: (from [fd00:1122:3344:101::d]:36799) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.02 05:06:23.599942 [ 267 ] {b4beba0b-ad0f-4fcd-bb5b-8de0486650be} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.02 05:06:23.600289 [ 267 ] {b4beba0b-ad0f-4fcd-bb5b-8de0486650be} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:06:23.600325 [ 267 ] {b4beba0b-ad0f-4fcd-bb5b-8de0486650be} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.02 05:06:23.600765 [ 267 ] {b4beba0b-ad0f-4fcd-bb5b-8de0486650be} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.01.02 05:06:23.601287 [ 267 ] {b4beba0b-ad0f-4fcd-bb5b-8de0486650be} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:06:23.601421 [ 267 ] {b4beba0b-ad0f-4fcd-bb5b-8de0486650be} executeQuery: Read 52 rows, 3.69 KiB in 0.001538 sec., 33810.143042912874 rows/sec., 2.34 MiB/sec. 2026.01.02 05:06:23.601458 [ 267 ] {b4beba0b-ad0f-4fcd-bb5b-8de0486650be} TCPHandler: Processed in 0.001702298 sec. 2026.01.02 05:06:23.601569 [ 267 ] {} TCP-Session: ee8b9760-d327-4be2-8c0e-e5f7223e3924 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:06:23.601663 [ 267 ] {333fe062-44b0-47dd-8ced-57d2c52376de} executeQuery: (from [fd00:1122:3344:101::d]:36799) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.02 05:06:23.601715 [ 267 ] {333fe062-44b0-47dd-8ced-57d2c52376de} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.01.02 05:06:23.602486 [ 267 ] {333fe062-44b0-47dd-8ced-57d2c52376de} oximeter.measurements_histogramu64 (1ea2d44b-9dfb-4731-8ee2-8779179f369b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:06:23.602523 [ 267 ] {333fe062-44b0-47dd-8ced-57d2c52376de} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.02 05:06:23.603170 [ 267 ] {333fe062-44b0-47dd-8ced-57d2c52376de} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.01.02 05:06:23.603657 [ 267 ] {333fe062-44b0-47dd-8ced-57d2c52376de} oximeter.measurements_histogramu64 (1ea2d44b-9dfb-4731-8ee2-8779179f369b): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:06:23.603795 [ 267 ] {333fe062-44b0-47dd-8ced-57d2c52376de} executeQuery: Read 32 rows, 58.72 KiB in 0.002149 sec., 14890.646812470917 rows/sec., 26.68 MiB/sec. 2026.01.02 05:06:23.603842 [ 267 ] {333fe062-44b0-47dd-8ced-57d2c52376de} TCPHandler: Processed in 0.002323709 sec. 2026.01.02 05:06:23.603957 [ 267 ] {} TCP-Session: ee8b9760-d327-4be2-8c0e-e5f7223e3924 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:06:23.604051 [ 267 ] {8d31c40f-c59f-447d-87a1-b912197c690f} executeQuery: (from [fd00:1122:3344:101::d]:36799) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.02 05:06:23.604091 [ 267 ] {8d31c40f-c59f-447d-87a1-b912197c690f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.02 05:06:23.604406 [ 267 ] {8d31c40f-c59f-447d-87a1-b912197c690f} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:06:23.604441 [ 267 ] {8d31c40f-c59f-447d-87a1-b912197c690f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.02 05:06:23.604872 [ 267 ] {8d31c40f-c59f-447d-87a1-b912197c690f} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.01.02 05:06:23.605305 [ 267 ] {8d31c40f-c59f-447d-87a1-b912197c690f} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:06:23.605431 [ 267 ] {8d31c40f-c59f-447d-87a1-b912197c690f} executeQuery: Read 20 rows, 1.41 KiB in 0.001398 sec., 14306.15164520744 rows/sec., 1005.90 KiB/sec. 2026.01.02 05:06:23.605465 [ 267 ] {8d31c40f-c59f-447d-87a1-b912197c690f} TCPHandler: Processed in 0.001558666 sec. 2026.01.02 05:06:24.000233 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 181.91 MiB, peak 182.22 MiB, free memory in arenas 0.00 B, will set to 180.79 MiB (RSS), difference: -1.12 MiB 2026.01.02 05:06:24.387782 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 3417 2026.01.02 05:06:24.388326 [ 245 ] {} system.asynchronous_metric_log (bb53ce5c-bddd-4105-a5af-ef87950cd4f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:06:24.388381 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.02 05:06:24.389141 [ 245 ] {} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.01.02 05:06:24.389610 [ 245 ] {} system.asynchronous_metric_log (bb53ce5c-bddd-4105-a5af-ef87950cd4f3): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:06:24.389764 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3417 2026.01.02 05:06:24.555580 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 53 2026.01.02 05:06:24.571336 [ 244 ] {} system.metric_log (a59fffb9-cc3a-4586-97e5-9d20b67a7356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:06:24.571381 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.02 05:06:24.577339 [ 244 ] {} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.01.02 05:06:24.578484 [ 244 ] {} system.metric_log (a59fffb9-cc3a-4586-97e5-9d20b67a7356): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:06:24.581559 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 53 2026.01.02 05:06:28.558837 [ 267 ] {} TCP-Session: ee8b9760-d327-4be2-8c0e-e5f7223e3924 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:06:28.559046 [ 267 ] {132a4407-1605-4910-9132-b6cdd20e5fbc} executeQuery: (from [fd00:1122:3344:101::d]:36799) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.02 05:06:28.559118 [ 267 ] {132a4407-1605-4910-9132-b6cdd20e5fbc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.02 05:06:28.559802 [ 267 ] {132a4407-1605-4910-9132-b6cdd20e5fbc} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:06:28.559852 [ 267 ] {132a4407-1605-4910-9132-b6cdd20e5fbc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.02 05:06:28.560360 [ 267 ] {132a4407-1605-4910-9132-b6cdd20e5fbc} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.01.02 05:06:28.560895 [ 267 ] {132a4407-1605-4910-9132-b6cdd20e5fbc} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:06:28.561040 [ 55 ] {} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.01.02 05:06:28.561067 [ 267 ] {132a4407-1605-4910-9132-b6cdd20e5fbc} executeQuery: Read 26 rows, 2.06 KiB in 0.002072 sec., 12548.262548262548 rows/sec., 994.94 KiB/sec. 2026.01.02 05:06:28.561117 [ 55 ] {} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:06:28.561133 [ 267 ] {132a4407-1605-4910-9132-b6cdd20e5fbc} TCPHandler: Processed in 0.00243669 sec. 2026.01.02 05:06:28.561147 [ 55 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.02 05:06:28.561269 [ 267 ] {} TCP-Session: ee8b9760-d327-4be2-8c0e-e5f7223e3924 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:06:28.561276 [ 195 ] {83d580c8-cdc4-4d78-bcce-488a9e56976e::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2026.01.02 05:06:28.561375 [ 267 ] {5e3040df-485f-4273-850f-947af695b0ac} executeQuery: (from [fd00:1122:3344:101::d]:36799) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.02 05:06:28.561422 [ 195 ] {83d580c8-cdc4-4d78-bcce-488a9e56976e::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.02 05:06:28.561431 [ 267 ] {5e3040df-485f-4273-850f-947af695b0ac} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.02 05:06:28.561473 [ 195 ] {83d580c8-cdc4-4d78-bcce-488a9e56976e::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 1060 rows starting from the beginning of the part 2026.01.02 05:06:28.561570 [ 195 ] {83d580c8-cdc4-4d78-bcce-488a9e56976e::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 1100 rows starting from the beginning of the part 2026.01.02 05:06:28.561616 [ 195 ] {83d580c8-cdc4-4d78-bcce-488a9e56976e::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 120 rows starting from the beginning of the part 2026.01.02 05:06:28.561663 [ 195 ] {83d580c8-cdc4-4d78-bcce-488a9e56976e::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 44 rows starting from the beginning of the part 2026.01.02 05:06:28.561711 [ 195 ] {83d580c8-cdc4-4d78-bcce-488a9e56976e::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 92 rows starting from the beginning of the part 2026.01.02 05:06:28.561762 [ 195 ] {83d580c8-cdc4-4d78-bcce-488a9e56976e::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 26 rows starting from the beginning of the part 2026.01.02 05:06:28.561879 [ 267 ] {5e3040df-485f-4273-850f-947af695b0ac} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:06:28.561922 [ 267 ] {5e3040df-485f-4273-850f-947af695b0ac} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.02 05:06:28.562412 [ 267 ] {5e3040df-485f-4273-850f-947af695b0ac} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.01.02 05:06:28.562875 [ 267 ] {5e3040df-485f-4273-850f-947af695b0ac} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:06:28.562999 [ 55 ] {} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.01.02 05:06:28.563018 [ 267 ] {5e3040df-485f-4273-850f-947af695b0ac} executeQuery: Read 28 rows, 2.24 KiB in 0.001665 sec., 16816.816816816816 rows/sec., 1.31 MiB/sec. 2026.01.02 05:06:28.563039 [ 55 ] {} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:06:28.563061 [ 267 ] {5e3040df-485f-4273-850f-947af695b0ac} TCPHandler: Processed in 0.001846671 sec. 2026.01.02 05:06:28.563064 [ 55 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.02 05:06:28.563192 [ 267 ] {} TCP-Session: ee8b9760-d327-4be2-8c0e-e5f7223e3924 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:06:28.563198 [ 194 ] {a2603088-a695-4667-9faf-2a4ce1a4e7af::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2026.01.02 05:06:28.563291 [ 186 ] {83d580c8-cdc4-4d78-bcce-488a9e56976e::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 2442 rows, containing 5 columns (5 merged, 0 gathered) in 0.002078774 sec., 1174730.8750253757 rows/sec., 99.05 MiB/sec. 2026.01.02 05:06:28.563297 [ 267 ] {f956f860-9497-4058-b5a8-defce913e1a3} executeQuery: (from [fd00:1122:3344:101::d]:36799) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.02 05:06:28.563349 [ 194 ] {a2603088-a695-4667-9faf-2a4ce1a4e7af::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.02 05:06:28.563358 [ 267 ] {f956f860-9497-4058-b5a8-defce913e1a3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.02 05:06:28.563402 [ 194 ] {a2603088-a695-4667-9faf-2a4ce1a4e7af::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 629 rows starting from the beginning of the part 2026.01.02 05:06:28.563498 [ 194 ] {a2603088-a695-4667-9faf-2a4ce1a4e7af::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 645 rows starting from the beginning of the part 2026.01.02 05:06:28.563550 [ 194 ] {a2603088-a695-4667-9faf-2a4ce1a4e7af::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 36 rows starting from the beginning of the part 2026.01.02 05:06:28.563595 [ 194 ] {a2603088-a695-4667-9faf-2a4ce1a4e7af::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 22 rows starting from the beginning of the part 2026.01.02 05:06:28.563648 [ 194 ] {a2603088-a695-4667-9faf-2a4ce1a4e7af::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.01.02 05:06:28.563650 [ 187 ] {83d580c8-cdc4-4d78-bcce-488a9e56976e::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.01.02 05:06:28.563701 [ 194 ] {a2603088-a695-4667-9faf-2a4ce1a4e7af::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.01.02 05:06:28.563744 [ 267 ] {f956f860-9497-4058-b5a8-defce913e1a3} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:06:28.563783 [ 267 ] {f956f860-9497-4058-b5a8-defce913e1a3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.02 05:06:28.564267 [ 187 ] {83d580c8-cdc4-4d78-bcce-488a9e56976e::all_1_6_1} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:06:28.564310 [ 267 ] {f956f860-9497-4058-b5a8-defce913e1a3} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.01.02 05:06:28.564350 [ 187 ] {83d580c8-cdc4-4d78-bcce-488a9e56976e::all_1_6_1} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.01.02 05:06:28.564425 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.69 MiB. 2026.01.02 05:06:28.564766 [ 267 ] {f956f860-9497-4058-b5a8-defce913e1a3} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:06:28.564942 [ 267 ] {f956f860-9497-4058-b5a8-defce913e1a3} executeQuery: Read 50 rows, 3.55 KiB in 0.001665 sec., 30030.03003003003 rows/sec., 2.08 MiB/sec. 2026.01.02 05:06:28.564982 [ 267 ] {f956f860-9497-4058-b5a8-defce913e1a3} TCPHandler: Processed in 0.001846281 sec. 2026.01.02 05:06:28.565048 [ 187 ] {a2603088-a695-4667-9faf-2a4ce1a4e7af::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 1424 rows, containing 5 columns (5 merged, 0 gathered) in 0.001913262 sec., 744278.6194467878 rows/sec., 55.23 MiB/sec. 2026.01.02 05:06:28.565093 [ 267 ] {} TCP-Session: ee8b9760-d327-4be2-8c0e-e5f7223e3924 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:06:28.565190 [ 267 ] {828c71f6-898c-4319-a8a8-dc7e8c42c726} executeQuery: (from [fd00:1122:3344:101::d]:36799) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.02 05:06:28.565232 [ 267 ] {828c71f6-898c-4319-a8a8-dc7e8c42c726} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.02 05:06:28.565383 [ 186 ] {a2603088-a695-4667-9faf-2a4ce1a4e7af::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.01.02 05:06:28.565557 [ 267 ] {828c71f6-898c-4319-a8a8-dc7e8c42c726} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:06:28.565597 [ 267 ] {828c71f6-898c-4319-a8a8-dc7e8c42c726} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.02 05:06:28.566038 [ 186 ] {a2603088-a695-4667-9faf-2a4ce1a4e7af::all_1_6_1} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:06:28.566114 [ 267 ] {828c71f6-898c-4319-a8a8-dc7e8c42c726} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.01.02 05:06:28.566117 [ 186 ] {a2603088-a695-4667-9faf-2a4ce1a4e7af::all_1_6_1} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.01.02 05:06:28.566200 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.46 MiB. 2026.01.02 05:06:28.566593 [ 267 ] {828c71f6-898c-4319-a8a8-dc7e8c42c726} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:06:28.566740 [ 267 ] {828c71f6-898c-4319-a8a8-dc7e8c42c726} executeQuery: Read 20 rows, 1.41 KiB in 0.001567 sec., 12763.241863433312 rows/sec., 897.42 KiB/sec. 2026.01.02 05:06:28.566776 [ 267 ] {828c71f6-898c-4319-a8a8-dc7e8c42c726} TCPHandler: Processed in 0.001732849 sec. 2026.01.02 05:06:31.775438 [ 51 ] {} DNSResolver: Updating DNS cache 2026.01.02 05:06:31.775499 [ 51 ] {} DNSResolver: Updated DNS cache 2026.01.02 05:06:31.890176 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 3865 2026.01.02 05:06:31.890992 [ 245 ] {} system.asynchronous_metric_log (bb53ce5c-bddd-4105-a5af-ef87950cd4f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:06:31.891077 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.02 05:06:31.891986 [ 245 ] {} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.01.02 05:06:31.892485 [ 245 ] {} system.asynchronous_metric_log (bb53ce5c-bddd-4105-a5af-ef87950cd4f3): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:06:31.892644 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3865 2026.01.02 05:06:31.898638 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 52 entries to flush up to offset 268 2026.01.02 05:06:31.901384 [ 243 ] {} system.query_log (dd3f3490-5765-4d2a-9406-0e239d3e9a13): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:06:31.901431 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.02 05:06:31.902977 [ 243 ] {} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.01.02 05:06:31.903550 [ 243 ] {} system.query_log (dd3f3490-5765-4d2a-9406-0e239d3e9a13): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:06:31.903732 [ 50 ] {} system.query_log (dd3f3490-5765-4d2a-9406-0e239d3e9a13) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.01.02 05:06:31.903799 [ 50 ] {} system.query_log (dd3f3490-5765-4d2a-9406-0e239d3e9a13): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:06:31.903823 [ 50 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.02 05:06:31.903901 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 268 2026.01.02 05:06:31.903935 [ 194 ] {dd3f3490-5765-4d2a-9406-0e239d3e9a13::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2026.01.02 05:06:31.904560 [ 194 ] {dd3f3490-5765-4d2a-9406-0e239d3e9a13::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.02 05:06:31.904740 [ 194 ] {dd3f3490-5765-4d2a-9406-0e239d3e9a13::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 88 rows starting from the beginning of the part 2026.01.02 05:06:31.905186 [ 194 ] {dd3f3490-5765-4d2a-9406-0e239d3e9a13::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 6 rows starting from the beginning of the part 2026.01.02 05:06:31.905546 [ 194 ] {dd3f3490-5765-4d2a-9406-0e239d3e9a13::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 62 rows starting from the beginning of the part 2026.01.02 05:06:31.905892 [ 194 ] {dd3f3490-5765-4d2a-9406-0e239d3e9a13::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 52 rows starting from the beginning of the part 2026.01.02 05:06:31.906227 [ 194 ] {dd3f3490-5765-4d2a-9406-0e239d3e9a13::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 8 rows starting from the beginning of the part 2026.01.02 05:06:31.906573 [ 194 ] {dd3f3490-5765-4d2a-9406-0e239d3e9a13::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 52 rows starting from the beginning of the part 2026.01.02 05:06:31.913070 [ 187 ] {dd3f3490-5765-4d2a-9406-0e239d3e9a13::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 268 rows, containing 72 columns (72 merged, 0 gathered) in 0.009182233 sec., 29186.80020426404 rows/sec., 30.57 MiB/sec. 2026.01.02 05:06:31.914007 [ 187 ] {dd3f3490-5765-4d2a-9406-0e239d3e9a13::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.01.02 05:06:31.914843 [ 187 ] {dd3f3490-5765-4d2a-9406-0e239d3e9a13::all_1_6_1} system.query_log (dd3f3490-5765-4d2a-9406-0e239d3e9a13): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:06:31.914914 [ 187 ] {dd3f3490-5765-4d2a-9406-0e239d3e9a13::all_1_6_1} system.query_log (dd3f3490-5765-4d2a-9406-0e239d3e9a13) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.01.02 05:06:31.915118 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.65 MiB. 2026.01.02 05:06:32.081936 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 61 2026.01.02 05:06:32.098848 [ 244 ] {} system.metric_log (a59fffb9-cc3a-4586-97e5-9d20b67a7356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:06:32.098892 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.02 05:06:32.104946 [ 244 ] {} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.01.02 05:06:32.106013 [ 244 ] {} system.metric_log (a59fffb9-cc3a-4586-97e5-9d20b67a7356): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:06:32.108764 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 61 2026.01.02 05:06:32.152295 [ 267 ] {} TCPHandler: Done processing connection. 2026.01.02 05:06:32.152334 [ 267 ] {} TCP-Session: ee8b9760-d327-4be2-8c0e-e5f7223e3924 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:06:33.001224 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 182.01 MiB, peak 188.46 MiB, free memory in arenas 0.00 B, will set to 185.73 MiB (RSS), difference: 3.71 MiB 2026.01.02 05:06:33.560144 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:06:33.560345 [ 270 ] {2b01ed1e-deb0-41f4-b943-4c44e02d3858} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.02 05:06:33.560413 [ 270 ] {2b01ed1e-deb0-41f4-b943-4c44e02d3858} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.02 05:06:33.561177 [ 270 ] {2b01ed1e-deb0-41f4-b943-4c44e02d3858} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:06:33.561225 [ 270 ] {2b01ed1e-deb0-41f4-b943-4c44e02d3858} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.02 05:06:33.561799 [ 270 ] {2b01ed1e-deb0-41f4-b943-4c44e02d3858} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.01.02 05:06:33.562278 [ 270 ] {2b01ed1e-deb0-41f4-b943-4c44e02d3858} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:06:33.562450 [ 270 ] {2b01ed1e-deb0-41f4-b943-4c44e02d3858} executeQuery: Read 90 rows, 8.19 KiB in 0.002155 sec., 41763.341067285386 rows/sec., 3.71 MiB/sec. 2026.01.02 05:06:33.562499 [ 270 ] {2b01ed1e-deb0-41f4-b943-4c44e02d3858} TCPHandler: Processed in 0.002488602 sec. 2026.01.02 05:06:33.562638 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:06:33.562742 [ 270 ] {96bc4962-b098-449c-941f-9255677b195b} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.02 05:06:33.562788 [ 270 ] {96bc4962-b098-449c-941f-9255677b195b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.02 05:06:33.563223 [ 270 ] {96bc4962-b098-449c-941f-9255677b195b} oximeter.fields_u16 (75d7a870-5da0-445d-b2e0-ec90b5ea7788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:06:33.563260 [ 270 ] {96bc4962-b098-449c-941f-9255677b195b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.02 05:06:33.563685 [ 270 ] {96bc4962-b098-449c-941f-9255677b195b} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.01.02 05:06:33.564141 [ 270 ] {96bc4962-b098-449c-941f-9255677b195b} oximeter.fields_u16 (75d7a870-5da0-445d-b2e0-ec90b5ea7788): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:06:33.564250 [ 49 ] {} oximeter.fields_u16 (75d7a870-5da0-445d-b2e0-ec90b5ea7788) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.01.02 05:06:33.564287 [ 49 ] {} oximeter.fields_u16 (75d7a870-5da0-445d-b2e0-ec90b5ea7788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:06:33.564296 [ 270 ] {96bc4962-b098-449c-941f-9255677b195b} executeQuery: Read 32 rows, 2.41 KiB in 0.001579 sec., 20265.99113362888 rows/sec., 1.49 MiB/sec. 2026.01.02 05:06:33.564306 [ 49 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.02 05:06:33.564339 [ 270 ] {96bc4962-b098-449c-941f-9255677b195b} TCPHandler: Processed in 0.0017518 sec. 2026.01.02 05:06:33.564417 [ 197 ] {75d7a870-5da0-445d-b2e0-ec90b5ea7788::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2026.01.02 05:06:33.564458 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:06:33.564531 [ 197 ] {75d7a870-5da0-445d-b2e0-ec90b5ea7788::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.02 05:06:33.564555 [ 270 ] {fa53870c-181e-452c-95b7-99ea959c5ac8} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.02 05:06:33.564570 [ 197 ] {75d7a870-5da0-445d-b2e0-ec90b5ea7788::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 210 rows starting from the beginning of the part 2026.01.02 05:06:33.564597 [ 270 ] {fa53870c-181e-452c-95b7-99ea959c5ac8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.02 05:06:33.564663 [ 197 ] {75d7a870-5da0-445d-b2e0-ec90b5ea7788::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 227 rows starting from the beginning of the part 2026.01.02 05:06:33.564714 [ 197 ] {75d7a870-5da0-445d-b2e0-ec90b5ea7788::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 12 rows starting from the beginning of the part 2026.01.02 05:06:33.564773 [ 197 ] {75d7a870-5da0-445d-b2e0-ec90b5ea7788::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 22 rows starting from the beginning of the part 2026.01.02 05:06:33.564819 [ 197 ] {75d7a870-5da0-445d-b2e0-ec90b5ea7788::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.01.02 05:06:33.564889 [ 197 ] {75d7a870-5da0-445d-b2e0-ec90b5ea7788::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 32 rows starting from the beginning of the part 2026.01.02 05:06:33.565038 [ 270 ] {fa53870c-181e-452c-95b7-99ea959c5ac8} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:06:33.565074 [ 270 ] {fa53870c-181e-452c-95b7-99ea959c5ac8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.02 05:06:33.565561 [ 270 ] {fa53870c-181e-452c-95b7-99ea959c5ac8} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.01.02 05:06:33.565918 [ 187 ] {75d7a870-5da0-445d-b2e0-ec90b5ea7788::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 539 rows, containing 5 columns (5 merged, 0 gathered) in 0.001542806 sec., 349363.4326026733 rows/sec., 23.07 MiB/sec. 2026.01.02 05:06:33.566130 [ 270 ] {fa53870c-181e-452c-95b7-99ea959c5ac8} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:06:33.566160 [ 197 ] {75d7a870-5da0-445d-b2e0-ec90b5ea7788::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.01.02 05:06:33.566285 [ 270 ] {fa53870c-181e-452c-95b7-99ea959c5ac8} executeQuery: Read 60 rows, 4.80 KiB in 0.00175 sec., 34285.71428571428 rows/sec., 2.68 MiB/sec. 2026.01.02 05:06:33.566327 [ 270 ] {fa53870c-181e-452c-95b7-99ea959c5ac8} TCPHandler: Processed in 0.001918182 sec. 2026.01.02 05:06:33.566475 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:06:33.566596 [ 270 ] {6b685e95-9b11-4f29-b460-908d7c5d7e1e} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.02 05:06:33.566653 [ 270 ] {6b685e95-9b11-4f29-b460-908d7c5d7e1e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.02 05:06:33.566698 [ 197 ] {75d7a870-5da0-445d-b2e0-ec90b5ea7788::all_1_6_1} oximeter.fields_u16 (75d7a870-5da0-445d-b2e0-ec90b5ea7788): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:06:33.566782 [ 197 ] {75d7a870-5da0-445d-b2e0-ec90b5ea7788::all_1_6_1} oximeter.fields_u16 (75d7a870-5da0-445d-b2e0-ec90b5ea7788) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.01.02 05:06:33.566859 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. 2026.01.02 05:06:33.567115 [ 270 ] {6b685e95-9b11-4f29-b460-908d7c5d7e1e} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:06:33.567150 [ 270 ] {6b685e95-9b11-4f29-b460-908d7c5d7e1e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.02 05:06:33.567623 [ 270 ] {6b685e95-9b11-4f29-b460-908d7c5d7e1e} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.01.02 05:06:33.568066 [ 270 ] {6b685e95-9b11-4f29-b460-908d7c5d7e1e} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:06:33.568171 [ 49 ] {} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.01.02 05:06:33.568204 [ 49 ] {} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:06:33.568210 [ 270 ] {6b685e95-9b11-4f29-b460-908d7c5d7e1e} executeQuery: Read 50 rows, 3.55 KiB in 0.001643 sec., 30432.136335970787 rows/sec., 2.11 MiB/sec. 2026.01.02 05:06:33.568224 [ 49 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.02 05:06:33.568249 [ 270 ] {6b685e95-9b11-4f29-b460-908d7c5d7e1e} TCPHandler: Processed in 0.001851501 sec. 2026.01.02 05:06:33.568385 [ 190 ] {935760ec-14c4-43f9-bf0f-f949cce05eda::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2026.01.02 05:06:33.568413 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:06:33.568542 [ 270 ] {9bd7972b-f052-4a90-9c37-1311fe8b21b9} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.02 05:06:33.568565 [ 190 ] {935760ec-14c4-43f9-bf0f-f949cce05eda::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.02 05:06:33.568606 [ 270 ] {9bd7972b-f052-4a90-9c37-1311fe8b21b9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.01.02 05:06:33.568616 [ 190 ] {935760ec-14c4-43f9-bf0f-f949cce05eda::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 156 rows starting from the beginning of the part 2026.01.02 05:06:33.568739 [ 190 ] {935760ec-14c4-43f9-bf0f-f949cce05eda::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 154 rows starting from the beginning of the part 2026.01.02 05:06:33.568794 [ 190 ] {935760ec-14c4-43f9-bf0f-f949cce05eda::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 324 rows starting from the beginning of the part 2026.01.02 05:06:33.568841 [ 190 ] {935760ec-14c4-43f9-bf0f-f949cce05eda::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 52 rows starting from the beginning of the part 2026.01.02 05:06:33.568894 [ 190 ] {935760ec-14c4-43f9-bf0f-f949cce05eda::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 50 rows starting from the beginning of the part 2026.01.02 05:06:33.568944 [ 190 ] {935760ec-14c4-43f9-bf0f-f949cce05eda::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 50 rows starting from the beginning of the part 2026.01.02 05:06:33.569692 [ 270 ] {9bd7972b-f052-4a90-9c37-1311fe8b21b9} oximeter.measurements_histogramu64 (1ea2d44b-9dfb-4731-8ee2-8779179f369b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:06:33.569734 [ 270 ] {9bd7972b-f052-4a90-9c37-1311fe8b21b9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.02 05:06:33.570140 [ 197 ] {935760ec-14c4-43f9-bf0f-f949cce05eda::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 786 rows, containing 5 columns (5 merged, 0 gathered) in 0.001824681 sec., 430760.22603403 rows/sec., 30.64 MiB/sec. 2026.01.02 05:06:33.570458 [ 187 ] {935760ec-14c4-43f9-bf0f-f949cce05eda::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.01.02 05:06:33.570476 [ 270 ] {9bd7972b-f052-4a90-9c37-1311fe8b21b9} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.01.02 05:06:33.571052 [ 270 ] {9bd7972b-f052-4a90-9c37-1311fe8b21b9} oximeter.measurements_histogramu64 (1ea2d44b-9dfb-4731-8ee2-8779179f369b): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:06:33.571149 [ 187 ] {935760ec-14c4-43f9-bf0f-f949cce05eda::all_1_6_1} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:06:33.571235 [ 270 ] {9bd7972b-f052-4a90-9c37-1311fe8b21b9} executeQuery: Read 32 rows, 58.72 KiB in 0.002713 sec., 11795.060818282343 rows/sec., 21.14 MiB/sec. 2026.01.02 05:06:33.571237 [ 187 ] {935760ec-14c4-43f9-bf0f-f949cce05eda::all_1_6_1} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.01.02 05:06:33.571307 [ 270 ] {9bd7972b-f052-4a90-9c37-1311fe8b21b9} TCPHandler: Processed in 0.0029795 sec. 2026.01.02 05:06:33.571373 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. 2026.01.02 05:06:33.571428 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:06:33.571529 [ 270 ] {a78164a8-7f9a-4aa8-bd7f-418853cc44cb} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.02 05:06:33.571573 [ 270 ] {a78164a8-7f9a-4aa8-bd7f-418853cc44cb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.02 05:06:33.571945 [ 270 ] {a78164a8-7f9a-4aa8-bd7f-418853cc44cb} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:06:33.571983 [ 270 ] {a78164a8-7f9a-4aa8-bd7f-418853cc44cb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.02 05:06:33.572492 [ 270 ] {a78164a8-7f9a-4aa8-bd7f-418853cc44cb} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.01.02 05:06:33.573080 [ 270 ] {a78164a8-7f9a-4aa8-bd7f-418853cc44cb} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:06:33.573254 [ 270 ] {a78164a8-7f9a-4aa8-bd7f-418853cc44cb} executeQuery: Read 20 rows, 1.41 KiB in 0.001744 sec., 11467.88990825688 rows/sec., 806.34 KiB/sec. 2026.01.02 05:06:33.573292 [ 270 ] {a78164a8-7f9a-4aa8-bd7f-418853cc44cb} TCPHandler: Processed in 0.001913373 sec. 2026.01.02 05:06:38.558622 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:06:38.558956 [ 270 ] {0618d1e9-a972-45a0-ac79-6fadf995303b} executeQuery: (from [fd00:1122:3344:101::d]:37056) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.01.02 05:06:38.559460 [ 270 ] {0618d1e9-a972-45a0-ac79-6fadf995303b} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.01.02 05:06:38.559503 [ 270 ] {0618d1e9-a972-45a0-ac79-6fadf995303b} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.01.02 05:06:38.559809 [ 270 ] {0618d1e9-a972-45a0-ac79-6fadf995303b} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.02 05:06:38.559882 [ 270 ] {0618d1e9-a972-45a0-ac79-6fadf995303b} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.02 05:06:38.560037 [ 270 ] {0618d1e9-a972-45a0-ac79-6fadf995303b} oximeter.timeseries_schema (cc640168-9cf5-4040-b417-ab0d9fbe5864) (SelectExecutor): Key condition: (column 0 notIn 37-element set) 2026.01.02 05:06:38.560148 [ 332 ] {0618d1e9-a972-45a0-ac79-6fadf995303b} oximeter.timeseries_schema (cc640168-9cf5-4040-b417-ab0d9fbe5864) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.01.02 05:06:38.560161 [ 305 ] {0618d1e9-a972-45a0-ac79-6fadf995303b} oximeter.timeseries_schema (cc640168-9cf5-4040-b417-ab0d9fbe5864) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.01.02 05:06:38.560177 [ 323 ] {0618d1e9-a972-45a0-ac79-6fadf995303b} oximeter.timeseries_schema (cc640168-9cf5-4040-b417-ab0d9fbe5864) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.01.02 05:06:38.560332 [ 270 ] {0618d1e9-a972-45a0-ac79-6fadf995303b} oximeter.timeseries_schema (cc640168-9cf5-4040-b417-ab0d9fbe5864) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges 2026.01.02 05:06:38.560362 [ 270 ] {0618d1e9-a972-45a0-ac79-6fadf995303b} oximeter.timeseries_schema (cc640168-9cf5-4040-b417-ab0d9fbe5864) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.01.02 05:06:38.560451 [ 270 ] {0618d1e9-a972-45a0-ac79-6fadf995303b} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.01.02 05:06:38.560473 [ 270 ] {0618d1e9-a972-45a0-ac79-6fadf995303b} oximeter.timeseries_schema (cc640168-9cf5-4040-b417-ab0d9fbe5864) (SelectExecutor): Reading approx. 37 rows with 3 streams 2026.01.02 05:06:38.560510 [ 270 ] {0618d1e9-a972-45a0-ac79-6fadf995303b} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.01.02 05:06:38.560578 [ 270 ] {0618d1e9-a972-45a0-ac79-6fadf995303b} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.01.02 05:06:38.560627 [ 270 ] {0618d1e9-a972-45a0-ac79-6fadf995303b} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.01.02 05:06:38.561606 [ 270 ] {0618d1e9-a972-45a0-ac79-6fadf995303b} executeQuery: Read 37 rows, 1.49 KiB in 0.002789 sec., 13266.403728935104 rows/sec., 532.93 KiB/sec. 2026.01.02 05:06:38.561736 [ 270 ] {0618d1e9-a972-45a0-ac79-6fadf995303b} TCPHandler: Processed in 0.003273855 sec. 2026.01.02 05:06:38.562043 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:06:38.562191 [ 270 ] {79c316b2-2a5c-4df2-9574-54f1c8e43c07} executeQuery: (from [fd00:1122:3344:101::d]:37056) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.01.02 05:06:38.562457 [ 270 ] {79c316b2-2a5c-4df2-9574-54f1c8e43c07} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.01.02 05:06:38.562495 [ 270 ] {79c316b2-2a5c-4df2-9574-54f1c8e43c07} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.01.02 05:06:38.562713 [ 270 ] {79c316b2-2a5c-4df2-9574-54f1c8e43c07} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.02 05:06:38.562769 [ 270 ] {79c316b2-2a5c-4df2-9574-54f1c8e43c07} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.02 05:06:38.562887 [ 270 ] {79c316b2-2a5c-4df2-9574-54f1c8e43c07} oximeter.timeseries_schema (cc640168-9cf5-4040-b417-ab0d9fbe5864) (SelectExecutor): Key condition: (column 0 notIn 38-element set) 2026.01.02 05:06:38.562948 [ 305 ] {79c316b2-2a5c-4df2-9574-54f1c8e43c07} oximeter.timeseries_schema (cc640168-9cf5-4040-b417-ab0d9fbe5864) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.01.02 05:06:38.562967 [ 323 ] {79c316b2-2a5c-4df2-9574-54f1c8e43c07} oximeter.timeseries_schema (cc640168-9cf5-4040-b417-ab0d9fbe5864) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.01.02 05:06:38.562981 [ 314 ] {79c316b2-2a5c-4df2-9574-54f1c8e43c07} oximeter.timeseries_schema (cc640168-9cf5-4040-b417-ab0d9fbe5864) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.01.02 05:06:38.563095 [ 270 ] {79c316b2-2a5c-4df2-9574-54f1c8e43c07} oximeter.timeseries_schema (cc640168-9cf5-4040-b417-ab0d9fbe5864) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges 2026.01.02 05:06:38.563122 [ 270 ] {79c316b2-2a5c-4df2-9574-54f1c8e43c07} oximeter.timeseries_schema (cc640168-9cf5-4040-b417-ab0d9fbe5864) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.01.02 05:06:38.563195 [ 270 ] {79c316b2-2a5c-4df2-9574-54f1c8e43c07} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.01.02 05:06:38.563215 [ 270 ] {79c316b2-2a5c-4df2-9574-54f1c8e43c07} oximeter.timeseries_schema (cc640168-9cf5-4040-b417-ab0d9fbe5864) (SelectExecutor): Reading approx. 37 rows with 3 streams 2026.01.02 05:06:38.563248 [ 270 ] {79c316b2-2a5c-4df2-9574-54f1c8e43c07} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.01.02 05:06:38.563282 [ 270 ] {79c316b2-2a5c-4df2-9574-54f1c8e43c07} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.01.02 05:06:38.563314 [ 270 ] {79c316b2-2a5c-4df2-9574-54f1c8e43c07} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.01.02 05:06:38.564065 [ 270 ] {79c316b2-2a5c-4df2-9574-54f1c8e43c07} executeQuery: Read 37 rows, 1.49 KiB in 0.001939 sec., 19082.001031459517 rows/sec., 766.54 KiB/sec. 2026.01.02 05:06:38.564178 [ 270 ] {79c316b2-2a5c-4df2-9574-54f1c8e43c07} TCPHandler: Processed in 0.002189647 sec. 2026.01.02 05:06:38.564413 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:06:38.564556 [ 270 ] {dd45bd89-4ab6-4d1e-8e44-62b9112ebad1} executeQuery: (from [fd00:1122:3344:101::d]:37056) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.01.02 05:06:38.564787 [ 270 ] {dd45bd89-4ab6-4d1e-8e44-62b9112ebad1} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.01.02 05:06:38.564824 [ 270 ] {dd45bd89-4ab6-4d1e-8e44-62b9112ebad1} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.01.02 05:06:38.565035 [ 270 ] {dd45bd89-4ab6-4d1e-8e44-62b9112ebad1} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.02 05:06:38.565089 [ 270 ] {dd45bd89-4ab6-4d1e-8e44-62b9112ebad1} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.02 05:06:38.565193 [ 270 ] {dd45bd89-4ab6-4d1e-8e44-62b9112ebad1} oximeter.timeseries_schema (cc640168-9cf5-4040-b417-ab0d9fbe5864) (SelectExecutor): Key condition: (column 0 notIn 39-element set) 2026.01.02 05:06:38.565256 [ 305 ] {dd45bd89-4ab6-4d1e-8e44-62b9112ebad1} oximeter.timeseries_schema (cc640168-9cf5-4040-b417-ab0d9fbe5864) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.01.02 05:06:38.565257 [ 323 ] {dd45bd89-4ab6-4d1e-8e44-62b9112ebad1} oximeter.timeseries_schema (cc640168-9cf5-4040-b417-ab0d9fbe5864) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.01.02 05:06:38.565284 [ 314 ] {dd45bd89-4ab6-4d1e-8e44-62b9112ebad1} oximeter.timeseries_schema (cc640168-9cf5-4040-b417-ab0d9fbe5864) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.01.02 05:06:38.565373 [ 270 ] {dd45bd89-4ab6-4d1e-8e44-62b9112ebad1} oximeter.timeseries_schema (cc640168-9cf5-4040-b417-ab0d9fbe5864) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges 2026.01.02 05:06:38.565399 [ 270 ] {dd45bd89-4ab6-4d1e-8e44-62b9112ebad1} oximeter.timeseries_schema (cc640168-9cf5-4040-b417-ab0d9fbe5864) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.01.02 05:06:38.565471 [ 270 ] {dd45bd89-4ab6-4d1e-8e44-62b9112ebad1} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.01.02 05:06:38.565490 [ 270 ] {dd45bd89-4ab6-4d1e-8e44-62b9112ebad1} oximeter.timeseries_schema (cc640168-9cf5-4040-b417-ab0d9fbe5864) (SelectExecutor): Reading approx. 37 rows with 3 streams 2026.01.02 05:06:38.565521 [ 270 ] {dd45bd89-4ab6-4d1e-8e44-62b9112ebad1} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.01.02 05:06:38.565555 [ 270 ] {dd45bd89-4ab6-4d1e-8e44-62b9112ebad1} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.01.02 05:06:38.565587 [ 270 ] {dd45bd89-4ab6-4d1e-8e44-62b9112ebad1} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.01.02 05:06:38.566259 [ 270 ] {dd45bd89-4ab6-4d1e-8e44-62b9112ebad1} executeQuery: Read 37 rows, 1.49 KiB in 0.001766 sec., 20951.302378255947 rows/sec., 841.64 KiB/sec. 2026.01.02 05:06:38.566379 [ 270 ] {dd45bd89-4ab6-4d1e-8e44-62b9112ebad1} TCPHandler: Processed in 0.002017224 sec. 2026.01.02 05:06:38.566579 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:06:38.566715 [ 270 ] {ecef6f82-c2f1-40b4-b7b4-202138c34435} executeQuery: (from [fd00:1122:3344:101::d]:37056) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.01.02 05:06:38.566947 [ 270 ] {ecef6f82-c2f1-40b4-b7b4-202138c34435} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.01.02 05:06:38.566983 [ 270 ] {ecef6f82-c2f1-40b4-b7b4-202138c34435} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.01.02 05:06:38.567190 [ 270 ] {ecef6f82-c2f1-40b4-b7b4-202138c34435} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.02 05:06:38.567244 [ 270 ] {ecef6f82-c2f1-40b4-b7b4-202138c34435} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.02 05:06:38.567344 [ 270 ] {ecef6f82-c2f1-40b4-b7b4-202138c34435} oximeter.timeseries_schema (cc640168-9cf5-4040-b417-ab0d9fbe5864) (SelectExecutor): Key condition: (column 0 notIn 40-element set) 2026.01.02 05:06:38.567397 [ 317 ] {ecef6f82-c2f1-40b4-b7b4-202138c34435} oximeter.timeseries_schema (cc640168-9cf5-4040-b417-ab0d9fbe5864) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.01.02 05:06:38.567410 [ 323 ] {ecef6f82-c2f1-40b4-b7b4-202138c34435} oximeter.timeseries_schema (cc640168-9cf5-4040-b417-ab0d9fbe5864) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.01.02 05:06:38.567412 [ 320 ] {ecef6f82-c2f1-40b4-b7b4-202138c34435} oximeter.timeseries_schema (cc640168-9cf5-4040-b417-ab0d9fbe5864) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.01.02 05:06:38.567522 [ 270 ] {ecef6f82-c2f1-40b4-b7b4-202138c34435} oximeter.timeseries_schema (cc640168-9cf5-4040-b417-ab0d9fbe5864) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges 2026.01.02 05:06:38.567549 [ 270 ] {ecef6f82-c2f1-40b4-b7b4-202138c34435} oximeter.timeseries_schema (cc640168-9cf5-4040-b417-ab0d9fbe5864) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.01.02 05:06:38.567616 [ 270 ] {ecef6f82-c2f1-40b4-b7b4-202138c34435} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.01.02 05:06:38.567633 [ 270 ] {ecef6f82-c2f1-40b4-b7b4-202138c34435} oximeter.timeseries_schema (cc640168-9cf5-4040-b417-ab0d9fbe5864) (SelectExecutor): Reading approx. 37 rows with 3 streams 2026.01.02 05:06:38.567663 [ 270 ] {ecef6f82-c2f1-40b4-b7b4-202138c34435} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.01.02 05:06:38.567693 [ 270 ] {ecef6f82-c2f1-40b4-b7b4-202138c34435} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.01.02 05:06:38.567731 [ 270 ] {ecef6f82-c2f1-40b4-b7b4-202138c34435} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.01.02 05:06:38.568354 [ 270 ] {ecef6f82-c2f1-40b4-b7b4-202138c34435} executeQuery: Read 37 rows, 1.49 KiB in 0.001698 sec., 21790.341578327443 rows/sec., 875.34 KiB/sec. 2026.01.02 05:06:38.568452 [ 270 ] {ecef6f82-c2f1-40b4-b7b4-202138c34435} TCPHandler: Processed in 0.001921742 sec. 2026.01.02 05:06:38.571239 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:06:38.571382 [ 270 ] {2853a391-1cb8-422f-a03b-11bf0cc0e4b8} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2026.01.02 05:06:38.571433 [ 270 ] {2853a391-1cb8-422f-a03b-11bf0cc0e4b8} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.02 05:06:38.572015 [ 270 ] {2853a391-1cb8-422f-a03b-11bf0cc0e4b8} oximeter.timeseries_schema (cc640168-9cf5-4040-b417-ab0d9fbe5864): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:06:38.572057 [ 270 ] {2853a391-1cb8-422f-a03b-11bf0cc0e4b8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.02 05:06:38.572495 [ 270 ] {2853a391-1cb8-422f-a03b-11bf0cc0e4b8} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.01.02 05:06:38.572684 [ 270 ] {2853a391-1cb8-422f-a03b-11bf0cc0e4b8} oximeter.timeseries_schema (cc640168-9cf5-4040-b417-ab0d9fbe5864): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:06:38.572833 [ 270 ] {2853a391-1cb8-422f-a03b-11bf0cc0e4b8} executeQuery: Read 4 rows, 521.00 B in 0.001494 sec., 2677.376171352075 rows/sec., 340.55 KiB/sec. 2026.01.02 05:06:38.572871 [ 270 ] {2853a391-1cb8-422f-a03b-11bf0cc0e4b8} TCPHandler: Processed in 0.001704519 sec. 2026.01.02 05:06:38.572977 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:06:38.573070 [ 270 ] {a3b9e0ab-65a1-451f-87ac-d4308af65bc5} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.01.02 05:06:38.573109 [ 270 ] {a3b9e0ab-65a1-451f-87ac-d4308af65bc5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.01.02 05:06:38.573517 [ 270 ] {a3b9e0ab-65a1-451f-87ac-d4308af65bc5} oximeter.fields_i16 (cb56b64a-0514-41c6-b851-58b3833bf8fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:06:38.573552 [ 270 ] {a3b9e0ab-65a1-451f-87ac-d4308af65bc5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.02 05:06:38.573855 [ 270 ] {a3b9e0ab-65a1-451f-87ac-d4308af65bc5} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.01.02 05:06:38.574061 [ 270 ] {a3b9e0ab-65a1-451f-87ac-d4308af65bc5} oximeter.fields_i16 (cb56b64a-0514-41c6-b851-58b3833bf8fd): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:06:38.574193 [ 270 ] {a3b9e0ab-65a1-451f-87ac-d4308af65bc5} executeQuery: Read 24 rows, 2.04 KiB in 0.001143 sec., 20997.375328083992 rows/sec., 1.74 MiB/sec. 2026.01.02 05:06:38.574229 [ 270 ] {a3b9e0ab-65a1-451f-87ac-d4308af65bc5} TCPHandler: Processed in 0.001299931 sec. 2026.01.02 05:06:38.574336 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:06:38.574429 [ 270 ] {4c0b5e52-6cc0-4ca0-a74f-d98f528a63d9} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.01.02 05:06:38.574468 [ 270 ] {4c0b5e52-6cc0-4ca0-a74f-d98f528a63d9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.01.02 05:06:38.574834 [ 270 ] {4c0b5e52-6cc0-4ca0-a74f-d98f528a63d9} oximeter.fields_ipaddr (645cdd3d-4969-40ee-99e7-272b8c981424): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:06:38.574868 [ 270 ] {4c0b5e52-6cc0-4ca0-a74f-d98f528a63d9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.02 05:06:38.575135 [ 270 ] {4c0b5e52-6cc0-4ca0-a74f-d98f528a63d9} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.01.02 05:06:38.575333 [ 270 ] {4c0b5e52-6cc0-4ca0-a74f-d98f528a63d9} oximeter.fields_ipaddr (645cdd3d-4969-40ee-99e7-272b8c981424): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:06:38.575461 [ 270 ] {4c0b5e52-6cc0-4ca0-a74f-d98f528a63d9} executeQuery: Read 2 rows, 167.00 B in 0.001051 sec., 1902.9495718363462 rows/sec., 155.17 KiB/sec. 2026.01.02 05:06:38.575496 [ 270 ] {4c0b5e52-6cc0-4ca0-a74f-d98f528a63d9} TCPHandler: Processed in 0.00120784 sec. 2026.01.02 05:06:38.575600 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:06:38.575691 [ 270 ] {a746326a-cab2-41b2-89d4-a785db3e9f6b} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.02 05:06:38.575728 [ 270 ] {a746326a-cab2-41b2-89d4-a785db3e9f6b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.02 05:06:38.576170 [ 270 ] {a746326a-cab2-41b2-89d4-a785db3e9f6b} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:06:38.576205 [ 270 ] {a746326a-cab2-41b2-89d4-a785db3e9f6b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.02 05:06:38.576518 [ 270 ] {a746326a-cab2-41b2-89d4-a785db3e9f6b} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.01.02 05:06:38.576720 [ 270 ] {a746326a-cab2-41b2-89d4-a785db3e9f6b} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:06:38.576849 [ 270 ] {a746326a-cab2-41b2-89d4-a785db3e9f6b} executeQuery: Read 151 rows, 13.93 KiB in 0.001176 sec., 128401.36054421769 rows/sec., 11.57 MiB/sec. 2026.01.02 05:06:38.576883 [ 270 ] {a746326a-cab2-41b2-89d4-a785db3e9f6b} TCPHandler: Processed in 0.001330233 sec. 2026.01.02 05:06:38.576988 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:06:38.577079 [ 270 ] {9aa00994-9124-4d6c-ae88-6d146348624d} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.02 05:06:38.577118 [ 270 ] {9aa00994-9124-4d6c-ae88-6d146348624d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.02 05:06:38.577489 [ 270 ] {9aa00994-9124-4d6c-ae88-6d146348624d} oximeter.fields_u16 (75d7a870-5da0-445d-b2e0-ec90b5ea7788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:06:38.577522 [ 270 ] {9aa00994-9124-4d6c-ae88-6d146348624d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.02 05:06:38.577808 [ 270 ] {9aa00994-9124-4d6c-ae88-6d146348624d} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.01.02 05:06:38.578007 [ 270 ] {9aa00994-9124-4d6c-ae88-6d146348624d} oximeter.fields_u16 (75d7a870-5da0-445d-b2e0-ec90b5ea7788): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:06:38.578136 [ 270 ] {9aa00994-9124-4d6c-ae88-6d146348624d} executeQuery: Read 14 rows, 1.10 KiB in 0.001075 sec., 13023.255813953489 rows/sec., 1023.80 KiB/sec. 2026.01.02 05:06:38.578172 [ 270 ] {9aa00994-9124-4d6c-ae88-6d146348624d} TCPHandler: Processed in 0.00123131 sec. 2026.01.02 05:06:38.578275 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:06:38.578370 [ 270 ] {72f38336-f13e-4b90-8da0-cc39490c22ff} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.02 05:06:38.578408 [ 270 ] {72f38336-f13e-4b90-8da0-cc39490c22ff} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.02 05:06:38.578780 [ 270 ] {72f38336-f13e-4b90-8da0-cc39490c22ff} oximeter.fields_u32 (1310015a-3be0-40ba-9fec-1b5eb4ed9f75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:06:38.578814 [ 270 ] {72f38336-f13e-4b90-8da0-cc39490c22ff} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.02 05:06:38.579101 [ 270 ] {72f38336-f13e-4b90-8da0-cc39490c22ff} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.01.02 05:06:38.579313 [ 270 ] {72f38336-f13e-4b90-8da0-cc39490c22ff} oximeter.fields_u32 (1310015a-3be0-40ba-9fec-1b5eb4ed9f75): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:06:38.579439 [ 270 ] {72f38336-f13e-4b90-8da0-cc39490c22ff} executeQuery: Read 24 rows, 2.04 KiB in 0.001091 sec., 21998.166819431714 rows/sec., 1.83 MiB/sec. 2026.01.02 05:06:38.579475 [ 270 ] {72f38336-f13e-4b90-8da0-cc39490c22ff} TCPHandler: Processed in 0.001247301 sec. 2026.01.02 05:06:38.579579 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:06:38.579669 [ 270 ] {91eda9ec-9429-42c6-8a35-3568ecabd23b} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.01.02 05:06:38.579708 [ 270 ] {91eda9ec-9429-42c6-8a35-3568ecabd23b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.01.02 05:06:38.580073 [ 270 ] {91eda9ec-9429-42c6-8a35-3568ecabd23b} oximeter.fields_u8 (ae3e3832-81ae-4954-8933-d68b9608f6be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:06:38.580108 [ 270 ] {91eda9ec-9429-42c6-8a35-3568ecabd23b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.02 05:06:38.580389 [ 270 ] {91eda9ec-9429-42c6-8a35-3568ecabd23b} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.01.02 05:06:38.580599 [ 270 ] {91eda9ec-9429-42c6-8a35-3568ecabd23b} oximeter.fields_u8 (ae3e3832-81ae-4954-8933-d68b9608f6be): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:06:38.580727 [ 270 ] {91eda9ec-9429-42c6-8a35-3568ecabd23b} executeQuery: Read 12 rows, 960.00 B in 0.001075 sec., 11162.790697674418 rows/sec., 872.09 KiB/sec. 2026.01.02 05:06:38.580763 [ 270 ] {91eda9ec-9429-42c6-8a35-3568ecabd23b} TCPHandler: Processed in 0.00123126 sec. 2026.01.02 05:06:38.580867 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:06:38.580958 [ 270 ] {4ab15477-d0ef-4021-bb83-879a73af4f42} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.02 05:06:38.580995 [ 270 ] {4ab15477-d0ef-4021-bb83-879a73af4f42} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.02 05:06:38.581379 [ 270 ] {4ab15477-d0ef-4021-bb83-879a73af4f42} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:06:38.581414 [ 270 ] {4ab15477-d0ef-4021-bb83-879a73af4f42} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.02 05:06:38.581725 [ 270 ] {4ab15477-d0ef-4021-bb83-879a73af4f42} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.01.02 05:06:38.581923 [ 270 ] {4ab15477-d0ef-4021-bb83-879a73af4f42} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:06:38.582048 [ 270 ] {4ab15477-d0ef-4021-bb83-879a73af4f42} executeQuery: Read 74 rows, 6.30 KiB in 0.001107 sec., 66847.33514001807 rows/sec., 5.56 MiB/sec. 2026.01.02 05:06:38.582084 [ 270 ] {4ab15477-d0ef-4021-bb83-879a73af4f42} TCPHandler: Processed in 0.001263901 sec. 2026.01.02 05:06:38.582189 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:06:38.582281 [ 270 ] {1e87cd7c-558b-4e9c-a167-a505bb95d9e8} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.02 05:06:38.582322 [ 270 ] {1e87cd7c-558b-4e9c-a167-a505bb95d9e8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.02 05:06:38.582674 [ 270 ] {1e87cd7c-558b-4e9c-a167-a505bb95d9e8} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:06:38.582708 [ 270 ] {1e87cd7c-558b-4e9c-a167-a505bb95d9e8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.02 05:06:38.583012 [ 270 ] {1e87cd7c-558b-4e9c-a167-a505bb95d9e8} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.01.02 05:06:38.583220 [ 270 ] {1e87cd7c-558b-4e9c-a167-a505bb95d9e8} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:06:38.583348 [ 270 ] {1e87cd7c-558b-4e9c-a167-a505bb95d9e8} executeQuery: Read 97 rows, 7.37 KiB in 0.001086 sec., 89318.60036832413 rows/sec., 6.63 MiB/sec. 2026.01.02 05:06:38.583386 [ 270 ] {1e87cd7c-558b-4e9c-a167-a505bb95d9e8} TCPHandler: Processed in 0.00124363 sec. 2026.01.02 05:06:38.583496 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:06:38.583586 [ 270 ] {c90ac87c-88b5-458f-b011-c1327246d066} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.02 05:06:38.583626 [ 270 ] {c90ac87c-88b5-458f-b011-c1327246d066} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.02 05:06:38.583931 [ 270 ] {c90ac87c-88b5-458f-b011-c1327246d066} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:06:38.583965 [ 270 ] {c90ac87c-88b5-458f-b011-c1327246d066} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.02 05:06:38.584263 [ 270 ] {c90ac87c-88b5-458f-b011-c1327246d066} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.01.02 05:06:38.584472 [ 270 ] {c90ac87c-88b5-458f-b011-c1327246d066} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:06:38.584557 [ 41 ] {} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.01.02 05:06:38.584594 [ 41 ] {} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:06:38.584606 [ 270 ] {c90ac87c-88b5-458f-b011-c1327246d066} executeQuery: Read 30 rows, 2.04 KiB in 0.001037 sec., 28929.604628736743 rows/sec., 1.92 MiB/sec. 2026.01.02 05:06:38.584613 [ 41 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.02 05:06:38.584640 [ 270 ] {c90ac87c-88b5-458f-b011-c1327246d066} TCPHandler: Processed in 0.00119138 sec. 2026.01.02 05:06:38.584716 [ 197 ] {45294a01-6668-46b2-a532-60faf64b8164::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2026.01.02 05:06:38.584807 [ 197 ] {45294a01-6668-46b2-a532-60faf64b8164::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.02 05:06:38.584837 [ 197 ] {45294a01-6668-46b2-a532-60faf64b8164::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 44 rows starting from the beginning of the part 2026.01.02 05:06:38.584889 [ 197 ] {45294a01-6668-46b2-a532-60faf64b8164::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 44 rows starting from the beginning of the part 2026.01.02 05:06:38.584932 [ 197 ] {45294a01-6668-46b2-a532-60faf64b8164::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 20 rows starting from the beginning of the part 2026.01.02 05:06:38.584973 [ 197 ] {45294a01-6668-46b2-a532-60faf64b8164::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 20 rows starting from the beginning of the part 2026.01.02 05:06:38.585013 [ 197 ] {45294a01-6668-46b2-a532-60faf64b8164::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.01.02 05:06:38.585052 [ 197 ] {45294a01-6668-46b2-a532-60faf64b8164::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 30 rows starting from the beginning of the part 2026.01.02 05:06:38.585762 [ 187 ] {45294a01-6668-46b2-a532-60faf64b8164::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 178 rows, containing 4 columns (4 merged, 0 gathered) in 0.001080118 sec., 164796.80923750924 rows/sec., 9.97 MiB/sec. 2026.01.02 05:06:38.585989 [ 191 ] {45294a01-6668-46b2-a532-60faf64b8164::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.01.02 05:06:38.586291 [ 191 ] {45294a01-6668-46b2-a532-60faf64b8164::all_1_6_1} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:06:38.586367 [ 191 ] {45294a01-6668-46b2-a532-60faf64b8164::all_1_6_1} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.01.02 05:06:38.586463 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. 2026.01.02 05:06:39.393658 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 4377 2026.01.02 05:06:39.394204 [ 245 ] {} system.asynchronous_metric_log (bb53ce5c-bddd-4105-a5af-ef87950cd4f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:06:39.394248 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.02 05:06:39.394853 [ 245 ] {} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.01.02 05:06:39.395109 [ 245 ] {} system.asynchronous_metric_log (bb53ce5c-bddd-4105-a5af-ef87950cd4f3): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:06:39.395255 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4377 2026.01.02 05:06:39.609770 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 68 2026.01.02 05:06:39.626458 [ 244 ] {} system.metric_log (a59fffb9-cc3a-4586-97e5-9d20b67a7356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:06:39.626522 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.02 05:06:39.632277 [ 244 ] {} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.01.02 05:06:39.632984 [ 244 ] {} system.metric_log (a59fffb9-cc3a-4586-97e5-9d20b67a7356): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:06:39.635884 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 68 2026.01.02 05:06:40.953750 [ 267 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51243 2026.01.02 05:06:40.953872 [ 267 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:06:40.953897 [ 267 ] {} TCP-Session: 7bcb808c-d742-49bd-897d-209d21e9547d Authenticating user 'default' from [fd00:1122:3344:101::e]:51243 2026.01.02 05:06:40.953919 [ 267 ] {} TCP-Session: 7bcb808c-d742-49bd-897d-209d21e9547d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:06:40.953932 [ 267 ] {} TCP-Session: 7bcb808c-d742-49bd-897d-209d21e9547d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:06:40.954126 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61777 2026.01.02 05:06:40.954164 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56015 2026.01.02 05:06:40.954183 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38623 2026.01.02 05:06:40.954205 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47760 2026.01.02 05:06:40.954252 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:06:40.954227 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56351 2026.01.02 05:06:40.954294 [ 286 ] {} TCP-Session: 40743759-9778-4200-824a-63d9e6ed4bb6 Authenticating user 'default' from [fd00:1122:3344:101::e]:61777 2026.01.02 05:06:40.954223 [ 267 ] {} TCP-Session: 7bcb808c-d742-49bd-897d-209d21e9547d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:06:40.954321 [ 286 ] {} TCP-Session: 40743759-9778-4200-824a-63d9e6ed4bb6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:06:40.954205 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46503 2026.01.02 05:06:40.954357 [ 286 ] {} TCP-Session: 40743759-9778-4200-824a-63d9e6ed4bb6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:06:40.954170 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46372 2026.01.02 05:06:40.954417 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:06:40.954219 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58964 2026.01.02 05:06:40.954477 [ 287 ] {} TCP-Session: fc11bbff-448c-405d-a04f-7caf717f783b Authenticating user 'default' from [fd00:1122:3344:101::e]:56015 2026.01.02 05:06:40.954491 [ 267 ] {9cf09c2d-e378-445a-983b-75fd7669eba9} executeQuery: (from [fd00:1122:3344:101::e]:51243) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.01.02 05:06:40.954515 [ 287 ] {} TCP-Session: fc11bbff-448c-405d-a04f-7caf717f783b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:06:40.954533 [ 287 ] {} TCP-Session: fc11bbff-448c-405d-a04f-7caf717f783b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:06:40.954673 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:06:40.954678 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:06:40.954707 [ 288 ] {} TCP-Session: bee68211-5d68-4993-885f-22b8f97d77c7 Authenticating user 'default' from [fd00:1122:3344:101::e]:46372 2026.01.02 05:06:40.954718 [ 292 ] {} TCP-Session: a4f70ba0-9826-4676-8234-5f68172d21c8 Authenticating user 'default' from [fd00:1122:3344:101::e]:58964 2026.01.02 05:06:40.954717 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:06:40.954726 [ 288 ] {} TCP-Session: bee68211-5d68-4993-885f-22b8f97d77c7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:06:40.954736 [ 292 ] {} TCP-Session: a4f70ba0-9826-4676-8234-5f68172d21c8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:06:40.954763 [ 267 ] {9cf09c2d-e378-445a-983b-75fd7669eba9} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.01.02 05:06:40.954781 [ 292 ] {} TCP-Session: a4f70ba0-9826-4676-8234-5f68172d21c8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:06:40.954767 [ 288 ] {} TCP-Session: bee68211-5d68-4993-885f-22b8f97d77c7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:06:40.954762 [ 293 ] {} TCP-Session: 2aa24c85-6cd6-4fab-9cf6-4c7b3c23f64b Authenticating user 'default' from [fd00:1122:3344:101::e]:56351 2026.01.02 05:06:40.954833 [ 267 ] {9cf09c2d-e378-445a-983b-75fd7669eba9} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.02 05:06:40.954842 [ 293 ] {} TCP-Session: 2aa24c85-6cd6-4fab-9cf6-4c7b3c23f64b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:06:40.954855 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:06:40.954857 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:06:40.954900 [ 290 ] {} TCP-Session: 67a1cf1f-71b1-4623-adcc-7157aa54ec8e Authenticating user 'default' from [fd00:1122:3344:101::e]:47760 2026.01.02 05:06:40.954868 [ 293 ] {} TCP-Session: 2aa24c85-6cd6-4fab-9cf6-4c7b3c23f64b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:06:40.954929 [ 291 ] {} TCP-Session: f7a3924c-b896-433f-b417-5282d08c0990 Authenticating user 'default' from [fd00:1122:3344:101::e]:46503 2026.01.02 05:06:40.954932 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:06:40.954970 [ 291 ] {} TCP-Session: f7a3924c-b896-433f-b417-5282d08c0990 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:06:40.954992 [ 289 ] {} TCP-Session: 95bbe417-62b9-4365-94e2-236df326b025 Authenticating user 'default' from [fd00:1122:3344:101::e]:38623 2026.01.02 05:06:40.955007 [ 291 ] {} TCP-Session: f7a3924c-b896-433f-b417-5282d08c0990 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:06:40.955022 [ 289 ] {} TCP-Session: 95bbe417-62b9-4365-94e2-236df326b025 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:06:40.954938 [ 290 ] {} TCP-Session: 67a1cf1f-71b1-4623-adcc-7157aa54ec8e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:06:40.955047 [ 289 ] {} TCP-Session: 95bbe417-62b9-4365-94e2-236df326b025 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:06:40.955067 [ 290 ] {} TCP-Session: 67a1cf1f-71b1-4623-adcc-7157aa54ec8e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:06:40.955129 [ 267 ] {9cf09c2d-e378-445a-983b-75fd7669eba9} oximeter.version (e3550e79-451c-4c3d-8ba1-9d3e49618ffc) (SelectExecutor): Key condition: unknown 2026.01.02 05:06:40.955220 [ 267 ] {9cf09c2d-e378-445a-983b-75fd7669eba9} Aggregator: Compile expression max()(UInt64) 0 2026.01.02 05:06:41.000195 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 187.12 MiB, peak 191.13 MiB, free memory in arenas 0.00 B, will set to 189.01 MiB (RSS), difference: 1.89 MiB 2026.01.02 05:06:41.328217 [ 317 ] {9cf09c2d-e378-445a-983b-75fd7669eba9} AggregatingTransform: Aggregating 2026.01.02 05:06:41.328279 [ 317 ] {9cf09c2d-e378-445a-983b-75fd7669eba9} Aggregator: Aggregation method: without_key 2026.01.02 05:06:41.328315 [ 317 ] {9cf09c2d-e378-445a-983b-75fd7669eba9} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001896321 sec. (527.337 rows/sec., 20.60 KiB/sec.) 2026.01.02 05:06:41.328330 [ 317 ] {9cf09c2d-e378-445a-983b-75fd7669eba9} Aggregator: Merging aggregated data 2026.01.02 05:06:41.329410 [ 267 ] {9cf09c2d-e378-445a-983b-75fd7669eba9} executeQuery: Read 1 rows, 40.00 B in 0.37496 sec., 2.6669511414550886 rows/sec., 106.68 B/sec. 2026.01.02 05:06:41.329608 [ 267 ] {9cf09c2d-e378-445a-983b-75fd7669eba9} MemoryTracker: Peak memory usage (for query): 4.11 MiB. 2026.01.02 05:06:41.329629 [ 267 ] {9cf09c2d-e378-445a-983b-75fd7669eba9} TCPHandler: Processed in 0.375517326 sec. 2026.01.02 05:06:41.329778 [ 287 ] {} TCPHandler: Done processing connection. 2026.01.02 05:06:41.329822 [ 293 ] {} TCPHandler: Done processing connection. 2026.01.02 05:06:41.329839 [ 289 ] {} TCPHandler: Done processing connection. 2026.01.02 05:06:41.329850 [ 287 ] {} TCP-Session: fc11bbff-448c-405d-a04f-7caf717f783b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:06:41.329867 [ 286 ] {} TCPHandler: Done processing connection. 2026.01.02 05:06:41.329888 [ 289 ] {} TCP-Session: 95bbe417-62b9-4365-94e2-236df326b025 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:06:41.329878 [ 293 ] {} TCP-Session: 2aa24c85-6cd6-4fab-9cf6-4c7b3c23f64b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:06:41.329888 [ 288 ] {} TCPHandler: Done processing connection. 2026.01.02 05:06:41.329920 [ 286 ] {} TCP-Session: 40743759-9778-4200-824a-63d9e6ed4bb6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:06:41.329939 [ 290 ] {} TCPHandler: Done processing connection. 2026.01.02 05:06:41.329958 [ 292 ] {} TCPHandler: Done processing connection. 2026.01.02 05:06:41.329974 [ 267 ] {} TCPHandler: Done processing connection. 2026.01.02 05:06:41.330014 [ 290 ] {} TCP-Session: 67a1cf1f-71b1-4623-adcc-7157aa54ec8e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:06:41.330019 [ 292 ] {} TCP-Session: a4f70ba0-9826-4676-8234-5f68172d21c8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:06:41.330042 [ 267 ] {} TCP-Session: 7bcb808c-d742-49bd-897d-209d21e9547d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:06:41.329967 [ 288 ] {} TCP-Session: bee68211-5d68-4993-885f-22b8f97d77c7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:06:41.329910 [ 291 ] {} TCPHandler: Done processing connection. 2026.01.02 05:06:41.330137 [ 291 ] {} TCP-Session: f7a3924c-b896-433f-b417-5282d08c0990 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:06:41.904110 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 42 entries to flush up to offset 310 2026.01.02 05:06:41.906607 [ 243 ] {} system.query_log (dd3f3490-5765-4d2a-9406-0e239d3e9a13): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:06:41.906667 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.02 05:06:41.907946 [ 243 ] {} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.01.02 05:06:41.908247 [ 243 ] {} system.query_log (dd3f3490-5765-4d2a-9406-0e239d3e9a13): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:06:41.908616 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 310 2026.01.02 05:06:42.000249 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 190.39 MiB, peak 200.50 MiB, free memory in arenas 0.00 B, will set to 207.53 MiB (RSS), difference: 17.14 MiB 2026.01.02 05:06:43.561477 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:06:43.561781 [ 270 ] {f5d9d4f2-f49d-4e50-8638-2ba2600b4e89} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.02 05:06:43.561886 [ 270 ] {f5d9d4f2-f49d-4e50-8638-2ba2600b4e89} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.02 05:06:43.562764 [ 270 ] {f5d9d4f2-f49d-4e50-8638-2ba2600b4e89} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:06:43.562819 [ 270 ] {f5d9d4f2-f49d-4e50-8638-2ba2600b4e89} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.01.02 05:06:43.563242 [ 270 ] {f5d9d4f2-f49d-4e50-8638-2ba2600b4e89} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.01.02 05:06:43.563494 [ 270 ] {f5d9d4f2-f49d-4e50-8638-2ba2600b4e89} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:06:43.563667 [ 270 ] {f5d9d4f2-f49d-4e50-8638-2ba2600b4e89} executeQuery: Read 96 rows, 8.72 KiB in 0.00196 sec., 48979.5918367347 rows/sec., 4.35 MiB/sec. 2026.01.02 05:06:43.563717 [ 270 ] {f5d9d4f2-f49d-4e50-8638-2ba2600b4e89} TCPHandler: Processed in 0.002386029 sec. 2026.01.02 05:06:43.563842 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:06:43.563948 [ 270 ] {87ef611f-cd57-49b0-a021-a7ce6bf8d2dc} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.02 05:06:43.563994 [ 270 ] {87ef611f-cd57-49b0-a021-a7ce6bf8d2dc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.02 05:06:43.564423 [ 270 ] {87ef611f-cd57-49b0-a021-a7ce6bf8d2dc} oximeter.fields_u16 (75d7a870-5da0-445d-b2e0-ec90b5ea7788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:06:43.564464 [ 270 ] {87ef611f-cd57-49b0-a021-a7ce6bf8d2dc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.01.02 05:06:43.564763 [ 270 ] {87ef611f-cd57-49b0-a021-a7ce6bf8d2dc} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.01.02 05:06:43.564965 [ 270 ] {87ef611f-cd57-49b0-a021-a7ce6bf8d2dc} oximeter.fields_u16 (75d7a870-5da0-445d-b2e0-ec90b5ea7788): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:06:43.565092 [ 270 ] {87ef611f-cd57-49b0-a021-a7ce6bf8d2dc} executeQuery: Read 33 rows, 2.48 KiB in 0.001211 sec., 27250.206440957885 rows/sec., 2.00 MiB/sec. 2026.01.02 05:06:43.565129 [ 270 ] {87ef611f-cd57-49b0-a021-a7ce6bf8d2dc} TCPHandler: Processed in 0.001383943 sec. 2026.01.02 05:06:43.565231 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:06:43.565323 [ 270 ] {faec9d88-bb56-4fcc-b4e3-1ddf3db04a3c} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.02 05:06:43.565362 [ 270 ] {faec9d88-bb56-4fcc-b4e3-1ddf3db04a3c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.02 05:06:43.565832 [ 270 ] {faec9d88-bb56-4fcc-b4e3-1ddf3db04a3c} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:06:43.565870 [ 270 ] {faec9d88-bb56-4fcc-b4e3-1ddf3db04a3c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.01.02 05:06:43.566182 [ 270 ] {faec9d88-bb56-4fcc-b4e3-1ddf3db04a3c} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.01.02 05:06:43.566414 [ 270 ] {faec9d88-bb56-4fcc-b4e3-1ddf3db04a3c} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:06:43.566546 [ 270 ] {faec9d88-bb56-4fcc-b4e3-1ddf3db04a3c} executeQuery: Read 69 rows, 5.52 KiB in 0.001185 sec., 58227.848101265816 rows/sec., 4.55 MiB/sec. 2026.01.02 05:06:43.566582 [ 270 ] {faec9d88-bb56-4fcc-b4e3-1ddf3db04a3c} TCPHandler: Processed in 0.001350692 sec. 2026.01.02 05:06:43.566692 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:06:43.566788 [ 270 ] {06fbbb85-dc90-40c0-a8c9-e251fc9a99e1} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.02 05:06:43.566834 [ 270 ] {06fbbb85-dc90-40c0-a8c9-e251fc9a99e1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.02 05:06:43.567205 [ 270 ] {06fbbb85-dc90-40c0-a8c9-e251fc9a99e1} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:06:43.567241 [ 270 ] {06fbbb85-dc90-40c0-a8c9-e251fc9a99e1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.01.02 05:06:43.567583 [ 270 ] {06fbbb85-dc90-40c0-a8c9-e251fc9a99e1} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.01.02 05:06:43.567805 [ 270 ] {06fbbb85-dc90-40c0-a8c9-e251fc9a99e1} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:06:43.567939 [ 270 ] {06fbbb85-dc90-40c0-a8c9-e251fc9a99e1} executeQuery: Read 60 rows, 4.31 KiB in 0.00117 sec., 51282.05128205128 rows/sec., 3.60 MiB/sec. 2026.01.02 05:06:43.567976 [ 270 ] {06fbbb85-dc90-40c0-a8c9-e251fc9a99e1} TCPHandler: Processed in 0.001332463 sec. 2026.01.02 05:06:43.568087 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:06:43.568184 [ 270 ] {b4611595-8444-4448-8ce5-8a03dd0b73ca} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.02 05:06:43.568240 [ 270 ] {b4611595-8444-4448-8ce5-8a03dd0b73ca} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.01.02 05:06:43.569070 [ 270 ] {b4611595-8444-4448-8ce5-8a03dd0b73ca} oximeter.measurements_histogramu64 (1ea2d44b-9dfb-4731-8ee2-8779179f369b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:06:43.569108 [ 270 ] {b4611595-8444-4448-8ce5-8a03dd0b73ca} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.01.02 05:06:43.569664 [ 270 ] {b4611595-8444-4448-8ce5-8a03dd0b73ca} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.01.02 05:06:43.569899 [ 270 ] {b4611595-8444-4448-8ce5-8a03dd0b73ca} oximeter.measurements_histogramu64 (1ea2d44b-9dfb-4731-8ee2-8779179f369b): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:06:43.570010 [ 34 ] {} oximeter.measurements_histogramu64 (1ea2d44b-9dfb-4731-8ee2-8779179f369b) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.01.02 05:06:43.570037 [ 270 ] {b4611595-8444-4448-8ce5-8a03dd0b73ca} executeQuery: Read 33 rows, 60.55 KiB in 0.001871 sec., 17637.626937466594 rows/sec., 31.61 MiB/sec. 2026.01.02 05:06:43.570071 [ 34 ] {} oximeter.measurements_histogramu64 (1ea2d44b-9dfb-4731-8ee2-8779179f369b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:06:43.570094 [ 270 ] {b4611595-8444-4448-8ce5-8a03dd0b73ca} TCPHandler: Processed in 0.002056214 sec. 2026.01.02 05:06:43.570096 [ 34 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.01.02 05:06:43.570201 [ 197 ] {1ea2d44b-9dfb-4731-8ee2-8779179f369b::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2026.01.02 05:06:43.570219 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:06:43.570319 [ 270 ] {9f40a2a6-0da6-442b-97ba-654f51331485} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.02 05:06:43.570364 [ 270 ] {9f40a2a6-0da6-442b-97ba-654f51331485} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.02 05:06:43.570401 [ 197 ] {1ea2d44b-9dfb-4731-8ee2-8779179f369b::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.02 05:06:43.570454 [ 197 ] {1ea2d44b-9dfb-4731-8ee2-8779179f369b::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 1 rows starting from the beginning of the part 2026.01.02 05:06:43.570575 [ 197 ] {1ea2d44b-9dfb-4731-8ee2-8779179f369b::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 22 rows starting from the beginning of the part 2026.01.02 05:06:43.570686 [ 197 ] {1ea2d44b-9dfb-4731-8ee2-8779179f369b::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 22 rows starting from the beginning of the part 2026.01.02 05:06:43.570692 [ 270 ] {9f40a2a6-0da6-442b-97ba-654f51331485} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:06:43.570734 [ 270 ] {9f40a2a6-0da6-442b-97ba-654f51331485} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.01.02 05:06:43.570788 [ 197 ] {1ea2d44b-9dfb-4731-8ee2-8779179f369b::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 32 rows starting from the beginning of the part 2026.01.02 05:06:43.570889 [ 197 ] {1ea2d44b-9dfb-4731-8ee2-8779179f369b::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 32 rows starting from the beginning of the part 2026.01.02 05:06:43.570988 [ 197 ] {1ea2d44b-9dfb-4731-8ee2-8779179f369b::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 33 rows starting from the beginning of the part 2026.01.02 05:06:43.571054 [ 270 ] {9f40a2a6-0da6-442b-97ba-654f51331485} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.01.02 05:06:43.571273 [ 270 ] {9f40a2a6-0da6-442b-97ba-654f51331485} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:06:43.571402 [ 270 ] {9f40a2a6-0da6-442b-97ba-654f51331485} executeQuery: Read 30 rows, 2.04 KiB in 0.001103 sec., 27198.549410698095 rows/sec., 1.80 MiB/sec. 2026.01.02 05:06:43.571437 [ 270 ] {9f40a2a6-0da6-442b-97ba-654f51331485} TCPHandler: Processed in 0.001267332 sec. 2026.01.02 05:06:43.577192 [ 198 ] {1ea2d44b-9dfb-4731-8ee2-8779179f369b::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 142 rows, containing 19 columns (19 merged, 0 gathered) in 0.007023548 sec., 20217.701936400234 rows/sec., 36.23 MiB/sec. 2026.01.02 05:06:43.577713 [ 198 ] {1ea2d44b-9dfb-4731-8ee2-8779179f369b::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.01.02 05:06:43.578120 [ 198 ] {1ea2d44b-9dfb-4731-8ee2-8779179f369b::all_1_6_1} oximeter.measurements_histogramu64 (1ea2d44b-9dfb-4731-8ee2-8779179f369b): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:06:43.578199 [ 198 ] {1ea2d44b-9dfb-4731-8ee2-8779179f369b::all_1_6_1} oximeter.measurements_histogramu64 (1ea2d44b-9dfb-4731-8ee2-8779179f369b) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.01.02 05:06:43.578338 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.01 MiB. 2026.01.02 05:06:46.775538 [ 30 ] {} DNSResolver: Updating DNS cache 2026.01.02 05:06:46.775593 [ 30 ] {} DNSResolver: Updated DNS cache 2026.01.02 05:06:46.895516 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 4825 2026.01.02 05:06:46.896296 [ 245 ] {} system.asynchronous_metric_log (bb53ce5c-bddd-4105-a5af-ef87950cd4f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:06:46.896374 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.01.02 05:06:46.897004 [ 245 ] {} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.01.02 05:06:46.897271 [ 245 ] {} system.asynchronous_metric_log (bb53ce5c-bddd-4105-a5af-ef87950cd4f3): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:06:46.897427 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4825 2026.01.02 05:06:47.136108 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 76 2026.01.02 05:06:47.153248 [ 244 ] {} system.metric_log (a59fffb9-cc3a-4586-97e5-9d20b67a7356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:06:47.153304 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.01.02 05:06:47.159704 [ 244 ] {} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.01.02 05:06:47.160393 [ 244 ] {} system.metric_log (a59fffb9-cc3a-4586-97e5-9d20b67a7356): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:06:47.163238 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 76 2026.01.02 05:06:48.000261 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 208.32 MiB, peak 212.32 MiB, free memory in arenas 0.00 B, will set to 209.35 MiB (RSS), difference: 1.02 MiB 2026.01.02 05:06:48.559839 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:06:48.560127 [ 270 ] {0bf0270a-4768-4e4d-969d-6d8f732d6800} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.02 05:06:48.560234 [ 270 ] {0bf0270a-4768-4e4d-969d-6d8f732d6800} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.02 05:06:48.561094 [ 270 ] {0bf0270a-4768-4e4d-969d-6d8f732d6800} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:06:48.561138 [ 270 ] {0bf0270a-4768-4e4d-969d-6d8f732d6800} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.01.02 05:06:48.561546 [ 270 ] {0bf0270a-4768-4e4d-969d-6d8f732d6800} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.01.02 05:06:48.561786 [ 270 ] {0bf0270a-4768-4e4d-969d-6d8f732d6800} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:06:48.561949 [ 270 ] {0bf0270a-4768-4e4d-969d-6d8f732d6800} executeQuery: Read 30 rows, 2.40 KiB in 0.001903 sec., 15764.582238570678 rows/sec., 1.23 MiB/sec. 2026.01.02 05:06:48.561991 [ 270 ] {0bf0270a-4768-4e4d-969d-6d8f732d6800} TCPHandler: Processed in 0.002336629 sec. 2026.01.02 05:06:48.562117 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:06:48.562214 [ 270 ] {4ba1ebf1-5324-45a0-bd6b-1751ef25a263} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.02 05:06:48.562255 [ 270 ] {4ba1ebf1-5324-45a0-bd6b-1751ef25a263} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.02 05:06:48.562694 [ 270 ] {4ba1ebf1-5324-45a0-bd6b-1751ef25a263} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:06:48.562732 [ 270 ] {4ba1ebf1-5324-45a0-bd6b-1751ef25a263} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.01.02 05:06:48.563030 [ 270 ] {4ba1ebf1-5324-45a0-bd6b-1751ef25a263} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.01.02 05:06:48.563250 [ 270 ] {4ba1ebf1-5324-45a0-bd6b-1751ef25a263} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:06:48.563377 [ 270 ] {4ba1ebf1-5324-45a0-bd6b-1751ef25a263} executeQuery: Read 36 rows, 2.88 KiB in 0.001181 sec., 30482.64182895851 rows/sec., 2.38 MiB/sec. 2026.01.02 05:06:48.563414 [ 270 ] {4ba1ebf1-5324-45a0-bd6b-1751ef25a263} TCPHandler: Processed in 0.001346432 sec. 2026.01.02 05:06:48.563524 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:06:48.563621 [ 270 ] {5383271c-0c08-4637-b5e4-70226da7309f} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.02 05:06:48.563665 [ 270 ] {5383271c-0c08-4637-b5e4-70226da7309f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.02 05:06:48.564066 [ 270 ] {5383271c-0c08-4637-b5e4-70226da7309f} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:06:48.564103 [ 270 ] {5383271c-0c08-4637-b5e4-70226da7309f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.01.02 05:06:48.564415 [ 270 ] {5383271c-0c08-4637-b5e4-70226da7309f} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.01.02 05:06:48.564632 [ 270 ] {5383271c-0c08-4637-b5e4-70226da7309f} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:06:48.564761 [ 270 ] {5383271c-0c08-4637-b5e4-70226da7309f} executeQuery: Read 60 rows, 4.31 KiB in 0.001159 sec., 51768.766177739424 rows/sec., 3.63 MiB/sec. 2026.01.02 05:06:48.564798 [ 270 ] {5383271c-0c08-4637-b5e4-70226da7309f} TCPHandler: Processed in 0.001322132 sec. 2026.01.02 05:06:48.564906 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:06:48.565001 [ 270 ] {cd70e1b0-6cba-4763-8c84-d289708fb5fa} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.02 05:06:48.565044 [ 270 ] {cd70e1b0-6cba-4763-8c84-d289708fb5fa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.02 05:06:48.565358 [ 270 ] {cd70e1b0-6cba-4763-8c84-d289708fb5fa} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:06:48.565397 [ 270 ] {cd70e1b0-6cba-4763-8c84-d289708fb5fa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.01.02 05:06:48.565704 [ 270 ] {cd70e1b0-6cba-4763-8c84-d289708fb5fa} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.01.02 05:06:48.565917 [ 270 ] {cd70e1b0-6cba-4763-8c84-d289708fb5fa} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:06:48.566042 [ 270 ] {cd70e1b0-6cba-4763-8c84-d289708fb5fa} executeQuery: Read 30 rows, 2.04 KiB in 0.00106 sec., 28301.88679245283 rows/sec., 1.88 MiB/sec. 2026.01.02 05:06:48.566079 [ 270 ] {cd70e1b0-6cba-4763-8c84-d289708fb5fa} TCPHandler: Processed in 0.00122171 sec. 2026.01.02 05:06:51.908953 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 330 2026.01.02 05:06:51.911020 [ 243 ] {} system.query_log (dd3f3490-5765-4d2a-9406-0e239d3e9a13): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:06:51.911059 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.01.02 05:06:51.912204 [ 243 ] {} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.01.02 05:06:51.912483 [ 243 ] {} system.query_log (dd3f3490-5765-4d2a-9406-0e239d3e9a13): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:06:51.912728 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 330 2026.01.02 05:06:53.567680 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:06:53.567896 [ 270 ] {82ed0f4d-75d9-4e65-8f50-f594e8cdec79} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.01.02 05:06:53.567974 [ 270 ] {82ed0f4d-75d9-4e65-8f50-f594e8cdec79} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.01.02 05:06:53.568781 [ 270 ] {82ed0f4d-75d9-4e65-8f50-f594e8cdec79} oximeter.fields_ipaddr (645cdd3d-4969-40ee-99e7-272b8c981424): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:06:53.568834 [ 270 ] {82ed0f4d-75d9-4e65-8f50-f594e8cdec79} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.01.02 05:06:53.569282 [ 270 ] {82ed0f4d-75d9-4e65-8f50-f594e8cdec79} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.01.02 05:06:53.569533 [ 270 ] {82ed0f4d-75d9-4e65-8f50-f594e8cdec79} oximeter.fields_ipaddr (645cdd3d-4969-40ee-99e7-272b8c981424): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:06:53.569717 [ 270 ] {82ed0f4d-75d9-4e65-8f50-f594e8cdec79} executeQuery: Read 10 rows, 835.00 B in 0.001879 sec., 5321.979776476849 rows/sec., 433.97 KiB/sec. 2026.01.02 05:06:53.569780 [ 270 ] {82ed0f4d-75d9-4e65-8f50-f594e8cdec79} TCPHandler: Processed in 0.002247028 sec. 2026.01.02 05:06:53.569914 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:06:53.570021 [ 270 ] {a0a9827d-7626-4f6d-ac58-25a81e01a0dc} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.02 05:06:53.570067 [ 270 ] {a0a9827d-7626-4f6d-ac58-25a81e01a0dc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.02 05:06:53.570585 [ 270 ] {a0a9827d-7626-4f6d-ac58-25a81e01a0dc} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:06:53.570624 [ 270 ] {a0a9827d-7626-4f6d-ac58-25a81e01a0dc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.01.02 05:06:53.570982 [ 270 ] {a0a9827d-7626-4f6d-ac58-25a81e01a0dc} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.01.02 05:06:53.571216 [ 270 ] {a0a9827d-7626-4f6d-ac58-25a81e01a0dc} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:06:53.571334 [ 71 ] {} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.01.02 05:06:53.571363 [ 270 ] {a0a9827d-7626-4f6d-ac58-25a81e01a0dc} executeQuery: Read 141 rows, 12.44 KiB in 0.001369 sec., 102994.88677867057 rows/sec., 8.88 MiB/sec. 2026.01.02 05:06:53.571406 [ 71 ] {} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:06:53.571416 [ 270 ] {a0a9827d-7626-4f6d-ac58-25a81e01a0dc} TCPHandler: Processed in 0.001556146 sec. 2026.01.02 05:06:53.571435 [ 71 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.01.02 05:06:53.571538 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:06:53.571551 [ 187 ] {83d580c8-cdc4-4d78-bcce-488a9e56976e::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2026.01.02 05:06:53.571647 [ 270 ] {683fdecd-bdec-4317-b319-4564f786462f} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.02 05:06:53.571699 [ 270 ] {683fdecd-bdec-4317-b319-4564f786462f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.02 05:06:53.571702 [ 187 ] {83d580c8-cdc4-4d78-bcce-488a9e56976e::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.02 05:06:53.571752 [ 187 ] {83d580c8-cdc4-4d78-bcce-488a9e56976e::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 1270 rows starting from the beginning of the part 2026.01.02 05:06:53.571857 [ 187 ] {83d580c8-cdc4-4d78-bcce-488a9e56976e::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 90 rows starting from the beginning of the part 2026.01.02 05:06:53.571903 [ 187 ] {83d580c8-cdc4-4d78-bcce-488a9e56976e::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 151 rows starting from the beginning of the part 2026.01.02 05:06:53.571946 [ 187 ] {83d580c8-cdc4-4d78-bcce-488a9e56976e::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 96 rows starting from the beginning of the part 2026.01.02 05:06:53.571984 [ 187 ] {83d580c8-cdc4-4d78-bcce-488a9e56976e::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 30 rows starting from the beginning of the part 2026.01.02 05:06:53.572024 [ 187 ] {83d580c8-cdc4-4d78-bcce-488a9e56976e::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 141 rows starting from the beginning of the part 2026.01.02 05:06:53.572138 [ 270 ] {683fdecd-bdec-4317-b319-4564f786462f} oximeter.fields_u16 (75d7a870-5da0-445d-b2e0-ec90b5ea7788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:06:53.572183 [ 270 ] {683fdecd-bdec-4317-b319-4564f786462f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.01.02 05:06:53.572538 [ 270 ] {683fdecd-bdec-4317-b319-4564f786462f} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.01.02 05:06:53.572793 [ 270 ] {683fdecd-bdec-4317-b319-4564f786462f} oximeter.fields_u16 (75d7a870-5da0-445d-b2e0-ec90b5ea7788): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:06:53.572935 [ 270 ] {683fdecd-bdec-4317-b319-4564f786462f} executeQuery: Read 50 rows, 3.71 KiB in 0.00131 sec., 38167.93893129771 rows/sec., 2.76 MiB/sec. 2026.01.02 05:06:53.572976 [ 270 ] {683fdecd-bdec-4317-b319-4564f786462f} TCPHandler: Processed in 0.001489415 sec. 2026.01.02 05:06:53.573092 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:06:53.573193 [ 270 ] {1ae16269-aff9-4ef6-b72f-bfbb60d28931} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.02 05:06:53.573237 [ 270 ] {1ae16269-aff9-4ef6-b72f-bfbb60d28931} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.02 05:06:53.573247 [ 198 ] {83d580c8-cdc4-4d78-bcce-488a9e56976e::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 1778 rows, containing 5 columns (5 merged, 0 gathered) in 0.001744769 sec., 1019046.0742940756 rows/sec., 88.44 MiB/sec. 2026.01.02 05:06:53.573475 [ 187 ] {83d580c8-cdc4-4d78-bcce-488a9e56976e::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.01.02 05:06:53.573690 [ 270 ] {1ae16269-aff9-4ef6-b72f-bfbb60d28931} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:06:53.573736 [ 270 ] {1ae16269-aff9-4ef6-b72f-bfbb60d28931} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.01.02 05:06:53.573741 [ 187 ] {83d580c8-cdc4-4d78-bcce-488a9e56976e::all_1_11_2} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:06:53.573837 [ 187 ] {83d580c8-cdc4-4d78-bcce-488a9e56976e::all_1_11_2} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.01.02 05:06:53.573913 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.61 MiB. 2026.01.02 05:06:53.574093 [ 270 ] {1ae16269-aff9-4ef6-b72f-bfbb60d28931} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.01.02 05:06:53.574343 [ 270 ] {1ae16269-aff9-4ef6-b72f-bfbb60d28931} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:06:53.574466 [ 71 ] {} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.01.02 05:06:53.574497 [ 71 ] {} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:06:53.574515 [ 71 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.01.02 05:06:53.574518 [ 270 ] {1ae16269-aff9-4ef6-b72f-bfbb60d28931} executeQuery: Read 117 rows, 9.38 KiB in 0.001345 sec., 86988.84758364312 rows/sec., 6.81 MiB/sec. 2026.01.02 05:06:53.574582 [ 270 ] {1ae16269-aff9-4ef6-b72f-bfbb60d28931} TCPHandler: Processed in 0.001539366 sec. 2026.01.02 05:06:53.574623 [ 193 ] {a2603088-a695-4667-9faf-2a4ce1a4e7af::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2026.01.02 05:06:53.574720 [ 193 ] {a2603088-a695-4667-9faf-2a4ce1a4e7af::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.02 05:06:53.574729 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:06:53.574760 [ 193 ] {a2603088-a695-4667-9faf-2a4ce1a4e7af::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 734 rows starting from the beginning of the part 2026.01.02 05:06:53.574851 [ 193 ] {a2603088-a695-4667-9faf-2a4ce1a4e7af::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 60 rows starting from the beginning of the part 2026.01.02 05:06:53.574852 [ 270 ] {4e2d4c6a-8d2d-431f-9726-a378d86bdc9f} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.02 05:06:53.574903 [ 193 ] {a2603088-a695-4667-9faf-2a4ce1a4e7af::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 74 rows starting from the beginning of the part 2026.01.02 05:06:53.574922 [ 270 ] {4e2d4c6a-8d2d-431f-9726-a378d86bdc9f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.02 05:06:53.574952 [ 193 ] {a2603088-a695-4667-9faf-2a4ce1a4e7af::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 69 rows starting from the beginning of the part 2026.01.02 05:06:53.574997 [ 193 ] {a2603088-a695-4667-9faf-2a4ce1a4e7af::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 36 rows starting from the beginning of the part 2026.01.02 05:06:53.575043 [ 193 ] {a2603088-a695-4667-9faf-2a4ce1a4e7af::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 117 rows starting from the beginning of the part 2026.01.02 05:06:53.575388 [ 270 ] {4e2d4c6a-8d2d-431f-9726-a378d86bdc9f} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:06:53.575425 [ 270 ] {4e2d4c6a-8d2d-431f-9726-a378d86bdc9f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.01.02 05:06:53.575799 [ 270 ] {4e2d4c6a-8d2d-431f-9726-a378d86bdc9f} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.01.02 05:06:53.575995 [ 198 ] {a2603088-a695-4667-9faf-2a4ce1a4e7af::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 1090 rows, containing 5 columns (5 merged, 0 gathered) in 0.001420384 sec., 767398.1120598373 rows/sec., 59.40 MiB/sec. 2026.01.02 05:06:53.576035 [ 270 ] {4e2d4c6a-8d2d-431f-9726-a378d86bdc9f} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:06:53.576144 [ 193 ] {a2603088-a695-4667-9faf-2a4ce1a4e7af::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.01.02 05:06:53.576177 [ 270 ] {4e2d4c6a-8d2d-431f-9726-a378d86bdc9f} executeQuery: Read 165 rows, 11.76 KiB in 0.001351 sec., 122131.7542561066 rows/sec., 8.50 MiB/sec. 2026.01.02 05:06:53.576216 [ 270 ] {4e2d4c6a-8d2d-431f-9726-a378d86bdc9f} TCPHandler: Processed in 0.001550386 sec. 2026.01.02 05:06:53.576328 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:06:53.576383 [ 193 ] {a2603088-a695-4667-9faf-2a4ce1a4e7af::all_1_11_2} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:06:53.576426 [ 270 ] {0844f90f-ce44-4e4d-a931-84a47d3c4bac} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.02 05:06:53.576449 [ 193 ] {a2603088-a695-4667-9faf-2a4ce1a4e7af::all_1_11_2} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.01.02 05:06:53.576484 [ 270 ] {0844f90f-ce44-4e4d-a931-84a47d3c4bac} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.01.02 05:06:53.576507 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.44 MiB. 2026.01.02 05:06:53.577421 [ 270 ] {0844f90f-ce44-4e4d-a931-84a47d3c4bac} oximeter.measurements_histogramu64 (1ea2d44b-9dfb-4731-8ee2-8779179f369b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:06:53.577459 [ 270 ] {0844f90f-ce44-4e4d-a931-84a47d3c4bac} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.01.02 05:06:53.578029 [ 270 ] {0844f90f-ce44-4e4d-a931-84a47d3c4bac} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.01.02 05:06:53.578261 [ 270 ] {0844f90f-ce44-4e4d-a931-84a47d3c4bac} oximeter.measurements_histogramu64 (1ea2d44b-9dfb-4731-8ee2-8779179f369b): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:06:53.578407 [ 270 ] {0844f90f-ce44-4e4d-a931-84a47d3c4bac} executeQuery: Read 40 rows, 73.40 KiB in 0.002 sec., 20000 rows/sec., 35.84 MiB/sec. 2026.01.02 05:06:53.578458 [ 270 ] {0844f90f-ce44-4e4d-a931-84a47d3c4bac} TCPHandler: Processed in 0.002180687 sec. 2026.01.02 05:06:53.578568 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:06:53.578666 [ 270 ] {ee13e3aa-047b-4897-9369-bfed4f09f31b} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) 2026.01.02 05:06:53.578709 [ 270 ] {ee13e3aa-047b-4897-9369-bfed4f09f31b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2026.01.02 05:06:53.579028 [ 270 ] {ee13e3aa-047b-4897-9369-bfed4f09f31b} oximeter.measurements_i64 (bf2a0e0e-2273-4c7f-93bd-8185d39b76b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:06:53.579066 [ 270 ] {ee13e3aa-047b-4897-9369-bfed4f09f31b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.01.02 05:06:53.579385 [ 270 ] {ee13e3aa-047b-4897-9369-bfed4f09f31b} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.01.02 05:06:53.579608 [ 270 ] {ee13e3aa-047b-4897-9369-bfed4f09f31b} oximeter.measurements_i64 (bf2a0e0e-2273-4c7f-93bd-8185d39b76b3): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:06:53.579737 [ 270 ] {ee13e3aa-047b-4897-9369-bfed4f09f31b} executeQuery: Read 3 rows, 217.00 B in 0.00109 sec., 2752.293577981651 rows/sec., 194.42 KiB/sec. 2026.01.02 05:06:53.579775 [ 270 ] {ee13e3aa-047b-4897-9369-bfed4f09f31b} TCPHandler: Processed in 0.001258301 sec. 2026.01.02 05:06:53.579887 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:06:53.579982 [ 270 ] {2883cbed-6931-40eb-8d53-5dd4f9e94b11} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.02 05:06:53.580026 [ 270 ] {2883cbed-6931-40eb-8d53-5dd4f9e94b11} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.02 05:06:53.580363 [ 270 ] {2883cbed-6931-40eb-8d53-5dd4f9e94b11} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:06:53.580402 [ 270 ] {2883cbed-6931-40eb-8d53-5dd4f9e94b11} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.01.02 05:06:53.580716 [ 270 ] {2883cbed-6931-40eb-8d53-5dd4f9e94b11} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.01.02 05:06:53.580948 [ 270 ] {2883cbed-6931-40eb-8d53-5dd4f9e94b11} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:06:53.581082 [ 270 ] {2883cbed-6931-40eb-8d53-5dd4f9e94b11} executeQuery: Read 60 rows, 4.14 KiB in 0.001119 sec., 53619.30294906166 rows/sec., 3.61 MiB/sec. 2026.01.02 05:06:53.581118 [ 270 ] {2883cbed-6931-40eb-8d53-5dd4f9e94b11} TCPHandler: Processed in 0.001283441 sec. 2026.01.02 05:06:54.398485 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 5337 2026.01.02 05:06:54.399011 [ 245 ] {} system.asynchronous_metric_log (bb53ce5c-bddd-4105-a5af-ef87950cd4f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:06:54.399060 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.01.02 05:06:54.399588 [ 245 ] {} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.01.02 05:06:54.399834 [ 245 ] {} system.asynchronous_metric_log (bb53ce5c-bddd-4105-a5af-ef87950cd4f3): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:06:54.399968 [ 92 ] {} system.asynchronous_metric_log (bb53ce5c-bddd-4105-a5af-ef87950cd4f3) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.01.02 05:06:54.399986 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5337 2026.01.02 05:06:54.400047 [ 92 ] {} system.asynchronous_metric_log (bb53ce5c-bddd-4105-a5af-ef87950cd4f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:06:54.400074 [ 92 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.01.02 05:06:54.400185 [ 198 ] {bb53ce5c-bddd-4105-a5af-ef87950cd4f3::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2026.01.02 05:06:54.400315 [ 198 ] {bb53ce5c-bddd-4105-a5af-ef87950cd4f3::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.02 05:06:54.400353 [ 198 ] {bb53ce5c-bddd-4105-a5af-ef87950cd4f3::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 2905 rows starting from the beginning of the part 2026.01.02 05:06:54.400438 [ 198 ] {bb53ce5c-bddd-4105-a5af-ef87950cd4f3::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.01.02 05:06:54.400483 [ 198 ] {bb53ce5c-bddd-4105-a5af-ef87950cd4f3::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.01.02 05:06:54.400534 [ 198 ] {bb53ce5c-bddd-4105-a5af-ef87950cd4f3::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.01.02 05:06:54.400573 [ 198 ] {bb53ce5c-bddd-4105-a5af-ef87950cd4f3::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.01.02 05:06:54.400612 [ 198 ] {bb53ce5c-bddd-4105-a5af-ef87950cd4f3::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.01.02 05:06:54.401950 [ 193 ] {bb53ce5c-bddd-4105-a5af-ef87950cd4f3::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 5337 rows, containing 4 columns (4 merged, 0 gathered) in 0.00181607 sec., 2938763.3736585043 rows/sec., 42.04 MiB/sec. 2026.01.02 05:06:54.402792 [ 200 ] {bb53ce5c-bddd-4105-a5af-ef87950cd4f3::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.01.02 05:06:54.403109 [ 200 ] {bb53ce5c-bddd-4105-a5af-ef87950cd4f3::all_1_11_2} system.asynchronous_metric_log (bb53ce5c-bddd-4105-a5af-ef87950cd4f3): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:06:54.403188 [ 200 ] {bb53ce5c-bddd-4105-a5af-ef87950cd4f3::all_1_11_2} system.asynchronous_metric_log (bb53ce5c-bddd-4105-a5af-ef87950cd4f3) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.01.02 05:06:54.403284 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.41 MiB. 2026.01.02 05:06:54.664276 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 83 2026.01.02 05:06:54.681991 [ 244 ] {} system.metric_log (a59fffb9-cc3a-4586-97e5-9d20b67a7356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:06:54.682047 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.01.02 05:06:54.688521 [ 244 ] {} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.01.02 05:06:54.689226 [ 244 ] {} system.metric_log (a59fffb9-cc3a-4586-97e5-9d20b67a7356): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:06:54.689478 [ 92 ] {} system.metric_log (a59fffb9-cc3a-4586-97e5-9d20b67a7356) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.01.02 05:06:54.689522 [ 92 ] {} system.metric_log (a59fffb9-cc3a-4586-97e5-9d20b67a7356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:06:54.689546 [ 92 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.01.02 05:06:54.689698 [ 198 ] {a59fffb9-cc3a-4586-97e5-9d20b67a7356::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2026.01.02 05:06:54.692676 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 83 2026.01.02 05:06:54.693998 [ 198 ] {a59fffb9-cc3a-4586-97e5-9d20b67a7356::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.02 05:06:54.695479 [ 198 ] {a59fffb9-cc3a-4586-97e5-9d20b67a7356::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 46 rows starting from the beginning of the part 2026.01.02 05:06:54.699847 [ 198 ] {a59fffb9-cc3a-4586-97e5-9d20b67a7356::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 7 rows starting from the beginning of the part 2026.01.02 05:06:54.704010 [ 198 ] {a59fffb9-cc3a-4586-97e5-9d20b67a7356::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 8 rows starting from the beginning of the part 2026.01.02 05:06:54.707917 [ 198 ] {a59fffb9-cc3a-4586-97e5-9d20b67a7356::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 7 rows starting from the beginning of the part 2026.01.02 05:06:54.712977 [ 198 ] {a59fffb9-cc3a-4586-97e5-9d20b67a7356::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 8 rows starting from the beginning of the part 2026.01.02 05:06:54.717295 [ 198 ] {a59fffb9-cc3a-4586-97e5-9d20b67a7356::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 7 rows starting from the beginning of the part 2026.01.02 05:06:54.768872 [ 200 ] {a59fffb9-cc3a-4586-97e5-9d20b67a7356::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 83 rows, containing 679 columns (679 merged, 0 gathered) in 0.079249657 sec., 1047.3231448812453 rows/sec., 5.42 MiB/sec. 2026.01.02 05:06:54.771164 [ 196 ] {a59fffb9-cc3a-4586-97e5-9d20b67a7356::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.01.02 05:06:54.773189 [ 196 ] {a59fffb9-cc3a-4586-97e5-9d20b67a7356::all_1_11_2} system.metric_log (a59fffb9-cc3a-4586-97e5-9d20b67a7356): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:06:54.773273 [ 196 ] {a59fffb9-cc3a-4586-97e5-9d20b67a7356::all_1_11_2} system.metric_log (a59fffb9-cc3a-4586-97e5-9d20b67a7356) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.01.02 05:06:54.775106 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.45 MiB. 2026.01.02 05:06:55.000181 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 210.52 MiB, peak 220.41 MiB, free memory in arenas 0.00 B, will set to 220.74 MiB (RSS), difference: 10.22 MiB 2026.01.02 05:06:58.564759 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:06:58.565053 [ 270 ] {02000ed0-92c0-4170-839d-e5075589a67c} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.02 05:06:58.565122 [ 270 ] {02000ed0-92c0-4170-839d-e5075589a67c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.02 05:06:58.565794 [ 270 ] {02000ed0-92c0-4170-839d-e5075589a67c} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:06:58.565847 [ 270 ] {02000ed0-92c0-4170-839d-e5075589a67c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.01.02 05:06:58.566261 [ 270 ] {02000ed0-92c0-4170-839d-e5075589a67c} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.01.02 05:06:58.566502 [ 270 ] {02000ed0-92c0-4170-839d-e5075589a67c} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:06:58.566687 [ 270 ] {02000ed0-92c0-4170-839d-e5075589a67c} executeQuery: Read 56 rows, 4.41 KiB in 0.001693 sec., 33077.377436503244 rows/sec., 2.54 MiB/sec. 2026.01.02 05:06:58.566733 [ 270 ] {02000ed0-92c0-4170-839d-e5075589a67c} TCPHandler: Processed in 0.002167636 sec. 2026.01.02 05:06:58.566858 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:06:58.566957 [ 270 ] {f74504ae-f52c-45bc-b3a9-f4b025e2ee2e} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.02 05:06:58.566999 [ 270 ] {f74504ae-f52c-45bc-b3a9-f4b025e2ee2e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.02 05:06:58.567424 [ 270 ] {f74504ae-f52c-45bc-b3a9-f4b025e2ee2e} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:06:58.567461 [ 270 ] {f74504ae-f52c-45bc-b3a9-f4b025e2ee2e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.01.02 05:06:58.567800 [ 270 ] {f74504ae-f52c-45bc-b3a9-f4b025e2ee2e} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.01.02 05:06:58.568027 [ 270 ] {f74504ae-f52c-45bc-b3a9-f4b025e2ee2e} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:06:58.568166 [ 270 ] {f74504ae-f52c-45bc-b3a9-f4b025e2ee2e} executeQuery: Read 64 rows, 5.12 KiB in 0.00123 sec., 52032.52032520325 rows/sec., 4.06 MiB/sec. 2026.01.02 05:06:58.568205 [ 270 ] {f74504ae-f52c-45bc-b3a9-f4b025e2ee2e} TCPHandler: Processed in 0.001397444 sec. 2026.01.02 05:06:58.568318 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:06:58.568413 [ 270 ] {59c13e48-d36d-4841-9c1a-3bba0297f797} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.02 05:06:58.568459 [ 270 ] {59c13e48-d36d-4841-9c1a-3bba0297f797} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.02 05:06:58.568873 [ 270 ] {59c13e48-d36d-4841-9c1a-3bba0297f797} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:06:58.568909 [ 270 ] {59c13e48-d36d-4841-9c1a-3bba0297f797} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.01.02 05:06:58.569253 [ 270 ] {59c13e48-d36d-4841-9c1a-3bba0297f797} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.01.02 05:06:58.569483 [ 270 ] {59c13e48-d36d-4841-9c1a-3bba0297f797} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:06:58.569574 [ 173 ] {} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.01.02 05:06:58.569614 [ 173 ] {} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:06:58.569620 [ 270 ] {59c13e48-d36d-4841-9c1a-3bba0297f797} executeQuery: Read 160 rows, 11.41 KiB in 0.001225 sec., 130612.24489795919 rows/sec., 9.10 MiB/sec. 2026.01.02 05:06:58.569633 [ 173 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.01.02 05:06:58.569659 [ 270 ] {59c13e48-d36d-4841-9c1a-3bba0297f797} TCPHandler: Processed in 0.001391733 sec. 2026.01.02 05:06:58.569754 [ 201 ] {935760ec-14c4-43f9-bf0f-f949cce05eda::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2026.01.02 05:06:58.569773 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:06:58.569872 [ 270 ] {a66be924-784c-4f1b-bc90-5a3e3578e7e2} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.02 05:06:58.569893 [ 201 ] {935760ec-14c4-43f9-bf0f-f949cce05eda::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.02 05:06:58.569915 [ 270 ] {a66be924-784c-4f1b-bc90-5a3e3578e7e2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.02 05:06:58.569940 [ 201 ] {935760ec-14c4-43f9-bf0f-f949cce05eda::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 786 rows starting from the beginning of the part 2026.01.02 05:06:58.570040 [ 201 ] {935760ec-14c4-43f9-bf0f-f949cce05eda::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 97 rows starting from the beginning of the part 2026.01.02 05:06:58.570115 [ 201 ] {935760ec-14c4-43f9-bf0f-f949cce05eda::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 60 rows starting from the beginning of the part 2026.01.02 05:06:58.570174 [ 201 ] {935760ec-14c4-43f9-bf0f-f949cce05eda::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.01.02 05:06:58.570224 [ 201 ] {935760ec-14c4-43f9-bf0f-f949cce05eda::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 165 rows starting from the beginning of the part 2026.01.02 05:06:58.570256 [ 270 ] {a66be924-784c-4f1b-bc90-5a3e3578e7e2} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:06:58.570280 [ 201 ] {935760ec-14c4-43f9-bf0f-f949cce05eda::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 160 rows starting from the beginning of the part 2026.01.02 05:06:58.570294 [ 270 ] {a66be924-784c-4f1b-bc90-5a3e3578e7e2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.01.02 05:06:58.570662 [ 270 ] {a66be924-784c-4f1b-bc90-5a3e3578e7e2} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.01.02 05:06:58.570905 [ 270 ] {a66be924-784c-4f1b-bc90-5a3e3578e7e2} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:06:58.571045 [ 270 ] {a66be924-784c-4f1b-bc90-5a3e3578e7e2} executeQuery: Read 60 rows, 4.14 KiB in 0.00119 sec., 50420.168067226885 rows/sec., 3.40 MiB/sec. 2026.01.02 05:06:58.571082 [ 270 ] {a66be924-784c-4f1b-bc90-5a3e3578e7e2} TCPHandler: Processed in 0.001358143 sec. 2026.01.02 05:06:58.571629 [ 196 ] {935760ec-14c4-43f9-bf0f-f949cce05eda::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 1328 rows, containing 5 columns (5 merged, 0 gathered) in 0.001926492 sec., 689335.8498244478 rows/sec., 48.87 MiB/sec. 2026.01.02 05:06:58.571923 [ 196 ] {935760ec-14c4-43f9-bf0f-f949cce05eda::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.01.02 05:06:58.572204 [ 196 ] {935760ec-14c4-43f9-bf0f-f949cce05eda::all_1_11_2} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:06:58.572286 [ 196 ] {935760ec-14c4-43f9-bf0f-f949cce05eda::all_1_11_2} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.01.02 05:06:58.572390 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.48 MiB. 2026.01.02 05:07:01.775643 [ 66 ] {} DNSResolver: Updating DNS cache 2026.01.02 05:07:01.775700 [ 66 ] {} DNSResolver: Updated DNS cache 2026.01.02 05:07:01.900231 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 5785 2026.01.02 05:07:01.900734 [ 245 ] {} system.asynchronous_metric_log (bb53ce5c-bddd-4105-a5af-ef87950cd4f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:07:01.900779 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.01.02 05:07:01.901309 [ 245 ] {} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.01.02 05:07:01.901580 [ 245 ] {} system.asynchronous_metric_log (bb53ce5c-bddd-4105-a5af-ef87950cd4f3): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:07:01.901741 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5785 2026.01.02 05:07:01.912883 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 354 2026.01.02 05:07:01.915034 [ 243 ] {} system.query_log (dd3f3490-5765-4d2a-9406-0e239d3e9a13): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:07:01.915094 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.01.02 05:07:01.916363 [ 243 ] {} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.01.02 05:07:01.916657 [ 243 ] {} system.query_log (dd3f3490-5765-4d2a-9406-0e239d3e9a13): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:07:01.917030 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 354 2026.01.02 05:07:02.192873 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 91 2026.01.02 05:07:02.210621 [ 244 ] {} system.metric_log (a59fffb9-cc3a-4586-97e5-9d20b67a7356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:07:02.210684 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.01.02 05:07:02.216646 [ 244 ] {} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.01.02 05:07:02.217400 [ 244 ] {} system.metric_log (a59fffb9-cc3a-4586-97e5-9d20b67a7356): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:07:02.220831 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 91 2026.01.02 05:07:03.566813 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:07:03.567045 [ 270 ] {14c33951-a03e-4210-83b8-511c7c3d3e1e} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.02 05:07:03.567124 [ 270 ] {14c33951-a03e-4210-83b8-511c7c3d3e1e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.02 05:07:03.567886 [ 270 ] {14c33951-a03e-4210-83b8-511c7c3d3e1e} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:07:03.567942 [ 270 ] {14c33951-a03e-4210-83b8-511c7c3d3e1e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.01.02 05:07:03.568367 [ 270 ] {14c33951-a03e-4210-83b8-511c7c3d3e1e} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.01.02 05:07:03.568612 [ 270 ] {14c33951-a03e-4210-83b8-511c7c3d3e1e} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:07:03.568792 [ 270 ] {14c33951-a03e-4210-83b8-511c7c3d3e1e} executeQuery: Read 136 rows, 12.08 KiB in 0.001803 sec., 75429.83915696063 rows/sec., 6.54 MiB/sec. 2026.01.02 05:07:03.568840 [ 270 ] {14c33951-a03e-4210-83b8-511c7c3d3e1e} TCPHandler: Processed in 0.002176747 sec. 2026.01.02 05:07:03.568965 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:07:03.569069 [ 270 ] {c8e97f9b-3dbc-47e2-9390-b64fb13292ea} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.02 05:07:03.569113 [ 270 ] {c8e97f9b-3dbc-47e2-9390-b64fb13292ea} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.02 05:07:03.569543 [ 270 ] {c8e97f9b-3dbc-47e2-9390-b64fb13292ea} oximeter.fields_u16 (75d7a870-5da0-445d-b2e0-ec90b5ea7788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:07:03.569583 [ 270 ] {c8e97f9b-3dbc-47e2-9390-b64fb13292ea} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.01.02 05:07:03.569886 [ 270 ] {c8e97f9b-3dbc-47e2-9390-b64fb13292ea} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.01.02 05:07:03.570105 [ 270 ] {c8e97f9b-3dbc-47e2-9390-b64fb13292ea} oximeter.fields_u16 (75d7a870-5da0-445d-b2e0-ec90b5ea7788): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:07:03.570229 [ 270 ] {c8e97f9b-3dbc-47e2-9390-b64fb13292ea} executeQuery: Read 40 rows, 3.01 KiB in 0.001218 sec., 32840.722495894915 rows/sec., 2.41 MiB/sec. 2026.01.02 05:07:03.570265 [ 270 ] {c8e97f9b-3dbc-47e2-9390-b64fb13292ea} TCPHandler: Processed in 0.001386913 sec. 2026.01.02 05:07:03.570366 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:07:03.570455 [ 270 ] {e2d1eb48-b381-4b98-a321-69f0ca8f078c} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.02 05:07:03.570494 [ 270 ] {e2d1eb48-b381-4b98-a321-69f0ca8f078c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.02 05:07:03.570980 [ 270 ] {e2d1eb48-b381-4b98-a321-69f0ca8f078c} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:07:03.571018 [ 270 ] {e2d1eb48-b381-4b98-a321-69f0ca8f078c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.01.02 05:07:03.571337 [ 270 ] {e2d1eb48-b381-4b98-a321-69f0ca8f078c} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.01.02 05:07:03.571558 [ 270 ] {e2d1eb48-b381-4b98-a321-69f0ca8f078c} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:07:03.571691 [ 270 ] {e2d1eb48-b381-4b98-a321-69f0ca8f078c} executeQuery: Read 104 rows, 8.32 KiB in 0.001206 sec., 86235.48922056385 rows/sec., 6.74 MiB/sec. 2026.01.02 05:07:03.571729 [ 270 ] {e2d1eb48-b381-4b98-a321-69f0ca8f078c} TCPHandler: Processed in 0.001370323 sec. 2026.01.02 05:07:03.571851 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:07:03.571946 [ 270 ] {518f6196-0cac-4233-a348-d56ecd53ed6c} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.02 05:07:03.571991 [ 270 ] {518f6196-0cac-4233-a348-d56ecd53ed6c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.02 05:07:03.572402 [ 270 ] {518f6196-0cac-4233-a348-d56ecd53ed6c} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:07:03.572439 [ 270 ] {518f6196-0cac-4233-a348-d56ecd53ed6c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.01.02 05:07:03.572777 [ 270 ] {518f6196-0cac-4233-a348-d56ecd53ed6c} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.01.02 05:07:03.572999 [ 270 ] {518f6196-0cac-4233-a348-d56ecd53ed6c} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:07:03.573133 [ 270 ] {518f6196-0cac-4233-a348-d56ecd53ed6c} executeQuery: Read 160 rows, 11.41 KiB in 0.001205 sec., 132780.08298755187 rows/sec., 9.25 MiB/sec. 2026.01.02 05:07:03.573170 [ 270 ] {518f6196-0cac-4233-a348-d56ecd53ed6c} TCPHandler: Processed in 0.001369423 sec. 2026.01.02 05:07:03.573281 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:07:03.573376 [ 270 ] {03209f55-c539-4b2e-8022-b0aa6257cfd5} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.02 05:07:03.573432 [ 270 ] {03209f55-c539-4b2e-8022-b0aa6257cfd5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.01.02 05:07:03.574253 [ 270 ] {03209f55-c539-4b2e-8022-b0aa6257cfd5} oximeter.measurements_histogramu64 (1ea2d44b-9dfb-4731-8ee2-8779179f369b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:07:03.574291 [ 270 ] {03209f55-c539-4b2e-8022-b0aa6257cfd5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.01.02 05:07:03.574882 [ 270 ] {03209f55-c539-4b2e-8022-b0aa6257cfd5} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.01.02 05:07:03.575119 [ 270 ] {03209f55-c539-4b2e-8022-b0aa6257cfd5} oximeter.measurements_histogramu64 (1ea2d44b-9dfb-4731-8ee2-8779179f369b): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:07:03.575259 [ 270 ] {03209f55-c539-4b2e-8022-b0aa6257cfd5} executeQuery: Read 40 rows, 73.40 KiB in 0.001902 sec., 21030.49421661409 rows/sec., 37.69 MiB/sec. 2026.01.02 05:07:03.575312 [ 270 ] {03209f55-c539-4b2e-8022-b0aa6257cfd5} TCPHandler: Processed in 0.002082125 sec. 2026.01.02 05:07:03.575421 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:07:03.575515 [ 270 ] {b7eb1e64-23f3-43d6-b0eb-b7f9932d344d} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.02 05:07:03.575558 [ 270 ] {b7eb1e64-23f3-43d6-b0eb-b7f9932d344d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.02 05:07:03.575924 [ 270 ] {b7eb1e64-23f3-43d6-b0eb-b7f9932d344d} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:07:03.575970 [ 270 ] {b7eb1e64-23f3-43d6-b0eb-b7f9932d344d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.01.02 05:07:03.576336 [ 270 ] {b7eb1e64-23f3-43d6-b0eb-b7f9932d344d} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.01.02 05:07:03.576573 [ 270 ] {b7eb1e64-23f3-43d6-b0eb-b7f9932d344d} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:07:03.576679 [ 83 ] {} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.01.02 05:07:03.576702 [ 270 ] {b7eb1e64-23f3-43d6-b0eb-b7f9932d344d} executeQuery: Read 60 rows, 4.14 KiB in 0.001206 sec., 49751.24378109453 rows/sec., 3.35 MiB/sec. 2026.01.02 05:07:03.576773 [ 83 ] {} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:07:03.576784 [ 270 ] {b7eb1e64-23f3-43d6-b0eb-b7f9932d344d} TCPHandler: Processed in 0.001412564 sec. 2026.01.02 05:07:03.576809 [ 83 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.01.02 05:07:03.576955 [ 200 ] {45294a01-6668-46b2-a532-60faf64b8164::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2026.01.02 05:07:03.577103 [ 200 ] {45294a01-6668-46b2-a532-60faf64b8164::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.02 05:07:03.577142 [ 200 ] {45294a01-6668-46b2-a532-60faf64b8164::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 178 rows starting from the beginning of the part 2026.01.02 05:07:03.577242 [ 200 ] {45294a01-6668-46b2-a532-60faf64b8164::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 30 rows starting from the beginning of the part 2026.01.02 05:07:03.577301 [ 200 ] {45294a01-6668-46b2-a532-60faf64b8164::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 30 rows starting from the beginning of the part 2026.01.02 05:07:03.577344 [ 200 ] {45294a01-6668-46b2-a532-60faf64b8164::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.01.02 05:07:03.577383 [ 200 ] {45294a01-6668-46b2-a532-60faf64b8164::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 60 rows starting from the beginning of the part 2026.01.02 05:07:03.577432 [ 200 ] {45294a01-6668-46b2-a532-60faf64b8164::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.01.02 05:07:03.578287 [ 201 ] {45294a01-6668-46b2-a532-60faf64b8164::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 418 rows, containing 4 columns (4 merged, 0 gathered) in 0.001391183 sec., 300463.7060688637 rows/sec., 19.32 MiB/sec. 2026.01.02 05:07:03.578488 [ 188 ] {45294a01-6668-46b2-a532-60faf64b8164::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.01.02 05:07:03.578762 [ 188 ] {45294a01-6668-46b2-a532-60faf64b8164::all_1_11_2} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:07:03.578843 [ 188 ] {45294a01-6668-46b2-a532-60faf64b8164::all_1_11_2} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.01.02 05:07:03.578916 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. 2026.01.02 05:07:04.272071 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:07:04.272341 [ 270 ] {457a1751-4f0f-4576-a267-aec5c9fc6ad8} executeQuery: (from [fd00:1122:3344:101::d]:37056) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.01.02 05:07:04.272713 [ 270 ] {457a1751-4f0f-4576-a267-aec5c9fc6ad8} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.01.02 05:07:04.272756 [ 270 ] {457a1751-4f0f-4576-a267-aec5c9fc6ad8} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.01.02 05:07:04.273032 [ 270 ] {457a1751-4f0f-4576-a267-aec5c9fc6ad8} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.02 05:07:04.273103 [ 270 ] {457a1751-4f0f-4576-a267-aec5c9fc6ad8} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.02 05:07:04.273247 [ 270 ] {457a1751-4f0f-4576-a267-aec5c9fc6ad8} oximeter.timeseries_schema (cc640168-9cf5-4040-b417-ab0d9fbe5864) (SelectExecutor): Key condition: (column 0 notIn 41-element set) 2026.01.02 05:07:04.273402 [ 343 ] {457a1751-4f0f-4576-a267-aec5c9fc6ad8} oximeter.timeseries_schema (cc640168-9cf5-4040-b417-ab0d9fbe5864) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.01.02 05:07:04.273412 [ 314 ] {457a1751-4f0f-4576-a267-aec5c9fc6ad8} oximeter.timeseries_schema (cc640168-9cf5-4040-b417-ab0d9fbe5864) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.01.02 05:07:04.273419 [ 318 ] {457a1751-4f0f-4576-a267-aec5c9fc6ad8} oximeter.timeseries_schema (cc640168-9cf5-4040-b417-ab0d9fbe5864) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.01.02 05:07:04.273412 [ 346 ] {457a1751-4f0f-4576-a267-aec5c9fc6ad8} oximeter.timeseries_schema (cc640168-9cf5-4040-b417-ab0d9fbe5864) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.01.02 05:07:04.273684 [ 270 ] {457a1751-4f0f-4576-a267-aec5c9fc6ad8} oximeter.timeseries_schema (cc640168-9cf5-4040-b417-ab0d9fbe5864) (SelectExecutor): Selected 4/4 parts by partition key, 4 parts by primary key, 4/4 marks by primary key, 4 marks to read from 4 ranges 2026.01.02 05:07:04.273718 [ 270 ] {457a1751-4f0f-4576-a267-aec5c9fc6ad8} oximeter.timeseries_schema (cc640168-9cf5-4040-b417-ab0d9fbe5864) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.01.02 05:07:04.273821 [ 270 ] {457a1751-4f0f-4576-a267-aec5c9fc6ad8} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.01.02 05:07:04.273845 [ 270 ] {457a1751-4f0f-4576-a267-aec5c9fc6ad8} oximeter.timeseries_schema (cc640168-9cf5-4040-b417-ab0d9fbe5864) (SelectExecutor): Reading approx. 41 rows with 4 streams 2026.01.02 05:07:04.273887 [ 270 ] {457a1751-4f0f-4576-a267-aec5c9fc6ad8} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.01.02 05:07:04.273931 [ 270 ] {457a1751-4f0f-4576-a267-aec5c9fc6ad8} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.01.02 05:07:04.273967 [ 270 ] {457a1751-4f0f-4576-a267-aec5c9fc6ad8} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.01.02 05:07:04.274004 [ 270 ] {457a1751-4f0f-4576-a267-aec5c9fc6ad8} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.01.02 05:07:04.274954 [ 270 ] {457a1751-4f0f-4576-a267-aec5c9fc6ad8} executeQuery: Read 41 rows, 1.65 KiB in 0.00273 sec., 15018.31501831502 rows/sec., 604.90 KiB/sec. 2026.01.02 05:07:04.275138 [ 270 ] {457a1751-4f0f-4576-a267-aec5c9fc6ad8} MemoryTracker: Peak memory usage (for query): 147.03 KiB. 2026.01.02 05:07:04.275153 [ 270 ] {457a1751-4f0f-4576-a267-aec5c9fc6ad8} TCPHandler: Processed in 0.003224994 sec. 2026.01.02 05:07:04.275446 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:07:04.275596 [ 270 ] {6315e327-d019-46d4-bd62-5a57dd424916} executeQuery: (from [fd00:1122:3344:101::d]:37056) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.01.02 05:07:04.275841 [ 270 ] {6315e327-d019-46d4-bd62-5a57dd424916} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.01.02 05:07:04.275879 [ 270 ] {6315e327-d019-46d4-bd62-5a57dd424916} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.01.02 05:07:04.276098 [ 270 ] {6315e327-d019-46d4-bd62-5a57dd424916} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.02 05:07:04.276151 [ 270 ] {6315e327-d019-46d4-bd62-5a57dd424916} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.02 05:07:04.276256 [ 270 ] {6315e327-d019-46d4-bd62-5a57dd424916} oximeter.timeseries_schema (cc640168-9cf5-4040-b417-ab0d9fbe5864) (SelectExecutor): Key condition: (column 0 notIn 42-element set) 2026.01.02 05:07:04.276321 [ 318 ] {6315e327-d019-46d4-bd62-5a57dd424916} oximeter.timeseries_schema (cc640168-9cf5-4040-b417-ab0d9fbe5864) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.01.02 05:07:04.276322 [ 330 ] {6315e327-d019-46d4-bd62-5a57dd424916} oximeter.timeseries_schema (cc640168-9cf5-4040-b417-ab0d9fbe5864) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.01.02 05:07:04.276332 [ 346 ] {6315e327-d019-46d4-bd62-5a57dd424916} oximeter.timeseries_schema (cc640168-9cf5-4040-b417-ab0d9fbe5864) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.01.02 05:07:04.276364 [ 339 ] {6315e327-d019-46d4-bd62-5a57dd424916} oximeter.timeseries_schema (cc640168-9cf5-4040-b417-ab0d9fbe5864) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.01.02 05:07:04.276484 [ 270 ] {6315e327-d019-46d4-bd62-5a57dd424916} oximeter.timeseries_schema (cc640168-9cf5-4040-b417-ab0d9fbe5864) (SelectExecutor): Selected 4/4 parts by partition key, 4 parts by primary key, 4/4 marks by primary key, 4 marks to read from 4 ranges 2026.01.02 05:07:04.276511 [ 270 ] {6315e327-d019-46d4-bd62-5a57dd424916} oximeter.timeseries_schema (cc640168-9cf5-4040-b417-ab0d9fbe5864) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.01.02 05:07:04.276593 [ 270 ] {6315e327-d019-46d4-bd62-5a57dd424916} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.01.02 05:07:04.276613 [ 270 ] {6315e327-d019-46d4-bd62-5a57dd424916} oximeter.timeseries_schema (cc640168-9cf5-4040-b417-ab0d9fbe5864) (SelectExecutor): Reading approx. 41 rows with 4 streams 2026.01.02 05:07:04.276645 [ 270 ] {6315e327-d019-46d4-bd62-5a57dd424916} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.01.02 05:07:04.276677 [ 270 ] {6315e327-d019-46d4-bd62-5a57dd424916} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.01.02 05:07:04.276707 [ 270 ] {6315e327-d019-46d4-bd62-5a57dd424916} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.01.02 05:07:04.276734 [ 270 ] {6315e327-d019-46d4-bd62-5a57dd424916} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.01.02 05:07:04.277489 [ 270 ] {6315e327-d019-46d4-bd62-5a57dd424916} executeQuery: Read 41 rows, 1.65 KiB in 0.001963 sec., 20886.398369842078 rows/sec., 841.25 KiB/sec. 2026.01.02 05:07:04.277632 [ 270 ] {6315e327-d019-46d4-bd62-5a57dd424916} MemoryTracker: Peak memory usage (for query): 146.83 KiB. 2026.01.02 05:07:04.277647 [ 270 ] {6315e327-d019-46d4-bd62-5a57dd424916} TCPHandler: Processed in 0.002253607 sec. 2026.01.02 05:07:04.277852 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:07:04.277991 [ 270 ] {271013ec-f2d5-40b6-84af-fa5e3e1a4e4f} executeQuery: (from [fd00:1122:3344:101::d]:37056) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.01.02 05:07:04.278224 [ 270 ] {271013ec-f2d5-40b6-84af-fa5e3e1a4e4f} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.01.02 05:07:04.278262 [ 270 ] {271013ec-f2d5-40b6-84af-fa5e3e1a4e4f} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.01.02 05:07:04.278475 [ 270 ] {271013ec-f2d5-40b6-84af-fa5e3e1a4e4f} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.02 05:07:04.278527 [ 270 ] {271013ec-f2d5-40b6-84af-fa5e3e1a4e4f} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.02 05:07:04.278628 [ 270 ] {271013ec-f2d5-40b6-84af-fa5e3e1a4e4f} oximeter.timeseries_schema (cc640168-9cf5-4040-b417-ab0d9fbe5864) (SelectExecutor): Key condition: (column 0 notIn 43-element set) 2026.01.02 05:07:04.278691 [ 346 ] {271013ec-f2d5-40b6-84af-fa5e3e1a4e4f} oximeter.timeseries_schema (cc640168-9cf5-4040-b417-ab0d9fbe5864) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.01.02 05:07:04.278699 [ 330 ] {271013ec-f2d5-40b6-84af-fa5e3e1a4e4f} oximeter.timeseries_schema (cc640168-9cf5-4040-b417-ab0d9fbe5864) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.01.02 05:07:04.278703 [ 339 ] {271013ec-f2d5-40b6-84af-fa5e3e1a4e4f} oximeter.timeseries_schema (cc640168-9cf5-4040-b417-ab0d9fbe5864) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.01.02 05:07:04.278696 [ 309 ] {271013ec-f2d5-40b6-84af-fa5e3e1a4e4f} oximeter.timeseries_schema (cc640168-9cf5-4040-b417-ab0d9fbe5864) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.01.02 05:07:04.278829 [ 270 ] {271013ec-f2d5-40b6-84af-fa5e3e1a4e4f} oximeter.timeseries_schema (cc640168-9cf5-4040-b417-ab0d9fbe5864) (SelectExecutor): Selected 4/4 parts by partition key, 4 parts by primary key, 4/4 marks by primary key, 4 marks to read from 4 ranges 2026.01.02 05:07:04.278850 [ 270 ] {271013ec-f2d5-40b6-84af-fa5e3e1a4e4f} oximeter.timeseries_schema (cc640168-9cf5-4040-b417-ab0d9fbe5864) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.01.02 05:07:04.278929 [ 270 ] {271013ec-f2d5-40b6-84af-fa5e3e1a4e4f} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.01.02 05:07:04.278948 [ 270 ] {271013ec-f2d5-40b6-84af-fa5e3e1a4e4f} oximeter.timeseries_schema (cc640168-9cf5-4040-b417-ab0d9fbe5864) (SelectExecutor): Reading approx. 41 rows with 4 streams 2026.01.02 05:07:04.278978 [ 270 ] {271013ec-f2d5-40b6-84af-fa5e3e1a4e4f} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.01.02 05:07:04.279009 [ 270 ] {271013ec-f2d5-40b6-84af-fa5e3e1a4e4f} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.01.02 05:07:04.279039 [ 270 ] {271013ec-f2d5-40b6-84af-fa5e3e1a4e4f} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.01.02 05:07:04.279171 [ 270 ] {271013ec-f2d5-40b6-84af-fa5e3e1a4e4f} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.01.02 05:07:04.280009 [ 270 ] {271013ec-f2d5-40b6-84af-fa5e3e1a4e4f} executeQuery: Read 41 rows, 1.65 KiB in 0.002079 sec., 19721.01972101972 rows/sec., 794.31 KiB/sec. 2026.01.02 05:07:04.280149 [ 270 ] {271013ec-f2d5-40b6-84af-fa5e3e1a4e4f} MemoryTracker: Peak memory usage (for query): 145.76 KiB. 2026.01.02 05:07:04.280164 [ 270 ] {271013ec-f2d5-40b6-84af-fa5e3e1a4e4f} TCPHandler: Processed in 0.002362599 sec. 2026.01.02 05:07:04.280362 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:07:04.280501 [ 270 ] {1432849c-48cd-4abb-9a8b-9ac7f7c2c2d8} executeQuery: (from [fd00:1122:3344:101::d]:37056) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.01.02 05:07:04.280734 [ 270 ] {1432849c-48cd-4abb-9a8b-9ac7f7c2c2d8} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.01.02 05:07:04.280773 [ 270 ] {1432849c-48cd-4abb-9a8b-9ac7f7c2c2d8} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.01.02 05:07:04.280996 [ 270 ] {1432849c-48cd-4abb-9a8b-9ac7f7c2c2d8} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.02 05:07:04.281047 [ 270 ] {1432849c-48cd-4abb-9a8b-9ac7f7c2c2d8} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.02 05:07:04.281146 [ 270 ] {1432849c-48cd-4abb-9a8b-9ac7f7c2c2d8} oximeter.timeseries_schema (cc640168-9cf5-4040-b417-ab0d9fbe5864) (SelectExecutor): Key condition: (column 0 notIn 44-element set) 2026.01.02 05:07:04.281208 [ 330 ] {1432849c-48cd-4abb-9a8b-9ac7f7c2c2d8} oximeter.timeseries_schema (cc640168-9cf5-4040-b417-ab0d9fbe5864) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.01.02 05:07:04.281216 [ 346 ] {1432849c-48cd-4abb-9a8b-9ac7f7c2c2d8} oximeter.timeseries_schema (cc640168-9cf5-4040-b417-ab0d9fbe5864) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.01.02 05:07:04.281222 [ 339 ] {1432849c-48cd-4abb-9a8b-9ac7f7c2c2d8} oximeter.timeseries_schema (cc640168-9cf5-4040-b417-ab0d9fbe5864) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.01.02 05:07:04.281212 [ 309 ] {1432849c-48cd-4abb-9a8b-9ac7f7c2c2d8} oximeter.timeseries_schema (cc640168-9cf5-4040-b417-ab0d9fbe5864) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.01.02 05:07:04.281346 [ 270 ] {1432849c-48cd-4abb-9a8b-9ac7f7c2c2d8} oximeter.timeseries_schema (cc640168-9cf5-4040-b417-ab0d9fbe5864) (SelectExecutor): Selected 4/4 parts by partition key, 4 parts by primary key, 4/4 marks by primary key, 4 marks to read from 4 ranges 2026.01.02 05:07:04.281369 [ 270 ] {1432849c-48cd-4abb-9a8b-9ac7f7c2c2d8} oximeter.timeseries_schema (cc640168-9cf5-4040-b417-ab0d9fbe5864) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.01.02 05:07:04.281449 [ 270 ] {1432849c-48cd-4abb-9a8b-9ac7f7c2c2d8} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.01.02 05:07:04.281469 [ 270 ] {1432849c-48cd-4abb-9a8b-9ac7f7c2c2d8} oximeter.timeseries_schema (cc640168-9cf5-4040-b417-ab0d9fbe5864) (SelectExecutor): Reading approx. 41 rows with 4 streams 2026.01.02 05:07:04.281498 [ 270 ] {1432849c-48cd-4abb-9a8b-9ac7f7c2c2d8} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.01.02 05:07:04.281535 [ 270 ] {1432849c-48cd-4abb-9a8b-9ac7f7c2c2d8} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.01.02 05:07:04.281566 [ 270 ] {1432849c-48cd-4abb-9a8b-9ac7f7c2c2d8} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.01.02 05:07:04.281602 [ 270 ] {1432849c-48cd-4abb-9a8b-9ac7f7c2c2d8} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.01.02 05:07:04.282248 [ 270 ] {1432849c-48cd-4abb-9a8b-9ac7f7c2c2d8} executeQuery: Read 41 rows, 1.65 KiB in 0.001807 sec., 22689.540675152184 rows/sec., 913.87 KiB/sec. 2026.01.02 05:07:04.282376 [ 270 ] {1432849c-48cd-4abb-9a8b-9ac7f7c2c2d8} MemoryTracker: Peak memory usage (for query): 145.76 KiB. 2026.01.02 05:07:04.282390 [ 270 ] {1432849c-48cd-4abb-9a8b-9ac7f7c2c2d8} TCPHandler: Processed in 0.002078275 sec. 2026.01.02 05:07:04.282584 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:07:04.282722 [ 270 ] {01aae68b-6fd9-46c9-868c-d4aaecb8b7e0} executeQuery: (from [fd00:1122:3344:101::d]:37056) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.01.02 05:07:04.282953 [ 270 ] {01aae68b-6fd9-46c9-868c-d4aaecb8b7e0} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.01.02 05:07:04.282990 [ 270 ] {01aae68b-6fd9-46c9-868c-d4aaecb8b7e0} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.01.02 05:07:04.283206 [ 270 ] {01aae68b-6fd9-46c9-868c-d4aaecb8b7e0} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.02 05:07:04.283260 [ 270 ] {01aae68b-6fd9-46c9-868c-d4aaecb8b7e0} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.02 05:07:04.283365 [ 270 ] {01aae68b-6fd9-46c9-868c-d4aaecb8b7e0} oximeter.timeseries_schema (cc640168-9cf5-4040-b417-ab0d9fbe5864) (SelectExecutor): Key condition: (column 0 notIn 45-element set) 2026.01.02 05:07:04.283421 [ 333 ] {01aae68b-6fd9-46c9-868c-d4aaecb8b7e0} oximeter.timeseries_schema (cc640168-9cf5-4040-b417-ab0d9fbe5864) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.01.02 05:07:04.283436 [ 309 ] {01aae68b-6fd9-46c9-868c-d4aaecb8b7e0} oximeter.timeseries_schema (cc640168-9cf5-4040-b417-ab0d9fbe5864) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.01.02 05:07:04.283443 [ 339 ] {01aae68b-6fd9-46c9-868c-d4aaecb8b7e0} oximeter.timeseries_schema (cc640168-9cf5-4040-b417-ab0d9fbe5864) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.01.02 05:07:04.283441 [ 346 ] {01aae68b-6fd9-46c9-868c-d4aaecb8b7e0} oximeter.timeseries_schema (cc640168-9cf5-4040-b417-ab0d9fbe5864) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.01.02 05:07:04.283559 [ 270 ] {01aae68b-6fd9-46c9-868c-d4aaecb8b7e0} oximeter.timeseries_schema (cc640168-9cf5-4040-b417-ab0d9fbe5864) (SelectExecutor): Selected 4/4 parts by partition key, 4 parts by primary key, 4/4 marks by primary key, 4 marks to read from 4 ranges 2026.01.02 05:07:04.283584 [ 270 ] {01aae68b-6fd9-46c9-868c-d4aaecb8b7e0} oximeter.timeseries_schema (cc640168-9cf5-4040-b417-ab0d9fbe5864) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.01.02 05:07:04.283661 [ 270 ] {01aae68b-6fd9-46c9-868c-d4aaecb8b7e0} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.01.02 05:07:04.283680 [ 270 ] {01aae68b-6fd9-46c9-868c-d4aaecb8b7e0} oximeter.timeseries_schema (cc640168-9cf5-4040-b417-ab0d9fbe5864) (SelectExecutor): Reading approx. 41 rows with 4 streams 2026.01.02 05:07:04.283710 [ 270 ] {01aae68b-6fd9-46c9-868c-d4aaecb8b7e0} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.01.02 05:07:04.283740 [ 270 ] {01aae68b-6fd9-46c9-868c-d4aaecb8b7e0} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.01.02 05:07:04.283769 [ 270 ] {01aae68b-6fd9-46c9-868c-d4aaecb8b7e0} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.01.02 05:07:04.283797 [ 270 ] {01aae68b-6fd9-46c9-868c-d4aaecb8b7e0} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.01.02 05:07:04.284455 [ 270 ] {01aae68b-6fd9-46c9-868c-d4aaecb8b7e0} executeQuery: Read 41 rows, 1.65 KiB in 0.001793 sec., 22866.703848298937 rows/sec., 921.01 KiB/sec. 2026.01.02 05:07:04.284579 [ 270 ] {01aae68b-6fd9-46c9-868c-d4aaecb8b7e0} MemoryTracker: Peak memory usage (for query): 146.07 KiB. 2026.01.02 05:07:04.284594 [ 270 ] {01aae68b-6fd9-46c9-868c-d4aaecb8b7e0} TCPHandler: Processed in 0.002060385 sec. 2026.01.02 05:07:04.284787 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:07:04.284924 [ 270 ] {839efed8-33a4-4e32-ba77-f17cbb8527c1} executeQuery: (from [fd00:1122:3344:101::d]:37056) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.01.02 05:07:04.285149 [ 270 ] {839efed8-33a4-4e32-ba77-f17cbb8527c1} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.01.02 05:07:04.285187 [ 270 ] {839efed8-33a4-4e32-ba77-f17cbb8527c1} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.01.02 05:07:04.285402 [ 270 ] {839efed8-33a4-4e32-ba77-f17cbb8527c1} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.02 05:07:04.285454 [ 270 ] {839efed8-33a4-4e32-ba77-f17cbb8527c1} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.02 05:07:04.285552 [ 270 ] {839efed8-33a4-4e32-ba77-f17cbb8527c1} oximeter.timeseries_schema (cc640168-9cf5-4040-b417-ab0d9fbe5864) (SelectExecutor): Key condition: (column 0 notIn 46-element set) 2026.01.02 05:07:04.285610 [ 346 ] {839efed8-33a4-4e32-ba77-f17cbb8527c1} oximeter.timeseries_schema (cc640168-9cf5-4040-b417-ab0d9fbe5864) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.01.02 05:07:04.285627 [ 309 ] {839efed8-33a4-4e32-ba77-f17cbb8527c1} oximeter.timeseries_schema (cc640168-9cf5-4040-b417-ab0d9fbe5864) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.01.02 05:07:04.285631 [ 323 ] {839efed8-33a4-4e32-ba77-f17cbb8527c1} oximeter.timeseries_schema (cc640168-9cf5-4040-b417-ab0d9fbe5864) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.01.02 05:07:04.285623 [ 333 ] {839efed8-33a4-4e32-ba77-f17cbb8527c1} oximeter.timeseries_schema (cc640168-9cf5-4040-b417-ab0d9fbe5864) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.01.02 05:07:04.285750 [ 270 ] {839efed8-33a4-4e32-ba77-f17cbb8527c1} oximeter.timeseries_schema (cc640168-9cf5-4040-b417-ab0d9fbe5864) (SelectExecutor): Selected 4/4 parts by partition key, 4 parts by primary key, 4/4 marks by primary key, 4 marks to read from 4 ranges 2026.01.02 05:07:04.285773 [ 270 ] {839efed8-33a4-4e32-ba77-f17cbb8527c1} oximeter.timeseries_schema (cc640168-9cf5-4040-b417-ab0d9fbe5864) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.01.02 05:07:04.285849 [ 270 ] {839efed8-33a4-4e32-ba77-f17cbb8527c1} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.01.02 05:07:04.285868 [ 270 ] {839efed8-33a4-4e32-ba77-f17cbb8527c1} oximeter.timeseries_schema (cc640168-9cf5-4040-b417-ab0d9fbe5864) (SelectExecutor): Reading approx. 41 rows with 4 streams 2026.01.02 05:07:04.285897 [ 270 ] {839efed8-33a4-4e32-ba77-f17cbb8527c1} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.01.02 05:07:04.285927 [ 270 ] {839efed8-33a4-4e32-ba77-f17cbb8527c1} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.01.02 05:07:04.285954 [ 270 ] {839efed8-33a4-4e32-ba77-f17cbb8527c1} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.01.02 05:07:04.285981 [ 270 ] {839efed8-33a4-4e32-ba77-f17cbb8527c1} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.01.02 05:07:04.286665 [ 270 ] {839efed8-33a4-4e32-ba77-f17cbb8527c1} executeQuery: Read 41 rows, 1.65 KiB in 0.001801 sec., 22765.130483064964 rows/sec., 916.92 KiB/sec. 2026.01.02 05:07:04.286817 [ 270 ] {839efed8-33a4-4e32-ba77-f17cbb8527c1} MemoryTracker: Peak memory usage (for query): 146.31 KiB. 2026.01.02 05:07:04.286832 [ 270 ] {839efed8-33a4-4e32-ba77-f17cbb8527c1} TCPHandler: Processed in 0.002096335 sec. 2026.01.02 05:07:04.403334 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:07:04.403509 [ 270 ] {0729a694-bc56-4339-a74d-77cd2871e839} executeQuery: (from [fd00:1122:3344:101::d]:37056) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.01.02 05:07:04.403796 [ 270 ] {0729a694-bc56-4339-a74d-77cd2871e839} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.01.02 05:07:04.403843 [ 270 ] {0729a694-bc56-4339-a74d-77cd2871e839} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.01.02 05:07:04.404115 [ 270 ] {0729a694-bc56-4339-a74d-77cd2871e839} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.02 05:07:04.404179 [ 270 ] {0729a694-bc56-4339-a74d-77cd2871e839} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.02 05:07:04.404306 [ 270 ] {0729a694-bc56-4339-a74d-77cd2871e839} oximeter.timeseries_schema (cc640168-9cf5-4040-b417-ab0d9fbe5864) (SelectExecutor): Key condition: (column 0 notIn 47-element set) 2026.01.02 05:07:04.404387 [ 339 ] {0729a694-bc56-4339-a74d-77cd2871e839} oximeter.timeseries_schema (cc640168-9cf5-4040-b417-ab0d9fbe5864) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.01.02 05:07:04.404387 [ 319 ] {0729a694-bc56-4339-a74d-77cd2871e839} oximeter.timeseries_schema (cc640168-9cf5-4040-b417-ab0d9fbe5864) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.01.02 05:07:04.404405 [ 304 ] {0729a694-bc56-4339-a74d-77cd2871e839} oximeter.timeseries_schema (cc640168-9cf5-4040-b417-ab0d9fbe5864) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.01.02 05:07:04.404405 [ 348 ] {0729a694-bc56-4339-a74d-77cd2871e839} oximeter.timeseries_schema (cc640168-9cf5-4040-b417-ab0d9fbe5864) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.01.02 05:07:04.404536 [ 270 ] {0729a694-bc56-4339-a74d-77cd2871e839} oximeter.timeseries_schema (cc640168-9cf5-4040-b417-ab0d9fbe5864) (SelectExecutor): Selected 4/4 parts by partition key, 4 parts by primary key, 4/4 marks by primary key, 4 marks to read from 4 ranges 2026.01.02 05:07:04.404564 [ 270 ] {0729a694-bc56-4339-a74d-77cd2871e839} oximeter.timeseries_schema (cc640168-9cf5-4040-b417-ab0d9fbe5864) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.01.02 05:07:04.404644 [ 270 ] {0729a694-bc56-4339-a74d-77cd2871e839} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.01.02 05:07:04.404663 [ 270 ] {0729a694-bc56-4339-a74d-77cd2871e839} oximeter.timeseries_schema (cc640168-9cf5-4040-b417-ab0d9fbe5864) (SelectExecutor): Reading approx. 41 rows with 4 streams 2026.01.02 05:07:04.404693 [ 270 ] {0729a694-bc56-4339-a74d-77cd2871e839} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.01.02 05:07:04.404724 [ 270 ] {0729a694-bc56-4339-a74d-77cd2871e839} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.01.02 05:07:04.404755 [ 270 ] {0729a694-bc56-4339-a74d-77cd2871e839} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.01.02 05:07:04.404785 [ 270 ] {0729a694-bc56-4339-a74d-77cd2871e839} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.01.02 05:07:04.405462 [ 270 ] {0729a694-bc56-4339-a74d-77cd2871e839} executeQuery: Read 41 rows, 1.65 KiB in 0.002029 sec., 20206.998521439134 rows/sec., 813.88 KiB/sec. 2026.01.02 05:07:04.405615 [ 270 ] {0729a694-bc56-4339-a74d-77cd2871e839} MemoryTracker: Peak memory usage (for query): 146.75 KiB. 2026.01.02 05:07:04.405630 [ 270 ] {0729a694-bc56-4339-a74d-77cd2871e839} TCPHandler: Processed in 0.002360829 sec. 2026.01.02 05:07:04.406068 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:07:04.406175 [ 270 ] {76977137-a3a1-477b-8b1e-aeb37e61be5b} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2026.01.02 05:07:04.406217 [ 270 ] {76977137-a3a1-477b-8b1e-aeb37e61be5b} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.02 05:07:04.406712 [ 270 ] {76977137-a3a1-477b-8b1e-aeb37e61be5b} oximeter.timeseries_schema (cc640168-9cf5-4040-b417-ab0d9fbe5864): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:07:04.406754 [ 270 ] {76977137-a3a1-477b-8b1e-aeb37e61be5b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.01.02 05:07:04.407172 [ 270 ] {76977137-a3a1-477b-8b1e-aeb37e61be5b} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.01.02 05:07:04.407366 [ 270 ] {76977137-a3a1-477b-8b1e-aeb37e61be5b} oximeter.timeseries_schema (cc640168-9cf5-4040-b417-ab0d9fbe5864): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:07:04.407515 [ 270 ] {76977137-a3a1-477b-8b1e-aeb37e61be5b} executeQuery: Read 7 rows, 1.42 KiB in 0.001371 sec., 5105.762217359591 rows/sec., 1.01 MiB/sec. 2026.01.02 05:07:04.407556 [ 270 ] {76977137-a3a1-477b-8b1e-aeb37e61be5b} TCPHandler: Processed in 0.001537156 sec. 2026.01.02 05:07:04.407664 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:07:04.407758 [ 270 ] {0a87aced-321f-49ff-a19d-9cca153f14c3} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.01.02 05:07:04.407801 [ 270 ] {0a87aced-321f-49ff-a19d-9cca153f14c3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.01.02 05:07:04.408211 [ 270 ] {0a87aced-321f-49ff-a19d-9cca153f14c3} oximeter.fields_i16 (cb56b64a-0514-41c6-b851-58b3833bf8fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:07:04.408249 [ 270 ] {0a87aced-321f-49ff-a19d-9cca153f14c3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.01.02 05:07:04.408566 [ 270 ] {0a87aced-321f-49ff-a19d-9cca153f14c3} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.01.02 05:07:04.408776 [ 270 ] {0a87aced-321f-49ff-a19d-9cca153f14c3} oximeter.fields_i16 (cb56b64a-0514-41c6-b851-58b3833bf8fd): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:07:04.408907 [ 270 ] {0a87aced-321f-49ff-a19d-9cca153f14c3} executeQuery: Read 24 rows, 2.04 KiB in 0.001166 sec., 20583.19039451115 rows/sec., 1.71 MiB/sec. 2026.01.02 05:07:04.408943 [ 270 ] {0a87aced-321f-49ff-a19d-9cca153f14c3} TCPHandler: Processed in 0.001327442 sec. 2026.01.02 05:07:04.409051 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:07:04.409144 [ 270 ] {9df98871-04cd-4864-9635-6892f71fdc80} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.01.02 05:07:04.409183 [ 270 ] {9df98871-04cd-4864-9635-6892f71fdc80} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.01.02 05:07:04.409552 [ 270 ] {9df98871-04cd-4864-9635-6892f71fdc80} oximeter.fields_ipaddr (645cdd3d-4969-40ee-99e7-272b8c981424): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:07:04.409587 [ 270 ] {9df98871-04cd-4864-9635-6892f71fdc80} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.01.02 05:07:04.409869 [ 270 ] {9df98871-04cd-4864-9635-6892f71fdc80} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.01.02 05:07:04.410072 [ 270 ] {9df98871-04cd-4864-9635-6892f71fdc80} oximeter.fields_ipaddr (645cdd3d-4969-40ee-99e7-272b8c981424): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:07:04.410203 [ 270 ] {9df98871-04cd-4864-9635-6892f71fdc80} executeQuery: Read 2 rows, 167.00 B in 0.001077 sec., 1857.0102135561744 rows/sec., 151.43 KiB/sec. 2026.01.02 05:07:04.410239 [ 270 ] {9df98871-04cd-4864-9635-6892f71fdc80} TCPHandler: Processed in 0.001237061 sec. 2026.01.02 05:07:04.410344 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:07:04.410437 [ 270 ] {1357fc85-0b4a-42a8-89f3-dd4424c5330b} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.02 05:07:04.410476 [ 270 ] {1357fc85-0b4a-42a8-89f3-dd4424c5330b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.02 05:07:04.411533 [ 270 ] {1357fc85-0b4a-42a8-89f3-dd4424c5330b} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:07:04.411568 [ 270 ] {1357fc85-0b4a-42a8-89f3-dd4424c5330b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.01.02 05:07:04.411961 [ 270 ] {1357fc85-0b4a-42a8-89f3-dd4424c5330b} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.01.02 05:07:04.412178 [ 270 ] {1357fc85-0b4a-42a8-89f3-dd4424c5330b} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:07:04.412305 [ 270 ] {1357fc85-0b4a-42a8-89f3-dd4424c5330b} executeQuery: Read 1318 rows, 112.58 KiB in 0.001886 sec., 698833.5100742312 rows/sec., 58.29 MiB/sec. 2026.01.02 05:07:04.412342 [ 270 ] {1357fc85-0b4a-42a8-89f3-dd4424c5330b} TCPHandler: Processed in 0.002047284 sec. 2026.01.02 05:07:04.412443 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:07:04.412538 [ 270 ] {cacccf18-5673-4584-b4dd-8c7ad8519d3b} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.02 05:07:04.412578 [ 270 ] {cacccf18-5673-4584-b4dd-8c7ad8519d3b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.02 05:07:04.412961 [ 270 ] {cacccf18-5673-4584-b4dd-8c7ad8519d3b} oximeter.fields_u16 (75d7a870-5da0-445d-b2e0-ec90b5ea7788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:07:04.412997 [ 270 ] {cacccf18-5673-4584-b4dd-8c7ad8519d3b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.01.02 05:07:04.413284 [ 270 ] {cacccf18-5673-4584-b4dd-8c7ad8519d3b} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.01.02 05:07:04.413519 [ 270 ] {cacccf18-5673-4584-b4dd-8c7ad8519d3b} oximeter.fields_u16 (75d7a870-5da0-445d-b2e0-ec90b5ea7788): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:07:04.413607 [ 153 ] {} oximeter.fields_u16 (75d7a870-5da0-445d-b2e0-ec90b5ea7788) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.01.02 05:07:04.413643 [ 153 ] {} oximeter.fields_u16 (75d7a870-5da0-445d-b2e0-ec90b5ea7788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:07:04.413645 [ 270 ] {cacccf18-5673-4584-b4dd-8c7ad8519d3b} executeQuery: Read 14 rows, 1.10 KiB in 0.001126 sec., 12433.392539964476 rows/sec., 977.43 KiB/sec. 2026.01.02 05:07:04.413662 [ 153 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.01.02 05:07:04.413686 [ 270 ] {cacccf18-5673-4584-b4dd-8c7ad8519d3b} TCPHandler: Processed in 0.001291371 sec. 2026.01.02 05:07:04.413766 [ 200 ] {75d7a870-5da0-445d-b2e0-ec90b5ea7788::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2026.01.02 05:07:04.413794 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:07:04.413890 [ 200 ] {75d7a870-5da0-445d-b2e0-ec90b5ea7788::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.02 05:07:04.413892 [ 270 ] {dd48c0b0-91f4-4736-9b24-a5d27ad33280} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.02 05:07:04.413931 [ 200 ] {75d7a870-5da0-445d-b2e0-ec90b5ea7788::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 257 rows starting from the beginning of the part 2026.01.02 05:07:04.413950 [ 270 ] {dd48c0b0-91f4-4736-9b24-a5d27ad33280} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.02 05:07:04.414001 [ 200 ] {75d7a870-5da0-445d-b2e0-ec90b5ea7788::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 14 rows starting from the beginning of the part 2026.01.02 05:07:04.414057 [ 200 ] {75d7a870-5da0-445d-b2e0-ec90b5ea7788::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 33 rows starting from the beginning of the part 2026.01.02 05:07:04.414105 [ 200 ] {75d7a870-5da0-445d-b2e0-ec90b5ea7788::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 50 rows starting from the beginning of the part 2026.01.02 05:07:04.414150 [ 200 ] {75d7a870-5da0-445d-b2e0-ec90b5ea7788::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 40 rows starting from the beginning of the part 2026.01.02 05:07:04.414195 [ 200 ] {75d7a870-5da0-445d-b2e0-ec90b5ea7788::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 14 rows starting from the beginning of the part 2026.01.02 05:07:04.414433 [ 270 ] {dd48c0b0-91f4-4736-9b24-a5d27ad33280} oximeter.fields_u32 (1310015a-3be0-40ba-9fec-1b5eb4ed9f75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:07:04.414475 [ 270 ] {dd48c0b0-91f4-4736-9b24-a5d27ad33280} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.01.02 05:07:04.414792 [ 270 ] {dd48c0b0-91f4-4736-9b24-a5d27ad33280} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.01.02 05:07:04.415011 [ 270 ] {dd48c0b0-91f4-4736-9b24-a5d27ad33280} oximeter.fields_u32 (1310015a-3be0-40ba-9fec-1b5eb4ed9f75): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:07:04.415029 [ 201 ] {75d7a870-5da0-445d-b2e0-ec90b5ea7788::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 408 rows, containing 5 columns (5 merged, 0 gathered) in 0.001310872 sec., 311243.2029976992 rows/sec., 21.78 MiB/sec. 2026.01.02 05:07:04.415139 [ 270 ] {dd48c0b0-91f4-4736-9b24-a5d27ad33280} executeQuery: Read 252 rows, 17.85 KiB in 0.001264 sec., 199367.08860759495 rows/sec., 13.79 MiB/sec. 2026.01.02 05:07:04.415177 [ 270 ] {dd48c0b0-91f4-4736-9b24-a5d27ad33280} TCPHandler: Processed in 0.001432704 sec. 2026.01.02 05:07:04.415197 [ 192 ] {75d7a870-5da0-445d-b2e0-ec90b5ea7788::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.01.02 05:07:04.415294 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:07:04.415393 [ 270 ] {11ca2fa2-f840-4867-944b-444afd0b9dc8} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.01.02 05:07:04.415434 [ 270 ] {11ca2fa2-f840-4867-944b-444afd0b9dc8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.01.02 05:07:04.415481 [ 192 ] {75d7a870-5da0-445d-b2e0-ec90b5ea7788::all_1_11_2} oximeter.fields_u16 (75d7a870-5da0-445d-b2e0-ec90b5ea7788): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:07:04.415571 [ 192 ] {75d7a870-5da0-445d-b2e0-ec90b5ea7788::all_1_11_2} oximeter.fields_u16 (75d7a870-5da0-445d-b2e0-ec90b5ea7788) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.01.02 05:07:04.415646 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. 2026.01.02 05:07:04.415838 [ 270 ] {11ca2fa2-f840-4867-944b-444afd0b9dc8} oximeter.fields_u8 (ae3e3832-81ae-4954-8933-d68b9608f6be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:07:04.415878 [ 270 ] {11ca2fa2-f840-4867-944b-444afd0b9dc8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.01.02 05:07:04.416159 [ 270 ] {11ca2fa2-f840-4867-944b-444afd0b9dc8} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.01.02 05:07:04.416364 [ 270 ] {11ca2fa2-f840-4867-944b-444afd0b9dc8} oximeter.fields_u8 (ae3e3832-81ae-4954-8933-d68b9608f6be): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:07:04.416490 [ 270 ] {11ca2fa2-f840-4867-944b-444afd0b9dc8} executeQuery: Read 12 rows, 960.00 B in 0.001114 sec., 10771.992818671455 rows/sec., 841.56 KiB/sec. 2026.01.02 05:07:04.416525 [ 270 ] {11ca2fa2-f840-4867-944b-444afd0b9dc8} TCPHandler: Processed in 0.001280511 sec. 2026.01.02 05:07:04.416639 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:07:04.416730 [ 270 ] {1931f711-6598-4fcc-8316-c1f9d1fe3fdc} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.02 05:07:04.416769 [ 270 ] {1931f711-6598-4fcc-8316-c1f9d1fe3fdc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.02 05:07:04.417312 [ 270 ] {1931f711-6598-4fcc-8316-c1f9d1fe3fdc} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:07:04.417345 [ 270 ] {1931f711-6598-4fcc-8316-c1f9d1fe3fdc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.01.02 05:07:04.417663 [ 270 ] {1931f711-6598-4fcc-8316-c1f9d1fe3fdc} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.01.02 05:07:04.417901 [ 270 ] {1931f711-6598-4fcc-8316-c1f9d1fe3fdc} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:07:04.418027 [ 270 ] {1931f711-6598-4fcc-8316-c1f9d1fe3fdc} executeQuery: Read 558 rows, 42.83 KiB in 0.001314 sec., 424657.5342465753 rows/sec., 31.83 MiB/sec. 2026.01.02 05:07:04.418062 [ 270 ] {1931f711-6598-4fcc-8316-c1f9d1fe3fdc} TCPHandler: Processed in 0.001471355 sec. 2026.01.02 05:07:04.418169 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:07:04.418261 [ 270 ] {d517e98f-589b-4eb8-9bcc-a3cd649a3612} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.02 05:07:04.418302 [ 270 ] {d517e98f-589b-4eb8-9bcc-a3cd649a3612} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.02 05:07:04.419493 [ 270 ] {d517e98f-589b-4eb8-9bcc-a3cd649a3612} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:07:04.419526 [ 270 ] {d517e98f-589b-4eb8-9bcc-a3cd649a3612} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.01.02 05:07:04.420136 [ 270 ] {d517e98f-589b-4eb8-9bcc-a3cd649a3612} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.01.02 05:07:04.420348 [ 270 ] {d517e98f-589b-4eb8-9bcc-a3cd649a3612} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:07:04.420471 [ 270 ] {d517e98f-589b-4eb8-9bcc-a3cd649a3612} executeQuery: Read 3286 rows, 225.26 KiB in 0.002227 sec., 1475527.6156264034 rows/sec., 98.78 MiB/sec. 2026.01.02 05:07:04.420507 [ 270 ] {d517e98f-589b-4eb8-9bcc-a3cd649a3612} TCPHandler: Processed in 0.00238614 sec. 2026.01.02 05:07:04.420614 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:07:04.420706 [ 270 ] {8906121c-fb47-474a-b40e-506592036389} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.02 05:07:04.420748 [ 270 ] {8906121c-fb47-474a-b40e-506592036389} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.02 05:07:04.421058 [ 270 ] {8906121c-fb47-474a-b40e-506592036389} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:07:04.421091 [ 270 ] {8906121c-fb47-474a-b40e-506592036389} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.01.02 05:07:04.421374 [ 270 ] {8906121c-fb47-474a-b40e-506592036389} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.01.02 05:07:04.421571 [ 270 ] {8906121c-fb47-474a-b40e-506592036389} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:07:04.421695 [ 270 ] {8906121c-fb47-474a-b40e-506592036389} executeQuery: Read 12 rows, 848.00 B in 0.001006 sec., 11928.429423459245 rows/sec., 823.19 KiB/sec. 2026.01.02 05:07:04.421729 [ 270 ] {8906121c-fb47-474a-b40e-506592036389} TCPHandler: Processed in 0.001163919 sec. 2026.01.02 05:07:08.563526 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:07:08.563738 [ 270 ] {8cf2d4da-b9ee-405a-baaa-0a9e7f0b7035} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.02 05:07:08.563812 [ 270 ] {8cf2d4da-b9ee-405a-baaa-0a9e7f0b7035} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.02 05:07:08.564523 [ 270 ] {8cf2d4da-b9ee-405a-baaa-0a9e7f0b7035} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:07:08.564573 [ 270 ] {8cf2d4da-b9ee-405a-baaa-0a9e7f0b7035} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.01.02 05:07:08.564969 [ 270 ] {8cf2d4da-b9ee-405a-baaa-0a9e7f0b7035} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.01.02 05:07:08.565212 [ 270 ] {8cf2d4da-b9ee-405a-baaa-0a9e7f0b7035} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:07:08.565374 [ 270 ] {8cf2d4da-b9ee-405a-baaa-0a9e7f0b7035} executeQuery: Read 56 rows, 4.41 KiB in 0.001691 sec., 33116.499112950914 rows/sec., 2.54 MiB/sec. 2026.01.02 05:07:08.565421 [ 270 ] {8cf2d4da-b9ee-405a-baaa-0a9e7f0b7035} TCPHandler: Processed in 0.002054405 sec. 2026.01.02 05:07:08.565540 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:07:08.565644 [ 270 ] {743ed6a8-5819-4eda-9c83-4e5d1e66fda1} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.02 05:07:08.565685 [ 270 ] {743ed6a8-5819-4eda-9c83-4e5d1e66fda1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.02 05:07:08.566135 [ 270 ] {743ed6a8-5819-4eda-9c83-4e5d1e66fda1} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:07:08.566173 [ 270 ] {743ed6a8-5819-4eda-9c83-4e5d1e66fda1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.01.02 05:07:08.566479 [ 270 ] {743ed6a8-5819-4eda-9c83-4e5d1e66fda1} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.01.02 05:07:08.566688 [ 270 ] {743ed6a8-5819-4eda-9c83-4e5d1e66fda1} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:07:08.566820 [ 270 ] {743ed6a8-5819-4eda-9c83-4e5d1e66fda1} executeQuery: Read 64 rows, 5.12 KiB in 0.001199 sec., 53377.81484570476 rows/sec., 4.17 MiB/sec. 2026.01.02 05:07:08.566857 [ 270 ] {743ed6a8-5819-4eda-9c83-4e5d1e66fda1} TCPHandler: Processed in 0.001366483 sec. 2026.01.02 05:07:08.566984 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:07:08.567079 [ 270 ] {420b71fe-c9b8-44e1-ba83-03d987259c3b} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.02 05:07:08.567122 [ 270 ] {420b71fe-c9b8-44e1-ba83-03d987259c3b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.02 05:07:08.567523 [ 270 ] {420b71fe-c9b8-44e1-ba83-03d987259c3b} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:07:08.567559 [ 270 ] {420b71fe-c9b8-44e1-ba83-03d987259c3b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.01.02 05:07:08.567891 [ 270 ] {420b71fe-c9b8-44e1-ba83-03d987259c3b} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.01.02 05:07:08.568101 [ 270 ] {420b71fe-c9b8-44e1-ba83-03d987259c3b} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:07:08.568225 [ 270 ] {420b71fe-c9b8-44e1-ba83-03d987259c3b} executeQuery: Read 128 rows, 9.13 KiB in 0.001166 sec., 109777.01543739281 rows/sec., 7.65 MiB/sec. 2026.01.02 05:07:08.568260 [ 270 ] {420b71fe-c9b8-44e1-ba83-03d987259c3b} TCPHandler: Processed in 0.001327262 sec. 2026.01.02 05:07:08.568370 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:07:08.568461 [ 270 ] {b6d2785a-8529-4217-bf96-0de6f549788d} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.02 05:07:08.568502 [ 270 ] {b6d2785a-8529-4217-bf96-0de6f549788d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.02 05:07:08.568819 [ 270 ] {b6d2785a-8529-4217-bf96-0de6f549788d} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:07:08.568854 [ 270 ] {b6d2785a-8529-4217-bf96-0de6f549788d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.01.02 05:07:08.569153 [ 270 ] {b6d2785a-8529-4217-bf96-0de6f549788d} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.01.02 05:07:08.569358 [ 270 ] {b6d2785a-8529-4217-bf96-0de6f549788d} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:07:08.569482 [ 270 ] {b6d2785a-8529-4217-bf96-0de6f549788d} executeQuery: Read 48 rows, 3.31 KiB in 0.001039 sec., 46198.267564966314 rows/sec., 3.11 MiB/sec. 2026.01.02 05:07:08.569516 [ 270 ] {b6d2785a-8529-4217-bf96-0de6f549788d} TCPHandler: Processed in 0.00119466 sec. 2026.01.02 05:07:09.401838 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 6297 2026.01.02 05:07:09.402653 [ 245 ] {} system.asynchronous_metric_log (bb53ce5c-bddd-4105-a5af-ef87950cd4f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:07:09.402739 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.01.02 05:07:09.403281 [ 245 ] {} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.01.02 05:07:09.403534 [ 245 ] {} system.asynchronous_metric_log (bb53ce5c-bddd-4105-a5af-ef87950cd4f3): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:07:09.403670 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6297 2026.01.02 05:07:09.720884 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 98 2026.01.02 05:07:09.737993 [ 244 ] {} system.metric_log (a59fffb9-cc3a-4586-97e5-9d20b67a7356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:07:09.738059 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.01.02 05:07:09.745482 [ 244 ] {} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.01.02 05:07:09.746336 [ 244 ] {} system.metric_log (a59fffb9-cc3a-4586-97e5-9d20b67a7356): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:07:09.750572 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 98 2026.01.02 05:07:10.000373 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 222.67 MiB, peak 226.67 MiB, free memory in arenas 0.00 B, will set to 223.81 MiB (RSS), difference: 1.14 MiB 2026.01.02 05:07:11.917199 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 408 2026.01.02 05:07:11.920196 [ 243 ] {} system.query_log (dd3f3490-5765-4d2a-9406-0e239d3e9a13): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:07:11.920235 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.01.02 05:07:11.921519 [ 243 ] {} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.01.02 05:07:11.921795 [ 243 ] {} system.query_log (dd3f3490-5765-4d2a-9406-0e239d3e9a13): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:07:11.922052 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 408 2026.01.02 05:07:13.567513 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:07:13.567712 [ 270 ] {dbacb53d-0b93-4b3b-a0ab-8f335cca0aa7} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.02 05:07:13.567780 [ 270 ] {dbacb53d-0b93-4b3b-a0ab-8f335cca0aa7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.02 05:07:13.568482 [ 270 ] {dbacb53d-0b93-4b3b-a0ab-8f335cca0aa7} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:07:13.568530 [ 270 ] {dbacb53d-0b93-4b3b-a0ab-8f335cca0aa7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.01.02 05:07:13.568973 [ 270 ] {dbacb53d-0b93-4b3b-a0ab-8f335cca0aa7} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.01.02 05:07:13.569203 [ 270 ] {dbacb53d-0b93-4b3b-a0ab-8f335cca0aa7} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:07:13.569336 [ 154 ] {} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.01.02 05:07:13.569359 [ 270 ] {dbacb53d-0b93-4b3b-a0ab-8f335cca0aa7} executeQuery: Read 136 rows, 12.08 KiB in 0.001697 sec., 80141.42604596347 rows/sec., 6.95 MiB/sec. 2026.01.02 05:07:13.569404 [ 154 ] {} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:07:13.569424 [ 270 ] {dbacb53d-0b93-4b3b-a0ab-8f335cca0aa7} TCPHandler: Processed in 0.002042794 sec. 2026.01.02 05:07:13.569431 [ 154 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.01.02 05:07:13.569538 [ 189 ] {83d580c8-cdc4-4d78-bcce-488a9e56976e::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2026.01.02 05:07:13.569551 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:07:13.569633 [ 189 ] {83d580c8-cdc4-4d78-bcce-488a9e56976e::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.02 05:07:13.569658 [ 270 ] {75dc315a-4966-4863-9d5f-71c67ffddd83} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.02 05:07:13.569663 [ 189 ] {83d580c8-cdc4-4d78-bcce-488a9e56976e::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 1321 rows starting from the beginning of the part 2026.01.02 05:07:13.569702 [ 270 ] {75dc315a-4966-4863-9d5f-71c67ffddd83} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.02 05:07:13.569755 [ 189 ] {83d580c8-cdc4-4d78-bcce-488a9e56976e::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.01.02 05:07:13.569800 [ 189 ] {83d580c8-cdc4-4d78-bcce-488a9e56976e::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 136 rows starting from the beginning of the part 2026.01.02 05:07:13.569844 [ 189 ] {83d580c8-cdc4-4d78-bcce-488a9e56976e::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 1318 rows starting from the beginning of the part 2026.01.02 05:07:13.569895 [ 189 ] {83d580c8-cdc4-4d78-bcce-488a9e56976e::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 56 rows starting from the beginning of the part 2026.01.02 05:07:13.569943 [ 189 ] {83d580c8-cdc4-4d78-bcce-488a9e56976e::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 136 rows starting from the beginning of the part 2026.01.02 05:07:13.570206 [ 270 ] {75dc315a-4966-4863-9d5f-71c67ffddd83} oximeter.fields_u16 (75d7a870-5da0-445d-b2e0-ec90b5ea7788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:07:13.570249 [ 270 ] {75dc315a-4966-4863-9d5f-71c67ffddd83} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.01.02 05:07:13.570770 [ 270 ] {75dc315a-4966-4863-9d5f-71c67ffddd83} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.01.02 05:07:13.571042 [ 270 ] {75dc315a-4966-4863-9d5f-71c67ffddd83} oximeter.fields_u16 (75d7a870-5da0-445d-b2e0-ec90b5ea7788): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:07:13.571172 [ 270 ] {75dc315a-4966-4863-9d5f-71c67ffddd83} executeQuery: Read 40 rows, 3.01 KiB in 0.001537 sec., 26024.72348731295 rows/sec., 1.91 MiB/sec. 2026.01.02 05:07:13.571212 [ 270 ] {75dc315a-4966-4863-9d5f-71c67ffddd83} TCPHandler: Processed in 0.001709879 sec. 2026.01.02 05:07:13.571325 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:07:13.571420 [ 270 ] {133fb44c-2443-4610-93b0-afdcc64b321d} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.02 05:07:13.571459 [ 270 ] {133fb44c-2443-4610-93b0-afdcc64b321d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.02 05:07:13.571629 [ 192 ] {83d580c8-cdc4-4d78-bcce-488a9e56976e::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 3023 rows, containing 5 columns (5 merged, 0 gathered) in 0.002125936 sec., 1421961.9028982997 rows/sec., 122.64 MiB/sec. 2026.01.02 05:07:13.571884 [ 270 ] {133fb44c-2443-4610-93b0-afdcc64b321d} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:07:13.571926 [ 270 ] {133fb44c-2443-4610-93b0-afdcc64b321d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.01.02 05:07:13.571926 [ 189 ] {83d580c8-cdc4-4d78-bcce-488a9e56976e::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.01.02 05:07:13.572172 [ 189 ] {83d580c8-cdc4-4d78-bcce-488a9e56976e::all_1_16_3} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:07:13.572235 [ 189 ] {83d580c8-cdc4-4d78-bcce-488a9e56976e::all_1_16_3} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.01.02 05:07:13.572261 [ 270 ] {133fb44c-2443-4610-93b0-afdcc64b321d} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.01.02 05:07:13.572300 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.86 MiB. 2026.01.02 05:07:13.572483 [ 270 ] {133fb44c-2443-4610-93b0-afdcc64b321d} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:07:13.572590 [ 154 ] {} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.01.02 05:07:13.572614 [ 270 ] {133fb44c-2443-4610-93b0-afdcc64b321d} executeQuery: Read 104 rows, 8.32 KiB in 0.001212 sec., 85808.58085808581 rows/sec., 6.70 MiB/sec. 2026.01.02 05:07:13.572626 [ 154 ] {} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:07:13.572661 [ 270 ] {133fb44c-2443-4610-93b0-afdcc64b321d} TCPHandler: Processed in 0.001385733 sec. 2026.01.02 05:07:13.572661 [ 154 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.01.02 05:07:13.572780 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:07:13.572786 [ 200 ] {a2603088-a695-4667-9faf-2a4ce1a4e7af::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2026.01.02 05:07:13.572880 [ 270 ] {8d369d58-9768-4853-9380-ee977b2f2f90} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.02 05:07:13.572926 [ 200 ] {a2603088-a695-4667-9faf-2a4ce1a4e7af::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.02 05:07:13.572928 [ 270 ] {8d369d58-9768-4853-9380-ee977b2f2f90} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.02 05:07:13.572965 [ 200 ] {a2603088-a695-4667-9faf-2a4ce1a4e7af::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 791 rows starting from the beginning of the part 2026.01.02 05:07:13.573036 [ 200 ] {a2603088-a695-4667-9faf-2a4ce1a4e7af::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.01.02 05:07:13.573082 [ 200 ] {a2603088-a695-4667-9faf-2a4ce1a4e7af::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 104 rows starting from the beginning of the part 2026.01.02 05:07:13.573123 [ 200 ] {a2603088-a695-4667-9faf-2a4ce1a4e7af::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 558 rows starting from the beginning of the part 2026.01.02 05:07:13.573161 [ 200 ] {a2603088-a695-4667-9faf-2a4ce1a4e7af::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 64 rows starting from the beginning of the part 2026.01.02 05:07:13.573205 [ 200 ] {a2603088-a695-4667-9faf-2a4ce1a4e7af::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 104 rows starting from the beginning of the part 2026.01.02 05:07:13.573352 [ 270 ] {8d369d58-9768-4853-9380-ee977b2f2f90} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:07:13.573396 [ 270 ] {8d369d58-9768-4853-9380-ee977b2f2f90} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.01.02 05:07:13.573772 [ 270 ] {8d369d58-9768-4853-9380-ee977b2f2f90} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.01.02 05:07:13.574037 [ 270 ] {8d369d58-9768-4853-9380-ee977b2f2f90} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:07:13.574171 [ 270 ] {8d369d58-9768-4853-9380-ee977b2f2f90} executeQuery: Read 160 rows, 11.41 KiB in 0.001309 sec., 122230.71046600457 rows/sec., 8.51 MiB/sec. 2026.01.02 05:07:13.574211 [ 270 ] {8d369d58-9768-4853-9380-ee977b2f2f90} TCPHandler: Processed in 0.001479925 sec. 2026.01.02 05:07:13.574330 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:07:13.574349 [ 189 ] {a2603088-a695-4667-9faf-2a4ce1a4e7af::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 1685 rows, containing 5 columns (5 merged, 0 gathered) in 0.001614427 sec., 1043713.9616718501 rows/sec., 81.13 MiB/sec. 2026.01.02 05:07:13.574455 [ 270 ] {c10cca99-c0fb-4bd8-9eb5-799bc1dfc5d2} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.02 05:07:13.574522 [ 270 ] {c10cca99-c0fb-4bd8-9eb5-799bc1dfc5d2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.01.02 05:07:13.574541 [ 192 ] {a2603088-a695-4667-9faf-2a4ce1a4e7af::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.01.02 05:07:13.574804 [ 192 ] {a2603088-a695-4667-9faf-2a4ce1a4e7af::all_1_16_3} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:07:13.574872 [ 192 ] {a2603088-a695-4667-9faf-2a4ce1a4e7af::all_1_16_3} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.01.02 05:07:13.574952 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. 2026.01.02 05:07:13.575449 [ 270 ] {c10cca99-c0fb-4bd8-9eb5-799bc1dfc5d2} oximeter.measurements_histogramu64 (1ea2d44b-9dfb-4731-8ee2-8779179f369b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:07:13.575498 [ 270 ] {c10cca99-c0fb-4bd8-9eb5-799bc1dfc5d2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.01.02 05:07:13.576106 [ 270 ] {c10cca99-c0fb-4bd8-9eb5-799bc1dfc5d2} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.01.02 05:07:13.576325 [ 270 ] {c10cca99-c0fb-4bd8-9eb5-799bc1dfc5d2} oximeter.measurements_histogramu64 (1ea2d44b-9dfb-4731-8ee2-8779179f369b): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:07:13.576460 [ 270 ] {c10cca99-c0fb-4bd8-9eb5-799bc1dfc5d2} executeQuery: Read 40 rows, 73.40 KiB in 0.002031 sec., 19694.731659281144 rows/sec., 35.29 MiB/sec. 2026.01.02 05:07:13.576512 [ 270 ] {c10cca99-c0fb-4bd8-9eb5-799bc1dfc5d2} TCPHandler: Processed in 0.002242678 sec. 2026.01.02 05:07:13.576623 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:07:13.576716 [ 270 ] {77cfe1cc-0ea9-4f28-be8b-a44446d32669} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.02 05:07:13.576758 [ 270 ] {77cfe1cc-0ea9-4f28-be8b-a44446d32669} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.02 05:07:13.577084 [ 270 ] {77cfe1cc-0ea9-4f28-be8b-a44446d32669} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:07:13.577121 [ 270 ] {77cfe1cc-0ea9-4f28-be8b-a44446d32669} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.01.02 05:07:13.577419 [ 270 ] {77cfe1cc-0ea9-4f28-be8b-a44446d32669} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.01.02 05:07:13.577622 [ 270 ] {77cfe1cc-0ea9-4f28-be8b-a44446d32669} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:07:13.577745 [ 270 ] {77cfe1cc-0ea9-4f28-be8b-a44446d32669} executeQuery: Read 60 rows, 4.14 KiB in 0.001047 sec., 57306.59025787966 rows/sec., 3.86 MiB/sec. 2026.01.02 05:07:13.577780 [ 270 ] {77cfe1cc-0ea9-4f28-be8b-a44446d32669} TCPHandler: Processed in 0.00120643 sec. 2026.01.02 05:07:15.855603 [ 151 ] {} oximeter.fields_ipaddr (645cdd3d-4969-40ee-99e7-272b8c981424) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2026.01.02 05:07:15.855709 [ 151 ] {} oximeter.fields_ipaddr (645cdd3d-4969-40ee-99e7-272b8c981424): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:07:15.855754 [ 151 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.01.02 05:07:15.855937 [ 200 ] {645cdd3d-4969-40ee-99e7-272b8c981424::all_1_5_1} MergeTask::PrepareStage: Merging 5 parts: from all_1_1_0 to all_5_5_0 into Compact with storage Full 2026.01.02 05:07:15.856127 [ 200 ] {645cdd3d-4969-40ee-99e7-272b8c981424::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.02 05:07:15.856179 [ 200 ] {645cdd3d-4969-40ee-99e7-272b8c981424::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 4 rows starting from the beginning of the part 2026.01.02 05:07:15.856275 [ 200 ] {645cdd3d-4969-40ee-99e7-272b8c981424::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 4 rows starting from the beginning of the part 2026.01.02 05:07:15.856348 [ 200 ] {645cdd3d-4969-40ee-99e7-272b8c981424::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.01.02 05:07:15.856412 [ 200 ] {645cdd3d-4969-40ee-99e7-272b8c981424::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 10 rows starting from the beginning of the part 2026.01.02 05:07:15.856489 [ 200 ] {645cdd3d-4969-40ee-99e7-272b8c981424::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 2 rows starting from the beginning of the part 2026.01.02 05:07:15.857494 [ 189 ] {645cdd3d-4969-40ee-99e7-272b8c981424::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 22 rows, containing 5 columns (5 merged, 0 gathered) in 0.001627217 sec., 13520.016076528207 rows/sec., 1.13 MiB/sec. 2026.01.02 05:07:15.857693 [ 195 ] {645cdd3d-4969-40ee-99e7-272b8c981424::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2026.01.02 05:07:15.858030 [ 195 ] {645cdd3d-4969-40ee-99e7-272b8c981424::all_1_5_1} oximeter.fields_ipaddr (645cdd3d-4969-40ee-99e7-272b8c981424): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:07:15.858117 [ 195 ] {645cdd3d-4969-40ee-99e7-272b8c981424::all_1_5_1} oximeter.fields_ipaddr (645cdd3d-4969-40ee-99e7-272b8c981424) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2026.01.02 05:07:15.858215 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2026.01.02 05:07:15.859596 [ 151 ] {} oximeter.timeseries_schema (cc640168-9cf5-4040-b417-ab0d9fbe5864) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2026.01.02 05:07:15.859630 [ 151 ] {} oximeter.timeseries_schema (cc640168-9cf5-4040-b417-ab0d9fbe5864): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:07:15.859654 [ 151 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.01.02 05:07:15.859790 [ 200 ] {cc640168-9cf5-4040-b417-ab0d9fbe5864::all_1_5_1} MergeTask::PrepareStage: Merging 5 parts: from all_1_1_0 to all_5_5_0 into Compact with storage Full 2026.01.02 05:07:15.860149 [ 200 ] {cc640168-9cf5-4040-b417-ab0d9fbe5864::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.02 05:07:15.860203 [ 200 ] {cc640168-9cf5-4040-b417-ab0d9fbe5864::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 17 rows starting from the beginning of the part 2026.01.02 05:07:15.860306 [ 200 ] {cc640168-9cf5-4040-b417-ab0d9fbe5864::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.01.02 05:07:15.860408 [ 200 ] {cc640168-9cf5-4040-b417-ab0d9fbe5864::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 14 rows starting from the beginning of the part 2026.01.02 05:07:15.860500 [ 200 ] {cc640168-9cf5-4040-b417-ab0d9fbe5864::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 4 rows starting from the beginning of the part 2026.01.02 05:07:15.860593 [ 200 ] {cc640168-9cf5-4040-b417-ab0d9fbe5864::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 7 rows starting from the beginning of the part 2026.01.02 05:07:15.862196 [ 186 ] {cc640168-9cf5-4040-b417-ab0d9fbe5864::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 48 rows, containing 6 columns (6 merged, 0 gathered) in 0.002465481 sec., 19468.817646536318 rows/sec., 4.68 MiB/sec. 2026.01.02 05:07:15.862355 [ 200 ] {cc640168-9cf5-4040-b417-ab0d9fbe5864::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2026.01.02 05:07:15.862641 [ 200 ] {cc640168-9cf5-4040-b417-ab0d9fbe5864::all_1_5_1} oximeter.timeseries_schema (cc640168-9cf5-4040-b417-ab0d9fbe5864): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:07:15.862707 [ 200 ] {cc640168-9cf5-4040-b417-ab0d9fbe5864::all_1_5_1} oximeter.timeseries_schema (cc640168-9cf5-4040-b417-ab0d9fbe5864) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2026.01.02 05:07:15.862769 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. 2026.01.02 05:07:15.964701 [ 151 ] {} oximeter.fields_u32 (1310015a-3be0-40ba-9fec-1b5eb4ed9f75) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2026.01.02 05:07:15.964766 [ 151 ] {} oximeter.fields_u32 (1310015a-3be0-40ba-9fec-1b5eb4ed9f75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:07:15.964806 [ 151 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.01.02 05:07:15.964956 [ 189 ] {1310015a-3be0-40ba-9fec-1b5eb4ed9f75::all_1_5_1} MergeTask::PrepareStage: Merging 5 parts: from all_1_1_0 to all_5_5_0 into Compact with storage Full 2026.01.02 05:07:15.965139 [ 189 ] {1310015a-3be0-40ba-9fec-1b5eb4ed9f75::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.02 05:07:15.965196 [ 189 ] {1310015a-3be0-40ba-9fec-1b5eb4ed9f75::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 212 rows starting from the beginning of the part 2026.01.02 05:07:15.965308 [ 189 ] {1310015a-3be0-40ba-9fec-1b5eb4ed9f75::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 212 rows starting from the beginning of the part 2026.01.02 05:07:15.965386 [ 189 ] {1310015a-3be0-40ba-9fec-1b5eb4ed9f75::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.01.02 05:07:15.965460 [ 189 ] {1310015a-3be0-40ba-9fec-1b5eb4ed9f75::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 24 rows starting from the beginning of the part 2026.01.02 05:07:15.965531 [ 189 ] {1310015a-3be0-40ba-9fec-1b5eb4ed9f75::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 252 rows starting from the beginning of the part 2026.01.02 05:07:15.966444 [ 186 ] {1310015a-3be0-40ba-9fec-1b5eb4ed9f75::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 724 rows, containing 5 columns (5 merged, 0 gathered) in 0.001553006 sec., 466192.6612002787 rows/sec., 33.17 MiB/sec. 2026.01.02 05:07:15.966604 [ 200 ] {1310015a-3be0-40ba-9fec-1b5eb4ed9f75::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2026.01.02 05:07:15.966852 [ 200 ] {1310015a-3be0-40ba-9fec-1b5eb4ed9f75::all_1_5_1} oximeter.fields_u32 (1310015a-3be0-40ba-9fec-1b5eb4ed9f75): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:07:15.966919 [ 200 ] {1310015a-3be0-40ba-9fec-1b5eb4ed9f75::all_1_5_1} oximeter.fields_u32 (1310015a-3be0-40ba-9fec-1b5eb4ed9f75) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2026.01.02 05:07:15.966985 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. 2026.01.02 05:07:16.775792 [ 125 ] {} DNSResolver: Updating DNS cache 2026.01.02 05:07:16.775882 [ 125 ] {} DNSResolver: Updated DNS cache 2026.01.02 05:07:16.903846 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 6745 2026.01.02 05:07:16.904384 [ 245 ] {} system.asynchronous_metric_log (bb53ce5c-bddd-4105-a5af-ef87950cd4f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:07:16.904424 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.01.02 05:07:16.904954 [ 245 ] {} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.01.02 05:07:16.905196 [ 245 ] {} system.asynchronous_metric_log (bb53ce5c-bddd-4105-a5af-ef87950cd4f3): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:07:16.905326 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6745 2026.01.02 05:07:17.059181 [ 134 ] {} oximeter.fields_i16 (cb56b64a-0514-41c6-b851-58b3833bf8fd) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2026.01.02 05:07:17.059251 [ 134 ] {} oximeter.fields_i16 (cb56b64a-0514-41c6-b851-58b3833bf8fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:07:17.059275 [ 134 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.01.02 05:07:17.059383 [ 194 ] {cb56b64a-0514-41c6-b851-58b3833bf8fd::all_1_5_1} MergeTask::PrepareStage: Merging 5 parts: from all_1_1_0 to all_5_5_0 into Compact with storage Full 2026.01.02 05:07:17.059499 [ 194 ] {cb56b64a-0514-41c6-b851-58b3833bf8fd::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.02 05:07:17.059535 [ 194 ] {cb56b64a-0514-41c6-b851-58b3833bf8fd::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 410 rows starting from the beginning of the part 2026.01.02 05:07:17.059605 [ 194 ] {cb56b64a-0514-41c6-b851-58b3833bf8fd::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 410 rows starting from the beginning of the part 2026.01.02 05:07:17.059654 [ 194 ] {cb56b64a-0514-41c6-b851-58b3833bf8fd::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.01.02 05:07:17.059700 [ 194 ] {cb56b64a-0514-41c6-b851-58b3833bf8fd::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 24 rows starting from the beginning of the part 2026.01.02 05:07:17.059738 [ 194 ] {cb56b64a-0514-41c6-b851-58b3833bf8fd::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 24 rows starting from the beginning of the part 2026.01.02 05:07:17.060562 [ 200 ] {cb56b64a-0514-41c6-b851-58b3833bf8fd::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 892 rows, containing 5 columns (5 merged, 0 gathered) in 0.00122044 sec., 730883.9434957885 rows/sec., 50.30 MiB/sec. 2026.01.02 05:07:17.060762 [ 200 ] {cb56b64a-0514-41c6-b851-58b3833bf8fd::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2026.01.02 05:07:17.061056 [ 200 ] {cb56b64a-0514-41c6-b851-58b3833bf8fd::all_1_5_1} oximeter.fields_i16 (cb56b64a-0514-41c6-b851-58b3833bf8fd): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:07:17.061129 [ 200 ] {cb56b64a-0514-41c6-b851-58b3833bf8fd::all_1_5_1} oximeter.fields_i16 (cb56b64a-0514-41c6-b851-58b3833bf8fd) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2026.01.02 05:07:17.061211 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB. 2026.01.02 05:07:17.250721 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 106 2026.01.02 05:07:17.268695 [ 244 ] {} system.metric_log (a59fffb9-cc3a-4586-97e5-9d20b67a7356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:07:17.268741 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.01.02 05:07:17.274311 [ 244 ] {} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.01.02 05:07:17.274991 [ 244 ] {} system.metric_log (a59fffb9-cc3a-4586-97e5-9d20b67a7356): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:07:17.278050 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 106 2026.01.02 05:07:18.564859 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:07:18.565056 [ 270 ] {dc4ca9ab-2f5b-43f0-b19f-49c480400b13} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.02 05:07:18.565124 [ 270 ] {dc4ca9ab-2f5b-43f0-b19f-49c480400b13} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.02 05:07:18.565752 [ 270 ] {dc4ca9ab-2f5b-43f0-b19f-49c480400b13} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:07:18.565794 [ 270 ] {dc4ca9ab-2f5b-43f0-b19f-49c480400b13} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.01.02 05:07:18.566203 [ 270 ] {dc4ca9ab-2f5b-43f0-b19f-49c480400b13} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.01.02 05:07:18.566435 [ 270 ] {dc4ca9ab-2f5b-43f0-b19f-49c480400b13} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:07:18.566590 [ 270 ] {dc4ca9ab-2f5b-43f0-b19f-49c480400b13} executeQuery: Read 56 rows, 4.41 KiB in 0.001583 sec., 35375.86860391661 rows/sec., 2.72 MiB/sec. 2026.01.02 05:07:18.566638 [ 270 ] {dc4ca9ab-2f5b-43f0-b19f-49c480400b13} TCPHandler: Processed in 0.001917533 sec. 2026.01.02 05:07:18.566759 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:07:18.566861 [ 270 ] {21085f27-297c-4da0-80b5-a7bf0686abc0} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.02 05:07:18.566905 [ 270 ] {21085f27-297c-4da0-80b5-a7bf0686abc0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.02 05:07:18.567329 [ 270 ] {21085f27-297c-4da0-80b5-a7bf0686abc0} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:07:18.567365 [ 270 ] {21085f27-297c-4da0-80b5-a7bf0686abc0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.01.02 05:07:18.567673 [ 270 ] {21085f27-297c-4da0-80b5-a7bf0686abc0} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.01.02 05:07:18.567886 [ 270 ] {21085f27-297c-4da0-80b5-a7bf0686abc0} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:07:18.568024 [ 270 ] {21085f27-297c-4da0-80b5-a7bf0686abc0} executeQuery: Read 64 rows, 5.12 KiB in 0.001186 sec., 53962.900505902195 rows/sec., 4.21 MiB/sec. 2026.01.02 05:07:18.568062 [ 270 ] {21085f27-297c-4da0-80b5-a7bf0686abc0} TCPHandler: Processed in 0.001355532 sec. 2026.01.02 05:07:18.568174 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:07:18.568271 [ 270 ] {66c5b1fc-4bdc-4a68-94c6-b719115302c1} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.02 05:07:18.568316 [ 270 ] {66c5b1fc-4bdc-4a68-94c6-b719115302c1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.02 05:07:18.568709 [ 270 ] {66c5b1fc-4bdc-4a68-94c6-b719115302c1} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:07:18.568744 [ 270 ] {66c5b1fc-4bdc-4a68-94c6-b719115302c1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.01.02 05:07:18.569082 [ 270 ] {66c5b1fc-4bdc-4a68-94c6-b719115302c1} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.01.02 05:07:18.569302 [ 270 ] {66c5b1fc-4bdc-4a68-94c6-b719115302c1} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:07:18.569392 [ 137 ] {} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.01.02 05:07:18.569428 [ 270 ] {66c5b1fc-4bdc-4a68-94c6-b719115302c1} executeQuery: Read 160 rows, 11.41 KiB in 0.001178 sec., 135823.42954159592 rows/sec., 9.46 MiB/sec. 2026.01.02 05:07:18.569431 [ 137 ] {} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:07:18.569460 [ 137 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.01.02 05:07:18.569464 [ 270 ] {66c5b1fc-4bdc-4a68-94c6-b719115302c1} TCPHandler: Processed in 0.001339743 sec. 2026.01.02 05:07:18.569572 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:07:18.569589 [ 194 ] {935760ec-14c4-43f9-bf0f-f949cce05eda::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2026.01.02 05:07:18.569666 [ 270 ] {957fc458-e725-4d36-ac7e-3a9c6a1a73c5} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.02 05:07:18.569714 [ 270 ] {957fc458-e725-4d36-ac7e-3a9c6a1a73c5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.02 05:07:18.569730 [ 194 ] {935760ec-14c4-43f9-bf0f-f949cce05eda::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.02 05:07:18.569772 [ 194 ] {935760ec-14c4-43f9-bf0f-f949cce05eda::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 1328 rows starting from the beginning of the part 2026.01.02 05:07:18.569836 [ 194 ] {935760ec-14c4-43f9-bf0f-f949cce05eda::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 160 rows starting from the beginning of the part 2026.01.02 05:07:18.569880 [ 194 ] {935760ec-14c4-43f9-bf0f-f949cce05eda::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 3286 rows starting from the beginning of the part 2026.01.02 05:07:18.569918 [ 194 ] {935760ec-14c4-43f9-bf0f-f949cce05eda::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 128 rows starting from the beginning of the part 2026.01.02 05:07:18.569956 [ 194 ] {935760ec-14c4-43f9-bf0f-f949cce05eda::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 160 rows starting from the beginning of the part 2026.01.02 05:07:18.570002 [ 194 ] {935760ec-14c4-43f9-bf0f-f949cce05eda::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.01.02 05:07:18.570049 [ 270 ] {957fc458-e725-4d36-ac7e-3a9c6a1a73c5} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:07:18.570090 [ 270 ] {957fc458-e725-4d36-ac7e-3a9c6a1a73c5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.01.02 05:07:18.570428 [ 270 ] {957fc458-e725-4d36-ac7e-3a9c6a1a73c5} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.01.02 05:07:18.570654 [ 270 ] {957fc458-e725-4d36-ac7e-3a9c6a1a73c5} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:07:18.570786 [ 270 ] {957fc458-e725-4d36-ac7e-3a9c6a1a73c5} executeQuery: Read 60 rows, 4.14 KiB in 0.001139 sec., 52677.78753292361 rows/sec., 3.55 MiB/sec. 2026.01.02 05:07:18.570822 [ 270 ] {957fc458-e725-4d36-ac7e-3a9c6a1a73c5} TCPHandler: Processed in 0.001298762 sec. 2026.01.02 05:07:18.571924 [ 190 ] {935760ec-14c4-43f9-bf0f-f949cce05eda::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 5222 rows, containing 5 columns (5 merged, 0 gathered) in 0.00239346 sec., 2181778.680236979 rows/sec., 148.94 MiB/sec. 2026.01.02 05:07:18.572268 [ 194 ] {935760ec-14c4-43f9-bf0f-f949cce05eda::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.01.02 05:07:18.572506 [ 194 ] {935760ec-14c4-43f9-bf0f-f949cce05eda::all_1_16_3} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:07:18.572599 [ 194 ] {935760ec-14c4-43f9-bf0f-f949cce05eda::all_1_16_3} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.01.02 05:07:18.572666 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.11 MiB. 2026.01.02 05:07:18.833892 [ 150 ] {} oximeter.fields_u8 (ae3e3832-81ae-4954-8933-d68b9608f6be) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2026.01.02 05:07:18.833960 [ 150 ] {} oximeter.fields_u8 (ae3e3832-81ae-4954-8933-d68b9608f6be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:07:18.834003 [ 150 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.01.02 05:07:18.834185 [ 186 ] {ae3e3832-81ae-4954-8933-d68b9608f6be::all_1_5_1} MergeTask::PrepareStage: Merging 5 parts: from all_1_1_0 to all_5_5_0 into Compact with storage Full 2026.01.02 05:07:18.834368 [ 186 ] {ae3e3832-81ae-4954-8933-d68b9608f6be::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.02 05:07:18.834416 [ 186 ] {ae3e3832-81ae-4954-8933-d68b9608f6be::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 211 rows starting from the beginning of the part 2026.01.02 05:07:18.834578 [ 186 ] {ae3e3832-81ae-4954-8933-d68b9608f6be::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 211 rows starting from the beginning of the part 2026.01.02 05:07:18.834665 [ 186 ] {ae3e3832-81ae-4954-8933-d68b9608f6be::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 12 rows starting from the beginning of the part 2026.01.02 05:07:18.834740 [ 186 ] {ae3e3832-81ae-4954-8933-d68b9608f6be::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 12 rows starting from the beginning of the part 2026.01.02 05:07:18.834827 [ 186 ] {ae3e3832-81ae-4954-8933-d68b9608f6be::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 12 rows starting from the beginning of the part 2026.01.02 05:07:18.835756 [ 190 ] {ae3e3832-81ae-4954-8933-d68b9608f6be::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 458 rows, containing 5 columns (5 merged, 0 gathered) in 0.001637708 sec., 279659.13337420346 rows/sec., 17.38 MiB/sec. 2026.01.02 05:07:18.835874 [ 190 ] {ae3e3832-81ae-4954-8933-d68b9608f6be::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2026.01.02 05:07:18.836101 [ 190 ] {ae3e3832-81ae-4954-8933-d68b9608f6be::all_1_5_1} oximeter.fields_u8 (ae3e3832-81ae-4954-8933-d68b9608f6be): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:07:18.836155 [ 190 ] {ae3e3832-81ae-4954-8933-d68b9608f6be::all_1_5_1} oximeter.fields_u8 (ae3e3832-81ae-4954-8933-d68b9608f6be) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2026.01.02 05:07:18.836207 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. 2026.01.02 05:07:21.922407 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 428 2026.01.02 05:07:21.924423 [ 243 ] {} system.query_log (dd3f3490-5765-4d2a-9406-0e239d3e9a13): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:07:21.924479 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.01.02 05:07:21.925658 [ 243 ] {} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.01.02 05:07:21.925947 [ 243 ] {} system.query_log (dd3f3490-5765-4d2a-9406-0e239d3e9a13): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:07:21.926115 [ 148 ] {} system.query_log (dd3f3490-5765-4d2a-9406-0e239d3e9a13) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.01.02 05:07:21.926189 [ 148 ] {} system.query_log (dd3f3490-5765-4d2a-9406-0e239d3e9a13): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:07:21.926213 [ 148 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.01.02 05:07:21.926300 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 428 2026.01.02 05:07:21.926333 [ 186 ] {dd3f3490-5765-4d2a-9406-0e239d3e9a13::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2026.01.02 05:07:21.926980 [ 186 ] {dd3f3490-5765-4d2a-9406-0e239d3e9a13::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.02 05:07:21.927132 [ 186 ] {dd3f3490-5765-4d2a-9406-0e239d3e9a13::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 268 rows starting from the beginning of the part 2026.01.02 05:07:21.927502 [ 186 ] {dd3f3490-5765-4d2a-9406-0e239d3e9a13::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 42 rows starting from the beginning of the part 2026.01.02 05:07:21.927828 [ 186 ] {dd3f3490-5765-4d2a-9406-0e239d3e9a13::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 20 rows starting from the beginning of the part 2026.01.02 05:07:21.928134 [ 186 ] {dd3f3490-5765-4d2a-9406-0e239d3e9a13::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 24 rows starting from the beginning of the part 2026.01.02 05:07:21.928455 [ 186 ] {dd3f3490-5765-4d2a-9406-0e239d3e9a13::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 54 rows starting from the beginning of the part 2026.01.02 05:07:21.928825 [ 186 ] {dd3f3490-5765-4d2a-9406-0e239d3e9a13::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 20 rows starting from the beginning of the part 2026.01.02 05:07:21.934433 [ 191 ] {dd3f3490-5765-4d2a-9406-0e239d3e9a13::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 428 rows, containing 72 columns (72 merged, 0 gathered) in 0.008153666 sec., 52491.725807753224 rows/sec., 52.53 MiB/sec. 2026.01.02 05:07:21.935410 [ 197 ] {dd3f3490-5765-4d2a-9406-0e239d3e9a13::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.01.02 05:07:21.936088 [ 197 ] {dd3f3490-5765-4d2a-9406-0e239d3e9a13::all_1_11_2} system.query_log (dd3f3490-5765-4d2a-9406-0e239d3e9a13): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:07:21.936190 [ 197 ] {dd3f3490-5765-4d2a-9406-0e239d3e9a13::all_1_11_2} system.query_log (dd3f3490-5765-4d2a-9406-0e239d3e9a13) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.01.02 05:07:21.936448 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.82 MiB. 2026.01.02 05:07:23.566451 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:07:23.566663 [ 270 ] {392107c4-b1b9-4dd3-b7d2-d4b2db54e22b} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.01.02 05:07:23.566735 [ 270 ] {392107c4-b1b9-4dd3-b7d2-d4b2db54e22b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.01.02 05:07:23.567367 [ 270 ] {392107c4-b1b9-4dd3-b7d2-d4b2db54e22b} oximeter.fields_ipaddr (645cdd3d-4969-40ee-99e7-272b8c981424): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:07:23.567408 [ 270 ] {392107c4-b1b9-4dd3-b7d2-d4b2db54e22b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.01.02 05:07:23.567793 [ 270 ] {392107c4-b1b9-4dd3-b7d2-d4b2db54e22b} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.01.02 05:07:23.568029 [ 270 ] {392107c4-b1b9-4dd3-b7d2-d4b2db54e22b} oximeter.fields_ipaddr (645cdd3d-4969-40ee-99e7-272b8c981424): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:07:23.568176 [ 270 ] {392107c4-b1b9-4dd3-b7d2-d4b2db54e22b} executeQuery: Read 4 rows, 334.00 B in 0.001569 sec., 2549.394518801784 rows/sec., 207.89 KiB/sec. 2026.01.02 05:07:23.568215 [ 270 ] {392107c4-b1b9-4dd3-b7d2-d4b2db54e22b} TCPHandler: Processed in 0.001903201 sec. 2026.01.02 05:07:23.568330 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:07:23.568426 [ 270 ] {97df0535-5d4e-46b2-9ec8-cdce3e8ff0d0} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.02 05:07:23.568466 [ 270 ] {97df0535-5d4e-46b2-9ec8-cdce3e8ff0d0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.02 05:07:23.568932 [ 270 ] {97df0535-5d4e-46b2-9ec8-cdce3e8ff0d0} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:07:23.568967 [ 270 ] {97df0535-5d4e-46b2-9ec8-cdce3e8ff0d0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.01.02 05:07:23.569288 [ 270 ] {97df0535-5d4e-46b2-9ec8-cdce3e8ff0d0} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.01.02 05:07:23.569495 [ 270 ] {97df0535-5d4e-46b2-9ec8-cdce3e8ff0d0} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:07:23.569626 [ 270 ] {97df0535-5d4e-46b2-9ec8-cdce3e8ff0d0} executeQuery: Read 138 rows, 12.22 KiB in 0.00122 sec., 113114.75409836066 rows/sec., 9.78 MiB/sec. 2026.01.02 05:07:23.569663 [ 270 ] {97df0535-5d4e-46b2-9ec8-cdce3e8ff0d0} TCPHandler: Processed in 0.001382754 sec. 2026.01.02 05:07:23.569773 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:07:23.569866 [ 270 ] {9e46728d-fb45-422b-b3ac-73414419f5a9} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.02 05:07:23.569908 [ 270 ] {9e46728d-fb45-422b-b3ac-73414419f5a9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.02 05:07:23.570310 [ 270 ] {9e46728d-fb45-422b-b3ac-73414419f5a9} oximeter.fields_u16 (75d7a870-5da0-445d-b2e0-ec90b5ea7788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:07:23.570344 [ 270 ] {9e46728d-fb45-422b-b3ac-73414419f5a9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.01.02 05:07:23.570657 [ 270 ] {9e46728d-fb45-422b-b3ac-73414419f5a9} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.01.02 05:07:23.570872 [ 270 ] {9e46728d-fb45-422b-b3ac-73414419f5a9} oximeter.fields_u16 (75d7a870-5da0-445d-b2e0-ec90b5ea7788): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:07:23.570996 [ 270 ] {9e46728d-fb45-422b-b3ac-73414419f5a9} executeQuery: Read 44 rows, 3.29 KiB in 0.001147 sec., 38360.941586748035 rows/sec., 2.80 MiB/sec. 2026.01.02 05:07:23.571032 [ 270 ] {9e46728d-fb45-422b-b3ac-73414419f5a9} TCPHandler: Processed in 0.001309502 sec. 2026.01.02 05:07:23.571133 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:07:23.571225 [ 270 ] {31ab8be3-3754-45fa-8e30-5d3c637f29af} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.02 05:07:23.571265 [ 270 ] {31ab8be3-3754-45fa-8e30-5d3c637f29af} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.02 05:07:23.571681 [ 270 ] {31ab8be3-3754-45fa-8e30-5d3c637f29af} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:07:23.571716 [ 270 ] {31ab8be3-3754-45fa-8e30-5d3c637f29af} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.01.02 05:07:23.572017 [ 270 ] {31ab8be3-3754-45fa-8e30-5d3c637f29af} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.01.02 05:07:23.572214 [ 270 ] {31ab8be3-3754-45fa-8e30-5d3c637f29af} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:07:23.572332 [ 270 ] {31ab8be3-3754-45fa-8e30-5d3c637f29af} executeQuery: Read 108 rows, 8.64 KiB in 0.001152 sec., 93750 rows/sec., 7.33 MiB/sec. 2026.01.02 05:07:23.572366 [ 270 ] {31ab8be3-3754-45fa-8e30-5d3c637f29af} TCPHandler: Processed in 0.001311482 sec. 2026.01.02 05:07:23.572466 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:07:23.572553 [ 270 ] {45c12d15-61bd-4986-a7a2-e1f30cc69f89} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.02 05:07:23.572594 [ 270 ] {45c12d15-61bd-4986-a7a2-e1f30cc69f89} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.02 05:07:23.573030 [ 270 ] {45c12d15-61bd-4986-a7a2-e1f30cc69f89} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:07:23.573063 [ 270 ] {45c12d15-61bd-4986-a7a2-e1f30cc69f89} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.01.02 05:07:23.573389 [ 270 ] {45c12d15-61bd-4986-a7a2-e1f30cc69f89} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.01.02 05:07:23.573595 [ 270 ] {45c12d15-61bd-4986-a7a2-e1f30cc69f89} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:07:23.573718 [ 270 ] {45c12d15-61bd-4986-a7a2-e1f30cc69f89} executeQuery: Read 162 rows, 11.55 KiB in 0.00114 sec., 142105.26315789475 rows/sec., 9.90 MiB/sec. 2026.01.02 05:07:23.573753 [ 270 ] {45c12d15-61bd-4986-a7a2-e1f30cc69f89} TCPHandler: Processed in 0.001298232 sec. 2026.01.02 05:07:23.573861 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:07:23.573957 [ 270 ] {462604ef-a149-4229-98a5-585fb459b847} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.02 05:07:23.574014 [ 270 ] {462604ef-a149-4229-98a5-585fb459b847} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.01.02 05:07:23.574789 [ 270 ] {462604ef-a149-4229-98a5-585fb459b847} oximeter.measurements_histogramu64 (1ea2d44b-9dfb-4731-8ee2-8779179f369b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:07:23.574824 [ 270 ] {462604ef-a149-4229-98a5-585fb459b847} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.01.02 05:07:23.575389 [ 270 ] {462604ef-a149-4229-98a5-585fb459b847} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.01.02 05:07:23.575606 [ 270 ] {462604ef-a149-4229-98a5-585fb459b847} oximeter.measurements_histogramu64 (1ea2d44b-9dfb-4731-8ee2-8779179f369b): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:07:23.575740 [ 270 ] {462604ef-a149-4229-98a5-585fb459b847} executeQuery: Read 40 rows, 73.40 KiB in 0.0018 sec., 22222.222222222223 rows/sec., 39.82 MiB/sec. 2026.01.02 05:07:23.575789 [ 270 ] {462604ef-a149-4229-98a5-585fb459b847} TCPHandler: Processed in 0.001979423 sec. 2026.01.02 05:07:23.575895 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:07:23.575988 [ 270 ] {41849ee8-abf2-4150-ade2-790bb90d55c6} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.02 05:07:23.576030 [ 270 ] {41849ee8-abf2-4150-ade2-790bb90d55c6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.02 05:07:23.576358 [ 270 ] {41849ee8-abf2-4150-ade2-790bb90d55c6} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:07:23.576392 [ 270 ] {41849ee8-abf2-4150-ade2-790bb90d55c6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.01.02 05:07:23.576694 [ 270 ] {41849ee8-abf2-4150-ade2-790bb90d55c6} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.01.02 05:07:23.576897 [ 270 ] {41849ee8-abf2-4150-ade2-790bb90d55c6} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:07:23.576988 [ 145 ] {} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.01.02 05:07:23.577021 [ 270 ] {41849ee8-abf2-4150-ade2-790bb90d55c6} executeQuery: Read 60 rows, 4.14 KiB in 0.001051 sec., 57088.487155090384 rows/sec., 3.85 MiB/sec. 2026.01.02 05:07:23.577030 [ 145 ] {} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:07:23.577052 [ 145 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.01.02 05:07:23.577056 [ 270 ] {41849ee8-abf2-4150-ade2-790bb90d55c6} TCPHandler: Processed in 0.0012102 sec. 2026.01.02 05:07:23.577169 [ 186 ] {45294a01-6668-46b2-a532-60faf64b8164::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2026.01.02 05:07:23.577321 [ 186 ] {45294a01-6668-46b2-a532-60faf64b8164::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.02 05:07:23.577361 [ 186 ] {45294a01-6668-46b2-a532-60faf64b8164::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 418 rows starting from the beginning of the part 2026.01.02 05:07:23.577432 [ 186 ] {45294a01-6668-46b2-a532-60faf64b8164::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 12 rows starting from the beginning of the part 2026.01.02 05:07:23.577480 [ 186 ] {45294a01-6668-46b2-a532-60faf64b8164::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 48 rows starting from the beginning of the part 2026.01.02 05:07:23.577527 [ 186 ] {45294a01-6668-46b2-a532-60faf64b8164::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.01.02 05:07:23.577571 [ 186 ] {45294a01-6668-46b2-a532-60faf64b8164::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 60 rows starting from the beginning of the part 2026.01.02 05:07:23.577617 [ 186 ] {45294a01-6668-46b2-a532-60faf64b8164::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.01.02 05:07:23.578515 [ 197 ] {45294a01-6668-46b2-a532-60faf64b8164::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 658 rows, containing 4 columns (4 merged, 0 gathered) in 0.001403624 sec., 468786.51262731326 rows/sec., 30.67 MiB/sec. 2026.01.02 05:07:23.578683 [ 186 ] {45294a01-6668-46b2-a532-60faf64b8164::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.01.02 05:07:23.578933 [ 186 ] {45294a01-6668-46b2-a532-60faf64b8164::all_1_16_3} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:07:23.579003 [ 186 ] {45294a01-6668-46b2-a532-60faf64b8164::all_1_16_3} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.01.02 05:07:23.579070 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. 2026.01.02 05:07:24.405552 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 7257 2026.01.02 05:07:24.406451 [ 245 ] {} system.asynchronous_metric_log (bb53ce5c-bddd-4105-a5af-ef87950cd4f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:07:24.406503 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.01.02 05:07:24.407039 [ 245 ] {} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.01.02 05:07:24.407274 [ 245 ] {} system.asynchronous_metric_log (bb53ce5c-bddd-4105-a5af-ef87950cd4f3): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:07:24.407404 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7257 2026.01.02 05:07:24.778227 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 113 2026.01.02 05:07:24.795522 [ 244 ] {} system.metric_log (a59fffb9-cc3a-4586-97e5-9d20b67a7356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:07:24.795585 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.01.02 05:07:24.801509 [ 244 ] {} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.01.02 05:07:24.802191 [ 244 ] {} system.metric_log (a59fffb9-cc3a-4586-97e5-9d20b67a7356): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:07:24.805071 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 113 2026.01.02 05:07:28.564798 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:07:28.564998 [ 270 ] {b161d5d9-f705-4e6e-b025-67a4091688b2} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.02 05:07:28.565065 [ 270 ] {b161d5d9-f705-4e6e-b025-67a4091688b2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.02 05:07:28.565670 [ 270 ] {b161d5d9-f705-4e6e-b025-67a4091688b2} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:07:28.565720 [ 270 ] {b161d5d9-f705-4e6e-b025-67a4091688b2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.01.02 05:07:28.566117 [ 270 ] {b161d5d9-f705-4e6e-b025-67a4091688b2} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.01.02 05:07:28.566341 [ 270 ] {b161d5d9-f705-4e6e-b025-67a4091688b2} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:07:28.566494 [ 270 ] {b161d5d9-f705-4e6e-b025-67a4091688b2} executeQuery: Read 56 rows, 4.41 KiB in 0.001545 sec., 36245.95469255664 rows/sec., 2.78 MiB/sec. 2026.01.02 05:07:28.566533 [ 270 ] {b161d5d9-f705-4e6e-b025-67a4091688b2} TCPHandler: Processed in 0.001867162 sec. 2026.01.02 05:07:28.566652 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:07:28.566770 [ 270 ] {5e48533c-1dd9-4f3b-837a-c52d5b47a2e0} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.02 05:07:28.566819 [ 270 ] {5e48533c-1dd9-4f3b-837a-c52d5b47a2e0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.02 05:07:28.567293 [ 270 ] {5e48533c-1dd9-4f3b-837a-c52d5b47a2e0} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:07:28.567329 [ 270 ] {5e48533c-1dd9-4f3b-837a-c52d5b47a2e0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.01.02 05:07:28.567648 [ 270 ] {5e48533c-1dd9-4f3b-837a-c52d5b47a2e0} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.01.02 05:07:28.567861 [ 270 ] {5e48533c-1dd9-4f3b-837a-c52d5b47a2e0} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:07:28.567991 [ 270 ] {5e48533c-1dd9-4f3b-837a-c52d5b47a2e0} executeQuery: Read 64 rows, 5.12 KiB in 0.001245 sec., 51405.62248995984 rows/sec., 4.01 MiB/sec. 2026.01.02 05:07:28.568028 [ 270 ] {5e48533c-1dd9-4f3b-837a-c52d5b47a2e0} TCPHandler: Processed in 0.001434804 sec. 2026.01.02 05:07:28.568139 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:07:28.568232 [ 270 ] {1384a938-3096-4f0a-99d8-58dd014d150c} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.02 05:07:28.568275 [ 270 ] {1384a938-3096-4f0a-99d8-58dd014d150c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.02 05:07:28.568659 [ 270 ] {1384a938-3096-4f0a-99d8-58dd014d150c} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:07:28.568695 [ 270 ] {1384a938-3096-4f0a-99d8-58dd014d150c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.01.02 05:07:28.569036 [ 270 ] {1384a938-3096-4f0a-99d8-58dd014d150c} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.01.02 05:07:28.569239 [ 270 ] {1384a938-3096-4f0a-99d8-58dd014d150c} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:07:28.569370 [ 270 ] {1384a938-3096-4f0a-99d8-58dd014d150c} executeQuery: Read 160 rows, 11.41 KiB in 0.001156 sec., 138408.30449826992 rows/sec., 9.64 MiB/sec. 2026.01.02 05:07:28.569405 [ 270 ] {1384a938-3096-4f0a-99d8-58dd014d150c} TCPHandler: Processed in 0.001313732 sec. 2026.01.02 05:07:28.569509 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:07:28.569600 [ 270 ] {425748e4-d32b-4f4e-9aa5-2598ff6b9640} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.02 05:07:28.569641 [ 270 ] {425748e4-d32b-4f4e-9aa5-2598ff6b9640} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.02 05:07:28.569951 [ 270 ] {425748e4-d32b-4f4e-9aa5-2598ff6b9640} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:07:28.569987 [ 270 ] {425748e4-d32b-4f4e-9aa5-2598ff6b9640} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.01.02 05:07:28.570286 [ 270 ] {425748e4-d32b-4f4e-9aa5-2598ff6b9640} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.01.02 05:07:28.570490 [ 270 ] {425748e4-d32b-4f4e-9aa5-2598ff6b9640} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:07:28.570613 [ 270 ] {425748e4-d32b-4f4e-9aa5-2598ff6b9640} executeQuery: Read 60 rows, 4.14 KiB in 0.001031 sec., 58195.926285160036 rows/sec., 3.92 MiB/sec. 2026.01.02 05:07:28.570648 [ 270 ] {425748e4-d32b-4f4e-9aa5-2598ff6b9640} TCPHandler: Processed in 0.00118735 sec. 2026.01.02 05:07:31.775970 [ 136 ] {} DNSResolver: Updating DNS cache 2026.01.02 05:07:31.776044 [ 136 ] {} DNSResolver: Updated DNS cache 2026.01.02 05:07:31.907628 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 7705 2026.01.02 05:07:31.908190 [ 245 ] {} system.asynchronous_metric_log (bb53ce5c-bddd-4105-a5af-ef87950cd4f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:07:31.908244 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.01.02 05:07:31.908818 [ 245 ] {} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.01.02 05:07:31.909067 [ 245 ] {} system.asynchronous_metric_log (bb53ce5c-bddd-4105-a5af-ef87950cd4f3): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:07:31.909201 [ 136 ] {} system.asynchronous_metric_log (bb53ce5c-bddd-4105-a5af-ef87950cd4f3) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.01.02 05:07:31.909212 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7705 2026.01.02 05:07:31.909275 [ 136 ] {} system.asynchronous_metric_log (bb53ce5c-bddd-4105-a5af-ef87950cd4f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:07:31.909300 [ 136 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.01.02 05:07:31.909419 [ 187 ] {bb53ce5c-bddd-4105-a5af-ef87950cd4f3::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2026.01.02 05:07:31.909562 [ 187 ] {bb53ce5c-bddd-4105-a5af-ef87950cd4f3::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.02 05:07:31.909603 [ 187 ] {bb53ce5c-bddd-4105-a5af-ef87950cd4f3::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 5337 rows starting from the beginning of the part 2026.01.02 05:07:31.909667 [ 187 ] {bb53ce5c-bddd-4105-a5af-ef87950cd4f3::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.01.02 05:07:31.909710 [ 187 ] {bb53ce5c-bddd-4105-a5af-ef87950cd4f3::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.01.02 05:07:31.909751 [ 187 ] {bb53ce5c-bddd-4105-a5af-ef87950cd4f3::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.01.02 05:07:31.909790 [ 187 ] {bb53ce5c-bddd-4105-a5af-ef87950cd4f3::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.01.02 05:07:31.909827 [ 187 ] {bb53ce5c-bddd-4105-a5af-ef87950cd4f3::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.01.02 05:07:31.911253 [ 186 ] {bb53ce5c-bddd-4105-a5af-ef87950cd4f3::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 7705 rows, containing 4 columns (4 merged, 0 gathered) in 0.001885541 sec., 4086360.360236134 rows/sec., 58.46 MiB/sec. 2026.01.02 05:07:31.911902 [ 187 ] {bb53ce5c-bddd-4105-a5af-ef87950cd4f3::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.01.02 05:07:31.912176 [ 187 ] {bb53ce5c-bddd-4105-a5af-ef87950cd4f3::all_1_16_3} system.asynchronous_metric_log (bb53ce5c-bddd-4105-a5af-ef87950cd4f3): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:07:31.912249 [ 187 ] {bb53ce5c-bddd-4105-a5af-ef87950cd4f3::all_1_16_3} system.asynchronous_metric_log (bb53ce5c-bddd-4105-a5af-ef87950cd4f3) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.01.02 05:07:31.912329 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.45 MiB. 2026.01.02 05:07:31.926583 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 22 entries to flush up to offset 450 2026.01.02 05:07:31.928675 [ 243 ] {} system.query_log (dd3f3490-5765-4d2a-9406-0e239d3e9a13): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:07:31.928720 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.01.02 05:07:31.929881 [ 243 ] {} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.01.02 05:07:31.930162 [ 243 ] {} system.query_log (dd3f3490-5765-4d2a-9406-0e239d3e9a13): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:07:31.930487 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 450 2026.01.02 05:07:32.001145 [ 248 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000805874 sec. 2026.01.02 05:07:32.305266 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 121 2026.01.02 05:07:32.321395 [ 244 ] {} system.metric_log (a59fffb9-cc3a-4586-97e5-9d20b67a7356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:07:32.321437 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.01.02 05:07:32.327584 [ 244 ] {} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.01.02 05:07:32.328265 [ 244 ] {} system.metric_log (a59fffb9-cc3a-4586-97e5-9d20b67a7356): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:07:32.328556 [ 135 ] {} system.metric_log (a59fffb9-cc3a-4586-97e5-9d20b67a7356) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.01.02 05:07:32.328621 [ 135 ] {} system.metric_log (a59fffb9-cc3a-4586-97e5-9d20b67a7356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:07:32.328642 [ 135 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.01.02 05:07:32.328783 [ 193 ] {a59fffb9-cc3a-4586-97e5-9d20b67a7356::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2026.01.02 05:07:32.331486 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 121 2026.01.02 05:07:32.333066 [ 193 ] {a59fffb9-cc3a-4586-97e5-9d20b67a7356::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.02 05:07:32.334548 [ 193 ] {a59fffb9-cc3a-4586-97e5-9d20b67a7356::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 83 rows starting from the beginning of the part 2026.01.02 05:07:32.339056 [ 193 ] {a59fffb9-cc3a-4586-97e5-9d20b67a7356::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 8 rows starting from the beginning of the part 2026.01.02 05:07:32.343159 [ 193 ] {a59fffb9-cc3a-4586-97e5-9d20b67a7356::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 7 rows starting from the beginning of the part 2026.01.02 05:07:32.347919 [ 193 ] {a59fffb9-cc3a-4586-97e5-9d20b67a7356::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 8 rows starting from the beginning of the part 2026.01.02 05:07:32.352648 [ 193 ] {a59fffb9-cc3a-4586-97e5-9d20b67a7356::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 7 rows starting from the beginning of the part 2026.01.02 05:07:32.357153 [ 193 ] {a59fffb9-cc3a-4586-97e5-9d20b67a7356::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 8 rows starting from the beginning of the part 2026.01.02 05:07:32.411219 [ 186 ] {a59fffb9-cc3a-4586-97e5-9d20b67a7356::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 121 rows, containing 679 columns (679 merged, 0 gathered) in 0.08249105 sec., 1466.8257950407954 rows/sec., 7.58 MiB/sec. 2026.01.02 05:07:32.414034 [ 199 ] {a59fffb9-cc3a-4586-97e5-9d20b67a7356::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.01.02 05:07:32.416259 [ 199 ] {a59fffb9-cc3a-4586-97e5-9d20b67a7356::all_1_16_3} system.metric_log (a59fffb9-cc3a-4586-97e5-9d20b67a7356): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:07:32.416365 [ 199 ] {a59fffb9-cc3a-4586-97e5-9d20b67a7356::all_1_16_3} system.metric_log (a59fffb9-cc3a-4586-97e5-9d20b67a7356) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.01.02 05:07:32.418682 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.52 MiB. 2026.01.02 05:07:33.000208 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 227.96 MiB, peak 237.92 MiB, free memory in arenas 0.00 B, will set to 237.94 MiB (RSS), difference: 9.98 MiB 2026.01.02 05:07:33.567077 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:07:33.567372 [ 270 ] {efe48441-11bd-429f-be3f-0149ad19adfd} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.02 05:07:33.567481 [ 270 ] {efe48441-11bd-429f-be3f-0149ad19adfd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.02 05:07:33.568170 [ 270 ] {efe48441-11bd-429f-be3f-0149ad19adfd} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:07:33.568222 [ 270 ] {efe48441-11bd-429f-be3f-0149ad19adfd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.01.02 05:07:33.568655 [ 270 ] {efe48441-11bd-429f-be3f-0149ad19adfd} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.01.02 05:07:33.568893 [ 270 ] {efe48441-11bd-429f-be3f-0149ad19adfd} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:07:33.569053 [ 270 ] {efe48441-11bd-429f-be3f-0149ad19adfd} executeQuery: Read 136 rows, 12.08 KiB in 0.001761 sec., 77228.84724588302 rows/sec., 6.70 MiB/sec. 2026.01.02 05:07:33.569095 [ 270 ] {efe48441-11bd-429f-be3f-0149ad19adfd} TCPHandler: Processed in 0.002208957 sec. 2026.01.02 05:07:33.569230 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:07:33.569328 [ 270 ] {e55d399b-4338-4dbe-99bd-5304e5607a50} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.02 05:07:33.569371 [ 270 ] {e55d399b-4338-4dbe-99bd-5304e5607a50} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.02 05:07:33.569778 [ 270 ] {e55d399b-4338-4dbe-99bd-5304e5607a50} oximeter.fields_u16 (75d7a870-5da0-445d-b2e0-ec90b5ea7788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:07:33.569817 [ 270 ] {e55d399b-4338-4dbe-99bd-5304e5607a50} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.01.02 05:07:33.570125 [ 270 ] {e55d399b-4338-4dbe-99bd-5304e5607a50} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.01.02 05:07:33.570354 [ 270 ] {e55d399b-4338-4dbe-99bd-5304e5607a50} oximeter.fields_u16 (75d7a870-5da0-445d-b2e0-ec90b5ea7788): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:07:33.570486 [ 270 ] {e55d399b-4338-4dbe-99bd-5304e5607a50} executeQuery: Read 40 rows, 3.01 KiB in 0.001177 sec., 33984.70688190314 rows/sec., 2.50 MiB/sec. 2026.01.02 05:07:33.570527 [ 270 ] {e55d399b-4338-4dbe-99bd-5304e5607a50} TCPHandler: Processed in 0.001346563 sec. 2026.01.02 05:07:33.570637 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:07:33.570731 [ 270 ] {35382631-2adb-4ef8-b27c-e808b6766a5b} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.02 05:07:33.570774 [ 270 ] {35382631-2adb-4ef8-b27c-e808b6766a5b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.02 05:07:33.571192 [ 270 ] {35382631-2adb-4ef8-b27c-e808b6766a5b} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:07:33.571231 [ 270 ] {35382631-2adb-4ef8-b27c-e808b6766a5b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.01.02 05:07:33.571540 [ 270 ] {35382631-2adb-4ef8-b27c-e808b6766a5b} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.01.02 05:07:33.571754 [ 270 ] {35382631-2adb-4ef8-b27c-e808b6766a5b} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:07:33.571887 [ 270 ] {35382631-2adb-4ef8-b27c-e808b6766a5b} executeQuery: Read 104 rows, 8.32 KiB in 0.001174 sec., 88586.03066439524 rows/sec., 6.92 MiB/sec. 2026.01.02 05:07:33.571925 [ 270 ] {35382631-2adb-4ef8-b27c-e808b6766a5b} TCPHandler: Processed in 0.001338352 sec. 2026.01.02 05:07:33.572037 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:07:33.572134 [ 270 ] {f7defda2-6fd9-48fd-aa18-094f2bd6b3e0} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.02 05:07:33.572180 [ 270 ] {f7defda2-6fd9-48fd-aa18-094f2bd6b3e0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.02 05:07:33.572574 [ 270 ] {f7defda2-6fd9-48fd-aa18-094f2bd6b3e0} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:07:33.572611 [ 270 ] {f7defda2-6fd9-48fd-aa18-094f2bd6b3e0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.01.02 05:07:33.572951 [ 270 ] {f7defda2-6fd9-48fd-aa18-094f2bd6b3e0} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.01.02 05:07:33.573263 [ 270 ] {f7defda2-6fd9-48fd-aa18-094f2bd6b3e0} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:07:33.573395 [ 270 ] {f7defda2-6fd9-48fd-aa18-094f2bd6b3e0} executeQuery: Read 160 rows, 11.41 KiB in 0.001279 sec., 125097.73260359657 rows/sec., 8.71 MiB/sec. 2026.01.02 05:07:33.573433 [ 270 ] {f7defda2-6fd9-48fd-aa18-094f2bd6b3e0} TCPHandler: Processed in 0.001445584 sec. 2026.01.02 05:07:33.573607 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:07:33.573703 [ 270 ] {3ecae8eb-3b10-4a46-9611-498654e52c97} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.02 05:07:33.573759 [ 270 ] {3ecae8eb-3b10-4a46-9611-498654e52c97} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.01.02 05:07:33.574554 [ 270 ] {3ecae8eb-3b10-4a46-9611-498654e52c97} oximeter.measurements_histogramu64 (1ea2d44b-9dfb-4731-8ee2-8779179f369b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:07:33.574592 [ 270 ] {3ecae8eb-3b10-4a46-9611-498654e52c97} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.01.02 05:07:33.575176 [ 270 ] {3ecae8eb-3b10-4a46-9611-498654e52c97} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.01.02 05:07:33.575428 [ 270 ] {3ecae8eb-3b10-4a46-9611-498654e52c97} oximeter.measurements_histogramu64 (1ea2d44b-9dfb-4731-8ee2-8779179f369b): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:07:33.575525 [ 133 ] {} oximeter.measurements_histogramu64 (1ea2d44b-9dfb-4731-8ee2-8779179f369b) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.01.02 05:07:33.575563 [ 270 ] {3ecae8eb-3b10-4a46-9611-498654e52c97} executeQuery: Read 40 rows, 73.40 KiB in 0.001879 sec., 21287.919105907396 rows/sec., 38.15 MiB/sec. 2026.01.02 05:07:33.575571 [ 133 ] {} oximeter.measurements_histogramu64 (1ea2d44b-9dfb-4731-8ee2-8779179f369b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:07:33.575600 [ 133 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.01.02 05:07:33.575615 [ 270 ] {3ecae8eb-3b10-4a46-9611-498654e52c97} TCPHandler: Processed in 0.002063655 sec. 2026.01.02 05:07:33.575721 [ 187 ] {1ea2d44b-9dfb-4731-8ee2-8779179f369b::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2026.01.02 05:07:33.575728 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:07:33.575874 [ 270 ] {10d2d732-c360-4cbf-aec9-e9bb7b304bb6} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.02 05:07:33.575917 [ 270 ] {10d2d732-c360-4cbf-aec9-e9bb7b304bb6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.02 05:07:33.576003 [ 187 ] {1ea2d44b-9dfb-4731-8ee2-8779179f369b::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.02 05:07:33.576072 [ 187 ] {1ea2d44b-9dfb-4731-8ee2-8779179f369b::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 142 rows starting from the beginning of the part 2026.01.02 05:07:33.576214 [ 187 ] {1ea2d44b-9dfb-4731-8ee2-8779179f369b::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 40 rows starting from the beginning of the part 2026.01.02 05:07:33.576288 [ 270 ] {10d2d732-c360-4cbf-aec9-e9bb7b304bb6} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:07:33.576327 [ 187 ] {1ea2d44b-9dfb-4731-8ee2-8779179f369b::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 40 rows starting from the beginning of the part 2026.01.02 05:07:33.576340 [ 270 ] {10d2d732-c360-4cbf-aec9-e9bb7b304bb6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.01.02 05:07:33.576454 [ 187 ] {1ea2d44b-9dfb-4731-8ee2-8779179f369b::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 40 rows starting from the beginning of the part 2026.01.02 05:07:33.576564 [ 187 ] {1ea2d44b-9dfb-4731-8ee2-8779179f369b::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 40 rows starting from the beginning of the part 2026.01.02 05:07:33.576662 [ 187 ] {1ea2d44b-9dfb-4731-8ee2-8779179f369b::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 40 rows starting from the beginning of the part 2026.01.02 05:07:33.576758 [ 270 ] {10d2d732-c360-4cbf-aec9-e9bb7b304bb6} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.01.02 05:07:33.577036 [ 270 ] {10d2d732-c360-4cbf-aec9-e9bb7b304bb6} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:07:33.577206 [ 270 ] {10d2d732-c360-4cbf-aec9-e9bb7b304bb6} executeQuery: Read 60 rows, 4.14 KiB in 0.001351 sec., 44411.54700222058 rows/sec., 2.99 MiB/sec. 2026.01.02 05:07:33.577251 [ 270 ] {10d2d732-c360-4cbf-aec9-e9bb7b304bb6} TCPHandler: Processed in 0.001571587 sec. 2026.01.02 05:07:33.580026 [ 199 ] {1ea2d44b-9dfb-4731-8ee2-8779179f369b::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 342 rows, containing 19 columns (19 merged, 0 gathered) in 0.004361013 sec., 78422.14641414736 rows/sec., 140.53 MiB/sec. 2026.01.02 05:07:33.580653 [ 199 ] {1ea2d44b-9dfb-4731-8ee2-8779179f369b::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.01.02 05:07:33.580981 [ 199 ] {1ea2d44b-9dfb-4731-8ee2-8779179f369b::all_1_11_2} oximeter.measurements_histogramu64 (1ea2d44b-9dfb-4731-8ee2-8779179f369b): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:07:33.581057 [ 199 ] {1ea2d44b-9dfb-4731-8ee2-8779179f369b::all_1_11_2} oximeter.measurements_histogramu64 (1ea2d44b-9dfb-4731-8ee2-8779179f369b) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.01.02 05:07:33.581156 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.80 MiB. 2026.01.02 05:07:38.592948 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:07:38.593156 [ 270 ] {83fb7e2f-0409-436c-a248-a9810a5c1d06} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.01.02 05:07:38.593226 [ 270 ] {83fb7e2f-0409-436c-a248-a9810a5c1d06} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.01.02 05:07:38.593880 [ 270 ] {83fb7e2f-0409-436c-a248-a9810a5c1d06} oximeter.fields_i16 (cb56b64a-0514-41c6-b851-58b3833bf8fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:07:38.593930 [ 270 ] {83fb7e2f-0409-436c-a248-a9810a5c1d06} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.01.02 05:07:38.594344 [ 270 ] {83fb7e2f-0409-436c-a248-a9810a5c1d06} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.01.02 05:07:38.594584 [ 270 ] {83fb7e2f-0409-436c-a248-a9810a5c1d06} oximeter.fields_i16 (cb56b64a-0514-41c6-b851-58b3833bf8fd): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:07:38.594740 [ 270 ] {83fb7e2f-0409-436c-a248-a9810a5c1d06} executeQuery: Read 24 rows, 2.04 KiB in 0.001638 sec., 14652.014652014654 rows/sec., 1.22 MiB/sec. 2026.01.02 05:07:38.594782 [ 270 ] {83fb7e2f-0409-436c-a248-a9810a5c1d06} TCPHandler: Processed in 0.001967173 sec. 2026.01.02 05:07:38.594913 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:07:38.595010 [ 270 ] {0c20c611-2f6e-4974-b232-dcb750f780fe} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.01.02 05:07:38.595053 [ 270 ] {0c20c611-2f6e-4974-b232-dcb750f780fe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.01.02 05:07:38.595449 [ 270 ] {0c20c611-2f6e-4974-b232-dcb750f780fe} oximeter.fields_ipaddr (645cdd3d-4969-40ee-99e7-272b8c981424): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:07:38.595486 [ 270 ] {0c20c611-2f6e-4974-b232-dcb750f780fe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.01.02 05:07:38.595784 [ 270 ] {0c20c611-2f6e-4974-b232-dcb750f780fe} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.01.02 05:07:38.596004 [ 270 ] {0c20c611-2f6e-4974-b232-dcb750f780fe} oximeter.fields_ipaddr (645cdd3d-4969-40ee-99e7-272b8c981424): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:07:38.596135 [ 270 ] {0c20c611-2f6e-4974-b232-dcb750f780fe} executeQuery: Read 2 rows, 167.00 B in 0.001145 sec., 1746.7248908296945 rows/sec., 142.43 KiB/sec. 2026.01.02 05:07:38.596173 [ 270 ] {0c20c611-2f6e-4974-b232-dcb750f780fe} TCPHandler: Processed in 0.001310142 sec. 2026.01.02 05:07:38.596284 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:07:38.596379 [ 270 ] {87f517d5-ea99-4c93-a251-8478672e43b3} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.02 05:07:38.596420 [ 270 ] {87f517d5-ea99-4c93-a251-8478672e43b3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.02 05:07:38.597492 [ 270 ] {87f517d5-ea99-4c93-a251-8478672e43b3} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:07:38.597530 [ 270 ] {87f517d5-ea99-4c93-a251-8478672e43b3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.01.02 05:07:38.597948 [ 270 ] {87f517d5-ea99-4c93-a251-8478672e43b3} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.01.02 05:07:38.598185 [ 270 ] {87f517d5-ea99-4c93-a251-8478672e43b3} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:07:38.598305 [ 126 ] {} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.01.02 05:07:38.598317 [ 270 ] {87f517d5-ea99-4c93-a251-8478672e43b3} executeQuery: Read 1317 rows, 112.50 KiB in 0.001957 sec., 672968.8298415943 rows/sec., 56.14 MiB/sec. 2026.01.02 05:07:38.598382 [ 126 ] {} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:07:38.598399 [ 270 ] {87f517d5-ea99-4c93-a251-8478672e43b3} TCPHandler: Processed in 0.002164276 sec. 2026.01.02 05:07:38.598410 [ 126 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.01.02 05:07:38.598520 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:07:38.598527 [ 186 ] {83d580c8-cdc4-4d78-bcce-488a9e56976e::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2026.01.02 05:07:38.598624 [ 270 ] {898ad314-1d58-480c-b531-b10c326cd2fb} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.02 05:07:38.598656 [ 186 ] {83d580c8-cdc4-4d78-bcce-488a9e56976e::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.02 05:07:38.598671 [ 270 ] {898ad314-1d58-480c-b531-b10c326cd2fb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.02 05:07:38.598692 [ 186 ] {83d580c8-cdc4-4d78-bcce-488a9e56976e::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 2463 rows starting from the beginning of the part 2026.01.02 05:07:38.598758 [ 186 ] {83d580c8-cdc4-4d78-bcce-488a9e56976e::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 56 rows starting from the beginning of the part 2026.01.02 05:07:38.598799 [ 186 ] {83d580c8-cdc4-4d78-bcce-488a9e56976e::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 138 rows starting from the beginning of the part 2026.01.02 05:07:38.598838 [ 186 ] {83d580c8-cdc4-4d78-bcce-488a9e56976e::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 56 rows starting from the beginning of the part 2026.01.02 05:07:38.598874 [ 186 ] {83d580c8-cdc4-4d78-bcce-488a9e56976e::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 136 rows starting from the beginning of the part 2026.01.02 05:07:38.598912 [ 186 ] {83d580c8-cdc4-4d78-bcce-488a9e56976e::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 1317 rows starting from the beginning of the part 2026.01.02 05:07:38.599093 [ 270 ] {898ad314-1d58-480c-b531-b10c326cd2fb} oximeter.fields_u16 (75d7a870-5da0-445d-b2e0-ec90b5ea7788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:07:38.599137 [ 270 ] {898ad314-1d58-480c-b531-b10c326cd2fb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.01.02 05:07:38.599681 [ 270 ] {898ad314-1d58-480c-b531-b10c326cd2fb} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.01.02 05:07:38.599926 [ 270 ] {898ad314-1d58-480c-b531-b10c326cd2fb} oximeter.fields_u16 (75d7a870-5da0-445d-b2e0-ec90b5ea7788): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:07:38.600058 [ 270 ] {898ad314-1d58-480c-b531-b10c326cd2fb} executeQuery: Read 14 rows, 1.10 KiB in 0.001454 sec., 9628.610729023383 rows/sec., 756.94 KiB/sec. 2026.01.02 05:07:38.600097 [ 270 ] {898ad314-1d58-480c-b531-b10c326cd2fb} TCPHandler: Processed in 0.001626528 sec. 2026.01.02 05:07:38.600215 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:07:38.600311 [ 270 ] {2549fe20-26b5-4069-8e01-6ab335540494} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.02 05:07:38.600352 [ 270 ] {2549fe20-26b5-4069-8e01-6ab335540494} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.02 05:07:38.600830 [ 270 ] {2549fe20-26b5-4069-8e01-6ab335540494} oximeter.fields_u32 (1310015a-3be0-40ba-9fec-1b5eb4ed9f75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:07:38.600867 [ 270 ] {2549fe20-26b5-4069-8e01-6ab335540494} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.01.02 05:07:38.600995 [ 199 ] {83d580c8-cdc4-4d78-bcce-488a9e56976e::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 4166 rows, containing 5 columns (5 merged, 0 gathered) in 0.002506742 sec., 1661918.139162307 rows/sec., 143.45 MiB/sec. 2026.01.02 05:07:38.601200 [ 270 ] {2549fe20-26b5-4069-8e01-6ab335540494} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.01.02 05:07:38.601327 [ 198 ] {83d580c8-cdc4-4d78-bcce-488a9e56976e::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.01.02 05:07:38.601464 [ 270 ] {2549fe20-26b5-4069-8e01-6ab335540494} oximeter.fields_u32 (1310015a-3be0-40ba-9fec-1b5eb4ed9f75): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:07:38.601610 [ 270 ] {2549fe20-26b5-4069-8e01-6ab335540494} executeQuery: Read 252 rows, 17.85 KiB in 0.001318 sec., 191198.78603945373 rows/sec., 13.22 MiB/sec. 2026.01.02 05:07:38.601642 [ 198 ] {83d580c8-cdc4-4d78-bcce-488a9e56976e::all_1_21_4} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:07:38.601649 [ 270 ] {2549fe20-26b5-4069-8e01-6ab335540494} TCPHandler: Processed in 0.001483485 sec. 2026.01.02 05:07:38.601730 [ 198 ] {83d580c8-cdc4-4d78-bcce-488a9e56976e::all_1_21_4} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.01.02 05:07:38.601809 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:07:38.601812 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.05 MiB. 2026.01.02 05:07:38.601919 [ 270 ] {d846dc59-aaad-4651-a267-b73a825b0fe0} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.01.02 05:07:38.601966 [ 270 ] {d846dc59-aaad-4651-a267-b73a825b0fe0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.01.02 05:07:38.602392 [ 270 ] {d846dc59-aaad-4651-a267-b73a825b0fe0} oximeter.fields_u8 (ae3e3832-81ae-4954-8933-d68b9608f6be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:07:38.602430 [ 270 ] {d846dc59-aaad-4651-a267-b73a825b0fe0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.01.02 05:07:38.602757 [ 270 ] {d846dc59-aaad-4651-a267-b73a825b0fe0} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.01.02 05:07:38.602983 [ 270 ] {d846dc59-aaad-4651-a267-b73a825b0fe0} oximeter.fields_u8 (ae3e3832-81ae-4954-8933-d68b9608f6be): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:07:38.603122 [ 270 ] {d846dc59-aaad-4651-a267-b73a825b0fe0} executeQuery: Read 12 rows, 960.00 B in 0.001222 sec., 9819.967266775777 rows/sec., 767.18 KiB/sec. 2026.01.02 05:07:38.603160 [ 270 ] {d846dc59-aaad-4651-a267-b73a825b0fe0} TCPHandler: Processed in 0.001402273 sec. 2026.01.02 05:07:38.603271 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:07:38.603368 [ 270 ] {0cca3af9-5443-487e-8d5b-f3b2a4078224} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.02 05:07:38.603409 [ 270 ] {0cca3af9-5443-487e-8d5b-f3b2a4078224} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.02 05:07:38.603989 [ 270 ] {0cca3af9-5443-487e-8d5b-f3b2a4078224} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:07:38.604026 [ 270 ] {0cca3af9-5443-487e-8d5b-f3b2a4078224} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.01.02 05:07:38.604372 [ 270 ] {0cca3af9-5443-487e-8d5b-f3b2a4078224} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.01.02 05:07:38.604588 [ 270 ] {0cca3af9-5443-487e-8d5b-f3b2a4078224} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:07:38.604701 [ 126 ] {} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.01.02 05:07:38.604720 [ 270 ] {0cca3af9-5443-487e-8d5b-f3b2a4078224} executeQuery: Read 558 rows, 42.83 KiB in 0.00137 sec., 407299.2700729927 rows/sec., 30.53 MiB/sec. 2026.01.02 05:07:38.604744 [ 126 ] {} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:07:38.604769 [ 126 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.01.02 05:07:38.604770 [ 270 ] {0cca3af9-5443-487e-8d5b-f3b2a4078224} TCPHandler: Processed in 0.001548306 sec. 2026.01.02 05:07:38.604846 [ 198 ] {a2603088-a695-4667-9faf-2a4ce1a4e7af::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2026.01.02 05:07:38.604911 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:07:38.604939 [ 198 ] {a2603088-a695-4667-9faf-2a4ce1a4e7af::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.02 05:07:38.604971 [ 198 ] {a2603088-a695-4667-9faf-2a4ce1a4e7af::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 1249 rows starting from the beginning of the part 2026.01.02 05:07:38.605018 [ 270 ] {0f6286ad-4ab6-4f23-b6f0-4e8309175bd8} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.02 05:07:38.605026 [ 198 ] {a2603088-a695-4667-9faf-2a4ce1a4e7af::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 64 rows starting from the beginning of the part 2026.01.02 05:07:38.605071 [ 270 ] {0f6286ad-4ab6-4f23-b6f0-4e8309175bd8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.02 05:07:38.605083 [ 198 ] {a2603088-a695-4667-9faf-2a4ce1a4e7af::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 108 rows starting from the beginning of the part 2026.01.02 05:07:38.605165 [ 198 ] {a2603088-a695-4667-9faf-2a4ce1a4e7af::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 64 rows starting from the beginning of the part 2026.01.02 05:07:38.605219 [ 198 ] {a2603088-a695-4667-9faf-2a4ce1a4e7af::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 104 rows starting from the beginning of the part 2026.01.02 05:07:38.605276 [ 198 ] {a2603088-a695-4667-9faf-2a4ce1a4e7af::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 558 rows starting from the beginning of the part 2026.01.02 05:07:38.605702 [ 270 ] {0f6286ad-4ab6-4f23-b6f0-4e8309175bd8} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:07:38.605744 [ 270 ] {0f6286ad-4ab6-4f23-b6f0-4e8309175bd8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.01.02 05:07:38.606189 [ 270 ] {0f6286ad-4ab6-4f23-b6f0-4e8309175bd8} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.01.02 05:07:38.606381 [ 199 ] {a2603088-a695-4667-9faf-2a4ce1a4e7af::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 2147 rows, containing 5 columns (5 merged, 0 gathered) in 0.001562446 sec., 1374127.4898460489 rows/sec., 106.69 MiB/sec. 2026.01.02 05:07:38.606411 [ 270 ] {0f6286ad-4ab6-4f23-b6f0-4e8309175bd8} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:07:38.606552 [ 270 ] {0f6286ad-4ab6-4f23-b6f0-4e8309175bd8} executeQuery: Read 881 rows, 61.23 KiB in 0.001555 sec., 566559.4855305466 rows/sec., 38.45 MiB/sec. 2026.01.02 05:07:38.606590 [ 270 ] {0f6286ad-4ab6-4f23-b6f0-4e8309175bd8} TCPHandler: Processed in 0.001727738 sec. 2026.01.02 05:07:38.606618 [ 196 ] {a2603088-a695-4667-9faf-2a4ce1a4e7af::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.01.02 05:07:38.606703 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:07:38.606807 [ 270 ] {fa56c63d-9d4c-40d2-a1a5-ec52cb562279} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.02 05:07:38.606862 [ 270 ] {fa56c63d-9d4c-40d2-a1a5-ec52cb562279} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.02 05:07:38.606955 [ 196 ] {a2603088-a695-4667-9faf-2a4ce1a4e7af::all_1_21_4} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:07:38.607042 [ 196 ] {a2603088-a695-4667-9faf-2a4ce1a4e7af::all_1_21_4} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.01.02 05:07:38.607152 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.62 MiB. 2026.01.02 05:07:38.607218 [ 270 ] {fa56c63d-9d4c-40d2-a1a5-ec52cb562279} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:07:38.607256 [ 270 ] {fa56c63d-9d4c-40d2-a1a5-ec52cb562279} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.01.02 05:07:38.607544 [ 270 ] {fa56c63d-9d4c-40d2-a1a5-ec52cb562279} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.01.02 05:07:38.607737 [ 270 ] {fa56c63d-9d4c-40d2-a1a5-ec52cb562279} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:07:38.607859 [ 270 ] {fa56c63d-9d4c-40d2-a1a5-ec52cb562279} executeQuery: Read 60 rows, 4.14 KiB in 0.001121 sec., 53523.63960749331 rows/sec., 3.61 MiB/sec. 2026.01.02 05:07:38.607891 [ 270 ] {fa56c63d-9d4c-40d2-a1a5-ec52cb562279} TCPHandler: Processed in 0.001290301 sec. 2026.01.02 05:07:39.409396 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 8217 2026.01.02 05:07:39.410055 [ 245 ] {} system.asynchronous_metric_log (bb53ce5c-bddd-4105-a5af-ef87950cd4f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:07:39.410109 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.01.02 05:07:39.410689 [ 245 ] {} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.01.02 05:07:39.410939 [ 245 ] {} system.asynchronous_metric_log (bb53ce5c-bddd-4105-a5af-ef87950cd4f3): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:07:39.411086 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8217 2026.01.02 05:07:39.831638 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 128 2026.01.02 05:07:39.845849 [ 244 ] {} system.metric_log (a59fffb9-cc3a-4586-97e5-9d20b67a7356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:07:39.845904 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.01.02 05:07:39.851776 [ 244 ] {} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.01.02 05:07:39.852478 [ 244 ] {} system.metric_log (a59fffb9-cc3a-4586-97e5-9d20b67a7356): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:07:39.854974 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 128 2026.01.02 05:07:40.880353 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56592 2026.01.02 05:07:40.880462 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:07:40.880488 [ 288 ] {} TCP-Session: 0db5e932-745f-4f0c-9979-b5a1547c96c1 Authenticating user 'default' from [fd00:1122:3344:101::e]:56592 2026.01.02 05:07:40.880509 [ 288 ] {} TCP-Session: 0db5e932-745f-4f0c-9979-b5a1547c96c1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:07:40.880521 [ 288 ] {} TCP-Session: 0db5e932-745f-4f0c-9979-b5a1547c96c1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:07:40.880714 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43436 2026.01.02 05:07:40.880747 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:65370 2026.01.02 05:07:40.880768 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62420 2026.01.02 05:07:40.880789 [ 267 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61661 2026.01.02 05:07:40.880815 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55161 2026.01.02 05:07:40.880841 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:07:40.880861 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:07:40.880781 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49163 2026.01.02 05:07:40.880899 [ 291 ] {} TCP-Session: 96151306-b5e4-40fe-9702-ebf2fa1ac115 Authenticating user 'default' from [fd00:1122:3344:101::e]:65370 2026.01.02 05:07:40.880892 [ 288 ] {} TCP-Session: 0db5e932-745f-4f0c-9979-b5a1547c96c1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:07:40.880953 [ 291 ] {} TCP-Session: 96151306-b5e4-40fe-9702-ebf2fa1ac115 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:07:40.880758 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59461 2026.01.02 05:07:40.880976 [ 291 ] {} TCP-Session: 96151306-b5e4-40fe-9702-ebf2fa1ac115 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:07:40.880749 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61893 2026.01.02 05:07:40.880886 [ 289 ] {} TCP-Session: fc3592ab-a218-429c-9e4d-e20d8ddf956d Authenticating user 'default' from [fd00:1122:3344:101::e]:43436 2026.01.02 05:07:40.881079 [ 289 ] {} TCP-Session: fc3592ab-a218-429c-9e4d-e20d8ddf956d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:07:40.881094 [ 289 ] {} TCP-Session: fc3592ab-a218-429c-9e4d-e20d8ddf956d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:07:40.881139 [ 288 ] {ae2bda77-e2be-429a-a75f-7a0b55eef9e1} executeQuery: (from [fd00:1122:3344:101::e]:56592) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.01.02 05:07:40.881213 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:07:40.881214 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:07:40.881256 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:07:40.881262 [ 294 ] {} TCP-Session: 7b1d5afb-102b-4a96-b573-5c34ae0990ec Authenticating user 'default' from [fd00:1122:3344:101::e]:49163 2026.01.02 05:07:40.881272 [ 290 ] {} TCP-Session: e931559b-1c7c-4ffd-9bf2-7801455a63aa Authenticating user 'default' from [fd00:1122:3344:101::e]:61893 2026.01.02 05:07:40.881297 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:07:40.881309 [ 294 ] {} TCP-Session: 7b1d5afb-102b-4a96-b573-5c34ae0990ec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:07:40.881313 [ 290 ] {} TCP-Session: e931559b-1c7c-4ffd-9bf2-7801455a63aa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:07:40.881346 [ 294 ] {} TCP-Session: 7b1d5afb-102b-4a96-b573-5c34ae0990ec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:07:40.881341 [ 293 ] {} TCP-Session: 7bc14bf1-2748-4c2b-9304-6f93957b6aa1 Authenticating user 'default' from [fd00:1122:3344:101::e]:62420 2026.01.02 05:07:40.881359 [ 290 ] {} TCP-Session: e931559b-1c7c-4ffd-9bf2-7801455a63aa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:07:40.881389 [ 293 ] {} TCP-Session: 7bc14bf1-2748-4c2b-9304-6f93957b6aa1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:07:40.881297 [ 286 ] {} TCP-Session: feb99d45-fa49-499e-b1e1-c39a00ffd43d Authenticating user 'default' from [fd00:1122:3344:101::e]:55161 2026.01.02 05:07:40.881414 [ 293 ] {} TCP-Session: 7bc14bf1-2748-4c2b-9304-6f93957b6aa1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:07:40.881431 [ 286 ] {} TCP-Session: feb99d45-fa49-499e-b1e1-c39a00ffd43d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:07:40.881446 [ 286 ] {} TCP-Session: feb99d45-fa49-499e-b1e1-c39a00ffd43d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:07:40.881452 [ 267 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:07:40.881469 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:07:40.881488 [ 267 ] {} TCP-Session: f5b7a25d-9382-43a9-8b7d-ba020932cd95 Authenticating user 'default' from [fd00:1122:3344:101::e]:61661 2026.01.02 05:07:40.881501 [ 292 ] {} TCP-Session: fca4935c-06f7-4c90-a3b4-b17d4aea0543 Authenticating user 'default' from [fd00:1122:3344:101::e]:59461 2026.01.02 05:07:40.881508 [ 267 ] {} TCP-Session: f5b7a25d-9382-43a9-8b7d-ba020932cd95 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:07:40.881516 [ 288 ] {ae2bda77-e2be-429a-a75f-7a0b55eef9e1} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.01.02 05:07:40.881519 [ 292 ] {} TCP-Session: fca4935c-06f7-4c90-a3b4-b17d4aea0543 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:07:40.881522 [ 267 ] {} TCP-Session: f5b7a25d-9382-43a9-8b7d-ba020932cd95 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:07:40.881549 [ 292 ] {} TCP-Session: fca4935c-06f7-4c90-a3b4-b17d4aea0543 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:07:40.881580 [ 288 ] {ae2bda77-e2be-429a-a75f-7a0b55eef9e1} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.02 05:07:40.881889 [ 288 ] {ae2bda77-e2be-429a-a75f-7a0b55eef9e1} oximeter.version (e3550e79-451c-4c3d-8ba1-9d3e49618ffc) (SelectExecutor): Key condition: unknown 2026.01.02 05:07:40.883051 [ 344 ] {ae2bda77-e2be-429a-a75f-7a0b55eef9e1} AggregatingTransform: Aggregating 2026.01.02 05:07:40.883100 [ 344 ] {ae2bda77-e2be-429a-a75f-7a0b55eef9e1} Aggregator: Aggregation method: without_key 2026.01.02 05:07:40.883142 [ 344 ] {ae2bda77-e2be-429a-a75f-7a0b55eef9e1} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001150369 sec. (869.286 rows/sec., 33.96 KiB/sec.) 2026.01.02 05:07:40.883164 [ 344 ] {ae2bda77-e2be-429a-a75f-7a0b55eef9e1} Aggregator: Merging aggregated data 2026.01.02 05:07:40.884466 [ 288 ] {ae2bda77-e2be-429a-a75f-7a0b55eef9e1} executeQuery: Read 1 rows, 40.00 B in 0.003401 sec., 294.0311673037342 rows/sec., 11.49 KiB/sec. 2026.01.02 05:07:40.884629 [ 288 ] {ae2bda77-e2be-429a-a75f-7a0b55eef9e1} TCPHandler: Processed in 0.003896175 sec. 2026.01.02 05:07:40.884723 [ 288 ] {} TCPHandler: Done processing connection. 2026.01.02 05:07:40.884753 [ 288 ] {} TCP-Session: 0db5e932-745f-4f0c-9979-b5a1547c96c1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:07:40.884759 [ 289 ] {} TCPHandler: Done processing connection. 2026.01.02 05:07:40.884786 [ 290 ] {} TCPHandler: Done processing connection. 2026.01.02 05:07:40.884807 [ 289 ] {} TCP-Session: fc3592ab-a218-429c-9e4d-e20d8ddf956d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:07:40.884805 [ 293 ] {} TCPHandler: Done processing connection. 2026.01.02 05:07:40.884822 [ 267 ] {} TCPHandler: Done processing connection. 2026.01.02 05:07:40.884862 [ 293 ] {} TCP-Session: 7bc14bf1-2748-4c2b-9304-6f93957b6aa1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:07:40.884866 [ 294 ] {} TCPHandler: Done processing connection. 2026.01.02 05:07:40.884893 [ 291 ] {} TCPHandler: Done processing connection. 2026.01.02 05:07:40.884937 [ 294 ] {} TCP-Session: 7b1d5afb-102b-4a96-b573-5c34ae0990ec Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:07:40.884962 [ 291 ] {} TCP-Session: 96151306-b5e4-40fe-9702-ebf2fa1ac115 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:07:40.884898 [ 267 ] {} TCP-Session: f5b7a25d-9382-43a9-8b7d-ba020932cd95 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:07:40.884891 [ 286 ] {} TCPHandler: Done processing connection. 2026.01.02 05:07:40.884845 [ 290 ] {} TCP-Session: e931559b-1c7c-4ffd-9bf2-7801455a63aa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:07:40.885054 [ 286 ] {} TCP-Session: feb99d45-fa49-499e-b1e1-c39a00ffd43d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:07:40.884833 [ 292 ] {} TCPHandler: Done processing connection. 2026.01.02 05:07:40.885105 [ 292 ] {} TCP-Session: fca4935c-06f7-4c90-a3b4-b17d4aea0543 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:07:40.945269 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59802 2026.01.02 05:07:40.945375 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:07:40.945403 [ 288 ] {} TCP-Session: 066c2479-a11f-4013-9fee-14fb1353fe19 Authenticating user 'default' from [fd00:1122:3344:101::e]:59802 2026.01.02 05:07:40.945425 [ 288 ] {} TCP-Session: 066c2479-a11f-4013-9fee-14fb1353fe19 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:07:40.945437 [ 288 ] {} TCP-Session: 066c2479-a11f-4013-9fee-14fb1353fe19 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:07:40.945615 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55512 2026.01.02 05:07:40.945659 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64546 2026.01.02 05:07:40.945675 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56466 2026.01.02 05:07:40.945714 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40889 2026.01.02 05:07:40.945740 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36219 2026.01.02 05:07:40.945748 [ 267 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41210 2026.01.02 05:07:40.945775 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36292 2026.01.02 05:07:40.945807 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:07:40.945827 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:07:40.945860 [ 292 ] {} TCP-Session: e6998e24-5579-42f2-8574-12a3ab5f1c58 Authenticating user 'default' from [fd00:1122:3344:101::e]:40889 2026.01.02 05:07:40.945876 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:07:40.945901 [ 292 ] {} TCP-Session: e6998e24-5579-42f2-8574-12a3ab5f1c58 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:07:40.945902 [ 294 ] {} TCP-Session: f1fc1e05-dd85-45a0-a76d-3dfabd6edced Authenticating user 'default' from [fd00:1122:3344:101::e]:36219 2026.01.02 05:07:40.945927 [ 292 ] {} TCP-Session: e6998e24-5579-42f2-8574-12a3ab5f1c58 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:07:40.945922 [ 286 ] {} TCP-Session: da661dbc-2d52-4227-9c5a-c3ad1f3cc5bf Authenticating user 'default' from [fd00:1122:3344:101::e]:36292 2026.01.02 05:07:40.945951 [ 294 ] {} TCP-Session: f1fc1e05-dd85-45a0-a76d-3dfabd6edced Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:07:40.945977 [ 286 ] {} TCP-Session: da661dbc-2d52-4227-9c5a-c3ad1f3cc5bf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:07:40.945983 [ 294 ] {} TCP-Session: f1fc1e05-dd85-45a0-a76d-3dfabd6edced Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:07:40.946001 [ 286 ] {} TCP-Session: da661dbc-2d52-4227-9c5a-c3ad1f3cc5bf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:07:40.945800 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:07:40.945772 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:07:40.946064 [ 291 ] {} TCP-Session: 47e776ef-837f-4795-882f-06696a6ca1bb Authenticating user 'default' from [fd00:1122:3344:101::e]:56466 2026.01.02 05:07:40.946082 [ 290 ] {} TCP-Session: 2676ae30-dd10-4e27-aff5-c1f80d452033 Authenticating user 'default' from [fd00:1122:3344:101::e]:64546 2026.01.02 05:07:40.945754 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:07:40.946101 [ 291 ] {} TCP-Session: 47e776ef-837f-4795-882f-06696a6ca1bb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:07:40.946111 [ 290 ] {} TCP-Session: 2676ae30-dd10-4e27-aff5-c1f80d452033 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:07:40.946134 [ 289 ] {} TCP-Session: 60e59413-efa4-4e2f-9193-f207bf59f10f Authenticating user 'default' from [fd00:1122:3344:101::e]:55512 2026.01.02 05:07:40.946143 [ 291 ] {} TCP-Session: 47e776ef-837f-4795-882f-06696a6ca1bb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:07:40.946154 [ 290 ] {} TCP-Session: 2676ae30-dd10-4e27-aff5-c1f80d452033 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:07:40.946172 [ 289 ] {} TCP-Session: 60e59413-efa4-4e2f-9193-f207bf59f10f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:07:40.945725 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39284 2026.01.02 05:07:40.946210 [ 289 ] {} TCP-Session: 60e59413-efa4-4e2f-9193-f207bf59f10f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:07:40.945847 [ 267 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:07:40.945753 [ 288 ] {} TCP-Session: 066c2479-a11f-4013-9fee-14fb1353fe19 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:07:40.946270 [ 267 ] {} TCP-Session: 9ca3b0fc-287b-4df8-9565-3826857ccac6 Authenticating user 'default' from [fd00:1122:3344:101::e]:41210 2026.01.02 05:07:40.946271 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:07:40.946295 [ 267 ] {} TCP-Session: 9ca3b0fc-287b-4df8-9565-3826857ccac6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:07:40.946311 [ 293 ] {} TCP-Session: c2617fb8-a7fe-4fd4-a2e6-b1e56459db7e Authenticating user 'default' from [fd00:1122:3344:101::e]:39284 2026.01.02 05:07:40.946316 [ 267 ] {} TCP-Session: 9ca3b0fc-287b-4df8-9565-3826857ccac6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:07:40.946336 [ 293 ] {} TCP-Session: c2617fb8-a7fe-4fd4-a2e6-b1e56459db7e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:07:40.946355 [ 293 ] {} TCP-Session: c2617fb8-a7fe-4fd4-a2e6-b1e56459db7e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:07:40.946421 [ 288 ] {bd891937-dafd-41dc-ab0b-a96a30e62b92} executeQuery: (from [fd00:1122:3344:101::e]:59802) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.01.02 05:07:40.946668 [ 288 ] {bd891937-dafd-41dc-ab0b-a96a30e62b92} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.01.02 05:07:40.946722 [ 288 ] {bd891937-dafd-41dc-ab0b-a96a30e62b92} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.02 05:07:40.947003 [ 288 ] {bd891937-dafd-41dc-ab0b-a96a30e62b92} oximeter.version (e3550e79-451c-4c3d-8ba1-9d3e49618ffc) (SelectExecutor): Key condition: unknown 2026.01.02 05:07:40.947878 [ 333 ] {bd891937-dafd-41dc-ab0b-a96a30e62b92} AggregatingTransform: Aggregating 2026.01.02 05:07:40.947918 [ 333 ] {bd891937-dafd-41dc-ab0b-a96a30e62b92} Aggregator: Aggregation method: without_key 2026.01.02 05:07:40.947956 [ 333 ] {bd891937-dafd-41dc-ab0b-a96a30e62b92} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000857054 sec. (1166.788 rows/sec., 45.58 KiB/sec.) 2026.01.02 05:07:40.947975 [ 333 ] {bd891937-dafd-41dc-ab0b-a96a30e62b92} Aggregator: Merging aggregated data 2026.01.02 05:07:40.949323 [ 288 ] {bd891937-dafd-41dc-ab0b-a96a30e62b92} executeQuery: Read 1 rows, 40.00 B in 0.002952 sec., 338.7533875338753 rows/sec., 13.23 KiB/sec. 2026.01.02 05:07:40.949518 [ 288 ] {bd891937-dafd-41dc-ab0b-a96a30e62b92} TCPHandler: Processed in 0.003871745 sec. 2026.01.02 05:07:40.949630 [ 288 ] {} TCPHandler: Done processing connection. 2026.01.02 05:07:40.949661 [ 291 ] {} TCPHandler: Done processing connection. 2026.01.02 05:07:40.949664 [ 288 ] {} TCP-Session: 066c2479-a11f-4013-9fee-14fb1353fe19 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:07:40.949680 [ 289 ] {} TCPHandler: Done processing connection. 2026.01.02 05:07:40.949703 [ 291 ] {} TCP-Session: 47e776ef-837f-4795-882f-06696a6ca1bb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:07:40.949717 [ 286 ] {} TCPHandler: Done processing connection. 2026.01.02 05:07:40.949737 [ 289 ] {} TCP-Session: 60e59413-efa4-4e2f-9193-f207bf59f10f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:07:40.949735 [ 293 ] {} TCPHandler: Done processing connection. 2026.01.02 05:07:40.949766 [ 286 ] {} TCP-Session: da661dbc-2d52-4227-9c5a-c3ad1f3cc5bf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:07:40.949771 [ 294 ] {} TCPHandler: Done processing connection. 2026.01.02 05:07:40.949786 [ 293 ] {} TCP-Session: c2617fb8-a7fe-4fd4-a2e6-b1e56459db7e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:07:40.949802 [ 267 ] {} TCPHandler: Done processing connection. 2026.01.02 05:07:40.949818 [ 294 ] {} TCP-Session: f1fc1e05-dd85-45a0-a76d-3dfabd6edced Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:07:40.949751 [ 292 ] {} TCPHandler: Done processing connection. 2026.01.02 05:07:40.949855 [ 267 ] {} TCP-Session: 9ca3b0fc-287b-4df8-9565-3826857ccac6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:07:40.949700 [ 290 ] {} TCPHandler: Done processing connection. 2026.01.02 05:07:40.949897 [ 292 ] {} TCP-Session: e6998e24-5579-42f2-8574-12a3ab5f1c58 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:07:40.949925 [ 290 ] {} TCP-Session: 2676ae30-dd10-4e27-aff5-c1f80d452033 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:07:40.980937 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49386 2026.01.02 05:07:40.981026 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:07:40.981051 [ 288 ] {} TCP-Session: ede223ee-24a1-4d39-b221-5fbf09047be9 Authenticating user 'default' from [fd00:1122:3344:101::e]:49386 2026.01.02 05:07:40.981071 [ 288 ] {} TCP-Session: ede223ee-24a1-4d39-b221-5fbf09047be9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:07:40.981085 [ 288 ] {} TCP-Session: ede223ee-24a1-4d39-b221-5fbf09047be9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:07:40.981253 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62077 2026.01.02 05:07:40.981279 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58253 2026.01.02 05:07:40.981290 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43332 2026.01.02 05:07:40.981322 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:07:40.981327 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51986 2026.01.02 05:07:40.981363 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49023 2026.01.02 05:07:40.981376 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:07:40.981395 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:07:40.981413 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:07:40.981419 [ 290 ] {} TCP-Session: 70c3f63f-c04f-457b-8c78-41e4f60698ec Authenticating user 'default' from [fd00:1122:3344:101::e]:58253 2026.01.02 05:07:40.981436 [ 291 ] {} TCP-Session: bbba6f68-9d4c-492a-8976-5a45e637e831 Authenticating user 'default' from [fd00:1122:3344:101::e]:43332 2026.01.02 05:07:40.981444 [ 293 ] {} TCP-Session: c68c9c47-3aa6-422d-b5e5-c61087728c21 Authenticating user 'default' from [fd00:1122:3344:101::e]:51986 2026.01.02 05:07:40.981459 [ 290 ] {} TCP-Session: 70c3f63f-c04f-457b-8c78-41e4f60698ec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:07:40.981473 [ 291 ] {} TCP-Session: bbba6f68-9d4c-492a-8976-5a45e637e831 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:07:40.981494 [ 290 ] {} TCP-Session: 70c3f63f-c04f-457b-8c78-41e4f60698ec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:07:40.981507 [ 291 ] {} TCP-Session: bbba6f68-9d4c-492a-8976-5a45e637e831 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:07:40.981483 [ 293 ] {} TCP-Session: c68c9c47-3aa6-422d-b5e5-c61087728c21 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:07:40.981429 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:07:40.981558 [ 293 ] {} TCP-Session: c68c9c47-3aa6-422d-b5e5-c61087728c21 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:07:40.981363 [ 289 ] {} TCP-Session: 152de722-8799-47d7-9127-e8d02a259e12 Authenticating user 'default' from [fd00:1122:3344:101::e]:62077 2026.01.02 05:07:40.981577 [ 286 ] {} TCP-Session: 975c1ed4-0e15-413a-95a0-a11b4348d83a Authenticating user 'default' from [fd00:1122:3344:101::e]:49023 2026.01.02 05:07:40.981595 [ 289 ] {} TCP-Session: 152de722-8799-47d7-9127-e8d02a259e12 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:07:40.981605 [ 286 ] {} TCP-Session: 975c1ed4-0e15-413a-95a0-a11b4348d83a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:07:40.981613 [ 289 ] {} TCP-Session: 152de722-8799-47d7-9127-e8d02a259e12 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:07:40.981623 [ 286 ] {} TCP-Session: 975c1ed4-0e15-413a-95a0-a11b4348d83a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:07:40.981306 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59557 2026.01.02 05:07:40.981353 [ 267 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53228 2026.01.02 05:07:40.981390 [ 288 ] {} TCP-Session: ede223ee-24a1-4d39-b221-5fbf09047be9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:07:40.981340 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52452 2026.01.02 05:07:40.981722 [ 267 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:07:40.981722 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:07:40.981773 [ 267 ] {} TCP-Session: 66f34aaa-2564-4993-a182-2ddae67c93df Authenticating user 'default' from [fd00:1122:3344:101::e]:53228 2026.01.02 05:07:40.981784 [ 292 ] {} TCP-Session: 3bc60574-9436-40c3-8340-5cf1f3c13017 Authenticating user 'default' from [fd00:1122:3344:101::e]:59557 2026.01.02 05:07:40.981788 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:07:40.981806 [ 292 ] {} TCP-Session: 3bc60574-9436-40c3-8340-5cf1f3c13017 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:07:40.981826 [ 294 ] {} TCP-Session: 9f751be5-bcd6-4a5f-8992-7fe2e35fcd97 Authenticating user 'default' from [fd00:1122:3344:101::e]:52452 2026.01.02 05:07:40.981841 [ 292 ] {} TCP-Session: 3bc60574-9436-40c3-8340-5cf1f3c13017 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:07:40.981852 [ 288 ] {f85c4b1a-a555-45dc-9d18-9d77670da702} executeQuery: (from [fd00:1122:3344:101::e]:49386) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.01.02 05:07:40.981865 [ 294 ] {} TCP-Session: 9f751be5-bcd6-4a5f-8992-7fe2e35fcd97 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:07:40.981794 [ 267 ] {} TCP-Session: 66f34aaa-2564-4993-a182-2ddae67c93df Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:07:40.981913 [ 294 ] {} TCP-Session: 9f751be5-bcd6-4a5f-8992-7fe2e35fcd97 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:07:40.981936 [ 267 ] {} TCP-Session: 66f34aaa-2564-4993-a182-2ddae67c93df Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:07:40.982113 [ 288 ] {f85c4b1a-a555-45dc-9d18-9d77670da702} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.01.02 05:07:40.982165 [ 288 ] {f85c4b1a-a555-45dc-9d18-9d77670da702} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.02 05:07:40.982439 [ 288 ] {f85c4b1a-a555-45dc-9d18-9d77670da702} oximeter.version (e3550e79-451c-4c3d-8ba1-9d3e49618ffc) (SelectExecutor): Key condition: unknown 2026.01.02 05:07:40.983318 [ 296 ] {f85c4b1a-a555-45dc-9d18-9d77670da702} AggregatingTransform: Aggregating 2026.01.02 05:07:40.983369 [ 296 ] {f85c4b1a-a555-45dc-9d18-9d77670da702} Aggregator: Aggregation method: without_key 2026.01.02 05:07:40.983407 [ 296 ] {f85c4b1a-a555-45dc-9d18-9d77670da702} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000869505 sec. (1150.080 rows/sec., 44.92 KiB/sec.) 2026.01.02 05:07:40.983426 [ 296 ] {f85c4b1a-a555-45dc-9d18-9d77670da702} Aggregator: Merging aggregated data 2026.01.02 05:07:40.984833 [ 288 ] {f85c4b1a-a555-45dc-9d18-9d77670da702} executeQuery: Read 1 rows, 40.00 B in 0.003029 sec., 330.1419610432486 rows/sec., 12.90 KiB/sec. 2026.01.02 05:07:40.985035 [ 288 ] {f85c4b1a-a555-45dc-9d18-9d77670da702} TCPHandler: Processed in 0.003749963 sec. 2026.01.02 05:07:40.985168 [ 288 ] {} TCPHandler: Done processing connection. 2026.01.02 05:07:40.985196 [ 290 ] {} TCPHandler: Done processing connection. 2026.01.02 05:07:40.985205 [ 288 ] {} TCP-Session: ede223ee-24a1-4d39-b221-5fbf09047be9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:07:40.985217 [ 289 ] {} TCPHandler: Done processing connection. 2026.01.02 05:07:40.985257 [ 286 ] {} TCPHandler: Done processing connection. 2026.01.02 05:07:40.985271 [ 291 ] {} TCPHandler: Done processing connection. 2026.01.02 05:07:40.985296 [ 294 ] {} TCPHandler: Done processing connection. 2026.01.02 05:07:40.985315 [ 292 ] {} TCPHandler: Done processing connection. 2026.01.02 05:07:40.985328 [ 267 ] {} TCPHandler: Done processing connection. 2026.01.02 05:07:40.985339 [ 291 ] {} TCP-Session: bbba6f68-9d4c-492a-8976-5a45e637e831 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:07:40.985369 [ 292 ] {} TCP-Session: 3bc60574-9436-40c3-8340-5cf1f3c13017 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:07:40.985382 [ 267 ] {} TCP-Session: 66f34aaa-2564-4993-a182-2ddae67c93df Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:07:40.985307 [ 286 ] {} TCP-Session: 975c1ed4-0e15-413a-95a0-a11b4348d83a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:07:40.985288 [ 289 ] {} TCP-Session: 152de722-8799-47d7-9127-e8d02a259e12 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:07:40.985240 [ 290 ] {} TCP-Session: 70c3f63f-c04f-457b-8c78-41e4f60698ec Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:07:40.985232 [ 293 ] {} TCPHandler: Done processing connection. 2026.01.02 05:07:40.985345 [ 294 ] {} TCP-Session: 9f751be5-bcd6-4a5f-8992-7fe2e35fcd97 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:07:40.985535 [ 293 ] {} TCP-Session: c68c9c47-3aa6-422d-b5e5-c61087728c21 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:07:41.930746 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 486 2026.01.02 05:07:41.933255 [ 243 ] {} system.query_log (dd3f3490-5765-4d2a-9406-0e239d3e9a13): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:07:41.933322 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.01.02 05:07:41.934589 [ 243 ] {} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.01.02 05:07:41.934893 [ 243 ] {} system.query_log (dd3f3490-5765-4d2a-9406-0e239d3e9a13): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:07:41.935289 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 486 2026.01.02 05:07:43.566992 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:07:43.567221 [ 270 ] {5581395c-7511-4f2b-b0b7-6621b3c41f20} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.02 05:07:43.567299 [ 270 ] {5581395c-7511-4f2b-b0b7-6621b3c41f20} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.02 05:07:43.568060 [ 270 ] {5581395c-7511-4f2b-b0b7-6621b3c41f20} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:07:43.568115 [ 270 ] {5581395c-7511-4f2b-b0b7-6621b3c41f20} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.01.02 05:07:43.568554 [ 270 ] {5581395c-7511-4f2b-b0b7-6621b3c41f20} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.01.02 05:07:43.568797 [ 270 ] {5581395c-7511-4f2b-b0b7-6621b3c41f20} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:07:43.568965 [ 270 ] {5581395c-7511-4f2b-b0b7-6621b3c41f20} executeQuery: Read 136 rows, 12.08 KiB in 0.001801 sec., 75513.60355358134 rows/sec., 6.55 MiB/sec. 2026.01.02 05:07:43.569017 [ 270 ] {5581395c-7511-4f2b-b0b7-6621b3c41f20} TCPHandler: Processed in 0.002169877 sec. 2026.01.02 05:07:43.569139 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:07:43.569244 [ 270 ] {5f7a6341-34ba-4834-affb-df292bed3885} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.02 05:07:43.569295 [ 270 ] {5f7a6341-34ba-4834-affb-df292bed3885} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.02 05:07:43.569725 [ 270 ] {5f7a6341-34ba-4834-affb-df292bed3885} oximeter.fields_u16 (75d7a870-5da0-445d-b2e0-ec90b5ea7788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:07:43.569766 [ 270 ] {5f7a6341-34ba-4834-affb-df292bed3885} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.01.02 05:07:43.570104 [ 270 ] {5f7a6341-34ba-4834-affb-df292bed3885} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.01.02 05:07:43.570329 [ 270 ] {5f7a6341-34ba-4834-affb-df292bed3885} oximeter.fields_u16 (75d7a870-5da0-445d-b2e0-ec90b5ea7788): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:07:43.570443 [ 119 ] {} oximeter.fields_u16 (75d7a870-5da0-445d-b2e0-ec90b5ea7788) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.01.02 05:07:43.570465 [ 270 ] {5f7a6341-34ba-4834-affb-df292bed3885} executeQuery: Read 40 rows, 3.01 KiB in 0.001245 sec., 32128.5140562249 rows/sec., 2.36 MiB/sec. 2026.01.02 05:07:43.570518 [ 119 ] {} oximeter.fields_u16 (75d7a870-5da0-445d-b2e0-ec90b5ea7788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:07:43.570528 [ 270 ] {5f7a6341-34ba-4834-affb-df292bed3885} TCPHandler: Processed in 0.001441194 sec. 2026.01.02 05:07:43.570549 [ 119 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.01.02 05:07:43.570649 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:07:43.570690 [ 198 ] {75d7a870-5da0-445d-b2e0-ec90b5ea7788::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2026.01.02 05:07:43.570752 [ 270 ] {e50a98ef-11d7-49b9-9b00-a0819d5708a6} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.02 05:07:43.570799 [ 270 ] {e50a98ef-11d7-49b9-9b00-a0819d5708a6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.02 05:07:43.570847 [ 198 ] {75d7a870-5da0-445d-b2e0-ec90b5ea7788::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.02 05:07:43.570893 [ 198 ] {75d7a870-5da0-445d-b2e0-ec90b5ea7788::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 277 rows starting from the beginning of the part 2026.01.02 05:07:43.570965 [ 198 ] {75d7a870-5da0-445d-b2e0-ec90b5ea7788::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 40 rows starting from the beginning of the part 2026.01.02 05:07:43.571016 [ 198 ] {75d7a870-5da0-445d-b2e0-ec90b5ea7788::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 44 rows starting from the beginning of the part 2026.01.02 05:07:43.571063 [ 198 ] {75d7a870-5da0-445d-b2e0-ec90b5ea7788::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 40 rows starting from the beginning of the part 2026.01.02 05:07:43.571109 [ 198 ] {75d7a870-5da0-445d-b2e0-ec90b5ea7788::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 14 rows starting from the beginning of the part 2026.01.02 05:07:43.571166 [ 198 ] {75d7a870-5da0-445d-b2e0-ec90b5ea7788::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 40 rows starting from the beginning of the part 2026.01.02 05:07:43.571237 [ 270 ] {e50a98ef-11d7-49b9-9b00-a0819d5708a6} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:07:43.571281 [ 270 ] {e50a98ef-11d7-49b9-9b00-a0819d5708a6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.01.02 05:07:43.571643 [ 270 ] {e50a98ef-11d7-49b9-9b00-a0819d5708a6} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.01.02 05:07:43.571888 [ 270 ] {e50a98ef-11d7-49b9-9b00-a0819d5708a6} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:07:43.572032 [ 270 ] {e50a98ef-11d7-49b9-9b00-a0819d5708a6} executeQuery: Read 104 rows, 8.32 KiB in 0.001299 sec., 80061.5858352579 rows/sec., 6.25 MiB/sec. 2026.01.02 05:07:43.572074 [ 270 ] {e50a98ef-11d7-49b9-9b00-a0819d5708a6} TCPHandler: Processed in 0.001475445 sec. 2026.01.02 05:07:43.572168 [ 196 ] {75d7a870-5da0-445d-b2e0-ec90b5ea7788::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 455 rows, containing 5 columns (5 merged, 0 gathered) in 0.001538555 sec., 295732.03427891753 rows/sec., 20.86 MiB/sec. 2026.01.02 05:07:43.572186 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:07:43.572310 [ 270 ] {caf7db66-1b4d-443b-8e91-c001d24c9a02} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.02 05:07:43.572358 [ 270 ] {caf7db66-1b4d-443b-8e91-c001d24c9a02} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.02 05:07:43.572428 [ 199 ] {75d7a870-5da0-445d-b2e0-ec90b5ea7788::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.01.02 05:07:43.572763 [ 270 ] {caf7db66-1b4d-443b-8e91-c001d24c9a02} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:07:43.572807 [ 270 ] {caf7db66-1b4d-443b-8e91-c001d24c9a02} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.01.02 05:07:43.572895 [ 199 ] {75d7a870-5da0-445d-b2e0-ec90b5ea7788::all_1_16_3} oximeter.fields_u16 (75d7a870-5da0-445d-b2e0-ec90b5ea7788): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:07:43.573022 [ 199 ] {75d7a870-5da0-445d-b2e0-ec90b5ea7788::all_1_16_3} oximeter.fields_u16 (75d7a870-5da0-445d-b2e0-ec90b5ea7788) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.01.02 05:07:43.573165 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. 2026.01.02 05:07:43.573177 [ 270 ] {caf7db66-1b4d-443b-8e91-c001d24c9a02} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.01.02 05:07:43.573426 [ 270 ] {caf7db66-1b4d-443b-8e91-c001d24c9a02} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:07:43.573531 [ 119 ] {} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.01.02 05:07:43.573563 [ 119 ] {} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:07:43.573563 [ 270 ] {caf7db66-1b4d-443b-8e91-c001d24c9a02} executeQuery: Read 160 rows, 11.41 KiB in 0.001273 sec., 125687.35271013353 rows/sec., 8.75 MiB/sec. 2026.01.02 05:07:43.573582 [ 119 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.01.02 05:07:43.573615 [ 270 ] {caf7db66-1b4d-443b-8e91-c001d24c9a02} TCPHandler: Processed in 0.001478545 sec. 2026.01.02 05:07:43.573687 [ 188 ] {935760ec-14c4-43f9-bf0f-f949cce05eda::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2026.01.02 05:07:43.573729 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:07:43.573818 [ 188 ] {935760ec-14c4-43f9-bf0f-f949cce05eda::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.02 05:07:43.573831 [ 270 ] {5a627a50-2f72-4215-8fa8-be5d86ef6343} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.02 05:07:43.573858 [ 188 ] {935760ec-14c4-43f9-bf0f-f949cce05eda::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 5222 rows starting from the beginning of the part 2026.01.02 05:07:43.573894 [ 270 ] {5a627a50-2f72-4215-8fa8-be5d86ef6343} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.01.02 05:07:43.573949 [ 188 ] {935760ec-14c4-43f9-bf0f-f949cce05eda::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 162 rows starting from the beginning of the part 2026.01.02 05:07:43.574007 [ 188 ] {935760ec-14c4-43f9-bf0f-f949cce05eda::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.01.02 05:07:43.574052 [ 188 ] {935760ec-14c4-43f9-bf0f-f949cce05eda::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 160 rows starting from the beginning of the part 2026.01.02 05:07:43.574100 [ 188 ] {935760ec-14c4-43f9-bf0f-f949cce05eda::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 881 rows starting from the beginning of the part 2026.01.02 05:07:43.574152 [ 188 ] {935760ec-14c4-43f9-bf0f-f949cce05eda::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.01.02 05:07:43.574718 [ 270 ] {5a627a50-2f72-4215-8fa8-be5d86ef6343} oximeter.measurements_histogramu64 (1ea2d44b-9dfb-4731-8ee2-8779179f369b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:07:43.574760 [ 270 ] {5a627a50-2f72-4215-8fa8-be5d86ef6343} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.01.02 05:07:43.575421 [ 270 ] {5a627a50-2f72-4215-8fa8-be5d86ef6343} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.01.02 05:07:43.575670 [ 270 ] {5a627a50-2f72-4215-8fa8-be5d86ef6343} oximeter.measurements_histogramu64 (1ea2d44b-9dfb-4731-8ee2-8779179f369b): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:07:43.575817 [ 270 ] {5a627a50-2f72-4215-8fa8-be5d86ef6343} executeQuery: Read 40 rows, 73.40 KiB in 0.002004 sec., 19960.07984031936 rows/sec., 35.77 MiB/sec. 2026.01.02 05:07:43.575871 [ 270 ] {5a627a50-2f72-4215-8fa8-be5d86ef6343} TCPHandler: Processed in 0.002190966 sec. 2026.01.02 05:07:43.575983 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:07:43.576080 [ 270 ] {29c8f343-a987-4ad8-bd3f-7db2028f7168} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.02 05:07:43.576124 [ 270 ] {29c8f343-a987-4ad8-bd3f-7db2028f7168} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.02 05:07:43.576464 [ 270 ] {29c8f343-a987-4ad8-bd3f-7db2028f7168} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:07:43.576503 [ 270 ] {29c8f343-a987-4ad8-bd3f-7db2028f7168} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.01.02 05:07:43.576849 [ 270 ] {29c8f343-a987-4ad8-bd3f-7db2028f7168} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.01.02 05:07:43.576919 [ 199 ] {935760ec-14c4-43f9-bf0f-f949cce05eda::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 6745 rows, containing 5 columns (5 merged, 0 gathered) in 0.003272345 sec., 2061212.9833498609 rows/sec., 140.87 MiB/sec. 2026.01.02 05:07:43.577080 [ 270 ] {29c8f343-a987-4ad8-bd3f-7db2028f7168} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:07:43.577215 [ 270 ] {29c8f343-a987-4ad8-bd3f-7db2028f7168} executeQuery: Read 60 rows, 4.14 KiB in 0.001154 sec., 51993.06759098786 rows/sec., 3.50 MiB/sec. 2026.01.02 05:07:43.577251 [ 270 ] {29c8f343-a987-4ad8-bd3f-7db2028f7168} TCPHandler: Processed in 0.001318063 sec. 2026.01.02 05:07:43.577429 [ 196 ] {935760ec-14c4-43f9-bf0f-f949cce05eda::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.01.02 05:07:43.577710 [ 196 ] {935760ec-14c4-43f9-bf0f-f949cce05eda::all_1_21_4} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:07:43.577780 [ 196 ] {935760ec-14c4-43f9-bf0f-f949cce05eda::all_1_21_4} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.01.02 05:07:43.577869 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.41 MiB. 2026.01.02 05:07:46.776096 [ 116 ] {} DNSResolver: Updating DNS cache 2026.01.02 05:07:46.776171 [ 116 ] {} DNSResolver: Updated DNS cache 2026.01.02 05:07:46.911220 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 8665 2026.01.02 05:07:46.911778 [ 245 ] {} system.asynchronous_metric_log (bb53ce5c-bddd-4105-a5af-ef87950cd4f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:07:46.911832 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.01.02 05:07:46.912379 [ 245 ] {} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.01.02 05:07:46.912626 [ 245 ] {} system.asynchronous_metric_log (bb53ce5c-bddd-4105-a5af-ef87950cd4f3): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:07:46.912779 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8665 2026.01.02 05:07:47.355039 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 136 2026.01.02 05:07:47.371516 [ 244 ] {} system.metric_log (a59fffb9-cc3a-4586-97e5-9d20b67a7356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:07:47.371587 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.01.02 05:07:47.377566 [ 244 ] {} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.01.02 05:07:47.378270 [ 244 ] {} system.metric_log (a59fffb9-cc3a-4586-97e5-9d20b67a7356): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:07:47.381838 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 136 2026.01.02 05:07:48.564328 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:07:48.564558 [ 270 ] {bbcaf97f-e881-4cb0-9de8-b364cc35b496} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.02 05:07:48.564640 [ 270 ] {bbcaf97f-e881-4cb0-9de8-b364cc35b496} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.02 05:07:48.565300 [ 270 ] {bbcaf97f-e881-4cb0-9de8-b364cc35b496} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:07:48.565385 [ 270 ] {bbcaf97f-e881-4cb0-9de8-b364cc35b496} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.01.02 05:07:48.565814 [ 270 ] {bbcaf97f-e881-4cb0-9de8-b364cc35b496} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.01.02 05:07:48.566064 [ 270 ] {bbcaf97f-e881-4cb0-9de8-b364cc35b496} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:07:48.566236 [ 270 ] {bbcaf97f-e881-4cb0-9de8-b364cc35b496} executeQuery: Read 56 rows, 4.41 KiB in 0.001733 sec., 32313.90652048471 rows/sec., 2.48 MiB/sec. 2026.01.02 05:07:48.566288 [ 270 ] {bbcaf97f-e881-4cb0-9de8-b364cc35b496} TCPHandler: Processed in 0.002113605 sec. 2026.01.02 05:07:48.566418 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:07:48.566524 [ 270 ] {af56d9a6-d8ad-49d0-9a48-9535731c65a9} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.02 05:07:48.566569 [ 270 ] {af56d9a6-d8ad-49d0-9a48-9535731c65a9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.02 05:07:48.567005 [ 270 ] {af56d9a6-d8ad-49d0-9a48-9535731c65a9} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:07:48.567046 [ 270 ] {af56d9a6-d8ad-49d0-9a48-9535731c65a9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.01.02 05:07:48.567357 [ 270 ] {af56d9a6-d8ad-49d0-9a48-9535731c65a9} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.01.02 05:07:48.567579 [ 270 ] {af56d9a6-d8ad-49d0-9a48-9535731c65a9} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:07:48.567709 [ 270 ] {af56d9a6-d8ad-49d0-9a48-9535731c65a9} executeQuery: Read 64 rows, 5.12 KiB in 0.001242 sec., 51529.790660225444 rows/sec., 4.02 MiB/sec. 2026.01.02 05:07:48.567746 [ 270 ] {af56d9a6-d8ad-49d0-9a48-9535731c65a9} TCPHandler: Processed in 0.001415234 sec. 2026.01.02 05:07:48.567858 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:07:48.567948 [ 270 ] {21775290-2f23-4a4d-a845-58f5c69997c0} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.02 05:07:48.567991 [ 270 ] {21775290-2f23-4a4d-a845-58f5c69997c0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.02 05:07:48.568469 [ 270 ] {21775290-2f23-4a4d-a845-58f5c69997c0} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:07:48.568507 [ 270 ] {21775290-2f23-4a4d-a845-58f5c69997c0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.01.02 05:07:48.568853 [ 270 ] {21775290-2f23-4a4d-a845-58f5c69997c0} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.01.02 05:07:48.569080 [ 270 ] {21775290-2f23-4a4d-a845-58f5c69997c0} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:07:48.569213 [ 270 ] {21775290-2f23-4a4d-a845-58f5c69997c0} executeQuery: Read 160 rows, 11.41 KiB in 0.001235 sec., 129554.65587044535 rows/sec., 9.02 MiB/sec. 2026.01.02 05:07:48.569253 [ 270 ] {21775290-2f23-4a4d-a845-58f5c69997c0} TCPHandler: Processed in 0.001401544 sec. 2026.01.02 05:07:48.569367 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:07:48.569462 [ 270 ] {434939ce-e73c-4642-90b1-e384269c0974} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.02 05:07:48.569507 [ 270 ] {434939ce-e73c-4642-90b1-e384269c0974} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.02 05:07:48.569840 [ 270 ] {434939ce-e73c-4642-90b1-e384269c0974} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:07:48.569877 [ 270 ] {434939ce-e73c-4642-90b1-e384269c0974} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.01.02 05:07:48.570183 [ 270 ] {434939ce-e73c-4642-90b1-e384269c0974} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.01.02 05:07:48.570400 [ 270 ] {434939ce-e73c-4642-90b1-e384269c0974} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:07:48.570504 [ 112 ] {} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.01.02 05:07:48.570530 [ 270 ] {434939ce-e73c-4642-90b1-e384269c0974} executeQuery: Read 60 rows, 4.14 KiB in 0.001087 sec., 55197.79208831646 rows/sec., 3.72 MiB/sec. 2026.01.02 05:07:48.570572 [ 112 ] {} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:07:48.570580 [ 270 ] {434939ce-e73c-4642-90b1-e384269c0974} TCPHandler: Processed in 0.001262601 sec. 2026.01.02 05:07:48.570601 [ 112 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.01.02 05:07:48.570727 [ 188 ] {45294a01-6668-46b2-a532-60faf64b8164::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2026.01.02 05:07:48.570866 [ 188 ] {45294a01-6668-46b2-a532-60faf64b8164::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.02 05:07:48.570908 [ 188 ] {45294a01-6668-46b2-a532-60faf64b8164::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 658 rows starting from the beginning of the part 2026.01.02 05:07:48.570978 [ 188 ] {45294a01-6668-46b2-a532-60faf64b8164::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 60 rows starting from the beginning of the part 2026.01.02 05:07:48.571029 [ 188 ] {45294a01-6668-46b2-a532-60faf64b8164::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.01.02 05:07:48.571073 [ 188 ] {45294a01-6668-46b2-a532-60faf64b8164::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 60 rows starting from the beginning of the part 2026.01.02 05:07:48.571120 [ 188 ] {45294a01-6668-46b2-a532-60faf64b8164::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.01.02 05:07:48.571166 [ 188 ] {45294a01-6668-46b2-a532-60faf64b8164::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.01.02 05:07:48.572168 [ 196 ] {45294a01-6668-46b2-a532-60faf64b8164::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 958 rows, containing 4 columns (4 merged, 0 gathered) in 0.001494275 sec., 641113.583510398 rows/sec., 42.34 MiB/sec. 2026.01.02 05:07:48.572327 [ 188 ] {45294a01-6668-46b2-a532-60faf64b8164::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.01.02 05:07:48.572589 [ 188 ] {45294a01-6668-46b2-a532-60faf64b8164::all_1_21_4} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:07:48.572659 [ 188 ] {45294a01-6668-46b2-a532-60faf64b8164::all_1_21_4} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.01.02 05:07:48.572726 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB. 2026.01.02 05:07:51.935445 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 506 2026.01.02 05:07:51.937449 [ 243 ] {} system.query_log (dd3f3490-5765-4d2a-9406-0e239d3e9a13): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:07:51.937495 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.01.02 05:07:51.938685 [ 243 ] {} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.01.02 05:07:51.938945 [ 243 ] {} system.query_log (dd3f3490-5765-4d2a-9406-0e239d3e9a13): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:07:51.939191 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 506 2026.01.02 05:07:53.568092 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:07:53.568309 [ 270 ] {204b974d-e0f4-4a84-bd11-e6c745b41834} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.01.02 05:07:53.568389 [ 270 ] {204b974d-e0f4-4a84-bd11-e6c745b41834} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.01.02 05:07:53.569015 [ 270 ] {204b974d-e0f4-4a84-bd11-e6c745b41834} oximeter.fields_ipaddr (645cdd3d-4969-40ee-99e7-272b8c981424): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:07:53.569063 [ 270 ] {204b974d-e0f4-4a84-bd11-e6c745b41834} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.01.02 05:07:53.569483 [ 270 ] {204b974d-e0f4-4a84-bd11-e6c745b41834} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.01.02 05:07:53.569731 [ 270 ] {204b974d-e0f4-4a84-bd11-e6c745b41834} oximeter.fields_ipaddr (645cdd3d-4969-40ee-99e7-272b8c981424): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:07:53.569897 [ 270 ] {204b974d-e0f4-4a84-bd11-e6c745b41834} executeQuery: Read 10 rows, 835.00 B in 0.001638 sec., 6105.006105006105 rows/sec., 497.82 KiB/sec. 2026.01.02 05:07:53.569948 [ 270 ] {204b974d-e0f4-4a84-bd11-e6c745b41834} TCPHandler: Processed in 0.001989163 sec. 2026.01.02 05:07:53.570068 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:07:53.570170 [ 270 ] {cb7e0be9-f25c-4dc0-80ca-c4b5a6800605} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.02 05:07:53.570215 [ 270 ] {cb7e0be9-f25c-4dc0-80ca-c4b5a6800605} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.02 05:07:53.570722 [ 270 ] {cb7e0be9-f25c-4dc0-80ca-c4b5a6800605} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:07:53.570762 [ 270 ] {cb7e0be9-f25c-4dc0-80ca-c4b5a6800605} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.01.02 05:07:53.571128 [ 270 ] {cb7e0be9-f25c-4dc0-80ca-c4b5a6800605} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.01.02 05:07:53.571367 [ 270 ] {cb7e0be9-f25c-4dc0-80ca-c4b5a6800605} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:07:53.571507 [ 270 ] {cb7e0be9-f25c-4dc0-80ca-c4b5a6800605} executeQuery: Read 141 rows, 12.44 KiB in 0.00136 sec., 103676.47058823529 rows/sec., 8.93 MiB/sec. 2026.01.02 05:07:53.571549 [ 270 ] {cb7e0be9-f25c-4dc0-80ca-c4b5a6800605} TCPHandler: Processed in 0.001533416 sec. 2026.01.02 05:07:53.571667 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:07:53.571767 [ 270 ] {c60b82bf-f86a-4f72-b312-2c3c24d8d0ac} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.02 05:07:53.571811 [ 270 ] {c60b82bf-f86a-4f72-b312-2c3c24d8d0ac} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.02 05:07:53.572224 [ 270 ] {c60b82bf-f86a-4f72-b312-2c3c24d8d0ac} oximeter.fields_u16 (75d7a870-5da0-445d-b2e0-ec90b5ea7788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:07:53.572262 [ 270 ] {c60b82bf-f86a-4f72-b312-2c3c24d8d0ac} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.01.02 05:07:53.572593 [ 270 ] {c60b82bf-f86a-4f72-b312-2c3c24d8d0ac} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.01.02 05:07:53.572820 [ 270 ] {c60b82bf-f86a-4f72-b312-2c3c24d8d0ac} oximeter.fields_u16 (75d7a870-5da0-445d-b2e0-ec90b5ea7788): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:07:53.572951 [ 270 ] {c60b82bf-f86a-4f72-b312-2c3c24d8d0ac} executeQuery: Read 50 rows, 3.71 KiB in 0.001207 sec., 41425.020712510355 rows/sec., 3.00 MiB/sec. 2026.01.02 05:07:53.572989 [ 270 ] {c60b82bf-f86a-4f72-b312-2c3c24d8d0ac} TCPHandler: Processed in 0.001372903 sec. 2026.01.02 05:07:53.573099 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:07:53.573199 [ 270 ] {0a6298ca-2bb1-4ac7-b7fe-a7ac5f91db65} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.02 05:07:53.573240 [ 270 ] {0a6298ca-2bb1-4ac7-b7fe-a7ac5f91db65} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.02 05:07:53.573691 [ 270 ] {0a6298ca-2bb1-4ac7-b7fe-a7ac5f91db65} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:07:53.573729 [ 270 ] {0a6298ca-2bb1-4ac7-b7fe-a7ac5f91db65} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.01.02 05:07:53.574061 [ 270 ] {0a6298ca-2bb1-4ac7-b7fe-a7ac5f91db65} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.01.02 05:07:53.574287 [ 270 ] {0a6298ca-2bb1-4ac7-b7fe-a7ac5f91db65} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:07:53.574422 [ 270 ] {0a6298ca-2bb1-4ac7-b7fe-a7ac5f91db65} executeQuery: Read 114 rows, 9.13 KiB in 0.001242 sec., 91787.43961352657 rows/sec., 7.18 MiB/sec. 2026.01.02 05:07:53.574461 [ 270 ] {0a6298ca-2bb1-4ac7-b7fe-a7ac5f91db65} TCPHandler: Processed in 0.001410824 sec. 2026.01.02 05:07:53.574574 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:07:53.574669 [ 270 ] {d0207996-f761-4d04-ab5f-d07697b077bf} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.02 05:07:53.574717 [ 270 ] {d0207996-f761-4d04-ab5f-d07697b077bf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.02 05:07:53.575132 [ 270 ] {d0207996-f761-4d04-ab5f-d07697b077bf} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:07:53.575170 [ 270 ] {d0207996-f761-4d04-ab5f-d07697b077bf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.01.02 05:07:53.575527 [ 270 ] {d0207996-f761-4d04-ab5f-d07697b077bf} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.01.02 05:07:53.575750 [ 270 ] {d0207996-f761-4d04-ab5f-d07697b077bf} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:07:53.575880 [ 270 ] {d0207996-f761-4d04-ab5f-d07697b077bf} executeQuery: Read 165 rows, 11.76 KiB in 0.001229 sec., 134255.49227013832 rows/sec., 9.35 MiB/sec. 2026.01.02 05:07:53.575917 [ 270 ] {d0207996-f761-4d04-ab5f-d07697b077bf} TCPHandler: Processed in 0.001393323 sec. 2026.01.02 05:07:53.576032 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:07:53.576148 [ 270 ] {34d37e54-5cc2-4778-b66f-0b6f15408b15} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.02 05:07:53.576212 [ 270 ] {34d37e54-5cc2-4778-b66f-0b6f15408b15} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.01.02 05:07:53.577139 [ 270 ] {34d37e54-5cc2-4778-b66f-0b6f15408b15} oximeter.measurements_histogramu64 (1ea2d44b-9dfb-4731-8ee2-8779179f369b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:07:53.577176 [ 270 ] {34d37e54-5cc2-4778-b66f-0b6f15408b15} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.01.02 05:07:53.577779 [ 270 ] {34d37e54-5cc2-4778-b66f-0b6f15408b15} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.01.02 05:07:53.578001 [ 270 ] {34d37e54-5cc2-4778-b66f-0b6f15408b15} oximeter.measurements_histogramu64 (1ea2d44b-9dfb-4731-8ee2-8779179f369b): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:07:53.578136 [ 270 ] {34d37e54-5cc2-4778-b66f-0b6f15408b15} executeQuery: Read 40 rows, 73.40 KiB in 0.002013 sec., 19870.83954297069 rows/sec., 35.61 MiB/sec. 2026.01.02 05:07:53.578193 [ 270 ] {34d37e54-5cc2-4778-b66f-0b6f15408b15} TCPHandler: Processed in 0.002220027 sec. 2026.01.02 05:07:53.578298 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:07:53.578384 [ 270 ] {eea3a1b3-cb75-4b92-9217-608b52470c81} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.02 05:07:53.578423 [ 270 ] {eea3a1b3-cb75-4b92-9217-608b52470c81} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.02 05:07:53.578732 [ 270 ] {eea3a1b3-cb75-4b92-9217-608b52470c81} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:07:53.578765 [ 270 ] {eea3a1b3-cb75-4b92-9217-608b52470c81} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.01.02 05:07:53.579062 [ 270 ] {eea3a1b3-cb75-4b92-9217-608b52470c81} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.01.02 05:07:53.579342 [ 270 ] {eea3a1b3-cb75-4b92-9217-608b52470c81} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:07:53.579466 [ 270 ] {eea3a1b3-cb75-4b92-9217-608b52470c81} executeQuery: Read 60 rows, 4.14 KiB in 0.001092 sec., 54945.05494505494 rows/sec., 3.70 MiB/sec. 2026.01.02 05:07:53.579500 [ 270 ] {eea3a1b3-cb75-4b92-9217-608b52470c81} TCPHandler: Processed in 0.001247641 sec. 2026.01.02 05:07:54.412953 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 9177 2026.01.02 05:07:54.413744 [ 245 ] {} system.asynchronous_metric_log (bb53ce5c-bddd-4105-a5af-ef87950cd4f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:07:54.413797 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.01.02 05:07:54.414363 [ 245 ] {} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.01.02 05:07:54.414618 [ 245 ] {} system.asynchronous_metric_log (bb53ce5c-bddd-4105-a5af-ef87950cd4f3): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:07:54.414768 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9177 2026.01.02 05:07:54.881969 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 144 2026.01.02 05:07:54.898542 [ 244 ] {} system.metric_log (a59fffb9-cc3a-4586-97e5-9d20b67a7356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:07:54.898604 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.01.02 05:07:54.905072 [ 244 ] {} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.01.02 05:07:54.905797 [ 244 ] {} system.metric_log (a59fffb9-cc3a-4586-97e5-9d20b67a7356): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:07:54.908879 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 144 2026.01.02 05:07:58.564905 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:07:58.565120 [ 270 ] {d1a62f64-3896-468e-8e60-4ed0605d99fc} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.02 05:07:58.565191 [ 270 ] {d1a62f64-3896-468e-8e60-4ed0605d99fc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.02 05:07:58.565846 [ 270 ] {d1a62f64-3896-468e-8e60-4ed0605d99fc} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:07:58.565888 [ 270 ] {d1a62f64-3896-468e-8e60-4ed0605d99fc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.01.02 05:07:58.566273 [ 270 ] {d1a62f64-3896-468e-8e60-4ed0605d99fc} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.01.02 05:07:58.566494 [ 270 ] {d1a62f64-3896-468e-8e60-4ed0605d99fc} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:07:58.566648 [ 270 ] {d1a62f64-3896-468e-8e60-4ed0605d99fc} executeQuery: Read 56 rows, 4.41 KiB in 0.001584 sec., 35353.53535353536 rows/sec., 2.72 MiB/sec. 2026.01.02 05:07:58.566688 [ 270 ] {d1a62f64-3896-468e-8e60-4ed0605d99fc} TCPHandler: Processed in 0.001916241 sec. 2026.01.02 05:07:58.566802 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:07:58.566896 [ 270 ] {3178764c-1c9a-4fb8-b358-beb2d0d28b71} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.02 05:07:58.566935 [ 270 ] {3178764c-1c9a-4fb8-b358-beb2d0d28b71} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.02 05:07:58.567359 [ 270 ] {3178764c-1c9a-4fb8-b358-beb2d0d28b71} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:07:58.567396 [ 270 ] {3178764c-1c9a-4fb8-b358-beb2d0d28b71} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.01.02 05:07:58.567684 [ 270 ] {3178764c-1c9a-4fb8-b358-beb2d0d28b71} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.01.02 05:07:58.567896 [ 270 ] {3178764c-1c9a-4fb8-b358-beb2d0d28b71} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:07:58.568024 [ 270 ] {3178764c-1c9a-4fb8-b358-beb2d0d28b71} executeQuery: Read 64 rows, 5.12 KiB in 0.001147 sec., 55797.733217088055 rows/sec., 4.36 MiB/sec. 2026.01.02 05:07:58.568060 [ 270 ] {3178764c-1c9a-4fb8-b358-beb2d0d28b71} TCPHandler: Processed in 0.001305731 sec. 2026.01.02 05:07:58.568173 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:07:58.568271 [ 270 ] {06cab91e-c526-47c4-93b0-b32f690362a9} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.02 05:07:58.568314 [ 270 ] {06cab91e-c526-47c4-93b0-b32f690362a9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.02 05:07:58.568723 [ 270 ] {06cab91e-c526-47c4-93b0-b32f690362a9} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:07:58.568758 [ 270 ] {06cab91e-c526-47c4-93b0-b32f690362a9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.01.02 05:07:58.569099 [ 270 ] {06cab91e-c526-47c4-93b0-b32f690362a9} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.01.02 05:07:58.569303 [ 270 ] {06cab91e-c526-47c4-93b0-b32f690362a9} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:07:58.569427 [ 270 ] {06cab91e-c526-47c4-93b0-b32f690362a9} executeQuery: Read 160 rows, 11.41 KiB in 0.001174 sec., 136286.20102214653 rows/sec., 9.49 MiB/sec. 2026.01.02 05:07:58.569462 [ 270 ] {06cab91e-c526-47c4-93b0-b32f690362a9} TCPHandler: Processed in 0.001336152 sec. 2026.01.02 05:07:58.569573 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:07:58.569664 [ 270 ] {239c7814-c2fe-453e-93fd-c08421a00f5d} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.02 05:07:58.569704 [ 270 ] {239c7814-c2fe-453e-93fd-c08421a00f5d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.02 05:07:58.570020 [ 270 ] {239c7814-c2fe-453e-93fd-c08421a00f5d} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:07:58.570056 [ 270 ] {239c7814-c2fe-453e-93fd-c08421a00f5d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.01.02 05:07:58.570344 [ 270 ] {239c7814-c2fe-453e-93fd-c08421a00f5d} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.01.02 05:07:58.570549 [ 270 ] {239c7814-c2fe-453e-93fd-c08421a00f5d} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:07:58.570669 [ 270 ] {239c7814-c2fe-453e-93fd-c08421a00f5d} executeQuery: Read 60 rows, 4.14 KiB in 0.001023 sec., 58651.026392961874 rows/sec., 3.95 MiB/sec. 2026.01.02 05:07:58.570702 [ 270 ] {239c7814-c2fe-453e-93fd-c08421a00f5d} TCPHandler: Processed in 0.00117854 sec. 2026.01.02 05:08:01.776443 [ 97 ] {} DNSResolver: Updating DNS cache 2026.01.02 05:08:01.776523 [ 97 ] {} DNSResolver: Updated DNS cache 2026.01.02 05:08:01.914939 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 9625 2026.01.02 05:08:01.915426 [ 245 ] {} system.asynchronous_metric_log (bb53ce5c-bddd-4105-a5af-ef87950cd4f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:08:01.915468 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.01.02 05:08:01.916003 [ 245 ] {} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.01.02 05:08:01.916248 [ 245 ] {} system.asynchronous_metric_log (bb53ce5c-bddd-4105-a5af-ef87950cd4f3): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:08:01.916384 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9625 2026.01.02 05:08:01.939474 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 22 entries to flush up to offset 528 2026.01.02 05:08:01.941981 [ 243 ] {} system.query_log (dd3f3490-5765-4d2a-9406-0e239d3e9a13): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:08:01.942028 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.01.02 05:08:01.943201 [ 243 ] {} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.01.02 05:08:01.943455 [ 243 ] {} system.query_log (dd3f3490-5765-4d2a-9406-0e239d3e9a13): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:08:01.943707 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 528 2026.01.02 05:08:02.409041 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 151 2026.01.02 05:08:02.426787 [ 244 ] {} system.metric_log (a59fffb9-cc3a-4586-97e5-9d20b67a7356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:08:02.426837 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.01.02 05:08:02.433279 [ 244 ] {} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.01.02 05:08:02.434024 [ 244 ] {} system.metric_log (a59fffb9-cc3a-4586-97e5-9d20b67a7356): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:08:02.437401 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 151 2026.01.02 05:08:03.568109 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:08:03.568326 [ 270 ] {ce212f94-889d-4895-a5c0-84cdc736a3f0} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.02 05:08:03.568397 [ 270 ] {ce212f94-889d-4895-a5c0-84cdc736a3f0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.02 05:08:03.569140 [ 270 ] {ce212f94-889d-4895-a5c0-84cdc736a3f0} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:08:03.569192 [ 270 ] {ce212f94-889d-4895-a5c0-84cdc736a3f0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.01.02 05:08:03.569617 [ 270 ] {ce212f94-889d-4895-a5c0-84cdc736a3f0} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.01.02 05:08:03.569850 [ 270 ] {ce212f94-889d-4895-a5c0-84cdc736a3f0} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:08:03.570007 [ 270 ] {ce212f94-889d-4895-a5c0-84cdc736a3f0} executeQuery: Read 136 rows, 12.08 KiB in 0.001735 sec., 78386.16714697407 rows/sec., 6.80 MiB/sec. 2026.01.02 05:08:03.570033 [ 94 ] {} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.01.02 05:08:03.570051 [ 270 ] {ce212f94-889d-4895-a5c0-84cdc736a3f0} TCPHandler: Processed in 0.002076215 sec. 2026.01.02 05:08:03.570101 [ 94 ] {} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:08:03.570129 [ 94 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.01.02 05:08:03.570209 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:08:03.570252 [ 188 ] {83d580c8-cdc4-4d78-bcce-488a9e56976e::all_1_26_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full 2026.01.02 05:08:03.570314 [ 270 ] {b82097c4-0699-4685-abf3-7b5f8b9e19c2} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.02 05:08:03.570362 [ 270 ] {b82097c4-0699-4685-abf3-7b5f8b9e19c2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.02 05:08:03.570396 [ 188 ] {83d580c8-cdc4-4d78-bcce-488a9e56976e::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.02 05:08:03.570437 [ 188 ] {83d580c8-cdc4-4d78-bcce-488a9e56976e::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 2463 rows starting from the beginning of the part 2026.01.02 05:08:03.570502 [ 188 ] {83d580c8-cdc4-4d78-bcce-488a9e56976e::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 136 rows starting from the beginning of the part 2026.01.02 05:08:03.570546 [ 188 ] {83d580c8-cdc4-4d78-bcce-488a9e56976e::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 56 rows starting from the beginning of the part 2026.01.02 05:08:03.570589 [ 188 ] {83d580c8-cdc4-4d78-bcce-488a9e56976e::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 141 rows starting from the beginning of the part 2026.01.02 05:08:03.570633 [ 188 ] {83d580c8-cdc4-4d78-bcce-488a9e56976e::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 56 rows starting from the beginning of the part 2026.01.02 05:08:03.570674 [ 188 ] {83d580c8-cdc4-4d78-bcce-488a9e56976e::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 136 rows starting from the beginning of the part 2026.01.02 05:08:03.570824 [ 270 ] {b82097c4-0699-4685-abf3-7b5f8b9e19c2} oximeter.fields_u16 (75d7a870-5da0-445d-b2e0-ec90b5ea7788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:08:03.570866 [ 270 ] {b82097c4-0699-4685-abf3-7b5f8b9e19c2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.01.02 05:08:03.571375 [ 270 ] {b82097c4-0699-4685-abf3-7b5f8b9e19c2} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.01.02 05:08:03.571700 [ 270 ] {b82097c4-0699-4685-abf3-7b5f8b9e19c2} oximeter.fields_u16 (75d7a870-5da0-445d-b2e0-ec90b5ea7788): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:08:03.571879 [ 270 ] {b82097c4-0699-4685-abf3-7b5f8b9e19c2} executeQuery: Read 40 rows, 3.01 KiB in 0.001586 sec., 25220.680958385878 rows/sec., 1.85 MiB/sec. 2026.01.02 05:08:03.571931 [ 270 ] {b82097c4-0699-4685-abf3-7b5f8b9e19c2} TCPHandler: Processed in 0.00177309 sec. 2026.01.02 05:08:03.572104 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:08:03.572215 [ 270 ] {4331579a-386f-42d4-b6b2-8b730f528c2d} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.02 05:08:03.572264 [ 270 ] {4331579a-386f-42d4-b6b2-8b730f528c2d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.02 05:08:03.572550 [ 188 ] {83d580c8-cdc4-4d78-bcce-488a9e56976e::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 2988 rows, containing 5 columns (5 merged, 0 gathered) in 0.002353949 sec., 1269356.302961534 rows/sec., 109.28 MiB/sec. 2026.01.02 05:08:03.572985 [ 192 ] {83d580c8-cdc4-4d78-bcce-488a9e56976e::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.01.02 05:08:03.573342 [ 192 ] {83d580c8-cdc4-4d78-bcce-488a9e56976e::all_1_26_5} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:08:03.573439 [ 192 ] {83d580c8-cdc4-4d78-bcce-488a9e56976e::all_1_26_5} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.01.02 05:08:03.573551 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.88 MiB. 2026.01.02 05:08:03.573672 [ 270 ] {4331579a-386f-42d4-b6b2-8b730f528c2d} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:08:03.573721 [ 270 ] {4331579a-386f-42d4-b6b2-8b730f528c2d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.01.02 05:08:03.574101 [ 270 ] {4331579a-386f-42d4-b6b2-8b730f528c2d} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.01.02 05:08:03.574314 [ 270 ] {4331579a-386f-42d4-b6b2-8b730f528c2d} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:08:03.574435 [ 94 ] {} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.01.02 05:08:03.574443 [ 270 ] {4331579a-386f-42d4-b6b2-8b730f528c2d} executeQuery: Read 104 rows, 8.32 KiB in 0.002251 sec., 46201.688138605066 rows/sec., 3.61 MiB/sec. 2026.01.02 05:08:03.574487 [ 94 ] {} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:08:03.574512 [ 270 ] {4331579a-386f-42d4-b6b2-8b730f528c2d} TCPHandler: Processed in 0.002491952 sec. 2026.01.02 05:08:03.574513 [ 94 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.01.02 05:08:03.574618 [ 196 ] {a2603088-a695-4667-9faf-2a4ce1a4e7af::all_1_26_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full 2026.01.02 05:08:03.574646 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:08:03.574718 [ 196 ] {a2603088-a695-4667-9faf-2a4ce1a4e7af::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.02 05:08:03.574745 [ 270 ] {23542cdc-e484-4753-9ef4-d1f1a4ef4e22} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.02 05:08:03.574753 [ 196 ] {a2603088-a695-4667-9faf-2a4ce1a4e7af::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1249 rows starting from the beginning of the part 2026.01.02 05:08:03.574797 [ 270 ] {23542cdc-e484-4753-9ef4-d1f1a4ef4e22} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.02 05:08:03.574847 [ 196 ] {a2603088-a695-4667-9faf-2a4ce1a4e7af::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 104 rows starting from the beginning of the part 2026.01.02 05:08:03.574913 [ 196 ] {a2603088-a695-4667-9faf-2a4ce1a4e7af::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 64 rows starting from the beginning of the part 2026.01.02 05:08:03.574956 [ 196 ] {a2603088-a695-4667-9faf-2a4ce1a4e7af::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 114 rows starting from the beginning of the part 2026.01.02 05:08:03.574998 [ 196 ] {a2603088-a695-4667-9faf-2a4ce1a4e7af::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 64 rows starting from the beginning of the part 2026.01.02 05:08:03.575053 [ 196 ] {a2603088-a695-4667-9faf-2a4ce1a4e7af::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 104 rows starting from the beginning of the part 2026.01.02 05:08:03.575243 [ 270 ] {23542cdc-e484-4753-9ef4-d1f1a4ef4e22} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:08:03.575289 [ 270 ] {23542cdc-e484-4753-9ef4-d1f1a4ef4e22} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.01.02 05:08:03.575685 [ 270 ] {23542cdc-e484-4753-9ef4-d1f1a4ef4e22} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.01.02 05:08:03.575915 [ 270 ] {23542cdc-e484-4753-9ef4-d1f1a4ef4e22} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:08:03.576036 [ 188 ] {a2603088-a695-4667-9faf-2a4ce1a4e7af::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 1699 rows, containing 5 columns (5 merged, 0 gathered) in 0.001455305 sec., 1167452.8707040793 rows/sec., 90.55 MiB/sec. 2026.01.02 05:08:03.576056 [ 270 ] {23542cdc-e484-4753-9ef4-d1f1a4ef4e22} executeQuery: Read 160 rows, 11.41 KiB in 0.00133 sec., 120300.75187969925 rows/sec., 8.38 MiB/sec. 2026.01.02 05:08:03.576100 [ 270 ] {23542cdc-e484-4753-9ef4-d1f1a4ef4e22} TCPHandler: Processed in 0.001504005 sec. 2026.01.02 05:08:03.576202 [ 188 ] {a2603088-a695-4667-9faf-2a4ce1a4e7af::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.01.02 05:08:03.576219 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:08:03.576320 [ 270 ] {a6c37318-c996-4983-874b-0cf5fc4ace98} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.02 05:08:03.576381 [ 270 ] {a6c37318-c996-4983-874b-0cf5fc4ace98} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.01.02 05:08:03.576457 [ 188 ] {a2603088-a695-4667-9faf-2a4ce1a4e7af::all_1_26_5} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:08:03.576523 [ 188 ] {a2603088-a695-4667-9faf-2a4ce1a4e7af::all_1_26_5} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.01.02 05:08:03.576579 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB. 2026.01.02 05:08:03.577380 [ 270 ] {a6c37318-c996-4983-874b-0cf5fc4ace98} oximeter.measurements_histogramu64 (1ea2d44b-9dfb-4731-8ee2-8779179f369b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:08:03.577429 [ 270 ] {a6c37318-c996-4983-874b-0cf5fc4ace98} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.01.02 05:08:03.578206 [ 270 ] {a6c37318-c996-4983-874b-0cf5fc4ace98} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.01.02 05:08:03.578492 [ 270 ] {a6c37318-c996-4983-874b-0cf5fc4ace98} oximeter.measurements_histogramu64 (1ea2d44b-9dfb-4731-8ee2-8779179f369b): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:08:03.578657 [ 270 ] {a6c37318-c996-4983-874b-0cf5fc4ace98} executeQuery: Read 40 rows, 73.40 KiB in 0.002354 sec., 16992.35344095157 rows/sec., 30.45 MiB/sec. 2026.01.02 05:08:03.578731 [ 270 ] {a6c37318-c996-4983-874b-0cf5fc4ace98} TCPHandler: Processed in 0.002562663 sec. 2026.01.02 05:08:03.578851 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:08:03.578949 [ 270 ] {a0e6c76b-5953-4a6e-b2dd-845293d1b2ac} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.02 05:08:03.578993 [ 270 ] {a0e6c76b-5953-4a6e-b2dd-845293d1b2ac} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.02 05:08:03.579351 [ 270 ] {a0e6c76b-5953-4a6e-b2dd-845293d1b2ac} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:08:03.579389 [ 270 ] {a0e6c76b-5953-4a6e-b2dd-845293d1b2ac} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.01.02 05:08:03.579723 [ 270 ] {a0e6c76b-5953-4a6e-b2dd-845293d1b2ac} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.01.02 05:08:03.579948 [ 270 ] {a0e6c76b-5953-4a6e-b2dd-845293d1b2ac} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:08:03.580083 [ 270 ] {a0e6c76b-5953-4a6e-b2dd-845293d1b2ac} executeQuery: Read 60 rows, 4.14 KiB in 0.001151 sec., 52128.583840139014 rows/sec., 3.51 MiB/sec. 2026.01.02 05:08:03.580120 [ 270 ] {a0e6c76b-5953-4a6e-b2dd-845293d1b2ac} TCPHandler: Processed in 0.001319392 sec. 2026.01.02 05:08:08.592531 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:08:08.592809 [ 270 ] {07bdb6bc-3437-4d15-abad-4b81c1fed310} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.01.02 05:08:08.592873 [ 270 ] {07bdb6bc-3437-4d15-abad-4b81c1fed310} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.01.02 05:08:08.593500 [ 270 ] {07bdb6bc-3437-4d15-abad-4b81c1fed310} oximeter.fields_i16 (cb56b64a-0514-41c6-b851-58b3833bf8fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:08:08.593541 [ 270 ] {07bdb6bc-3437-4d15-abad-4b81c1fed310} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.01.02 05:08:08.593951 [ 270 ] {07bdb6bc-3437-4d15-abad-4b81c1fed310} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.01.02 05:08:08.594173 [ 270 ] {07bdb6bc-3437-4d15-abad-4b81c1fed310} oximeter.fields_i16 (cb56b64a-0514-41c6-b851-58b3833bf8fd): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:08:08.594317 [ 270 ] {07bdb6bc-3437-4d15-abad-4b81c1fed310} executeQuery: Read 24 rows, 2.04 KiB in 0.001561 sec., 15374.759769378603 rows/sec., 1.28 MiB/sec. 2026.01.02 05:08:08.594362 [ 270 ] {07bdb6bc-3437-4d15-abad-4b81c1fed310} TCPHandler: Processed in 0.002012734 sec. 2026.01.02 05:08:08.594477 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:08:08.594579 [ 270 ] {0f5a61e3-2b6a-4309-9342-24d2178b9483} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.01.02 05:08:08.594621 [ 270 ] {0f5a61e3-2b6a-4309-9342-24d2178b9483} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.01.02 05:08:08.595002 [ 270 ] {0f5a61e3-2b6a-4309-9342-24d2178b9483} oximeter.fields_ipaddr (645cdd3d-4969-40ee-99e7-272b8c981424): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:08:08.595038 [ 270 ] {0f5a61e3-2b6a-4309-9342-24d2178b9483} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.01.02 05:08:08.595327 [ 270 ] {0f5a61e3-2b6a-4309-9342-24d2178b9483} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.01.02 05:08:08.595535 [ 270 ] {0f5a61e3-2b6a-4309-9342-24d2178b9483} oximeter.fields_ipaddr (645cdd3d-4969-40ee-99e7-272b8c981424): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:08:08.595658 [ 270 ] {0f5a61e3-2b6a-4309-9342-24d2178b9483} executeQuery: Read 2 rows, 167.00 B in 0.001102 sec., 1814.8820326678767 rows/sec., 147.99 KiB/sec. 2026.01.02 05:08:08.595693 [ 270 ] {0f5a61e3-2b6a-4309-9342-24d2178b9483} TCPHandler: Processed in 0.001265862 sec. 2026.01.02 05:08:08.595800 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:08:08.595891 [ 270 ] {64d86150-b776-4191-aaa1-98807016ae99} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.02 05:08:08.595929 [ 270 ] {64d86150-b776-4191-aaa1-98807016ae99} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.02 05:08:08.596813 [ 270 ] {64d86150-b776-4191-aaa1-98807016ae99} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:08:08.596848 [ 270 ] {64d86150-b776-4191-aaa1-98807016ae99} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.01.02 05:08:08.597279 [ 270 ] {64d86150-b776-4191-aaa1-98807016ae99} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.01.02 05:08:08.597493 [ 270 ] {64d86150-b776-4191-aaa1-98807016ae99} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:08:08.597617 [ 270 ] {64d86150-b776-4191-aaa1-98807016ae99} executeQuery: Read 1317 rows, 112.50 KiB in 0.001743 sec., 755593.8037865749 rows/sec., 63.03 MiB/sec. 2026.01.02 05:08:08.597652 [ 270 ] {64d86150-b776-4191-aaa1-98807016ae99} TCPHandler: Processed in 0.001898952 sec. 2026.01.02 05:08:08.597760 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:08:08.597853 [ 270 ] {f0dc405f-d8eb-4427-ad30-5ee49b41b3bc} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.02 05:08:08.597892 [ 270 ] {f0dc405f-d8eb-4427-ad30-5ee49b41b3bc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.02 05:08:08.598271 [ 270 ] {f0dc405f-d8eb-4427-ad30-5ee49b41b3bc} oximeter.fields_u16 (75d7a870-5da0-445d-b2e0-ec90b5ea7788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:08:08.598307 [ 270 ] {f0dc405f-d8eb-4427-ad30-5ee49b41b3bc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.01.02 05:08:08.598603 [ 270 ] {f0dc405f-d8eb-4427-ad30-5ee49b41b3bc} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.01.02 05:08:08.598809 [ 270 ] {f0dc405f-d8eb-4427-ad30-5ee49b41b3bc} oximeter.fields_u16 (75d7a870-5da0-445d-b2e0-ec90b5ea7788): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:08:08.598930 [ 270 ] {f0dc405f-d8eb-4427-ad30-5ee49b41b3bc} executeQuery: Read 14 rows, 1.10 KiB in 0.001095 sec., 12785.388127853881 rows/sec., 1005.10 KiB/sec. 2026.01.02 05:08:08.598966 [ 270 ] {f0dc405f-d8eb-4427-ad30-5ee49b41b3bc} TCPHandler: Processed in 0.001254301 sec. 2026.01.02 05:08:08.599069 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:08:08.599161 [ 270 ] {76cf4c68-499c-4dd9-9aec-15e994cec663} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.02 05:08:08.599199 [ 270 ] {76cf4c68-499c-4dd9-9aec-15e994cec663} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.02 05:08:08.599707 [ 270 ] {76cf4c68-499c-4dd9-9aec-15e994cec663} oximeter.fields_u32 (1310015a-3be0-40ba-9fec-1b5eb4ed9f75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:08:08.599755 [ 270 ] {76cf4c68-499c-4dd9-9aec-15e994cec663} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.01.02 05:08:08.600148 [ 270 ] {76cf4c68-499c-4dd9-9aec-15e994cec663} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.01.02 05:08:08.600409 [ 270 ] {76cf4c68-499c-4dd9-9aec-15e994cec663} oximeter.fields_u32 (1310015a-3be0-40ba-9fec-1b5eb4ed9f75): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:08:08.600560 [ 270 ] {76cf4c68-499c-4dd9-9aec-15e994cec663} executeQuery: Read 252 rows, 17.85 KiB in 0.001416 sec., 177966.10169491527 rows/sec., 12.31 MiB/sec. 2026.01.02 05:08:08.600605 [ 270 ] {76cf4c68-499c-4dd9-9aec-15e994cec663} TCPHandler: Processed in 0.001582777 sec. 2026.01.02 05:08:08.600728 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:08:08.600825 [ 270 ] {80e79201-3c40-4eb1-816b-f05796049ebb} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.01.02 05:08:08.600866 [ 270 ] {80e79201-3c40-4eb1-816b-f05796049ebb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.01.02 05:08:08.601258 [ 270 ] {80e79201-3c40-4eb1-816b-f05796049ebb} oximeter.fields_u8 (ae3e3832-81ae-4954-8933-d68b9608f6be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:08:08.601295 [ 270 ] {80e79201-3c40-4eb1-816b-f05796049ebb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.01.02 05:08:08.601590 [ 270 ] {80e79201-3c40-4eb1-816b-f05796049ebb} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.01.02 05:08:08.601800 [ 270 ] {80e79201-3c40-4eb1-816b-f05796049ebb} oximeter.fields_u8 (ae3e3832-81ae-4954-8933-d68b9608f6be): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:08:08.601925 [ 270 ] {80e79201-3c40-4eb1-816b-f05796049ebb} executeQuery: Read 12 rows, 960.00 B in 0.00112 sec., 10714.285714285716 rows/sec., 837.05 KiB/sec. 2026.01.02 05:08:08.601963 [ 270 ] {80e79201-3c40-4eb1-816b-f05796049ebb} TCPHandler: Processed in 0.001290922 sec. 2026.01.02 05:08:08.602070 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:08:08.602165 [ 270 ] {bfcb5581-bc5b-4e94-a778-cb82b0c9d1ea} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.02 05:08:08.602205 [ 270 ] {bfcb5581-bc5b-4e94-a778-cb82b0c9d1ea} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.02 05:08:08.602752 [ 270 ] {bfcb5581-bc5b-4e94-a778-cb82b0c9d1ea} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:08:08.602789 [ 270 ] {bfcb5581-bc5b-4e94-a778-cb82b0c9d1ea} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.01.02 05:08:08.603111 [ 270 ] {bfcb5581-bc5b-4e94-a778-cb82b0c9d1ea} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.01.02 05:08:08.603319 [ 270 ] {bfcb5581-bc5b-4e94-a778-cb82b0c9d1ea} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:08:08.603443 [ 270 ] {bfcb5581-bc5b-4e94-a778-cb82b0c9d1ea} executeQuery: Read 558 rows, 42.83 KiB in 0.001297 sec., 430223.5929067078 rows/sec., 32.24 MiB/sec. 2026.01.02 05:08:08.603481 [ 270 ] {bfcb5581-bc5b-4e94-a778-cb82b0c9d1ea} TCPHandler: Processed in 0.001460164 sec. 2026.01.02 05:08:08.603592 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:08:08.603686 [ 270 ] {7d81cba9-bd6c-40e8-be36-21dd460e4c26} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.02 05:08:08.603729 [ 270 ] {7d81cba9-bd6c-40e8-be36-21dd460e4c26} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.02 05:08:08.604272 [ 270 ] {7d81cba9-bd6c-40e8-be36-21dd460e4c26} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:08:08.604308 [ 270 ] {7d81cba9-bd6c-40e8-be36-21dd460e4c26} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.01.02 05:08:08.604709 [ 270 ] {7d81cba9-bd6c-40e8-be36-21dd460e4c26} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.01.02 05:08:08.604942 [ 270 ] {7d81cba9-bd6c-40e8-be36-21dd460e4c26} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:08:08.605051 [ 87 ] {} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.01.02 05:08:08.605072 [ 270 ] {7d81cba9-bd6c-40e8-be36-21dd460e4c26} executeQuery: Read 881 rows, 61.23 KiB in 0.001405 sec., 627046.2633451957 rows/sec., 42.56 MiB/sec. 2026.01.02 05:08:08.605127 [ 87 ] {} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:08:08.605133 [ 270 ] {7d81cba9-bd6c-40e8-be36-21dd460e4c26} TCPHandler: Processed in 0.001589597 sec. 2026.01.02 05:08:08.605157 [ 87 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.01.02 05:08:08.605257 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:08:08.605266 [ 195 ] {935760ec-14c4-43f9-bf0f-f949cce05eda::all_1_26_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full 2026.01.02 05:08:08.605357 [ 270 ] {3d3a597c-af9f-4ff2-a6b2-f7ed01ab2949} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.02 05:08:08.605403 [ 270 ] {3d3a597c-af9f-4ff2-a6b2-f7ed01ab2949} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.02 05:08:08.605411 [ 195 ] {935760ec-14c4-43f9-bf0f-f949cce05eda::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.02 05:08:08.605457 [ 195 ] {935760ec-14c4-43f9-bf0f-f949cce05eda::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 6745 rows starting from the beginning of the part 2026.01.02 05:08:08.605537 [ 195 ] {935760ec-14c4-43f9-bf0f-f949cce05eda::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 160 rows starting from the beginning of the part 2026.01.02 05:08:08.605603 [ 195 ] {935760ec-14c4-43f9-bf0f-f949cce05eda::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 165 rows starting from the beginning of the part 2026.01.02 05:08:08.605648 [ 195 ] {935760ec-14c4-43f9-bf0f-f949cce05eda::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 160 rows starting from the beginning of the part 2026.01.02 05:08:08.605695 [ 195 ] {935760ec-14c4-43f9-bf0f-f949cce05eda::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.01.02 05:08:08.605736 [ 195 ] {935760ec-14c4-43f9-bf0f-f949cce05eda::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 881 rows starting from the beginning of the part 2026.01.02 05:08:08.605745 [ 270 ] {3d3a597c-af9f-4ff2-a6b2-f7ed01ab2949} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:08:08.605787 [ 270 ] {3d3a597c-af9f-4ff2-a6b2-f7ed01ab2949} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.01.02 05:08:08.606143 [ 270 ] {3d3a597c-af9f-4ff2-a6b2-f7ed01ab2949} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.01.02 05:08:08.606359 [ 270 ] {3d3a597c-af9f-4ff2-a6b2-f7ed01ab2949} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:08:08.606504 [ 270 ] {3d3a597c-af9f-4ff2-a6b2-f7ed01ab2949} executeQuery: Read 60 rows, 4.14 KiB in 0.001165 sec., 51502.14592274678 rows/sec., 3.47 MiB/sec. 2026.01.02 05:08:08.606541 [ 270 ] {3d3a597c-af9f-4ff2-a6b2-f7ed01ab2949} TCPHandler: Processed in 0.001332502 sec. 2026.01.02 05:08:08.609363 [ 188 ] {935760ec-14c4-43f9-bf0f-f949cce05eda::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 8271 rows, containing 5 columns (5 merged, 0 gathered) in 0.004141549 sec., 1997078.8707317 rows/sec., 136.59 MiB/sec. 2026.01.02 05:08:08.609533 [ 195 ] {935760ec-14c4-43f9-bf0f-f949cce05eda::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.01.02 05:08:08.609806 [ 195 ] {935760ec-14c4-43f9-bf0f-f949cce05eda::all_1_26_5} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:08:08.609878 [ 195 ] {935760ec-14c4-43f9-bf0f-f949cce05eda::all_1_26_5} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.01.02 05:08:08.609947 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.48 MiB. 2026.01.02 05:08:09.416502 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 10137 2026.01.02 05:08:09.417076 [ 245 ] {} system.asynchronous_metric_log (bb53ce5c-bddd-4105-a5af-ef87950cd4f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:08:09.417134 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.01.02 05:08:09.417740 [ 245 ] {} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.01.02 05:08:09.418021 [ 245 ] {} system.asynchronous_metric_log (bb53ce5c-bddd-4105-a5af-ef87950cd4f3): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:08:09.418152 [ 61 ] {} system.asynchronous_metric_log (bb53ce5c-bddd-4105-a5af-ef87950cd4f3) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.01.02 05:08:09.418168 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10137 2026.01.02 05:08:09.418194 [ 61 ] {} system.asynchronous_metric_log (bb53ce5c-bddd-4105-a5af-ef87950cd4f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:08:09.418215 [ 61 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.01.02 05:08:09.418302 [ 189 ] {bb53ce5c-bddd-4105-a5af-ef87950cd4f3::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2026.01.02 05:08:09.418382 [ 189 ] {bb53ce5c-bddd-4105-a5af-ef87950cd4f3::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.02 05:08:09.418413 [ 189 ] {bb53ce5c-bddd-4105-a5af-ef87950cd4f3::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 7705 rows starting from the beginning of the part 2026.01.02 05:08:09.418471 [ 189 ] {bb53ce5c-bddd-4105-a5af-ef87950cd4f3::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.01.02 05:08:09.418515 [ 189 ] {bb53ce5c-bddd-4105-a5af-ef87950cd4f3::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.01.02 05:08:09.418555 [ 189 ] {bb53ce5c-bddd-4105-a5af-ef87950cd4f3::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.01.02 05:08:09.418593 [ 189 ] {bb53ce5c-bddd-4105-a5af-ef87950cd4f3::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.01.02 05:08:09.418633 [ 189 ] {bb53ce5c-bddd-4105-a5af-ef87950cd4f3::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.01.02 05:08:09.420303 [ 195 ] {bb53ce5c-bddd-4105-a5af-ef87950cd4f3::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 10137 rows, containing 4 columns (4 merged, 0 gathered) in 0.002037083 sec., 4976233.172629687 rows/sec., 71.19 MiB/sec. 2026.01.02 05:08:09.420547 [ 189 ] {bb53ce5c-bddd-4105-a5af-ef87950cd4f3::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.01.02 05:08:09.420796 [ 189 ] {bb53ce5c-bddd-4105-a5af-ef87950cd4f3::all_1_21_4} system.asynchronous_metric_log (bb53ce5c-bddd-4105-a5af-ef87950cd4f3): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:08:09.420859 [ 189 ] {bb53ce5c-bddd-4105-a5af-ef87950cd4f3::all_1_21_4} system.asynchronous_metric_log (bb53ce5c-bddd-4105-a5af-ef87950cd4f3) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.01.02 05:08:09.420940 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.46 MiB. 2026.01.02 05:08:09.937548 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 159 2026.01.02 05:08:09.975995 [ 244 ] {} system.metric_log (a59fffb9-cc3a-4586-97e5-9d20b67a7356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:08:09.976122 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.01.02 05:08:09.988488 [ 244 ] {} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.01.02 05:08:09.992003 [ 244 ] {} system.metric_log (a59fffb9-cc3a-4586-97e5-9d20b67a7356): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:08:09.995222 [ 61 ] {} system.metric_log (a59fffb9-cc3a-4586-97e5-9d20b67a7356) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.01.02 05:08:09.995315 [ 61 ] {} system.metric_log (a59fffb9-cc3a-4586-97e5-9d20b67a7356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:08:09.995351 [ 61 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.01.02 05:08:09.995494 [ 200 ] {a59fffb9-cc3a-4586-97e5-9d20b67a7356::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2026.01.02 05:08:10.000331 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 250.56 MiB, peak 252.48 MiB, free memory in arenas 0.00 B, will set to 247.06 MiB (RSS), difference: -3.50 MiB 2026.01.02 05:08:10.000750 [ 200 ] {a59fffb9-cc3a-4586-97e5-9d20b67a7356::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.02 05:08:10.002300 [ 200 ] {a59fffb9-cc3a-4586-97e5-9d20b67a7356::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 121 rows starting from the beginning of the part 2026.01.02 05:08:10.004456 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 159 2026.01.02 05:08:10.008475 [ 200 ] {a59fffb9-cc3a-4586-97e5-9d20b67a7356::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 7 rows starting from the beginning of the part 2026.01.02 05:08:10.014848 [ 200 ] {a59fffb9-cc3a-4586-97e5-9d20b67a7356::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 8 rows starting from the beginning of the part 2026.01.02 05:08:10.021095 [ 200 ] {a59fffb9-cc3a-4586-97e5-9d20b67a7356::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 8 rows starting from the beginning of the part 2026.01.02 05:08:10.028247 [ 200 ] {a59fffb9-cc3a-4586-97e5-9d20b67a7356::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 7 rows starting from the beginning of the part 2026.01.02 05:08:10.034580 [ 200 ] {a59fffb9-cc3a-4586-97e5-9d20b67a7356::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 8 rows starting from the beginning of the part 2026.01.02 05:08:10.113041 [ 189 ] {a59fffb9-cc3a-4586-97e5-9d20b67a7356::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 159 rows, containing 679 columns (679 merged, 0 gathered) in 0.117597998 sec., 1352.063833603698 rows/sec., 6.99 MiB/sec. 2026.01.02 05:08:10.116567 [ 195 ] {a59fffb9-cc3a-4586-97e5-9d20b67a7356::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.01.02 05:08:10.119559 [ 195 ] {a59fffb9-cc3a-4586-97e5-9d20b67a7356::all_1_21_4} system.metric_log (a59fffb9-cc3a-4586-97e5-9d20b67a7356): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:08:10.119690 [ 195 ] {a59fffb9-cc3a-4586-97e5-9d20b67a7356::all_1_21_4} system.metric_log (a59fffb9-cc3a-4586-97e5-9d20b67a7356) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.01.02 05:08:10.121690 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.09 MiB. 2026.01.02 05:08:11.000226 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 247.60 MiB, peak 258.15 MiB, free memory in arenas 0.00 B, will set to 252.19 MiB (RSS), difference: 4.59 MiB 2026.01.02 05:08:11.943925 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 558 2026.01.02 05:08:11.946167 [ 243 ] {} system.query_log (dd3f3490-5765-4d2a-9406-0e239d3e9a13): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:08:11.946220 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.01.02 05:08:11.947475 [ 243 ] {} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.01.02 05:08:11.947751 [ 243 ] {} system.query_log (dd3f3490-5765-4d2a-9406-0e239d3e9a13): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:08:11.947927 [ 81 ] {} system.query_log (dd3f3490-5765-4d2a-9406-0e239d3e9a13) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.01.02 05:08:11.948010 [ 81 ] {} system.query_log (dd3f3490-5765-4d2a-9406-0e239d3e9a13): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:08:11.948013 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 558 2026.01.02 05:08:11.948041 [ 81 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.01.02 05:08:11.948177 [ 194 ] {dd3f3490-5765-4d2a-9406-0e239d3e9a13::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2026.01.02 05:08:11.948849 [ 194 ] {dd3f3490-5765-4d2a-9406-0e239d3e9a13::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.02 05:08:11.948975 [ 194 ] {dd3f3490-5765-4d2a-9406-0e239d3e9a13::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 428 rows starting from the beginning of the part 2026.01.02 05:08:11.949296 [ 194 ] {dd3f3490-5765-4d2a-9406-0e239d3e9a13::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 22 rows starting from the beginning of the part 2026.01.02 05:08:11.949643 [ 194 ] {dd3f3490-5765-4d2a-9406-0e239d3e9a13::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 36 rows starting from the beginning of the part 2026.01.02 05:08:11.949982 [ 194 ] {dd3f3490-5765-4d2a-9406-0e239d3e9a13::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 20 rows starting from the beginning of the part 2026.01.02 05:08:11.950290 [ 194 ] {dd3f3490-5765-4d2a-9406-0e239d3e9a13::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 22 rows starting from the beginning of the part 2026.01.02 05:08:11.950603 [ 194 ] {dd3f3490-5765-4d2a-9406-0e239d3e9a13::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 30 rows starting from the beginning of the part 2026.01.02 05:08:11.956593 [ 195 ] {dd3f3490-5765-4d2a-9406-0e239d3e9a13::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 558 rows, containing 72 columns (72 merged, 0 gathered) in 0.008474632 sec., 65843.56701270332 rows/sec., 61.48 MiB/sec. 2026.01.02 05:08:11.957929 [ 189 ] {dd3f3490-5765-4d2a-9406-0e239d3e9a13::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.01.02 05:08:11.958549 [ 189 ] {dd3f3490-5765-4d2a-9406-0e239d3e9a13::all_1_16_3} system.query_log (dd3f3490-5765-4d2a-9406-0e239d3e9a13): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:08:11.958633 [ 189 ] {dd3f3490-5765-4d2a-9406-0e239d3e9a13::all_1_16_3} system.query_log (dd3f3490-5765-4d2a-9406-0e239d3e9a13) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.01.02 05:08:11.958987 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.96 MiB. 2026.01.02 05:08:13.567102 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:08:13.567322 [ 270 ] {f4e745a7-1008-48f6-9a65-66a825562890} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.02 05:08:13.567396 [ 270 ] {f4e745a7-1008-48f6-9a65-66a825562890} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.02 05:08:13.568132 [ 270 ] {f4e745a7-1008-48f6-9a65-66a825562890} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:08:13.568182 [ 270 ] {f4e745a7-1008-48f6-9a65-66a825562890} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.01.02 05:08:13.568587 [ 270 ] {f4e745a7-1008-48f6-9a65-66a825562890} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.01.02 05:08:13.568815 [ 270 ] {f4e745a7-1008-48f6-9a65-66a825562890} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:08:13.568966 [ 270 ] {f4e745a7-1008-48f6-9a65-66a825562890} executeQuery: Read 136 rows, 12.08 KiB in 0.001698 sec., 80094.2285041225 rows/sec., 6.95 MiB/sec. 2026.01.02 05:08:13.569006 [ 270 ] {f4e745a7-1008-48f6-9a65-66a825562890} TCPHandler: Processed in 0.002047204 sec. 2026.01.02 05:08:13.569121 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:08:13.569217 [ 270 ] {d6f06d46-52f1-4971-be95-59b42a90ac1a} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.02 05:08:13.569258 [ 270 ] {d6f06d46-52f1-4971-be95-59b42a90ac1a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.02 05:08:13.569664 [ 270 ] {d6f06d46-52f1-4971-be95-59b42a90ac1a} oximeter.fields_u16 (75d7a870-5da0-445d-b2e0-ec90b5ea7788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:08:13.569700 [ 270 ] {d6f06d46-52f1-4971-be95-59b42a90ac1a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.01.02 05:08:13.569992 [ 270 ] {d6f06d46-52f1-4971-be95-59b42a90ac1a} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.01.02 05:08:13.570207 [ 270 ] {d6f06d46-52f1-4971-be95-59b42a90ac1a} oximeter.fields_u16 (75d7a870-5da0-445d-b2e0-ec90b5ea7788): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:08:13.570332 [ 270 ] {d6f06d46-52f1-4971-be95-59b42a90ac1a} executeQuery: Read 40 rows, 3.01 KiB in 0.001134 sec., 35273.36860670194 rows/sec., 2.59 MiB/sec. 2026.01.02 05:08:13.570369 [ 270 ] {d6f06d46-52f1-4971-be95-59b42a90ac1a} TCPHandler: Processed in 0.001296762 sec. 2026.01.02 05:08:13.570476 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:08:13.570574 [ 270 ] {3ea834af-794e-4b73-bf07-7ebf5083c634} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.02 05:08:13.570615 [ 270 ] {3ea834af-794e-4b73-bf07-7ebf5083c634} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.02 05:08:13.571019 [ 270 ] {3ea834af-794e-4b73-bf07-7ebf5083c634} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:08:13.571053 [ 270 ] {3ea834af-794e-4b73-bf07-7ebf5083c634} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.01.02 05:08:13.571350 [ 270 ] {3ea834af-794e-4b73-bf07-7ebf5083c634} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.01.02 05:08:13.571557 [ 270 ] {3ea834af-794e-4b73-bf07-7ebf5083c634} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:08:13.571675 [ 270 ] {3ea834af-794e-4b73-bf07-7ebf5083c634} executeQuery: Read 104 rows, 8.32 KiB in 0.001128 sec., 92198.58156028368 rows/sec., 7.20 MiB/sec. 2026.01.02 05:08:13.571708 [ 270 ] {3ea834af-794e-4b73-bf07-7ebf5083c634} TCPHandler: Processed in 0.001294562 sec. 2026.01.02 05:08:13.571811 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:08:13.571899 [ 270 ] {2ab1bf01-5d94-4527-9611-7328bd596ddd} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.02 05:08:13.571939 [ 270 ] {2ab1bf01-5d94-4527-9611-7328bd596ddd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.02 05:08:13.572300 [ 270 ] {2ab1bf01-5d94-4527-9611-7328bd596ddd} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:08:13.572332 [ 270 ] {2ab1bf01-5d94-4527-9611-7328bd596ddd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.01.02 05:08:13.572711 [ 270 ] {2ab1bf01-5d94-4527-9611-7328bd596ddd} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.01.02 05:08:13.572934 [ 270 ] {2ab1bf01-5d94-4527-9611-7328bd596ddd} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:08:13.573058 [ 270 ] {2ab1bf01-5d94-4527-9611-7328bd596ddd} executeQuery: Read 160 rows, 11.41 KiB in 0.001151 sec., 139009.55690703736 rows/sec., 9.68 MiB/sec. 2026.01.02 05:08:13.573094 [ 270 ] {2ab1bf01-5d94-4527-9611-7328bd596ddd} TCPHandler: Processed in 0.001310932 sec. 2026.01.02 05:08:13.573199 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:08:13.573291 [ 270 ] {7ffee479-f636-4ad9-9d44-cb498d3aa857} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.02 05:08:13.573345 [ 270 ] {7ffee479-f636-4ad9-9d44-cb498d3aa857} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.01.02 05:08:13.574120 [ 270 ] {7ffee479-f636-4ad9-9d44-cb498d3aa857} oximeter.measurements_histogramu64 (1ea2d44b-9dfb-4731-8ee2-8779179f369b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:08:13.574155 [ 270 ] {7ffee479-f636-4ad9-9d44-cb498d3aa857} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.01.02 05:08:13.574722 [ 270 ] {7ffee479-f636-4ad9-9d44-cb498d3aa857} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.01.02 05:08:13.574939 [ 270 ] {7ffee479-f636-4ad9-9d44-cb498d3aa857} oximeter.measurements_histogramu64 (1ea2d44b-9dfb-4731-8ee2-8779179f369b): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:08:13.575074 [ 270 ] {7ffee479-f636-4ad9-9d44-cb498d3aa857} executeQuery: Read 40 rows, 73.40 KiB in 0.0018 sec., 22222.222222222223 rows/sec., 39.82 MiB/sec. 2026.01.02 05:08:13.575125 [ 270 ] {7ffee479-f636-4ad9-9d44-cb498d3aa857} TCPHandler: Processed in 0.001974433 sec. 2026.01.02 05:08:13.575231 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:08:13.575332 [ 270 ] {3e34fd25-b31b-408a-b4bf-0709ec07cbbf} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.02 05:08:13.575376 [ 270 ] {3e34fd25-b31b-408a-b4bf-0709ec07cbbf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.02 05:08:13.575721 [ 270 ] {3e34fd25-b31b-408a-b4bf-0709ec07cbbf} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:08:13.575757 [ 270 ] {3e34fd25-b31b-408a-b4bf-0709ec07cbbf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.01.02 05:08:13.576076 [ 270 ] {3e34fd25-b31b-408a-b4bf-0709ec07cbbf} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.01.02 05:08:13.576306 [ 270 ] {3e34fd25-b31b-408a-b4bf-0709ec07cbbf} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:08:13.576402 [ 85 ] {} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.01.02 05:08:13.576438 [ 270 ] {3e34fd25-b31b-408a-b4bf-0709ec07cbbf} executeQuery: Read 60 rows, 4.14 KiB in 0.001125 sec., 53333.333333333336 rows/sec., 3.59 MiB/sec. 2026.01.02 05:08:13.576440 [ 85 ] {} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:08:13.576471 [ 85 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.01.02 05:08:13.576475 [ 270 ] {3e34fd25-b31b-408a-b4bf-0709ec07cbbf} TCPHandler: Processed in 0.001293571 sec. 2026.01.02 05:08:13.576602 [ 190 ] {45294a01-6668-46b2-a532-60faf64b8164::all_1_26_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full 2026.01.02 05:08:13.576751 [ 190 ] {45294a01-6668-46b2-a532-60faf64b8164::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.02 05:08:13.576786 [ 190 ] {45294a01-6668-46b2-a532-60faf64b8164::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 958 rows starting from the beginning of the part 2026.01.02 05:08:13.576847 [ 190 ] {45294a01-6668-46b2-a532-60faf64b8164::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 60 rows starting from the beginning of the part 2026.01.02 05:08:13.576891 [ 190 ] {45294a01-6668-46b2-a532-60faf64b8164::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 60 rows starting from the beginning of the part 2026.01.02 05:08:13.576930 [ 190 ] {45294a01-6668-46b2-a532-60faf64b8164::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 60 rows starting from the beginning of the part 2026.01.02 05:08:13.576968 [ 190 ] {45294a01-6668-46b2-a532-60faf64b8164::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 60 rows starting from the beginning of the part 2026.01.02 05:08:13.577006 [ 190 ] {45294a01-6668-46b2-a532-60faf64b8164::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 60 rows starting from the beginning of the part 2026.01.02 05:08:13.577993 [ 189 ] {45294a01-6668-46b2-a532-60faf64b8164::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 1258 rows, containing 4 columns (4 merged, 0 gathered) in 0.001453985 sec., 865208.3756022241 rows/sec., 57.42 MiB/sec. 2026.01.02 05:08:13.578230 [ 195 ] {45294a01-6668-46b2-a532-60faf64b8164::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.01.02 05:08:13.578572 [ 195 ] {45294a01-6668-46b2-a532-60faf64b8164::all_1_26_5} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:08:13.578661 [ 195 ] {45294a01-6668-46b2-a532-60faf64b8164::all_1_26_5} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.01.02 05:08:13.578775 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.44 MiB. 2026.01.02 05:08:16.776570 [ 46 ] {} DNSResolver: Updating DNS cache 2026.01.02 05:08:16.776617 [ 46 ] {} DNSResolver: Updated DNS cache 2026.01.02 05:08:16.918415 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 10585 2026.01.02 05:08:16.918917 [ 245 ] {} system.asynchronous_metric_log (bb53ce5c-bddd-4105-a5af-ef87950cd4f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:08:16.918963 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.01.02 05:08:16.919576 [ 245 ] {} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.01.02 05:08:16.919826 [ 245 ] {} system.asynchronous_metric_log (bb53ce5c-bddd-4105-a5af-ef87950cd4f3): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:08:16.919961 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10585 2026.01.02 05:08:17.504689 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 166 2026.01.02 05:08:17.518900 [ 244 ] {} system.metric_log (a59fffb9-cc3a-4586-97e5-9d20b67a7356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:08:17.518951 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.01.02 05:08:17.524621 [ 244 ] {} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.01.02 05:08:17.525305 [ 244 ] {} system.metric_log (a59fffb9-cc3a-4586-97e5-9d20b67a7356): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:08:17.527898 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 166 2026.01.02 05:08:18.565809 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:08:18.566035 [ 270 ] {6f7b21d1-ffd3-4ebb-80a2-0cc742d27a31} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.02 05:08:18.566112 [ 270 ] {6f7b21d1-ffd3-4ebb-80a2-0cc742d27a31} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.02 05:08:18.566853 [ 270 ] {6f7b21d1-ffd3-4ebb-80a2-0cc742d27a31} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:08:18.566906 [ 270 ] {6f7b21d1-ffd3-4ebb-80a2-0cc742d27a31} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.01.02 05:08:18.567333 [ 270 ] {6f7b21d1-ffd3-4ebb-80a2-0cc742d27a31} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.01.02 05:08:18.567583 [ 270 ] {6f7b21d1-ffd3-4ebb-80a2-0cc742d27a31} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:08:18.567751 [ 270 ] {6f7b21d1-ffd3-4ebb-80a2-0cc742d27a31} executeQuery: Read 56 rows, 4.41 KiB in 0.001773 sec., 31584.884376762548 rows/sec., 2.43 MiB/sec. 2026.01.02 05:08:18.567802 [ 270 ] {6f7b21d1-ffd3-4ebb-80a2-0cc742d27a31} TCPHandler: Processed in 0.002135016 sec. 2026.01.02 05:08:18.567931 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:08:18.568037 [ 270 ] {34d81be5-6856-4291-918f-43ed969265e5} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.02 05:08:18.568083 [ 270 ] {34d81be5-6856-4291-918f-43ed969265e5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.02 05:08:18.568530 [ 270 ] {34d81be5-6856-4291-918f-43ed969265e5} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:08:18.568570 [ 270 ] {34d81be5-6856-4291-918f-43ed969265e5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.01.02 05:08:18.568905 [ 270 ] {34d81be5-6856-4291-918f-43ed969265e5} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.01.02 05:08:18.569134 [ 270 ] {34d81be5-6856-4291-918f-43ed969265e5} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:08:18.569266 [ 270 ] {34d81be5-6856-4291-918f-43ed969265e5} executeQuery: Read 64 rows, 5.12 KiB in 0.001253 sec., 51077.41420590583 rows/sec., 3.99 MiB/sec. 2026.01.02 05:08:18.569306 [ 270 ] {34d81be5-6856-4291-918f-43ed969265e5} TCPHandler: Processed in 0.001426824 sec. 2026.01.02 05:08:18.569426 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:08:18.569524 [ 270 ] {42c9678a-c316-4755-9116-408de340a110} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.02 05:08:18.569570 [ 270 ] {42c9678a-c316-4755-9116-408de340a110} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.02 05:08:18.569994 [ 270 ] {42c9678a-c316-4755-9116-408de340a110} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:08:18.570033 [ 270 ] {42c9678a-c316-4755-9116-408de340a110} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.01.02 05:08:18.570376 [ 270 ] {42c9678a-c316-4755-9116-408de340a110} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.01.02 05:08:18.570609 [ 270 ] {42c9678a-c316-4755-9116-408de340a110} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:08:18.570740 [ 270 ] {42c9678a-c316-4755-9116-408de340a110} executeQuery: Read 160 rows, 11.41 KiB in 0.001236 sec., 129449.83818770228 rows/sec., 9.02 MiB/sec. 2026.01.02 05:08:18.570778 [ 270 ] {42c9678a-c316-4755-9116-408de340a110} TCPHandler: Processed in 0.001403753 sec. 2026.01.02 05:08:18.570899 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:08:18.570996 [ 270 ] {e73b7b50-0bc4-48b0-be47-b07cc94628a9} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.02 05:08:18.571040 [ 270 ] {e73b7b50-0bc4-48b0-be47-b07cc94628a9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.02 05:08:18.571375 [ 270 ] {e73b7b50-0bc4-48b0-be47-b07cc94628a9} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:08:18.571413 [ 270 ] {e73b7b50-0bc4-48b0-be47-b07cc94628a9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.01.02 05:08:18.571755 [ 270 ] {e73b7b50-0bc4-48b0-be47-b07cc94628a9} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.01.02 05:08:18.571978 [ 270 ] {e73b7b50-0bc4-48b0-be47-b07cc94628a9} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:08:18.572107 [ 270 ] {e73b7b50-0bc4-48b0-be47-b07cc94628a9} executeQuery: Read 60 rows, 4.14 KiB in 0.001129 sec., 53144.37555358725 rows/sec., 3.58 MiB/sec. 2026.01.02 05:08:18.572143 [ 270 ] {e73b7b50-0bc4-48b0-be47-b07cc94628a9} TCPHandler: Processed in 0.001296782 sec. 2026.01.02 05:08:19.807428 [ 43 ] {} oximeter.fields_ipaddr (645cdd3d-4969-40ee-99e7-272b8c981424) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 2026.01.02 05:08:19.807507 [ 43 ] {} oximeter.fields_ipaddr (645cdd3d-4969-40ee-99e7-272b8c981424): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:08:19.807541 [ 43 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.01.02 05:08:19.807676 [ 190 ] {645cdd3d-4969-40ee-99e7-272b8c981424::all_1_9_2} MergeTask::PrepareStage: Merging 5 parts: from all_1_5_1 to all_9_9_0 into Compact with storage Full 2026.01.02 05:08:19.807838 [ 190 ] {645cdd3d-4969-40ee-99e7-272b8c981424::all_1_9_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.02 05:08:19.807879 [ 190 ] {645cdd3d-4969-40ee-99e7-272b8c981424::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 20 rows starting from the beginning of the part 2026.01.02 05:08:19.807953 [ 190 ] {645cdd3d-4969-40ee-99e7-272b8c981424::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 4 rows starting from the beginning of the part 2026.01.02 05:08:19.808003 [ 190 ] {645cdd3d-4969-40ee-99e7-272b8c981424::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 2 rows starting from the beginning of the part 2026.01.02 05:08:19.808051 [ 190 ] {645cdd3d-4969-40ee-99e7-272b8c981424::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 10 rows starting from the beginning of the part 2026.01.02 05:08:19.808096 [ 190 ] {645cdd3d-4969-40ee-99e7-272b8c981424::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.01.02 05:08:19.808827 [ 195 ] {645cdd3d-4969-40ee-99e7-272b8c981424::all_1_9_2} MergeTask::MergeProjectionsStage: Merge sorted 38 rows, containing 5 columns (5 merged, 0 gathered) in 0.00120944 sec., 31419.499933853684 rows/sec., 2.62 MiB/sec. 2026.01.02 05:08:19.808989 [ 191 ] {645cdd3d-4969-40ee-99e7-272b8c981424::all_1_9_2} MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) 2026.01.02 05:08:19.809283 [ 191 ] {645cdd3d-4969-40ee-99e7-272b8c981424::all_1_9_2} oximeter.fields_ipaddr (645cdd3d-4969-40ee-99e7-272b8c981424): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:08:19.809362 [ 191 ] {645cdd3d-4969-40ee-99e7-272b8c981424::all_1_9_2} oximeter.fields_ipaddr (645cdd3d-4969-40ee-99e7-272b8c981424) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 2026.01.02 05:08:19.809451 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2026.01.02 05:08:21.948361 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 578 2026.01.02 05:08:21.950554 [ 243 ] {} system.query_log (dd3f3490-5765-4d2a-9406-0e239d3e9a13): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:08:21.950609 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.01.02 05:08:21.951800 [ 243 ] {} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.01.02 05:08:21.952083 [ 243 ] {} system.query_log (dd3f3490-5765-4d2a-9406-0e239d3e9a13): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:08:21.952453 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 578 2026.01.02 05:08:23.578267 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:08:23.578578 [ 270 ] {bd602f69-8f80-434d-a400-31a2b4801de4} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.01.02 05:08:23.578685 [ 270 ] {bd602f69-8f80-434d-a400-31a2b4801de4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.01.02 05:08:23.579724 [ 270 ] {bd602f69-8f80-434d-a400-31a2b4801de4} oximeter.fields_i16 (cb56b64a-0514-41c6-b851-58b3833bf8fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:08:23.579765 [ 270 ] {bd602f69-8f80-434d-a400-31a2b4801de4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.01.02 05:08:23.580173 [ 270 ] {bd602f69-8f80-434d-a400-31a2b4801de4} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.01.02 05:08:23.580409 [ 270 ] {bd602f69-8f80-434d-a400-31a2b4801de4} oximeter.fields_i16 (cb56b64a-0514-41c6-b851-58b3833bf8fd): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:08:23.580561 [ 270 ] {bd602f69-8f80-434d-a400-31a2b4801de4} executeQuery: Read 410 rows, 26.63 KiB in 0.002063 sec., 198739.69946679592 rows/sec., 12.61 MiB/sec. 2026.01.02 05:08:23.580603 [ 270 ] {bd602f69-8f80-434d-a400-31a2b4801de4} TCPHandler: Processed in 0.002522413 sec. 2026.01.02 05:08:23.580736 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:08:23.580855 [ 270 ] {918a0358-babb-4979-9f42-7e1e7192b9c4} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.01.02 05:08:23.580904 [ 270 ] {918a0358-babb-4979-9f42-7e1e7192b9c4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.01.02 05:08:23.581345 [ 270 ] {918a0358-babb-4979-9f42-7e1e7192b9c4} oximeter.fields_ipaddr (645cdd3d-4969-40ee-99e7-272b8c981424): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:08:23.581380 [ 270 ] {918a0358-babb-4979-9f42-7e1e7192b9c4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.01.02 05:08:23.581678 [ 270 ] {918a0358-babb-4979-9f42-7e1e7192b9c4} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.01.02 05:08:23.581880 [ 270 ] {918a0358-babb-4979-9f42-7e1e7192b9c4} oximeter.fields_ipaddr (645cdd3d-4969-40ee-99e7-272b8c981424): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:08:23.582006 [ 270 ] {918a0358-babb-4979-9f42-7e1e7192b9c4} executeQuery: Read 4 rows, 334.00 B in 0.001176 sec., 3401.360544217687 rows/sec., 277.36 KiB/sec. 2026.01.02 05:08:23.582043 [ 270 ] {918a0358-babb-4979-9f42-7e1e7192b9c4} TCPHandler: Processed in 0.001368093 sec. 2026.01.02 05:08:23.582161 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:08:23.582278 [ 270 ] {cf1874c7-8f39-43e2-ab23-977eede402ec} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.02 05:08:23.582327 [ 270 ] {cf1874c7-8f39-43e2-ab23-977eede402ec} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.02 05:08:23.583546 [ 270 ] {cf1874c7-8f39-43e2-ab23-977eede402ec} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:08:23.583580 [ 270 ] {cf1874c7-8f39-43e2-ab23-977eede402ec} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.01.02 05:08:23.584007 [ 270 ] {cf1874c7-8f39-43e2-ab23-977eede402ec} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.01.02 05:08:23.584223 [ 270 ] {cf1874c7-8f39-43e2-ab23-977eede402ec} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:08:23.584352 [ 270 ] {cf1874c7-8f39-43e2-ab23-977eede402ec} executeQuery: Read 1194 rows, 97.66 KiB in 0.002098 sec., 569113.4413727359 rows/sec., 45.46 MiB/sec. 2026.01.02 05:08:23.584390 [ 270 ] {cf1874c7-8f39-43e2-ab23-977eede402ec} TCPHandler: Processed in 0.002291718 sec. 2026.01.02 05:08:23.584498 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:08:23.584593 [ 270 ] {6a5db82b-ab82-4a94-8118-58a736a20263} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.02 05:08:23.584633 [ 270 ] {6a5db82b-ab82-4a94-8118-58a736a20263} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.02 05:08:23.585157 [ 270 ] {6a5db82b-ab82-4a94-8118-58a736a20263} oximeter.fields_u16 (75d7a870-5da0-445d-b2e0-ec90b5ea7788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:08:23.585192 [ 270 ] {6a5db82b-ab82-4a94-8118-58a736a20263} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.01.02 05:08:23.585507 [ 270 ] {6a5db82b-ab82-4a94-8118-58a736a20263} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.01.02 05:08:23.585717 [ 270 ] {6a5db82b-ab82-4a94-8118-58a736a20263} oximeter.fields_u16 (75d7a870-5da0-445d-b2e0-ec90b5ea7788): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:08:23.585808 [ 29 ] {} oximeter.fields_u16 (75d7a870-5da0-445d-b2e0-ec90b5ea7788) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.01.02 05:08:23.585842 [ 270 ] {6a5db82b-ab82-4a94-8118-58a736a20263} executeQuery: Read 249 rows, 15.60 KiB in 0.001267 sec., 196527.22967640095 rows/sec., 12.03 MiB/sec. 2026.01.02 05:08:23.585844 [ 29 ] {} oximeter.fields_u16 (75d7a870-5da0-445d-b2e0-ec90b5ea7788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:08:23.585872 [ 29 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.01.02 05:08:23.585879 [ 270 ] {6a5db82b-ab82-4a94-8118-58a736a20263} TCPHandler: Processed in 0.001430724 sec. 2026.01.02 05:08:23.585987 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:08:23.585999 [ 191 ] {75d7a870-5da0-445d-b2e0-ec90b5ea7788::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2026.01.02 05:08:23.586081 [ 270 ] {5cb1135b-1112-424e-aa65-880b7dae4cde} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.02 05:08:23.586126 [ 270 ] {5cb1135b-1112-424e-aa65-880b7dae4cde} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.02 05:08:23.586147 [ 191 ] {75d7a870-5da0-445d-b2e0-ec90b5ea7788::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.02 05:08:23.586186 [ 191 ] {75d7a870-5da0-445d-b2e0-ec90b5ea7788::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 277 rows starting from the beginning of the part 2026.01.02 05:08:23.586278 [ 191 ] {75d7a870-5da0-445d-b2e0-ec90b5ea7788::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 50 rows starting from the beginning of the part 2026.01.02 05:08:23.586336 [ 191 ] {75d7a870-5da0-445d-b2e0-ec90b5ea7788::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 40 rows starting from the beginning of the part 2026.01.02 05:08:23.586388 [ 191 ] {75d7a870-5da0-445d-b2e0-ec90b5ea7788::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 14 rows starting from the beginning of the part 2026.01.02 05:08:23.586432 [ 191 ] {75d7a870-5da0-445d-b2e0-ec90b5ea7788::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 40 rows starting from the beginning of the part 2026.01.02 05:08:23.586477 [ 191 ] {75d7a870-5da0-445d-b2e0-ec90b5ea7788::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 249 rows starting from the beginning of the part 2026.01.02 05:08:23.586645 [ 270 ] {5cb1135b-1112-424e-aa65-880b7dae4cde} oximeter.fields_u32 (1310015a-3be0-40ba-9fec-1b5eb4ed9f75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:08:23.586685 [ 270 ] {5cb1135b-1112-424e-aa65-880b7dae4cde} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.01.02 05:08:23.587055 [ 270 ] {5cb1135b-1112-424e-aa65-880b7dae4cde} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.01.02 05:08:23.587292 [ 270 ] {5cb1135b-1112-424e-aa65-880b7dae4cde} oximeter.fields_u32 (1310015a-3be0-40ba-9fec-1b5eb4ed9f75): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:08:23.587410 [ 195 ] {75d7a870-5da0-445d-b2e0-ec90b5ea7788::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 670 rows, containing 5 columns (5 merged, 0 gathered) in 0.001472585 sec., 454982.22513471206 rows/sec., 30.98 MiB/sec. 2026.01.02 05:08:23.587425 [ 270 ] {5cb1135b-1112-424e-aa65-880b7dae4cde} executeQuery: Read 212 rows, 14.00 KiB in 0.001361 sec., 155767.81778104336 rows/sec., 10.05 MiB/sec. 2026.01.02 05:08:23.587476 [ 270 ] {5cb1135b-1112-424e-aa65-880b7dae4cde} TCPHandler: Processed in 0.001538936 sec. 2026.01.02 05:08:23.587557 [ 191 ] {75d7a870-5da0-445d-b2e0-ec90b5ea7788::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.01.02 05:08:23.587583 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:08:23.587682 [ 270 ] {6ee312c3-5d2a-465a-b412-ecc3d6d1fddd} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.01.02 05:08:23.587726 [ 270 ] {6ee312c3-5d2a-465a-b412-ecc3d6d1fddd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.01.02 05:08:23.587819 [ 191 ] {75d7a870-5da0-445d-b2e0-ec90b5ea7788::all_1_21_4} oximeter.fields_u16 (75d7a870-5da0-445d-b2e0-ec90b5ea7788): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:08:23.587894 [ 191 ] {75d7a870-5da0-445d-b2e0-ec90b5ea7788::all_1_21_4} oximeter.fields_u16 (75d7a870-5da0-445d-b2e0-ec90b5ea7788) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.01.02 05:08:23.587969 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. 2026.01.02 05:08:23.588240 [ 270 ] {6ee312c3-5d2a-465a-b412-ecc3d6d1fddd} oximeter.fields_u8 (ae3e3832-81ae-4954-8933-d68b9608f6be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:08:23.588280 [ 270 ] {6ee312c3-5d2a-465a-b412-ecc3d6d1fddd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.01.02 05:08:23.588604 [ 270 ] {6ee312c3-5d2a-465a-b412-ecc3d6d1fddd} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.01.02 05:08:23.588817 [ 270 ] {6ee312c3-5d2a-465a-b412-ecc3d6d1fddd} oximeter.fields_u8 (ae3e3832-81ae-4954-8933-d68b9608f6be): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:08:23.588942 [ 270 ] {6ee312c3-5d2a-465a-b412-ecc3d6d1fddd} executeQuery: Read 211 rows, 12.27 KiB in 0.001279 sec., 164972.63487099297 rows/sec., 9.37 MiB/sec. 2026.01.02 05:08:23.588979 [ 270 ] {6ee312c3-5d2a-465a-b412-ecc3d6d1fddd} TCPHandler: Processed in 0.001444884 sec. 2026.01.02 05:08:23.589085 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:08:23.589178 [ 270 ] {448d4b59-27db-431a-a7f6-2e605101759d} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.02 05:08:23.589218 [ 270 ] {448d4b59-27db-431a-a7f6-2e605101759d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.02 05:08:23.589965 [ 270 ] {448d4b59-27db-431a-a7f6-2e605101759d} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:08:23.589999 [ 270 ] {448d4b59-27db-431a-a7f6-2e605101759d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.01.02 05:08:23.590337 [ 270 ] {448d4b59-27db-431a-a7f6-2e605101759d} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.01.02 05:08:23.590547 [ 270 ] {448d4b59-27db-431a-a7f6-2e605101759d} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:08:23.590676 [ 270 ] {448d4b59-27db-431a-a7f6-2e605101759d} executeQuery: Read 723 rows, 52.00 KiB in 0.001515 sec., 477227.7227722772 rows/sec., 33.52 MiB/sec. 2026.01.02 05:08:23.590713 [ 270 ] {448d4b59-27db-431a-a7f6-2e605101759d} TCPHandler: Processed in 0.001677558 sec. 2026.01.02 05:08:23.590830 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:08:23.590923 [ 270 ] {3a353209-346d-4655-9099-060d7ed6457b} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.01.02 05:08:23.590964 [ 270 ] {3a353209-346d-4655-9099-060d7ed6457b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.01.02 05:08:23.591278 [ 270 ] {3a353209-346d-4655-9099-060d7ed6457b} oximeter.measurements_bool (0b2779fa-d8a4-4f66-a14b-91b20b950528): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:08:23.591314 [ 270 ] {3a353209-346d-4655-9099-060d7ed6457b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.01.02 05:08:23.591615 [ 270 ] {3a353209-346d-4655-9099-060d7ed6457b} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.01.02 05:08:23.591826 [ 270 ] {3a353209-346d-4655-9099-060d7ed6457b} oximeter.measurements_bool (0b2779fa-d8a4-4f66-a14b-91b20b950528): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:08:23.591949 [ 270 ] {3a353209-346d-4655-9099-060d7ed6457b} executeQuery: Read 6 rows, 321.00 B in 0.001044 sec., 5747.126436781609 rows/sec., 300.26 KiB/sec. 2026.01.02 05:08:23.591984 [ 270 ] {3a353209-346d-4655-9099-060d7ed6457b} TCPHandler: Processed in 0.00120406 sec. 2026.01.02 05:08:23.592090 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:08:23.592183 [ 270 ] {2a97d68e-b665-449a-b32d-a795c2abb7c8} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.02 05:08:23.592225 [ 270 ] {2a97d68e-b665-449a-b32d-a795c2abb7c8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.02 05:08:23.592685 [ 270 ] {2a97d68e-b665-449a-b32d-a795c2abb7c8} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:08:23.592718 [ 270 ] {2a97d68e-b665-449a-b32d-a795c2abb7c8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.01.02 05:08:23.593053 [ 270 ] {2a97d68e-b665-449a-b32d-a795c2abb7c8} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.01.02 05:08:23.593268 [ 270 ] {2a97d68e-b665-449a-b32d-a795c2abb7c8} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:08:23.593397 [ 270 ] {2a97d68e-b665-449a-b32d-a795c2abb7c8} executeQuery: Read 316 rows, 21.26 KiB in 0.001231 sec., 256701.86839967503 rows/sec., 16.87 MiB/sec. 2026.01.02 05:08:23.593433 [ 270 ] {2a97d68e-b665-449a-b32d-a795c2abb7c8} TCPHandler: Processed in 0.001391893 sec. 2026.01.02 05:08:23.593532 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:08:23.593629 [ 270 ] {7f245eed-1fea-4a4a-a1df-198503d8fd4f} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.01.02 05:08:23.593672 [ 270 ] {7f245eed-1fea-4a4a-a1df-198503d8fd4f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.01.02 05:08:23.593973 [ 270 ] {7f245eed-1fea-4a4a-a1df-198503d8fd4f} oximeter.measurements_f64 (aa9bbb3a-da62-4075-81f6-d05edd62a94a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:08:23.594032 [ 270 ] {7f245eed-1fea-4a4a-a1df-198503d8fd4f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.01.02 05:08:23.594333 [ 270 ] {7f245eed-1fea-4a4a-a1df-198503d8fd4f} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.01.02 05:08:23.594549 [ 270 ] {7f245eed-1fea-4a4a-a1df-198503d8fd4f} oximeter.measurements_f64 (aa9bbb3a-da62-4075-81f6-d05edd62a94a): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:08:23.594674 [ 270 ] {7f245eed-1fea-4a4a-a1df-198503d8fd4f} executeQuery: Read 1 rows, 69.00 B in 0.001063 sec., 940.7337723424272 rows/sec., 63.39 KiB/sec. 2026.01.02 05:08:23.594709 [ 270 ] {7f245eed-1fea-4a4a-a1df-198503d8fd4f} TCPHandler: Processed in 0.001226251 sec. 2026.01.02 05:08:23.594804 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:08:23.594896 [ 270 ] {d02ba14d-7191-43ce-916f-58f4a4932ac4} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.02 05:08:23.594948 [ 270 ] {d02ba14d-7191-43ce-916f-58f4a4932ac4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.01.02 05:08:23.595848 [ 270 ] {d02ba14d-7191-43ce-916f-58f4a4932ac4} oximeter.measurements_histogramu64 (1ea2d44b-9dfb-4731-8ee2-8779179f369b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:08:23.595884 [ 270 ] {d02ba14d-7191-43ce-916f-58f4a4932ac4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.01.02 05:08:23.596424 [ 270 ] {d02ba14d-7191-43ce-916f-58f4a4932ac4} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.01.02 05:08:23.596638 [ 270 ] {d02ba14d-7191-43ce-916f-58f4a4932ac4} oximeter.measurements_histogramu64 (1ea2d44b-9dfb-4731-8ee2-8779179f369b): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:08:23.596762 [ 74 ] {} oximeter.measurements_histogramu64 (1ea2d44b-9dfb-4731-8ee2-8779179f369b) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.01.02 05:08:23.596771 [ 270 ] {d02ba14d-7191-43ce-916f-58f4a4932ac4} executeQuery: Read 40 rows, 73.40 KiB in 0.001893 sec., 21130.480718436345 rows/sec., 37.86 MiB/sec. 2026.01.02 05:08:23.596874 [ 74 ] {} oximeter.measurements_histogramu64 (1ea2d44b-9dfb-4731-8ee2-8779179f369b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:08:23.596885 [ 270 ] {d02ba14d-7191-43ce-916f-58f4a4932ac4} TCPHandler: Processed in 0.002127546 sec. 2026.01.02 05:08:23.596922 [ 74 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.01.02 05:08:23.597005 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:08:23.597040 [ 197 ] {1ea2d44b-9dfb-4731-8ee2-8779179f369b::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2026.01.02 05:08:23.597103 [ 270 ] {98df2fcd-fc68-42c8-a087-a3cc9ba3f676} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.02 05:08:23.597143 [ 270 ] {98df2fcd-fc68-42c8-a087-a3cc9ba3f676} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.02 05:08:23.597248 [ 197 ] {1ea2d44b-9dfb-4731-8ee2-8779179f369b::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.02 05:08:23.597305 [ 197 ] {1ea2d44b-9dfb-4731-8ee2-8779179f369b::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 342 rows starting from the beginning of the part 2026.01.02 05:08:23.597422 [ 197 ] {1ea2d44b-9dfb-4731-8ee2-8779179f369b::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 40 rows starting from the beginning of the part 2026.01.02 05:08:23.597485 [ 270 ] {98df2fcd-fc68-42c8-a087-a3cc9ba3f676} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:08:23.597520 [ 197 ] {1ea2d44b-9dfb-4731-8ee2-8779179f369b::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 40 rows starting from the beginning of the part 2026.01.02 05:08:23.597522 [ 270 ] {98df2fcd-fc68-42c8-a087-a3cc9ba3f676} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.01.02 05:08:23.597609 [ 197 ] {1ea2d44b-9dfb-4731-8ee2-8779179f369b::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 40 rows starting from the beginning of the part 2026.01.02 05:08:23.597694 [ 197 ] {1ea2d44b-9dfb-4731-8ee2-8779179f369b::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 40 rows starting from the beginning of the part 2026.01.02 05:08:23.597778 [ 197 ] {1ea2d44b-9dfb-4731-8ee2-8779179f369b::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 40 rows starting from the beginning of the part 2026.01.02 05:08:23.597842 [ 270 ] {98df2fcd-fc68-42c8-a087-a3cc9ba3f676} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.01.02 05:08:23.598048 [ 270 ] {98df2fcd-fc68-42c8-a087-a3cc9ba3f676} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:08:23.598169 [ 270 ] {98df2fcd-fc68-42c8-a087-a3cc9ba3f676} executeQuery: Read 104 rows, 6.53 KiB in 0.001085 sec., 95852.53456221198 rows/sec., 5.87 MiB/sec. 2026.01.02 05:08:23.598203 [ 270 ] {98df2fcd-fc68-42c8-a087-a3cc9ba3f676} TCPHandler: Processed in 0.001245671 sec. 2026.01.02 05:08:23.602056 [ 191 ] {1ea2d44b-9dfb-4731-8ee2-8779179f369b::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 542 rows, containing 19 columns (19 merged, 0 gathered) in 0.005058225 sec., 107152.21248560512 rows/sec., 192.01 MiB/sec. 2026.01.02 05:08:23.603201 [ 195 ] {1ea2d44b-9dfb-4731-8ee2-8779179f369b::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.01.02 05:08:23.603566 [ 195 ] {1ea2d44b-9dfb-4731-8ee2-8779179f369b::all_1_16_3} oximeter.measurements_histogramu64 (1ea2d44b-9dfb-4731-8ee2-8779179f369b): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:08:23.603639 [ 195 ] {1ea2d44b-9dfb-4731-8ee2-8779179f369b::all_1_16_3} oximeter.measurements_histogramu64 (1ea2d44b-9dfb-4731-8ee2-8779179f369b) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.01.02 05:08:23.603791 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.53 MiB. 2026.01.02 05:08:24.000194 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 254.43 MiB, peak 259.91 MiB, free memory in arenas 0.00 B, will set to 255.93 MiB (RSS), difference: 1.50 MiB 2026.01.02 05:08:24.420072 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 11097 2026.01.02 05:08:24.420911 [ 245 ] {} system.asynchronous_metric_log (bb53ce5c-bddd-4105-a5af-ef87950cd4f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:08:24.420993 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.01.02 05:08:24.421641 [ 245 ] {} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.01.02 05:08:24.421875 [ 245 ] {} system.asynchronous_metric_log (bb53ce5c-bddd-4105-a5af-ef87950cd4f3): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:08:24.422020 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11097 2026.01.02 05:08:25.027978 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 174 2026.01.02 05:08:25.043049 [ 244 ] {} system.metric_log (a59fffb9-cc3a-4586-97e5-9d20b67a7356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:08:25.043100 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.01.02 05:08:25.049312 [ 244 ] {} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.01.02 05:08:25.050029 [ 244 ] {} system.metric_log (a59fffb9-cc3a-4586-97e5-9d20b67a7356): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:08:25.052572 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 174 2026.01.02 05:08:28.566261 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:08:28.566559 [ 270 ] {d94d7472-f1f7-4464-bd07-a08a4c687521} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.02 05:08:28.566624 [ 270 ] {d94d7472-f1f7-4464-bd07-a08a4c687521} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.02 05:08:28.567312 [ 270 ] {d94d7472-f1f7-4464-bd07-a08a4c687521} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:08:28.567356 [ 270 ] {d94d7472-f1f7-4464-bd07-a08a4c687521} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.01.02 05:08:28.567766 [ 270 ] {d94d7472-f1f7-4464-bd07-a08a4c687521} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.01.02 05:08:28.567999 [ 270 ] {d94d7472-f1f7-4464-bd07-a08a4c687521} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:08:28.568152 [ 270 ] {d94d7472-f1f7-4464-bd07-a08a4c687521} executeQuery: Read 56 rows, 4.41 KiB in 0.001659 sec., 33755.27426160337 rows/sec., 2.59 MiB/sec. 2026.01.02 05:08:28.568151 [ 79 ] {} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.01.02 05:08:28.568194 [ 270 ] {d94d7472-f1f7-4464-bd07-a08a4c687521} TCPHandler: Processed in 0.002123746 sec. 2026.01.02 05:08:28.568242 [ 79 ] {} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:08:28.568272 [ 79 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.01.02 05:08:28.568346 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:08:28.568456 [ 187 ] {83d580c8-cdc4-4d78-bcce-488a9e56976e::all_1_31_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full 2026.01.02 05:08:28.568457 [ 270 ] {e4750ada-20c4-41bd-aa94-06061f9b9dfa} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.02 05:08:28.568551 [ 270 ] {e4750ada-20c4-41bd-aa94-06061f9b9dfa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.02 05:08:28.568624 [ 187 ] {83d580c8-cdc4-4d78-bcce-488a9e56976e::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.02 05:08:28.568667 [ 187 ] {83d580c8-cdc4-4d78-bcce-488a9e56976e::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 2463 rows starting from the beginning of the part 2026.01.02 05:08:28.568742 [ 187 ] {83d580c8-cdc4-4d78-bcce-488a9e56976e::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 1317 rows starting from the beginning of the part 2026.01.02 05:08:28.568793 [ 187 ] {83d580c8-cdc4-4d78-bcce-488a9e56976e::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 136 rows starting from the beginning of the part 2026.01.02 05:08:28.568839 [ 187 ] {83d580c8-cdc4-4d78-bcce-488a9e56976e::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 56 rows starting from the beginning of the part 2026.01.02 05:08:28.568885 [ 187 ] {83d580c8-cdc4-4d78-bcce-488a9e56976e::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 1194 rows starting from the beginning of the part 2026.01.02 05:08:28.568932 [ 187 ] {83d580c8-cdc4-4d78-bcce-488a9e56976e::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 56 rows starting from the beginning of the part 2026.01.02 05:08:28.568968 [ 270 ] {e4750ada-20c4-41bd-aa94-06061f9b9dfa} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:08:28.569009 [ 270 ] {e4750ada-20c4-41bd-aa94-06061f9b9dfa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.01.02 05:08:28.569358 [ 270 ] {e4750ada-20c4-41bd-aa94-06061f9b9dfa} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.01.02 05:08:28.569575 [ 270 ] {e4750ada-20c4-41bd-aa94-06061f9b9dfa} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:08:28.569711 [ 270 ] {e4750ada-20c4-41bd-aa94-06061f9b9dfa} executeQuery: Read 64 rows, 5.12 KiB in 0.001277 sec., 50117.46280344558 rows/sec., 3.91 MiB/sec. 2026.01.02 05:08:28.569723 [ 78 ] {} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.01.02 05:08:28.569748 [ 270 ] {e4750ada-20c4-41bd-aa94-06061f9b9dfa} TCPHandler: Processed in 0.001449595 sec. 2026.01.02 05:08:28.569795 [ 78 ] {} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:08:28.569822 [ 78 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.01.02 05:08:28.569900 [ 195 ] {a2603088-a695-4667-9faf-2a4ce1a4e7af::all_1_31_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full 2026.01.02 05:08:28.569900 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:08:28.569998 [ 195 ] {a2603088-a695-4667-9faf-2a4ce1a4e7af::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.02 05:08:28.570024 [ 270 ] {a4e81bf6-2775-4042-9f0b-d913a8affbab} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.02 05:08:28.570029 [ 195 ] {a2603088-a695-4667-9faf-2a4ce1a4e7af::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1249 rows starting from the beginning of the part 2026.01.02 05:08:28.570076 [ 270 ] {a4e81bf6-2775-4042-9f0b-d913a8affbab} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.02 05:08:28.570101 [ 195 ] {a2603088-a695-4667-9faf-2a4ce1a4e7af::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 558 rows starting from the beginning of the part 2026.01.02 05:08:28.570155 [ 195 ] {a2603088-a695-4667-9faf-2a4ce1a4e7af::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 104 rows starting from the beginning of the part 2026.01.02 05:08:28.570196 [ 195 ] {a2603088-a695-4667-9faf-2a4ce1a4e7af::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 64 rows starting from the beginning of the part 2026.01.02 05:08:28.570236 [ 195 ] {a2603088-a695-4667-9faf-2a4ce1a4e7af::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 723 rows starting from the beginning of the part 2026.01.02 05:08:28.570284 [ 195 ] {a2603088-a695-4667-9faf-2a4ce1a4e7af::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 64 rows starting from the beginning of the part 2026.01.02 05:08:28.570512 [ 270 ] {a4e81bf6-2775-4042-9f0b-d913a8affbab} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:08:28.570554 [ 270 ] {a4e81bf6-2775-4042-9f0b-d913a8affbab} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.01.02 05:08:28.571022 [ 270 ] {a4e81bf6-2775-4042-9f0b-d913a8affbab} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.01.02 05:08:28.571126 [ 191 ] {83d580c8-cdc4-4d78-bcce-488a9e56976e::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 5222 rows, containing 5 columns (5 merged, 0 gathered) in 0.002719596 sec., 1920138.1381646392 rows/sec., 164.39 MiB/sec. 2026.01.02 05:08:28.571242 [ 270 ] {a4e81bf6-2775-4042-9f0b-d913a8affbab} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:08:28.571379 [ 270 ] {a4e81bf6-2775-4042-9f0b-d913a8affbab} executeQuery: Read 160 rows, 11.41 KiB in 0.001373 sec., 116533.13911143481 rows/sec., 8.12 MiB/sec. 2026.01.02 05:08:28.571406 [ 193 ] {83d580c8-cdc4-4d78-bcce-488a9e56976e::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.01.02 05:08:28.571415 [ 270 ] {a4e81bf6-2775-4042-9f0b-d913a8affbab} TCPHandler: Processed in 0.001561897 sec. 2026.01.02 05:08:28.571420 [ 191 ] {a2603088-a695-4667-9faf-2a4ce1a4e7af::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 2762 rows, containing 5 columns (5 merged, 0 gathered) in 0.001555687 sec., 1775421.4054626669 rows/sec., 135.88 MiB/sec. 2026.01.02 05:08:28.571538 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:08:28.571626 [ 191 ] {a2603088-a695-4667-9faf-2a4ce1a4e7af::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.01.02 05:08:28.571656 [ 270 ] {59105e6a-bbad-4783-847d-bf85d3a29843} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.02 05:08:28.571707 [ 270 ] {59105e6a-bbad-4783-847d-bf85d3a29843} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.02 05:08:28.571733 [ 193 ] {83d580c8-cdc4-4d78-bcce-488a9e56976e::all_1_31_6} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:08:28.571816 [ 193 ] {83d580c8-cdc4-4d78-bcce-488a9e56976e::all_1_31_6} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.01.02 05:08:28.571922 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.18 MiB. 2026.01.02 05:08:28.572018 [ 191 ] {a2603088-a695-4667-9faf-2a4ce1a4e7af::all_1_31_6} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:08:28.572086 [ 270 ] {59105e6a-bbad-4783-847d-bf85d3a29843} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:08:28.572104 [ 191 ] {a2603088-a695-4667-9faf-2a4ce1a4e7af::all_1_31_6} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.01.02 05:08:28.572130 [ 270 ] {59105e6a-bbad-4783-847d-bf85d3a29843} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.01.02 05:08:28.572185 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.69 MiB. 2026.01.02 05:08:28.572450 [ 270 ] {59105e6a-bbad-4783-847d-bf85d3a29843} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.01.02 05:08:28.572670 [ 270 ] {59105e6a-bbad-4783-847d-bf85d3a29843} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:08:28.572804 [ 270 ] {59105e6a-bbad-4783-847d-bf85d3a29843} executeQuery: Read 60 rows, 4.14 KiB in 0.001166 sec., 51457.975986277874 rows/sec., 3.47 MiB/sec. 2026.01.02 05:08:28.572840 [ 270 ] {59105e6a-bbad-4783-847d-bf85d3a29843} TCPHandler: Processed in 0.001352472 sec. 2026.01.02 05:08:31.776865 [ 75 ] {} DNSResolver: Updating DNS cache 2026.01.02 05:08:31.776923 [ 75 ] {} DNSResolver: Updated DNS cache 2026.01.02 05:08:31.922136 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 11545 2026.01.02 05:08:31.922634 [ 245 ] {} system.asynchronous_metric_log (bb53ce5c-bddd-4105-a5af-ef87950cd4f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:08:31.922676 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.01.02 05:08:31.923159 [ 245 ] {} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.01.02 05:08:31.923394 [ 245 ] {} system.asynchronous_metric_log (bb53ce5c-bddd-4105-a5af-ef87950cd4f3): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:08:31.923523 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11545 2026.01.02 05:08:31.952543 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 610 2026.01.02 05:08:31.954837 [ 243 ] {} system.query_log (dd3f3490-5765-4d2a-9406-0e239d3e9a13): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:08:31.954876 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.01.02 05:08:31.956065 [ 243 ] {} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.01.02 05:08:31.956323 [ 243 ] {} system.query_log (dd3f3490-5765-4d2a-9406-0e239d3e9a13): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:08:31.956639 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 610 2026.01.02 05:08:32.552685 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 181 2026.01.02 05:08:32.568506 [ 244 ] {} system.metric_log (a59fffb9-cc3a-4586-97e5-9d20b67a7356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:08:32.568552 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.01.02 05:08:32.574680 [ 244 ] {} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.01.02 05:08:32.575360 [ 244 ] {} system.metric_log (a59fffb9-cc3a-4586-97e5-9d20b67a7356): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:08:32.578374 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 181 2026.01.02 05:08:33.578999 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:08:33.579197 [ 270 ] {1e817740-14fa-452b-82df-e7b358bb40eb} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.01.02 05:08:33.579267 [ 270 ] {1e817740-14fa-452b-82df-e7b358bb40eb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.01.02 05:08:33.580138 [ 270 ] {1e817740-14fa-452b-82df-e7b358bb40eb} oximeter.fields_i16 (cb56b64a-0514-41c6-b851-58b3833bf8fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:08:33.580192 [ 270 ] {1e817740-14fa-452b-82df-e7b358bb40eb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.01.02 05:08:33.580645 [ 270 ] {1e817740-14fa-452b-82df-e7b358bb40eb} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.01.02 05:08:33.580887 [ 270 ] {1e817740-14fa-452b-82df-e7b358bb40eb} oximeter.fields_i16 (cb56b64a-0514-41c6-b851-58b3833bf8fd): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:08:33.581048 [ 270 ] {1e817740-14fa-452b-82df-e7b358bb40eb} executeQuery: Read 410 rows, 26.63 KiB in 0.001901 sec., 215675.96002104157 rows/sec., 13.68 MiB/sec. 2026.01.02 05:08:33.581101 [ 270 ] {1e817740-14fa-452b-82df-e7b358bb40eb} TCPHandler: Processed in 0.002235247 sec. 2026.01.02 05:08:33.581232 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:08:33.581335 [ 270 ] {cd455bb7-bff7-4b10-86a4-64e466915d3f} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.02 05:08:33.581380 [ 270 ] {cd455bb7-bff7-4b10-86a4-64e466915d3f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.02 05:08:33.582510 [ 270 ] {cd455bb7-bff7-4b10-86a4-64e466915d3f} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:08:33.582550 [ 270 ] {cd455bb7-bff7-4b10-86a4-64e466915d3f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.01.02 05:08:33.582965 [ 270 ] {cd455bb7-bff7-4b10-86a4-64e466915d3f} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.01.02 05:08:33.583175 [ 270 ] {cd455bb7-bff7-4b10-86a4-64e466915d3f} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:08:33.583307 [ 270 ] {cd455bb7-bff7-4b10-86a4-64e466915d3f} executeQuery: Read 1192 rows, 97.51 KiB in 0.001996 sec., 597194.3887775551 rows/sec., 47.71 MiB/sec. 2026.01.02 05:08:33.583345 [ 270 ] {cd455bb7-bff7-4b10-86a4-64e466915d3f} TCPHandler: Processed in 0.002165706 sec. 2026.01.02 05:08:33.583469 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:08:33.583563 [ 270 ] {099c54ac-8e2c-4d76-a013-bf65c5097d47} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.02 05:08:33.583603 [ 270 ] {099c54ac-8e2c-4d76-a013-bf65c5097d47} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.02 05:08:33.584103 [ 270 ] {099c54ac-8e2c-4d76-a013-bf65c5097d47} oximeter.fields_u16 (75d7a870-5da0-445d-b2e0-ec90b5ea7788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:08:33.584141 [ 270 ] {099c54ac-8e2c-4d76-a013-bf65c5097d47} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.01.02 05:08:33.584449 [ 270 ] {099c54ac-8e2c-4d76-a013-bf65c5097d47} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.01.02 05:08:33.584657 [ 270 ] {099c54ac-8e2c-4d76-a013-bf65c5097d47} oximeter.fields_u16 (75d7a870-5da0-445d-b2e0-ec90b5ea7788): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:08:33.584786 [ 270 ] {099c54ac-8e2c-4d76-a013-bf65c5097d47} executeQuery: Read 245 rows, 15.32 KiB in 0.001242 sec., 197262.4798711755 rows/sec., 12.05 MiB/sec. 2026.01.02 05:08:33.584825 [ 270 ] {099c54ac-8e2c-4d76-a013-bf65c5097d47} TCPHandler: Processed in 0.001405574 sec. 2026.01.02 05:08:33.584942 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:08:33.585034 [ 270 ] {c63d18d3-8a73-4da7-a45b-42f3b8bf99f1} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.02 05:08:33.585074 [ 270 ] {c63d18d3-8a73-4da7-a45b-42f3b8bf99f1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.02 05:08:33.585538 [ 270 ] {c63d18d3-8a73-4da7-a45b-42f3b8bf99f1} oximeter.fields_u32 (1310015a-3be0-40ba-9fec-1b5eb4ed9f75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:08:33.585576 [ 270 ] {c63d18d3-8a73-4da7-a45b-42f3b8bf99f1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.01.02 05:08:33.585883 [ 270 ] {c63d18d3-8a73-4da7-a45b-42f3b8bf99f1} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.01.02 05:08:33.586093 [ 270 ] {c63d18d3-8a73-4da7-a45b-42f3b8bf99f1} oximeter.fields_u32 (1310015a-3be0-40ba-9fec-1b5eb4ed9f75): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:08:33.586221 [ 270 ] {c63d18d3-8a73-4da7-a45b-42f3b8bf99f1} executeQuery: Read 212 rows, 14.00 KiB in 0.001204 sec., 176079.7342192691 rows/sec., 11.36 MiB/sec. 2026.01.02 05:08:33.586257 [ 270 ] {c63d18d3-8a73-4da7-a45b-42f3b8bf99f1} TCPHandler: Processed in 0.001365843 sec. 2026.01.02 05:08:33.586368 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:08:33.586460 [ 270 ] {7101a183-e240-4ad5-9429-2b54527fbff8} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.01.02 05:08:33.586500 [ 270 ] {7101a183-e240-4ad5-9429-2b54527fbff8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.01.02 05:08:33.586964 [ 270 ] {7101a183-e240-4ad5-9429-2b54527fbff8} oximeter.fields_u8 (ae3e3832-81ae-4954-8933-d68b9608f6be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:08:33.587001 [ 270 ] {7101a183-e240-4ad5-9429-2b54527fbff8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.01.02 05:08:33.587303 [ 270 ] {7101a183-e240-4ad5-9429-2b54527fbff8} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.01.02 05:08:33.587509 [ 270 ] {7101a183-e240-4ad5-9429-2b54527fbff8} oximeter.fields_u8 (ae3e3832-81ae-4954-8933-d68b9608f6be): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:08:33.587636 [ 270 ] {7101a183-e240-4ad5-9429-2b54527fbff8} executeQuery: Read 211 rows, 12.27 KiB in 0.001194 sec., 176716.91792294808 rows/sec., 10.04 MiB/sec. 2026.01.02 05:08:33.587673 [ 270 ] {7101a183-e240-4ad5-9429-2b54527fbff8} TCPHandler: Processed in 0.001354623 sec. 2026.01.02 05:08:33.587789 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:08:33.587894 [ 270 ] {e2684950-7b94-4ebb-a814-b2734a3f6eb3} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.02 05:08:33.587937 [ 270 ] {e2684950-7b94-4ebb-a814-b2734a3f6eb3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.02 05:08:33.588602 [ 270 ] {e2684950-7b94-4ebb-a814-b2734a3f6eb3} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:08:33.588642 [ 270 ] {e2684950-7b94-4ebb-a814-b2734a3f6eb3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.01.02 05:08:33.589012 [ 270 ] {e2684950-7b94-4ebb-a814-b2734a3f6eb3} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.01.02 05:08:33.589243 [ 270 ] {e2684950-7b94-4ebb-a814-b2734a3f6eb3} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:08:33.589381 [ 270 ] {e2684950-7b94-4ebb-a814-b2734a3f6eb3} executeQuery: Read 719 rows, 51.67 KiB in 0.001505 sec., 477740.8637873754 rows/sec., 33.53 MiB/sec. 2026.01.02 05:08:33.589430 [ 270 ] {e2684950-7b94-4ebb-a814-b2734a3f6eb3} TCPHandler: Processed in 0.001693038 sec. 2026.01.02 05:08:33.589549 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:08:33.589667 [ 270 ] {cf5d0af6-5fc5-4356-9153-7e4a14c5a8e0} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.01.02 05:08:33.589723 [ 270 ] {cf5d0af6-5fc5-4356-9153-7e4a14c5a8e0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.01.02 05:08:33.590047 [ 270 ] {cf5d0af6-5fc5-4356-9153-7e4a14c5a8e0} oximeter.measurements_bool (0b2779fa-d8a4-4f66-a14b-91b20b950528): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:08:33.590095 [ 270 ] {cf5d0af6-5fc5-4356-9153-7e4a14c5a8e0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.01.02 05:08:33.590405 [ 270 ] {cf5d0af6-5fc5-4356-9153-7e4a14c5a8e0} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.01.02 05:08:33.590616 [ 270 ] {cf5d0af6-5fc5-4356-9153-7e4a14c5a8e0} oximeter.measurements_bool (0b2779fa-d8a4-4f66-a14b-91b20b950528): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:08:33.590813 [ 270 ] {cf5d0af6-5fc5-4356-9153-7e4a14c5a8e0} executeQuery: Read 6 rows, 321.00 B in 0.001164 sec., 5154.639175257732 rows/sec., 269.31 KiB/sec. 2026.01.02 05:08:33.590851 [ 270 ] {cf5d0af6-5fc5-4356-9153-7e4a14c5a8e0} TCPHandler: Processed in 0.001351163 sec. 2026.01.02 05:08:33.590964 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:08:33.591059 [ 270 ] {fcc15510-e079-4f65-a9a3-2b4f980304e2} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.02 05:08:33.591102 [ 270 ] {fcc15510-e079-4f65-a9a3-2b4f980304e2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.02 05:08:33.591535 [ 270 ] {fcc15510-e079-4f65-a9a3-2b4f980304e2} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:08:33.591572 [ 270 ] {fcc15510-e079-4f65-a9a3-2b4f980304e2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.01.02 05:08:33.591908 [ 270 ] {fcc15510-e079-4f65-a9a3-2b4f980304e2} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.01.02 05:08:33.592115 [ 270 ] {fcc15510-e079-4f65-a9a3-2b4f980304e2} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:08:33.592223 [ 70 ] {} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.01.02 05:08:33.592245 [ 270 ] {fcc15510-e079-4f65-a9a3-2b4f980304e2} executeQuery: Read 314 rows, 21.12 KiB in 0.001204 sec., 260797.34219269102 rows/sec., 17.13 MiB/sec. 2026.01.02 05:08:33.592294 [ 70 ] {} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:08:33.592302 [ 270 ] {fcc15510-e079-4f65-a9a3-2b4f980304e2} TCPHandler: Processed in 0.001387513 sec. 2026.01.02 05:08:33.592325 [ 70 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.01.02 05:08:33.592425 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:08:33.592457 [ 191 ] {935760ec-14c4-43f9-bf0f-f949cce05eda::all_1_31_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full 2026.01.02 05:08:33.592531 [ 270 ] {d591a8d3-2c7b-423c-bbb2-0514524b9d8d} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.01.02 05:08:33.592579 [ 270 ] {d591a8d3-2c7b-423c-bbb2-0514524b9d8d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.01.02 05:08:33.592613 [ 191 ] {935760ec-14c4-43f9-bf0f-f949cce05eda::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.02 05:08:33.592656 [ 191 ] {935760ec-14c4-43f9-bf0f-f949cce05eda::all_1_31_6} MergeTreeSequentialSource: Reading 3 marks from part all_1_26_5, total 8271 rows starting from the beginning of the part 2026.01.02 05:08:33.592734 [ 191 ] {935760ec-14c4-43f9-bf0f-f949cce05eda::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 160 rows starting from the beginning of the part 2026.01.02 05:08:33.592790 [ 191 ] {935760ec-14c4-43f9-bf0f-f949cce05eda::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.01.02 05:08:33.592843 [ 191 ] {935760ec-14c4-43f9-bf0f-f949cce05eda::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 316 rows starting from the beginning of the part 2026.01.02 05:08:33.592892 [ 191 ] {935760ec-14c4-43f9-bf0f-f949cce05eda::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 160 rows starting from the beginning of the part 2026.01.02 05:08:33.592940 [ 191 ] {935760ec-14c4-43f9-bf0f-f949cce05eda::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 314 rows starting from the beginning of the part 2026.01.02 05:08:33.592956 [ 270 ] {d591a8d3-2c7b-423c-bbb2-0514524b9d8d} oximeter.measurements_f64 (aa9bbb3a-da62-4075-81f6-d05edd62a94a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:08:33.593006 [ 270 ] {d591a8d3-2c7b-423c-bbb2-0514524b9d8d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.01.02 05:08:33.593418 [ 270 ] {d591a8d3-2c7b-423c-bbb2-0514524b9d8d} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.01.02 05:08:33.593663 [ 270 ] {d591a8d3-2c7b-423c-bbb2-0514524b9d8d} oximeter.measurements_f64 (aa9bbb3a-da62-4075-81f6-d05edd62a94a): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:08:33.593793 [ 270 ] {d591a8d3-2c7b-423c-bbb2-0514524b9d8d} executeQuery: Read 1 rows, 69.00 B in 0.00128 sec., 781.2499999999999 rows/sec., 52.64 KiB/sec. 2026.01.02 05:08:33.593830 [ 270 ] {d591a8d3-2c7b-423c-bbb2-0514524b9d8d} TCPHandler: Processed in 0.001456434 sec. 2026.01.02 05:08:33.593943 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:08:33.594044 [ 270 ] {cd2970ba-8601-4798-8b49-3044b486486f} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.02 05:08:33.594102 [ 270 ] {cd2970ba-8601-4798-8b49-3044b486486f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.01.02 05:08:33.594974 [ 270 ] {cd2970ba-8601-4798-8b49-3044b486486f} oximeter.measurements_histogramu64 (1ea2d44b-9dfb-4731-8ee2-8779179f369b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:08:33.595012 [ 270 ] {cd2970ba-8601-4798-8b49-3044b486486f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.01.02 05:08:33.595654 [ 270 ] {cd2970ba-8601-4798-8b49-3044b486486f} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.01.02 05:08:33.595901 [ 270 ] {cd2970ba-8601-4798-8b49-3044b486486f} oximeter.measurements_histogramu64 (1ea2d44b-9dfb-4731-8ee2-8779179f369b): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:08:33.596053 [ 270 ] {cd2970ba-8601-4798-8b49-3044b486486f} executeQuery: Read 40 rows, 73.40 KiB in 0.002028 sec., 19723.865877712033 rows/sec., 35.34 MiB/sec. 2026.01.02 05:08:33.596117 [ 270 ] {cd2970ba-8601-4798-8b49-3044b486486f} TCPHandler: Processed in 0.002224177 sec. 2026.01.02 05:08:33.596153 [ 193 ] {935760ec-14c4-43f9-bf0f-f949cce05eda::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 9381 rows, containing 5 columns (5 merged, 0 gathered) in 0.003750102 sec., 2501531.9583307332 rows/sec., 170.80 MiB/sec. 2026.01.02 05:08:33.596239 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:08:33.596333 [ 270 ] {d141f241-1b5c-445d-86a2-adb28df3f518} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.02 05:08:33.596378 [ 270 ] {d141f241-1b5c-445d-86a2-adb28df3f518} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.02 05:08:33.596431 [ 186 ] {935760ec-14c4-43f9-bf0f-f949cce05eda::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.01.02 05:08:33.596723 [ 270 ] {d141f241-1b5c-445d-86a2-adb28df3f518} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:08:33.596743 [ 186 ] {935760ec-14c4-43f9-bf0f-f949cce05eda::all_1_31_6} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:08:33.596768 [ 270 ] {d141f241-1b5c-445d-86a2-adb28df3f518} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.01.02 05:08:33.596832 [ 186 ] {935760ec-14c4-43f9-bf0f-f949cce05eda::all_1_31_6} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.01.02 05:08:33.596927 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.09 MiB. 2026.01.02 05:08:33.597106 [ 270 ] {d141f241-1b5c-445d-86a2-adb28df3f518} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.01.02 05:08:33.597324 [ 270 ] {d141f241-1b5c-445d-86a2-adb28df3f518} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:08:33.597453 [ 270 ] {d141f241-1b5c-445d-86a2-adb28df3f518} executeQuery: Read 104 rows, 6.53 KiB in 0.001139 sec., 91308.1650570676 rows/sec., 5.59 MiB/sec. 2026.01.02 05:08:33.597490 [ 270 ] {d141f241-1b5c-445d-86a2-adb28df3f518} TCPHandler: Processed in 0.001300632 sec. 2026.01.02 05:08:38.596658 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:08:38.596855 [ 270 ] {c0f0943f-ebfc-4566-af65-26afab22b899} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.01.02 05:08:38.596923 [ 270 ] {c0f0943f-ebfc-4566-af65-26afab22b899} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.01.02 05:08:38.597582 [ 270 ] {c0f0943f-ebfc-4566-af65-26afab22b899} oximeter.fields_i16 (cb56b64a-0514-41c6-b851-58b3833bf8fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:08:38.597635 [ 270 ] {c0f0943f-ebfc-4566-af65-26afab22b899} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.01.02 05:08:38.598051 [ 270 ] {c0f0943f-ebfc-4566-af65-26afab22b899} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.01.02 05:08:38.598281 [ 270 ] {c0f0943f-ebfc-4566-af65-26afab22b899} oximeter.fields_i16 (cb56b64a-0514-41c6-b851-58b3833bf8fd): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:08:38.598417 [ 67 ] {} oximeter.fields_i16 (cb56b64a-0514-41c6-b851-58b3833bf8fd) (MergerMutator): Selected 6 parts from all_1_5_1 to all_10_10_0 2026.01.02 05:08:38.598439 [ 270 ] {c0f0943f-ebfc-4566-af65-26afab22b899} executeQuery: Read 24 rows, 2.04 KiB in 0.001634 sec., 14687.882496940025 rows/sec., 1.22 MiB/sec. 2026.01.02 05:08:38.598492 [ 67 ] {} oximeter.fields_i16 (cb56b64a-0514-41c6-b851-58b3833bf8fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:08:38.598512 [ 270 ] {c0f0943f-ebfc-4566-af65-26afab22b899} TCPHandler: Processed in 0.001991343 sec. 2026.01.02 05:08:38.598523 [ 67 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.01.02 05:08:38.598644 [ 191 ] {cb56b64a-0514-41c6-b851-58b3833bf8fd::all_1_10_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_5_1 to all_10_10_0 into Compact with storage Full 2026.01.02 05:08:38.598660 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:08:38.598774 [ 270 ] {de18d08f-e6ee-4031-ab82-4b0fa8848d54} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.01.02 05:08:38.598777 [ 191 ] {cb56b64a-0514-41c6-b851-58b3833bf8fd::all_1_10_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.02 05:08:38.598821 [ 270 ] {de18d08f-e6ee-4031-ab82-4b0fa8848d54} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.01.02 05:08:38.598830 [ 191 ] {cb56b64a-0514-41c6-b851-58b3833bf8fd::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 434 rows starting from the beginning of the part 2026.01.02 05:08:38.598913 [ 191 ] {cb56b64a-0514-41c6-b851-58b3833bf8fd::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 24 rows starting from the beginning of the part 2026.01.02 05:08:38.598963 [ 191 ] {cb56b64a-0514-41c6-b851-58b3833bf8fd::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 24 rows starting from the beginning of the part 2026.01.02 05:08:38.599010 [ 191 ] {cb56b64a-0514-41c6-b851-58b3833bf8fd::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 410 rows starting from the beginning of the part 2026.01.02 05:08:38.599053 [ 191 ] {cb56b64a-0514-41c6-b851-58b3833bf8fd::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 410 rows starting from the beginning of the part 2026.01.02 05:08:38.599097 [ 191 ] {cb56b64a-0514-41c6-b851-58b3833bf8fd::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 24 rows starting from the beginning of the part 2026.01.02 05:08:38.599242 [ 270 ] {de18d08f-e6ee-4031-ab82-4b0fa8848d54} oximeter.fields_ipaddr (645cdd3d-4969-40ee-99e7-272b8c981424): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:08:38.599288 [ 270 ] {de18d08f-e6ee-4031-ab82-4b0fa8848d54} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.01.02 05:08:38.599609 [ 270 ] {de18d08f-e6ee-4031-ab82-4b0fa8848d54} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.01.02 05:08:38.599849 [ 270 ] {de18d08f-e6ee-4031-ab82-4b0fa8848d54} oximeter.fields_ipaddr (645cdd3d-4969-40ee-99e7-272b8c981424): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:08:38.599995 [ 270 ] {de18d08f-e6ee-4031-ab82-4b0fa8848d54} executeQuery: Read 2 rows, 167.00 B in 0.001244 sec., 1607.717041800643 rows/sec., 131.10 KiB/sec. 2026.01.02 05:08:38.600033 [ 270 ] {de18d08f-e6ee-4031-ab82-4b0fa8848d54} TCPHandler: Processed in 0.001425124 sec. 2026.01.02 05:08:38.600147 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:08:38.600199 [ 191 ] {cb56b64a-0514-41c6-b851-58b3833bf8fd::all_1_10_2} MergeTask::MergeProjectionsStage: Merge sorted 1326 rows, containing 5 columns (5 merged, 0 gathered) in 0.001607397 sec., 824936.2167529241 rows/sec., 56.64 MiB/sec. 2026.01.02 05:08:38.600241 [ 270 ] {5b19952f-fc42-4561-af0a-33004279fb9c} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.02 05:08:38.600284 [ 270 ] {5b19952f-fc42-4561-af0a-33004279fb9c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.02 05:08:38.600365 [ 193 ] {cb56b64a-0514-41c6-b851-58b3833bf8fd::all_1_10_2} MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary) 2026.01.02 05:08:38.600645 [ 193 ] {cb56b64a-0514-41c6-b851-58b3833bf8fd::all_1_10_2} oximeter.fields_i16 (cb56b64a-0514-41c6-b851-58b3833bf8fd): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:08:38.600712 [ 193 ] {cb56b64a-0514-41c6-b851-58b3833bf8fd::all_1_10_2} oximeter.fields_i16 (cb56b64a-0514-41c6-b851-58b3833bf8fd) (MergerMutator): Merged 6 parts: [all_1_5_1, all_10_10_0] -> all_1_10_2 2026.01.02 05:08:38.600811 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB. 2026.01.02 05:08:38.601382 [ 270 ] {5b19952f-fc42-4561-af0a-33004279fb9c} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:08:38.601418 [ 270 ] {5b19952f-fc42-4561-af0a-33004279fb9c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.01.02 05:08:38.601826 [ 270 ] {5b19952f-fc42-4561-af0a-33004279fb9c} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.01.02 05:08:38.602040 [ 270 ] {5b19952f-fc42-4561-af0a-33004279fb9c} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:08:38.602172 [ 270 ] {5b19952f-fc42-4561-af0a-33004279fb9c} executeQuery: Read 1317 rows, 112.50 KiB in 0.00195 sec., 675384.6153846154 rows/sec., 56.34 MiB/sec. 2026.01.02 05:08:38.602210 [ 270 ] {5b19952f-fc42-4561-af0a-33004279fb9c} TCPHandler: Processed in 0.002110095 sec. 2026.01.02 05:08:38.602320 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:08:38.602412 [ 270 ] {2a6cb9a1-f3dd-4f6b-9233-a609a6cde5de} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.02 05:08:38.602451 [ 270 ] {2a6cb9a1-f3dd-4f6b-9233-a609a6cde5de} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.02 05:08:38.602848 [ 270 ] {2a6cb9a1-f3dd-4f6b-9233-a609a6cde5de} oximeter.fields_u16 (75d7a870-5da0-445d-b2e0-ec90b5ea7788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:08:38.602884 [ 270 ] {2a6cb9a1-f3dd-4f6b-9233-a609a6cde5de} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.01.02 05:08:38.603179 [ 270 ] {2a6cb9a1-f3dd-4f6b-9233-a609a6cde5de} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.01.02 05:08:38.603398 [ 270 ] {2a6cb9a1-f3dd-4f6b-9233-a609a6cde5de} oximeter.fields_u16 (75d7a870-5da0-445d-b2e0-ec90b5ea7788): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:08:38.603525 [ 270 ] {2a6cb9a1-f3dd-4f6b-9233-a609a6cde5de} executeQuery: Read 14 rows, 1.10 KiB in 0.001132 sec., 12367.491166077738 rows/sec., 972.25 KiB/sec. 2026.01.02 05:08:38.603562 [ 270 ] {2a6cb9a1-f3dd-4f6b-9233-a609a6cde5de} TCPHandler: Processed in 0.001289872 sec. 2026.01.02 05:08:38.603667 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:08:38.603758 [ 270 ] {cc84594d-dd01-4a38-ab01-7cae6fd3350c} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.02 05:08:38.603797 [ 270 ] {cc84594d-dd01-4a38-ab01-7cae6fd3350c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.02 05:08:38.604271 [ 270 ] {cc84594d-dd01-4a38-ab01-7cae6fd3350c} oximeter.fields_u32 (1310015a-3be0-40ba-9fec-1b5eb4ed9f75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:08:38.604307 [ 270 ] {cc84594d-dd01-4a38-ab01-7cae6fd3350c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.01.02 05:08:38.604608 [ 270 ] {cc84594d-dd01-4a38-ab01-7cae6fd3350c} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.01.02 05:08:38.604814 [ 270 ] {cc84594d-dd01-4a38-ab01-7cae6fd3350c} oximeter.fields_u32 (1310015a-3be0-40ba-9fec-1b5eb4ed9f75): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:08:38.604910 [ 64 ] {} oximeter.fields_u32 (1310015a-3be0-40ba-9fec-1b5eb4ed9f75) (MergerMutator): Selected 6 parts from all_1_5_1 to all_10_10_0 2026.01.02 05:08:38.604937 [ 270 ] {cc84594d-dd01-4a38-ab01-7cae6fd3350c} executeQuery: Read 252 rows, 17.85 KiB in 0.001196 sec., 210702.34113712373 rows/sec., 14.57 MiB/sec. 2026.01.02 05:08:38.604980 [ 64 ] {} oximeter.fields_u32 (1310015a-3be0-40ba-9fec-1b5eb4ed9f75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:08:38.604987 [ 270 ] {cc84594d-dd01-4a38-ab01-7cae6fd3350c} TCPHandler: Processed in 0.001367223 sec. 2026.01.02 05:08:38.605013 [ 64 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.01.02 05:08:38.605111 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:08:38.605141 [ 198 ] {1310015a-3be0-40ba-9fec-1b5eb4ed9f75::all_1_10_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_5_1 to all_10_10_0 into Compact with storage Full 2026.01.02 05:08:38.605207 [ 270 ] {1e0a616b-5196-43ab-a4f1-e3d086ae29b5} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.01.02 05:08:38.605251 [ 270 ] {1e0a616b-5196-43ab-a4f1-e3d086ae29b5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.01.02 05:08:38.605282 [ 198 ] {1310015a-3be0-40ba-9fec-1b5eb4ed9f75::all_1_10_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.02 05:08:38.605319 [ 198 ] {1310015a-3be0-40ba-9fec-1b5eb4ed9f75::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 464 rows starting from the beginning of the part 2026.01.02 05:08:38.605382 [ 198 ] {1310015a-3be0-40ba-9fec-1b5eb4ed9f75::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 252 rows starting from the beginning of the part 2026.01.02 05:08:38.605426 [ 198 ] {1310015a-3be0-40ba-9fec-1b5eb4ed9f75::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 252 rows starting from the beginning of the part 2026.01.02 05:08:38.605466 [ 198 ] {1310015a-3be0-40ba-9fec-1b5eb4ed9f75::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 212 rows starting from the beginning of the part 2026.01.02 05:08:38.605504 [ 198 ] {1310015a-3be0-40ba-9fec-1b5eb4ed9f75::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 212 rows starting from the beginning of the part 2026.01.02 05:08:38.605543 [ 198 ] {1310015a-3be0-40ba-9fec-1b5eb4ed9f75::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 252 rows starting from the beginning of the part 2026.01.02 05:08:38.605646 [ 270 ] {1e0a616b-5196-43ab-a4f1-e3d086ae29b5} oximeter.fields_u8 (ae3e3832-81ae-4954-8933-d68b9608f6be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:08:38.605687 [ 270 ] {1e0a616b-5196-43ab-a4f1-e3d086ae29b5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.01.02 05:08:38.606008 [ 270 ] {1e0a616b-5196-43ab-a4f1-e3d086ae29b5} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.01.02 05:08:38.606226 [ 270 ] {1e0a616b-5196-43ab-a4f1-e3d086ae29b5} oximeter.fields_u8 (ae3e3832-81ae-4954-8933-d68b9608f6be): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:08:38.606333 [ 64 ] {} oximeter.fields_u8 (ae3e3832-81ae-4954-8933-d68b9608f6be) (MergerMutator): Selected 6 parts from all_1_5_1 to all_10_10_0 2026.01.02 05:08:38.606360 [ 270 ] {1e0a616b-5196-43ab-a4f1-e3d086ae29b5} executeQuery: Read 12 rows, 960.00 B in 0.001171 sec., 10247.651579846286 rows/sec., 800.60 KiB/sec. 2026.01.02 05:08:38.606364 [ 64 ] {} oximeter.fields_u8 (ae3e3832-81ae-4954-8933-d68b9608f6be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:08:38.606400 [ 64 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.01.02 05:08:38.606404 [ 270 ] {1e0a616b-5196-43ab-a4f1-e3d086ae29b5} TCPHandler: Processed in 0.001340162 sec. 2026.01.02 05:08:38.606481 [ 193 ] {ae3e3832-81ae-4954-8933-d68b9608f6be::all_1_10_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_5_1 to all_10_10_0 into Compact with storage Full 2026.01.02 05:08:38.606559 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:08:38.606562 [ 193 ] {ae3e3832-81ae-4954-8933-d68b9608f6be::all_1_10_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.02 05:08:38.606601 [ 193 ] {ae3e3832-81ae-4954-8933-d68b9608f6be::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 223 rows starting from the beginning of the part 2026.01.02 05:08:38.606619 [ 199 ] {1310015a-3be0-40ba-9fec-1b5eb4ed9f75::all_1_10_2} MergeTask::MergeProjectionsStage: Merge sorted 1644 rows, containing 5 columns (5 merged, 0 gathered) in 0.001540336 sec., 1067299.6021647225 rows/sec., 75.96 MiB/sec. 2026.01.02 05:08:38.606654 [ 270 ] {45ef25e4-d0d0-4892-ae68-d97a80cdb738} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.02 05:08:38.606657 [ 193 ] {ae3e3832-81ae-4954-8933-d68b9608f6be::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 12 rows starting from the beginning of the part 2026.01.02 05:08:38.606699 [ 270 ] {45ef25e4-d0d0-4892-ae68-d97a80cdb738} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.02 05:08:38.606714 [ 193 ] {ae3e3832-81ae-4954-8933-d68b9608f6be::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 12 rows starting from the beginning of the part 2026.01.02 05:08:38.606756 [ 193 ] {ae3e3832-81ae-4954-8933-d68b9608f6be::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 211 rows starting from the beginning of the part 2026.01.02 05:08:38.606789 [ 191 ] {1310015a-3be0-40ba-9fec-1b5eb4ed9f75::all_1_10_2} MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary) 2026.01.02 05:08:38.606799 [ 193 ] {ae3e3832-81ae-4954-8933-d68b9608f6be::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 211 rows starting from the beginning of the part 2026.01.02 05:08:38.606849 [ 193 ] {ae3e3832-81ae-4954-8933-d68b9608f6be::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 12 rows starting from the beginning of the part 2026.01.02 05:08:38.607083 [ 191 ] {1310015a-3be0-40ba-9fec-1b5eb4ed9f75::all_1_10_2} oximeter.fields_u32 (1310015a-3be0-40ba-9fec-1b5eb4ed9f75): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:08:38.607162 [ 191 ] {1310015a-3be0-40ba-9fec-1b5eb4ed9f75::all_1_10_2} oximeter.fields_u32 (1310015a-3be0-40ba-9fec-1b5eb4ed9f75) (MergerMutator): Merged 6 parts: [all_1_5_1, all_10_10_0] -> all_1_10_2 2026.01.02 05:08:38.607244 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.44 MiB. 2026.01.02 05:08:38.607409 [ 270 ] {45ef25e4-d0d0-4892-ae68-d97a80cdb738} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:08:38.607452 [ 270 ] {45ef25e4-d0d0-4892-ae68-d97a80cdb738} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.01.02 05:08:38.607675 [ 201 ] {ae3e3832-81ae-4954-8933-d68b9608f6be::all_1_10_2} MergeTask::MergeProjectionsStage: Merge sorted 681 rows, containing 5 columns (5 merged, 0 gathered) in 0.00122914 sec., 554045.9182843289 rows/sec., 34.34 MiB/sec. 2026.01.02 05:08:38.607817 [ 191 ] {ae3e3832-81ae-4954-8933-d68b9608f6be::all_1_10_2} MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary) 2026.01.02 05:08:38.607853 [ 270 ] {45ef25e4-d0d0-4892-ae68-d97a80cdb738} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.01.02 05:08:38.608133 [ 191 ] {ae3e3832-81ae-4954-8933-d68b9608f6be::all_1_10_2} oximeter.fields_u8 (ae3e3832-81ae-4954-8933-d68b9608f6be): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:08:38.608149 [ 270 ] {45ef25e4-d0d0-4892-ae68-d97a80cdb738} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:08:38.608209 [ 191 ] {ae3e3832-81ae-4954-8933-d68b9608f6be::all_1_10_2} oximeter.fields_u8 (ae3e3832-81ae-4954-8933-d68b9608f6be) (MergerMutator): Merged 6 parts: [all_1_5_1, all_10_10_0] -> all_1_10_2 2026.01.02 05:08:38.608286 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. 2026.01.02 05:08:38.608295 [ 270 ] {45ef25e4-d0d0-4892-ae68-d97a80cdb738} executeQuery: Read 558 rows, 42.83 KiB in 0.001659 sec., 336347.1971066907 rows/sec., 25.21 MiB/sec. 2026.01.02 05:08:38.608337 [ 270 ] {45ef25e4-d0d0-4892-ae68-d97a80cdb738} TCPHandler: Processed in 0.001827361 sec. 2026.01.02 05:08:38.608450 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:08:38.608543 [ 270 ] {889031f0-0a08-48d2-aab7-c89c557c28e6} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.02 05:08:38.608585 [ 270 ] {889031f0-0a08-48d2-aab7-c89c557c28e6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.02 05:08:38.609195 [ 270 ] {889031f0-0a08-48d2-aab7-c89c557c28e6} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:08:38.609230 [ 270 ] {889031f0-0a08-48d2-aab7-c89c557c28e6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.01.02 05:08:38.609601 [ 270 ] {889031f0-0a08-48d2-aab7-c89c557c28e6} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.01.02 05:08:38.609817 [ 270 ] {889031f0-0a08-48d2-aab7-c89c557c28e6} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:08:38.609944 [ 270 ] {889031f0-0a08-48d2-aab7-c89c557c28e6} executeQuery: Read 881 rows, 61.23 KiB in 0.00142 sec., 620422.5352112675 rows/sec., 42.11 MiB/sec. 2026.01.02 05:08:38.609979 [ 270 ] {889031f0-0a08-48d2-aab7-c89c557c28e6} TCPHandler: Processed in 0.001576986 sec. 2026.01.02 05:08:38.610086 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:08:38.610178 [ 270 ] {d21c50fa-a36a-4e6a-be29-8500a66dd5be} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.02 05:08:38.610218 [ 270 ] {d21c50fa-a36a-4e6a-be29-8500a66dd5be} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.02 05:08:38.610548 [ 270 ] {d21c50fa-a36a-4e6a-be29-8500a66dd5be} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:08:38.610583 [ 270 ] {d21c50fa-a36a-4e6a-be29-8500a66dd5be} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.01.02 05:08:38.610875 [ 270 ] {d21c50fa-a36a-4e6a-be29-8500a66dd5be} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.01.02 05:08:38.611088 [ 270 ] {d21c50fa-a36a-4e6a-be29-8500a66dd5be} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:08:38.611187 [ 64 ] {} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.01.02 05:08:38.611214 [ 270 ] {d21c50fa-a36a-4e6a-be29-8500a66dd5be} executeQuery: Read 60 rows, 4.14 KiB in 0.001054 sec., 56925.99620493359 rows/sec., 3.84 MiB/sec. 2026.01.02 05:08:38.611219 [ 64 ] {} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:08:38.611253 [ 64 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.01.02 05:08:38.611255 [ 270 ] {d21c50fa-a36a-4e6a-be29-8500a66dd5be} TCPHandler: Processed in 0.0012162 sec. 2026.01.02 05:08:38.611325 [ 193 ] {45294a01-6668-46b2-a532-60faf64b8164::all_1_31_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full 2026.01.02 05:08:38.611408 [ 193 ] {45294a01-6668-46b2-a532-60faf64b8164::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.02 05:08:38.611433 [ 193 ] {45294a01-6668-46b2-a532-60faf64b8164::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1258 rows starting from the beginning of the part 2026.01.02 05:08:38.611475 [ 193 ] {45294a01-6668-46b2-a532-60faf64b8164::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 60 rows starting from the beginning of the part 2026.01.02 05:08:38.611509 [ 193 ] {45294a01-6668-46b2-a532-60faf64b8164::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 104 rows starting from the beginning of the part 2026.01.02 05:08:38.611542 [ 193 ] {45294a01-6668-46b2-a532-60faf64b8164::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 60 rows starting from the beginning of the part 2026.01.02 05:08:38.611575 [ 193 ] {45294a01-6668-46b2-a532-60faf64b8164::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 104 rows starting from the beginning of the part 2026.01.02 05:08:38.611608 [ 193 ] {45294a01-6668-46b2-a532-60faf64b8164::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 60 rows starting from the beginning of the part 2026.01.02 05:08:38.612444 [ 199 ] {45294a01-6668-46b2-a532-60faf64b8164::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 1646 rows, containing 4 columns (4 merged, 0 gathered) in 0.001148359 sec., 1433349.675493465 rows/sec., 94.36 MiB/sec. 2026.01.02 05:08:38.612662 [ 199 ] {45294a01-6668-46b2-a532-60faf64b8164::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.01.02 05:08:38.612945 [ 199 ] {45294a01-6668-46b2-a532-60faf64b8164::all_1_31_6} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:08:38.613024 [ 199 ] {45294a01-6668-46b2-a532-60faf64b8164::all_1_31_6} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.01.02 05:08:38.613111 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.52 MiB. 2026.01.02 05:08:39.423699 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 12057 2026.01.02 05:08:39.424449 [ 245 ] {} system.asynchronous_metric_log (bb53ce5c-bddd-4105-a5af-ef87950cd4f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:08:39.424517 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.01.02 05:08:39.425172 [ 245 ] {} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.01.02 05:08:39.425401 [ 245 ] {} system.asynchronous_metric_log (bb53ce5c-bddd-4105-a5af-ef87950cd4f3): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:08:39.425550 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12057 2026.01.02 05:08:40.078541 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 189 2026.01.02 05:08:40.109169 [ 244 ] {} system.metric_log (a59fffb9-cc3a-4586-97e5-9d20b67a7356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:08:40.109277 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.01.02 05:08:40.117950 [ 244 ] {} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.01.02 05:08:40.119356 [ 244 ] {} system.metric_log (a59fffb9-cc3a-4586-97e5-9d20b67a7356): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:08:40.128239 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 189 2026.01.02 05:08:40.757595 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58635 2026.01.02 05:08:40.757724 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:08:40.757757 [ 286 ] {} TCP-Session: 20e6efa8-795c-458a-934a-2c375390002a Authenticating user 'default' from [fd00:1122:3344:101::e]:58635 2026.01.02 05:08:40.757783 [ 286 ] {} TCP-Session: 20e6efa8-795c-458a-934a-2c375390002a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:08:40.757798 [ 286 ] {} TCP-Session: 20e6efa8-795c-458a-934a-2c375390002a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:08:40.757996 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50135 2026.01.02 05:08:40.758035 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35960 2026.01.02 05:08:40.758062 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60729 2026.01.02 05:08:40.758097 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38810 2026.01.02 05:08:40.758128 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:08:40.758144 [ 286 ] {} TCP-Session: 20e6efa8-795c-458a-934a-2c375390002a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:08:40.758166 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:08:40.758176 [ 287 ] {} TCP-Session: 58effcc1-9a67-41f2-a6aa-50f3bdd871c7 Authenticating user 'default' from [fd00:1122:3344:101::e]:50135 2026.01.02 05:08:40.758127 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:08:40.758208 [ 291 ] {} TCP-Session: 2458f9cc-db71-4537-af8e-cb92104100da Authenticating user 'default' from [fd00:1122:3344:101::e]:60729 2026.01.02 05:08:40.758223 [ 287 ] {} TCP-Session: 58effcc1-9a67-41f2-a6aa-50f3bdd871c7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:08:40.758241 [ 289 ] {} TCP-Session: a62549fa-d1fe-4612-b403-3e30865b98e4 Authenticating user 'default' from [fd00:1122:3344:101::e]:35960 2026.01.02 05:08:40.758253 [ 291 ] {} TCP-Session: 2458f9cc-db71-4537-af8e-cb92104100da Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:08:40.758261 [ 287 ] {} TCP-Session: 58effcc1-9a67-41f2-a6aa-50f3bdd871c7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:08:40.758278 [ 289 ] {} TCP-Session: a62549fa-d1fe-4612-b403-3e30865b98e4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:08:40.758291 [ 291 ] {} TCP-Session: 2458f9cc-db71-4537-af8e-cb92104100da Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:08:40.758313 [ 289 ] {} TCP-Session: a62549fa-d1fe-4612-b403-3e30865b98e4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:08:40.758262 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:08:40.758338 [ 286 ] {2f131f13-fe58-4e06-86fa-108e63e85aa8} executeQuery: (from [fd00:1122:3344:101::e]:58635) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.01.02 05:08:40.758383 [ 294 ] {} TCP-Session: 35d53668-046f-40c0-b09f-2303e9a47e3a Authenticating user 'default' from [fd00:1122:3344:101::e]:38810 2026.01.02 05:08:40.758086 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64499 2026.01.02 05:08:40.758424 [ 294 ] {} TCP-Session: 35d53668-046f-40c0-b09f-2303e9a47e3a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:08:40.758075 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53521 2026.01.02 05:08:40.758452 [ 294 ] {} TCP-Session: 35d53668-046f-40c0-b09f-2303e9a47e3a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:08:40.758059 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51625 2026.01.02 05:08:40.758015 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53355 2026.01.02 05:08:40.758543 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:08:40.758587 [ 293 ] {} TCP-Session: a2fc98ce-4e6d-468d-8c4e-fdbc4e76e7cb Authenticating user 'default' from [fd00:1122:3344:101::e]:64499 2026.01.02 05:08:40.758603 [ 293 ] {} TCP-Session: a2fc98ce-4e6d-468d-8c4e-fdbc4e76e7cb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:08:40.758616 [ 293 ] {} TCP-Session: a2fc98ce-4e6d-468d-8c4e-fdbc4e76e7cb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:08:40.758681 [ 286 ] {2f131f13-fe58-4e06-86fa-108e63e85aa8} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.01.02 05:08:40.758720 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:08:40.758752 [ 290 ] {} TCP-Session: 2296d9cc-93a6-4775-af03-47c254e321d7 Authenticating user 'default' from [fd00:1122:3344:101::e]:51625 2026.01.02 05:08:40.758756 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:08:40.758770 [ 290 ] {} TCP-Session: 2296d9cc-93a6-4775-af03-47c254e321d7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:08:40.758774 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:08:40.758797 [ 288 ] {} TCP-Session: 4e296195-020b-4e60-b447-d68a10cc5105 Authenticating user 'default' from [fd00:1122:3344:101::e]:53355 2026.01.02 05:08:40.758799 [ 290 ] {} TCP-Session: 2296d9cc-93a6-4775-af03-47c254e321d7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:08:40.758822 [ 292 ] {} TCP-Session: 68cd436c-888d-44a6-8032-c2a90e0fc455 Authenticating user 'default' from [fd00:1122:3344:101::e]:53521 2026.01.02 05:08:40.758832 [ 288 ] {} TCP-Session: 4e296195-020b-4e60-b447-d68a10cc5105 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:08:40.758852 [ 292 ] {} TCP-Session: 68cd436c-888d-44a6-8032-c2a90e0fc455 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:08:40.758860 [ 288 ] {} TCP-Session: 4e296195-020b-4e60-b447-d68a10cc5105 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:08:40.758753 [ 286 ] {2f131f13-fe58-4e06-86fa-108e63e85aa8} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.02 05:08:40.758870 [ 292 ] {} TCP-Session: 68cd436c-888d-44a6-8032-c2a90e0fc455 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:08:40.759179 [ 286 ] {2f131f13-fe58-4e06-86fa-108e63e85aa8} oximeter.version (e3550e79-451c-4c3d-8ba1-9d3e49618ffc) (SelectExecutor): Key condition: unknown 2026.01.02 05:08:40.760149 [ 298 ] {2f131f13-fe58-4e06-86fa-108e63e85aa8} AggregatingTransform: Aggregating 2026.01.02 05:08:40.760205 [ 298 ] {2f131f13-fe58-4e06-86fa-108e63e85aa8} Aggregator: Aggregation method: without_key 2026.01.02 05:08:40.760246 [ 298 ] {2f131f13-fe58-4e06-86fa-108e63e85aa8} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000958966 sec. (1042.790 rows/sec., 40.73 KiB/sec.) 2026.01.02 05:08:40.760268 [ 298 ] {2f131f13-fe58-4e06-86fa-108e63e85aa8} Aggregator: Merging aggregated data 2026.01.02 05:08:40.761600 [ 286 ] {2f131f13-fe58-4e06-86fa-108e63e85aa8} executeQuery: Read 1 rows, 40.00 B in 0.003317 sec., 301.4772384684956 rows/sec., 11.78 KiB/sec. 2026.01.02 05:08:40.761800 [ 286 ] {2f131f13-fe58-4e06-86fa-108e63e85aa8} TCPHandler: Processed in 0.003780393 sec. 2026.01.02 05:08:40.761929 [ 286 ] {} TCPHandler: Done processing connection. 2026.01.02 05:08:40.761962 [ 286 ] {} TCP-Session: 20e6efa8-795c-458a-934a-2c375390002a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:08:40.761961 [ 287 ] {} TCPHandler: Done processing connection. 2026.01.02 05:08:40.761986 [ 288 ] {} TCPHandler: Done processing connection. 2026.01.02 05:08:40.762005 [ 294 ] {} TCPHandler: Done processing connection. 2026.01.02 05:08:40.762028 [ 287 ] {} TCP-Session: 58effcc1-9a67-41f2-a6aa-50f3bdd871c7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:08:40.762041 [ 291 ] {} TCPHandler: Done processing connection. 2026.01.02 05:08:40.762063 [ 294 ] {} TCP-Session: 35d53668-046f-40c0-b09f-2303e9a47e3a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:08:40.762047 [ 288 ] {} TCP-Session: 4e296195-020b-4e60-b447-d68a10cc5105 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:08:40.762121 [ 291 ] {} TCP-Session: 2458f9cc-db71-4537-af8e-cb92104100da Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:08:40.762015 [ 292 ] {} TCPHandler: Done processing connection. 2026.01.02 05:08:40.761974 [ 289 ] {} TCPHandler: Done processing connection. 2026.01.02 05:08:40.762199 [ 292 ] {} TCP-Session: 68cd436c-888d-44a6-8032-c2a90e0fc455 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:08:40.762064 [ 293 ] {} TCPHandler: Done processing connection. 2026.01.02 05:08:40.762227 [ 289 ] {} TCP-Session: a62549fa-d1fe-4612-b403-3e30865b98e4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:08:40.762050 [ 290 ] {} TCPHandler: Done processing connection. 2026.01.02 05:08:40.762257 [ 293 ] {} TCP-Session: a2fc98ce-4e6d-468d-8c4e-fdbc4e76e7cb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:08:40.762299 [ 290 ] {} TCP-Session: 2296d9cc-93a6-4775-af03-47c254e321d7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:08:40.801175 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41528 2026.01.02 05:08:40.801288 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:08:40.801315 [ 286 ] {} TCP-Session: cb74a999-4275-4758-a058-69a3149bc57f Authenticating user 'default' from [fd00:1122:3344:101::e]:41528 2026.01.02 05:08:40.801339 [ 286 ] {} TCP-Session: cb74a999-4275-4758-a058-69a3149bc57f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:08:40.801353 [ 286 ] {} TCP-Session: cb74a999-4275-4758-a058-69a3149bc57f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:08:40.801531 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56783 2026.01.02 05:08:40.801553 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41845 2026.01.02 05:08:40.801589 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59456 2026.01.02 05:08:40.801608 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60022 2026.01.02 05:08:40.801643 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:08:40.801658 [ 286 ] {} TCP-Session: cb74a999-4275-4758-a058-69a3149bc57f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:08:40.801682 [ 287 ] {} TCP-Session: 840bf81c-6401-4d5c-96a4-fb2954651937 Authenticating user 'default' from [fd00:1122:3344:101::e]:56783 2026.01.02 05:08:40.801700 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:08:40.801706 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:08:40.801720 [ 287 ] {} TCP-Session: 840bf81c-6401-4d5c-96a4-fb2954651937 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:08:40.801726 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:08:40.801733 [ 292 ] {} TCP-Session: c9306df7-8ce6-4b6c-a8b4-b607d4ad1002 Authenticating user 'default' from [fd00:1122:3344:101::e]:59456 2026.01.02 05:08:40.801750 [ 287 ] {} TCP-Session: 840bf81c-6401-4d5c-96a4-fb2954651937 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:08:40.801776 [ 294 ] {} TCP-Session: 681dbb8a-3515-4479-aa59-1f9a919e9198 Authenticating user 'default' from [fd00:1122:3344:101::e]:60022 2026.01.02 05:08:40.801787 [ 292 ] {} TCP-Session: c9306df7-8ce6-4b6c-a8b4-b607d4ad1002 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:08:40.801743 [ 288 ] {} TCP-Session: 0993497b-570b-429d-bf10-cb22bf617176 Authenticating user 'default' from [fd00:1122:3344:101::e]:41845 2026.01.02 05:08:40.801816 [ 292 ] {} TCP-Session: c9306df7-8ce6-4b6c-a8b4-b607d4ad1002 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:08:40.801812 [ 294 ] {} TCP-Session: 681dbb8a-3515-4479-aa59-1f9a919e9198 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:08:40.801834 [ 288 ] {} TCP-Session: 0993497b-570b-429d-bf10-cb22bf617176 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:08:40.801852 [ 294 ] {} TCP-Session: 681dbb8a-3515-4479-aa59-1f9a919e9198 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:08:40.801848 [ 286 ] {5c013c96-ae3d-488d-8d4d-90aaf2e078ce} executeQuery: (from [fd00:1122:3344:101::e]:41528) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.01.02 05:08:40.801870 [ 288 ] {} TCP-Session: 0993497b-570b-429d-bf10-cb22bf617176 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:08:40.801600 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48833 2026.01.02 05:08:40.801575 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54013 2026.01.02 05:08:40.801551 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47024 2026.01.02 05:08:40.802012 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:08:40.801578 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61746 2026.01.02 05:08:40.802036 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:08:40.802058 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:08:40.802079 [ 291 ] {} TCP-Session: e99ce009-d4be-46a1-80ec-91a075cdf0d8 Authenticating user 'default' from [fd00:1122:3344:101::e]:54013 2026.01.02 05:08:40.802094 [ 289 ] {} TCP-Session: cdcada2f-ae61-42f0-8b9b-66351d87c0aa Authenticating user 'default' from [fd00:1122:3344:101::e]:47024 2026.01.02 05:08:40.802102 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:08:40.802110 [ 291 ] {} TCP-Session: e99ce009-d4be-46a1-80ec-91a075cdf0d8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:08:40.802122 [ 289 ] {} TCP-Session: cdcada2f-ae61-42f0-8b9b-66351d87c0aa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:08:40.802147 [ 291 ] {} TCP-Session: e99ce009-d4be-46a1-80ec-91a075cdf0d8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:08:40.802174 [ 286 ] {5c013c96-ae3d-488d-8d4d-90aaf2e078ce} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.01.02 05:08:40.802175 [ 289 ] {} TCP-Session: cdcada2f-ae61-42f0-8b9b-66351d87c0aa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:08:40.802038 [ 293 ] {} TCP-Session: 67410765-14b2-408c-b338-61bcf582b28c Authenticating user 'default' from [fd00:1122:3344:101::e]:48833 2026.01.02 05:08:40.802137 [ 290 ] {} TCP-Session: cfb92503-d88e-4115-b46f-684932928a67 Authenticating user 'default' from [fd00:1122:3344:101::e]:61746 2026.01.02 05:08:40.802246 [ 293 ] {} TCP-Session: 67410765-14b2-408c-b338-61bcf582b28c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:08:40.802252 [ 286 ] {5c013c96-ae3d-488d-8d4d-90aaf2e078ce} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.02 05:08:40.802262 [ 290 ] {} TCP-Session: cfb92503-d88e-4115-b46f-684932928a67 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:08:40.802275 [ 293 ] {} TCP-Session: 67410765-14b2-408c-b338-61bcf582b28c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:08:40.802294 [ 290 ] {} TCP-Session: cfb92503-d88e-4115-b46f-684932928a67 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:08:40.802565 [ 286 ] {5c013c96-ae3d-488d-8d4d-90aaf2e078ce} oximeter.version (e3550e79-451c-4c3d-8ba1-9d3e49618ffc) (SelectExecutor): Key condition: unknown 2026.01.02 05:08:40.803526 [ 346 ] {5c013c96-ae3d-488d-8d4d-90aaf2e078ce} AggregatingTransform: Aggregating 2026.01.02 05:08:40.803569 [ 346 ] {5c013c96-ae3d-488d-8d4d-90aaf2e078ce} Aggregator: Aggregation method: without_key 2026.01.02 05:08:40.803607 [ 346 ] {5c013c96-ae3d-488d-8d4d-90aaf2e078ce} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000884805 sec. (1130.193 rows/sec., 44.15 KiB/sec.) 2026.01.02 05:08:40.803625 [ 346 ] {5c013c96-ae3d-488d-8d4d-90aaf2e078ce} Aggregator: Merging aggregated data 2026.01.02 05:08:40.804987 [ 286 ] {5c013c96-ae3d-488d-8d4d-90aaf2e078ce} executeQuery: Read 1 rows, 40.00 B in 0.003199 sec., 312.5976867771179 rows/sec., 12.21 KiB/sec. 2026.01.02 05:08:40.805146 [ 286 ] {5c013c96-ae3d-488d-8d4d-90aaf2e078ce} TCPHandler: Processed in 0.003601091 sec. 2026.01.02 05:08:40.805264 [ 286 ] {} TCPHandler: Done processing connection. 2026.01.02 05:08:40.805288 [ 288 ] {} TCPHandler: Done processing connection. 2026.01.02 05:08:40.805300 [ 286 ] {} TCP-Session: cb74a999-4275-4758-a058-69a3149bc57f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:08:40.805315 [ 287 ] {} TCPHandler: Done processing connection. 2026.01.02 05:08:40.805332 [ 288 ] {} TCP-Session: 0993497b-570b-429d-bf10-cb22bf617176 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:08:40.805338 [ 293 ] {} TCPHandler: Done processing connection. 2026.01.02 05:08:40.805368 [ 287 ] {} TCP-Session: 840bf81c-6401-4d5c-96a4-fb2954651937 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:08:40.805374 [ 291 ] {} TCPHandler: Done processing connection. 2026.01.02 05:08:40.805394 [ 289 ] {} TCPHandler: Done processing connection. 2026.01.02 05:08:40.805407 [ 292 ] {} TCPHandler: Done processing connection. 2026.01.02 05:08:40.805431 [ 291 ] {} TCP-Session: e99ce009-d4be-46a1-80ec-91a075cdf0d8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:08:40.805438 [ 290 ] {} TCPHandler: Done processing connection. 2026.01.02 05:08:40.805462 [ 292 ] {} TCP-Session: c9306df7-8ce6-4b6c-a8b4-b607d4ad1002 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:08:40.805446 [ 294 ] {} TCPHandler: Done processing connection. 2026.01.02 05:08:40.805505 [ 290 ] {} TCP-Session: cfb92503-d88e-4115-b46f-684932928a67 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:08:40.805395 [ 293 ] {} TCP-Session: 67410765-14b2-408c-b338-61bcf582b28c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:08:40.805531 [ 294 ] {} TCP-Session: 681dbb8a-3515-4479-aa59-1f9a919e9198 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:08:40.805450 [ 289 ] {} TCP-Session: cdcada2f-ae61-42f0-8b9b-66351d87c0aa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:08:40.872858 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58546 2026.01.02 05:08:40.872969 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:08:40.872996 [ 286 ] {} TCP-Session: c0c24033-e503-4a9a-ba5a-77e34b88fc25 Authenticating user 'default' from [fd00:1122:3344:101::e]:58546 2026.01.02 05:08:40.873040 [ 286 ] {} TCP-Session: c0c24033-e503-4a9a-ba5a-77e34b88fc25 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:08:40.873056 [ 286 ] {} TCP-Session: c0c24033-e503-4a9a-ba5a-77e34b88fc25 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:08:40.873281 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44193 2026.01.02 05:08:40.873317 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57693 2026.01.02 05:08:40.873358 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33969 2026.01.02 05:08:40.873377 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50504 2026.01.02 05:08:40.873411 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:08:40.873422 [ 286 ] {} TCP-Session: c0c24033-e503-4a9a-ba5a-77e34b88fc25 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:08:40.873448 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:08:40.873448 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:08:40.873486 [ 287 ] {} TCP-Session: ffcd22ba-ba31-43ee-8f7a-7ca657287dd1 Authenticating user 'default' from [fd00:1122:3344:101::e]:44193 2026.01.02 05:08:40.873516 [ 288 ] {} TCP-Session: 0ea9fd74-aa1f-4139-9356-55442fbf75aa Authenticating user 'default' from [fd00:1122:3344:101::e]:57693 2026.01.02 05:08:40.873533 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:08:40.873558 [ 287 ] {} TCP-Session: ffcd22ba-ba31-43ee-8f7a-7ca657287dd1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:08:40.873572 [ 288 ] {} TCP-Session: 0ea9fd74-aa1f-4139-9356-55442fbf75aa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:08:40.873596 [ 294 ] {} TCP-Session: 104e6e15-2d01-49c8-800f-4d007a09b573 Authenticating user 'default' from [fd00:1122:3344:101::e]:50504 2026.01.02 05:08:40.873597 [ 287 ] {} TCP-Session: ffcd22ba-ba31-43ee-8f7a-7ca657287dd1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:08:40.873610 [ 288 ] {} TCP-Session: 0ea9fd74-aa1f-4139-9356-55442fbf75aa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:08:40.873631 [ 294 ] {} TCP-Session: 104e6e15-2d01-49c8-800f-4d007a09b573 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:08:40.873506 [ 292 ] {} TCP-Session: 71676a9e-bc03-4eed-9d57-aaf62e1a3621 Authenticating user 'default' from [fd00:1122:3344:101::e]:33969 2026.01.02 05:08:40.873669 [ 294 ] {} TCP-Session: 104e6e15-2d01-49c8-800f-4d007a09b573 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:08:40.873690 [ 292 ] {} TCP-Session: 71676a9e-bc03-4eed-9d57-aaf62e1a3621 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:08:40.873356 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45967 2026.01.02 05:08:40.873714 [ 292 ] {} TCP-Session: 71676a9e-bc03-4eed-9d57-aaf62e1a3621 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:08:40.873368 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59170 2026.01.02 05:08:40.873296 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62505 2026.01.02 05:08:40.873777 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:08:40.873632 [ 286 ] {51627c28-40ae-41dc-87c8-20d4fba0188b} executeQuery: (from [fd00:1122:3344:101::e]:58546) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.01.02 05:08:40.873826 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:08:40.873824 [ 291 ] {} TCP-Session: 76363a3e-e31c-45cb-a49e-4204b4cc4bb0 Authenticating user 'default' from [fd00:1122:3344:101::e]:45967 2026.01.02 05:08:40.873860 [ 293 ] {} TCP-Session: 6389a75c-259d-4499-aad2-48f0df773827 Authenticating user 'default' from [fd00:1122:3344:101::e]:59170 2026.01.02 05:08:40.873869 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:08:40.873882 [ 291 ] {} TCP-Session: 76363a3e-e31c-45cb-a49e-4204b4cc4bb0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:08:40.873892 [ 293 ] {} TCP-Session: 6389a75c-259d-4499-aad2-48f0df773827 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:08:40.873907 [ 289 ] {} TCP-Session: e216c69f-eaba-43b5-a397-fdef9a207c35 Authenticating user 'default' from [fd00:1122:3344:101::e]:62505 2026.01.02 05:08:40.873914 [ 291 ] {} TCP-Session: 76363a3e-e31c-45cb-a49e-4204b4cc4bb0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:08:40.873936 [ 289 ] {} TCP-Session: e216c69f-eaba-43b5-a397-fdef9a207c35 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:08:40.873927 [ 293 ] {} TCP-Session: 6389a75c-259d-4499-aad2-48f0df773827 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:08:40.873966 [ 289 ] {} TCP-Session: e216c69f-eaba-43b5-a397-fdef9a207c35 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:08:40.873355 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39356 2026.01.02 05:08:40.874064 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:08:40.874087 [ 290 ] {} TCP-Session: 51a44f29-a630-41dd-97fb-540a7b750f2c Authenticating user 'default' from [fd00:1122:3344:101::e]:39356 2026.01.02 05:08:40.874094 [ 286 ] {51627c28-40ae-41dc-87c8-20d4fba0188b} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.01.02 05:08:40.874104 [ 290 ] {} TCP-Session: 51a44f29-a630-41dd-97fb-540a7b750f2c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:08:40.874135 [ 290 ] {} TCP-Session: 51a44f29-a630-41dd-97fb-540a7b750f2c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:08:40.874164 [ 286 ] {51627c28-40ae-41dc-87c8-20d4fba0188b} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.02 05:08:40.874461 [ 286 ] {51627c28-40ae-41dc-87c8-20d4fba0188b} oximeter.version (e3550e79-451c-4c3d-8ba1-9d3e49618ffc) (SelectExecutor): Key condition: unknown 2026.01.02 05:08:40.875589 [ 304 ] {51627c28-40ae-41dc-87c8-20d4fba0188b} AggregatingTransform: Aggregating 2026.01.02 05:08:40.875630 [ 304 ] {51627c28-40ae-41dc-87c8-20d4fba0188b} Aggregator: Aggregation method: without_key 2026.01.02 05:08:40.875667 [ 304 ] {51627c28-40ae-41dc-87c8-20d4fba0188b} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001098769 sec. (910.109 rows/sec., 35.55 KiB/sec.) 2026.01.02 05:08:40.875685 [ 304 ] {51627c28-40ae-41dc-87c8-20d4fba0188b} Aggregator: Merging aggregated data 2026.01.02 05:08:40.877280 [ 286 ] {51627c28-40ae-41dc-87c8-20d4fba0188b} executeQuery: Read 1 rows, 40.00 B in 0.003703 sec., 270.05130974885225 rows/sec., 10.55 KiB/sec. 2026.01.02 05:08:40.877476 [ 286 ] {51627c28-40ae-41dc-87c8-20d4fba0188b} TCPHandler: Processed in 0.0041921 sec. 2026.01.02 05:08:40.877613 [ 286 ] {} TCPHandler: Done processing connection. 2026.01.02 05:08:40.877633 [ 287 ] {} TCPHandler: Done processing connection. 2026.01.02 05:08:40.877650 [ 291 ] {} TCPHandler: Done processing connection. 2026.01.02 05:08:40.877661 [ 286 ] {} TCP-Session: c0c24033-e503-4a9a-ba5a-77e34b88fc25 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:08:40.877679 [ 287 ] {} TCP-Session: ffcd22ba-ba31-43ee-8f7a-7ca657287dd1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:08:40.877690 [ 291 ] {} TCP-Session: 76363a3e-e31c-45cb-a49e-4204b4cc4bb0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:08:40.877685 [ 288 ] {} TCPHandler: Done processing connection. 2026.01.02 05:08:40.877720 [ 289 ] {} TCPHandler: Done processing connection. 2026.01.02 05:08:40.877734 [ 292 ] {} TCPHandler: Done processing connection. 2026.01.02 05:08:40.877753 [ 293 ] {} TCPHandler: Done processing connection. 2026.01.02 05:08:40.877772 [ 289 ] {} TCP-Session: e216c69f-eaba-43b5-a397-fdef9a207c35 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:08:40.877791 [ 292 ] {} TCP-Session: 71676a9e-bc03-4eed-9d57-aaf62e1a3621 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:08:40.877809 [ 293 ] {} TCP-Session: 6389a75c-259d-4499-aad2-48f0df773827 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:08:40.877757 [ 288 ] {} TCP-Session: 0ea9fd74-aa1f-4139-9356-55442fbf75aa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:08:40.877673 [ 294 ] {} TCPHandler: Done processing connection. 2026.01.02 05:08:40.877705 [ 290 ] {} TCPHandler: Done processing connection. 2026.01.02 05:08:40.877894 [ 294 ] {} TCP-Session: 104e6e15-2d01-49c8-800f-4d007a09b573 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:08:40.877907 [ 290 ] {} TCP-Session: 51a44f29-a630-41dd-97fb-540a7b750f2c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:08:41.000271 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 259.44 MiB, peak 271.53 MiB, free memory in arenas 0.00 B, will set to 258.24 MiB (RSS), difference: -1.20 MiB 2026.01.02 05:08:41.957032 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 46 entries to flush up to offset 656 2026.01.02 05:08:41.959763 [ 243 ] {} system.query_log (dd3f3490-5765-4d2a-9406-0e239d3e9a13): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:08:41.959826 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.01.02 05:08:41.961142 [ 243 ] {} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.01.02 05:08:41.961447 [ 243 ] {} system.query_log (dd3f3490-5765-4d2a-9406-0e239d3e9a13): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:08:41.961834 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 656 2026.01.02 05:08:43.567844 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:08:43.568118 [ 270 ] {165b995d-c192-4c2d-9c8d-311b7e75ce67} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.02 05:08:43.568189 [ 270 ] {165b995d-c192-4c2d-9c8d-311b7e75ce67} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.02 05:08:43.568870 [ 270 ] {165b995d-c192-4c2d-9c8d-311b7e75ce67} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:08:43.568919 [ 270 ] {165b995d-c192-4c2d-9c8d-311b7e75ce67} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.01.02 05:08:43.569342 [ 270 ] {165b995d-c192-4c2d-9c8d-311b7e75ce67} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.01.02 05:08:43.569578 [ 270 ] {165b995d-c192-4c2d-9c8d-311b7e75ce67} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:08:43.569741 [ 270 ] {165b995d-c192-4c2d-9c8d-311b7e75ce67} executeQuery: Read 136 rows, 12.08 KiB in 0.001678 sec., 81048.86769964243 rows/sec., 7.03 MiB/sec. 2026.01.02 05:08:43.569790 [ 270 ] {165b995d-c192-4c2d-9c8d-311b7e75ce67} TCPHandler: Processed in 0.002026364 sec. 2026.01.02 05:08:43.569923 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:08:43.570052 [ 270 ] {7bf25251-0745-45dd-9391-fe4cd6a44325} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.02 05:08:43.570104 [ 270 ] {7bf25251-0745-45dd-9391-fe4cd6a44325} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.02 05:08:43.570540 [ 270 ] {7bf25251-0745-45dd-9391-fe4cd6a44325} oximeter.fields_u16 (75d7a870-5da0-445d-b2e0-ec90b5ea7788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:08:43.570580 [ 270 ] {7bf25251-0745-45dd-9391-fe4cd6a44325} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.01.02 05:08:43.570913 [ 270 ] {7bf25251-0745-45dd-9391-fe4cd6a44325} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.01.02 05:08:43.571135 [ 270 ] {7bf25251-0745-45dd-9391-fe4cd6a44325} oximeter.fields_u16 (75d7a870-5da0-445d-b2e0-ec90b5ea7788): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:08:43.571269 [ 270 ] {7bf25251-0745-45dd-9391-fe4cd6a44325} executeQuery: Read 40 rows, 3.01 KiB in 0.001245 sec., 32128.5140562249 rows/sec., 2.36 MiB/sec. 2026.01.02 05:08:43.571309 [ 270 ] {7bf25251-0745-45dd-9391-fe4cd6a44325} TCPHandler: Processed in 0.001454604 sec. 2026.01.02 05:08:43.571414 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:08:43.571509 [ 270 ] {61764624-a1df-41e6-994b-68677b8c3d0e} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.02 05:08:43.571549 [ 270 ] {61764624-a1df-41e6-994b-68677b8c3d0e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.02 05:08:43.571978 [ 270 ] {61764624-a1df-41e6-994b-68677b8c3d0e} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:08:43.572016 [ 270 ] {61764624-a1df-41e6-994b-68677b8c3d0e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.01.02 05:08:43.572334 [ 270 ] {61764624-a1df-41e6-994b-68677b8c3d0e} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.01.02 05:08:43.572550 [ 270 ] {61764624-a1df-41e6-994b-68677b8c3d0e} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:08:43.572681 [ 270 ] {61764624-a1df-41e6-994b-68677b8c3d0e} executeQuery: Read 104 rows, 8.32 KiB in 0.001191 sec., 87321.5785054576 rows/sec., 6.82 MiB/sec. 2026.01.02 05:08:43.572719 [ 270 ] {61764624-a1df-41e6-994b-68677b8c3d0e} TCPHandler: Processed in 0.001354563 sec. 2026.01.02 05:08:43.572838 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:08:43.572932 [ 270 ] {29ca1b2b-d5ab-4662-8a29-a24d6771570b} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.02 05:08:43.572976 [ 270 ] {29ca1b2b-d5ab-4662-8a29-a24d6771570b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.02 05:08:43.573379 [ 270 ] {29ca1b2b-d5ab-4662-8a29-a24d6771570b} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:08:43.573416 [ 270 ] {29ca1b2b-d5ab-4662-8a29-a24d6771570b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.01.02 05:08:43.573749 [ 270 ] {29ca1b2b-d5ab-4662-8a29-a24d6771570b} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.01.02 05:08:43.573979 [ 270 ] {29ca1b2b-d5ab-4662-8a29-a24d6771570b} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:08:43.574111 [ 270 ] {29ca1b2b-d5ab-4662-8a29-a24d6771570b} executeQuery: Read 160 rows, 11.41 KiB in 0.001198 sec., 133555.92654424038 rows/sec., 9.30 MiB/sec. 2026.01.02 05:08:43.574148 [ 270 ] {29ca1b2b-d5ab-4662-8a29-a24d6771570b} TCPHandler: Processed in 0.001359902 sec. 2026.01.02 05:08:43.574265 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:08:43.574359 [ 270 ] {1829072c-97c5-4ec9-b0f0-6deaac93de44} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.02 05:08:43.574414 [ 270 ] {1829072c-97c5-4ec9-b0f0-6deaac93de44} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.01.02 05:08:43.575235 [ 270 ] {1829072c-97c5-4ec9-b0f0-6deaac93de44} oximeter.measurements_histogramu64 (1ea2d44b-9dfb-4731-8ee2-8779179f369b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:08:43.575273 [ 270 ] {1829072c-97c5-4ec9-b0f0-6deaac93de44} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.01.02 05:08:43.575848 [ 270 ] {1829072c-97c5-4ec9-b0f0-6deaac93de44} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.01.02 05:08:43.576072 [ 270 ] {1829072c-97c5-4ec9-b0f0-6deaac93de44} oximeter.measurements_histogramu64 (1ea2d44b-9dfb-4731-8ee2-8779179f369b): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:08:43.576222 [ 270 ] {1829072c-97c5-4ec9-b0f0-6deaac93de44} executeQuery: Read 40 rows, 73.40 KiB in 0.001881 sec., 21265.28442317916 rows/sec., 38.11 MiB/sec. 2026.01.02 05:08:43.576284 [ 270 ] {1829072c-97c5-4ec9-b0f0-6deaac93de44} TCPHandler: Processed in 0.002068014 sec. 2026.01.02 05:08:43.576398 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:08:43.576494 [ 270 ] {93f3065b-d920-4c27-9c50-6cf59dcc17fa} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.02 05:08:43.576536 [ 270 ] {93f3065b-d920-4c27-9c50-6cf59dcc17fa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.02 05:08:43.576865 [ 270 ] {93f3065b-d920-4c27-9c50-6cf59dcc17fa} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:08:43.576902 [ 270 ] {93f3065b-d920-4c27-9c50-6cf59dcc17fa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.01.02 05:08:43.577217 [ 270 ] {93f3065b-d920-4c27-9c50-6cf59dcc17fa} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.01.02 05:08:43.577425 [ 270 ] {93f3065b-d920-4c27-9c50-6cf59dcc17fa} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:08:43.577553 [ 270 ] {93f3065b-d920-4c27-9c50-6cf59dcc17fa} executeQuery: Read 60 rows, 4.14 KiB in 0.001077 sec., 55710.30640668523 rows/sec., 3.75 MiB/sec. 2026.01.02 05:08:43.577588 [ 270 ] {93f3065b-d920-4c27-9c50-6cf59dcc17fa} TCPHandler: Processed in 0.001239701 sec. 2026.01.02 05:08:46.777017 [ 56 ] {} DNSResolver: Updating DNS cache 2026.01.02 05:08:46.777096 [ 56 ] {} DNSResolver: Updated DNS cache 2026.01.02 05:08:46.925795 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 12505 2026.01.02 05:08:46.926309 [ 245 ] {} system.asynchronous_metric_log (bb53ce5c-bddd-4105-a5af-ef87950cd4f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:08:46.926357 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.01.02 05:08:46.926832 [ 245 ] {} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.01.02 05:08:46.927051 [ 245 ] {} system.asynchronous_metric_log (bb53ce5c-bddd-4105-a5af-ef87950cd4f3): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:08:46.927177 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12505 2026.01.02 05:08:46.927174 [ 56 ] {} system.asynchronous_metric_log (bb53ce5c-bddd-4105-a5af-ef87950cd4f3) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.01.02 05:08:46.927260 [ 56 ] {} system.asynchronous_metric_log (bb53ce5c-bddd-4105-a5af-ef87950cd4f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:08:46.927281 [ 56 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.01.02 05:08:46.927382 [ 201 ] {bb53ce5c-bddd-4105-a5af-ef87950cd4f3::all_1_26_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full 2026.01.02 05:08:46.927493 [ 201 ] {bb53ce5c-bddd-4105-a5af-ef87950cd4f3::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.02 05:08:46.927530 [ 201 ] {bb53ce5c-bddd-4105-a5af-ef87950cd4f3::all_1_26_5} MergeTreeSequentialSource: Reading 3 marks from part all_1_21_4, total 10137 rows starting from the beginning of the part 2026.01.02 05:08:46.927596 [ 201 ] {bb53ce5c-bddd-4105-a5af-ef87950cd4f3::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.01.02 05:08:46.927656 [ 201 ] {bb53ce5c-bddd-4105-a5af-ef87950cd4f3::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.01.02 05:08:46.927705 [ 201 ] {bb53ce5c-bddd-4105-a5af-ef87950cd4f3::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.01.02 05:08:46.927750 [ 201 ] {bb53ce5c-bddd-4105-a5af-ef87950cd4f3::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.01.02 05:08:46.927802 [ 201 ] {bb53ce5c-bddd-4105-a5af-ef87950cd4f3::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.01.02 05:08:46.929628 [ 192 ] {bb53ce5c-bddd-4105-a5af-ef87950cd4f3::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 12505 rows, containing 4 columns (4 merged, 0 gathered) in 0.002293888 sec., 5451443.139333743 rows/sec., 77.98 MiB/sec. 2026.01.02 05:08:46.929869 [ 201 ] {bb53ce5c-bddd-4105-a5af-ef87950cd4f3::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.01.02 05:08:46.930116 [ 201 ] {bb53ce5c-bddd-4105-a5af-ef87950cd4f3::all_1_26_5} system.asynchronous_metric_log (bb53ce5c-bddd-4105-a5af-ef87950cd4f3): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:08:46.930180 [ 201 ] {bb53ce5c-bddd-4105-a5af-ef87950cd4f3::all_1_26_5} system.asynchronous_metric_log (bb53ce5c-bddd-4105-a5af-ef87950cd4f3) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.01.02 05:08:46.930242 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.42 MiB. 2026.01.02 05:08:47.628488 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 196 2026.01.02 05:08:47.645354 [ 244 ] {} system.metric_log (a59fffb9-cc3a-4586-97e5-9d20b67a7356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:08:47.645405 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.01.02 05:08:47.650712 [ 244 ] {} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.01.02 05:08:47.651422 [ 244 ] {} system.metric_log (a59fffb9-cc3a-4586-97e5-9d20b67a7356): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:08:47.651738 [ 54 ] {} system.metric_log (a59fffb9-cc3a-4586-97e5-9d20b67a7356) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.01.02 05:08:47.651828 [ 54 ] {} system.metric_log (a59fffb9-cc3a-4586-97e5-9d20b67a7356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:08:47.651867 [ 54 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.01.02 05:08:47.652036 [ 193 ] {a59fffb9-cc3a-4586-97e5-9d20b67a7356::all_1_26_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full 2026.01.02 05:08:47.654283 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 196 2026.01.02 05:08:47.655653 [ 193 ] {a59fffb9-cc3a-4586-97e5-9d20b67a7356::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.02 05:08:47.657091 [ 193 ] {a59fffb9-cc3a-4586-97e5-9d20b67a7356::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 159 rows starting from the beginning of the part 2026.01.02 05:08:47.661381 [ 193 ] {a59fffb9-cc3a-4586-97e5-9d20b67a7356::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 7 rows starting from the beginning of the part 2026.01.02 05:08:47.665551 [ 193 ] {a59fffb9-cc3a-4586-97e5-9d20b67a7356::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 8 rows starting from the beginning of the part 2026.01.02 05:08:47.669416 [ 193 ] {a59fffb9-cc3a-4586-97e5-9d20b67a7356::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 7 rows starting from the beginning of the part 2026.01.02 05:08:47.673462 [ 193 ] {a59fffb9-cc3a-4586-97e5-9d20b67a7356::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 8 rows starting from the beginning of the part 2026.01.02 05:08:47.677275 [ 193 ] {a59fffb9-cc3a-4586-97e5-9d20b67a7356::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 7 rows starting from the beginning of the part 2026.01.02 05:08:47.728490 [ 192 ] {a59fffb9-cc3a-4586-97e5-9d20b67a7356::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 196 rows, containing 679 columns (679 merged, 0 gathered) in 0.076518651 sec., 2561.467007566561 rows/sec., 13.24 MiB/sec. 2026.01.02 05:08:47.731028 [ 196 ] {a59fffb9-cc3a-4586-97e5-9d20b67a7356::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.01.02 05:08:47.732964 [ 196 ] {a59fffb9-cc3a-4586-97e5-9d20b67a7356::all_1_26_5} system.metric_log (a59fffb9-cc3a-4586-97e5-9d20b67a7356): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:08:47.733042 [ 196 ] {a59fffb9-cc3a-4586-97e5-9d20b67a7356::all_1_26_5} system.metric_log (a59fffb9-cc3a-4586-97e5-9d20b67a7356) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.01.02 05:08:47.735861 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB. 2026.01.02 05:08:48.000221 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 259.44 MiB, peak 271.53 MiB, free memory in arenas 0.00 B, will set to 264.23 MiB (RSS), difference: 4.79 MiB 2026.01.02 05:08:48.566417 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:08:48.566706 [ 270 ] {f96e91ce-e779-4748-8e62-f950205c941b} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.02 05:08:48.566806 [ 270 ] {f96e91ce-e779-4748-8e62-f950205c941b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.02 05:08:48.567888 [ 270 ] {f96e91ce-e779-4748-8e62-f950205c941b} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:08:48.567955 [ 270 ] {f96e91ce-e779-4748-8e62-f950205c941b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.01.02 05:08:48.568361 [ 270 ] {f96e91ce-e779-4748-8e62-f950205c941b} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.01.02 05:08:48.568601 [ 270 ] {f96e91ce-e779-4748-8e62-f950205c941b} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:08:48.568751 [ 270 ] {f96e91ce-e779-4748-8e62-f950205c941b} executeQuery: Read 56 rows, 4.41 KiB in 0.002122 sec., 26390.197926484445 rows/sec., 2.03 MiB/sec. 2026.01.02 05:08:48.568791 [ 270 ] {f96e91ce-e779-4748-8e62-f950205c941b} TCPHandler: Processed in 0.002573623 sec. 2026.01.02 05:08:48.568926 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:08:48.569018 [ 270 ] {bb6da3a6-90b6-488c-b9cd-6c6eadb73e32} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.02 05:08:48.569062 [ 270 ] {bb6da3a6-90b6-488c-b9cd-6c6eadb73e32} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.02 05:08:48.569580 [ 270 ] {bb6da3a6-90b6-488c-b9cd-6c6eadb73e32} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:08:48.569615 [ 270 ] {bb6da3a6-90b6-488c-b9cd-6c6eadb73e32} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.01.02 05:08:48.569915 [ 270 ] {bb6da3a6-90b6-488c-b9cd-6c6eadb73e32} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.01.02 05:08:48.570127 [ 270 ] {bb6da3a6-90b6-488c-b9cd-6c6eadb73e32} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:08:48.570247 [ 270 ] {bb6da3a6-90b6-488c-b9cd-6c6eadb73e32} executeQuery: Read 64 rows, 5.12 KiB in 0.001248 sec., 51282.05128205128 rows/sec., 4.00 MiB/sec. 2026.01.02 05:08:48.570283 [ 270 ] {bb6da3a6-90b6-488c-b9cd-6c6eadb73e32} TCPHandler: Processed in 0.001417553 sec. 2026.01.02 05:08:48.570413 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:08:48.570511 [ 270 ] {63762272-2ecc-4bd8-86b4-86f6621e1c04} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.02 05:08:48.570553 [ 270 ] {63762272-2ecc-4bd8-86b4-86f6621e1c04} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.02 05:08:48.571019 [ 270 ] {63762272-2ecc-4bd8-86b4-86f6621e1c04} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:08:48.571054 [ 270 ] {63762272-2ecc-4bd8-86b4-86f6621e1c04} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.01.02 05:08:48.571382 [ 270 ] {63762272-2ecc-4bd8-86b4-86f6621e1c04} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.01.02 05:08:48.571586 [ 270 ] {63762272-2ecc-4bd8-86b4-86f6621e1c04} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:08:48.571710 [ 270 ] {63762272-2ecc-4bd8-86b4-86f6621e1c04} executeQuery: Read 160 rows, 11.41 KiB in 0.001218 sec., 131362.88998357966 rows/sec., 9.15 MiB/sec. 2026.01.02 05:08:48.571746 [ 270 ] {63762272-2ecc-4bd8-86b4-86f6621e1c04} TCPHandler: Processed in 0.001390104 sec. 2026.01.02 05:08:48.571862 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:08:48.571970 [ 270 ] {3d148c94-78f8-47f7-9283-9eea85e1e7c6} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.02 05:08:48.572012 [ 270 ] {3d148c94-78f8-47f7-9283-9eea85e1e7c6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.02 05:08:48.572338 [ 270 ] {3d148c94-78f8-47f7-9283-9eea85e1e7c6} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:08:48.572371 [ 270 ] {3d148c94-78f8-47f7-9283-9eea85e1e7c6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.01.02 05:08:48.572661 [ 270 ] {3d148c94-78f8-47f7-9283-9eea85e1e7c6} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.01.02 05:08:48.572861 [ 270 ] {3d148c94-78f8-47f7-9283-9eea85e1e7c6} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:08:48.572980 [ 270 ] {3d148c94-78f8-47f7-9283-9eea85e1e7c6} executeQuery: Read 60 rows, 4.14 KiB in 0.001028 sec., 58365.75875486381 rows/sec., 3.93 MiB/sec. 2026.01.02 05:08:48.573014 [ 270 ] {3d148c94-78f8-47f7-9283-9eea85e1e7c6} TCPHandler: Processed in 0.00120045 sec. 2026.01.02 05:08:51.962092 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 676 2026.01.02 05:08:51.964216 [ 243 ] {} system.query_log (dd3f3490-5765-4d2a-9406-0e239d3e9a13): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:08:51.964270 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.01.02 05:08:51.965491 [ 243 ] {} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.01.02 05:08:51.965772 [ 243 ] {} system.query_log (dd3f3490-5765-4d2a-9406-0e239d3e9a13): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:08:51.966165 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 676 2026.01.02 05:08:53.562718 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:08:53.563123 [ 270 ] {33b5cbd5-2527-48df-a5e5-b6f976b1f70d} executeQuery: (from [fd00:1122:3344:101::d]:37056) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.01.02 05:08:53.563617 [ 270 ] {33b5cbd5-2527-48df-a5e5-b6f976b1f70d} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.01.02 05:08:53.563662 [ 270 ] {33b5cbd5-2527-48df-a5e5-b6f976b1f70d} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.01.02 05:08:53.563958 [ 270 ] {33b5cbd5-2527-48df-a5e5-b6f976b1f70d} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.02 05:08:53.564032 [ 270 ] {33b5cbd5-2527-48df-a5e5-b6f976b1f70d} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.02 05:08:53.564181 [ 270 ] {33b5cbd5-2527-48df-a5e5-b6f976b1f70d} oximeter.timeseries_schema (cc640168-9cf5-4040-b417-ab0d9fbe5864) (SelectExecutor): Key condition: (column 0 notIn 48-element set) 2026.01.02 05:08:53.564220 [ 270 ] {33b5cbd5-2527-48df-a5e5-b6f976b1f70d} oximeter.timeseries_schema (cc640168-9cf5-4040-b417-ab0d9fbe5864) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps 2026.01.02 05:08:53.564244 [ 270 ] {33b5cbd5-2527-48df-a5e5-b6f976b1f70d} oximeter.timeseries_schema (cc640168-9cf5-4040-b417-ab0d9fbe5864) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2026.01.02 05:08:53.564260 [ 270 ] {33b5cbd5-2527-48df-a5e5-b6f976b1f70d} oximeter.timeseries_schema (cc640168-9cf5-4040-b417-ab0d9fbe5864) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.01.02 05:08:53.564303 [ 270 ] {33b5cbd5-2527-48df-a5e5-b6f976b1f70d} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.01.02 05:08:53.564327 [ 270 ] {33b5cbd5-2527-48df-a5e5-b6f976b1f70d} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 48 rows starting from 0 2026.01.02 05:08:53.565126 [ 270 ] {33b5cbd5-2527-48df-a5e5-b6f976b1f70d} executeQuery: Read 48 rows, 1.91 KiB in 0.002186 sec., 21957.913998170174 rows/sec., 871.58 KiB/sec. 2026.01.02 05:08:53.565237 [ 270 ] {33b5cbd5-2527-48df-a5e5-b6f976b1f70d} TCPHandler: Processed in 0.002696215 sec. 2026.01.02 05:08:53.571864 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:08:53.572064 [ 270 ] {e38866bf-5220-4fe4-9167-3b069a195747} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2026.01.02 05:08:53.572144 [ 270 ] {e38866bf-5220-4fe4-9167-3b069a195747} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.02 05:08:53.572818 [ 270 ] {e38866bf-5220-4fe4-9167-3b069a195747} oximeter.timeseries_schema (cc640168-9cf5-4040-b417-ab0d9fbe5864): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:08:53.572862 [ 270 ] {e38866bf-5220-4fe4-9167-3b069a195747} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.01.02 05:08:53.573336 [ 270 ] {e38866bf-5220-4fe4-9167-3b069a195747} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.01.02 05:08:53.573565 [ 270 ] {e38866bf-5220-4fe4-9167-3b069a195747} oximeter.timeseries_schema (cc640168-9cf5-4040-b417-ab0d9fbe5864): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:08:53.573719 [ 270 ] {e38866bf-5220-4fe4-9167-3b069a195747} executeQuery: Read 1 rows, 106.00 B in 0.001711 sec., 584.4535359438925 rows/sec., 60.50 KiB/sec. 2026.01.02 05:08:53.573760 [ 270 ] {e38866bf-5220-4fe4-9167-3b069a195747} TCPHandler: Processed in 0.001989083 sec. 2026.01.02 05:08:53.573868 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:08:53.573966 [ 270 ] {fc0d1333-f363-42d3-82b7-62e61cc65531} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.01.02 05:08:53.574009 [ 270 ] {fc0d1333-f363-42d3-82b7-62e61cc65531} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.01.02 05:08:53.574431 [ 270 ] {fc0d1333-f363-42d3-82b7-62e61cc65531} oximeter.fields_ipaddr (645cdd3d-4969-40ee-99e7-272b8c981424): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:08:53.574467 [ 270 ] {fc0d1333-f363-42d3-82b7-62e61cc65531} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.01.02 05:08:53.574775 [ 270 ] {fc0d1333-f363-42d3-82b7-62e61cc65531} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.01.02 05:08:53.575003 [ 270 ] {fc0d1333-f363-42d3-82b7-62e61cc65531} oximeter.fields_ipaddr (645cdd3d-4969-40ee-99e7-272b8c981424): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:08:53.575143 [ 270 ] {fc0d1333-f363-42d3-82b7-62e61cc65531} executeQuery: Read 10 rows, 835.00 B in 0.001198 sec., 8347.245409015024 rows/sec., 680.66 KiB/sec. 2026.01.02 05:08:53.575182 [ 270 ] {fc0d1333-f363-42d3-82b7-62e61cc65531} TCPHandler: Processed in 0.001363633 sec. 2026.01.02 05:08:53.575291 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:08:53.575385 [ 270 ] {0a39c1ba-c7d5-4ac8-b637-30d8b5a23a00} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.02 05:08:53.575425 [ 270 ] {0a39c1ba-c7d5-4ac8-b637-30d8b5a23a00} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.02 05:08:53.575911 [ 270 ] {0a39c1ba-c7d5-4ac8-b637-30d8b5a23a00} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:08:53.575949 [ 270 ] {0a39c1ba-c7d5-4ac8-b637-30d8b5a23a00} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.01.02 05:08:53.576274 [ 270 ] {0a39c1ba-c7d5-4ac8-b637-30d8b5a23a00} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.01.02 05:08:53.576495 [ 270 ] {0a39c1ba-c7d5-4ac8-b637-30d8b5a23a00} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:08:53.576592 [ 49 ] {} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2026.01.02 05:08:53.576626 [ 270 ] {0a39c1ba-c7d5-4ac8-b637-30d8b5a23a00} executeQuery: Read 142 rows, 12.54 KiB in 0.00126 sec., 112698.41269841269 rows/sec., 9.72 MiB/sec. 2026.01.02 05:08:53.576628 [ 49 ] {} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:08:53.576658 [ 49 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.01.02 05:08:53.576664 [ 270 ] {0a39c1ba-c7d5-4ac8-b637-30d8b5a23a00} TCPHandler: Processed in 0.001423574 sec. 2026.01.02 05:08:53.576773 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:08:53.576779 [ 196 ] {83d580c8-cdc4-4d78-bcce-488a9e56976e::all_1_36_7} MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full 2026.01.02 05:08:53.576869 [ 270 ] {9cdd8a8f-9e2d-4d4b-9e99-5f01eed446bc} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.02 05:08:53.576916 [ 270 ] {9cdd8a8f-9e2d-4d4b-9e99-5f01eed446bc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.02 05:08:53.576943 [ 196 ] {83d580c8-cdc4-4d78-bcce-488a9e56976e::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.02 05:08:53.576986 [ 196 ] {83d580c8-cdc4-4d78-bcce-488a9e56976e::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 2463 rows starting from the beginning of the part 2026.01.02 05:08:53.577057 [ 196 ] {83d580c8-cdc4-4d78-bcce-488a9e56976e::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 1192 rows starting from the beginning of the part 2026.01.02 05:08:53.577110 [ 196 ] {83d580c8-cdc4-4d78-bcce-488a9e56976e::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 1317 rows starting from the beginning of the part 2026.01.02 05:08:53.577161 [ 196 ] {83d580c8-cdc4-4d78-bcce-488a9e56976e::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 136 rows starting from the beginning of the part 2026.01.02 05:08:53.577207 [ 196 ] {83d580c8-cdc4-4d78-bcce-488a9e56976e::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 56 rows starting from the beginning of the part 2026.01.02 05:08:53.577255 [ 196 ] {83d580c8-cdc4-4d78-bcce-488a9e56976e::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 142 rows starting from the beginning of the part 2026.01.02 05:08:53.577328 [ 270 ] {9cdd8a8f-9e2d-4d4b-9e99-5f01eed446bc} oximeter.fields_u16 (75d7a870-5da0-445d-b2e0-ec90b5ea7788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:08:53.577369 [ 270 ] {9cdd8a8f-9e2d-4d4b-9e99-5f01eed446bc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.01.02 05:08:53.577735 [ 270 ] {9cdd8a8f-9e2d-4d4b-9e99-5f01eed446bc} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.01.02 05:08:53.577976 [ 270 ] {9cdd8a8f-9e2d-4d4b-9e99-5f01eed446bc} oximeter.fields_u16 (75d7a870-5da0-445d-b2e0-ec90b5ea7788): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:08:53.578117 [ 270 ] {9cdd8a8f-9e2d-4d4b-9e99-5f01eed446bc} executeQuery: Read 50 rows, 3.71 KiB in 0.001266 sec., 39494.47077409163 rows/sec., 2.86 MiB/sec. 2026.01.02 05:08:53.578155 [ 270 ] {9cdd8a8f-9e2d-4d4b-9e99-5f01eed446bc} TCPHandler: Processed in 0.001431584 sec. 2026.01.02 05:08:53.578271 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:08:53.578391 [ 270 ] {9e344d11-f50d-4fc1-a9cb-37bb9b4fb6b0} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.02 05:08:53.578438 [ 270 ] {9e344d11-f50d-4fc1-a9cb-37bb9b4fb6b0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.02 05:08:53.578882 [ 270 ] {9e344d11-f50d-4fc1-a9cb-37bb9b4fb6b0} oximeter.fields_u32 (1310015a-3be0-40ba-9fec-1b5eb4ed9f75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:08:53.578924 [ 270 ] {9e344d11-f50d-4fc1-a9cb-37bb9b4fb6b0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.01.02 05:08:53.579287 [ 270 ] {9e344d11-f50d-4fc1-a9cb-37bb9b4fb6b0} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.01.02 05:08:53.579418 [ 200 ] {83d580c8-cdc4-4d78-bcce-488a9e56976e::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 5306 rows, containing 5 columns (5 merged, 0 gathered) in 0.002699185 sec., 1965778.5590835751 rows/sec., 168.64 MiB/sec. 2026.01.02 05:08:53.579531 [ 270 ] {9e344d11-f50d-4fc1-a9cb-37bb9b4fb6b0} oximeter.fields_u32 (1310015a-3be0-40ba-9fec-1b5eb4ed9f75): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:08:53.579668 [ 270 ] {9e344d11-f50d-4fc1-a9cb-37bb9b4fb6b0} executeQuery: Read 1 rows, 68.00 B in 0.001302 sec., 768.0491551459294 rows/sec., 51.00 KiB/sec. 2026.01.02 05:08:53.579707 [ 270 ] {9e344d11-f50d-4fc1-a9cb-37bb9b4fb6b0} TCPHandler: Processed in 0.001494685 sec. 2026.01.02 05:08:53.579733 [ 200 ] {83d580c8-cdc4-4d78-bcce-488a9e56976e::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2026.01.02 05:08:53.579806 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:08:53.579902 [ 270 ] {df9f2251-584d-4ddb-ad64-c5f867583ee0} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.02 05:08:53.579945 [ 270 ] {df9f2251-584d-4ddb-ad64-c5f867583ee0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.02 05:08:53.580021 [ 200 ] {83d580c8-cdc4-4d78-bcce-488a9e56976e::all_1_36_7} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:08:53.580099 [ 200 ] {83d580c8-cdc4-4d78-bcce-488a9e56976e::all_1_36_7} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2026.01.02 05:08:53.580186 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.18 MiB. 2026.01.02 05:08:53.580372 [ 270 ] {df9f2251-584d-4ddb-ad64-c5f867583ee0} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:08:53.580412 [ 270 ] {df9f2251-584d-4ddb-ad64-c5f867583ee0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.01.02 05:08:53.580722 [ 270 ] {df9f2251-584d-4ddb-ad64-c5f867583ee0} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.01.02 05:08:53.580926 [ 270 ] {df9f2251-584d-4ddb-ad64-c5f867583ee0} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:08:53.581019 [ 49 ] {} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2026.01.02 05:08:53.581044 [ 49 ] {} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:08:53.581052 [ 270 ] {df9f2251-584d-4ddb-ad64-c5f867583ee0} executeQuery: Read 114 rows, 9.13 KiB in 0.001168 sec., 97602.7397260274 rows/sec., 7.64 MiB/sec. 2026.01.02 05:08:53.581063 [ 49 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.01.02 05:08:53.581090 [ 270 ] {df9f2251-584d-4ddb-ad64-c5f867583ee0} TCPHandler: Processed in 0.001330562 sec. 2026.01.02 05:08:53.581128 [ 196 ] {a2603088-a695-4667-9faf-2a4ce1a4e7af::all_1_36_7} MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full 2026.01.02 05:08:53.581195 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:08:53.581222 [ 196 ] {a2603088-a695-4667-9faf-2a4ce1a4e7af::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.02 05:08:53.581252 [ 196 ] {a2603088-a695-4667-9faf-2a4ce1a4e7af::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1249 rows starting from the beginning of the part 2026.01.02 05:08:53.581290 [ 270 ] {e7952920-cc1a-47f9-9469-7d910030d97f} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.02 05:08:53.581299 [ 196 ] {a2603088-a695-4667-9faf-2a4ce1a4e7af::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 719 rows starting from the beginning of the part 2026.01.02 05:08:53.581339 [ 270 ] {e7952920-cc1a-47f9-9469-7d910030d97f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.02 05:08:53.581349 [ 196 ] {a2603088-a695-4667-9faf-2a4ce1a4e7af::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 558 rows starting from the beginning of the part 2026.01.02 05:08:53.581393 [ 196 ] {a2603088-a695-4667-9faf-2a4ce1a4e7af::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 104 rows starting from the beginning of the part 2026.01.02 05:08:53.581428 [ 196 ] {a2603088-a695-4667-9faf-2a4ce1a4e7af::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 64 rows starting from the beginning of the part 2026.01.02 05:08:53.581461 [ 196 ] {a2603088-a695-4667-9faf-2a4ce1a4e7af::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 114 rows starting from the beginning of the part 2026.01.02 05:08:53.581741 [ 270 ] {e7952920-cc1a-47f9-9469-7d910030d97f} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:08:53.581780 [ 270 ] {e7952920-cc1a-47f9-9469-7d910030d97f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.01.02 05:08:53.582114 [ 270 ] {e7952920-cc1a-47f9-9469-7d910030d97f} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.01.02 05:08:53.582314 [ 270 ] {e7952920-cc1a-47f9-9469-7d910030d97f} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:08:53.582432 [ 270 ] {e7952920-cc1a-47f9-9469-7d910030d97f} executeQuery: Read 165 rows, 11.76 KiB in 0.001194 sec., 138190.95477386934 rows/sec., 9.62 MiB/sec. 2026.01.02 05:08:53.582445 [ 200 ] {a2603088-a695-4667-9faf-2a4ce1a4e7af::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 2808 rows, containing 5 columns (5 merged, 0 gathered) in 0.001379253 sec., 2035884.6419039872 rows/sec., 156.00 MiB/sec. 2026.01.02 05:08:53.582466 [ 270 ] {e7952920-cc1a-47f9-9469-7d910030d97f} TCPHandler: Processed in 0.001353483 sec. 2026.01.02 05:08:53.582562 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:08:53.582590 [ 200 ] {a2603088-a695-4667-9faf-2a4ce1a4e7af::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2026.01.02 05:08:53.582646 [ 270 ] {7435b388-db5e-4faa-b0c5-f3cf2ae2159b} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.01.02 05:08:53.582690 [ 270 ] {7435b388-db5e-4faa-b0c5-f3cf2ae2159b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.01.02 05:08:53.582808 [ 200 ] {a2603088-a695-4667-9faf-2a4ce1a4e7af::all_1_36_7} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:08:53.582869 [ 200 ] {a2603088-a695-4667-9faf-2a4ce1a4e7af::all_1_36_7} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2026.01.02 05:08:53.583008 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.71 MiB. 2026.01.02 05:08:53.583049 [ 270 ] {7435b388-db5e-4faa-b0c5-f3cf2ae2159b} oximeter.measurements_f64 (aa9bbb3a-da62-4075-81f6-d05edd62a94a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:08:53.583088 [ 270 ] {7435b388-db5e-4faa-b0c5-f3cf2ae2159b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.01.02 05:08:53.583378 [ 270 ] {7435b388-db5e-4faa-b0c5-f3cf2ae2159b} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.01.02 05:08:53.583584 [ 270 ] {7435b388-db5e-4faa-b0c5-f3cf2ae2159b} oximeter.measurements_f64 (aa9bbb3a-da62-4075-81f6-d05edd62a94a): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:08:53.583710 [ 270 ] {7435b388-db5e-4faa-b0c5-f3cf2ae2159b} executeQuery: Read 1 rows, 65.00 B in 0.001033 sec., 968.054211035818 rows/sec., 61.45 KiB/sec. 2026.01.02 05:08:53.583745 [ 270 ] {7435b388-db5e-4faa-b0c5-f3cf2ae2159b} TCPHandler: Processed in 0.001186529 sec. 2026.01.02 05:08:53.583848 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:08:53.583937 [ 270 ] {3b49db84-11a6-485e-8154-52f4e1f2c1b7} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.02 05:08:53.583990 [ 270 ] {3b49db84-11a6-485e-8154-52f4e1f2c1b7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.01.02 05:08:53.584836 [ 270 ] {3b49db84-11a6-485e-8154-52f4e1f2c1b7} oximeter.measurements_histogramu64 (1ea2d44b-9dfb-4731-8ee2-8779179f369b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:08:53.584871 [ 270 ] {3b49db84-11a6-485e-8154-52f4e1f2c1b7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.01.02 05:08:53.585447 [ 270 ] {3b49db84-11a6-485e-8154-52f4e1f2c1b7} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.01.02 05:08:53.585665 [ 270 ] {3b49db84-11a6-485e-8154-52f4e1f2c1b7} oximeter.measurements_histogramu64 (1ea2d44b-9dfb-4731-8ee2-8779179f369b): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:08:53.585800 [ 270 ] {3b49db84-11a6-485e-8154-52f4e1f2c1b7} executeQuery: Read 40 rows, 73.40 KiB in 0.001881 sec., 21265.28442317916 rows/sec., 38.11 MiB/sec. 2026.01.02 05:08:53.585859 [ 270 ] {3b49db84-11a6-485e-8154-52f4e1f2c1b7} TCPHandler: Processed in 0.002058025 sec. 2026.01.02 05:08:53.585963 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:08:53.586054 [ 270 ] {39e2beda-5f0b-48b2-b21c-6e3963f7f461} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.02 05:08:53.586095 [ 270 ] {39e2beda-5f0b-48b2-b21c-6e3963f7f461} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.02 05:08:53.586432 [ 270 ] {39e2beda-5f0b-48b2-b21c-6e3963f7f461} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:08:53.586466 [ 270 ] {39e2beda-5f0b-48b2-b21c-6e3963f7f461} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.01.02 05:08:53.586760 [ 270 ] {39e2beda-5f0b-48b2-b21c-6e3963f7f461} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.01.02 05:08:53.586969 [ 270 ] {39e2beda-5f0b-48b2-b21c-6e3963f7f461} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:08:53.587091 [ 270 ] {39e2beda-5f0b-48b2-b21c-6e3963f7f461} executeQuery: Read 60 rows, 4.14 KiB in 0.001055 sec., 56872.037914691944 rows/sec., 3.83 MiB/sec. 2026.01.02 05:08:53.587126 [ 270 ] {39e2beda-5f0b-48b2-b21c-6e3963f7f461} TCPHandler: Processed in 0.00120955 sec. 2026.01.02 05:08:54.428233 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 13017 2026.01.02 05:08:54.428781 [ 245 ] {} system.asynchronous_metric_log (bb53ce5c-bddd-4105-a5af-ef87950cd4f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:08:54.428824 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.01.02 05:08:54.429340 [ 245 ] {} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.01.02 05:08:54.429588 [ 245 ] {} system.asynchronous_metric_log (bb53ce5c-bddd-4105-a5af-ef87950cd4f3): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:08:54.429737 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13017 2026.01.02 05:08:55.155323 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 204 2026.01.02 05:08:55.171252 [ 244 ] {} system.metric_log (a59fffb9-cc3a-4586-97e5-9d20b67a7356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:08:55.171306 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.01.02 05:08:55.177596 [ 244 ] {} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.01.02 05:08:55.178316 [ 244 ] {} system.metric_log (a59fffb9-cc3a-4586-97e5-9d20b67a7356): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:08:55.180998 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 204 2026.01.02 05:08:58.565715 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:08:58.566016 [ 270 ] {5bc45297-5196-410b-88f3-cbbf8cf0bc1b} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.02 05:08:58.566121 [ 270 ] {5bc45297-5196-410b-88f3-cbbf8cf0bc1b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.02 05:08:58.566963 [ 270 ] {5bc45297-5196-410b-88f3-cbbf8cf0bc1b} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:08:58.567001 [ 270 ] {5bc45297-5196-410b-88f3-cbbf8cf0bc1b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.01.02 05:08:58.567413 [ 270 ] {5bc45297-5196-410b-88f3-cbbf8cf0bc1b} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.01.02 05:08:58.567646 [ 270 ] {5bc45297-5196-410b-88f3-cbbf8cf0bc1b} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:08:58.567798 [ 270 ] {5bc45297-5196-410b-88f3-cbbf8cf0bc1b} executeQuery: Read 56 rows, 4.41 KiB in 0.001857 sec., 30156.165858912223 rows/sec., 2.32 MiB/sec. 2026.01.02 05:08:58.567840 [ 270 ] {5bc45297-5196-410b-88f3-cbbf8cf0bc1b} TCPHandler: Processed in 0.002304379 sec. 2026.01.02 05:08:58.567972 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:08:58.568065 [ 270 ] {58c8c643-7620-4cb0-80e7-b9304e137ecc} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.02 05:08:58.568106 [ 270 ] {58c8c643-7620-4cb0-80e7-b9304e137ecc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.02 05:08:58.568544 [ 270 ] {58c8c643-7620-4cb0-80e7-b9304e137ecc} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:08:58.568580 [ 270 ] {58c8c643-7620-4cb0-80e7-b9304e137ecc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.01.02 05:08:58.568902 [ 270 ] {58c8c643-7620-4cb0-80e7-b9304e137ecc} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.01.02 05:08:58.569127 [ 270 ] {58c8c643-7620-4cb0-80e7-b9304e137ecc} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:08:58.569251 [ 270 ] {58c8c643-7620-4cb0-80e7-b9304e137ecc} executeQuery: Read 64 rows, 5.12 KiB in 0.001204 sec., 53156.14617940199 rows/sec., 4.15 MiB/sec. 2026.01.02 05:08:58.569289 [ 270 ] {58c8c643-7620-4cb0-80e7-b9304e137ecc} TCPHandler: Processed in 0.001377583 sec. 2026.01.02 05:08:58.569409 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:08:58.569504 [ 270 ] {36708c8d-559f-4a50-9192-9ee23c601d2c} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.02 05:08:58.569548 [ 270 ] {36708c8d-559f-4a50-9192-9ee23c601d2c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.02 05:08:58.569974 [ 270 ] {36708c8d-559f-4a50-9192-9ee23c601d2c} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:08:58.570010 [ 270 ] {36708c8d-559f-4a50-9192-9ee23c601d2c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.01.02 05:08:58.570346 [ 270 ] {36708c8d-559f-4a50-9192-9ee23c601d2c} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.01.02 05:08:58.570551 [ 270 ] {36708c8d-559f-4a50-9192-9ee23c601d2c} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:08:58.570677 [ 270 ] {36708c8d-559f-4a50-9192-9ee23c601d2c} executeQuery: Read 160 rows, 11.41 KiB in 0.001192 sec., 134228.1879194631 rows/sec., 9.35 MiB/sec. 2026.01.02 05:08:58.570670 [ 41 ] {} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2026.01.02 05:08:58.570713 [ 270 ] {36708c8d-559f-4a50-9192-9ee23c601d2c} TCPHandler: Processed in 0.001355363 sec. 2026.01.02 05:08:58.570724 [ 41 ] {} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:08:58.570745 [ 41 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.01.02 05:08:58.570827 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:08:58.570865 [ 192 ] {935760ec-14c4-43f9-bf0f-f949cce05eda::all_1_36_7} MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full 2026.01.02 05:08:58.570919 [ 270 ] {0bfa3047-d03a-49a8-8cc8-fa2aafb1bc86} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.02 05:08:58.570966 [ 270 ] {0bfa3047-d03a-49a8-8cc8-fa2aafb1bc86} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.02 05:08:58.571025 [ 192 ] {935760ec-14c4-43f9-bf0f-f949cce05eda::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.02 05:08:58.571067 [ 192 ] {935760ec-14c4-43f9-bf0f-f949cce05eda::all_1_36_7} MergeTreeSequentialSource: Reading 3 marks from part all_1_31_6, total 9381 rows starting from the beginning of the part 2026.01.02 05:08:58.571138 [ 192 ] {935760ec-14c4-43f9-bf0f-f949cce05eda::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 881 rows starting from the beginning of the part 2026.01.02 05:08:58.571207 [ 192 ] {935760ec-14c4-43f9-bf0f-f949cce05eda::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 160 rows starting from the beginning of the part 2026.01.02 05:08:58.571256 [ 192 ] {935760ec-14c4-43f9-bf0f-f949cce05eda::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.01.02 05:08:58.571299 [ 270 ] {0bfa3047-d03a-49a8-8cc8-fa2aafb1bc86} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:08:58.571300 [ 192 ] {935760ec-14c4-43f9-bf0f-f949cce05eda::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 165 rows starting from the beginning of the part 2026.01.02 05:08:58.571341 [ 270 ] {0bfa3047-d03a-49a8-8cc8-fa2aafb1bc86} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.01.02 05:08:58.571366 [ 192 ] {935760ec-14c4-43f9-bf0f-f949cce05eda::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 160 rows starting from the beginning of the part 2026.01.02 05:08:58.571740 [ 270 ] {0bfa3047-d03a-49a8-8cc8-fa2aafb1bc86} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.01.02 05:08:58.571962 [ 270 ] {0bfa3047-d03a-49a8-8cc8-fa2aafb1bc86} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:08:58.572089 [ 270 ] {0bfa3047-d03a-49a8-8cc8-fa2aafb1bc86} executeQuery: Read 60 rows, 4.14 KiB in 0.001187 sec., 50547.59898904803 rows/sec., 3.41 MiB/sec. 2026.01.02 05:08:58.572124 [ 270 ] {0bfa3047-d03a-49a8-8cc8-fa2aafb1bc86} TCPHandler: Processed in 0.001348132 sec. 2026.01.02 05:08:58.574901 [ 200 ] {935760ec-14c4-43f9-bf0f-f949cce05eda::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 10907 rows, containing 5 columns (5 merged, 0 gathered) in 0.004095299 sec., 2663297.6004926623 rows/sec., 181.97 MiB/sec. 2026.01.02 05:08:58.575171 [ 192 ] {935760ec-14c4-43f9-bf0f-f949cce05eda::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2026.01.02 05:08:58.575420 [ 192 ] {935760ec-14c4-43f9-bf0f-f949cce05eda::all_1_36_7} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:08:58.575492 [ 192 ] {935760ec-14c4-43f9-bf0f-f949cce05eda::all_1_36_7} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2026.01.02 05:08:58.575569 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.12 MiB. 2026.01.02 05:09:01.777151 [ 37 ] {} DNSResolver: Updating DNS cache 2026.01.02 05:09:01.777204 [ 37 ] {} DNSResolver: Updated DNS cache 2026.01.02 05:09:01.929896 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 13465 2026.01.02 05:09:01.930446 [ 245 ] {} system.asynchronous_metric_log (bb53ce5c-bddd-4105-a5af-ef87950cd4f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:09:01.930499 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.01.02 05:09:01.931065 [ 245 ] {} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.01.02 05:09:01.931313 [ 245 ] {} system.asynchronous_metric_log (bb53ce5c-bddd-4105-a5af-ef87950cd4f3): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:09:01.931465 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13465 2026.01.02 05:09:01.966377 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 706 2026.01.02 05:09:01.968718 [ 243 ] {} system.query_log (dd3f3490-5765-4d2a-9406-0e239d3e9a13): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:09:01.968771 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.01.02 05:09:01.970100 [ 243 ] {} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.01.02 05:09:01.970383 [ 243 ] {} system.query_log (dd3f3490-5765-4d2a-9406-0e239d3e9a13): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:09:01.970546 [ 37 ] {} system.query_log (dd3f3490-5765-4d2a-9406-0e239d3e9a13) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.01.02 05:09:01.970593 [ 37 ] {} system.query_log (dd3f3490-5765-4d2a-9406-0e239d3e9a13): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:09:01.970612 [ 37 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.01.02 05:09:01.970703 [ 189 ] {dd3f3490-5765-4d2a-9406-0e239d3e9a13::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2026.01.02 05:09:01.970705 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 706 2026.01.02 05:09:01.971224 [ 189 ] {dd3f3490-5765-4d2a-9406-0e239d3e9a13::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.02 05:09:01.971372 [ 189 ] {dd3f3490-5765-4d2a-9406-0e239d3e9a13::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 558 rows starting from the beginning of the part 2026.01.02 05:09:01.971735 [ 189 ] {dd3f3490-5765-4d2a-9406-0e239d3e9a13::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 20 rows starting from the beginning of the part 2026.01.02 05:09:01.972071 [ 189 ] {dd3f3490-5765-4d2a-9406-0e239d3e9a13::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 32 rows starting from the beginning of the part 2026.01.02 05:09:01.972379 [ 189 ] {dd3f3490-5765-4d2a-9406-0e239d3e9a13::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 46 rows starting from the beginning of the part 2026.01.02 05:09:01.972677 [ 189 ] {dd3f3490-5765-4d2a-9406-0e239d3e9a13::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 20 rows starting from the beginning of the part 2026.01.02 05:09:01.972998 [ 189 ] {dd3f3490-5765-4d2a-9406-0e239d3e9a13::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 30 rows starting from the beginning of the part 2026.01.02 05:09:01.979424 [ 192 ] {dd3f3490-5765-4d2a-9406-0e239d3e9a13::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 706 rows, containing 72 columns (72 merged, 0 gathered) in 0.008758076 sec., 80611.3123475978 rows/sec., 71.93 MiB/sec. 2026.01.02 05:09:01.980931 [ 190 ] {dd3f3490-5765-4d2a-9406-0e239d3e9a13::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.01.02 05:09:01.981606 [ 190 ] {dd3f3490-5765-4d2a-9406-0e239d3e9a13::all_1_21_4} system.query_log (dd3f3490-5765-4d2a-9406-0e239d3e9a13): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:09:01.981700 [ 190 ] {dd3f3490-5765-4d2a-9406-0e239d3e9a13::all_1_21_4} system.query_log (dd3f3490-5765-4d2a-9406-0e239d3e9a13) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.01.02 05:09:01.981958 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.20 MiB. 2026.01.02 05:09:02.681163 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 211 2026.01.02 05:09:02.696750 [ 244 ] {} system.metric_log (a59fffb9-cc3a-4586-97e5-9d20b67a7356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:09:02.696799 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.01.02 05:09:02.702928 [ 244 ] {} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.01.02 05:09:02.703629 [ 244 ] {} system.metric_log (a59fffb9-cc3a-4586-97e5-9d20b67a7356): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:09:02.706245 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 211 2026.01.02 05:09:03.568018 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:09:03.568302 [ 270 ] {c9d71b05-ebea-4f36-b19d-caaace066530} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.02 05:09:03.568405 [ 270 ] {c9d71b05-ebea-4f36-b19d-caaace066530} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.02 05:09:03.569297 [ 270 ] {c9d71b05-ebea-4f36-b19d-caaace066530} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:09:03.569340 [ 270 ] {c9d71b05-ebea-4f36-b19d-caaace066530} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.01.02 05:09:03.569738 [ 270 ] {c9d71b05-ebea-4f36-b19d-caaace066530} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.01.02 05:09:03.569971 [ 270 ] {c9d71b05-ebea-4f36-b19d-caaace066530} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:09:03.570130 [ 270 ] {c9d71b05-ebea-4f36-b19d-caaace066530} executeQuery: Read 136 rows, 12.08 KiB in 0.001906 sec., 71353.62014690452 rows/sec., 6.19 MiB/sec. 2026.01.02 05:09:03.570172 [ 270 ] {c9d71b05-ebea-4f36-b19d-caaace066530} TCPHandler: Processed in 0.00233657 sec. 2026.01.02 05:09:03.570291 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:09:03.570391 [ 270 ] {10fb8033-3e4e-4d9a-b40e-926d22e76f9b} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.02 05:09:03.570432 [ 270 ] {10fb8033-3e4e-4d9a-b40e-926d22e76f9b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.02 05:09:03.570849 [ 270 ] {10fb8033-3e4e-4d9a-b40e-926d22e76f9b} oximeter.fields_u16 (75d7a870-5da0-445d-b2e0-ec90b5ea7788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:09:03.570885 [ 270 ] {10fb8033-3e4e-4d9a-b40e-926d22e76f9b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.01.02 05:09:03.571194 [ 270 ] {10fb8033-3e4e-4d9a-b40e-926d22e76f9b} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.01.02 05:09:03.571404 [ 270 ] {10fb8033-3e4e-4d9a-b40e-926d22e76f9b} oximeter.fields_u16 (75d7a870-5da0-445d-b2e0-ec90b5ea7788): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:09:03.571532 [ 270 ] {10fb8033-3e4e-4d9a-b40e-926d22e76f9b} executeQuery: Read 40 rows, 3.01 KiB in 0.00116 sec., 34482.75862068965 rows/sec., 2.53 MiB/sec. 2026.01.02 05:09:03.571545 [ 34 ] {} oximeter.fields_u16 (75d7a870-5da0-445d-b2e0-ec90b5ea7788) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.01.02 05:09:03.571569 [ 270 ] {10fb8033-3e4e-4d9a-b40e-926d22e76f9b} TCPHandler: Processed in 0.001328292 sec. 2026.01.02 05:09:03.571614 [ 34 ] {} oximeter.fields_u16 (75d7a870-5da0-445d-b2e0-ec90b5ea7788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:09:03.571643 [ 34 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.01.02 05:09:03.571700 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:09:03.571744 [ 197 ] {75d7a870-5da0-445d-b2e0-ec90b5ea7788::all_1_26_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full 2026.01.02 05:09:03.571800 [ 270 ] {5e647107-b6dc-428a-808a-403aa703f394} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.02 05:09:03.571841 [ 270 ] {5e647107-b6dc-428a-808a-403aa703f394} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.02 05:09:03.571857 [ 197 ] {75d7a870-5da0-445d-b2e0-ec90b5ea7788::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.02 05:09:03.571890 [ 197 ] {75d7a870-5da0-445d-b2e0-ec90b5ea7788::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 277 rows starting from the beginning of the part 2026.01.02 05:09:03.571954 [ 197 ] {75d7a870-5da0-445d-b2e0-ec90b5ea7788::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 245 rows starting from the beginning of the part 2026.01.02 05:09:03.572005 [ 197 ] {75d7a870-5da0-445d-b2e0-ec90b5ea7788::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 14 rows starting from the beginning of the part 2026.01.02 05:09:03.572051 [ 197 ] {75d7a870-5da0-445d-b2e0-ec90b5ea7788::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 40 rows starting from the beginning of the part 2026.01.02 05:09:03.572096 [ 197 ] {75d7a870-5da0-445d-b2e0-ec90b5ea7788::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 50 rows starting from the beginning of the part 2026.01.02 05:09:03.572140 [ 197 ] {75d7a870-5da0-445d-b2e0-ec90b5ea7788::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 40 rows starting from the beginning of the part 2026.01.02 05:09:03.572282 [ 270 ] {5e647107-b6dc-428a-808a-403aa703f394} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:09:03.572320 [ 270 ] {5e647107-b6dc-428a-808a-403aa703f394} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.01.02 05:09:03.572706 [ 270 ] {5e647107-b6dc-428a-808a-403aa703f394} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.01.02 05:09:03.572933 [ 270 ] {5e647107-b6dc-428a-808a-403aa703f394} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:09:03.573031 [ 190 ] {75d7a870-5da0-445d-b2e0-ec90b5ea7788::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 666 rows, containing 5 columns (5 merged, 0 gathered) in 0.001329763 sec., 500841.1273287044 rows/sec., 34.10 MiB/sec. 2026.01.02 05:09:03.573080 [ 270 ] {5e647107-b6dc-428a-808a-403aa703f394} executeQuery: Read 104 rows, 8.32 KiB in 0.001286 sec., 80870.91757387247 rows/sec., 6.32 MiB/sec. 2026.01.02 05:09:03.573129 [ 270 ] {5e647107-b6dc-428a-808a-403aa703f394} TCPHandler: Processed in 0.001480915 sec. 2026.01.02 05:09:03.573216 [ 190 ] {75d7a870-5da0-445d-b2e0-ec90b5ea7788::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.01.02 05:09:03.573239 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:09:03.573334 [ 270 ] {dd60bca9-39f3-4f58-8806-6035a968fcb7} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.02 05:09:03.573376 [ 270 ] {dd60bca9-39f3-4f58-8806-6035a968fcb7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.02 05:09:03.573522 [ 190 ] {75d7a870-5da0-445d-b2e0-ec90b5ea7788::all_1_26_5} oximeter.fields_u16 (75d7a870-5da0-445d-b2e0-ec90b5ea7788): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:09:03.573598 [ 190 ] {75d7a870-5da0-445d-b2e0-ec90b5ea7788::all_1_26_5} oximeter.fields_u16 (75d7a870-5da0-445d-b2e0-ec90b5ea7788) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.01.02 05:09:03.573691 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. 2026.01.02 05:09:03.573786 [ 270 ] {dd60bca9-39f3-4f58-8806-6035a968fcb7} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:09:03.573826 [ 270 ] {dd60bca9-39f3-4f58-8806-6035a968fcb7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.01.02 05:09:03.574167 [ 270 ] {dd60bca9-39f3-4f58-8806-6035a968fcb7} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.01.02 05:09:03.574376 [ 270 ] {dd60bca9-39f3-4f58-8806-6035a968fcb7} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:09:03.574505 [ 270 ] {dd60bca9-39f3-4f58-8806-6035a968fcb7} executeQuery: Read 160 rows, 11.41 KiB in 0.001189 sec., 134566.8629100084 rows/sec., 9.37 MiB/sec. 2026.01.02 05:09:03.574542 [ 270 ] {dd60bca9-39f3-4f58-8806-6035a968fcb7} TCPHandler: Processed in 0.001350333 sec. 2026.01.02 05:09:03.574648 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:09:03.574739 [ 270 ] {f4ce131b-b976-45a5-98f7-260331c754c2} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.02 05:09:03.574792 [ 270 ] {f4ce131b-b976-45a5-98f7-260331c754c2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.01.02 05:09:03.575640 [ 270 ] {f4ce131b-b976-45a5-98f7-260331c754c2} oximeter.measurements_histogramu64 (1ea2d44b-9dfb-4731-8ee2-8779179f369b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:09:03.575676 [ 270 ] {f4ce131b-b976-45a5-98f7-260331c754c2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.01.02 05:09:03.576239 [ 270 ] {f4ce131b-b976-45a5-98f7-260331c754c2} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.01.02 05:09:03.576457 [ 270 ] {f4ce131b-b976-45a5-98f7-260331c754c2} oximeter.measurements_histogramu64 (1ea2d44b-9dfb-4731-8ee2-8779179f369b): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:09:03.576594 [ 270 ] {f4ce131b-b976-45a5-98f7-260331c754c2} executeQuery: Read 40 rows, 73.40 KiB in 0.001873 sec., 21356.113187399893 rows/sec., 38.27 MiB/sec. 2026.01.02 05:09:03.576657 [ 270 ] {f4ce131b-b976-45a5-98f7-260331c754c2} TCPHandler: Processed in 0.002058134 sec. 2026.01.02 05:09:03.576762 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:09:03.576855 [ 270 ] {1abe05fc-04f0-4c9a-a563-a9957fd7dccb} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.02 05:09:03.576895 [ 270 ] {1abe05fc-04f0-4c9a-a563-a9957fd7dccb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.02 05:09:03.577221 [ 270 ] {1abe05fc-04f0-4c9a-a563-a9957fd7dccb} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:09:03.577256 [ 270 ] {1abe05fc-04f0-4c9a-a563-a9957fd7dccb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.01.02 05:09:03.577563 [ 270 ] {1abe05fc-04f0-4c9a-a563-a9957fd7dccb} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.01.02 05:09:03.577764 [ 270 ] {1abe05fc-04f0-4c9a-a563-a9957fd7dccb} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:09:03.577873 [ 34 ] {} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2026.01.02 05:09:03.577887 [ 270 ] {1abe05fc-04f0-4c9a-a563-a9957fd7dccb} executeQuery: Read 60 rows, 4.14 KiB in 0.001051 sec., 57088.487155090384 rows/sec., 3.85 MiB/sec. 2026.01.02 05:09:03.577908 [ 34 ] {} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:09:03.577930 [ 270 ] {1abe05fc-04f0-4c9a-a563-a9957fd7dccb} TCPHandler: Processed in 0.001215201 sec. 2026.01.02 05:09:03.577931 [ 34 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.01.02 05:09:03.578045 [ 192 ] {45294a01-6668-46b2-a532-60faf64b8164::all_1_36_7} MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full 2026.01.02 05:09:03.578181 [ 192 ] {45294a01-6668-46b2-a532-60faf64b8164::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.02 05:09:03.578215 [ 192 ] {45294a01-6668-46b2-a532-60faf64b8164::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1646 rows starting from the beginning of the part 2026.01.02 05:09:03.578276 [ 192 ] {45294a01-6668-46b2-a532-60faf64b8164::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.01.02 05:09:03.578315 [ 192 ] {45294a01-6668-46b2-a532-60faf64b8164::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 60 rows starting from the beginning of the part 2026.01.02 05:09:03.578355 [ 192 ] {45294a01-6668-46b2-a532-60faf64b8164::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.01.02 05:09:03.578392 [ 192 ] {45294a01-6668-46b2-a532-60faf64b8164::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 60 rows starting from the beginning of the part 2026.01.02 05:09:03.578432 [ 192 ] {45294a01-6668-46b2-a532-60faf64b8164::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 60 rows starting from the beginning of the part 2026.01.02 05:09:03.579581 [ 187 ] {45294a01-6668-46b2-a532-60faf64b8164::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 1946 rows, containing 4 columns (4 merged, 0 gathered) in 0.001575536 sec., 1235135.2174751956 rows/sec., 81.61 MiB/sec. 2026.01.02 05:09:03.579805 [ 192 ] {45294a01-6668-46b2-a532-60faf64b8164::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2026.01.02 05:09:03.580058 [ 192 ] {45294a01-6668-46b2-a532-60faf64b8164::all_1_36_7} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:09:03.580138 [ 192 ] {45294a01-6668-46b2-a532-60faf64b8164::all_1_36_7} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2026.01.02 05:09:03.580221 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. 2026.01.02 05:09:05.020091 [ 34 ] {} oximeter.measurements_f64 (aa9bbb3a-da62-4075-81f6-d05edd62a94a) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2026.01.02 05:09:05.020197 [ 34 ] {} oximeter.measurements_f64 (aa9bbb3a-da62-4075-81f6-d05edd62a94a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:09:05.020240 [ 34 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2026.01.02 05:09:05.020406 [ 190 ] {aa9bbb3a-da62-4075-81f6-d05edd62a94a::all_1_5_1} MergeTask::PrepareStage: Merging 5 parts: from all_1_1_0 to all_5_5_0 into Compact with storage Full 2026.01.02 05:09:05.020622 [ 190 ] {aa9bbb3a-da62-4075-81f6-d05edd62a94a::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.02 05:09:05.020683 [ 190 ] {aa9bbb3a-da62-4075-81f6-d05edd62a94a::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 1 rows starting from the beginning of the part 2026.01.02 05:09:05.020787 [ 190 ] {aa9bbb3a-da62-4075-81f6-d05edd62a94a::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 1 rows starting from the beginning of the part 2026.01.02 05:09:05.020869 [ 190 ] {aa9bbb3a-da62-4075-81f6-d05edd62a94a::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 1 rows starting from the beginning of the part 2026.01.02 05:09:05.020946 [ 190 ] {aa9bbb3a-da62-4075-81f6-d05edd62a94a::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 1 rows starting from the beginning of the part 2026.01.02 05:09:05.021000 [ 190 ] {aa9bbb3a-da62-4075-81f6-d05edd62a94a::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 1 rows starting from the beginning of the part 2026.01.02 05:09:05.021810 [ 187 ] {aa9bbb3a-da62-4075-81f6-d05edd62a94a::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 5 rows, containing 4 columns (4 merged, 0 gathered) in 0.001465884 sec., 3410.9110952844835 rows/sec., 227.17 KiB/sec. 2026.01.02 05:09:05.022007 [ 187 ] {aa9bbb3a-da62-4075-81f6-d05edd62a94a::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2026.01.02 05:09:05.022351 [ 187 ] {aa9bbb3a-da62-4075-81f6-d05edd62a94a::all_1_5_1} oximeter.measurements_f64 (aa9bbb3a-da62-4075-81f6-d05edd62a94a): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:09:05.022433 [ 187 ] {aa9bbb3a-da62-4075-81f6-d05edd62a94a::all_1_5_1} oximeter.measurements_f64 (aa9bbb3a-da62-4075-81f6-d05edd62a94a) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2026.01.02 05:09:05.022525 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. 2026.01.02 05:09:08.593393 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:09:08.593610 [ 270 ] {29a1ba42-a9b5-4643-90ad-ed1c3e7f03d7} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.01.02 05:09:08.593689 [ 270 ] {29a1ba42-a9b5-4643-90ad-ed1c3e7f03d7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.01.02 05:09:08.594371 [ 270 ] {29a1ba42-a9b5-4643-90ad-ed1c3e7f03d7} oximeter.fields_i16 (cb56b64a-0514-41c6-b851-58b3833bf8fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:09:08.594419 [ 270 ] {29a1ba42-a9b5-4643-90ad-ed1c3e7f03d7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.01.02 05:09:08.594807 [ 270 ] {29a1ba42-a9b5-4643-90ad-ed1c3e7f03d7} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.01.02 05:09:08.595027 [ 270 ] {29a1ba42-a9b5-4643-90ad-ed1c3e7f03d7} oximeter.fields_i16 (cb56b64a-0514-41c6-b851-58b3833bf8fd): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:09:08.595185 [ 270 ] {29a1ba42-a9b5-4643-90ad-ed1c3e7f03d7} executeQuery: Read 24 rows, 2.04 KiB in 0.00163 sec., 14723.926380368099 rows/sec., 1.22 MiB/sec. 2026.01.02 05:09:08.595227 [ 270 ] {29a1ba42-a9b5-4643-90ad-ed1c3e7f03d7} TCPHandler: Processed in 0.001971813 sec. 2026.01.02 05:09:08.595359 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:09:08.595458 [ 270 ] {b1ac4b35-6ba1-459c-869b-98d4c28b65bd} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.01.02 05:09:08.595499 [ 270 ] {b1ac4b35-6ba1-459c-869b-98d4c28b65bd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.01.02 05:09:08.595886 [ 270 ] {b1ac4b35-6ba1-459c-869b-98d4c28b65bd} oximeter.fields_ipaddr (645cdd3d-4969-40ee-99e7-272b8c981424): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:09:08.595923 [ 270 ] {b1ac4b35-6ba1-459c-869b-98d4c28b65bd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.01.02 05:09:08.596248 [ 270 ] {b1ac4b35-6ba1-459c-869b-98d4c28b65bd} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.01.02 05:09:08.596460 [ 270 ] {b1ac4b35-6ba1-459c-869b-98d4c28b65bd} oximeter.fields_ipaddr (645cdd3d-4969-40ee-99e7-272b8c981424): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:09:08.596589 [ 270 ] {b1ac4b35-6ba1-459c-869b-98d4c28b65bd} executeQuery: Read 2 rows, 167.00 B in 0.001151 sec., 1737.619461337967 rows/sec., 141.69 KiB/sec. 2026.01.02 05:09:08.596626 [ 270 ] {b1ac4b35-6ba1-459c-869b-98d4c28b65bd} TCPHandler: Processed in 0.001325552 sec. 2026.01.02 05:09:08.596731 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:09:08.596822 [ 270 ] {786c4dec-3d1b-44a0-b991-279765efac1e} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.02 05:09:08.596860 [ 270 ] {786c4dec-3d1b-44a0-b991-279765efac1e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.02 05:09:08.597849 [ 270 ] {786c4dec-3d1b-44a0-b991-279765efac1e} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:09:08.597886 [ 270 ] {786c4dec-3d1b-44a0-b991-279765efac1e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.01.02 05:09:08.598261 [ 270 ] {786c4dec-3d1b-44a0-b991-279765efac1e} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.01.02 05:09:08.598467 [ 270 ] {786c4dec-3d1b-44a0-b991-279765efac1e} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:09:08.598595 [ 270 ] {786c4dec-3d1b-44a0-b991-279765efac1e} executeQuery: Read 1317 rows, 112.50 KiB in 0.00179 sec., 735754.1899441341 rows/sec., 61.38 MiB/sec. 2026.01.02 05:09:08.598632 [ 270 ] {786c4dec-3d1b-44a0-b991-279765efac1e} TCPHandler: Processed in 0.001948153 sec. 2026.01.02 05:09:08.598736 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:09:08.598828 [ 270 ] {5b51aa4a-f88b-4404-9743-e78db6bd26ed} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.02 05:09:08.598867 [ 270 ] {5b51aa4a-f88b-4404-9743-e78db6bd26ed} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.02 05:09:08.599246 [ 270 ] {5b51aa4a-f88b-4404-9743-e78db6bd26ed} oximeter.fields_u16 (75d7a870-5da0-445d-b2e0-ec90b5ea7788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:09:08.599282 [ 270 ] {5b51aa4a-f88b-4404-9743-e78db6bd26ed} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.01.02 05:09:08.599574 [ 270 ] {5b51aa4a-f88b-4404-9743-e78db6bd26ed} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.01.02 05:09:08.599781 [ 270 ] {5b51aa4a-f88b-4404-9743-e78db6bd26ed} oximeter.fields_u16 (75d7a870-5da0-445d-b2e0-ec90b5ea7788): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:09:08.599908 [ 270 ] {5b51aa4a-f88b-4404-9743-e78db6bd26ed} executeQuery: Read 14 rows, 1.10 KiB in 0.001099 sec., 12738.853503184715 rows/sec., 1001.44 KiB/sec. 2026.01.02 05:09:08.599944 [ 270 ] {5b51aa4a-f88b-4404-9743-e78db6bd26ed} TCPHandler: Processed in 0.001255832 sec. 2026.01.02 05:09:08.600052 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:09:08.600143 [ 270 ] {6fbda0e5-7b03-47b4-aadd-41751b93263d} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.02 05:09:08.600182 [ 270 ] {6fbda0e5-7b03-47b4-aadd-41751b93263d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.02 05:09:08.600628 [ 270 ] {6fbda0e5-7b03-47b4-aadd-41751b93263d} oximeter.fields_u32 (1310015a-3be0-40ba-9fec-1b5eb4ed9f75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:09:08.600664 [ 270 ] {6fbda0e5-7b03-47b4-aadd-41751b93263d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.01.02 05:09:08.600977 [ 270 ] {6fbda0e5-7b03-47b4-aadd-41751b93263d} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.01.02 05:09:08.601188 [ 270 ] {6fbda0e5-7b03-47b4-aadd-41751b93263d} oximeter.fields_u32 (1310015a-3be0-40ba-9fec-1b5eb4ed9f75): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:09:08.601312 [ 270 ] {6fbda0e5-7b03-47b4-aadd-41751b93263d} executeQuery: Read 252 rows, 17.85 KiB in 0.001187 sec., 212299.9157540017 rows/sec., 14.68 MiB/sec. 2026.01.02 05:09:08.601349 [ 270 ] {6fbda0e5-7b03-47b4-aadd-41751b93263d} TCPHandler: Processed in 0.001344383 sec. 2026.01.02 05:09:08.601462 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:09:08.601552 [ 270 ] {7b36c8b4-4a5b-4e64-be10-b82cfc59de37} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.01.02 05:09:08.601591 [ 270 ] {7b36c8b4-4a5b-4e64-be10-b82cfc59de37} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.01.02 05:09:08.601975 [ 270 ] {7b36c8b4-4a5b-4e64-be10-b82cfc59de37} oximeter.fields_u8 (ae3e3832-81ae-4954-8933-d68b9608f6be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:09:08.602010 [ 270 ] {7b36c8b4-4a5b-4e64-be10-b82cfc59de37} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.01.02 05:09:08.602294 [ 270 ] {7b36c8b4-4a5b-4e64-be10-b82cfc59de37} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.01.02 05:09:08.602489 [ 270 ] {7b36c8b4-4a5b-4e64-be10-b82cfc59de37} oximeter.fields_u8 (ae3e3832-81ae-4954-8933-d68b9608f6be): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:09:08.602617 [ 270 ] {7b36c8b4-4a5b-4e64-be10-b82cfc59de37} executeQuery: Read 12 rows, 960.00 B in 0.001082 sec., 11090.573012939001 rows/sec., 866.45 KiB/sec. 2026.01.02 05:09:08.602653 [ 270 ] {7b36c8b4-4a5b-4e64-be10-b82cfc59de37} TCPHandler: Processed in 0.001237791 sec. 2026.01.02 05:09:08.602758 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:09:08.602848 [ 270 ] {3c7d8de1-61ac-46ca-b81f-c08627a2d32d} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.02 05:09:08.602887 [ 270 ] {3c7d8de1-61ac-46ca-b81f-c08627a2d32d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.02 05:09:08.603437 [ 270 ] {3c7d8de1-61ac-46ca-b81f-c08627a2d32d} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:09:08.603472 [ 270 ] {3c7d8de1-61ac-46ca-b81f-c08627a2d32d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.01.02 05:09:08.603793 [ 270 ] {3c7d8de1-61ac-46ca-b81f-c08627a2d32d} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.01.02 05:09:08.603993 [ 270 ] {3c7d8de1-61ac-46ca-b81f-c08627a2d32d} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:09:08.604116 [ 270 ] {3c7d8de1-61ac-46ca-b81f-c08627a2d32d} executeQuery: Read 558 rows, 42.83 KiB in 0.001286 sec., 433903.5769828927 rows/sec., 32.52 MiB/sec. 2026.01.02 05:09:08.604153 [ 270 ] {3c7d8de1-61ac-46ca-b81f-c08627a2d32d} TCPHandler: Processed in 0.001440984 sec. 2026.01.02 05:09:08.604258 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:09:08.604349 [ 270 ] {a4dda701-ca78-429e-9c54-7b5a9b202355} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.02 05:09:08.604391 [ 270 ] {a4dda701-ca78-429e-9c54-7b5a9b202355} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.02 05:09:08.604951 [ 270 ] {a4dda701-ca78-429e-9c54-7b5a9b202355} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:09:08.604987 [ 270 ] {a4dda701-ca78-429e-9c54-7b5a9b202355} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.01.02 05:09:08.605367 [ 270 ] {a4dda701-ca78-429e-9c54-7b5a9b202355} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.01.02 05:09:08.605590 [ 270 ] {a4dda701-ca78-429e-9c54-7b5a9b202355} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:09:08.605726 [ 270 ] {a4dda701-ca78-429e-9c54-7b5a9b202355} executeQuery: Read 881 rows, 61.23 KiB in 0.001395 sec., 631541.2186379929 rows/sec., 42.86 MiB/sec. 2026.01.02 05:09:08.605764 [ 270 ] {a4dda701-ca78-429e-9c54-7b5a9b202355} TCPHandler: Processed in 0.001552296 sec. 2026.01.02 05:09:08.605886 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:09:08.605980 [ 270 ] {69b0c8d7-b034-4a36-8544-34dc326e6b7a} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.02 05:09:08.606022 [ 270 ] {69b0c8d7-b034-4a36-8544-34dc326e6b7a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.02 05:09:08.606365 [ 270 ] {69b0c8d7-b034-4a36-8544-34dc326e6b7a} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:09:08.606401 [ 270 ] {69b0c8d7-b034-4a36-8544-34dc326e6b7a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.01.02 05:09:08.606704 [ 270 ] {69b0c8d7-b034-4a36-8544-34dc326e6b7a} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.01.02 05:09:08.606912 [ 270 ] {69b0c8d7-b034-4a36-8544-34dc326e6b7a} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:09:08.607045 [ 270 ] {69b0c8d7-b034-4a36-8544-34dc326e6b7a} executeQuery: Read 60 rows, 4.14 KiB in 0.001084 sec., 55350.55350553506 rows/sec., 3.73 MiB/sec. 2026.01.02 05:09:08.607080 [ 270 ] {69b0c8d7-b034-4a36-8544-34dc326e6b7a} TCPHandler: Processed in 0.001243781 sec. 2026.01.02 05:09:09.431676 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 13977 2026.01.02 05:09:09.432269 [ 245 ] {} system.asynchronous_metric_log (bb53ce5c-bddd-4105-a5af-ef87950cd4f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:09:09.432318 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.01.02 05:09:09.432848 [ 245 ] {} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.01.02 05:09:09.433097 [ 245 ] {} system.asynchronous_metric_log (bb53ce5c-bddd-4105-a5af-ef87950cd4f3): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:09:09.433252 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13977 2026.01.02 05:09:10.206417 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 219 2026.01.02 05:09:10.222697 [ 244 ] {} system.metric_log (a59fffb9-cc3a-4586-97e5-9d20b67a7356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:09:10.222752 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.01.02 05:09:10.228586 [ 244 ] {} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.01.02 05:09:10.229293 [ 244 ] {} system.metric_log (a59fffb9-cc3a-4586-97e5-9d20b67a7356): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:09:10.232731 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 219 2026.01.02 05:09:11.971035 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 736 2026.01.02 05:09:11.973341 [ 243 ] {} system.query_log (dd3f3490-5765-4d2a-9406-0e239d3e9a13): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:09:11.973381 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.01.02 05:09:11.974585 [ 243 ] {} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.01.02 05:09:11.974851 [ 243 ] {} system.query_log (dd3f3490-5765-4d2a-9406-0e239d3e9a13): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:09:11.975114 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 736 2026.01.02 05:09:13.567698 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:09:13.568006 [ 270 ] {dc29fd0e-5a70-4b78-99a7-1ec5a6a42dd8} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.02 05:09:13.568108 [ 270 ] {dc29fd0e-5a70-4b78-99a7-1ec5a6a42dd8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.02 05:09:13.568868 [ 270 ] {dc29fd0e-5a70-4b78-99a7-1ec5a6a42dd8} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:09:13.568905 [ 270 ] {dc29fd0e-5a70-4b78-99a7-1ec5a6a42dd8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.01.02 05:09:13.569315 [ 270 ] {dc29fd0e-5a70-4b78-99a7-1ec5a6a42dd8} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.01.02 05:09:13.569540 [ 270 ] {dc29fd0e-5a70-4b78-99a7-1ec5a6a42dd8} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:09:13.569709 [ 270 ] {dc29fd0e-5a70-4b78-99a7-1ec5a6a42dd8} executeQuery: Read 136 rows, 12.08 KiB in 0.001778 sec., 76490.4386951631 rows/sec., 6.63 MiB/sec. 2026.01.02 05:09:13.569751 [ 270 ] {dc29fd0e-5a70-4b78-99a7-1ec5a6a42dd8} TCPHandler: Processed in 0.002239687 sec. 2026.01.02 05:09:13.569872 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:09:13.569971 [ 270 ] {3a399bd9-70e8-4be0-bcc9-4a511e3d129b} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.02 05:09:13.570011 [ 270 ] {3a399bd9-70e8-4be0-bcc9-4a511e3d129b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.02 05:09:13.570414 [ 270 ] {3a399bd9-70e8-4be0-bcc9-4a511e3d129b} oximeter.fields_u16 (75d7a870-5da0-445d-b2e0-ec90b5ea7788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:09:13.570451 [ 270 ] {3a399bd9-70e8-4be0-bcc9-4a511e3d129b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.01.02 05:09:13.570755 [ 270 ] {3a399bd9-70e8-4be0-bcc9-4a511e3d129b} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.01.02 05:09:13.570965 [ 270 ] {3a399bd9-70e8-4be0-bcc9-4a511e3d129b} oximeter.fields_u16 (75d7a870-5da0-445d-b2e0-ec90b5ea7788): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:09:13.571093 [ 270 ] {3a399bd9-70e8-4be0-bcc9-4a511e3d129b} executeQuery: Read 40 rows, 3.01 KiB in 0.001141 sec., 35056.967572304995 rows/sec., 2.57 MiB/sec. 2026.01.02 05:09:13.571130 [ 270 ] {3a399bd9-70e8-4be0-bcc9-4a511e3d129b} TCPHandler: Processed in 0.001308692 sec. 2026.01.02 05:09:13.571249 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:09:13.571364 [ 270 ] {90fb3ea3-5640-48e4-a33a-5e1f07264d0a} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.02 05:09:13.571413 [ 270 ] {90fb3ea3-5640-48e4-a33a-5e1f07264d0a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.02 05:09:13.571927 [ 270 ] {90fb3ea3-5640-48e4-a33a-5e1f07264d0a} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:09:13.571972 [ 270 ] {90fb3ea3-5640-48e4-a33a-5e1f07264d0a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.01.02 05:09:13.572318 [ 270 ] {90fb3ea3-5640-48e4-a33a-5e1f07264d0a} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.01.02 05:09:13.572534 [ 270 ] {90fb3ea3-5640-48e4-a33a-5e1f07264d0a} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:09:13.572664 [ 270 ] {90fb3ea3-5640-48e4-a33a-5e1f07264d0a} executeQuery: Read 104 rows, 8.32 KiB in 0.001324 sec., 78549.84894259818 rows/sec., 6.14 MiB/sec. 2026.01.02 05:09:13.572703 [ 270 ] {90fb3ea3-5640-48e4-a33a-5e1f07264d0a} TCPHandler: Processed in 0.001514005 sec. 2026.01.02 05:09:13.572809 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:09:13.572902 [ 270 ] {e3690fb9-3f89-423b-a23d-735234017417} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.02 05:09:13.572946 [ 270 ] {e3690fb9-3f89-423b-a23d-735234017417} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.02 05:09:13.573386 [ 270 ] {e3690fb9-3f89-423b-a23d-735234017417} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:09:13.573434 [ 270 ] {e3690fb9-3f89-423b-a23d-735234017417} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.01.02 05:09:13.573858 [ 270 ] {e3690fb9-3f89-423b-a23d-735234017417} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.01.02 05:09:13.574127 [ 270 ] {e3690fb9-3f89-423b-a23d-735234017417} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:09:13.574272 [ 270 ] {e3690fb9-3f89-423b-a23d-735234017417} executeQuery: Read 160 rows, 11.41 KiB in 0.001388 sec., 115273.77521613834 rows/sec., 8.03 MiB/sec. 2026.01.02 05:09:13.574311 [ 270 ] {e3690fb9-3f89-423b-a23d-735234017417} TCPHandler: Processed in 0.001550795 sec. 2026.01.02 05:09:13.574430 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:09:13.574555 [ 270 ] {38eb0acc-1388-4c06-983a-4c72728a9dbc} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.02 05:09:13.574622 [ 270 ] {38eb0acc-1388-4c06-983a-4c72728a9dbc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.01.02 05:09:13.575562 [ 270 ] {38eb0acc-1388-4c06-983a-4c72728a9dbc} oximeter.measurements_histogramu64 (1ea2d44b-9dfb-4731-8ee2-8779179f369b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:09:13.575600 [ 270 ] {38eb0acc-1388-4c06-983a-4c72728a9dbc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.01.02 05:09:13.576186 [ 270 ] {38eb0acc-1388-4c06-983a-4c72728a9dbc} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.01.02 05:09:13.576407 [ 270 ] {38eb0acc-1388-4c06-983a-4c72728a9dbc} oximeter.measurements_histogramu64 (1ea2d44b-9dfb-4731-8ee2-8779179f369b): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:09:13.576521 [ 71 ] {} oximeter.measurements_histogramu64 (1ea2d44b-9dfb-4731-8ee2-8779179f369b) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.01.02 05:09:13.576550 [ 270 ] {38eb0acc-1388-4c06-983a-4c72728a9dbc} executeQuery: Read 40 rows, 73.40 KiB in 0.00202 sec., 19801.980198019803 rows/sec., 35.48 MiB/sec. 2026.01.02 05:09:13.576609 [ 71 ] {} oximeter.measurements_histogramu64 (1ea2d44b-9dfb-4731-8ee2-8779179f369b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:09:13.576633 [ 270 ] {38eb0acc-1388-4c06-983a-4c72728a9dbc} TCPHandler: Processed in 0.002264368 sec. 2026.01.02 05:09:13.576638 [ 71 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.01.02 05:09:13.576753 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:09:13.576784 [ 195 ] {1ea2d44b-9dfb-4731-8ee2-8779179f369b::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2026.01.02 05:09:13.576855 [ 270 ] {ef71be23-fa72-435c-ba14-a8f8383913b8} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.02 05:09:13.576904 [ 270 ] {ef71be23-fa72-435c-ba14-a8f8383913b8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.02 05:09:13.577041 [ 195 ] {1ea2d44b-9dfb-4731-8ee2-8779179f369b::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.02 05:09:13.577113 [ 195 ] {1ea2d44b-9dfb-4731-8ee2-8779179f369b::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 542 rows starting from the beginning of the part 2026.01.02 05:09:13.577236 [ 270 ] {ef71be23-fa72-435c-ba14-a8f8383913b8} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:09:13.577252 [ 195 ] {1ea2d44b-9dfb-4731-8ee2-8779179f369b::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 40 rows starting from the beginning of the part 2026.01.02 05:09:13.577283 [ 270 ] {ef71be23-fa72-435c-ba14-a8f8383913b8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.01.02 05:09:13.577372 [ 195 ] {1ea2d44b-9dfb-4731-8ee2-8779179f369b::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 40 rows starting from the beginning of the part 2026.01.02 05:09:13.577477 [ 195 ] {1ea2d44b-9dfb-4731-8ee2-8779179f369b::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 40 rows starting from the beginning of the part 2026.01.02 05:09:13.577572 [ 195 ] {1ea2d44b-9dfb-4731-8ee2-8779179f369b::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 40 rows starting from the beginning of the part 2026.01.02 05:09:13.577608 [ 270 ] {ef71be23-fa72-435c-ba14-a8f8383913b8} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.01.02 05:09:13.577673 [ 195 ] {1ea2d44b-9dfb-4731-8ee2-8779179f369b::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 40 rows starting from the beginning of the part 2026.01.02 05:09:13.577844 [ 270 ] {ef71be23-fa72-435c-ba14-a8f8383913b8} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:09:13.577981 [ 270 ] {ef71be23-fa72-435c-ba14-a8f8383913b8} executeQuery: Read 60 rows, 4.14 KiB in 0.001146 sec., 52356.02094240837 rows/sec., 3.53 MiB/sec. 2026.01.02 05:09:13.578020 [ 270 ] {ef71be23-fa72-435c-ba14-a8f8383913b8} TCPHandler: Processed in 0.001316271 sec. 2026.01.02 05:09:13.601494 [ 190 ] {1ea2d44b-9dfb-4731-8ee2-8779179f369b::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 742 rows, containing 19 columns (19 merged, 0 gathered) in 0.024756864 sec., 29971.485887711788 rows/sec., 53.71 MiB/sec. 2026.01.02 05:09:13.602673 [ 186 ] {1ea2d44b-9dfb-4731-8ee2-8779179f369b::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.01.02 05:09:13.603061 [ 186 ] {1ea2d44b-9dfb-4731-8ee2-8779179f369b::all_1_21_4} oximeter.measurements_histogramu64 (1ea2d44b-9dfb-4731-8ee2-8779179f369b): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:09:13.603143 [ 186 ] {1ea2d44b-9dfb-4731-8ee2-8779179f369b::all_1_21_4} oximeter.measurements_histogramu64 (1ea2d44b-9dfb-4731-8ee2-8779179f369b) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.01.02 05:09:13.603286 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.75 MiB. 2026.01.02 05:09:14.001179 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 268.94 MiB, peak 276.65 MiB, free memory in arenas 0.00 B, will set to 271.06 MiB (RSS), difference: 2.12 MiB 2026.01.02 05:09:16.777246 [ 130 ] {} DNSResolver: Updating DNS cache 2026.01.02 05:09:16.777299 [ 130 ] {} DNSResolver: Updated DNS cache 2026.01.02 05:09:16.933314 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 14425 2026.01.02 05:09:16.933882 [ 245 ] {} system.asynchronous_metric_log (bb53ce5c-bddd-4105-a5af-ef87950cd4f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:09:16.933938 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.01.02 05:09:16.934476 [ 245 ] {} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.01.02 05:09:16.934710 [ 245 ] {} system.asynchronous_metric_log (bb53ce5c-bddd-4105-a5af-ef87950cd4f3): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:09:16.934859 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14425 2026.01.02 05:09:17.732782 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 226 2026.01.02 05:09:17.749585 [ 244 ] {} system.metric_log (a59fffb9-cc3a-4586-97e5-9d20b67a7356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:09:17.749637 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.01.02 05:09:17.755886 [ 244 ] {} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.01.02 05:09:17.756595 [ 244 ] {} system.metric_log (a59fffb9-cc3a-4586-97e5-9d20b67a7356): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:09:17.759672 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 226 2026.01.02 05:09:18.565810 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:09:18.566006 [ 270 ] {31bb1353-4179-4c51-bd94-1e93e3cff6ae} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.02 05:09:18.566077 [ 270 ] {31bb1353-4179-4c51-bd94-1e93e3cff6ae} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.02 05:09:18.566749 [ 270 ] {31bb1353-4179-4c51-bd94-1e93e3cff6ae} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:09:18.566795 [ 270 ] {31bb1353-4179-4c51-bd94-1e93e3cff6ae} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.01.02 05:09:18.567183 [ 270 ] {31bb1353-4179-4c51-bd94-1e93e3cff6ae} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2026.01.02 05:09:18.567403 [ 270 ] {31bb1353-4179-4c51-bd94-1e93e3cff6ae} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:09:18.567540 [ 152 ] {} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2026.01.02 05:09:18.567555 [ 270 ] {31bb1353-4179-4c51-bd94-1e93e3cff6ae} executeQuery: Read 56 rows, 4.41 KiB in 0.001603 sec., 34934.49781659389 rows/sec., 2.68 MiB/sec. 2026.01.02 05:09:18.567622 [ 152 ] {} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:09:18.567643 [ 270 ] {31bb1353-4179-4c51-bd94-1e93e3cff6ae} TCPHandler: Processed in 0.001969982 sec. 2026.01.02 05:09:18.567652 [ 152 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.01.02 05:09:18.567765 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:09:18.567847 [ 198 ] {83d580c8-cdc4-4d78-bcce-488a9e56976e::all_1_41_8} MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full 2026.01.02 05:09:18.567865 [ 270 ] {82544330-1822-40fc-b245-eef293aff86d} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.02 05:09:18.567963 [ 270 ] {82544330-1822-40fc-b245-eef293aff86d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.02 05:09:18.568067 [ 198 ] {83d580c8-cdc4-4d78-bcce-488a9e56976e::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.02 05:09:18.568127 [ 198 ] {83d580c8-cdc4-4d78-bcce-488a9e56976e::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 2464 rows starting from the beginning of the part 2026.01.02 05:09:18.568229 [ 198 ] {83d580c8-cdc4-4d78-bcce-488a9e56976e::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 56 rows starting from the beginning of the part 2026.01.02 05:09:18.568305 [ 198 ] {83d580c8-cdc4-4d78-bcce-488a9e56976e::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 136 rows starting from the beginning of the part 2026.01.02 05:09:18.568366 [ 270 ] {82544330-1822-40fc-b245-eef293aff86d} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:09:18.568368 [ 198 ] {83d580c8-cdc4-4d78-bcce-488a9e56976e::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 1317 rows starting from the beginning of the part 2026.01.02 05:09:18.568410 [ 270 ] {82544330-1822-40fc-b245-eef293aff86d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.01.02 05:09:18.568433 [ 198 ] {83d580c8-cdc4-4d78-bcce-488a9e56976e::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 136 rows starting from the beginning of the part 2026.01.02 05:09:18.568482 [ 198 ] {83d580c8-cdc4-4d78-bcce-488a9e56976e::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 56 rows starting from the beginning of the part 2026.01.02 05:09:18.568737 [ 270 ] {82544330-1822-40fc-b245-eef293aff86d} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2026.01.02 05:09:18.568953 [ 270 ] {82544330-1822-40fc-b245-eef293aff86d} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:09:18.569079 [ 173 ] {} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2026.01.02 05:09:18.569082 [ 270 ] {82544330-1822-40fc-b245-eef293aff86d} executeQuery: Read 64 rows, 5.12 KiB in 0.001235 sec., 51821.86234817814 rows/sec., 4.04 MiB/sec. 2026.01.02 05:09:18.569117 [ 173 ] {} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:09:18.569134 [ 270 ] {82544330-1822-40fc-b245-eef293aff86d} TCPHandler: Processed in 0.001416954 sec. 2026.01.02 05:09:18.569138 [ 173 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.01.02 05:09:18.569226 [ 186 ] {a2603088-a695-4667-9faf-2a4ce1a4e7af::all_1_41_8} MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full 2026.01.02 05:09:18.569247 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:09:18.569323 [ 186 ] {a2603088-a695-4667-9faf-2a4ce1a4e7af::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.02 05:09:18.569354 [ 270 ] {b1d10d5c-4453-4a07-8a35-61c440705ea8} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.02 05:09:18.569354 [ 186 ] {a2603088-a695-4667-9faf-2a4ce1a4e7af::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1249 rows starting from the beginning of the part 2026.01.02 05:09:18.569404 [ 270 ] {b1d10d5c-4453-4a07-8a35-61c440705ea8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.02 05:09:18.569427 [ 186 ] {a2603088-a695-4667-9faf-2a4ce1a4e7af::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 64 rows starting from the beginning of the part 2026.01.02 05:09:18.569474 [ 186 ] {a2603088-a695-4667-9faf-2a4ce1a4e7af::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 104 rows starting from the beginning of the part 2026.01.02 05:09:18.569512 [ 186 ] {a2603088-a695-4667-9faf-2a4ce1a4e7af::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 558 rows starting from the beginning of the part 2026.01.02 05:09:18.569550 [ 186 ] {a2603088-a695-4667-9faf-2a4ce1a4e7af::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 104 rows starting from the beginning of the part 2026.01.02 05:09:18.569588 [ 186 ] {a2603088-a695-4667-9faf-2a4ce1a4e7af::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 64 rows starting from the beginning of the part 2026.01.02 05:09:18.569800 [ 270 ] {b1d10d5c-4453-4a07-8a35-61c440705ea8} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:09:18.569838 [ 270 ] {b1d10d5c-4453-4a07-8a35-61c440705ea8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.01.02 05:09:18.570298 [ 191 ] {83d580c8-cdc4-4d78-bcce-488a9e56976e::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 4165 rows, containing 5 columns (5 merged, 0 gathered) in 0.002527972 sec., 1647565.7167088876 rows/sec., 142.23 MiB/sec. 2026.01.02 05:09:18.570314 [ 270 ] {b1d10d5c-4453-4a07-8a35-61c440705ea8} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.01.02 05:09:18.570572 [ 190 ] {a2603088-a695-4667-9faf-2a4ce1a4e7af::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 2143 rows, containing 5 columns (5 merged, 0 gathered) in 0.001380723 sec., 1552085.392942683 rows/sec., 120.49 MiB/sec. 2026.01.02 05:09:18.570576 [ 270 ] {b1d10d5c-4453-4a07-8a35-61c440705ea8} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:09:18.570646 [ 199 ] {83d580c8-cdc4-4d78-bcce-488a9e56976e::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2026.01.02 05:09:18.570740 [ 270 ] {b1d10d5c-4453-4a07-8a35-61c440705ea8} executeQuery: Read 160 rows, 11.41 KiB in 0.001404 sec., 113960.11396011396 rows/sec., 7.94 MiB/sec. 2026.01.02 05:09:18.570748 [ 186 ] {a2603088-a695-4667-9faf-2a4ce1a4e7af::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2026.01.02 05:09:18.570783 [ 270 ] {b1d10d5c-4453-4a07-8a35-61c440705ea8} TCPHandler: Processed in 0.001583226 sec. 2026.01.02 05:09:18.570897 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:09:18.570990 [ 270 ] {2ab1e964-2299-45f4-a616-6ea0270c9645} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.02 05:09:18.571033 [ 270 ] {2ab1e964-2299-45f4-a616-6ea0270c9645} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.02 05:09:18.571057 [ 186 ] {a2603088-a695-4667-9faf-2a4ce1a4e7af::all_1_41_8} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:09:18.571088 [ 199 ] {83d580c8-cdc4-4d78-bcce-488a9e56976e::all_1_41_8} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:09:18.571134 [ 186 ] {a2603088-a695-4667-9faf-2a4ce1a4e7af::all_1_41_8} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2026.01.02 05:09:18.571194 [ 199 ] {83d580c8-cdc4-4d78-bcce-488a9e56976e::all_1_41_8} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2026.01.02 05:09:18.571207 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.61 MiB. 2026.01.02 05:09:18.571315 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.05 MiB. 2026.01.02 05:09:18.571368 [ 270 ] {2ab1e964-2299-45f4-a616-6ea0270c9645} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:09:18.571407 [ 270 ] {2ab1e964-2299-45f4-a616-6ea0270c9645} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.01.02 05:09:18.571713 [ 270 ] {2ab1e964-2299-45f4-a616-6ea0270c9645} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.01.02 05:09:18.571914 [ 270 ] {2ab1e964-2299-45f4-a616-6ea0270c9645} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:09:18.572038 [ 270 ] {2ab1e964-2299-45f4-a616-6ea0270c9645} executeQuery: Read 60 rows, 4.14 KiB in 0.001065 sec., 56338.028169014084 rows/sec., 3.80 MiB/sec. 2026.01.02 05:09:18.572071 [ 270 ] {2ab1e964-2299-45f4-a616-6ea0270c9645} TCPHandler: Processed in 0.001222081 sec. 2026.01.02 05:09:19.337413 [ 152 ] {} oximeter.fields_ipaddr (645cdd3d-4969-40ee-99e7-272b8c981424) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 2026.01.02 05:09:19.337502 [ 152 ] {} oximeter.fields_ipaddr (645cdd3d-4969-40ee-99e7-272b8c981424): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:09:19.337538 [ 152 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.01.02 05:09:19.337720 [ 186 ] {645cdd3d-4969-40ee-99e7-272b8c981424::all_1_13_3} MergeTask::PrepareStage: Merging 5 parts: from all_1_9_2 to all_13_13_0 into Compact with storage Full 2026.01.02 05:09:19.337935 [ 186 ] {645cdd3d-4969-40ee-99e7-272b8c981424::all_1_13_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.02 05:09:19.337990 [ 186 ] {645cdd3d-4969-40ee-99e7-272b8c981424::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 20 rows starting from the beginning of the part 2026.01.02 05:09:19.338094 [ 186 ] {645cdd3d-4969-40ee-99e7-272b8c981424::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 4 rows starting from the beginning of the part 2026.01.02 05:09:19.338169 [ 186 ] {645cdd3d-4969-40ee-99e7-272b8c981424::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 2 rows starting from the beginning of the part 2026.01.02 05:09:19.338240 [ 186 ] {645cdd3d-4969-40ee-99e7-272b8c981424::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 10 rows starting from the beginning of the part 2026.01.02 05:09:19.338305 [ 186 ] {645cdd3d-4969-40ee-99e7-272b8c981424::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 2 rows starting from the beginning of the part 2026.01.02 05:09:19.339228 [ 190 ] {645cdd3d-4969-40ee-99e7-272b8c981424::all_1_13_3} MergeTask::MergeProjectionsStage: Merge sorted 38 rows, containing 5 columns (5 merged, 0 gathered) in 0.001591197 sec., 23881.392436008868 rows/sec., 1.99 MiB/sec. 2026.01.02 05:09:19.339366 [ 190 ] {645cdd3d-4969-40ee-99e7-272b8c981424::all_1_13_3} MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) 2026.01.02 05:09:19.339662 [ 190 ] {645cdd3d-4969-40ee-99e7-272b8c981424::all_1_13_3} oximeter.fields_ipaddr (645cdd3d-4969-40ee-99e7-272b8c981424): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:09:19.339743 [ 190 ] {645cdd3d-4969-40ee-99e7-272b8c981424::all_1_13_3} oximeter.fields_ipaddr (645cdd3d-4969-40ee-99e7-272b8c981424) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 2026.01.02 05:09:19.339818 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. 2026.01.02 05:09:21.975305 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 756 2026.01.02 05:09:21.977363 [ 243 ] {} system.query_log (dd3f3490-5765-4d2a-9406-0e239d3e9a13): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:09:21.977412 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.01.02 05:09:21.978657 [ 243 ] {} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.01.02 05:09:21.978930 [ 243 ] {} system.query_log (dd3f3490-5765-4d2a-9406-0e239d3e9a13): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:09:21.979202 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 756 2026.01.02 05:09:23.568179 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:09:23.568488 [ 270 ] {4441fe6e-ba78-488d-b670-aed0609ab4e6} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.01.02 05:09:23.568617 [ 270 ] {4441fe6e-ba78-488d-b670-aed0609ab4e6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.01.02 05:09:23.569232 [ 270 ] {4441fe6e-ba78-488d-b670-aed0609ab4e6} oximeter.fields_ipaddr (645cdd3d-4969-40ee-99e7-272b8c981424): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:09:23.569275 [ 270 ] {4441fe6e-ba78-488d-b670-aed0609ab4e6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.01.02 05:09:23.569646 [ 270 ] {4441fe6e-ba78-488d-b670-aed0609ab4e6} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.01.02 05:09:23.569866 [ 270 ] {4441fe6e-ba78-488d-b670-aed0609ab4e6} oximeter.fields_ipaddr (645cdd3d-4969-40ee-99e7-272b8c981424): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:09:23.570020 [ 270 ] {4441fe6e-ba78-488d-b670-aed0609ab4e6} executeQuery: Read 4 rows, 334.00 B in 0.001608 sec., 2487.5621890547263 rows/sec., 202.84 KiB/sec. 2026.01.02 05:09:23.570070 [ 270 ] {4441fe6e-ba78-488d-b670-aed0609ab4e6} TCPHandler: Processed in 0.002070765 sec. 2026.01.02 05:09:23.570185 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:09:23.570303 [ 270 ] {75f0562d-5051-4efd-a577-5ccca45fcfad} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.02 05:09:23.570343 [ 270 ] {75f0562d-5051-4efd-a577-5ccca45fcfad} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.02 05:09:23.570816 [ 270 ] {75f0562d-5051-4efd-a577-5ccca45fcfad} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:09:23.570852 [ 270 ] {75f0562d-5051-4efd-a577-5ccca45fcfad} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.01.02 05:09:23.571169 [ 270 ] {75f0562d-5051-4efd-a577-5ccca45fcfad} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2026.01.02 05:09:23.571376 [ 270 ] {75f0562d-5051-4efd-a577-5ccca45fcfad} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:09:23.571501 [ 270 ] {75f0562d-5051-4efd-a577-5ccca45fcfad} executeQuery: Read 138 rows, 12.22 KiB in 0.001217 sec., 113393.5907970419 rows/sec., 9.81 MiB/sec. 2026.01.02 05:09:23.571538 [ 270 ] {75f0562d-5051-4efd-a577-5ccca45fcfad} TCPHandler: Processed in 0.001401233 sec. 2026.01.02 05:09:23.571657 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:09:23.571747 [ 270 ] {de2fcf6a-528d-4357-b3fe-189f313aea2f} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.02 05:09:23.571786 [ 270 ] {de2fcf6a-528d-4357-b3fe-189f313aea2f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.02 05:09:23.572186 [ 270 ] {de2fcf6a-528d-4357-b3fe-189f313aea2f} oximeter.fields_u16 (75d7a870-5da0-445d-b2e0-ec90b5ea7788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:09:23.572222 [ 270 ] {de2fcf6a-528d-4357-b3fe-189f313aea2f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.01.02 05:09:23.572525 [ 270 ] {de2fcf6a-528d-4357-b3fe-189f313aea2f} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.01.02 05:09:23.572726 [ 270 ] {de2fcf6a-528d-4357-b3fe-189f313aea2f} oximeter.fields_u16 (75d7a870-5da0-445d-b2e0-ec90b5ea7788): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:09:23.572847 [ 270 ] {de2fcf6a-528d-4357-b3fe-189f313aea2f} executeQuery: Read 44 rows, 3.29 KiB in 0.001118 sec., 39355.99284436493 rows/sec., 2.87 MiB/sec. 2026.01.02 05:09:23.572884 [ 270 ] {de2fcf6a-528d-4357-b3fe-189f313aea2f} TCPHandler: Processed in 0.001274241 sec. 2026.01.02 05:09:23.572989 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:09:23.573078 [ 270 ] {b8c8483e-a78b-4eaa-bd9d-590e944579c6} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.02 05:09:23.573116 [ 270 ] {b8c8483e-a78b-4eaa-bd9d-590e944579c6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.02 05:09:23.573518 [ 270 ] {b8c8483e-a78b-4eaa-bd9d-590e944579c6} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:09:23.573554 [ 270 ] {b8c8483e-a78b-4eaa-bd9d-590e944579c6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.01.02 05:09:23.573845 [ 270 ] {b8c8483e-a78b-4eaa-bd9d-590e944579c6} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2026.01.02 05:09:23.574042 [ 270 ] {b8c8483e-a78b-4eaa-bd9d-590e944579c6} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:09:23.574163 [ 270 ] {b8c8483e-a78b-4eaa-bd9d-590e944579c6} executeQuery: Read 108 rows, 8.64 KiB in 0.001102 sec., 98003.62976406535 rows/sec., 7.66 MiB/sec. 2026.01.02 05:09:23.574199 [ 270 ] {b8c8483e-a78b-4eaa-bd9d-590e944579c6} TCPHandler: Processed in 0.001257211 sec. 2026.01.02 05:09:23.574316 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:09:23.574406 [ 270 ] {afdc7cbd-282a-41a5-8d19-a8896ea961e8} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.02 05:09:23.574448 [ 270 ] {afdc7cbd-282a-41a5-8d19-a8896ea961e8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.02 05:09:23.574827 [ 270 ] {afdc7cbd-282a-41a5-8d19-a8896ea961e8} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:09:23.574862 [ 270 ] {afdc7cbd-282a-41a5-8d19-a8896ea961e8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.01.02 05:09:23.575179 [ 270 ] {afdc7cbd-282a-41a5-8d19-a8896ea961e8} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2026.01.02 05:09:23.575386 [ 270 ] {afdc7cbd-282a-41a5-8d19-a8896ea961e8} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:09:23.575496 [ 124 ] {} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2026.01.02 05:09:23.575509 [ 270 ] {afdc7cbd-282a-41a5-8d19-a8896ea961e8} executeQuery: Read 162 rows, 11.55 KiB in 0.00112 sec., 144642.85714285716 rows/sec., 10.07 MiB/sec. 2026.01.02 05:09:23.575573 [ 124 ] {} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:09:23.575586 [ 270 ] {afdc7cbd-282a-41a5-8d19-a8896ea961e8} TCPHandler: Processed in 0.001320822 sec. 2026.01.02 05:09:23.575598 [ 124 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.01.02 05:09:23.575699 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:09:23.575733 [ 186 ] {935760ec-14c4-43f9-bf0f-f949cce05eda::all_1_41_8} MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full 2026.01.02 05:09:23.575794 [ 270 ] {5c190d87-8b73-4acd-b696-7f9328588eed} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.02 05:09:23.575851 [ 270 ] {5c190d87-8b73-4acd-b696-7f9328588eed} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.01.02 05:09:23.575894 [ 186 ] {935760ec-14c4-43f9-bf0f-f949cce05eda::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.02 05:09:23.575941 [ 186 ] {935760ec-14c4-43f9-bf0f-f949cce05eda::all_1_41_8} MergeTreeSequentialSource: Reading 3 marks from part all_1_36_7, total 10907 rows starting from the beginning of the part 2026.01.02 05:09:23.576015 [ 186 ] {935760ec-14c4-43f9-bf0f-f949cce05eda::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 160 rows starting from the beginning of the part 2026.01.02 05:09:23.576071 [ 186 ] {935760ec-14c4-43f9-bf0f-f949cce05eda::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 881 rows starting from the beginning of the part 2026.01.02 05:09:23.576121 [ 186 ] {935760ec-14c4-43f9-bf0f-f949cce05eda::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 160 rows starting from the beginning of the part 2026.01.02 05:09:23.576168 [ 186 ] {935760ec-14c4-43f9-bf0f-f949cce05eda::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 160 rows starting from the beginning of the part 2026.01.02 05:09:23.576216 [ 186 ] {935760ec-14c4-43f9-bf0f-f949cce05eda::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 162 rows starting from the beginning of the part 2026.01.02 05:09:23.576645 [ 270 ] {5c190d87-8b73-4acd-b696-7f9328588eed} oximeter.measurements_histogramu64 (1ea2d44b-9dfb-4731-8ee2-8779179f369b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:09:23.576684 [ 270 ] {5c190d87-8b73-4acd-b696-7f9328588eed} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.01.02 05:09:23.577255 [ 270 ] {5c190d87-8b73-4acd-b696-7f9328588eed} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.01.02 05:09:23.577505 [ 270 ] {5c190d87-8b73-4acd-b696-7f9328588eed} oximeter.measurements_histogramu64 (1ea2d44b-9dfb-4731-8ee2-8779179f369b): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:09:23.577644 [ 270 ] {5c190d87-8b73-4acd-b696-7f9328588eed} executeQuery: Read 40 rows, 73.40 KiB in 0.001868 sec., 21413.276231263382 rows/sec., 38.37 MiB/sec. 2026.01.02 05:09:23.577695 [ 270 ] {5c190d87-8b73-4acd-b696-7f9328588eed} TCPHandler: Processed in 0.002044604 sec. 2026.01.02 05:09:23.577802 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:09:23.577902 [ 270 ] {e8e1c714-e4c2-49f1-834e-455f403fc060} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.02 05:09:23.577946 [ 270 ] {e8e1c714-e4c2-49f1-834e-455f403fc060} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.02 05:09:23.578289 [ 270 ] {e8e1c714-e4c2-49f1-834e-455f403fc060} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:09:23.578328 [ 270 ] {e8e1c714-e4c2-49f1-834e-455f403fc060} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.01.02 05:09:23.578667 [ 270 ] {e8e1c714-e4c2-49f1-834e-455f403fc060} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.01.02 05:09:23.578894 [ 270 ] {e8e1c714-e4c2-49f1-834e-455f403fc060} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:09:23.579026 [ 270 ] {e8e1c714-e4c2-49f1-834e-455f403fc060} executeQuery: Read 60 rows, 4.14 KiB in 0.001143 sec., 52493.43832020998 rows/sec., 3.54 MiB/sec. 2026.01.02 05:09:23.579061 [ 270 ] {e8e1c714-e4c2-49f1-834e-455f403fc060} TCPHandler: Processed in 0.001311272 sec. 2026.01.02 05:09:23.579705 [ 199 ] {935760ec-14c4-43f9-bf0f-f949cce05eda::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 12430 rows, containing 5 columns (5 merged, 0 gathered) in 0.004028918 sec., 3085195.578564766 rows/sec., 210.91 MiB/sec. 2026.01.02 05:09:23.580143 [ 199 ] {935760ec-14c4-43f9-bf0f-f949cce05eda::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2026.01.02 05:09:23.580451 [ 199 ] {935760ec-14c4-43f9-bf0f-f949cce05eda::all_1_41_8} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:09:23.580536 [ 199 ] {935760ec-14c4-43f9-bf0f-f949cce05eda::all_1_41_8} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2026.01.02 05:09:23.580646 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.37 MiB. 2026.01.02 05:09:24.435329 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 14937 2026.01.02 05:09:24.436142 [ 245 ] {} system.asynchronous_metric_log (bb53ce5c-bddd-4105-a5af-ef87950cd4f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:09:24.436186 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.01.02 05:09:24.436684 [ 245 ] {} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.01.02 05:09:24.436921 [ 245 ] {} system.asynchronous_metric_log (bb53ce5c-bddd-4105-a5af-ef87950cd4f3): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:09:24.437050 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14937 2026.01.02 05:09:24.437059 [ 124 ] {} system.asynchronous_metric_log (bb53ce5c-bddd-4105-a5af-ef87950cd4f3) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.01.02 05:09:24.437133 [ 124 ] {} system.asynchronous_metric_log (bb53ce5c-bddd-4105-a5af-ef87950cd4f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:09:24.437157 [ 124 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.01.02 05:09:24.437278 [ 201 ] {bb53ce5c-bddd-4105-a5af-ef87950cd4f3::all_1_31_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full 2026.01.02 05:09:24.437384 [ 201 ] {bb53ce5c-bddd-4105-a5af-ef87950cd4f3::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.02 05:09:24.437417 [ 201 ] {bb53ce5c-bddd-4105-a5af-ef87950cd4f3::all_1_31_6} MergeTreeSequentialSource: Reading 3 marks from part all_1_26_5, total 12505 rows starting from the beginning of the part 2026.01.02 05:09:24.437479 [ 201 ] {bb53ce5c-bddd-4105-a5af-ef87950cd4f3::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.01.02 05:09:24.437527 [ 201 ] {bb53ce5c-bddd-4105-a5af-ef87950cd4f3::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.01.02 05:09:24.437572 [ 201 ] {bb53ce5c-bddd-4105-a5af-ef87950cd4f3::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.01.02 05:09:24.437614 [ 201 ] {bb53ce5c-bddd-4105-a5af-ef87950cd4f3::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.01.02 05:09:24.437652 [ 201 ] {bb53ce5c-bddd-4105-a5af-ef87950cd4f3::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.01.02 05:09:24.439314 [ 186 ] {bb53ce5c-bddd-4105-a5af-ef87950cd4f3::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 14937 rows, containing 4 columns (4 merged, 0 gathered) in 0.002076615 sec., 7192955.84400575 rows/sec., 102.90 MiB/sec. 2026.01.02 05:09:24.439763 [ 188 ] {bb53ce5c-bddd-4105-a5af-ef87950cd4f3::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.01.02 05:09:24.440067 [ 188 ] {bb53ce5c-bddd-4105-a5af-ef87950cd4f3::all_1_31_6} system.asynchronous_metric_log (bb53ce5c-bddd-4105-a5af-ef87950cd4f3): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:09:24.440148 [ 188 ] {bb53ce5c-bddd-4105-a5af-ef87950cd4f3::all_1_31_6} system.asynchronous_metric_log (bb53ce5c-bddd-4105-a5af-ef87950cd4f3) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.01.02 05:09:24.440247 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.49 MiB. 2026.01.02 05:09:25.259833 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 234 2026.01.02 05:09:25.276350 [ 244 ] {} system.metric_log (a59fffb9-cc3a-4586-97e5-9d20b67a7356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:09:25.276395 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.01.02 05:09:25.282043 [ 244 ] {} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.01.02 05:09:25.282715 [ 244 ] {} system.metric_log (a59fffb9-cc3a-4586-97e5-9d20b67a7356): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:09:25.282969 [ 124 ] {} system.metric_log (a59fffb9-cc3a-4586-97e5-9d20b67a7356) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.01.02 05:09:25.283015 [ 124 ] {} system.metric_log (a59fffb9-cc3a-4586-97e5-9d20b67a7356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:09:25.283038 [ 124 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.01.02 05:09:25.283213 [ 201 ] {a59fffb9-cc3a-4586-97e5-9d20b67a7356::all_1_31_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full 2026.01.02 05:09:25.285786 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 234 2026.01.02 05:09:25.287433 [ 201 ] {a59fffb9-cc3a-4586-97e5-9d20b67a7356::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.02 05:09:25.289029 [ 201 ] {a59fffb9-cc3a-4586-97e5-9d20b67a7356::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 196 rows starting from the beginning of the part 2026.01.02 05:09:25.293746 [ 201 ] {a59fffb9-cc3a-4586-97e5-9d20b67a7356::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 8 rows starting from the beginning of the part 2026.01.02 05:09:25.298197 [ 201 ] {a59fffb9-cc3a-4586-97e5-9d20b67a7356::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 7 rows starting from the beginning of the part 2026.01.02 05:09:25.302380 [ 201 ] {a59fffb9-cc3a-4586-97e5-9d20b67a7356::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 8 rows starting from the beginning of the part 2026.01.02 05:09:25.306802 [ 201 ] {a59fffb9-cc3a-4586-97e5-9d20b67a7356::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 7 rows starting from the beginning of the part 2026.01.02 05:09:25.310694 [ 201 ] {a59fffb9-cc3a-4586-97e5-9d20b67a7356::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 8 rows starting from the beginning of the part 2026.01.02 05:09:25.363272 [ 193 ] {a59fffb9-cc3a-4586-97e5-9d20b67a7356::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 234 rows, containing 679 columns (679 merged, 0 gathered) in 0.080150382 sec., 2919.5119743783625 rows/sec., 15.10 MiB/sec. 2026.01.02 05:09:25.365059 [ 193 ] {a59fffb9-cc3a-4586-97e5-9d20b67a7356::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.01.02 05:09:25.366710 [ 193 ] {a59fffb9-cc3a-4586-97e5-9d20b67a7356::all_1_31_6} system.metric_log (a59fffb9-cc3a-4586-97e5-9d20b67a7356): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:09:25.366805 [ 193 ] {a59fffb9-cc3a-4586-97e5-9d20b67a7356::all_1_31_6} system.metric_log (a59fffb9-cc3a-4586-97e5-9d20b67a7356) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.01.02 05:09:25.368109 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB. 2026.01.02 05:09:26.000194 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 272.83 MiB, peak 283.37 MiB, free memory in arenas 0.00 B, will set to 277.87 MiB (RSS), difference: 5.04 MiB 2026.01.02 05:09:28.566260 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:09:28.566451 [ 270 ] {4d286a0a-50c7-48c5-8e70-814302d49690} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.02 05:09:28.566515 [ 270 ] {4d286a0a-50c7-48c5-8e70-814302d49690} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.02 05:09:28.567163 [ 270 ] {4d286a0a-50c7-48c5-8e70-814302d49690} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:09:28.567208 [ 270 ] {4d286a0a-50c7-48c5-8e70-814302d49690} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.01.02 05:09:28.567600 [ 270 ] {4d286a0a-50c7-48c5-8e70-814302d49690} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2026.01.02 05:09:28.567824 [ 270 ] {4d286a0a-50c7-48c5-8e70-814302d49690} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:09:28.567980 [ 270 ] {4d286a0a-50c7-48c5-8e70-814302d49690} executeQuery: Read 56 rows, 4.41 KiB in 0.001578 sec., 35487.95944233207 rows/sec., 2.73 MiB/sec. 2026.01.02 05:09:28.568021 [ 270 ] {4d286a0a-50c7-48c5-8e70-814302d49690} TCPHandler: Processed in 0.001889251 sec. 2026.01.02 05:09:28.568141 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:09:28.568235 [ 270 ] {e45de3e2-e71b-45fe-a9f9-dc58ea2e9ced} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.02 05:09:28.568277 [ 270 ] {e45de3e2-e71b-45fe-a9f9-dc58ea2e9ced} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.02 05:09:28.568685 [ 270 ] {e45de3e2-e71b-45fe-a9f9-dc58ea2e9ced} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:09:28.568721 [ 270 ] {e45de3e2-e71b-45fe-a9f9-dc58ea2e9ced} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.01.02 05:09:28.569030 [ 270 ] {e45de3e2-e71b-45fe-a9f9-dc58ea2e9ced} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2026.01.02 05:09:28.569236 [ 270 ] {e45de3e2-e71b-45fe-a9f9-dc58ea2e9ced} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:09:28.569366 [ 270 ] {e45de3e2-e71b-45fe-a9f9-dc58ea2e9ced} executeQuery: Read 64 rows, 5.12 KiB in 0.001148 sec., 55749.12891986063 rows/sec., 4.35 MiB/sec. 2026.01.02 05:09:28.569402 [ 270 ] {e45de3e2-e71b-45fe-a9f9-dc58ea2e9ced} TCPHandler: Processed in 0.001311072 sec. 2026.01.02 05:09:28.569525 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:09:28.569618 [ 270 ] {2b65c23c-84a0-47f6-9396-b6d85a2c7faa} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.02 05:09:28.569662 [ 270 ] {2b65c23c-84a0-47f6-9396-b6d85a2c7faa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.02 05:09:28.570066 [ 270 ] {2b65c23c-84a0-47f6-9396-b6d85a2c7faa} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:09:28.570101 [ 270 ] {2b65c23c-84a0-47f6-9396-b6d85a2c7faa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.01.02 05:09:28.570441 [ 270 ] {2b65c23c-84a0-47f6-9396-b6d85a2c7faa} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2026.01.02 05:09:28.570646 [ 270 ] {2b65c23c-84a0-47f6-9396-b6d85a2c7faa} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:09:28.570773 [ 270 ] {2b65c23c-84a0-47f6-9396-b6d85a2c7faa} executeQuery: Read 160 rows, 11.41 KiB in 0.001174 sec., 136286.20102214653 rows/sec., 9.49 MiB/sec. 2026.01.02 05:09:28.570810 [ 270 ] {2b65c23c-84a0-47f6-9396-b6d85a2c7faa} TCPHandler: Processed in 0.001332882 sec. 2026.01.02 05:09:28.570914 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:09:28.571019 [ 270 ] {50e6708c-4bdf-48fc-89b5-b1d0c95bff79} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.02 05:09:28.571063 [ 270 ] {50e6708c-4bdf-48fc-89b5-b1d0c95bff79} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.02 05:09:28.571416 [ 270 ] {50e6708c-4bdf-48fc-89b5-b1d0c95bff79} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:09:28.571456 [ 270 ] {50e6708c-4bdf-48fc-89b5-b1d0c95bff79} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.01.02 05:09:28.571776 [ 270 ] {50e6708c-4bdf-48fc-89b5-b1d0c95bff79} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2026.01.02 05:09:28.572001 [ 270 ] {50e6708c-4bdf-48fc-89b5-b1d0c95bff79} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:09:28.572117 [ 132 ] {} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2026.01.02 05:09:28.572132 [ 270 ] {50e6708c-4bdf-48fc-89b5-b1d0c95bff79} executeQuery: Read 60 rows, 4.14 KiB in 0.001133 sec., 52956.7519858782 rows/sec., 3.57 MiB/sec. 2026.01.02 05:09:28.572189 [ 132 ] {} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:09:28.572197 [ 270 ] {50e6708c-4bdf-48fc-89b5-b1d0c95bff79} TCPHandler: Processed in 0.001334512 sec. 2026.01.02 05:09:28.572218 [ 132 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.01.02 05:09:28.572332 [ 196 ] {45294a01-6668-46b2-a532-60faf64b8164::all_1_41_8} MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full 2026.01.02 05:09:28.572465 [ 196 ] {45294a01-6668-46b2-a532-60faf64b8164::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.02 05:09:28.572505 [ 196 ] {45294a01-6668-46b2-a532-60faf64b8164::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1946 rows starting from the beginning of the part 2026.01.02 05:09:28.572574 [ 196 ] {45294a01-6668-46b2-a532-60faf64b8164::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 60 rows starting from the beginning of the part 2026.01.02 05:09:28.572624 [ 196 ] {45294a01-6668-46b2-a532-60faf64b8164::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 60 rows starting from the beginning of the part 2026.01.02 05:09:28.572669 [ 196 ] {45294a01-6668-46b2-a532-60faf64b8164::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 60 rows starting from the beginning of the part 2026.01.02 05:09:28.572712 [ 196 ] {45294a01-6668-46b2-a532-60faf64b8164::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 60 rows starting from the beginning of the part 2026.01.02 05:09:28.572752 [ 196 ] {45294a01-6668-46b2-a532-60faf64b8164::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 60 rows starting from the beginning of the part 2026.01.02 05:09:28.573836 [ 194 ] {45294a01-6668-46b2-a532-60faf64b8164::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 2246 rows, containing 4 columns (4 merged, 0 gathered) in 0.001548086 sec., 1450823.7914431111 rows/sec., 96.12 MiB/sec. 2026.01.02 05:09:28.574140 [ 200 ] {45294a01-6668-46b2-a532-60faf64b8164::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2026.01.02 05:09:28.574415 [ 200 ] {45294a01-6668-46b2-a532-60faf64b8164::all_1_41_8} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:09:28.574482 [ 200 ] {45294a01-6668-46b2-a532-60faf64b8164::all_1_41_8} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2026.01.02 05:09:28.574553 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.62 MiB. 2026.01.02 05:09:31.777559 [ 175 ] {} DNSResolver: Updating DNS cache 2026.01.02 05:09:31.777643 [ 175 ] {} DNSResolver: Updated DNS cache 2026.01.02 05:09:31.937187 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 15385 2026.01.02 05:09:31.937753 [ 245 ] {} system.asynchronous_metric_log (bb53ce5c-bddd-4105-a5af-ef87950cd4f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:09:31.937802 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.01.02 05:09:31.938553 [ 245 ] {} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.01.02 05:09:31.938792 [ 245 ] {} system.asynchronous_metric_log (bb53ce5c-bddd-4105-a5af-ef87950cd4f3): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:09:31.938928 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 15385 2026.01.02 05:09:31.979473 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 22 entries to flush up to offset 778 2026.01.02 05:09:31.981890 [ 243 ] {} system.query_log (dd3f3490-5765-4d2a-9406-0e239d3e9a13): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:09:31.981937 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2026.01.02 05:09:31.983115 [ 243 ] {} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.01.02 05:09:31.983372 [ 243 ] {} system.query_log (dd3f3490-5765-4d2a-9406-0e239d3e9a13): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:09:31.983625 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 778 2026.01.02 05:09:32.001164 [ 248 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000811764 sec. 2026.01.02 05:09:32.785914 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 241 2026.01.02 05:09:32.800900 [ 244 ] {} system.metric_log (a59fffb9-cc3a-4586-97e5-9d20b67a7356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:09:32.800950 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2026.01.02 05:09:32.806456 [ 244 ] {} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.01.02 05:09:32.807130 [ 244 ] {} system.metric_log (a59fffb9-cc3a-4586-97e5-9d20b67a7356): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:09:32.809748 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 241 2026.01.02 05:09:33.568181 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:09:33.568358 [ 270 ] {bdb14519-4254-4ee9-9ebd-c77be73e50bd} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.02 05:09:33.568423 [ 270 ] {bdb14519-4254-4ee9-9ebd-c77be73e50bd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.02 05:09:33.569093 [ 270 ] {bdb14519-4254-4ee9-9ebd-c77be73e50bd} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:09:33.569135 [ 270 ] {bdb14519-4254-4ee9-9ebd-c77be73e50bd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2026.01.02 05:09:33.569598 [ 270 ] {bdb14519-4254-4ee9-9ebd-c77be73e50bd} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2026.01.02 05:09:33.569828 [ 270 ] {bdb14519-4254-4ee9-9ebd-c77be73e50bd} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:09:33.569979 [ 270 ] {bdb14519-4254-4ee9-9ebd-c77be73e50bd} executeQuery: Read 136 rows, 12.08 KiB in 0.00167 sec., 81437.125748503 rows/sec., 7.06 MiB/sec. 2026.01.02 05:09:33.570020 [ 270 ] {bdb14519-4254-4ee9-9ebd-c77be73e50bd} TCPHandler: Processed in 0.001966803 sec. 2026.01.02 05:09:33.570133 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:09:33.570228 [ 270 ] {452eb582-0ad0-4c90-8733-c324426a0aa0} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.02 05:09:33.570269 [ 270 ] {452eb582-0ad0-4c90-8733-c324426a0aa0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.02 05:09:33.570668 [ 270 ] {452eb582-0ad0-4c90-8733-c324426a0aa0} oximeter.fields_u16 (75d7a870-5da0-445d-b2e0-ec90b5ea7788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:09:33.570704 [ 270 ] {452eb582-0ad0-4c90-8733-c324426a0aa0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2026.01.02 05:09:33.571006 [ 270 ] {452eb582-0ad0-4c90-8733-c324426a0aa0} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.01.02 05:09:33.571220 [ 270 ] {452eb582-0ad0-4c90-8733-c324426a0aa0} oximeter.fields_u16 (75d7a870-5da0-445d-b2e0-ec90b5ea7788): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:09:33.571346 [ 270 ] {452eb582-0ad0-4c90-8733-c324426a0aa0} executeQuery: Read 40 rows, 3.01 KiB in 0.001137 sec., 35180.29903254178 rows/sec., 2.58 MiB/sec. 2026.01.02 05:09:33.571383 [ 270 ] {452eb582-0ad0-4c90-8733-c324426a0aa0} TCPHandler: Processed in 0.001300192 sec. 2026.01.02 05:09:33.571498 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:09:33.571616 [ 270 ] {8ae72abb-b983-43ec-b3a2-2da3fca3f8a8} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.02 05:09:33.571663 [ 270 ] {8ae72abb-b983-43ec-b3a2-2da3fca3f8a8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.02 05:09:33.572118 [ 270 ] {8ae72abb-b983-43ec-b3a2-2da3fca3f8a8} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:09:33.572155 [ 270 ] {8ae72abb-b983-43ec-b3a2-2da3fca3f8a8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2026.01.02 05:09:33.572465 [ 270 ] {8ae72abb-b983-43ec-b3a2-2da3fca3f8a8} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2026.01.02 05:09:33.572669 [ 270 ] {8ae72abb-b983-43ec-b3a2-2da3fca3f8a8} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:09:33.572794 [ 270 ] {8ae72abb-b983-43ec-b3a2-2da3fca3f8a8} executeQuery: Read 104 rows, 8.32 KiB in 0.001202 sec., 86522.46256239602 rows/sec., 6.76 MiB/sec. 2026.01.02 05:09:33.572832 [ 270 ] {8ae72abb-b983-43ec-b3a2-2da3fca3f8a8} TCPHandler: Processed in 0.001392203 sec. 2026.01.02 05:09:33.572937 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:09:33.573029 [ 270 ] {cf19d11d-9581-43e4-8080-6a892df8ead8} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.02 05:09:33.573071 [ 270 ] {cf19d11d-9581-43e4-8080-6a892df8ead8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.02 05:09:33.573456 [ 270 ] {cf19d11d-9581-43e4-8080-6a892df8ead8} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:09:33.573491 [ 270 ] {cf19d11d-9581-43e4-8080-6a892df8ead8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2026.01.02 05:09:33.573815 [ 270 ] {cf19d11d-9581-43e4-8080-6a892df8ead8} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2026.01.02 05:09:33.574021 [ 270 ] {cf19d11d-9581-43e4-8080-6a892df8ead8} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:09:33.574145 [ 270 ] {cf19d11d-9581-43e4-8080-6a892df8ead8} executeQuery: Read 160 rows, 11.41 KiB in 0.001135 sec., 140969.16299559473 rows/sec., 9.82 MiB/sec. 2026.01.02 05:09:33.574181 [ 270 ] {cf19d11d-9581-43e4-8080-6a892df8ead8} TCPHandler: Processed in 0.001290862 sec. 2026.01.02 05:09:33.574285 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:09:33.574375 [ 270 ] {162b9379-53a4-451f-a3db-f56ced44aa86} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.02 05:09:33.574428 [ 270 ] {162b9379-53a4-451f-a3db-f56ced44aa86} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.01.02 05:09:33.575194 [ 270 ] {162b9379-53a4-451f-a3db-f56ced44aa86} oximeter.measurements_histogramu64 (1ea2d44b-9dfb-4731-8ee2-8779179f369b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:09:33.575230 [ 270 ] {162b9379-53a4-451f-a3db-f56ced44aa86} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2026.01.02 05:09:33.575785 [ 270 ] {162b9379-53a4-451f-a3db-f56ced44aa86} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.01.02 05:09:33.576007 [ 270 ] {162b9379-53a4-451f-a3db-f56ced44aa86} oximeter.measurements_histogramu64 (1ea2d44b-9dfb-4731-8ee2-8779179f369b): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:09:33.576140 [ 270 ] {162b9379-53a4-451f-a3db-f56ced44aa86} executeQuery: Read 40 rows, 73.40 KiB in 0.001783 sec., 22434.09983174425 rows/sec., 40.20 MiB/sec. 2026.01.02 05:09:33.576191 [ 270 ] {162b9379-53a4-451f-a3db-f56ced44aa86} TCPHandler: Processed in 0.001954722 sec. 2026.01.02 05:09:33.576295 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:09:33.576390 [ 270 ] {9b9735cf-0d1c-4023-bbc5-9adb4ee5d756} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.02 05:09:33.576431 [ 270 ] {9b9735cf-0d1c-4023-bbc5-9adb4ee5d756} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.02 05:09:33.576740 [ 270 ] {9b9735cf-0d1c-4023-bbc5-9adb4ee5d756} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:09:33.576776 [ 270 ] {9b9735cf-0d1c-4023-bbc5-9adb4ee5d756} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2026.01.02 05:09:33.577072 [ 270 ] {9b9735cf-0d1c-4023-bbc5-9adb4ee5d756} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2026.01.02 05:09:33.577279 [ 270 ] {9b9735cf-0d1c-4023-bbc5-9adb4ee5d756} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:09:33.577403 [ 270 ] {9b9735cf-0d1c-4023-bbc5-9adb4ee5d756} executeQuery: Read 60 rows, 4.14 KiB in 0.001036 sec., 57915.057915057914 rows/sec., 3.90 MiB/sec. 2026.01.02 05:09:33.577437 [ 270 ] {9b9735cf-0d1c-4023-bbc5-9adb4ee5d756} TCPHandler: Processed in 0.00118857 sec. 2026.01.02 05:09:38.595013 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:09:38.595279 [ 270 ] {266d02ed-fe97-44ae-94b8-81b8f8b441a2} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.01.02 05:09:38.595348 [ 270 ] {266d02ed-fe97-44ae-94b8-81b8f8b441a2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.01.02 05:09:38.596004 [ 270 ] {266d02ed-fe97-44ae-94b8-81b8f8b441a2} oximeter.fields_i16 (cb56b64a-0514-41c6-b851-58b3833bf8fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:09:38.596057 [ 270 ] {266d02ed-fe97-44ae-94b8-81b8f8b441a2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2026.01.02 05:09:38.596478 [ 270 ] {266d02ed-fe97-44ae-94b8-81b8f8b441a2} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.01.02 05:09:38.596712 [ 270 ] {266d02ed-fe97-44ae-94b8-81b8f8b441a2} oximeter.fields_i16 (cb56b64a-0514-41c6-b851-58b3833bf8fd): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:09:38.596876 [ 270 ] {266d02ed-fe97-44ae-94b8-81b8f8b441a2} executeQuery: Read 24 rows, 2.04 KiB in 0.001646 sec., 14580.801944106926 rows/sec., 1.21 MiB/sec. 2026.01.02 05:09:38.596926 [ 270 ] {266d02ed-fe97-44ae-94b8-81b8f8b441a2} TCPHandler: Processed in 0.002101395 sec. 2026.01.02 05:09:38.597045 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:09:38.597145 [ 270 ] {a546feb0-d2e7-4abf-ae30-b4327f26c37f} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.01.02 05:09:38.597188 [ 270 ] {a546feb0-d2e7-4abf-ae30-b4327f26c37f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.01.02 05:09:38.597584 [ 270 ] {a546feb0-d2e7-4abf-ae30-b4327f26c37f} oximeter.fields_ipaddr (645cdd3d-4969-40ee-99e7-272b8c981424): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:09:38.597622 [ 270 ] {a546feb0-d2e7-4abf-ae30-b4327f26c37f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2026.01.02 05:09:38.597920 [ 270 ] {a546feb0-d2e7-4abf-ae30-b4327f26c37f} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.01.02 05:09:38.598128 [ 270 ] {a546feb0-d2e7-4abf-ae30-b4327f26c37f} oximeter.fields_ipaddr (645cdd3d-4969-40ee-99e7-272b8c981424): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:09:38.598258 [ 270 ] {a546feb0-d2e7-4abf-ae30-b4327f26c37f} executeQuery: Read 2 rows, 167.00 B in 0.001136 sec., 1760.5633802816901 rows/sec., 143.56 KiB/sec. 2026.01.02 05:09:38.598295 [ 270 ] {a546feb0-d2e7-4abf-ae30-b4327f26c37f} TCPHandler: Processed in 0.001300142 sec. 2026.01.02 05:09:38.598411 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:09:38.598502 [ 270 ] {03bdfe5e-35e2-4c20-b51e-89d83f5fbbe4} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.02 05:09:38.598539 [ 270 ] {03bdfe5e-35e2-4c20-b51e-89d83f5fbbe4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.02 05:09:38.599504 [ 270 ] {03bdfe5e-35e2-4c20-b51e-89d83f5fbbe4} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:09:38.599542 [ 270 ] {03bdfe5e-35e2-4c20-b51e-89d83f5fbbe4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2026.01.02 05:09:38.599930 [ 270 ] {03bdfe5e-35e2-4c20-b51e-89d83f5fbbe4} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2026.01.02 05:09:38.600142 [ 270 ] {03bdfe5e-35e2-4c20-b51e-89d83f5fbbe4} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:09:38.600276 [ 270 ] {03bdfe5e-35e2-4c20-b51e-89d83f5fbbe4} executeQuery: Read 1317 rows, 112.50 KiB in 0.001789 sec., 736165.4555617664 rows/sec., 61.41 MiB/sec. 2026.01.02 05:09:38.600313 [ 270 ] {03bdfe5e-35e2-4c20-b51e-89d83f5fbbe4} TCPHandler: Processed in 0.001949992 sec. 2026.01.02 05:09:38.600422 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:09:38.600518 [ 270 ] {bca1aac8-2104-4350-beb0-0265be496f40} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.02 05:09:38.600559 [ 270 ] {bca1aac8-2104-4350-beb0-0265be496f40} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.02 05:09:38.600951 [ 270 ] {bca1aac8-2104-4350-beb0-0265be496f40} oximeter.fields_u16 (75d7a870-5da0-445d-b2e0-ec90b5ea7788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:09:38.600987 [ 270 ] {bca1aac8-2104-4350-beb0-0265be496f40} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2026.01.02 05:09:38.601283 [ 270 ] {bca1aac8-2104-4350-beb0-0265be496f40} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.01.02 05:09:38.601497 [ 270 ] {bca1aac8-2104-4350-beb0-0265be496f40} oximeter.fields_u16 (75d7a870-5da0-445d-b2e0-ec90b5ea7788): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:09:38.601621 [ 270 ] {bca1aac8-2104-4350-beb0-0265be496f40} executeQuery: Read 14 rows, 1.10 KiB in 0.001122 sec., 12477.718360071302 rows/sec., 980.91 KiB/sec. 2026.01.02 05:09:38.601619 [ 146 ] {} oximeter.fields_u16 (75d7a870-5da0-445d-b2e0-ec90b5ea7788) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.01.02 05:09:38.601658 [ 270 ] {bca1aac8-2104-4350-beb0-0265be496f40} TCPHandler: Processed in 0.001284522 sec. 2026.01.02 05:09:38.601695 [ 146 ] {} oximeter.fields_u16 (75d7a870-5da0-445d-b2e0-ec90b5ea7788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:09:38.601720 [ 146 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2026.01.02 05:09:38.601782 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:09:38.601840 [ 196 ] {75d7a870-5da0-445d-b2e0-ec90b5ea7788::all_1_31_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full 2026.01.02 05:09:38.601879 [ 270 ] {aedbb5c8-747a-4a30-9a74-a4d3098b1c08} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.02 05:09:38.601927 [ 270 ] {aedbb5c8-747a-4a30-9a74-a4d3098b1c08} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.02 05:09:38.601993 [ 196 ] {75d7a870-5da0-445d-b2e0-ec90b5ea7788::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.02 05:09:38.602036 [ 196 ] {75d7a870-5da0-445d-b2e0-ec90b5ea7788::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 277 rows starting from the beginning of the part 2026.01.02 05:09:38.602108 [ 196 ] {75d7a870-5da0-445d-b2e0-ec90b5ea7788::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 14 rows starting from the beginning of the part 2026.01.02 05:09:38.602160 [ 196 ] {75d7a870-5da0-445d-b2e0-ec90b5ea7788::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 40 rows starting from the beginning of the part 2026.01.02 05:09:38.602206 [ 196 ] {75d7a870-5da0-445d-b2e0-ec90b5ea7788::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 44 rows starting from the beginning of the part 2026.01.02 05:09:38.602245 [ 196 ] {75d7a870-5da0-445d-b2e0-ec90b5ea7788::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 40 rows starting from the beginning of the part 2026.01.02 05:09:38.602285 [ 196 ] {75d7a870-5da0-445d-b2e0-ec90b5ea7788::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 14 rows starting from the beginning of the part 2026.01.02 05:09:38.602381 [ 270 ] {aedbb5c8-747a-4a30-9a74-a4d3098b1c08} oximeter.fields_u32 (1310015a-3be0-40ba-9fec-1b5eb4ed9f75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:09:38.602423 [ 270 ] {aedbb5c8-747a-4a30-9a74-a4d3098b1c08} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2026.01.02 05:09:38.602873 [ 270 ] {aedbb5c8-747a-4a30-9a74-a4d3098b1c08} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.01.02 05:09:38.603096 [ 270 ] {aedbb5c8-747a-4a30-9a74-a4d3098b1c08} oximeter.fields_u32 (1310015a-3be0-40ba-9fec-1b5eb4ed9f75): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:09:38.603138 [ 200 ] {75d7a870-5da0-445d-b2e0-ec90b5ea7788::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 429 rows, containing 5 columns (5 merged, 0 gathered) in 0.001353033 sec., 317065.4374283554 rows/sec., 22.27 MiB/sec. 2026.01.02 05:09:38.603223 [ 270 ] {aedbb5c8-747a-4a30-9a74-a4d3098b1c08} executeQuery: Read 252 rows, 17.85 KiB in 0.001361 sec., 185157.9720793534 rows/sec., 12.81 MiB/sec. 2026.01.02 05:09:38.603264 [ 270 ] {aedbb5c8-747a-4a30-9a74-a4d3098b1c08} TCPHandler: Processed in 0.001533376 sec. 2026.01.02 05:09:38.603373 [ 194 ] {75d7a870-5da0-445d-b2e0-ec90b5ea7788::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.01.02 05:09:38.603387 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:09:38.603490 [ 270 ] {62c83e00-d9b8-4587-81bb-b918a69410fa} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.01.02 05:09:38.603532 [ 270 ] {62c83e00-d9b8-4587-81bb-b918a69410fa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.01.02 05:09:38.603723 [ 194 ] {75d7a870-5da0-445d-b2e0-ec90b5ea7788::all_1_31_6} oximeter.fields_u16 (75d7a870-5da0-445d-b2e0-ec90b5ea7788): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:09:38.603819 [ 194 ] {75d7a870-5da0-445d-b2e0-ec90b5ea7788::all_1_31_6} oximeter.fields_u16 (75d7a870-5da0-445d-b2e0-ec90b5ea7788) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.01.02 05:09:38.603919 [ 270 ] {62c83e00-d9b8-4587-81bb-b918a69410fa} oximeter.fields_u8 (ae3e3832-81ae-4954-8933-d68b9608f6be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:09:38.603922 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. 2026.01.02 05:09:38.603963 [ 270 ] {62c83e00-d9b8-4587-81bb-b918a69410fa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2026.01.02 05:09:38.604262 [ 270 ] {62c83e00-d9b8-4587-81bb-b918a69410fa} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.01.02 05:09:38.604463 [ 270 ] {62c83e00-d9b8-4587-81bb-b918a69410fa} oximeter.fields_u8 (ae3e3832-81ae-4954-8933-d68b9608f6be): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:09:38.604590 [ 270 ] {62c83e00-d9b8-4587-81bb-b918a69410fa} executeQuery: Read 12 rows, 960.00 B in 0.001118 sec., 10733.45259391771 rows/sec., 838.55 KiB/sec. 2026.01.02 05:09:38.604627 [ 270 ] {62c83e00-d9b8-4587-81bb-b918a69410fa} TCPHandler: Processed in 0.001287152 sec. 2026.01.02 05:09:38.604748 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:09:38.604871 [ 270 ] {91d0ae20-67b5-4a31-b5e4-56b9ded2923b} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.02 05:09:38.604921 [ 270 ] {91d0ae20-67b5-4a31-b5e4-56b9ded2923b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.02 05:09:38.605563 [ 270 ] {91d0ae20-67b5-4a31-b5e4-56b9ded2923b} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:09:38.605601 [ 270 ] {91d0ae20-67b5-4a31-b5e4-56b9ded2923b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2026.01.02 05:09:38.605964 [ 270 ] {91d0ae20-67b5-4a31-b5e4-56b9ded2923b} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2026.01.02 05:09:38.606191 [ 270 ] {91d0ae20-67b5-4a31-b5e4-56b9ded2923b} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:09:38.606327 [ 270 ] {91d0ae20-67b5-4a31-b5e4-56b9ded2923b} executeQuery: Read 558 rows, 42.83 KiB in 0.001482 sec., 376518.21862348175 rows/sec., 28.22 MiB/sec. 2026.01.02 05:09:38.606368 [ 270 ] {91d0ae20-67b5-4a31-b5e4-56b9ded2923b} TCPHandler: Processed in 0.001681548 sec. 2026.01.02 05:09:38.606482 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:09:38.606577 [ 270 ] {10c70835-8ac1-4d4d-b92f-a42abd3b2d26} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.02 05:09:38.606622 [ 270 ] {10c70835-8ac1-4d4d-b92f-a42abd3b2d26} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.02 05:09:38.607178 [ 270 ] {10c70835-8ac1-4d4d-b92f-a42abd3b2d26} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:09:38.607215 [ 270 ] {10c70835-8ac1-4d4d-b92f-a42abd3b2d26} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2026.01.02 05:09:38.607606 [ 270 ] {10c70835-8ac1-4d4d-b92f-a42abd3b2d26} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2026.01.02 05:09:38.607819 [ 270 ] {10c70835-8ac1-4d4d-b92f-a42abd3b2d26} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:09:38.607956 [ 270 ] {10c70835-8ac1-4d4d-b92f-a42abd3b2d26} executeQuery: Read 881 rows, 61.23 KiB in 0.001398 sec., 630185.9799713878 rows/sec., 42.77 MiB/sec. 2026.01.02 05:09:38.607993 [ 270 ] {10c70835-8ac1-4d4d-b92f-a42abd3b2d26} TCPHandler: Processed in 0.001561276 sec. 2026.01.02 05:09:38.608100 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:09:38.608214 [ 270 ] {5980e04e-d9be-4897-bbb4-b7abbe2dac61} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.02 05:09:38.608263 [ 270 ] {5980e04e-d9be-4897-bbb4-b7abbe2dac61} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.02 05:09:38.608653 [ 270 ] {5980e04e-d9be-4897-bbb4-b7abbe2dac61} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:09:38.608688 [ 270 ] {5980e04e-d9be-4897-bbb4-b7abbe2dac61} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2026.01.02 05:09:38.608999 [ 270 ] {5980e04e-d9be-4897-bbb4-b7abbe2dac61} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2026.01.02 05:09:38.609210 [ 270 ] {5980e04e-d9be-4897-bbb4-b7abbe2dac61} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:09:38.609339 [ 270 ] {5980e04e-d9be-4897-bbb4-b7abbe2dac61} executeQuery: Read 60 rows, 4.14 KiB in 0.001149 sec., 52219.32114882506 rows/sec., 3.52 MiB/sec. 2026.01.02 05:09:38.609374 [ 270 ] {5980e04e-d9be-4897-bbb4-b7abbe2dac61} TCPHandler: Processed in 0.001322502 sec. 2026.01.02 05:09:39.439121 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 15897 2026.01.02 05:09:39.439717 [ 245 ] {} system.asynchronous_metric_log (bb53ce5c-bddd-4105-a5af-ef87950cd4f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:09:39.439774 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2026.01.02 05:09:39.440326 [ 245 ] {} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.01.02 05:09:39.440572 [ 245 ] {} system.asynchronous_metric_log (bb53ce5c-bddd-4105-a5af-ef87950cd4f3): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:09:39.440716 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 15897 2026.01.02 05:09:40.309944 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 249 2026.01.02 05:09:40.333489 [ 244 ] {} system.metric_log (a59fffb9-cc3a-4586-97e5-9d20b67a7356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:09:40.333586 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2026.01.02 05:09:40.343287 [ 244 ] {} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.01.02 05:09:40.344578 [ 244 ] {} system.metric_log (a59fffb9-cc3a-4586-97e5-9d20b67a7356): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:09:40.350826 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 249 2026.01.02 05:09:40.857474 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60266 2026.01.02 05:09:40.857590 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:09:40.857619 [ 286 ] {} TCP-Session: 0b2b30c0-ab5d-4939-9a6d-940dd37a82f2 Authenticating user 'default' from [fd00:1122:3344:101::e]:60266 2026.01.02 05:09:40.857643 [ 286 ] {} TCP-Session: 0b2b30c0-ab5d-4939-9a6d-940dd37a82f2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:09:40.857656 [ 286 ] {} TCP-Session: 0b2b30c0-ab5d-4939-9a6d-940dd37a82f2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:09:40.857830 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51159 2026.01.02 05:09:40.857884 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61002 2026.01.02 05:09:40.857945 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:09:40.857947 [ 286 ] {} TCP-Session: 0b2b30c0-ab5d-4939-9a6d-940dd37a82f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:09:40.857978 [ 287 ] {} TCP-Session: 72927c37-9ac8-4a1d-bd64-dc67cd962e56 Authenticating user 'default' from [fd00:1122:3344:101::e]:51159 2026.01.02 05:09:40.857996 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:09:40.858010 [ 287 ] {} TCP-Session: 72927c37-9ac8-4a1d-bd64-dc67cd962e56 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:09:40.858029 [ 288 ] {} TCP-Session: 93fe0f8a-724a-4b64-9f4c-fb6fe9943977 Authenticating user 'default' from [fd00:1122:3344:101::e]:61002 2026.01.02 05:09:40.858030 [ 287 ] {} TCP-Session: 72927c37-9ac8-4a1d-bd64-dc67cd962e56 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:09:40.858058 [ 288 ] {} TCP-Session: 93fe0f8a-724a-4b64-9f4c-fb6fe9943977 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:09:40.858076 [ 288 ] {} TCP-Session: 93fe0f8a-724a-4b64-9f4c-fb6fe9943977 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:09:40.858143 [ 286 ] {8ad0ebe5-4bcd-4147-ba73-52cca5d339ad} executeQuery: (from [fd00:1122:3344:101::e]:60266) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.01.02 05:09:40.858413 [ 286 ] {8ad0ebe5-4bcd-4147-ba73-52cca5d339ad} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.01.02 05:09:40.858472 [ 286 ] {8ad0ebe5-4bcd-4147-ba73-52cca5d339ad} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.02 05:09:40.858765 [ 286 ] {8ad0ebe5-4bcd-4147-ba73-52cca5d339ad} oximeter.version (e3550e79-451c-4c3d-8ba1-9d3e49618ffc) (SelectExecutor): Key condition: unknown 2026.01.02 05:09:40.863203 [ 304 ] {8ad0ebe5-4bcd-4147-ba73-52cca5d339ad} AggregatingTransform: Aggregating 2026.01.02 05:09:40.863239 [ 304 ] {8ad0ebe5-4bcd-4147-ba73-52cca5d339ad} Aggregator: Aggregation method: without_key 2026.01.02 05:09:40.863268 [ 304 ] {8ad0ebe5-4bcd-4147-ba73-52cca5d339ad} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.004453484 sec. (224.543 rows/sec., 8.77 KiB/sec.) 2026.01.02 05:09:40.863281 [ 304 ] {8ad0ebe5-4bcd-4147-ba73-52cca5d339ad} Aggregator: Merging aggregated data 2026.01.02 05:09:40.864422 [ 352 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49262 2026.01.02 05:09:40.864528 [ 353 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40374 2026.01.02 05:09:40.864740 [ 286 ] {8ad0ebe5-4bcd-4147-ba73-52cca5d339ad} executeQuery: Read 1 rows, 40.00 B in 0.006654 sec., 150.28554253080853 rows/sec., 5.87 KiB/sec. 2026.01.02 05:09:40.864752 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57760 2026.01.02 05:09:40.864748 [ 354 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59461 2026.01.02 05:09:40.864893 [ 286 ] {8ad0ebe5-4bcd-4147-ba73-52cca5d339ad} TCPHandler: Processed in 0.007077048 sec. 2026.01.02 05:09:40.864982 [ 353 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:09:40.865017 [ 353 ] {} TCP-Session: 2e02d74f-99f6-44b0-a6f0-f154dd79862c Authenticating user 'default' from [fd00:1122:3344:101::e]:40374 2026.01.02 05:09:40.865019 [ 355 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64519 2026.01.02 05:09:40.865040 [ 353 ] {} TCP-Session: 2e02d74f-99f6-44b0-a6f0-f154dd79862c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:09:40.865031 [ 286 ] {} TCPHandler: Done processing connection. 2026.01.02 05:09:40.865080 [ 353 ] {} TCP-Session: 2e02d74f-99f6-44b0-a6f0-f154dd79862c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:09:40.865099 [ 287 ] {} TCPHandler: Done processing connection. 2026.01.02 05:09:40.865103 [ 356 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58241 2026.01.02 05:09:40.865145 [ 288 ] {} TCPHandler: Done processing connection. 2026.01.02 05:09:40.865150 [ 287 ] {} TCP-Session: 72927c37-9ac8-4a1d-bd64-dc67cd962e56 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:09:40.865179 [ 353 ] {} TCPHandler: Done processing connection. 2026.01.02 05:09:40.865184 [ 288 ] {} TCP-Session: 93fe0f8a-724a-4b64-9f4c-fb6fe9943977 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:09:40.865196 [ 352 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:09:40.865217 [ 353 ] {} TCP-Session: 2e02d74f-99f6-44b0-a6f0-f154dd79862c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:09:40.865108 [ 286 ] {} TCP-Session: 0b2b30c0-ab5d-4939-9a6d-940dd37a82f2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:09:40.865251 [ 352 ] {} TCP-Session: b90497b2-39f7-49a6-8471-038f846faa5b Authenticating user 'default' from [fd00:1122:3344:101::e]:49262 2026.01.02 05:09:40.865284 [ 352 ] {} TCP-Session: b90497b2-39f7-49a6-8471-038f846faa5b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:09:40.865294 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:09:40.865297 [ 352 ] {} TCP-Session: b90497b2-39f7-49a6-8471-038f846faa5b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:09:40.865330 [ 289 ] {} TCP-Session: 656a9e92-e2f8-4ae0-b199-5f086e943b40 Authenticating user 'default' from [fd00:1122:3344:101::e]:57760 2026.01.02 05:09:40.865301 [ 355 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:09:40.865360 [ 289 ] {} TCP-Session: 656a9e92-e2f8-4ae0-b199-5f086e943b40 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:09:40.865390 [ 289 ] {} TCP-Session: 656a9e92-e2f8-4ae0-b199-5f086e943b40 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:09:40.865396 [ 355 ] {} TCP-Session: 9dcf1ecd-4c2e-4a6c-874d-75c92442a886 Authenticating user 'default' from [fd00:1122:3344:101::e]:64519 2026.01.02 05:09:40.865425 [ 354 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:09:40.865425 [ 356 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:09:40.865465 [ 354 ] {} TCP-Session: 840e1e40-9f9b-4c61-8203-3bf0f5e14fa9 Authenticating user 'default' from [fd00:1122:3344:101::e]:59461 2026.01.02 05:09:40.865430 [ 355 ] {} TCP-Session: 9dcf1ecd-4c2e-4a6c-874d-75c92442a886 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:09:40.865493 [ 354 ] {} TCP-Session: 840e1e40-9f9b-4c61-8203-3bf0f5e14fa9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:09:40.865511 [ 355 ] {} TCP-Session: 9dcf1ecd-4c2e-4a6c-874d-75c92442a886 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:09:40.865525 [ 354 ] {} TCP-Session: 840e1e40-9f9b-4c61-8203-3bf0f5e14fa9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:09:40.865485 [ 356 ] {} TCP-Session: c709b4a5-a657-4e72-a509-87c83c9393c1 Authenticating user 'default' from [fd00:1122:3344:101::e]:58241 2026.01.02 05:09:40.865570 [ 356 ] {} TCP-Session: c709b4a5-a657-4e72-a509-87c83c9393c1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:09:40.865583 [ 356 ] {} TCP-Session: c709b4a5-a657-4e72-a509-87c83c9393c1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:09:40.865952 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47584 2026.01.02 05:09:40.867532 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:09:40.867564 [ 286 ] {} TCP-Session: 64efdb1a-c49f-441c-85cf-13f91650781a Authenticating user 'default' from [fd00:1122:3344:101::e]:47584 2026.01.02 05:09:40.867581 [ 286 ] {} TCP-Session: 64efdb1a-c49f-441c-85cf-13f91650781a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:09:40.867593 [ 286 ] {} TCP-Session: 64efdb1a-c49f-441c-85cf-13f91650781a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:09:40.867744 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34109 2026.01.02 05:09:40.867790 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55287 2026.01.02 05:09:40.867808 [ 286 ] {} TCP-Session: 64efdb1a-c49f-441c-85cf-13f91650781a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:09:40.867846 [ 353 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44205 2026.01.02 05:09:40.867848 [ 357 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59919 2026.01.02 05:09:40.867950 [ 286 ] {f90f5bd5-db7b-4f62-9d54-6be9e5dac1d8} executeQuery: (from [fd00:1122:3344:101::e]:47584) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.01.02 05:09:40.868137 [ 286 ] {f90f5bd5-db7b-4f62-9d54-6be9e5dac1d8} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.01.02 05:09:40.868180 [ 286 ] {f90f5bd5-db7b-4f62-9d54-6be9e5dac1d8} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.02 05:09:40.868429 [ 286 ] {f90f5bd5-db7b-4f62-9d54-6be9e5dac1d8} oximeter.version (e3550e79-451c-4c3d-8ba1-9d3e49618ffc) (SelectExecutor): Key condition: unknown 2026.01.02 05:09:40.869230 [ 342 ] {f90f5bd5-db7b-4f62-9d54-6be9e5dac1d8} AggregatingTransform: Aggregating 2026.01.02 05:09:40.869281 [ 342 ] {f90f5bd5-db7b-4f62-9d54-6be9e5dac1d8} Aggregator: Aggregation method: without_key 2026.01.02 05:09:40.869316 [ 342 ] {f90f5bd5-db7b-4f62-9d54-6be9e5dac1d8} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000804493 sec. (1243.019 rows/sec., 48.56 KiB/sec.) 2026.01.02 05:09:40.869332 [ 342 ] {f90f5bd5-db7b-4f62-9d54-6be9e5dac1d8} Aggregator: Merging aggregated data 2026.01.02 05:09:40.870846 [ 286 ] {f90f5bd5-db7b-4f62-9d54-6be9e5dac1d8} executeQuery: Read 1 rows, 40.00 B in 0.002935 sec., 340.71550255536624 rows/sec., 13.31 KiB/sec. 2026.01.02 05:09:40.870999 [ 286 ] {f90f5bd5-db7b-4f62-9d54-6be9e5dac1d8} TCPHandler: Processed in 0.003249235 sec. 2026.01.02 05:09:40.871225 [ 286 ] {} TCPHandler: Done processing connection. 2026.01.02 05:09:40.871252 [ 286 ] {} TCP-Session: 64efdb1a-c49f-441c-85cf-13f91650781a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:09:40.873849 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:09:40.873887 [ 287 ] {} TCP-Session: 220a498e-de88-4d7f-9e8f-af746f8ff29c Authenticating user 'default' from [fd00:1122:3344:101::e]:34109 2026.01.02 05:09:40.873906 [ 287 ] {} TCP-Session: 220a498e-de88-4d7f-9e8f-af746f8ff29c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:09:40.873910 [ 358 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53392 2026.01.02 05:09:40.873918 [ 287 ] {} TCP-Session: 220a498e-de88-4d7f-9e8f-af746f8ff29c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:09:40.876772 [ 359 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50361 2026.01.02 05:09:40.876773 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33257 2026.01.02 05:09:40.879020 [ 353 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:09:40.879055 [ 353 ] {} TCP-Session: d7b31a89-16a1-4f4d-b13a-7fd7ffecb4dd Authenticating user 'default' from [fd00:1122:3344:101::e]:44205 2026.01.02 05:09:40.879073 [ 353 ] {} TCP-Session: d7b31a89-16a1-4f4d-b13a-7fd7ffecb4dd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:09:40.879088 [ 353 ] {} TCP-Session: d7b31a89-16a1-4f4d-b13a-7fd7ffecb4dd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:09:40.879147 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:09:40.879183 [ 288 ] {} TCP-Session: 52eaa181-8a45-44da-8070-96ddf46fd75f Authenticating user 'default' from [fd00:1122:3344:101::e]:55287 2026.01.02 05:09:40.879200 [ 288 ] {} TCP-Session: 52eaa181-8a45-44da-8070-96ddf46fd75f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:09:40.879212 [ 288 ] {} TCP-Session: 52eaa181-8a45-44da-8070-96ddf46fd75f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:09:40.879215 [ 360 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33029 2026.01.02 05:09:40.881483 [ 360 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:09:40.881530 [ 360 ] {} TCP-Session: 785d7eb7-3a9e-4830-9943-8e1332914d13 Authenticating user 'default' from [fd00:1122:3344:101::e]:33029 2026.01.02 05:09:40.881550 [ 360 ] {} TCP-Session: 785d7eb7-3a9e-4830-9943-8e1332914d13 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:09:40.881563 [ 360 ] {} TCP-Session: 785d7eb7-3a9e-4830-9943-8e1332914d13 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:09:40.881593 [ 359 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:09:40.881631 [ 359 ] {} TCP-Session: f5a3f8b2-a254-43c8-bd37-897c80601c77 Authenticating user 'default' from [fd00:1122:3344:101::e]:50361 2026.01.02 05:09:40.881651 [ 359 ] {} TCP-Session: f5a3f8b2-a254-43c8-bd37-897c80601c77 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:09:40.881667 [ 359 ] {} TCP-Session: f5a3f8b2-a254-43c8-bd37-897c80601c77 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:09:40.881718 [ 358 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:09:40.881760 [ 358 ] {} TCP-Session: a01ca640-9778-44cf-b722-385a01b29d7c Authenticating user 'default' from [fd00:1122:3344:101::e]:53392 2026.01.02 05:09:40.881782 [ 358 ] {} TCP-Session: a01ca640-9778-44cf-b722-385a01b29d7c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:09:40.881795 [ 358 ] {} TCP-Session: a01ca640-9778-44cf-b722-385a01b29d7c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:09:40.881917 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:09:40.881956 [ 286 ] {} TCP-Session: dd1dc063-e0a8-4e51-834c-3439597b4b9b Authenticating user 'default' from [fd00:1122:3344:101::e]:33257 2026.01.02 05:09:40.881976 [ 286 ] {} TCP-Session: dd1dc063-e0a8-4e51-834c-3439597b4b9b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:09:40.881988 [ 286 ] {} TCP-Session: dd1dc063-e0a8-4e51-834c-3439597b4b9b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:09:40.881998 [ 357 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:09:40.882038 [ 357 ] {} TCP-Session: f12e2972-0411-49bb-a0d0-28612114456a Authenticating user 'default' from [fd00:1122:3344:101::e]:59919 2026.01.02 05:09:40.882057 [ 357 ] {} TCP-Session: f12e2972-0411-49bb-a0d0-28612114456a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:09:40.882070 [ 357 ] {} TCP-Session: f12e2972-0411-49bb-a0d0-28612114456a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:09:40.888004 [ 287 ] {} ServerErrorHandler: Code: 210. DB::NetException: Connection reset by peer, while reading from socket ([fd00:1122:3344:101::e]:34109). (NETWORK_ERROR), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::NetException::NetException, std::allocator >, std::__cxx11::basic_string, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type, std::type_identity, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&, std::__cxx11::basic_string, std::allocator >&&) @ 0x00000000153ef13e in /opt/oxide/clickhouse/clickhouse 3. DB::ReadBufferFromPocoSocket::nextImpl() @ 0x00000000183189ef in /opt/oxide/clickhouse/clickhouse 4. DB::TCPHandler::runImpl() @ 0x00000000153fb0fc in /opt/oxide/clickhouse/clickhouse 5. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 6. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 7. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 8. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 9. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 10. _thrp_setup @ 0x0000000000116f97 in /system/lib/amd64/libc.so.1 (version 23.8.7.1) 2026.01.02 05:09:40.888165 [ 287 ] {} TCP-Session: 220a498e-de88-4d7f-9e8f-af746f8ff29c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:09:40.888182 [ 288 ] {} ServerErrorHandler: Code: 210. DB::NetException: Connection reset by peer, while reading from socket ([fd00:1122:3344:101::e]:55287). (NETWORK_ERROR), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::NetException::NetException, std::allocator >, std::__cxx11::basic_string, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type, std::type_identity, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&, std::__cxx11::basic_string, std::allocator >&&) @ 0x00000000153ef13e in /opt/oxide/clickhouse/clickhouse 3. DB::ReadBufferFromPocoSocket::nextImpl() @ 0x00000000183189ef in /opt/oxide/clickhouse/clickhouse 4. DB::TCPHandler::runImpl() @ 0x00000000153fb0fc in /opt/oxide/clickhouse/clickhouse 5. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 6. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 7. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 8. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 9. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 10. _thrp_setup @ 0x0000000000116f97 in /system/lib/amd64/libc.so.1 (version 23.8.7.1) 2026.01.02 05:09:40.888251 [ 288 ] {} TCP-Session: 52eaa181-8a45-44da-8070-96ddf46fd75f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:09:40.888274 [ 357 ] {} ServerErrorHandler: Code: 210. DB::NetException: Connection reset by peer, while reading from socket ([fd00:1122:3344:101::e]:59919). (NETWORK_ERROR), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::NetException::NetException, std::allocator >, std::__cxx11::basic_string, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type, std::type_identity, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&, std::__cxx11::basic_string, std::allocator >&&) @ 0x00000000153ef13e in /opt/oxide/clickhouse/clickhouse 3. DB::ReadBufferFromPocoSocket::nextImpl() @ 0x00000000183189ef in /opt/oxide/clickhouse/clickhouse 4. DB::TCPHandler::runImpl() @ 0x00000000153fb0fc in /opt/oxide/clickhouse/clickhouse 5. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 6. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 7. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 8. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 9. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 10. _thrp_setup @ 0x0000000000116f97 in /system/lib/amd64/libc.so.1 (version 23.8.7.1) 2026.01.02 05:09:40.888342 [ 357 ] {} TCP-Session: f12e2972-0411-49bb-a0d0-28612114456a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:09:40.888352 [ 286 ] {} ServerErrorHandler: Code: 210. DB::NetException: Connection reset by peer, while reading from socket ([fd00:1122:3344:101::e]:33257). (NETWORK_ERROR), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::NetException::NetException, std::allocator >, std::__cxx11::basic_string, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type, std::type_identity, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&, std::__cxx11::basic_string, std::allocator >&&) @ 0x00000000153ef13e in /opt/oxide/clickhouse/clickhouse 3. DB::ReadBufferFromPocoSocket::nextImpl() @ 0x00000000183189ef in /opt/oxide/clickhouse/clickhouse 4. DB::TCPHandler::runImpl() @ 0x00000000153fb0fc in /opt/oxide/clickhouse/clickhouse 5. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 6. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 7. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 8. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 9. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 10. _thrp_setup @ 0x0000000000116f97 in /system/lib/amd64/libc.so.1 (version 23.8.7.1) 2026.01.02 05:09:40.888427 [ 286 ] {} TCP-Session: dd1dc063-e0a8-4e51-834c-3439597b4b9b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:09:40.888449 [ 358 ] {} ServerErrorHandler: Code: 210. DB::NetException: Connection reset by peer, while reading from socket ([fd00:1122:3344:101::e]:53392). (NETWORK_ERROR), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::NetException::NetException, std::allocator >, std::__cxx11::basic_string, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type, std::type_identity, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&, std::__cxx11::basic_string, std::allocator >&&) @ 0x00000000153ef13e in /opt/oxide/clickhouse/clickhouse 3. DB::ReadBufferFromPocoSocket::nextImpl() @ 0x00000000183189ef in /opt/oxide/clickhouse/clickhouse 4. DB::TCPHandler::runImpl() @ 0x00000000153fb0fc in /opt/oxide/clickhouse/clickhouse 5. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 6. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 7. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 8. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 9. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 10. _thrp_setup @ 0x0000000000116f97 in /system/lib/amd64/libc.so.1 (version 23.8.7.1) 2026.01.02 05:09:40.888536 [ 358 ] {} TCP-Session: a01ca640-9778-44cf-b722-385a01b29d7c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:09:40.888553 [ 359 ] {} ServerErrorHandler: Code: 210. DB::NetException: Connection reset by peer, while reading from socket ([fd00:1122:3344:101::e]:50361). (NETWORK_ERROR), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::NetException::NetException, std::allocator >, std::__cxx11::basic_string, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type, std::type_identity, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&, std::__cxx11::basic_string, std::allocator >&&) @ 0x00000000153ef13e in /opt/oxide/clickhouse/clickhouse 3. DB::ReadBufferFromPocoSocket::nextImpl() @ 0x00000000183189ef in /opt/oxide/clickhouse/clickhouse 4. DB::TCPHandler::runImpl() @ 0x00000000153fb0fc in /opt/oxide/clickhouse/clickhouse 5. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 6. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 7. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 8. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 9. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 10. _thrp_setup @ 0x0000000000116f97 in /system/lib/amd64/libc.so.1 (version 23.8.7.1) 2026.01.02 05:09:40.888631 [ 359 ] {} TCP-Session: f5a3f8b2-a254-43c8-bd37-897c80601c77 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:09:40.888642 [ 360 ] {} ServerErrorHandler: Code: 210. DB::NetException: Connection reset by peer, while reading from socket ([fd00:1122:3344:101::e]:33029). (NETWORK_ERROR), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::NetException::NetException, std::allocator >, std::__cxx11::basic_string, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type, std::type_identity, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&, std::__cxx11::basic_string, std::allocator >&&) @ 0x00000000153ef13e in /opt/oxide/clickhouse/clickhouse 3. DB::ReadBufferFromPocoSocket::nextImpl() @ 0x00000000183189ef in /opt/oxide/clickhouse/clickhouse 4. DB::TCPHandler::runImpl() @ 0x00000000153fb0fc in /opt/oxide/clickhouse/clickhouse 5. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 6. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 7. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 8. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 9. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 10. _thrp_setup @ 0x0000000000116f97 in /system/lib/amd64/libc.so.1 (version 23.8.7.1) 2026.01.02 05:09:40.888722 [ 360 ] {} TCP-Session: 785d7eb7-3a9e-4830-9943-8e1332914d13 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:09:40.888739 [ 353 ] {} ServerErrorHandler: Code: 210. DB::NetException: Connection reset by peer, while reading from socket ([fd00:1122:3344:101::e]:44205). (NETWORK_ERROR), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::NetException::NetException, std::allocator >, std::__cxx11::basic_string, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type, std::type_identity, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&, std::__cxx11::basic_string, std::allocator >&&) @ 0x00000000153ef13e in /opt/oxide/clickhouse/clickhouse 3. DB::ReadBufferFromPocoSocket::nextImpl() @ 0x00000000183189ef in /opt/oxide/clickhouse/clickhouse 4. DB::TCPHandler::runImpl() @ 0x00000000153fb0fc in /opt/oxide/clickhouse/clickhouse 5. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 6. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 7. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 8. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 9. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 10. _thrp_setup @ 0x0000000000116f97 in /system/lib/amd64/libc.so.1 (version 23.8.7.1) 2026.01.02 05:09:40.888816 [ 353 ] {} TCP-Session: d7b31a89-16a1-4f4d-b13a-7fd7ffecb4dd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:09:40.888835 [ 289 ] {} ServerErrorHandler: Code: 210. DB::NetException: Connection reset by peer, while reading from socket ([fd00:1122:3344:101::e]:57760). (NETWORK_ERROR), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::NetException::NetException, std::allocator >, std::__cxx11::basic_string, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type, std::type_identity, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&, std::__cxx11::basic_string, std::allocator >&&) @ 0x00000000153ef13e in /opt/oxide/clickhouse/clickhouse 3. DB::ReadBufferFromPocoSocket::nextImpl() @ 0x00000000183189ef in /opt/oxide/clickhouse/clickhouse 4. DB::TCPHandler::runImpl() @ 0x00000000153fb0fc in /opt/oxide/clickhouse/clickhouse 5. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 6. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 7. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 8. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 9. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 10. _thrp_setup @ 0x0000000000116f97 in /system/lib/amd64/libc.so.1 (version 23.8.7.1) 2026.01.02 05:09:40.888933 [ 289 ] {} TCP-Session: 656a9e92-e2f8-4ae0-b199-5f086e943b40 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:09:40.888943 [ 355 ] {} ServerErrorHandler: Code: 210. DB::NetException: Connection reset by peer, while reading from socket ([fd00:1122:3344:101::e]:64519). (NETWORK_ERROR), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::NetException::NetException, std::allocator >, std::__cxx11::basic_string, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type, std::type_identity, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&, std::__cxx11::basic_string, std::allocator >&&) @ 0x00000000153ef13e in /opt/oxide/clickhouse/clickhouse 3. DB::ReadBufferFromPocoSocket::nextImpl() @ 0x00000000183189ef in /opt/oxide/clickhouse/clickhouse 4. DB::TCPHandler::runImpl() @ 0x00000000153fb0fc in /opt/oxide/clickhouse/clickhouse 5. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 6. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 7. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 8. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 9. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 10. _thrp_setup @ 0x0000000000116f97 in /system/lib/amd64/libc.so.1 (version 23.8.7.1) 2026.01.02 05:09:40.889021 [ 355 ] {} TCP-Session: 9dcf1ecd-4c2e-4a6c-874d-75c92442a886 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:09:40.889036 [ 356 ] {} ServerErrorHandler: Code: 210. DB::NetException: Connection reset by peer, while reading from socket ([fd00:1122:3344:101::e]:58241). (NETWORK_ERROR), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::NetException::NetException, std::allocator >, std::__cxx11::basic_string, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type, std::type_identity, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&, std::__cxx11::basic_string, std::allocator >&&) @ 0x00000000153ef13e in /opt/oxide/clickhouse/clickhouse 3. DB::ReadBufferFromPocoSocket::nextImpl() @ 0x00000000183189ef in /opt/oxide/clickhouse/clickhouse 4. DB::TCPHandler::runImpl() @ 0x00000000153fb0fc in /opt/oxide/clickhouse/clickhouse 5. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 6. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 7. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 8. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 9. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 10. _thrp_setup @ 0x0000000000116f97 in /system/lib/amd64/libc.so.1 (version 23.8.7.1) 2026.01.02 05:09:40.889107 [ 356 ] {} TCP-Session: c709b4a5-a657-4e72-a509-87c83c9393c1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:09:40.889124 [ 354 ] {} ServerErrorHandler: Code: 210. DB::NetException: Connection reset by peer, while reading from socket ([fd00:1122:3344:101::e]:59461). (NETWORK_ERROR), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::NetException::NetException, std::allocator >, std::__cxx11::basic_string, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type, std::type_identity, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&, std::__cxx11::basic_string, std::allocator >&&) @ 0x00000000153ef13e in /opt/oxide/clickhouse/clickhouse 3. DB::ReadBufferFromPocoSocket::nextImpl() @ 0x00000000183189ef in /opt/oxide/clickhouse/clickhouse 4. DB::TCPHandler::runImpl() @ 0x00000000153fb0fc in /opt/oxide/clickhouse/clickhouse 5. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 6. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 7. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 8. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 9. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 10. _thrp_setup @ 0x0000000000116f97 in /system/lib/amd64/libc.so.1 (version 23.8.7.1) 2026.01.02 05:09:40.889215 [ 354 ] {} TCP-Session: 840e1e40-9f9b-4c61-8203-3bf0f5e14fa9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:09:40.889235 [ 352 ] {} ServerErrorHandler: Code: 210. DB::NetException: Connection reset by peer, while reading from socket ([fd00:1122:3344:101::e]:49262). (NETWORK_ERROR), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::NetException::NetException, std::allocator >, std::__cxx11::basic_string, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type, std::type_identity, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&, std::__cxx11::basic_string, std::allocator >&&) @ 0x00000000153ef13e in /opt/oxide/clickhouse/clickhouse 3. DB::ReadBufferFromPocoSocket::nextImpl() @ 0x00000000183189ef in /opt/oxide/clickhouse/clickhouse 4. DB::TCPHandler::runImpl() @ 0x00000000153fb0fc in /opt/oxide/clickhouse/clickhouse 5. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 6. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 7. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 8. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 9. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 10. _thrp_setup @ 0x0000000000116f97 in /system/lib/amd64/libc.so.1 (version 23.8.7.1) 2026.01.02 05:09:40.889311 [ 352 ] {} TCP-Session: b90497b2-39f7-49a6-8471-038f846faa5b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:09:41.023419 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50926 2026.01.02 05:09:41.023598 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:09:41.023651 [ 286 ] {} TCP-Session: 4cbbd2ae-0183-4623-b5a0-24dd9562bd1f Authenticating user 'default' from [fd00:1122:3344:101::e]:50926 2026.01.02 05:09:41.023687 [ 286 ] {} TCP-Session: 4cbbd2ae-0183-4623-b5a0-24dd9562bd1f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:09:41.023706 [ 286 ] {} TCP-Session: 4cbbd2ae-0183-4623-b5a0-24dd9562bd1f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:09:41.024062 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62117 2026.01.02 05:09:41.024104 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:65483 2026.01.02 05:09:41.024142 [ 353 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:32941 2026.01.02 05:09:41.024171 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63036 2026.01.02 05:09:41.024186 [ 356 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33680 2026.01.02 05:09:41.024211 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:09:41.024238 [ 286 ] {} TCP-Session: 4cbbd2ae-0183-4623-b5a0-24dd9562bd1f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:09:41.024273 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:09:41.024273 [ 353 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:09:41.024284 [ 287 ] {} TCP-Session: 29f58b83-6d01-47db-a7eb-69973d0d3b64 Authenticating user 'default' from [fd00:1122:3344:101::e]:62117 2026.01.02 05:09:41.024309 [ 356 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:09:41.024322 [ 353 ] {} TCP-Session: c7d4cc14-354d-48be-8836-1a3d4a495533 Authenticating user 'default' from [fd00:1122:3344:101::e]:32941 2026.01.02 05:09:41.024348 [ 287 ] {} TCP-Session: 29f58b83-6d01-47db-a7eb-69973d0d3b64 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:09:41.024370 [ 356 ] {} TCP-Session: e166739a-f8ad-45b3-b850-9789d6a6a32e Authenticating user 'default' from [fd00:1122:3344:101::e]:33680 2026.01.02 05:09:41.024402 [ 287 ] {} TCP-Session: 29f58b83-6d01-47db-a7eb-69973d0d3b64 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:09:41.024274 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:09:41.024383 [ 353 ] {} TCP-Session: c7d4cc14-354d-48be-8836-1a3d4a495533 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:09:41.024487 [ 286 ] {e6da525e-0573-4518-a7cb-debaa263ed2f} executeQuery: (from [fd00:1122:3344:101::e]:50926) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.01.02 05:09:41.024504 [ 353 ] {} TCP-Session: c7d4cc14-354d-48be-8836-1a3d4a495533 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:09:41.024486 [ 288 ] {} TCP-Session: 78018e6d-36f7-4536-8b84-f347ef90018f Authenticating user 'default' from [fd00:1122:3344:101::e]:65483 2026.01.02 05:09:41.024307 [ 289 ] {} TCP-Session: fb1ce3ee-2870-4113-80b6-81fa23c7e36d Authenticating user 'default' from [fd00:1122:3344:101::e]:63036 2026.01.02 05:09:41.024571 [ 288 ] {} TCP-Session: 78018e6d-36f7-4536-8b84-f347ef90018f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:09:41.024646 [ 289 ] {} TCP-Session: fb1ce3ee-2870-4113-80b6-81fa23c7e36d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:09:41.024670 [ 288 ] {} TCP-Session: 78018e6d-36f7-4536-8b84-f347ef90018f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:09:41.024692 [ 289 ] {} TCP-Session: fb1ce3ee-2870-4113-80b6-81fa23c7e36d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:09:41.024155 [ 354 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60338 2026.01.02 05:09:41.024195 [ 355 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39012 2026.01.02 05:09:41.024836 [ 354 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:09:41.024588 [ 356 ] {} TCP-Session: e166739a-f8ad-45b3-b850-9789d6a6a32e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:09:41.024889 [ 354 ] {} TCP-Session: 77d6d78e-d5d0-4313-bcd9-43f654c6f73e Authenticating user 'default' from [fd00:1122:3344:101::e]:60338 2026.01.02 05:09:41.024902 [ 356 ] {} TCP-Session: e166739a-f8ad-45b3-b850-9789d6a6a32e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:09:41.024925 [ 354 ] {} TCP-Session: 77d6d78e-d5d0-4313-bcd9-43f654c6f73e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:09:41.024947 [ 355 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:09:41.024957 [ 354 ] {} TCP-Session: 77d6d78e-d5d0-4313-bcd9-43f654c6f73e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:09:41.024889 [ 286 ] {e6da525e-0573-4518-a7cb-debaa263ed2f} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.01.02 05:09:41.024993 [ 355 ] {} TCP-Session: 7e0ae70a-1a40-4e09-8868-fe808014f097 Authenticating user 'default' from [fd00:1122:3344:101::e]:39012 2026.01.02 05:09:41.024123 [ 352 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42060 2026.01.02 05:09:41.025074 [ 355 ] {} TCP-Session: 7e0ae70a-1a40-4e09-8868-fe808014f097 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:09:41.025087 [ 286 ] {e6da525e-0573-4518-a7cb-debaa263ed2f} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.02 05:09:41.025112 [ 355 ] {} TCP-Session: 7e0ae70a-1a40-4e09-8868-fe808014f097 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:09:41.025153 [ 352 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:09:41.025192 [ 352 ] {} TCP-Session: 9ce63d78-ed57-44c5-9fa7-a78d8bdd24c6 Authenticating user 'default' from [fd00:1122:3344:101::e]:42060 2026.01.02 05:09:41.025213 [ 352 ] {} TCP-Session: 9ce63d78-ed57-44c5-9fa7-a78d8bdd24c6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:09:41.025229 [ 352 ] {} TCP-Session: 9ce63d78-ed57-44c5-9fa7-a78d8bdd24c6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:09:41.025504 [ 286 ] {e6da525e-0573-4518-a7cb-debaa263ed2f} oximeter.version (e3550e79-451c-4c3d-8ba1-9d3e49618ffc) (SelectExecutor): Key condition: unknown 2026.01.02 05:09:41.026458 [ 295 ] {e6da525e-0573-4518-a7cb-debaa263ed2f} AggregatingTransform: Aggregating 2026.01.02 05:09:41.026502 [ 295 ] {e6da525e-0573-4518-a7cb-debaa263ed2f} Aggregator: Aggregation method: without_key 2026.01.02 05:09:41.026540 [ 295 ] {e6da525e-0573-4518-a7cb-debaa263ed2f} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000924636 sec. (1081.507 rows/sec., 42.25 KiB/sec.) 2026.01.02 05:09:41.026560 [ 295 ] {e6da525e-0573-4518-a7cb-debaa263ed2f} Aggregator: Merging aggregated data 2026.01.02 05:09:41.027945 [ 286 ] {e6da525e-0573-4518-a7cb-debaa263ed2f} executeQuery: Read 1 rows, 40.00 B in 0.003554 sec., 281.37310073157005 rows/sec., 10.99 KiB/sec. 2026.01.02 05:09:41.028115 [ 286 ] {e6da525e-0573-4518-a7cb-debaa263ed2f} TCPHandler: Processed in 0.004067298 sec. 2026.01.02 05:09:41.028245 [ 286 ] {} TCPHandler: Done processing connection. 2026.01.02 05:09:41.028276 [ 289 ] {} TCPHandler: Done processing connection. 2026.01.02 05:09:41.028281 [ 286 ] {} TCP-Session: 4cbbd2ae-0183-4623-b5a0-24dd9562bd1f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:09:41.028305 [ 287 ] {} TCPHandler: Done processing connection. 2026.01.02 05:09:41.028318 [ 289 ] {} TCP-Session: fb1ce3ee-2870-4113-80b6-81fa23c7e36d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:09:41.028341 [ 354 ] {} TCPHandler: Done processing connection. 2026.01.02 05:09:41.028357 [ 287 ] {} TCP-Session: 29f58b83-6d01-47db-a7eb-69973d0d3b64 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:09:41.028376 [ 288 ] {} TCPHandler: Done processing connection. 2026.01.02 05:09:41.028391 [ 352 ] {} TCPHandler: Done processing connection. 2026.01.02 05:09:41.028412 [ 355 ] {} TCPHandler: Done processing connection. 2026.01.02 05:09:41.028427 [ 288 ] {} TCP-Session: 78018e6d-36f7-4536-8b84-f347ef90018f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:09:41.028436 [ 352 ] {} TCP-Session: 9ce63d78-ed57-44c5-9fa7-a78d8bdd24c6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:09:41.028463 [ 355 ] {} TCP-Session: 7e0ae70a-1a40-4e09-8868-fe808014f097 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:09:41.028356 [ 353 ] {} TCPHandler: Done processing connection. 2026.01.02 05:09:41.028327 [ 356 ] {} TCPHandler: Done processing connection. 2026.01.02 05:09:41.028535 [ 353 ] {} TCP-Session: c7d4cc14-354d-48be-8836-1a3d4a495533 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:09:41.028394 [ 354 ] {} TCP-Session: 77d6d78e-d5d0-4313-bcd9-43f654c6f73e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:09:41.028563 [ 356 ] {} TCP-Session: e166739a-f8ad-45b3-b850-9789d6a6a32e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:09:41.983911 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 814 2026.01.02 05:09:41.987021 [ 243 ] {} system.query_log (dd3f3490-5765-4d2a-9406-0e239d3e9a13): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:09:41.987094 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2026.01.02 05:09:41.988492 [ 243 ] {} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.01.02 05:09:41.988819 [ 243 ] {} system.query_log (dd3f3490-5765-4d2a-9406-0e239d3e9a13): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:09:41.989243 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 814 2026.01.02 05:09:43.568118 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:09:43.568324 [ 270 ] {53c6a348-8684-47e5-abbd-4a02dbde0358} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.02 05:09:43.568397 [ 270 ] {53c6a348-8684-47e5-abbd-4a02dbde0358} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.02 05:09:43.569201 [ 270 ] {53c6a348-8684-47e5-abbd-4a02dbde0358} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:09:43.569253 [ 270 ] {53c6a348-8684-47e5-abbd-4a02dbde0358} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2026.01.02 05:09:43.569696 [ 270 ] {53c6a348-8684-47e5-abbd-4a02dbde0358} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2026.01.02 05:09:43.569939 [ 270 ] {53c6a348-8684-47e5-abbd-4a02dbde0358} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:09:43.570092 [ 149 ] {} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2026.01.02 05:09:43.570110 [ 270 ] {53c6a348-8684-47e5-abbd-4a02dbde0358} executeQuery: Read 136 rows, 12.08 KiB in 0.001837 sec., 74033.75068045726 rows/sec., 6.42 MiB/sec. 2026.01.02 05:09:43.570143 [ 149 ] {} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:09:43.570175 [ 270 ] {53c6a348-8684-47e5-abbd-4a02dbde0358} TCPHandler: Processed in 0.002191237 sec. 2026.01.02 05:09:43.570185 [ 149 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2026.01.02 05:09:43.570285 [ 189 ] {83d580c8-cdc4-4d78-bcce-488a9e56976e::all_1_46_9} MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full 2026.01.02 05:09:43.570300 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:09:43.570377 [ 189 ] {83d580c8-cdc4-4d78-bcce-488a9e56976e::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.02 05:09:43.570416 [ 189 ] {83d580c8-cdc4-4d78-bcce-488a9e56976e::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 2464 rows starting from the beginning of the part 2026.01.02 05:09:43.570420 [ 270 ] {8cc773c7-438b-45b1-85c7-c184f82cdea8} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.02 05:09:43.570471 [ 270 ] {8cc773c7-438b-45b1-85c7-c184f82cdea8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.02 05:09:43.570475 [ 189 ] {83d580c8-cdc4-4d78-bcce-488a9e56976e::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 138 rows starting from the beginning of the part 2026.01.02 05:09:43.570526 [ 189 ] {83d580c8-cdc4-4d78-bcce-488a9e56976e::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 56 rows starting from the beginning of the part 2026.01.02 05:09:43.570570 [ 189 ] {83d580c8-cdc4-4d78-bcce-488a9e56976e::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 136 rows starting from the beginning of the part 2026.01.02 05:09:43.570609 [ 189 ] {83d580c8-cdc4-4d78-bcce-488a9e56976e::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 1317 rows starting from the beginning of the part 2026.01.02 05:09:43.570649 [ 189 ] {83d580c8-cdc4-4d78-bcce-488a9e56976e::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 136 rows starting from the beginning of the part 2026.01.02 05:09:43.570932 [ 270 ] {8cc773c7-438b-45b1-85c7-c184f82cdea8} oximeter.fields_u16 (75d7a870-5da0-445d-b2e0-ec90b5ea7788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:09:43.570968 [ 270 ] {8cc773c7-438b-45b1-85c7-c184f82cdea8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2026.01.02 05:09:43.571300 [ 270 ] {8cc773c7-438b-45b1-85c7-c184f82cdea8} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.01.02 05:09:43.571521 [ 270 ] {8cc773c7-438b-45b1-85c7-c184f82cdea8} oximeter.fields_u16 (75d7a870-5da0-445d-b2e0-ec90b5ea7788): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:09:43.571665 [ 270 ] {8cc773c7-438b-45b1-85c7-c184f82cdea8} executeQuery: Read 40 rows, 3.01 KiB in 0.001279 sec., 31274.43315089914 rows/sec., 2.30 MiB/sec. 2026.01.02 05:09:43.571705 [ 270 ] {8cc773c7-438b-45b1-85c7-c184f82cdea8} TCPHandler: Processed in 0.001457905 sec. 2026.01.02 05:09:43.571850 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:09:43.571974 [ 270 ] {8086f717-9dfb-470c-9aef-49b892c3f6f0} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.02 05:09:43.572108 [ 270 ] {8086f717-9dfb-470c-9aef-49b892c3f6f0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.02 05:09:43.572525 [ 194 ] {83d580c8-cdc4-4d78-bcce-488a9e56976e::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 4247 rows, containing 5 columns (5 merged, 0 gathered) in 0.002272778 sec., 1868638.2919933228 rows/sec., 161.69 MiB/sec. 2026.01.02 05:09:43.572681 [ 270 ] {8086f717-9dfb-470c-9aef-49b892c3f6f0} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:09:43.572728 [ 270 ] {8086f717-9dfb-470c-9aef-49b892c3f6f0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2026.01.02 05:09:43.572924 [ 200 ] {83d580c8-cdc4-4d78-bcce-488a9e56976e::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2026.01.02 05:09:43.573198 [ 270 ] {8086f717-9dfb-470c-9aef-49b892c3f6f0} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2026.01.02 05:09:43.573274 [ 200 ] {83d580c8-cdc4-4d78-bcce-488a9e56976e::all_1_46_9} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:09:43.573446 [ 200 ] {83d580c8-cdc4-4d78-bcce-488a9e56976e::all_1_46_9} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2026.01.02 05:09:43.573541 [ 270 ] {8086f717-9dfb-470c-9aef-49b892c3f6f0} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:09:43.573581 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.07 MiB. 2026.01.02 05:09:43.573690 [ 149 ] {} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2026.01.02 05:09:43.573726 [ 270 ] {8086f717-9dfb-470c-9aef-49b892c3f6f0} executeQuery: Read 104 rows, 8.32 KiB in 0.001781 sec., 58394.16058394161 rows/sec., 4.56 MiB/sec. 2026.01.02 05:09:43.573728 [ 149 ] {} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:09:43.573761 [ 149 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2026.01.02 05:09:43.573776 [ 270 ] {8086f717-9dfb-470c-9aef-49b892c3f6f0} TCPHandler: Processed in 0.001989663 sec. 2026.01.02 05:09:43.573842 [ 194 ] {a2603088-a695-4667-9faf-2a4ce1a4e7af::all_1_46_9} MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full 2026.01.02 05:09:43.573907 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:09:43.573951 [ 194 ] {a2603088-a695-4667-9faf-2a4ce1a4e7af::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.02 05:09:43.573987 [ 194 ] {a2603088-a695-4667-9faf-2a4ce1a4e7af::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1249 rows starting from the beginning of the part 2026.01.02 05:09:43.574026 [ 270 ] {e8dd2d2d-84d4-415a-a782-70e620bc596b} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.02 05:09:43.574049 [ 194 ] {a2603088-a695-4667-9faf-2a4ce1a4e7af::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 108 rows starting from the beginning of the part 2026.01.02 05:09:43.574092 [ 270 ] {e8dd2d2d-84d4-415a-a782-70e620bc596b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.02 05:09:43.574099 [ 194 ] {a2603088-a695-4667-9faf-2a4ce1a4e7af::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 64 rows starting from the beginning of the part 2026.01.02 05:09:43.574153 [ 194 ] {a2603088-a695-4667-9faf-2a4ce1a4e7af::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 104 rows starting from the beginning of the part 2026.01.02 05:09:43.574189 [ 194 ] {a2603088-a695-4667-9faf-2a4ce1a4e7af::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 558 rows starting from the beginning of the part 2026.01.02 05:09:43.574227 [ 194 ] {a2603088-a695-4667-9faf-2a4ce1a4e7af::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 104 rows starting from the beginning of the part 2026.01.02 05:09:43.574619 [ 270 ] {e8dd2d2d-84d4-415a-a782-70e620bc596b} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:09:43.574668 [ 270 ] {e8dd2d2d-84d4-415a-a782-70e620bc596b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2026.01.02 05:09:43.575073 [ 270 ] {e8dd2d2d-84d4-415a-a782-70e620bc596b} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2026.01.02 05:09:43.575309 [ 270 ] {e8dd2d2d-84d4-415a-a782-70e620bc596b} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:09:43.575380 [ 200 ] {a2603088-a695-4667-9faf-2a4ce1a4e7af::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 2187 rows, containing 5 columns (5 merged, 0 gathered) in 0.001573306 sec., 1390066.5223421254 rows/sec., 108.04 MiB/sec. 2026.01.02 05:09:43.575442 [ 270 ] {e8dd2d2d-84d4-415a-a782-70e620bc596b} executeQuery: Read 160 rows, 11.41 KiB in 0.001442 sec., 110957.00416088766 rows/sec., 7.73 MiB/sec. 2026.01.02 05:09:43.575483 [ 270 ] {e8dd2d2d-84d4-415a-a782-70e620bc596b} TCPHandler: Processed in 0.001636598 sec. 2026.01.02 05:09:43.575583 [ 197 ] {a2603088-a695-4667-9faf-2a4ce1a4e7af::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2026.01.02 05:09:43.575591 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:09:43.575691 [ 270 ] {182ee9f6-0e09-48e8-99c1-dd36f703ecbc} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.02 05:09:43.575747 [ 270 ] {182ee9f6-0e09-48e8-99c1-dd36f703ecbc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.01.02 05:09:43.575933 [ 197 ] {a2603088-a695-4667-9faf-2a4ce1a4e7af::all_1_46_9} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:09:43.576013 [ 197 ] {a2603088-a695-4667-9faf-2a4ce1a4e7af::all_1_46_9} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2026.01.02 05:09:43.576105 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.63 MiB. 2026.01.02 05:09:43.576627 [ 270 ] {182ee9f6-0e09-48e8-99c1-dd36f703ecbc} oximeter.measurements_histogramu64 (1ea2d44b-9dfb-4731-8ee2-8779179f369b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:09:43.576664 [ 270 ] {182ee9f6-0e09-48e8-99c1-dd36f703ecbc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2026.01.02 05:09:43.577215 [ 270 ] {182ee9f6-0e09-48e8-99c1-dd36f703ecbc} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.01.02 05:09:43.577533 [ 270 ] {182ee9f6-0e09-48e8-99c1-dd36f703ecbc} oximeter.measurements_histogramu64 (1ea2d44b-9dfb-4731-8ee2-8779179f369b): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:09:43.577681 [ 270 ] {182ee9f6-0e09-48e8-99c1-dd36f703ecbc} executeQuery: Read 40 rows, 73.40 KiB in 0.002008 sec., 19920.318725099605 rows/sec., 35.70 MiB/sec. 2026.01.02 05:09:43.577736 [ 270 ] {182ee9f6-0e09-48e8-99c1-dd36f703ecbc} TCPHandler: Processed in 0.002194587 sec. 2026.01.02 05:09:43.577853 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:09:43.577988 [ 270 ] {162c0fc9-12f2-4377-ad44-a3aae62b871a} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.02 05:09:43.578037 [ 270 ] {162c0fc9-12f2-4377-ad44-a3aae62b871a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.02 05:09:43.578394 [ 270 ] {162c0fc9-12f2-4377-ad44-a3aae62b871a} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:09:43.578430 [ 270 ] {162c0fc9-12f2-4377-ad44-a3aae62b871a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2026.01.02 05:09:43.578750 [ 270 ] {162c0fc9-12f2-4377-ad44-a3aae62b871a} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2026.01.02 05:09:43.578966 [ 270 ] {162c0fc9-12f2-4377-ad44-a3aae62b871a} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:09:43.579093 [ 270 ] {162c0fc9-12f2-4377-ad44-a3aae62b871a} executeQuery: Read 60 rows, 4.14 KiB in 0.001126 sec., 53285.96802841918 rows/sec., 3.59 MiB/sec. 2026.01.02 05:09:43.579129 [ 270 ] {162c0fc9-12f2-4377-ad44-a3aae62b871a} TCPHandler: Processed in 0.001326102 sec. 2026.01.02 05:09:46.777709 [ 147 ] {} DNSResolver: Updating DNS cache 2026.01.02 05:09:46.777788 [ 147 ] {} DNSResolver: Updated DNS cache 2026.01.02 05:09:46.940896 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 16345 2026.01.02 05:09:46.941480 [ 245 ] {} system.asynchronous_metric_log (bb53ce5c-bddd-4105-a5af-ef87950cd4f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:09:46.941534 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2026.01.02 05:09:46.942065 [ 245 ] {} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.01.02 05:09:46.942313 [ 245 ] {} system.asynchronous_metric_log (bb53ce5c-bddd-4105-a5af-ef87950cd4f3): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:09:46.942466 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16345 2026.01.02 05:09:47.851022 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 256 2026.01.02 05:09:47.867061 [ 244 ] {} system.metric_log (a59fffb9-cc3a-4586-97e5-9d20b67a7356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:09:47.867122 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2026.01.02 05:09:47.872999 [ 244 ] {} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.01.02 05:09:47.873677 [ 244 ] {} system.metric_log (a59fffb9-cc3a-4586-97e5-9d20b67a7356): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:09:47.876612 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 256 2026.01.02 05:09:48.566108 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:09:48.566308 [ 270 ] {5eea821f-5536-4e0f-8366-7d4aad46ee98} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.02 05:09:48.566381 [ 270 ] {5eea821f-5536-4e0f-8366-7d4aad46ee98} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.02 05:09:48.567018 [ 270 ] {5eea821f-5536-4e0f-8366-7d4aad46ee98} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:09:48.567055 [ 270 ] {5eea821f-5536-4e0f-8366-7d4aad46ee98} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2026.01.02 05:09:48.567448 [ 270 ] {5eea821f-5536-4e0f-8366-7d4aad46ee98} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2026.01.02 05:09:48.567676 [ 270 ] {5eea821f-5536-4e0f-8366-7d4aad46ee98} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:09:48.567845 [ 270 ] {5eea821f-5536-4e0f-8366-7d4aad46ee98} executeQuery: Read 56 rows, 4.41 KiB in 0.001591 sec., 35197.98868636078 rows/sec., 2.70 MiB/sec. 2026.01.02 05:09:48.567888 [ 270 ] {5eea821f-5536-4e0f-8366-7d4aad46ee98} TCPHandler: Processed in 0.001916152 sec. 2026.01.02 05:09:48.568003 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:09:48.568099 [ 270 ] {a61c46b2-de8b-445e-bc71-661d271a1946} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.02 05:09:48.568140 [ 270 ] {a61c46b2-de8b-445e-bc71-661d271a1946} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.02 05:09:48.568554 [ 270 ] {a61c46b2-de8b-445e-bc71-661d271a1946} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:09:48.568588 [ 270 ] {a61c46b2-de8b-445e-bc71-661d271a1946} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2026.01.02 05:09:48.568903 [ 270 ] {a61c46b2-de8b-445e-bc71-661d271a1946} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2026.01.02 05:09:48.569112 [ 270 ] {a61c46b2-de8b-445e-bc71-661d271a1946} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:09:48.569246 [ 270 ] {a61c46b2-de8b-445e-bc71-661d271a1946} executeQuery: Read 64 rows, 5.12 KiB in 0.001167 sec., 54841.47386461011 rows/sec., 4.28 MiB/sec. 2026.01.02 05:09:48.569283 [ 270 ] {a61c46b2-de8b-445e-bc71-661d271a1946} TCPHandler: Processed in 0.001330722 sec. 2026.01.02 05:09:48.569391 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:09:48.569485 [ 270 ] {ca87ccfb-7dfb-4326-94bb-ed04ab6fb034} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.02 05:09:48.569529 [ 270 ] {ca87ccfb-7dfb-4326-94bb-ed04ab6fb034} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.02 05:09:48.569921 [ 270 ] {ca87ccfb-7dfb-4326-94bb-ed04ab6fb034} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:09:48.569955 [ 270 ] {ca87ccfb-7dfb-4326-94bb-ed04ab6fb034} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2026.01.02 05:09:48.570299 [ 270 ] {ca87ccfb-7dfb-4326-94bb-ed04ab6fb034} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2026.01.02 05:09:48.570525 [ 270 ] {ca87ccfb-7dfb-4326-94bb-ed04ab6fb034} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:09:48.570621 [ 145 ] {} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2026.01.02 05:09:48.570653 [ 145 ] {} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:09:48.570663 [ 270 ] {ca87ccfb-7dfb-4326-94bb-ed04ab6fb034} executeQuery: Read 160 rows, 11.41 KiB in 0.001197 sec., 133667.50208855473 rows/sec., 9.31 MiB/sec. 2026.01.02 05:09:48.570672 [ 145 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2026.01.02 05:09:48.570701 [ 270 ] {ca87ccfb-7dfb-4326-94bb-ed04ab6fb034} TCPHandler: Processed in 0.001360262 sec. 2026.01.02 05:09:48.570809 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:09:48.570814 [ 194 ] {935760ec-14c4-43f9-bf0f-f949cce05eda::all_1_46_9} MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full 2026.01.02 05:09:48.570903 [ 270 ] {26d437cd-61bd-4871-9717-68867f65354f} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.02 05:09:48.570948 [ 270 ] {26d437cd-61bd-4871-9717-68867f65354f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.02 05:09:48.570986 [ 194 ] {935760ec-14c4-43f9-bf0f-f949cce05eda::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.02 05:09:48.571031 [ 194 ] {935760ec-14c4-43f9-bf0f-f949cce05eda::all_1_46_9} MergeTreeSequentialSource: Reading 3 marks from part all_1_41_8, total 12430 rows starting from the beginning of the part 2026.01.02 05:09:48.571106 [ 194 ] {935760ec-14c4-43f9-bf0f-f949cce05eda::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.01.02 05:09:48.571159 [ 194 ] {935760ec-14c4-43f9-bf0f-f949cce05eda::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 160 rows starting from the beginning of the part 2026.01.02 05:09:48.571206 [ 194 ] {935760ec-14c4-43f9-bf0f-f949cce05eda::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 881 rows starting from the beginning of the part 2026.01.02 05:09:48.571249 [ 194 ] {935760ec-14c4-43f9-bf0f-f949cce05eda::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.01.02 05:09:48.571272 [ 270 ] {26d437cd-61bd-4871-9717-68867f65354f} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:09:48.571291 [ 194 ] {935760ec-14c4-43f9-bf0f-f949cce05eda::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 160 rows starting from the beginning of the part 2026.01.02 05:09:48.571316 [ 270 ] {26d437cd-61bd-4871-9717-68867f65354f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2026.01.02 05:09:48.571658 [ 270 ] {26d437cd-61bd-4871-9717-68867f65354f} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2026.01.02 05:09:48.571876 [ 270 ] {26d437cd-61bd-4871-9717-68867f65354f} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:09:48.572026 [ 270 ] {26d437cd-61bd-4871-9717-68867f65354f} executeQuery: Read 60 rows, 4.14 KiB in 0.001142 sec., 52539.404553415065 rows/sec., 3.54 MiB/sec. 2026.01.02 05:09:48.572061 [ 270 ] {26d437cd-61bd-4871-9717-68867f65354f} TCPHandler: Processed in 0.001302482 sec. 2026.01.02 05:09:48.575636 [ 200 ] {935760ec-14c4-43f9-bf0f-f949cce05eda::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 13951 rows, containing 5 columns (5 merged, 0 gathered) in 0.004875362 sec., 2861531.102716065 rows/sec., 195.70 MiB/sec. 2026.01.02 05:09:48.576183 [ 192 ] {935760ec-14c4-43f9-bf0f-f949cce05eda::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2026.01.02 05:09:48.576711 [ 192 ] {935760ec-14c4-43f9-bf0f-f949cce05eda::all_1_46_9} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:09:48.576810 [ 192 ] {935760ec-14c4-43f9-bf0f-f949cce05eda::all_1_46_9} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2026.01.02 05:09:48.576923 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.63 MiB. 2026.01.02 05:09:49.000215 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 280.80 MiB, peak 305.68 MiB, free memory in arenas 0.00 B, will set to 281.95 MiB (RSS), difference: 1.15 MiB 2026.01.02 05:09:51.989562 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 834 2026.01.02 05:09:51.991741 [ 243 ] {} system.query_log (dd3f3490-5765-4d2a-9406-0e239d3e9a13): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:09:51.991797 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2026.01.02 05:09:51.993044 [ 243 ] {} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.01.02 05:09:51.993327 [ 243 ] {} system.query_log (dd3f3490-5765-4d2a-9406-0e239d3e9a13): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:09:51.993503 [ 142 ] {} system.query_log (dd3f3490-5765-4d2a-9406-0e239d3e9a13) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.01.02 05:09:51.993573 [ 142 ] {} system.query_log (dd3f3490-5765-4d2a-9406-0e239d3e9a13): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:09:51.993594 [ 142 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2026.01.02 05:09:51.993595 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 834 2026.01.02 05:09:51.993689 [ 187 ] {dd3f3490-5765-4d2a-9406-0e239d3e9a13::all_1_26_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full 2026.01.02 05:09:51.994157 [ 187 ] {dd3f3490-5765-4d2a-9406-0e239d3e9a13::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.02 05:09:51.994292 [ 187 ] {dd3f3490-5765-4d2a-9406-0e239d3e9a13::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 706 rows starting from the beginning of the part 2026.01.02 05:09:51.994653 [ 187 ] {dd3f3490-5765-4d2a-9406-0e239d3e9a13::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 30 rows starting from the beginning of the part 2026.01.02 05:09:51.995016 [ 187 ] {dd3f3490-5765-4d2a-9406-0e239d3e9a13::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 20 rows starting from the beginning of the part 2026.01.02 05:09:51.995388 [ 187 ] {dd3f3490-5765-4d2a-9406-0e239d3e9a13::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 22 rows starting from the beginning of the part 2026.01.02 05:09:51.995750 [ 187 ] {dd3f3490-5765-4d2a-9406-0e239d3e9a13::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.01.02 05:09:51.996108 [ 187 ] {dd3f3490-5765-4d2a-9406-0e239d3e9a13::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 20 rows starting from the beginning of the part 2026.01.02 05:09:52.000200 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 285.96 MiB, peak 305.68 MiB, free memory in arenas 0.00 B, will set to 282.10 MiB (RSS), difference: -3.86 MiB 2026.01.02 05:09:52.002891 [ 195 ] {dd3f3490-5765-4d2a-9406-0e239d3e9a13::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 834 rows, containing 72 columns (72 merged, 0 gathered) in 0.009242855 sec., 90231.8601774019 rows/sec., 78.04 MiB/sec. 2026.01.02 05:09:52.003852 [ 191 ] {dd3f3490-5765-4d2a-9406-0e239d3e9a13::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.01.02 05:09:52.004407 [ 191 ] {dd3f3490-5765-4d2a-9406-0e239d3e9a13::all_1_26_5} system.query_log (dd3f3490-5765-4d2a-9406-0e239d3e9a13): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:09:52.004479 [ 191 ] {dd3f3490-5765-4d2a-9406-0e239d3e9a13::all_1_26_5} system.query_log (dd3f3490-5765-4d2a-9406-0e239d3e9a13) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.01.02 05:09:52.004609 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.24 MiB. 2026.01.02 05:09:53.000200 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 278.18 MiB, peak 305.68 MiB, free memory in arenas 0.00 B, will set to 282.53 MiB (RSS), difference: 4.34 MiB 2026.01.02 05:09:53.567981 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:09:53.568214 [ 270 ] {8149af28-9956-4ea2-87a3-8ebaaf442197} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.01.02 05:09:53.568303 [ 270 ] {8149af28-9956-4ea2-87a3-8ebaaf442197} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.01.02 05:09:53.569036 [ 270 ] {8149af28-9956-4ea2-87a3-8ebaaf442197} oximeter.fields_ipaddr (645cdd3d-4969-40ee-99e7-272b8c981424): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:09:53.569084 [ 270 ] {8149af28-9956-4ea2-87a3-8ebaaf442197} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2026.01.02 05:09:53.569480 [ 270 ] {8149af28-9956-4ea2-87a3-8ebaaf442197} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.01.02 05:09:53.569713 [ 270 ] {8149af28-9956-4ea2-87a3-8ebaaf442197} oximeter.fields_ipaddr (645cdd3d-4969-40ee-99e7-272b8c981424): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:09:53.569874 [ 270 ] {8149af28-9956-4ea2-87a3-8ebaaf442197} executeQuery: Read 10 rows, 835.00 B in 0.001724 sec., 5800.46403712297 rows/sec., 472.99 KiB/sec. 2026.01.02 05:09:53.569919 [ 270 ] {8149af28-9956-4ea2-87a3-8ebaaf442197} TCPHandler: Processed in 0.002097035 sec. 2026.01.02 05:09:53.570043 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:09:53.570168 [ 270 ] {250ffec9-2439-4f7c-92dd-55cb4acdd249} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.02 05:09:53.570217 [ 270 ] {250ffec9-2439-4f7c-92dd-55cb4acdd249} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.02 05:09:53.570790 [ 270 ] {250ffec9-2439-4f7c-92dd-55cb4acdd249} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:09:53.570829 [ 270 ] {250ffec9-2439-4f7c-92dd-55cb4acdd249} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2026.01.02 05:09:53.571162 [ 270 ] {250ffec9-2439-4f7c-92dd-55cb4acdd249} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2026.01.02 05:09:53.571383 [ 270 ] {250ffec9-2439-4f7c-92dd-55cb4acdd249} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:09:53.571520 [ 270 ] {250ffec9-2439-4f7c-92dd-55cb4acdd249} executeQuery: Read 142 rows, 12.54 KiB in 0.001376 sec., 103197.67441860464 rows/sec., 8.90 MiB/sec. 2026.01.02 05:09:53.571557 [ 270 ] {250ffec9-2439-4f7c-92dd-55cb4acdd249} TCPHandler: Processed in 0.001575396 sec. 2026.01.02 05:09:53.571662 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:09:53.571758 [ 270 ] {ff976f8f-96db-489c-a16f-8a994c5578a2} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.02 05:09:53.571799 [ 270 ] {ff976f8f-96db-489c-a16f-8a994c5578a2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.02 05:09:53.572209 [ 270 ] {ff976f8f-96db-489c-a16f-8a994c5578a2} oximeter.fields_u16 (75d7a870-5da0-445d-b2e0-ec90b5ea7788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:09:53.572246 [ 270 ] {ff976f8f-96db-489c-a16f-8a994c5578a2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2026.01.02 05:09:53.572545 [ 270 ] {ff976f8f-96db-489c-a16f-8a994c5578a2} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.01.02 05:09:53.572760 [ 270 ] {ff976f8f-96db-489c-a16f-8a994c5578a2} oximeter.fields_u16 (75d7a870-5da0-445d-b2e0-ec90b5ea7788): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:09:53.572889 [ 270 ] {ff976f8f-96db-489c-a16f-8a994c5578a2} executeQuery: Read 50 rows, 3.71 KiB in 0.001149 sec., 43516.10095735422 rows/sec., 3.15 MiB/sec. 2026.01.02 05:09:53.572927 [ 270 ] {ff976f8f-96db-489c-a16f-8a994c5578a2} TCPHandler: Processed in 0.001313352 sec. 2026.01.02 05:09:53.573032 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:09:53.573126 [ 270 ] {b63abf97-8271-4232-b0db-eeaaaab7f383} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.02 05:09:53.573166 [ 270 ] {b63abf97-8271-4232-b0db-eeaaaab7f383} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.02 05:09:53.573535 [ 270 ] {b63abf97-8271-4232-b0db-eeaaaab7f383} oximeter.fields_u32 (1310015a-3be0-40ba-9fec-1b5eb4ed9f75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:09:53.573572 [ 270 ] {b63abf97-8271-4232-b0db-eeaaaab7f383} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2026.01.02 05:09:53.573866 [ 270 ] {b63abf97-8271-4232-b0db-eeaaaab7f383} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.01.02 05:09:53.574095 [ 270 ] {b63abf97-8271-4232-b0db-eeaaaab7f383} oximeter.fields_u32 (1310015a-3be0-40ba-9fec-1b5eb4ed9f75): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:09:53.574224 [ 270 ] {b63abf97-8271-4232-b0db-eeaaaab7f383} executeQuery: Read 1 rows, 68.00 B in 0.001115 sec., 896.8609865470851 rows/sec., 59.56 KiB/sec. 2026.01.02 05:09:53.574262 [ 270 ] {b63abf97-8271-4232-b0db-eeaaaab7f383} TCPHandler: Processed in 0.001278481 sec. 2026.01.02 05:09:53.574369 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:09:53.574463 [ 270 ] {f8015c47-9c9c-45da-bc85-012d49d50e0e} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.02 05:09:53.574503 [ 270 ] {f8015c47-9c9c-45da-bc85-012d49d50e0e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.02 05:09:53.574934 [ 270 ] {f8015c47-9c9c-45da-bc85-012d49d50e0e} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:09:53.574971 [ 270 ] {f8015c47-9c9c-45da-bc85-012d49d50e0e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2026.01.02 05:09:53.575270 [ 270 ] {f8015c47-9c9c-45da-bc85-012d49d50e0e} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2026.01.02 05:09:53.575473 [ 270 ] {f8015c47-9c9c-45da-bc85-012d49d50e0e} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:09:53.575596 [ 270 ] {f8015c47-9c9c-45da-bc85-012d49d50e0e} executeQuery: Read 114 rows, 9.13 KiB in 0.00115 sec., 99130.4347826087 rows/sec., 7.76 MiB/sec. 2026.01.02 05:09:53.575632 [ 270 ] {f8015c47-9c9c-45da-bc85-012d49d50e0e} TCPHandler: Processed in 0.001311782 sec. 2026.01.02 05:09:53.575737 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:09:53.575828 [ 270 ] {978536b8-bb75-4b38-bbc0-ff467052dcd1} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.02 05:09:53.575870 [ 270 ] {978536b8-bb75-4b38-bbc0-ff467052dcd1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.02 05:09:53.576266 [ 270 ] {978536b8-bb75-4b38-bbc0-ff467052dcd1} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:09:53.576301 [ 270 ] {978536b8-bb75-4b38-bbc0-ff467052dcd1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2026.01.02 05:09:53.576625 [ 270 ] {978536b8-bb75-4b38-bbc0-ff467052dcd1} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2026.01.02 05:09:53.576835 [ 270 ] {978536b8-bb75-4b38-bbc0-ff467052dcd1} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:09:53.576962 [ 270 ] {978536b8-bb75-4b38-bbc0-ff467052dcd1} executeQuery: Read 165 rows, 11.76 KiB in 0.001151 sec., 143353.60556038228 rows/sec., 9.98 MiB/sec. 2026.01.02 05:09:53.576997 [ 270 ] {978536b8-bb75-4b38-bbc0-ff467052dcd1} TCPHandler: Processed in 0.001308191 sec. 2026.01.02 05:09:53.577099 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:09:53.577189 [ 270 ] {4f291718-d746-4005-b6a9-386f8b339fd8} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.01.02 05:09:53.577230 [ 270 ] {4f291718-d746-4005-b6a9-386f8b339fd8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.01.02 05:09:53.577526 [ 270 ] {4f291718-d746-4005-b6a9-386f8b339fd8} oximeter.measurements_f64 (aa9bbb3a-da62-4075-81f6-d05edd62a94a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:09:53.577562 [ 270 ] {4f291718-d746-4005-b6a9-386f8b339fd8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2026.01.02 05:09:53.577849 [ 270 ] {4f291718-d746-4005-b6a9-386f8b339fd8} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.01.02 05:09:53.578061 [ 270 ] {4f291718-d746-4005-b6a9-386f8b339fd8} oximeter.measurements_f64 (aa9bbb3a-da62-4075-81f6-d05edd62a94a): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:09:53.578183 [ 270 ] {4f291718-d746-4005-b6a9-386f8b339fd8} executeQuery: Read 1 rows, 65.00 B in 0.001011 sec., 989.1196834817014 rows/sec., 62.79 KiB/sec. 2026.01.02 05:09:53.578218 [ 270 ] {4f291718-d746-4005-b6a9-386f8b339fd8} TCPHandler: Processed in 0.00116667 sec. 2026.01.02 05:09:53.578319 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:09:53.578410 [ 270 ] {71e4d1d7-a708-4794-9305-450930ad5eee} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.02 05:09:53.578462 [ 270 ] {71e4d1d7-a708-4794-9305-450930ad5eee} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.01.02 05:09:53.579334 [ 270 ] {71e4d1d7-a708-4794-9305-450930ad5eee} oximeter.measurements_histogramu64 (1ea2d44b-9dfb-4731-8ee2-8779179f369b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:09:53.579369 [ 270 ] {71e4d1d7-a708-4794-9305-450930ad5eee} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2026.01.02 05:09:53.579917 [ 270 ] {71e4d1d7-a708-4794-9305-450930ad5eee} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.01.02 05:09:53.580134 [ 270 ] {71e4d1d7-a708-4794-9305-450930ad5eee} oximeter.measurements_histogramu64 (1ea2d44b-9dfb-4731-8ee2-8779179f369b): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:09:53.580272 [ 270 ] {71e4d1d7-a708-4794-9305-450930ad5eee} executeQuery: Read 40 rows, 73.40 KiB in 0.001878 sec., 21299.254526091587 rows/sec., 38.17 MiB/sec. 2026.01.02 05:09:53.580323 [ 270 ] {71e4d1d7-a708-4794-9305-450930ad5eee} TCPHandler: Processed in 0.002049994 sec. 2026.01.02 05:09:53.580431 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:09:53.580524 [ 270 ] {da6266f0-5466-4ae0-a34e-c2c4c8a8aba3} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.02 05:09:53.580565 [ 270 ] {da6266f0-5466-4ae0-a34e-c2c4c8a8aba3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.02 05:09:53.580894 [ 270 ] {da6266f0-5466-4ae0-a34e-c2c4c8a8aba3} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:09:53.580930 [ 270 ] {da6266f0-5466-4ae0-a34e-c2c4c8a8aba3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2026.01.02 05:09:53.581225 [ 270 ] {da6266f0-5466-4ae0-a34e-c2c4c8a8aba3} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2026.01.02 05:09:53.581429 [ 270 ] {da6266f0-5466-4ae0-a34e-c2c4c8a8aba3} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:09:53.581531 [ 140 ] {} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2026.01.02 05:09:53.581551 [ 270 ] {da6266f0-5466-4ae0-a34e-c2c4c8a8aba3} executeQuery: Read 60 rows, 4.14 KiB in 0.001046 sec., 57361.37667304015 rows/sec., 3.87 MiB/sec. 2026.01.02 05:09:53.581597 [ 140 ] {} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:09:53.581604 [ 270 ] {da6266f0-5466-4ae0-a34e-c2c4c8a8aba3} TCPHandler: Processed in 0.001220231 sec. 2026.01.02 05:09:53.581626 [ 140 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2026.01.02 05:09:53.581765 [ 198 ] {45294a01-6668-46b2-a532-60faf64b8164::all_1_46_9} MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full 2026.01.02 05:09:53.581928 [ 198 ] {45294a01-6668-46b2-a532-60faf64b8164::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.02 05:09:53.581967 [ 198 ] {45294a01-6668-46b2-a532-60faf64b8164::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 2246 rows starting from the beginning of the part 2026.01.02 05:09:53.582038 [ 198 ] {45294a01-6668-46b2-a532-60faf64b8164::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 60 rows starting from the beginning of the part 2026.01.02 05:09:53.582092 [ 198 ] {45294a01-6668-46b2-a532-60faf64b8164::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 60 rows starting from the beginning of the part 2026.01.02 05:09:53.582137 [ 198 ] {45294a01-6668-46b2-a532-60faf64b8164::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 60 rows starting from the beginning of the part 2026.01.02 05:09:53.582178 [ 198 ] {45294a01-6668-46b2-a532-60faf64b8164::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 60 rows starting from the beginning of the part 2026.01.02 05:09:53.582221 [ 198 ] {45294a01-6668-46b2-a532-60faf64b8164::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 60 rows starting from the beginning of the part 2026.01.02 05:09:53.583343 [ 191 ] {45294a01-6668-46b2-a532-60faf64b8164::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 2546 rows, containing 4 columns (4 merged, 0 gathered) in 0.001636897 sec., 1555381.9207928171 rows/sec., 103.25 MiB/sec. 2026.01.02 05:09:53.583647 [ 195 ] {45294a01-6668-46b2-a532-60faf64b8164::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2026.01.02 05:09:53.583961 [ 195 ] {45294a01-6668-46b2-a532-60faf64b8164::all_1_46_9} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:09:53.584038 [ 195 ] {45294a01-6668-46b2-a532-60faf64b8164::all_1_46_9} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2026.01.02 05:09:53.584134 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.70 MiB. 2026.01.02 05:09:54.442607 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 16857 2026.01.02 05:09:54.443153 [ 245 ] {} system.asynchronous_metric_log (bb53ce5c-bddd-4105-a5af-ef87950cd4f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:09:54.443201 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2026.01.02 05:09:54.443718 [ 245 ] {} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.01.02 05:09:54.443955 [ 245 ] {} system.asynchronous_metric_log (bb53ce5c-bddd-4105-a5af-ef87950cd4f3): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:09:54.444089 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16857 2026.01.02 05:09:55.376716 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 264 2026.01.02 05:09:55.392705 [ 244 ] {} system.metric_log (a59fffb9-cc3a-4586-97e5-9d20b67a7356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:09:55.392757 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2026.01.02 05:09:55.398868 [ 244 ] {} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.01.02 05:09:55.399565 [ 244 ] {} system.metric_log (a59fffb9-cc3a-4586-97e5-9d20b67a7356): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:09:55.402336 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 264 2026.01.02 05:09:58.566409 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:09:58.566728 [ 270 ] {d335000b-f95f-4986-92f6-a1624c6b6aa0} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.02 05:09:58.566834 [ 270 ] {d335000b-f95f-4986-92f6-a1624c6b6aa0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.02 05:09:58.567657 [ 270 ] {d335000b-f95f-4986-92f6-a1624c6b6aa0} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:09:58.567708 [ 270 ] {d335000b-f95f-4986-92f6-a1624c6b6aa0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2026.01.02 05:09:58.568109 [ 270 ] {d335000b-f95f-4986-92f6-a1624c6b6aa0} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2026.01.02 05:09:58.568334 [ 270 ] {d335000b-f95f-4986-92f6-a1624c6b6aa0} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:09:58.568487 [ 270 ] {d335000b-f95f-4986-92f6-a1624c6b6aa0} executeQuery: Read 56 rows, 4.41 KiB in 0.001847 sec., 30319.43692474283 rows/sec., 2.33 MiB/sec. 2026.01.02 05:09:58.568528 [ 270 ] {d335000b-f95f-4986-92f6-a1624c6b6aa0} TCPHandler: Processed in 0.002311209 sec. 2026.01.02 05:09:58.568659 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:09:58.568761 [ 270 ] {2fd927b4-6dc9-4c5e-9af2-1882337fce3a} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.02 05:09:58.568801 [ 270 ] {2fd927b4-6dc9-4c5e-9af2-1882337fce3a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.02 05:09:58.569311 [ 270 ] {2fd927b4-6dc9-4c5e-9af2-1882337fce3a} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:09:58.569348 [ 270 ] {2fd927b4-6dc9-4c5e-9af2-1882337fce3a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2026.01.02 05:09:58.569672 [ 270 ] {2fd927b4-6dc9-4c5e-9af2-1882337fce3a} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2026.01.02 05:09:58.569887 [ 270 ] {2fd927b4-6dc9-4c5e-9af2-1882337fce3a} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:09:58.570011 [ 270 ] {2fd927b4-6dc9-4c5e-9af2-1882337fce3a} executeQuery: Read 64 rows, 5.12 KiB in 0.00127 sec., 50393.70078740157 rows/sec., 3.93 MiB/sec. 2026.01.02 05:09:58.570049 [ 270 ] {2fd927b4-6dc9-4c5e-9af2-1882337fce3a} TCPHandler: Processed in 0.001437794 sec. 2026.01.02 05:09:58.570413 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:09:58.570512 [ 270 ] {454d523f-5ec3-44cc-bbc8-572f194c23df} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.02 05:09:58.570556 [ 270 ] {454d523f-5ec3-44cc-bbc8-572f194c23df} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.02 05:09:58.571070 [ 270 ] {454d523f-5ec3-44cc-bbc8-572f194c23df} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:09:58.571107 [ 270 ] {454d523f-5ec3-44cc-bbc8-572f194c23df} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2026.01.02 05:09:58.571441 [ 270 ] {454d523f-5ec3-44cc-bbc8-572f194c23df} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2026.01.02 05:09:58.571647 [ 270 ] {454d523f-5ec3-44cc-bbc8-572f194c23df} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:09:58.571775 [ 270 ] {454d523f-5ec3-44cc-bbc8-572f194c23df} executeQuery: Read 160 rows, 11.41 KiB in 0.001282 sec., 124804.992199688 rows/sec., 8.69 MiB/sec. 2026.01.02 05:09:58.571811 [ 270 ] {454d523f-5ec3-44cc-bbc8-572f194c23df} TCPHandler: Processed in 0.001449445 sec. 2026.01.02 05:09:58.571949 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:09:58.572042 [ 270 ] {9a53ee7c-3787-47b5-8906-d0757cb57353} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.02 05:09:58.572084 [ 270 ] {9a53ee7c-3787-47b5-8906-d0757cb57353} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.02 05:09:58.572424 [ 270 ] {9a53ee7c-3787-47b5-8906-d0757cb57353} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:09:58.572459 [ 270 ] {9a53ee7c-3787-47b5-8906-d0757cb57353} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2026.01.02 05:09:58.572758 [ 270 ] {9a53ee7c-3787-47b5-8906-d0757cb57353} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2026.01.02 05:09:58.572970 [ 270 ] {9a53ee7c-3787-47b5-8906-d0757cb57353} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:09:58.573093 [ 270 ] {9a53ee7c-3787-47b5-8906-d0757cb57353} executeQuery: Read 60 rows, 4.14 KiB in 0.001069 sec., 56127.22170252572 rows/sec., 3.78 MiB/sec. 2026.01.02 05:09:58.573128 [ 270 ] {9a53ee7c-3787-47b5-8906-d0757cb57353} TCPHandler: Processed in 0.001228131 sec. 2026.01.02 05:10:01.778064 [ 131 ] {} DNSResolver: Updating DNS cache 2026.01.02 05:10:01.778152 [ 131 ] {} DNSResolver: Updated DNS cache 2026.01.02 05:10:01.944203 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 17305 2026.01.02 05:10:01.944791 [ 245 ] {} system.asynchronous_metric_log (bb53ce5c-bddd-4105-a5af-ef87950cd4f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:10:01.944849 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2026.01.02 05:10:01.945375 [ 245 ] {} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.01.02 05:10:01.945614 [ 245 ] {} system.asynchronous_metric_log (bb53ce5c-bddd-4105-a5af-ef87950cd4f3): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:10:01.945762 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17305 2026.01.02 05:10:01.945781 [ 131 ] {} system.asynchronous_metric_log (bb53ce5c-bddd-4105-a5af-ef87950cd4f3) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2026.01.02 05:10:01.945848 [ 131 ] {} system.asynchronous_metric_log (bb53ce5c-bddd-4105-a5af-ef87950cd4f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:10:01.945869 [ 131 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2026.01.02 05:10:01.945995 [ 190 ] {bb53ce5c-bddd-4105-a5af-ef87950cd4f3::all_1_36_7} MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full 2026.01.02 05:10:01.946150 [ 190 ] {bb53ce5c-bddd-4105-a5af-ef87950cd4f3::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.02 05:10:01.946194 [ 190 ] {bb53ce5c-bddd-4105-a5af-ef87950cd4f3::all_1_36_7} MergeTreeSequentialSource: Reading 3 marks from part all_1_31_6, total 14937 rows starting from the beginning of the part 2026.01.02 05:10:01.946266 [ 190 ] {bb53ce5c-bddd-4105-a5af-ef87950cd4f3::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.01.02 05:10:01.946316 [ 190 ] {bb53ce5c-bddd-4105-a5af-ef87950cd4f3::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.01.02 05:10:01.946361 [ 190 ] {bb53ce5c-bddd-4105-a5af-ef87950cd4f3::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.01.02 05:10:01.946402 [ 190 ] {bb53ce5c-bddd-4105-a5af-ef87950cd4f3::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.01.02 05:10:01.946446 [ 190 ] {bb53ce5c-bddd-4105-a5af-ef87950cd4f3::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.01.02 05:10:01.948980 [ 191 ] {bb53ce5c-bddd-4105-a5af-ef87950cd4f3::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 17305 rows, containing 4 columns (4 merged, 0 gathered) in 0.00304029 sec., 5691891.234059908 rows/sec., 81.42 MiB/sec. 2026.01.02 05:10:01.949271 [ 199 ] {bb53ce5c-bddd-4105-a5af-ef87950cd4f3::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2026.01.02 05:10:01.949620 [ 199 ] {bb53ce5c-bddd-4105-a5af-ef87950cd4f3::all_1_36_7} system.asynchronous_metric_log (bb53ce5c-bddd-4105-a5af-ef87950cd4f3): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:10:01.949711 [ 199 ] {bb53ce5c-bddd-4105-a5af-ef87950cd4f3::all_1_36_7} system.asynchronous_metric_log (bb53ce5c-bddd-4105-a5af-ef87950cd4f3) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2026.01.02 05:10:01.949844 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.48 MiB. 2026.01.02 05:10:01.993798 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 860 2026.01.02 05:10:01.996270 [ 243 ] {} system.query_log (dd3f3490-5765-4d2a-9406-0e239d3e9a13): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:10:01.996317 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2026.01.02 05:10:01.997649 [ 243 ] {} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.01.02 05:10:01.998051 [ 243 ] {} system.query_log (dd3f3490-5765-4d2a-9406-0e239d3e9a13): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:10:01.998471 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 860 2026.01.02 05:10:02.902427 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 272 2026.01.02 05:10:02.919990 [ 244 ] {} system.metric_log (a59fffb9-cc3a-4586-97e5-9d20b67a7356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:10:02.920053 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2026.01.02 05:10:02.926705 [ 244 ] {} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.01.02 05:10:02.927476 [ 244 ] {} system.metric_log (a59fffb9-cc3a-4586-97e5-9d20b67a7356): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:10:02.927785 [ 127 ] {} system.metric_log (a59fffb9-cc3a-4586-97e5-9d20b67a7356) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2026.01.02 05:10:02.927849 [ 127 ] {} system.metric_log (a59fffb9-cc3a-4586-97e5-9d20b67a7356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:10:02.927868 [ 127 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2026.01.02 05:10:02.927994 [ 190 ] {a59fffb9-cc3a-4586-97e5-9d20b67a7356::all_1_36_7} MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full 2026.01.02 05:10:02.931141 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 272 2026.01.02 05:10:02.932252 [ 190 ] {a59fffb9-cc3a-4586-97e5-9d20b67a7356::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.02 05:10:02.933741 [ 190 ] {a59fffb9-cc3a-4586-97e5-9d20b67a7356::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 234 rows starting from the beginning of the part 2026.01.02 05:10:02.938290 [ 190 ] {a59fffb9-cc3a-4586-97e5-9d20b67a7356::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 7 rows starting from the beginning of the part 2026.01.02 05:10:02.942624 [ 190 ] {a59fffb9-cc3a-4586-97e5-9d20b67a7356::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 8 rows starting from the beginning of the part 2026.01.02 05:10:02.946752 [ 190 ] {a59fffb9-cc3a-4586-97e5-9d20b67a7356::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 7 rows starting from the beginning of the part 2026.01.02 05:10:02.951315 [ 190 ] {a59fffb9-cc3a-4586-97e5-9d20b67a7356::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 8 rows starting from the beginning of the part 2026.01.02 05:10:02.955407 [ 190 ] {a59fffb9-cc3a-4586-97e5-9d20b67a7356::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 8 rows starting from the beginning of the part 2026.01.02 05:10:03.000185 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 296.24 MiB, peak 305.68 MiB, free memory in arenas 0.00 B, will set to 288.12 MiB (RSS), difference: -8.12 MiB 2026.01.02 05:10:03.008904 [ 191 ] {a59fffb9-cc3a-4586-97e5-9d20b67a7356::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 272 rows, containing 679 columns (679 merged, 0 gathered) in 0.080961955 sec., 3359.602667697439 rows/sec., 17.37 MiB/sec. 2026.01.02 05:10:03.011309 [ 186 ] {a59fffb9-cc3a-4586-97e5-9d20b67a7356::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2026.01.02 05:10:03.013284 [ 186 ] {a59fffb9-cc3a-4586-97e5-9d20b67a7356::all_1_36_7} system.metric_log (a59fffb9-cc3a-4586-97e5-9d20b67a7356): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:10:03.013400 [ 186 ] {a59fffb9-cc3a-4586-97e5-9d20b67a7356::all_1_36_7} system.metric_log (a59fffb9-cc3a-4586-97e5-9d20b67a7356) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2026.01.02 05:10:03.015109 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 12.43 MiB. 2026.01.02 05:10:03.568572 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:10:03.568817 [ 270 ] {f31148a5-9e3b-43e6-a456-2caa24d4c430} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.02 05:10:03.568888 [ 270 ] {f31148a5-9e3b-43e6-a456-2caa24d4c430} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.02 05:10:03.569635 [ 270 ] {f31148a5-9e3b-43e6-a456-2caa24d4c430} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:10:03.569683 [ 270 ] {f31148a5-9e3b-43e6-a456-2caa24d4c430} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2026.01.02 05:10:03.570125 [ 270 ] {f31148a5-9e3b-43e6-a456-2caa24d4c430} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2026.01.02 05:10:03.570353 [ 270 ] {f31148a5-9e3b-43e6-a456-2caa24d4c430} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:10:03.570513 [ 270 ] {f31148a5-9e3b-43e6-a456-2caa24d4c430} executeQuery: Read 136 rows, 12.08 KiB in 0.001747 sec., 77847.73898111047 rows/sec., 6.75 MiB/sec. 2026.01.02 05:10:03.570562 [ 270 ] {f31148a5-9e3b-43e6-a456-2caa24d4c430} TCPHandler: Processed in 0.002066954 sec. 2026.01.02 05:10:03.570687 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:10:03.570789 [ 270 ] {6e7b7b42-69a0-42e3-9167-fae51abab288} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.02 05:10:03.570833 [ 270 ] {6e7b7b42-69a0-42e3-9167-fae51abab288} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.02 05:10:03.571266 [ 270 ] {6e7b7b42-69a0-42e3-9167-fae51abab288} oximeter.fields_u16 (75d7a870-5da0-445d-b2e0-ec90b5ea7788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:10:03.571302 [ 270 ] {6e7b7b42-69a0-42e3-9167-fae51abab288} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2026.01.02 05:10:03.571607 [ 270 ] {6e7b7b42-69a0-42e3-9167-fae51abab288} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.01.02 05:10:03.571822 [ 270 ] {6e7b7b42-69a0-42e3-9167-fae51abab288} oximeter.fields_u16 (75d7a870-5da0-445d-b2e0-ec90b5ea7788): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:10:03.571955 [ 270 ] {6e7b7b42-69a0-42e3-9167-fae51abab288} executeQuery: Read 40 rows, 3.01 KiB in 0.00119 sec., 33613.44537815126 rows/sec., 2.47 MiB/sec. 2026.01.02 05:10:03.571993 [ 270 ] {6e7b7b42-69a0-42e3-9167-fae51abab288} TCPHandler: Processed in 0.001360172 sec. 2026.01.02 05:10:03.572108 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:10:03.572214 [ 270 ] {b08fdc24-3ed1-43f2-b6d6-8a3daea2c02e} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.02 05:10:03.572258 [ 270 ] {b08fdc24-3ed1-43f2-b6d6-8a3daea2c02e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.02 05:10:03.572716 [ 270 ] {b08fdc24-3ed1-43f2-b6d6-8a3daea2c02e} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:10:03.572755 [ 270 ] {b08fdc24-3ed1-43f2-b6d6-8a3daea2c02e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2026.01.02 05:10:03.573118 [ 270 ] {b08fdc24-3ed1-43f2-b6d6-8a3daea2c02e} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2026.01.02 05:10:03.573350 [ 270 ] {b08fdc24-3ed1-43f2-b6d6-8a3daea2c02e} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:10:03.573486 [ 270 ] {b08fdc24-3ed1-43f2-b6d6-8a3daea2c02e} executeQuery: Read 104 rows, 8.32 KiB in 0.001294 sec., 80370.942812983 rows/sec., 6.28 MiB/sec. 2026.01.02 05:10:03.573526 [ 270 ] {b08fdc24-3ed1-43f2-b6d6-8a3daea2c02e} TCPHandler: Processed in 0.001469355 sec. 2026.01.02 05:10:03.573638 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:10:03.573738 [ 270 ] {d297df7d-ec9a-43cd-a00f-bf94a019c312} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.02 05:10:03.573787 [ 270 ] {d297df7d-ec9a-43cd-a00f-bf94a019c312} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.02 05:10:03.574201 [ 270 ] {d297df7d-ec9a-43cd-a00f-bf94a019c312} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:10:03.574239 [ 270 ] {d297df7d-ec9a-43cd-a00f-bf94a019c312} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2026.01.02 05:10:03.574602 [ 270 ] {d297df7d-ec9a-43cd-a00f-bf94a019c312} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2026.01.02 05:10:03.574830 [ 270 ] {d297df7d-ec9a-43cd-a00f-bf94a019c312} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:10:03.574963 [ 270 ] {d297df7d-ec9a-43cd-a00f-bf94a019c312} executeQuery: Read 160 rows, 11.41 KiB in 0.001246 sec., 128410.91492776887 rows/sec., 8.94 MiB/sec. 2026.01.02 05:10:03.575002 [ 270 ] {d297df7d-ec9a-43cd-a00f-bf94a019c312} TCPHandler: Processed in 0.001413813 sec. 2026.01.02 05:10:03.575109 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:10:03.575206 [ 270 ] {36f6af9d-8b0c-4ac0-9dac-04fd1d731a19} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.02 05:10:03.575264 [ 270 ] {36f6af9d-8b0c-4ac0-9dac-04fd1d731a19} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.01.02 05:10:03.576155 [ 270 ] {36f6af9d-8b0c-4ac0-9dac-04fd1d731a19} oximeter.measurements_histogramu64 (1ea2d44b-9dfb-4731-8ee2-8779179f369b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:10:03.576191 [ 270 ] {36f6af9d-8b0c-4ac0-9dac-04fd1d731a19} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2026.01.02 05:10:03.576831 [ 270 ] {36f6af9d-8b0c-4ac0-9dac-04fd1d731a19} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.01.02 05:10:03.577082 [ 270 ] {36f6af9d-8b0c-4ac0-9dac-04fd1d731a19} oximeter.measurements_histogramu64 (1ea2d44b-9dfb-4731-8ee2-8779179f369b): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:10:03.577186 [ 129 ] {} oximeter.measurements_histogramu64 (1ea2d44b-9dfb-4731-8ee2-8779179f369b) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.01.02 05:10:03.577223 [ 129 ] {} oximeter.measurements_histogramu64 (1ea2d44b-9dfb-4731-8ee2-8779179f369b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:10:03.577226 [ 270 ] {36f6af9d-8b0c-4ac0-9dac-04fd1d731a19} executeQuery: Read 40 rows, 73.40 KiB in 0.002039 sec., 19617.4595389897 rows/sec., 35.15 MiB/sec. 2026.01.02 05:10:03.577242 [ 129 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2026.01.02 05:10:03.577297 [ 270 ] {36f6af9d-8b0c-4ac0-9dac-04fd1d731a19} TCPHandler: Processed in 0.002240618 sec. 2026.01.02 05:10:03.577354 [ 188 ] {1ea2d44b-9dfb-4731-8ee2-8779179f369b::all_1_26_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full 2026.01.02 05:10:03.577403 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:10:03.577504 [ 270 ] {7c630b77-229b-475e-a661-c1961debbc84} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.02 05:10:03.577546 [ 270 ] {7c630b77-229b-475e-a661-c1961debbc84} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.02 05:10:03.577622 [ 188 ] {1ea2d44b-9dfb-4731-8ee2-8779179f369b::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.02 05:10:03.577706 [ 188 ] {1ea2d44b-9dfb-4731-8ee2-8779179f369b::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 742 rows starting from the beginning of the part 2026.01.02 05:10:03.577841 [ 188 ] {1ea2d44b-9dfb-4731-8ee2-8779179f369b::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 40 rows starting from the beginning of the part 2026.01.02 05:10:03.577890 [ 270 ] {7c630b77-229b-475e-a661-c1961debbc84} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:10:03.577930 [ 270 ] {7c630b77-229b-475e-a661-c1961debbc84} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2026.01.02 05:10:03.577954 [ 188 ] {1ea2d44b-9dfb-4731-8ee2-8779179f369b::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 40 rows starting from the beginning of the part 2026.01.02 05:10:03.578063 [ 188 ] {1ea2d44b-9dfb-4731-8ee2-8779179f369b::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 40 rows starting from the beginning of the part 2026.01.02 05:10:03.578164 [ 188 ] {1ea2d44b-9dfb-4731-8ee2-8779179f369b::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 40 rows starting from the beginning of the part 2026.01.02 05:10:03.578262 [ 270 ] {7c630b77-229b-475e-a661-c1961debbc84} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2026.01.02 05:10:03.578269 [ 188 ] {1ea2d44b-9dfb-4731-8ee2-8779179f369b::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 40 rows starting from the beginning of the part 2026.01.02 05:10:03.578502 [ 270 ] {7c630b77-229b-475e-a661-c1961debbc84} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:10:03.578640 [ 270 ] {7c630b77-229b-475e-a661-c1961debbc84} executeQuery: Read 60 rows, 4.14 KiB in 0.001156 sec., 51903.11418685121 rows/sec., 3.50 MiB/sec. 2026.01.02 05:10:03.578679 [ 270 ] {7c630b77-229b-475e-a661-c1961debbc84} TCPHandler: Processed in 0.001325462 sec. 2026.01.02 05:10:03.594302 [ 191 ] {1ea2d44b-9dfb-4731-8ee2-8779179f369b::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 942 rows, containing 19 columns (19 merged, 0 gathered) in 0.016995034 sec., 55427.95619002586 rows/sec., 99.32 MiB/sec. 2026.01.02 05:10:03.595463 [ 188 ] {1ea2d44b-9dfb-4731-8ee2-8779179f369b::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.01.02 05:10:03.595811 [ 188 ] {1ea2d44b-9dfb-4731-8ee2-8779179f369b::all_1_26_5} oximeter.measurements_histogramu64 (1ea2d44b-9dfb-4731-8ee2-8779179f369b): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:10:03.595888 [ 188 ] {1ea2d44b-9dfb-4731-8ee2-8779179f369b::all_1_26_5} oximeter.measurements_histogramu64 (1ea2d44b-9dfb-4731-8ee2-8779179f369b) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.01.02 05:10:03.595987 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.76 MiB. 2026.01.02 05:10:04.000205 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 276.93 MiB, peak 305.68 MiB, free memory in arenas 0.00 B, will set to 293.22 MiB (RSS), difference: 16.28 MiB 2026.01.02 05:10:06.589107 [ 123 ] {} oximeter.fields_u32 (1310015a-3be0-40ba-9fec-1b5eb4ed9f75) (MergerMutator): Selected 5 parts from all_1_10_2 to all_14_14_0 2026.01.02 05:10:06.589170 [ 123 ] {} oximeter.fields_u32 (1310015a-3be0-40ba-9fec-1b5eb4ed9f75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:10:06.589189 [ 123 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2026.01.02 05:10:06.589315 [ 193 ] {1310015a-3be0-40ba-9fec-1b5eb4ed9f75::all_1_14_3} MergeTask::PrepareStage: Merging 5 parts: from all_1_10_2 to all_14_14_0 into Compact with storage Full 2026.01.02 05:10:06.589450 [ 193 ] {1310015a-3be0-40ba-9fec-1b5eb4ed9f75::all_1_14_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.02 05:10:06.589483 [ 193 ] {1310015a-3be0-40ba-9fec-1b5eb4ed9f75::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_10_2, total 464 rows starting from the beginning of the part 2026.01.02 05:10:06.589547 [ 193 ] {1310015a-3be0-40ba-9fec-1b5eb4ed9f75::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 1 rows starting from the beginning of the part 2026.01.02 05:10:06.589591 [ 193 ] {1310015a-3be0-40ba-9fec-1b5eb4ed9f75::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 252 rows starting from the beginning of the part 2026.01.02 05:10:06.589636 [ 193 ] {1310015a-3be0-40ba-9fec-1b5eb4ed9f75::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 252 rows starting from the beginning of the part 2026.01.02 05:10:06.589674 [ 193 ] {1310015a-3be0-40ba-9fec-1b5eb4ed9f75::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 1 rows starting from the beginning of the part 2026.01.02 05:10:06.590595 [ 188 ] {1310015a-3be0-40ba-9fec-1b5eb4ed9f75::all_1_14_3} MergeTask::MergeProjectionsStage: Merge sorted 970 rows, containing 5 columns (5 merged, 0 gathered) in 0.001302201 sec., 744892.6855377933 rows/sec., 53.59 MiB/sec. 2026.01.02 05:10:06.590824 [ 191 ] {1310015a-3be0-40ba-9fec-1b5eb4ed9f75::all_1_14_3} MergedBlockOutputStream: filled checksums all_1_14_3 (state Temporary) 2026.01.02 05:10:06.591134 [ 191 ] {1310015a-3be0-40ba-9fec-1b5eb4ed9f75::all_1_14_3} oximeter.fields_u32 (1310015a-3be0-40ba-9fec-1b5eb4ed9f75): Renaming temporary part tmp_merge_all_1_14_3 to all_1_14_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:10:06.591214 [ 191 ] {1310015a-3be0-40ba-9fec-1b5eb4ed9f75::all_1_14_3} oximeter.fields_u32 (1310015a-3be0-40ba-9fec-1b5eb4ed9f75) (MergerMutator): Merged 5 parts: [all_1_10_2, all_14_14_0] -> all_1_14_3 2026.01.02 05:10:06.591311 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. 2026.01.02 05:10:08.594810 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:10:08.595122 [ 270 ] {951ace58-7946-4aa8-b6cc-f30c938b27cf} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.01.02 05:10:08.595230 [ 270 ] {951ace58-7946-4aa8-b6cc-f30c938b27cf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.01.02 05:10:08.595925 [ 270 ] {951ace58-7946-4aa8-b6cc-f30c938b27cf} oximeter.fields_i16 (cb56b64a-0514-41c6-b851-58b3833bf8fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:10:08.595976 [ 270 ] {951ace58-7946-4aa8-b6cc-f30c938b27cf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2026.01.02 05:10:08.596385 [ 270 ] {951ace58-7946-4aa8-b6cc-f30c938b27cf} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.01.02 05:10:08.596622 [ 270 ] {951ace58-7946-4aa8-b6cc-f30c938b27cf} oximeter.fields_i16 (cb56b64a-0514-41c6-b851-58b3833bf8fd): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:10:08.596785 [ 270 ] {951ace58-7946-4aa8-b6cc-f30c938b27cf} executeQuery: Read 24 rows, 2.04 KiB in 0.001743 sec., 13769.363166953528 rows/sec., 1.14 MiB/sec. 2026.01.02 05:10:08.596833 [ 270 ] {951ace58-7946-4aa8-b6cc-f30c938b27cf} TCPHandler: Processed in 0.002211487 sec. 2026.01.02 05:10:08.596964 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:10:08.597066 [ 270 ] {40817a2f-522a-4f4d-bf09-a4df7ca1882b} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.01.02 05:10:08.597110 [ 270 ] {40817a2f-522a-4f4d-bf09-a4df7ca1882b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.01.02 05:10:08.597515 [ 270 ] {40817a2f-522a-4f4d-bf09-a4df7ca1882b} oximeter.fields_ipaddr (645cdd3d-4969-40ee-99e7-272b8c981424): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:10:08.597555 [ 270 ] {40817a2f-522a-4f4d-bf09-a4df7ca1882b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2026.01.02 05:10:08.597862 [ 270 ] {40817a2f-522a-4f4d-bf09-a4df7ca1882b} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.01.02 05:10:08.598082 [ 270 ] {40817a2f-522a-4f4d-bf09-a4df7ca1882b} oximeter.fields_ipaddr (645cdd3d-4969-40ee-99e7-272b8c981424): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:10:08.598214 [ 270 ] {40817a2f-522a-4f4d-bf09-a4df7ca1882b} executeQuery: Read 2 rows, 167.00 B in 0.001172 sec., 1706.4846416382252 rows/sec., 139.15 KiB/sec. 2026.01.02 05:10:08.598252 [ 270 ] {40817a2f-522a-4f4d-bf09-a4df7ca1882b} TCPHandler: Processed in 0.001340632 sec. 2026.01.02 05:10:08.598357 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:10:08.598461 [ 270 ] {8e966fbb-923d-46c8-8736-9c6336dcb86d} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.02 05:10:08.598503 [ 270 ] {8e966fbb-923d-46c8-8736-9c6336dcb86d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.02 05:10:08.599549 [ 270 ] {8e966fbb-923d-46c8-8736-9c6336dcb86d} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:10:08.599587 [ 270 ] {8e966fbb-923d-46c8-8736-9c6336dcb86d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2026.01.02 05:10:08.600000 [ 270 ] {8e966fbb-923d-46c8-8736-9c6336dcb86d} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2026.01.02 05:10:08.600206 [ 270 ] {8e966fbb-923d-46c8-8736-9c6336dcb86d} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:10:08.600327 [ 120 ] {} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2026.01.02 05:10:08.600335 [ 270 ] {8e966fbb-923d-46c8-8736-9c6336dcb86d} executeQuery: Read 1317 rows, 112.50 KiB in 0.001893 sec., 695721.0776545167 rows/sec., 58.04 MiB/sec. 2026.01.02 05:10:08.600403 [ 120 ] {} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:10:08.600421 [ 270 ] {8e966fbb-923d-46c8-8736-9c6336dcb86d} TCPHandler: Processed in 0.002114795 sec. 2026.01.02 05:10:08.600431 [ 120 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2026.01.02 05:10:08.600540 [ 188 ] {83d580c8-cdc4-4d78-bcce-488a9e56976e::all_1_51_10} MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full 2026.01.02 05:10:08.600541 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:10:08.600661 [ 188 ] {83d580c8-cdc4-4d78-bcce-488a9e56976e::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.02 05:10:08.600671 [ 270 ] {daad5e13-940a-4437-b2ad-f341c76ef26b} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.02 05:10:08.600702 [ 188 ] {83d580c8-cdc4-4d78-bcce-488a9e56976e::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 2464 rows starting from the beginning of the part 2026.01.02 05:10:08.600724 [ 270 ] {daad5e13-940a-4437-b2ad-f341c76ef26b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.02 05:10:08.600774 [ 188 ] {83d580c8-cdc4-4d78-bcce-488a9e56976e::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 56 rows starting from the beginning of the part 2026.01.02 05:10:08.600822 [ 188 ] {83d580c8-cdc4-4d78-bcce-488a9e56976e::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 142 rows starting from the beginning of the part 2026.01.02 05:10:08.600872 [ 188 ] {83d580c8-cdc4-4d78-bcce-488a9e56976e::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 56 rows starting from the beginning of the part 2026.01.02 05:10:08.600915 [ 188 ] {83d580c8-cdc4-4d78-bcce-488a9e56976e::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 136 rows starting from the beginning of the part 2026.01.02 05:10:08.600953 [ 188 ] {83d580c8-cdc4-4d78-bcce-488a9e56976e::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 1317 rows starting from the beginning of the part 2026.01.02 05:10:08.601175 [ 270 ] {daad5e13-940a-4437-b2ad-f341c76ef26b} oximeter.fields_u16 (75d7a870-5da0-445d-b2e0-ec90b5ea7788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:10:08.601218 [ 270 ] {daad5e13-940a-4437-b2ad-f341c76ef26b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2026.01.02 05:10:08.601528 [ 270 ] {daad5e13-940a-4437-b2ad-f341c76ef26b} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.01.02 05:10:08.601750 [ 270 ] {daad5e13-940a-4437-b2ad-f341c76ef26b} oximeter.fields_u16 (75d7a870-5da0-445d-b2e0-ec90b5ea7788): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:10:08.601881 [ 270 ] {daad5e13-940a-4437-b2ad-f341c76ef26b} executeQuery: Read 14 rows, 1.10 KiB in 0.001229 sec., 11391.375101708705 rows/sec., 895.51 KiB/sec. 2026.01.02 05:10:08.601919 [ 270 ] {daad5e13-940a-4437-b2ad-f341c76ef26b} TCPHandler: Processed in 0.001427413 sec. 2026.01.02 05:10:08.602029 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:10:08.602120 [ 270 ] {18f34638-89a7-4c26-9d56-bbaaafa71499} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.02 05:10:08.602160 [ 270 ] {18f34638-89a7-4c26-9d56-bbaaafa71499} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.02 05:10:08.602623 [ 270 ] {18f34638-89a7-4c26-9d56-bbaaafa71499} oximeter.fields_u32 (1310015a-3be0-40ba-9fec-1b5eb4ed9f75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:10:08.602659 [ 270 ] {18f34638-89a7-4c26-9d56-bbaaafa71499} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2026.01.02 05:10:08.602891 [ 191 ] {83d580c8-cdc4-4d78-bcce-488a9e56976e::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 4171 rows, containing 5 columns (5 merged, 0 gathered) in 0.00238828 sec., 1746445.1404357948 rows/sec., 150.74 MiB/sec. 2026.01.02 05:10:08.602968 [ 270 ] {18f34638-89a7-4c26-9d56-bbaaafa71499} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.01.02 05:10:08.603176 [ 188 ] {83d580c8-cdc4-4d78-bcce-488a9e56976e::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2026.01.02 05:10:08.603190 [ 270 ] {18f34638-89a7-4c26-9d56-bbaaafa71499} oximeter.fields_u32 (1310015a-3be0-40ba-9fec-1b5eb4ed9f75): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:10:08.603333 [ 270 ] {18f34638-89a7-4c26-9d56-bbaaafa71499} executeQuery: Read 252 rows, 17.85 KiB in 0.001231 sec., 204711.61657189275 rows/sec., 14.16 MiB/sec. 2026.01.02 05:10:08.603374 [ 270 ] {18f34638-89a7-4c26-9d56-bbaaafa71499} TCPHandler: Processed in 0.001393404 sec. 2026.01.02 05:10:08.603457 [ 188 ] {83d580c8-cdc4-4d78-bcce-488a9e56976e::all_1_51_10} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:10:08.603485 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:10:08.603538 [ 188 ] {83d580c8-cdc4-4d78-bcce-488a9e56976e::all_1_51_10} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2026.01.02 05:10:08.603583 [ 270 ] {f6e263b2-6a1d-498b-9d83-2e16b266f846} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.01.02 05:10:08.603614 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.05 MiB. 2026.01.02 05:10:08.603627 [ 270 ] {f6e263b2-6a1d-498b-9d83-2e16b266f846} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.01.02 05:10:08.604029 [ 270 ] {f6e263b2-6a1d-498b-9d83-2e16b266f846} oximeter.fields_u8 (ae3e3832-81ae-4954-8933-d68b9608f6be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:10:08.604064 [ 270 ] {f6e263b2-6a1d-498b-9d83-2e16b266f846} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2026.01.02 05:10:08.604360 [ 270 ] {f6e263b2-6a1d-498b-9d83-2e16b266f846} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.01.02 05:10:08.604574 [ 270 ] {f6e263b2-6a1d-498b-9d83-2e16b266f846} oximeter.fields_u8 (ae3e3832-81ae-4954-8933-d68b9608f6be): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:10:08.604699 [ 270 ] {f6e263b2-6a1d-498b-9d83-2e16b266f846} executeQuery: Read 12 rows, 960.00 B in 0.001134 sec., 10582.010582010582 rows/sec., 826.72 KiB/sec. 2026.01.02 05:10:08.604737 [ 270 ] {f6e263b2-6a1d-498b-9d83-2e16b266f846} TCPHandler: Processed in 0.001300822 sec. 2026.01.02 05:10:08.604841 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:10:08.604933 [ 270 ] {462fb786-3b27-45b6-8cba-5838b28017ca} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.02 05:10:08.604972 [ 270 ] {462fb786-3b27-45b6-8cba-5838b28017ca} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.02 05:10:08.605547 [ 270 ] {462fb786-3b27-45b6-8cba-5838b28017ca} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:10:08.605583 [ 270 ] {462fb786-3b27-45b6-8cba-5838b28017ca} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2026.01.02 05:10:08.605897 [ 270 ] {462fb786-3b27-45b6-8cba-5838b28017ca} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2026.01.02 05:10:08.606102 [ 270 ] {462fb786-3b27-45b6-8cba-5838b28017ca} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:10:08.606206 [ 120 ] {} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2026.01.02 05:10:08.606223 [ 270 ] {462fb786-3b27-45b6-8cba-5838b28017ca} executeQuery: Read 558 rows, 42.83 KiB in 0.001307 sec., 426931.9051262433 rows/sec., 32.00 MiB/sec. 2026.01.02 05:10:08.606244 [ 120 ] {} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:10:08.606266 [ 270 ] {462fb786-3b27-45b6-8cba-5838b28017ca} TCPHandler: Processed in 0.001472944 sec. 2026.01.02 05:10:08.606268 [ 120 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2026.01.02 05:10:08.606373 [ 189 ] {a2603088-a695-4667-9faf-2a4ce1a4e7af::all_1_51_10} MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full 2026.01.02 05:10:08.606386 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:10:08.606465 [ 189 ] {a2603088-a695-4667-9faf-2a4ce1a4e7af::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.02 05:10:08.606486 [ 270 ] {dd7a79a6-e459-4628-b4ed-e8a00a9f2ad6} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.02 05:10:08.606494 [ 189 ] {a2603088-a695-4667-9faf-2a4ce1a4e7af::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1249 rows starting from the beginning of the part 2026.01.02 05:10:08.606529 [ 270 ] {dd7a79a6-e459-4628-b4ed-e8a00a9f2ad6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.02 05:10:08.606555 [ 189 ] {a2603088-a695-4667-9faf-2a4ce1a4e7af::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 64 rows starting from the beginning of the part 2026.01.02 05:10:08.606600 [ 189 ] {a2603088-a695-4667-9faf-2a4ce1a4e7af::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 114 rows starting from the beginning of the part 2026.01.02 05:10:08.606639 [ 189 ] {a2603088-a695-4667-9faf-2a4ce1a4e7af::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 64 rows starting from the beginning of the part 2026.01.02 05:10:08.606678 [ 189 ] {a2603088-a695-4667-9faf-2a4ce1a4e7af::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 104 rows starting from the beginning of the part 2026.01.02 05:10:08.606715 [ 189 ] {a2603088-a695-4667-9faf-2a4ce1a4e7af::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 558 rows starting from the beginning of the part 2026.01.02 05:10:08.607136 [ 270 ] {dd7a79a6-e459-4628-b4ed-e8a00a9f2ad6} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:10:08.607170 [ 270 ] {dd7a79a6-e459-4628-b4ed-e8a00a9f2ad6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2026.01.02 05:10:08.607542 [ 270 ] {dd7a79a6-e459-4628-b4ed-e8a00a9f2ad6} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2026.01.02 05:10:08.607744 [ 270 ] {dd7a79a6-e459-4628-b4ed-e8a00a9f2ad6} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:10:08.607873 [ 270 ] {dd7a79a6-e459-4628-b4ed-e8a00a9f2ad6} executeQuery: Read 881 rows, 61.23 KiB in 0.001404 sec., 627492.8774928774 rows/sec., 42.59 MiB/sec. 2026.01.02 05:10:08.607882 [ 197 ] {a2603088-a695-4667-9faf-2a4ce1a4e7af::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 2153 rows, containing 5 columns (5 merged, 0 gathered) in 0.001548526 sec., 1390354.440287086 rows/sec., 107.97 MiB/sec. 2026.01.02 05:10:08.607909 [ 270 ] {dd7a79a6-e459-4628-b4ed-e8a00a9f2ad6} TCPHandler: Processed in 0.001572167 sec. 2026.01.02 05:10:08.608020 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:10:08.608081 [ 192 ] {a2603088-a695-4667-9faf-2a4ce1a4e7af::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2026.01.02 05:10:08.608113 [ 270 ] {32dca032-790f-4239-8639-87d45b8d062b} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.02 05:10:08.608158 [ 270 ] {32dca032-790f-4239-8639-87d45b8d062b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.02 05:10:08.608353 [ 192 ] {a2603088-a695-4667-9faf-2a4ce1a4e7af::all_1_51_10} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:10:08.608430 [ 192 ] {a2603088-a695-4667-9faf-2a4ce1a4e7af::all_1_51_10} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2026.01.02 05:10:08.608488 [ 270 ] {32dca032-790f-4239-8639-87d45b8d062b} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:10:08.608525 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.64 MiB. 2026.01.02 05:10:08.608528 [ 270 ] {32dca032-790f-4239-8639-87d45b8d062b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2026.01.02 05:10:08.608857 [ 270 ] {32dca032-790f-4239-8639-87d45b8d062b} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2026.01.02 05:10:08.609068 [ 270 ] {32dca032-790f-4239-8639-87d45b8d062b} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:10:08.609193 [ 270 ] {32dca032-790f-4239-8639-87d45b8d062b} executeQuery: Read 60 rows, 4.14 KiB in 0.001098 sec., 54644.8087431694 rows/sec., 3.68 MiB/sec. 2026.01.02 05:10:08.609229 [ 270 ] {32dca032-790f-4239-8639-87d45b8d062b} TCPHandler: Processed in 0.001256581 sec. 2026.01.02 05:10:09.446176 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 17817 2026.01.02 05:10:09.446693 [ 245 ] {} system.asynchronous_metric_log (bb53ce5c-bddd-4105-a5af-ef87950cd4f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:10:09.446726 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2026.01.02 05:10:09.447200 [ 245 ] {} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.01.02 05:10:09.447445 [ 245 ] {} system.asynchronous_metric_log (bb53ce5c-bddd-4105-a5af-ef87950cd4f3): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:10:09.447579 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17817 2026.01.02 05:10:10.431350 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 279 2026.01.02 05:10:10.446877 [ 244 ] {} system.metric_log (a59fffb9-cc3a-4586-97e5-9d20b67a7356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:10:10.446937 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2026.01.02 05:10:10.452384 [ 244 ] {} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.01.02 05:10:10.453124 [ 244 ] {} system.metric_log (a59fffb9-cc3a-4586-97e5-9d20b67a7356): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:10:10.456045 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 279 2026.01.02 05:10:11.998798 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 890 2026.01.02 05:10:12.001243 [ 243 ] {} system.query_log (dd3f3490-5765-4d2a-9406-0e239d3e9a13): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:10:12.001293 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2026.01.02 05:10:12.002515 [ 243 ] {} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.01.02 05:10:12.002794 [ 243 ] {} system.query_log (dd3f3490-5765-4d2a-9406-0e239d3e9a13): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:10:12.003062 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 890 2026.01.02 05:10:13.568419 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:10:13.568708 [ 270 ] {b863206d-e7c7-4bad-aa5f-6379aaeddb3d} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.02 05:10:13.568779 [ 270 ] {b863206d-e7c7-4bad-aa5f-6379aaeddb3d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.02 05:10:13.569638 [ 270 ] {b863206d-e7c7-4bad-aa5f-6379aaeddb3d} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:10:13.569688 [ 270 ] {b863206d-e7c7-4bad-aa5f-6379aaeddb3d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2026.01.02 05:10:13.570108 [ 270 ] {b863206d-e7c7-4bad-aa5f-6379aaeddb3d} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2026.01.02 05:10:13.570345 [ 270 ] {b863206d-e7c7-4bad-aa5f-6379aaeddb3d} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:10:13.570501 [ 270 ] {b863206d-e7c7-4bad-aa5f-6379aaeddb3d} executeQuery: Read 136 rows, 12.08 KiB in 0.001798 sec., 75639.59955506118 rows/sec., 6.56 MiB/sec. 2026.01.02 05:10:13.570543 [ 270 ] {b863206d-e7c7-4bad-aa5f-6379aaeddb3d} TCPHandler: Processed in 0.002276667 sec. 2026.01.02 05:10:13.570667 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:10:13.570763 [ 270 ] {4a074a82-d034-46dd-8eb4-3952b9ba2f26} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.02 05:10:13.570803 [ 270 ] {4a074a82-d034-46dd-8eb4-3952b9ba2f26} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.02 05:10:13.571220 [ 270 ] {4a074a82-d034-46dd-8eb4-3952b9ba2f26} oximeter.fields_u16 (75d7a870-5da0-445d-b2e0-ec90b5ea7788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:10:13.571256 [ 270 ] {4a074a82-d034-46dd-8eb4-3952b9ba2f26} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2026.01.02 05:10:13.571575 [ 270 ] {4a074a82-d034-46dd-8eb4-3952b9ba2f26} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.01.02 05:10:13.571792 [ 270 ] {4a074a82-d034-46dd-8eb4-3952b9ba2f26} oximeter.fields_u16 (75d7a870-5da0-445d-b2e0-ec90b5ea7788): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:10:13.571904 [ 114 ] {} oximeter.fields_u16 (75d7a870-5da0-445d-b2e0-ec90b5ea7788) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2026.01.02 05:10:13.571920 [ 270 ] {4a074a82-d034-46dd-8eb4-3952b9ba2f26} executeQuery: Read 40 rows, 3.01 KiB in 0.001176 sec., 34013.60544217687 rows/sec., 2.50 MiB/sec. 2026.01.02 05:10:13.571967 [ 114 ] {} oximeter.fields_u16 (75d7a870-5da0-445d-b2e0-ec90b5ea7788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:10:13.571978 [ 270 ] {4a074a82-d034-46dd-8eb4-3952b9ba2f26} TCPHandler: Processed in 0.001361943 sec. 2026.01.02 05:10:13.571998 [ 114 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2026.01.02 05:10:13.572102 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:10:13.572129 [ 191 ] {75d7a870-5da0-445d-b2e0-ec90b5ea7788::all_1_36_7} MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full 2026.01.02 05:10:13.572201 [ 270 ] {c6226f93-87e9-4ebe-8655-dd56277d00fb} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.02 05:10:13.572245 [ 270 ] {c6226f93-87e9-4ebe-8655-dd56277d00fb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.02 05:10:13.572290 [ 191 ] {75d7a870-5da0-445d-b2e0-ec90b5ea7788::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.02 05:10:13.572338 [ 191 ] {75d7a870-5da0-445d-b2e0-ec90b5ea7788::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 277 rows starting from the beginning of the part 2026.01.02 05:10:13.572419 [ 191 ] {75d7a870-5da0-445d-b2e0-ec90b5ea7788::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 40 rows starting from the beginning of the part 2026.01.02 05:10:13.572475 [ 191 ] {75d7a870-5da0-445d-b2e0-ec90b5ea7788::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 50 rows starting from the beginning of the part 2026.01.02 05:10:13.572539 [ 191 ] {75d7a870-5da0-445d-b2e0-ec90b5ea7788::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 40 rows starting from the beginning of the part 2026.01.02 05:10:13.572587 [ 191 ] {75d7a870-5da0-445d-b2e0-ec90b5ea7788::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 14 rows starting from the beginning of the part 2026.01.02 05:10:13.572649 [ 191 ] {75d7a870-5da0-445d-b2e0-ec90b5ea7788::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 40 rows starting from the beginning of the part 2026.01.02 05:10:13.572743 [ 270 ] {c6226f93-87e9-4ebe-8655-dd56277d00fb} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:10:13.572784 [ 270 ] {c6226f93-87e9-4ebe-8655-dd56277d00fb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2026.01.02 05:10:13.573164 [ 270 ] {c6226f93-87e9-4ebe-8655-dd56277d00fb} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2026.01.02 05:10:13.573411 [ 270 ] {c6226f93-87e9-4ebe-8655-dd56277d00fb} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:10:13.573547 [ 270 ] {c6226f93-87e9-4ebe-8655-dd56277d00fb} executeQuery: Read 104 rows, 8.32 KiB in 0.001365 sec., 76190.4761904762 rows/sec., 5.95 MiB/sec. 2026.01.02 05:10:13.573585 [ 270 ] {c6226f93-87e9-4ebe-8655-dd56277d00fb} TCPHandler: Processed in 0.001533105 sec. 2026.01.02 05:10:13.573620 [ 192 ] {75d7a870-5da0-445d-b2e0-ec90b5ea7788::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 461 rows, containing 5 columns (5 merged, 0 gathered) in 0.001548486 sec., 297710.1504308079 rows/sec., 21.01 MiB/sec. 2026.01.02 05:10:13.573696 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:10:13.573786 [ 191 ] {75d7a870-5da0-445d-b2e0-ec90b5ea7788::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2026.01.02 05:10:13.573795 [ 270 ] {58462a0c-2223-404f-bb4f-533fa2387e7a} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.02 05:10:13.573852 [ 270 ] {58462a0c-2223-404f-bb4f-533fa2387e7a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.02 05:10:13.574059 [ 191 ] {75d7a870-5da0-445d-b2e0-ec90b5ea7788::all_1_36_7} oximeter.fields_u16 (75d7a870-5da0-445d-b2e0-ec90b5ea7788): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:10:13.574139 [ 191 ] {75d7a870-5da0-445d-b2e0-ec90b5ea7788::all_1_36_7} oximeter.fields_u16 (75d7a870-5da0-445d-b2e0-ec90b5ea7788) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2026.01.02 05:10:13.574221 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. 2026.01.02 05:10:13.574266 [ 270 ] {58462a0c-2223-404f-bb4f-533fa2387e7a} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:10:13.574307 [ 270 ] {58462a0c-2223-404f-bb4f-533fa2387e7a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2026.01.02 05:10:13.574655 [ 270 ] {58462a0c-2223-404f-bb4f-533fa2387e7a} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2026.01.02 05:10:13.574871 [ 270 ] {58462a0c-2223-404f-bb4f-533fa2387e7a} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:10:13.574984 [ 114 ] {} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2026.01.02 05:10:13.575005 [ 270 ] {58462a0c-2223-404f-bb4f-533fa2387e7a} executeQuery: Read 160 rows, 11.41 KiB in 0.001229 sec., 130187.14401952806 rows/sec., 9.07 MiB/sec. 2026.01.02 05:10:13.575020 [ 114 ] {} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:10:13.575046 [ 114 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2026.01.02 05:10:13.575050 [ 270 ] {58462a0c-2223-404f-bb4f-533fa2387e7a} TCPHandler: Processed in 0.001402633 sec. 2026.01.02 05:10:13.575130 [ 194 ] {935760ec-14c4-43f9-bf0f-f949cce05eda::all_1_51_10} MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full 2026.01.02 05:10:13.575167 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:10:13.575258 [ 194 ] {935760ec-14c4-43f9-bf0f-f949cce05eda::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.02 05:10:13.575275 [ 270 ] {8c4eeec6-f0b9-42ef-8171-9c46f3d0fb64} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.02 05:10:13.575296 [ 194 ] {935760ec-14c4-43f9-bf0f-f949cce05eda::all_1_51_10} MergeTreeSequentialSource: Reading 3 marks from part all_1_46_9, total 13951 rows starting from the beginning of the part 2026.01.02 05:10:13.575338 [ 270 ] {8c4eeec6-f0b9-42ef-8171-9c46f3d0fb64} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.01.02 05:10:13.575364 [ 194 ] {935760ec-14c4-43f9-bf0f-f949cce05eda::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 165 rows starting from the beginning of the part 2026.01.02 05:10:13.575412 [ 194 ] {935760ec-14c4-43f9-bf0f-f949cce05eda::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.01.02 05:10:13.575460 [ 194 ] {935760ec-14c4-43f9-bf0f-f949cce05eda::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 160 rows starting from the beginning of the part 2026.01.02 05:10:13.575512 [ 194 ] {935760ec-14c4-43f9-bf0f-f949cce05eda::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 881 rows starting from the beginning of the part 2026.01.02 05:10:13.575576 [ 194 ] {935760ec-14c4-43f9-bf0f-f949cce05eda::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.01.02 05:10:13.576264 [ 270 ] {8c4eeec6-f0b9-42ef-8171-9c46f3d0fb64} oximeter.measurements_histogramu64 (1ea2d44b-9dfb-4731-8ee2-8779179f369b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:10:13.576308 [ 270 ] {8c4eeec6-f0b9-42ef-8171-9c46f3d0fb64} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2026.01.02 05:10:13.576942 [ 270 ] {8c4eeec6-f0b9-42ef-8171-9c46f3d0fb64} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.01.02 05:10:13.577183 [ 270 ] {8c4eeec6-f0b9-42ef-8171-9c46f3d0fb64} oximeter.measurements_histogramu64 (1ea2d44b-9dfb-4731-8ee2-8779179f369b): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:10:13.577325 [ 270 ] {8c4eeec6-f0b9-42ef-8171-9c46f3d0fb64} executeQuery: Read 40 rows, 73.40 KiB in 0.002069 sec., 19333.01111648139 rows/sec., 34.64 MiB/sec. 2026.01.02 05:10:13.577383 [ 270 ] {8c4eeec6-f0b9-42ef-8171-9c46f3d0fb64} TCPHandler: Processed in 0.002267778 sec. 2026.01.02 05:10:13.577493 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:10:13.577589 [ 270 ] {4f65d056-2bf2-40e0-b9be-e7e3fe337120} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.02 05:10:13.577632 [ 270 ] {4f65d056-2bf2-40e0-b9be-e7e3fe337120} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.02 05:10:13.577978 [ 270 ] {4f65d056-2bf2-40e0-b9be-e7e3fe337120} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:10:13.578016 [ 270 ] {4f65d056-2bf2-40e0-b9be-e7e3fe337120} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2026.01.02 05:10:13.578343 [ 270 ] {4f65d056-2bf2-40e0-b9be-e7e3fe337120} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2026.01.02 05:10:13.578557 [ 270 ] {4f65d056-2bf2-40e0-b9be-e7e3fe337120} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:10:13.578685 [ 270 ] {4f65d056-2bf2-40e0-b9be-e7e3fe337120} executeQuery: Read 60 rows, 4.14 KiB in 0.001116 sec., 53763.44086021505 rows/sec., 3.62 MiB/sec. 2026.01.02 05:10:13.578723 [ 270 ] {4f65d056-2bf2-40e0-b9be-e7e3fe337120} TCPHandler: Processed in 0.001280871 sec. 2026.01.02 05:10:13.579083 [ 191 ] {935760ec-14c4-43f9-bf0f-f949cce05eda::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 15477 rows, containing 5 columns (5 merged, 0 gathered) in 0.003990796 sec., 3878173.677632232 rows/sec., 265.31 MiB/sec. 2026.01.02 05:10:13.579627 [ 192 ] {935760ec-14c4-43f9-bf0f-f949cce05eda::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2026.01.02 05:10:13.579936 [ 192 ] {935760ec-14c4-43f9-bf0f-f949cce05eda::all_1_51_10} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:10:13.580024 [ 192 ] {935760ec-14c4-43f9-bf0f-f949cce05eda::all_1_51_10} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2026.01.02 05:10:13.580131 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.86 MiB. 2026.01.02 05:10:16.778235 [ 109 ] {} DNSResolver: Updating DNS cache 2026.01.02 05:10:16.778314 [ 109 ] {} DNSResolver: Updated DNS cache 2026.01.02 05:10:16.947706 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 18265 2026.01.02 05:10:16.948196 [ 245 ] {} system.asynchronous_metric_log (bb53ce5c-bddd-4105-a5af-ef87950cd4f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:10:16.948232 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2026.01.02 05:10:16.948724 [ 245 ] {} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.01.02 05:10:16.948957 [ 245 ] {} system.asynchronous_metric_log (bb53ce5c-bddd-4105-a5af-ef87950cd4f3): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:10:16.949103 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 18265 2026.01.02 05:10:17.957071 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 287 2026.01.02 05:10:17.973069 [ 244 ] {} system.metric_log (a59fffb9-cc3a-4586-97e5-9d20b67a7356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:10:17.973124 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2026.01.02 05:10:17.978398 [ 244 ] {} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.01.02 05:10:17.979104 [ 244 ] {} system.metric_log (a59fffb9-cc3a-4586-97e5-9d20b67a7356): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:10:17.981868 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 287 2026.01.02 05:10:18.567054 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:10:18.567336 [ 270 ] {de8a5f4c-6a8d-4aec-9467-084754fe64ab} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.02 05:10:18.567442 [ 270 ] {de8a5f4c-6a8d-4aec-9467-084754fe64ab} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.02 05:10:18.568275 [ 270 ] {de8a5f4c-6a8d-4aec-9467-084754fe64ab} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:10:18.568327 [ 270 ] {de8a5f4c-6a8d-4aec-9467-084754fe64ab} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2026.01.02 05:10:18.568719 [ 270 ] {de8a5f4c-6a8d-4aec-9467-084754fe64ab} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2026.01.02 05:10:18.568944 [ 270 ] {de8a5f4c-6a8d-4aec-9467-084754fe64ab} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:10:18.569097 [ 270 ] {de8a5f4c-6a8d-4aec-9467-084754fe64ab} executeQuery: Read 56 rows, 4.41 KiB in 0.00184 sec., 30434.782608695652 rows/sec., 2.34 MiB/sec. 2026.01.02 05:10:18.569146 [ 270 ] {de8a5f4c-6a8d-4aec-9467-084754fe64ab} TCPHandler: Processed in 0.002293049 sec. 2026.01.02 05:10:18.569274 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:10:18.569380 [ 270 ] {9d227fa1-af40-4544-af4f-7483246e9470} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.02 05:10:18.569422 [ 270 ] {9d227fa1-af40-4544-af4f-7483246e9470} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.02 05:10:18.569881 [ 270 ] {9d227fa1-af40-4544-af4f-7483246e9470} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:10:18.569917 [ 270 ] {9d227fa1-af40-4544-af4f-7483246e9470} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2026.01.02 05:10:18.570219 [ 270 ] {9d227fa1-af40-4544-af4f-7483246e9470} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2026.01.02 05:10:18.570427 [ 270 ] {9d227fa1-af40-4544-af4f-7483246e9470} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:10:18.570551 [ 270 ] {9d227fa1-af40-4544-af4f-7483246e9470} executeQuery: Read 64 rows, 5.12 KiB in 0.001195 sec., 53556.48535564853 rows/sec., 4.18 MiB/sec. 2026.01.02 05:10:18.570588 [ 270 ] {9d227fa1-af40-4544-af4f-7483246e9470} TCPHandler: Processed in 0.001364543 sec. 2026.01.02 05:10:18.570707 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:10:18.570805 [ 270 ] {e208140c-d351-490a-9714-452c5222b00b} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.02 05:10:18.570848 [ 270 ] {e208140c-d351-490a-9714-452c5222b00b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.02 05:10:18.571286 [ 270 ] {e208140c-d351-490a-9714-452c5222b00b} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:10:18.571321 [ 270 ] {e208140c-d351-490a-9714-452c5222b00b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2026.01.02 05:10:18.571669 [ 270 ] {e208140c-d351-490a-9714-452c5222b00b} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2026.01.02 05:10:18.571872 [ 270 ] {e208140c-d351-490a-9714-452c5222b00b} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:10:18.571997 [ 270 ] {e208140c-d351-490a-9714-452c5222b00b} executeQuery: Read 160 rows, 11.41 KiB in 0.00121 sec., 132231.40495867768 rows/sec., 9.21 MiB/sec. 2026.01.02 05:10:18.572035 [ 270 ] {e208140c-d351-490a-9714-452c5222b00b} TCPHandler: Processed in 0.001375073 sec. 2026.01.02 05:10:18.572156 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:10:18.572248 [ 270 ] {0856525d-3a09-400f-9c0e-434a188b0d1a} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.02 05:10:18.572288 [ 270 ] {0856525d-3a09-400f-9c0e-434a188b0d1a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.02 05:10:18.572630 [ 270 ] {0856525d-3a09-400f-9c0e-434a188b0d1a} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:10:18.572690 [ 270 ] {0856525d-3a09-400f-9c0e-434a188b0d1a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2026.01.02 05:10:18.572994 [ 270 ] {0856525d-3a09-400f-9c0e-434a188b0d1a} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2026.01.02 05:10:18.573195 [ 270 ] {0856525d-3a09-400f-9c0e-434a188b0d1a} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:10:18.573317 [ 270 ] {0856525d-3a09-400f-9c0e-434a188b0d1a} executeQuery: Read 60 rows, 4.14 KiB in 0.001087 sec., 55197.79208831646 rows/sec., 3.72 MiB/sec. 2026.01.02 05:10:18.573324 [ 108 ] {} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2026.01.02 05:10:18.573352 [ 270 ] {0856525d-3a09-400f-9c0e-434a188b0d1a} TCPHandler: Processed in 0.001244021 sec. 2026.01.02 05:10:18.573395 [ 108 ] {} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:10:18.573420 [ 108 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2026.01.02 05:10:18.573577 [ 194 ] {45294a01-6668-46b2-a532-60faf64b8164::all_1_51_10} MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full 2026.01.02 05:10:18.573795 [ 194 ] {45294a01-6668-46b2-a532-60faf64b8164::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.02 05:10:18.573853 [ 194 ] {45294a01-6668-46b2-a532-60faf64b8164::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 2546 rows starting from the beginning of the part 2026.01.02 05:10:18.573951 [ 194 ] {45294a01-6668-46b2-a532-60faf64b8164::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 60 rows starting from the beginning of the part 2026.01.02 05:10:18.574023 [ 194 ] {45294a01-6668-46b2-a532-60faf64b8164::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 60 rows starting from the beginning of the part 2026.01.02 05:10:18.574087 [ 194 ] {45294a01-6668-46b2-a532-60faf64b8164::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 60 rows starting from the beginning of the part 2026.01.02 05:10:18.574147 [ 194 ] {45294a01-6668-46b2-a532-60faf64b8164::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 60 rows starting from the beginning of the part 2026.01.02 05:10:18.574207 [ 194 ] {45294a01-6668-46b2-a532-60faf64b8164::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 60 rows starting from the beginning of the part 2026.01.02 05:10:18.575410 [ 192 ] {45294a01-6668-46b2-a532-60faf64b8164::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 2846 rows, containing 4 columns (4 merged, 0 gathered) in 0.001908021 sec., 1491597.8388078539 rows/sec., 99.18 MiB/sec. 2026.01.02 05:10:18.575698 [ 200 ] {45294a01-6668-46b2-a532-60faf64b8164::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2026.01.02 05:10:18.576062 [ 200 ] {45294a01-6668-46b2-a532-60faf64b8164::all_1_51_10} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:10:18.576157 [ 200 ] {45294a01-6668-46b2-a532-60faf64b8164::all_1_51_10} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2026.01.02 05:10:18.576267 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.72 MiB. 2026.01.02 05:10:19.376453 [ 108 ] {} oximeter.fields_ipaddr (645cdd3d-4969-40ee-99e7-272b8c981424) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 2026.01.02 05:10:19.376520 [ 108 ] {} oximeter.fields_ipaddr (645cdd3d-4969-40ee-99e7-272b8c981424): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:10:19.376541 [ 108 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2026.01.02 05:10:19.376651 [ 200 ] {645cdd3d-4969-40ee-99e7-272b8c981424::all_1_17_4} MergeTask::PrepareStage: Merging 5 parts: from all_1_13_3 to all_17_17_0 into Compact with storage Full 2026.01.02 05:10:19.376770 [ 200 ] {645cdd3d-4969-40ee-99e7-272b8c981424::all_1_17_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.02 05:10:19.376809 [ 200 ] {645cdd3d-4969-40ee-99e7-272b8c981424::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_13_3, total 20 rows starting from the beginning of the part 2026.01.02 05:10:19.376886 [ 200 ] {645cdd3d-4969-40ee-99e7-272b8c981424::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 4 rows starting from the beginning of the part 2026.01.02 05:10:19.376940 [ 200 ] {645cdd3d-4969-40ee-99e7-272b8c981424::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.01.02 05:10:19.376990 [ 200 ] {645cdd3d-4969-40ee-99e7-272b8c981424::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 10 rows starting from the beginning of the part 2026.01.02 05:10:19.377038 [ 200 ] {645cdd3d-4969-40ee-99e7-272b8c981424::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 2 rows starting from the beginning of the part 2026.01.02 05:10:19.377856 [ 192 ] {645cdd3d-4969-40ee-99e7-272b8c981424::all_1_17_4} MergeTask::MergeProjectionsStage: Merge sorted 38 rows, containing 5 columns (5 merged, 0 gathered) in 0.001251731 sec., 30357.960296581292 rows/sec., 2.53 MiB/sec. 2026.01.02 05:10:19.377973 [ 200 ] {645cdd3d-4969-40ee-99e7-272b8c981424::all_1_17_4} MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary) 2026.01.02 05:10:19.378222 [ 200 ] {645cdd3d-4969-40ee-99e7-272b8c981424::all_1_17_4} oximeter.fields_ipaddr (645cdd3d-4969-40ee-99e7-272b8c981424): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:10:19.378297 [ 200 ] {645cdd3d-4969-40ee-99e7-272b8c981424::all_1_17_4} oximeter.fields_ipaddr (645cdd3d-4969-40ee-99e7-272b8c981424) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4 2026.01.02 05:10:19.378374 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. 2026.01.02 05:10:22.003283 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 910 2026.01.02 05:10:22.005471 [ 243 ] {} system.query_log (dd3f3490-5765-4d2a-9406-0e239d3e9a13): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:10:22.005531 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2026.01.02 05:10:22.006777 [ 243 ] {} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.01.02 05:10:22.007066 [ 243 ] {} system.query_log (dd3f3490-5765-4d2a-9406-0e239d3e9a13): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:10:22.007458 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 910 2026.01.02 05:10:23.568722 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:10:23.569000 [ 270 ] {ec232235-1a01-4f51-94f6-d463f8a4def4} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.01.02 05:10:23.569065 [ 270 ] {ec232235-1a01-4f51-94f6-d463f8a4def4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.01.02 05:10:23.569693 [ 270 ] {ec232235-1a01-4f51-94f6-d463f8a4def4} oximeter.fields_ipaddr (645cdd3d-4969-40ee-99e7-272b8c981424): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:10:23.569732 [ 270 ] {ec232235-1a01-4f51-94f6-d463f8a4def4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2026.01.02 05:10:23.570120 [ 270 ] {ec232235-1a01-4f51-94f6-d463f8a4def4} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.01.02 05:10:23.570355 [ 270 ] {ec232235-1a01-4f51-94f6-d463f8a4def4} oximeter.fields_ipaddr (645cdd3d-4969-40ee-99e7-272b8c981424): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:10:23.570508 [ 270 ] {ec232235-1a01-4f51-94f6-d463f8a4def4} executeQuery: Read 4 rows, 334.00 B in 0.001558 sec., 2567.394094993582 rows/sec., 209.35 KiB/sec. 2026.01.02 05:10:23.570551 [ 270 ] {ec232235-1a01-4f51-94f6-d463f8a4def4} TCPHandler: Processed in 0.002015214 sec. 2026.01.02 05:10:23.570666 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:10:23.570763 [ 270 ] {9c7073d0-6273-49b7-a4d2-750ce2793316} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.02 05:10:23.570803 [ 270 ] {9c7073d0-6273-49b7-a4d2-750ce2793316} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.02 05:10:23.571313 [ 270 ] {9c7073d0-6273-49b7-a4d2-750ce2793316} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:10:23.571361 [ 270 ] {9c7073d0-6273-49b7-a4d2-750ce2793316} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2026.01.02 05:10:23.571752 [ 270 ] {9c7073d0-6273-49b7-a4d2-750ce2793316} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2026.01.02 05:10:23.571992 [ 270 ] {9c7073d0-6273-49b7-a4d2-750ce2793316} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:10:23.572127 [ 270 ] {9c7073d0-6273-49b7-a4d2-750ce2793316} executeQuery: Read 138 rows, 12.22 KiB in 0.001383 sec., 99783.0802603037 rows/sec., 8.63 MiB/sec. 2026.01.02 05:10:23.572166 [ 270 ] {9c7073d0-6273-49b7-a4d2-750ce2793316} TCPHandler: Processed in 0.001550356 sec. 2026.01.02 05:10:23.572278 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:10:23.572375 [ 270 ] {ef33b06c-2ab4-431a-81df-c4d8fbbe658c} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.02 05:10:23.572418 [ 270 ] {ef33b06c-2ab4-431a-81df-c4d8fbbe658c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.02 05:10:23.572830 [ 270 ] {ef33b06c-2ab4-431a-81df-c4d8fbbe658c} oximeter.fields_u16 (75d7a870-5da0-445d-b2e0-ec90b5ea7788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:10:23.572867 [ 270 ] {ef33b06c-2ab4-431a-81df-c4d8fbbe658c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2026.01.02 05:10:23.573169 [ 270 ] {ef33b06c-2ab4-431a-81df-c4d8fbbe658c} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.01.02 05:10:23.573396 [ 270 ] {ef33b06c-2ab4-431a-81df-c4d8fbbe658c} oximeter.fields_u16 (75d7a870-5da0-445d-b2e0-ec90b5ea7788): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:10:23.573528 [ 270 ] {ef33b06c-2ab4-431a-81df-c4d8fbbe658c} executeQuery: Read 44 rows, 3.29 KiB in 0.001172 sec., 37542.662116040956 rows/sec., 2.74 MiB/sec. 2026.01.02 05:10:23.573567 [ 270 ] {ef33b06c-2ab4-431a-81df-c4d8fbbe658c} TCPHandler: Processed in 0.001339373 sec. 2026.01.02 05:10:23.573676 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:10:23.573774 [ 270 ] {25cc1b3e-2fc2-4b41-8ee8-fb180d772f18} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.02 05:10:23.573816 [ 270 ] {25cc1b3e-2fc2-4b41-8ee8-fb180d772f18} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.02 05:10:23.574237 [ 270 ] {25cc1b3e-2fc2-4b41-8ee8-fb180d772f18} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:10:23.574273 [ 270 ] {25cc1b3e-2fc2-4b41-8ee8-fb180d772f18} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2026.01.02 05:10:23.574583 [ 270 ] {25cc1b3e-2fc2-4b41-8ee8-fb180d772f18} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2026.01.02 05:10:23.574798 [ 270 ] {25cc1b3e-2fc2-4b41-8ee8-fb180d772f18} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:10:23.574931 [ 270 ] {25cc1b3e-2fc2-4b41-8ee8-fb180d772f18} executeQuery: Read 108 rows, 8.64 KiB in 0.001176 sec., 91836.73469387756 rows/sec., 7.18 MiB/sec. 2026.01.02 05:10:23.574970 [ 270 ] {25cc1b3e-2fc2-4b41-8ee8-fb180d772f18} TCPHandler: Processed in 0.001343402 sec. 2026.01.02 05:10:23.575079 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:10:23.575176 [ 270 ] {48fd3fc7-1423-4f54-857b-c6f83f6fc166} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.02 05:10:23.575222 [ 270 ] {48fd3fc7-1423-4f54-857b-c6f83f6fc166} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.02 05:10:23.575614 [ 270 ] {48fd3fc7-1423-4f54-857b-c6f83f6fc166} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:10:23.575650 [ 270 ] {48fd3fc7-1423-4f54-857b-c6f83f6fc166} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2026.01.02 05:10:23.575980 [ 270 ] {48fd3fc7-1423-4f54-857b-c6f83f6fc166} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2026.01.02 05:10:23.576201 [ 270 ] {48fd3fc7-1423-4f54-857b-c6f83f6fc166} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:10:23.576334 [ 270 ] {48fd3fc7-1423-4f54-857b-c6f83f6fc166} executeQuery: Read 162 rows, 11.55 KiB in 0.001177 sec., 137638.06287170772 rows/sec., 9.58 MiB/sec. 2026.01.02 05:10:23.576372 [ 270 ] {48fd3fc7-1423-4f54-857b-c6f83f6fc166} TCPHandler: Processed in 0.001342153 sec. 2026.01.02 05:10:23.576489 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:10:23.576610 [ 270 ] {945b2d64-60a5-4309-9f79-1f3d03d49eae} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.02 05:10:23.576674 [ 270 ] {945b2d64-60a5-4309-9f79-1f3d03d49eae} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.01.02 05:10:23.577488 [ 270 ] {945b2d64-60a5-4309-9f79-1f3d03d49eae} oximeter.measurements_histogramu64 (1ea2d44b-9dfb-4731-8ee2-8779179f369b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:10:23.577523 [ 270 ] {945b2d64-60a5-4309-9f79-1f3d03d49eae} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2026.01.02 05:10:23.578078 [ 270 ] {945b2d64-60a5-4309-9f79-1f3d03d49eae} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.01.02 05:10:23.578294 [ 270 ] {945b2d64-60a5-4309-9f79-1f3d03d49eae} oximeter.measurements_histogramu64 (1ea2d44b-9dfb-4731-8ee2-8779179f369b): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:10:23.578430 [ 270 ] {945b2d64-60a5-4309-9f79-1f3d03d49eae} executeQuery: Read 40 rows, 73.40 KiB in 0.001845 sec., 21680.21680216802 rows/sec., 38.85 MiB/sec. 2026.01.02 05:10:23.578484 [ 270 ] {945b2d64-60a5-4309-9f79-1f3d03d49eae} TCPHandler: Processed in 0.002055614 sec. 2026.01.02 05:10:23.578593 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:10:23.578687 [ 270 ] {fc7d41e8-73b1-4549-ba5b-9c58567013ba} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.02 05:10:23.578729 [ 270 ] {fc7d41e8-73b1-4549-ba5b-9c58567013ba} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.02 05:10:23.579054 [ 270 ] {fc7d41e8-73b1-4549-ba5b-9c58567013ba} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:10:23.579088 [ 270 ] {fc7d41e8-73b1-4549-ba5b-9c58567013ba} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2026.01.02 05:10:23.579392 [ 270 ] {fc7d41e8-73b1-4549-ba5b-9c58567013ba} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2026.01.02 05:10:23.579598 [ 270 ] {fc7d41e8-73b1-4549-ba5b-9c58567013ba} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:10:23.579723 [ 270 ] {fc7d41e8-73b1-4549-ba5b-9c58567013ba} executeQuery: Read 60 rows, 4.14 KiB in 0.001054 sec., 56925.99620493359 rows/sec., 3.84 MiB/sec. 2026.01.02 05:10:23.579758 [ 270 ] {fc7d41e8-73b1-4549-ba5b-9c58567013ba} TCPHandler: Processed in 0.00121422 sec. 2026.01.02 05:10:24.449303 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 18777 2026.01.02 05:10:24.450094 [ 245 ] {} system.asynchronous_metric_log (bb53ce5c-bddd-4105-a5af-ef87950cd4f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:10:24.450142 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2026.01.02 05:10:24.450620 [ 245 ] {} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.01.02 05:10:24.450851 [ 245 ] {} system.asynchronous_metric_log (bb53ce5c-bddd-4105-a5af-ef87950cd4f3): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:10:24.450985 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 18777 2026.01.02 05:10:25.482110 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 294 2026.01.02 05:10:25.498269 [ 244 ] {} system.metric_log (a59fffb9-cc3a-4586-97e5-9d20b67a7356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:10:25.498325 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2026.01.02 05:10:25.504258 [ 244 ] {} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.01.02 05:10:25.504952 [ 244 ] {} system.metric_log (a59fffb9-cc3a-4586-97e5-9d20b67a7356): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:10:25.507690 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 294 2026.01.02 05:10:28.567099 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:10:28.567291 [ 270 ] {fed987b3-7e85-46ef-9e66-cd2390a78917} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.02 05:10:28.567357 [ 270 ] {fed987b3-7e85-46ef-9e66-cd2390a78917} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.02 05:10:28.567971 [ 270 ] {fed987b3-7e85-46ef-9e66-cd2390a78917} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:10:28.568013 [ 270 ] {fed987b3-7e85-46ef-9e66-cd2390a78917} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2026.01.02 05:10:28.568403 [ 270 ] {fed987b3-7e85-46ef-9e66-cd2390a78917} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2026.01.02 05:10:28.568636 [ 270 ] {fed987b3-7e85-46ef-9e66-cd2390a78917} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:10:28.568790 [ 270 ] {fed987b3-7e85-46ef-9e66-cd2390a78917} executeQuery: Read 56 rows, 4.41 KiB in 0.001549 sec., 36152.35635894125 rows/sec., 2.78 MiB/sec. 2026.01.02 05:10:28.568832 [ 270 ] {fed987b3-7e85-46ef-9e66-cd2390a78917} TCPHandler: Processed in 0.001867501 sec. 2026.01.02 05:10:28.568940 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:10:28.569044 [ 270 ] {d975e023-b09d-4af8-8e48-a9827126b888} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.02 05:10:28.569095 [ 270 ] {d975e023-b09d-4af8-8e48-a9827126b888} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.02 05:10:28.569594 [ 270 ] {d975e023-b09d-4af8-8e48-a9827126b888} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:10:28.569638 [ 270 ] {d975e023-b09d-4af8-8e48-a9827126b888} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2026.01.02 05:10:28.570025 [ 270 ] {d975e023-b09d-4af8-8e48-a9827126b888} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2026.01.02 05:10:28.570257 [ 270 ] {d975e023-b09d-4af8-8e48-a9827126b888} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:10:28.570391 [ 270 ] {d975e023-b09d-4af8-8e48-a9827126b888} executeQuery: Read 64 rows, 5.12 KiB in 0.001367 sec., 46817.84930504755 rows/sec., 3.65 MiB/sec. 2026.01.02 05:10:28.570430 [ 270 ] {d975e023-b09d-4af8-8e48-a9827126b888} TCPHandler: Processed in 0.001540806 sec. 2026.01.02 05:10:28.570545 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:10:28.570638 [ 270 ] {d8307665-0272-42a2-82f0-ff746b42137e} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.02 05:10:28.570683 [ 270 ] {d8307665-0272-42a2-82f0-ff746b42137e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.02 05:10:28.571078 [ 270 ] {d8307665-0272-42a2-82f0-ff746b42137e} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:10:28.571115 [ 270 ] {d8307665-0272-42a2-82f0-ff746b42137e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2026.01.02 05:10:28.571453 [ 270 ] {d8307665-0272-42a2-82f0-ff746b42137e} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2026.01.02 05:10:28.571671 [ 270 ] {d8307665-0272-42a2-82f0-ff746b42137e} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:10:28.571807 [ 270 ] {d8307665-0272-42a2-82f0-ff746b42137e} executeQuery: Read 160 rows, 11.41 KiB in 0.001186 sec., 134907.25126475547 rows/sec., 9.40 MiB/sec. 2026.01.02 05:10:28.571844 [ 270 ] {d8307665-0272-42a2-82f0-ff746b42137e} TCPHandler: Processed in 0.001347793 sec. 2026.01.02 05:10:28.571959 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:10:28.572055 [ 270 ] {7da3f19e-e3ca-401d-95e8-5ca956fff930} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.02 05:10:28.572097 [ 270 ] {7da3f19e-e3ca-401d-95e8-5ca956fff930} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.02 05:10:28.572429 [ 270 ] {7da3f19e-e3ca-401d-95e8-5ca956fff930} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:10:28.572465 [ 270 ] {7da3f19e-e3ca-401d-95e8-5ca956fff930} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2026.01.02 05:10:28.572786 [ 270 ] {7da3f19e-e3ca-401d-95e8-5ca956fff930} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2026.01.02 05:10:28.572998 [ 270 ] {7da3f19e-e3ca-401d-95e8-5ca956fff930} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:10:28.573142 [ 270 ] {7da3f19e-e3ca-401d-95e8-5ca956fff930} executeQuery: Read 60 rows, 4.14 KiB in 0.001105 sec., 54298.64253393665 rows/sec., 3.66 MiB/sec. 2026.01.02 05:10:28.573178 [ 270 ] {7da3f19e-e3ca-401d-95e8-5ca956fff930} TCPHandler: Processed in 0.001268011 sec. 2026.01.02 05:10:31.778391 [ 93 ] {} DNSResolver: Updating DNS cache 2026.01.02 05:10:31.778472 [ 93 ] {} DNSResolver: Updated DNS cache 2026.01.02 05:10:31.951119 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 19225 2026.01.02 05:10:31.951614 [ 245 ] {} system.asynchronous_metric_log (bb53ce5c-bddd-4105-a5af-ef87950cd4f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:10:31.951649 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2026.01.02 05:10:31.952164 [ 245 ] {} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.01.02 05:10:31.952402 [ 245 ] {} system.asynchronous_metric_log (bb53ce5c-bddd-4105-a5af-ef87950cd4f3): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:10:31.952547 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 19225 2026.01.02 05:10:32.007712 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 22 entries to flush up to offset 932 2026.01.02 05:10:32.010147 [ 243 ] {} system.query_log (dd3f3490-5765-4d2a-9406-0e239d3e9a13): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:10:32.010225 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2026.01.02 05:10:32.011579 [ 243 ] {} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.01.02 05:10:32.011897 [ 243 ] {} system.query_log (dd3f3490-5765-4d2a-9406-0e239d3e9a13): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:10:32.012360 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 932 2026.01.02 05:10:33.007817 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 302 2026.01.02 05:10:33.025099 [ 244 ] {} system.metric_log (a59fffb9-cc3a-4586-97e5-9d20b67a7356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:10:33.025169 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2026.01.02 05:10:33.031510 [ 244 ] {} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.01.02 05:10:33.032235 [ 244 ] {} system.metric_log (a59fffb9-cc3a-4586-97e5-9d20b67a7356): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:10:33.035081 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 302 2026.01.02 05:10:33.569418 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:10:33.569701 [ 270 ] {577b127b-6566-481c-98c6-545583447e98} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.02 05:10:33.569806 [ 270 ] {577b127b-6566-481c-98c6-545583447e98} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.02 05:10:33.570794 [ 270 ] {577b127b-6566-481c-98c6-545583447e98} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:10:33.570835 [ 270 ] {577b127b-6566-481c-98c6-545583447e98} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2026.01.02 05:10:33.571254 [ 270 ] {577b127b-6566-481c-98c6-545583447e98} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2026.01.02 05:10:33.571486 [ 270 ] {577b127b-6566-481c-98c6-545583447e98} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:10:33.571618 [ 89 ] {} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2026.01.02 05:10:33.571650 [ 270 ] {577b127b-6566-481c-98c6-545583447e98} executeQuery: Read 136 rows, 12.08 KiB in 0.002028 sec., 67061.14398422091 rows/sec., 5.82 MiB/sec. 2026.01.02 05:10:33.571656 [ 89 ] {} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:10:33.571685 [ 89 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2026.01.02 05:10:33.571702 [ 270 ] {577b127b-6566-481c-98c6-545583447e98} TCPHandler: Processed in 0.002459462 sec. 2026.01.02 05:10:33.571823 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:10:33.571824 [ 198 ] {83d580c8-cdc4-4d78-bcce-488a9e56976e::all_1_56_11} MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full 2026.01.02 05:10:33.571926 [ 270 ] {bec3d29e-c046-4c38-beea-c5f76071e814} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.02 05:10:33.571977 [ 270 ] {bec3d29e-c046-4c38-beea-c5f76071e814} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.02 05:10:33.571998 [ 198 ] {83d580c8-cdc4-4d78-bcce-488a9e56976e::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.02 05:10:33.572042 [ 198 ] {83d580c8-cdc4-4d78-bcce-488a9e56976e::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 2464 rows starting from the beginning of the part 2026.01.02 05:10:33.572116 [ 198 ] {83d580c8-cdc4-4d78-bcce-488a9e56976e::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 136 rows starting from the beginning of the part 2026.01.02 05:10:33.572167 [ 198 ] {83d580c8-cdc4-4d78-bcce-488a9e56976e::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 56 rows starting from the beginning of the part 2026.01.02 05:10:33.572212 [ 198 ] {83d580c8-cdc4-4d78-bcce-488a9e56976e::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 138 rows starting from the beginning of the part 2026.01.02 05:10:33.572258 [ 198 ] {83d580c8-cdc4-4d78-bcce-488a9e56976e::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 56 rows starting from the beginning of the part 2026.01.02 05:10:33.572299 [ 198 ] {83d580c8-cdc4-4d78-bcce-488a9e56976e::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 136 rows starting from the beginning of the part 2026.01.02 05:10:33.572404 [ 270 ] {bec3d29e-c046-4c38-beea-c5f76071e814} oximeter.fields_u16 (75d7a870-5da0-445d-b2e0-ec90b5ea7788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:10:33.572448 [ 270 ] {bec3d29e-c046-4c38-beea-c5f76071e814} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2026.01.02 05:10:33.572804 [ 270 ] {bec3d29e-c046-4c38-beea-c5f76071e814} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.01.02 05:10:33.573033 [ 270 ] {bec3d29e-c046-4c38-beea-c5f76071e814} oximeter.fields_u16 (75d7a870-5da0-445d-b2e0-ec90b5ea7788): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:10:33.573179 [ 270 ] {bec3d29e-c046-4c38-beea-c5f76071e814} executeQuery: Read 40 rows, 3.01 KiB in 0.001276 sec., 31347.96238244514 rows/sec., 2.30 MiB/sec. 2026.01.02 05:10:33.573217 [ 270 ] {bec3d29e-c046-4c38-beea-c5f76071e814} TCPHandler: Processed in 0.001446494 sec. 2026.01.02 05:10:33.573333 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:10:33.573452 [ 270 ] {8734b4df-59f0-44c6-8fd8-f0713dce95e5} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.02 05:10:33.573502 [ 270 ] {8734b4df-59f0-44c6-8fd8-f0713dce95e5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.02 05:10:33.573670 [ 200 ] {83d580c8-cdc4-4d78-bcce-488a9e56976e::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 2986 rows, containing 5 columns (5 merged, 0 gathered) in 0.001914562 sec., 1559625.6480594517 rows/sec., 134.30 MiB/sec. 2026.01.02 05:10:33.573971 [ 192 ] {83d580c8-cdc4-4d78-bcce-488a9e56976e::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2026.01.02 05:10:33.574046 [ 270 ] {8734b4df-59f0-44c6-8fd8-f0713dce95e5} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:10:33.574097 [ 270 ] {8734b4df-59f0-44c6-8fd8-f0713dce95e5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2026.01.02 05:10:33.574287 [ 192 ] {83d580c8-cdc4-4d78-bcce-488a9e56976e::all_1_56_11} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:10:33.574381 [ 192 ] {83d580c8-cdc4-4d78-bcce-488a9e56976e::all_1_56_11} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2026.01.02 05:10:33.574487 [ 270 ] {8734b4df-59f0-44c6-8fd8-f0713dce95e5} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2026.01.02 05:10:33.574489 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.90 MiB. 2026.01.02 05:10:33.574713 [ 270 ] {8734b4df-59f0-44c6-8fd8-f0713dce95e5} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:10:33.574836 [ 89 ] {} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2026.01.02 05:10:33.574851 [ 270 ] {8734b4df-59f0-44c6-8fd8-f0713dce95e5} executeQuery: Read 104 rows, 8.32 KiB in 0.001425 sec., 72982.45614035087 rows/sec., 5.70 MiB/sec. 2026.01.02 05:10:33.574876 [ 89 ] {} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:10:33.574896 [ 270 ] {8734b4df-59f0-44c6-8fd8-f0713dce95e5} TCPHandler: Processed in 0.001624287 sec. 2026.01.02 05:10:33.574900 [ 89 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2026.01.02 05:10:33.575007 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:10:33.575018 [ 195 ] {a2603088-a695-4667-9faf-2a4ce1a4e7af::all_1_56_11} MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full 2026.01.02 05:10:33.575104 [ 270 ] {f21f9245-7790-443e-a863-f02db855df3b} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.02 05:10:33.575153 [ 270 ] {f21f9245-7790-443e-a863-f02db855df3b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.02 05:10:33.575163 [ 195 ] {a2603088-a695-4667-9faf-2a4ce1a4e7af::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.02 05:10:33.575206 [ 195 ] {a2603088-a695-4667-9faf-2a4ce1a4e7af::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 1249 rows starting from the beginning of the part 2026.01.02 05:10:33.575275 [ 195 ] {a2603088-a695-4667-9faf-2a4ce1a4e7af::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 104 rows starting from the beginning of the part 2026.01.02 05:10:33.575324 [ 195 ] {a2603088-a695-4667-9faf-2a4ce1a4e7af::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 64 rows starting from the beginning of the part 2026.01.02 05:10:33.575372 [ 195 ] {a2603088-a695-4667-9faf-2a4ce1a4e7af::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 108 rows starting from the beginning of the part 2026.01.02 05:10:33.575416 [ 195 ] {a2603088-a695-4667-9faf-2a4ce1a4e7af::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 64 rows starting from the beginning of the part 2026.01.02 05:10:33.575461 [ 195 ] {a2603088-a695-4667-9faf-2a4ce1a4e7af::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 104 rows starting from the beginning of the part 2026.01.02 05:10:33.575586 [ 270 ] {f21f9245-7790-443e-a863-f02db855df3b} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:10:33.575629 [ 270 ] {f21f9245-7790-443e-a863-f02db855df3b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2026.01.02 05:10:33.575997 [ 270 ] {f21f9245-7790-443e-a863-f02db855df3b} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2026.01.02 05:10:33.576233 [ 270 ] {f21f9245-7790-443e-a863-f02db855df3b} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:10:33.576367 [ 270 ] {f21f9245-7790-443e-a863-f02db855df3b} executeQuery: Read 160 rows, 11.41 KiB in 0.001282 sec., 124804.992199688 rows/sec., 8.69 MiB/sec. 2026.01.02 05:10:33.576404 [ 270 ] {f21f9245-7790-443e-a863-f02db855df3b} TCPHandler: Processed in 0.001447864 sec. 2026.01.02 05:10:33.576516 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:10:33.576613 [ 270 ] {0fb9c36f-3df9-4df6-b3a8-ab259e82ff9d} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.02 05:10:33.576619 [ 200 ] {a2603088-a695-4667-9faf-2a4ce1a4e7af::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 1693 rows, containing 5 columns (5 merged, 0 gathered) in 0.001658008 sec., 1021104.8438849511 rows/sec., 79.17 MiB/sec. 2026.01.02 05:10:33.576673 [ 270 ] {0fb9c36f-3df9-4df6-b3a8-ab259e82ff9d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.01.02 05:10:33.576804 [ 195 ] {a2603088-a695-4667-9faf-2a4ce1a4e7af::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2026.01.02 05:10:33.577064 [ 195 ] {a2603088-a695-4667-9faf-2a4ce1a4e7af::all_1_56_11} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:10:33.577146 [ 195 ] {a2603088-a695-4667-9faf-2a4ce1a4e7af::all_1_56_11} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2026.01.02 05:10:33.577226 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. 2026.01.02 05:10:33.577565 [ 270 ] {0fb9c36f-3df9-4df6-b3a8-ab259e82ff9d} oximeter.measurements_histogramu64 (1ea2d44b-9dfb-4731-8ee2-8779179f369b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:10:33.577609 [ 270 ] {0fb9c36f-3df9-4df6-b3a8-ab259e82ff9d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2026.01.02 05:10:33.578268 [ 270 ] {0fb9c36f-3df9-4df6-b3a8-ab259e82ff9d} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.01.02 05:10:33.578598 [ 270 ] {0fb9c36f-3df9-4df6-b3a8-ab259e82ff9d} oximeter.measurements_histogramu64 (1ea2d44b-9dfb-4731-8ee2-8779179f369b): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:10:33.578774 [ 270 ] {0fb9c36f-3df9-4df6-b3a8-ab259e82ff9d} executeQuery: Read 40 rows, 73.40 KiB in 0.002178 sec., 18365.47291092746 rows/sec., 32.91 MiB/sec. 2026.01.02 05:10:33.578883 [ 270 ] {0fb9c36f-3df9-4df6-b3a8-ab259e82ff9d} TCPHandler: Processed in 0.002417021 sec. 2026.01.02 05:10:33.579018 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:10:33.579132 [ 270 ] {c11de856-8b43-4b35-8b61-57eec05a2a1a} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.02 05:10:33.579191 [ 270 ] {c11de856-8b43-4b35-8b61-57eec05a2a1a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.02 05:10:33.579554 [ 270 ] {c11de856-8b43-4b35-8b61-57eec05a2a1a} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:10:33.579590 [ 270 ] {c11de856-8b43-4b35-8b61-57eec05a2a1a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2026.01.02 05:10:33.579911 [ 270 ] {c11de856-8b43-4b35-8b61-57eec05a2a1a} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2026.01.02 05:10:33.580137 [ 270 ] {c11de856-8b43-4b35-8b61-57eec05a2a1a} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:10:33.580268 [ 270 ] {c11de856-8b43-4b35-8b61-57eec05a2a1a} executeQuery: Read 60 rows, 4.14 KiB in 0.001161 sec., 51679.58656330749 rows/sec., 3.48 MiB/sec. 2026.01.02 05:10:33.580305 [ 270 ] {c11de856-8b43-4b35-8b61-57eec05a2a1a} TCPHandler: Processed in 0.001349243 sec. 2026.01.02 05:10:38.595443 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:10:38.595751 [ 270 ] {e12ade6e-3ecc-4cfc-8273-e2067c7bd8d6} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.01.02 05:10:38.595856 [ 270 ] {e12ade6e-3ecc-4cfc-8273-e2067c7bd8d6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.01.02 05:10:38.596710 [ 270 ] {e12ade6e-3ecc-4cfc-8273-e2067c7bd8d6} oximeter.fields_i16 (cb56b64a-0514-41c6-b851-58b3833bf8fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:10:38.596746 [ 270 ] {e12ade6e-3ecc-4cfc-8273-e2067c7bd8d6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2026.01.02 05:10:38.597151 [ 270 ] {e12ade6e-3ecc-4cfc-8273-e2067c7bd8d6} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.01.02 05:10:38.597386 [ 270 ] {e12ade6e-3ecc-4cfc-8273-e2067c7bd8d6} oximeter.fields_i16 (cb56b64a-0514-41c6-b851-58b3833bf8fd): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:10:38.597539 [ 270 ] {e12ade6e-3ecc-4cfc-8273-e2067c7bd8d6} executeQuery: Read 24 rows, 2.04 KiB in 0.001865 sec., 12868.6327077748 rows/sec., 1.07 MiB/sec. 2026.01.02 05:10:38.597581 [ 270 ] {e12ade6e-3ecc-4cfc-8273-e2067c7bd8d6} TCPHandler: Processed in 0.002331579 sec. 2026.01.02 05:10:38.597699 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:10:38.597804 [ 270 ] {f83e06d9-7fbe-41de-bb54-49efa2d2efb3} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.01.02 05:10:38.597845 [ 270 ] {f83e06d9-7fbe-41de-bb54-49efa2d2efb3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.01.02 05:10:38.598259 [ 270 ] {f83e06d9-7fbe-41de-bb54-49efa2d2efb3} oximeter.fields_ipaddr (645cdd3d-4969-40ee-99e7-272b8c981424): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:10:38.598294 [ 270 ] {f83e06d9-7fbe-41de-bb54-49efa2d2efb3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2026.01.02 05:10:38.598579 [ 270 ] {f83e06d9-7fbe-41de-bb54-49efa2d2efb3} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.01.02 05:10:38.598783 [ 270 ] {f83e06d9-7fbe-41de-bb54-49efa2d2efb3} oximeter.fields_ipaddr (645cdd3d-4969-40ee-99e7-272b8c981424): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:10:38.598907 [ 270 ] {f83e06d9-7fbe-41de-bb54-49efa2d2efb3} executeQuery: Read 2 rows, 167.00 B in 0.001121 sec., 1784.121320249777 rows/sec., 145.48 KiB/sec. 2026.01.02 05:10:38.598943 [ 270 ] {f83e06d9-7fbe-41de-bb54-49efa2d2efb3} TCPHandler: Processed in 0.001294762 sec. 2026.01.02 05:10:38.599053 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:10:38.599148 [ 270 ] {7532375a-2db6-4996-b766-c4bef9bdf10e} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.02 05:10:38.599187 [ 270 ] {7532375a-2db6-4996-b766-c4bef9bdf10e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.02 05:10:38.600041 [ 270 ] {7532375a-2db6-4996-b766-c4bef9bdf10e} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:10:38.600076 [ 270 ] {7532375a-2db6-4996-b766-c4bef9bdf10e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2026.01.02 05:10:38.600455 [ 270 ] {7532375a-2db6-4996-b766-c4bef9bdf10e} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2026.01.02 05:10:38.600662 [ 270 ] {7532375a-2db6-4996-b766-c4bef9bdf10e} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:10:38.600787 [ 270 ] {7532375a-2db6-4996-b766-c4bef9bdf10e} executeQuery: Read 1317 rows, 112.50 KiB in 0.001657 sec., 794809.8974049487 rows/sec., 66.30 MiB/sec. 2026.01.02 05:10:38.600825 [ 270 ] {7532375a-2db6-4996-b766-c4bef9bdf10e} TCPHandler: Processed in 0.001821321 sec. 2026.01.02 05:10:38.600933 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:10:38.601028 [ 270 ] {3b6f4120-bbf7-416c-b4dd-f57d9ac07d72} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.02 05:10:38.601068 [ 270 ] {3b6f4120-bbf7-416c-b4dd-f57d9ac07d72} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.02 05:10:38.601450 [ 270 ] {3b6f4120-bbf7-416c-b4dd-f57d9ac07d72} oximeter.fields_u16 (75d7a870-5da0-445d-b2e0-ec90b5ea7788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:10:38.601485 [ 270 ] {3b6f4120-bbf7-416c-b4dd-f57d9ac07d72} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2026.01.02 05:10:38.601785 [ 270 ] {3b6f4120-bbf7-416c-b4dd-f57d9ac07d72} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.01.02 05:10:38.601999 [ 270 ] {3b6f4120-bbf7-416c-b4dd-f57d9ac07d72} oximeter.fields_u16 (75d7a870-5da0-445d-b2e0-ec90b5ea7788): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:10:38.602122 [ 270 ] {3b6f4120-bbf7-416c-b4dd-f57d9ac07d72} executeQuery: Read 14 rows, 1.10 KiB in 0.001112 sec., 12589.928057553958 rows/sec., 989.74 KiB/sec. 2026.01.02 05:10:38.602164 [ 270 ] {3b6f4120-bbf7-416c-b4dd-f57d9ac07d72} TCPHandler: Processed in 0.001280302 sec. 2026.01.02 05:10:38.602271 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:10:38.602365 [ 270 ] {d95edcfd-b4f4-4099-8e4a-f908fae9d85c} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.02 05:10:38.602404 [ 270 ] {d95edcfd-b4f4-4099-8e4a-f908fae9d85c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.02 05:10:38.602844 [ 270 ] {d95edcfd-b4f4-4099-8e4a-f908fae9d85c} oximeter.fields_u32 (1310015a-3be0-40ba-9fec-1b5eb4ed9f75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:10:38.602879 [ 270 ] {d95edcfd-b4f4-4099-8e4a-f908fae9d85c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2026.01.02 05:10:38.603186 [ 270 ] {d95edcfd-b4f4-4099-8e4a-f908fae9d85c} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.01.02 05:10:38.603391 [ 270 ] {d95edcfd-b4f4-4099-8e4a-f908fae9d85c} oximeter.fields_u32 (1310015a-3be0-40ba-9fec-1b5eb4ed9f75): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:10:38.603515 [ 270 ] {d95edcfd-b4f4-4099-8e4a-f908fae9d85c} executeQuery: Read 252 rows, 17.85 KiB in 0.001168 sec., 215753.42465753425 rows/sec., 14.92 MiB/sec. 2026.01.02 05:10:38.603553 [ 270 ] {d95edcfd-b4f4-4099-8e4a-f908fae9d85c} TCPHandler: Processed in 0.001332453 sec. 2026.01.02 05:10:38.603661 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:10:38.603754 [ 270 ] {3194e3a8-e3d7-4829-acc8-f4642a9cf00b} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.01.02 05:10:38.603794 [ 270 ] {3194e3a8-e3d7-4829-acc8-f4642a9cf00b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.01.02 05:10:38.604177 [ 270 ] {3194e3a8-e3d7-4829-acc8-f4642a9cf00b} oximeter.fields_u8 (ae3e3832-81ae-4954-8933-d68b9608f6be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:10:38.604214 [ 270 ] {3194e3a8-e3d7-4829-acc8-f4642a9cf00b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2026.01.02 05:10:38.604504 [ 270 ] {3194e3a8-e3d7-4829-acc8-f4642a9cf00b} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.01.02 05:10:38.604712 [ 270 ] {3194e3a8-e3d7-4829-acc8-f4642a9cf00b} oximeter.fields_u8 (ae3e3832-81ae-4954-8933-d68b9608f6be): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:10:38.604835 [ 270 ] {3194e3a8-e3d7-4829-acc8-f4642a9cf00b} executeQuery: Read 12 rows, 960.00 B in 0.001098 sec., 10928.96174863388 rows/sec., 853.83 KiB/sec. 2026.01.02 05:10:38.604873 [ 270 ] {3194e3a8-e3d7-4829-acc8-f4642a9cf00b} TCPHandler: Processed in 0.001262131 sec. 2026.01.02 05:10:38.604979 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:10:38.605078 [ 270 ] {553d9be1-fba8-47a0-871d-d9142859684a} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.02 05:10:38.605119 [ 270 ] {553d9be1-fba8-47a0-871d-d9142859684a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.02 05:10:38.605689 [ 270 ] {553d9be1-fba8-47a0-871d-d9142859684a} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:10:38.605724 [ 270 ] {553d9be1-fba8-47a0-871d-d9142859684a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2026.01.02 05:10:38.606048 [ 270 ] {553d9be1-fba8-47a0-871d-d9142859684a} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2026.01.02 05:10:38.606256 [ 270 ] {553d9be1-fba8-47a0-871d-d9142859684a} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:10:38.606379 [ 270 ] {553d9be1-fba8-47a0-871d-d9142859684a} executeQuery: Read 558 rows, 42.83 KiB in 0.001318 sec., 423368.74051593326 rows/sec., 31.73 MiB/sec. 2026.01.02 05:10:38.606417 [ 270 ] {553d9be1-fba8-47a0-871d-d9142859684a} TCPHandler: Processed in 0.001488015 sec. 2026.01.02 05:10:38.606526 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:10:38.606620 [ 270 ] {d758650c-c5ef-48ef-b89d-5de8c4a0a874} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.02 05:10:38.606663 [ 270 ] {d758650c-c5ef-48ef-b89d-5de8c4a0a874} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.02 05:10:38.607235 [ 270 ] {d758650c-c5ef-48ef-b89d-5de8c4a0a874} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:10:38.607270 [ 270 ] {d758650c-c5ef-48ef-b89d-5de8c4a0a874} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2026.01.02 05:10:38.607653 [ 270 ] {d758650c-c5ef-48ef-b89d-5de8c4a0a874} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2026.01.02 05:10:38.607862 [ 270 ] {d758650c-c5ef-48ef-b89d-5de8c4a0a874} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:10:38.607958 [ 81 ] {} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2026.01.02 05:10:38.607990 [ 270 ] {d758650c-c5ef-48ef-b89d-5de8c4a0a874} executeQuery: Read 881 rows, 61.23 KiB in 0.001388 sec., 634726.2247838617 rows/sec., 43.08 MiB/sec. 2026.01.02 05:10:38.607996 [ 81 ] {} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:10:38.608021 [ 81 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2026.01.02 05:10:38.608029 [ 270 ] {d758650c-c5ef-48ef-b89d-5de8c4a0a874} TCPHandler: Processed in 0.001552216 sec. 2026.01.02 05:10:38.608136 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:10:38.608139 [ 192 ] {935760ec-14c4-43f9-bf0f-f949cce05eda::all_1_56_11} MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full 2026.01.02 05:10:38.608230 [ 270 ] {e0753fdc-29f5-4ec9-be99-1f15c16c1246} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.02 05:10:38.608277 [ 270 ] {e0753fdc-29f5-4ec9-be99-1f15c16c1246} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.02 05:10:38.608306 [ 192 ] {935760ec-14c4-43f9-bf0f-f949cce05eda::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.02 05:10:38.608351 [ 192 ] {935760ec-14c4-43f9-bf0f-f949cce05eda::all_1_56_11} MergeTreeSequentialSource: Reading 3 marks from part all_1_51_10, total 15477 rows starting from the beginning of the part 2026.01.02 05:10:38.608421 [ 192 ] {935760ec-14c4-43f9-bf0f-f949cce05eda::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 160 rows starting from the beginning of the part 2026.01.02 05:10:38.608467 [ 192 ] {935760ec-14c4-43f9-bf0f-f949cce05eda::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 162 rows starting from the beginning of the part 2026.01.02 05:10:38.608512 [ 192 ] {935760ec-14c4-43f9-bf0f-f949cce05eda::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 160 rows starting from the beginning of the part 2026.01.02 05:10:38.608552 [ 192 ] {935760ec-14c4-43f9-bf0f-f949cce05eda::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 160 rows starting from the beginning of the part 2026.01.02 05:10:38.608596 [ 192 ] {935760ec-14c4-43f9-bf0f-f949cce05eda::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 881 rows starting from the beginning of the part 2026.01.02 05:10:38.608603 [ 270 ] {e0753fdc-29f5-4ec9-be99-1f15c16c1246} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:10:38.608645 [ 270 ] {e0753fdc-29f5-4ec9-be99-1f15c16c1246} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2026.01.02 05:10:38.608983 [ 270 ] {e0753fdc-29f5-4ec9-be99-1f15c16c1246} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2026.01.02 05:10:38.609194 [ 270 ] {e0753fdc-29f5-4ec9-be99-1f15c16c1246} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:10:38.609321 [ 270 ] {e0753fdc-29f5-4ec9-be99-1f15c16c1246} executeQuery: Read 60 rows, 4.14 KiB in 0.001109 sec., 54102.795311091075 rows/sec., 3.65 MiB/sec. 2026.01.02 05:10:38.609358 [ 270 ] {e0753fdc-29f5-4ec9-be99-1f15c16c1246} TCPHandler: Processed in 0.001271091 sec. 2026.01.02 05:10:38.613409 [ 199 ] {935760ec-14c4-43f9-bf0f-f949cce05eda::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 17000 rows, containing 5 columns (5 merged, 0 gathered) in 0.005324639 sec., 3192704.7073050397 rows/sec., 218.48 MiB/sec. 2026.01.02 05:10:38.613720 [ 186 ] {935760ec-14c4-43f9-bf0f-f949cce05eda::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2026.01.02 05:10:38.614088 [ 186 ] {935760ec-14c4-43f9-bf0f-f949cce05eda::all_1_56_11} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:10:38.614181 [ 186 ] {935760ec-14c4-43f9-bf0f-f949cce05eda::all_1_56_11} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2026.01.02 05:10:38.614305 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.44 MiB. 2026.01.02 05:10:39.452640 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 19737 2026.01.02 05:10:39.453246 [ 245 ] {} system.asynchronous_metric_log (bb53ce5c-bddd-4105-a5af-ef87950cd4f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:10:39.453296 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2026.01.02 05:10:39.453826 [ 245 ] {} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2026.01.02 05:10:39.454053 [ 245 ] {} system.asynchronous_metric_log (bb53ce5c-bddd-4105-a5af-ef87950cd4f3): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:10:39.454185 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 19737 2026.01.02 05:10:39.454214 [ 31 ] {} system.asynchronous_metric_log (bb53ce5c-bddd-4105-a5af-ef87950cd4f3) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2026.01.02 05:10:39.454288 [ 31 ] {} system.asynchronous_metric_log (bb53ce5c-bddd-4105-a5af-ef87950cd4f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:10:39.454312 [ 31 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2026.01.02 05:10:39.454415 [ 199 ] {bb53ce5c-bddd-4105-a5af-ef87950cd4f3::all_1_41_8} MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full 2026.01.02 05:10:39.454552 [ 199 ] {bb53ce5c-bddd-4105-a5af-ef87950cd4f3::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.02 05:10:39.454596 [ 199 ] {bb53ce5c-bddd-4105-a5af-ef87950cd4f3::all_1_41_8} MergeTreeSequentialSource: Reading 4 marks from part all_1_36_7, total 17305 rows starting from the beginning of the part 2026.01.02 05:10:39.454696 [ 199 ] {bb53ce5c-bddd-4105-a5af-ef87950cd4f3::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.01.02 05:10:39.454754 [ 199 ] {bb53ce5c-bddd-4105-a5af-ef87950cd4f3::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.01.02 05:10:39.454801 [ 199 ] {bb53ce5c-bddd-4105-a5af-ef87950cd4f3::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.01.02 05:10:39.454847 [ 199 ] {bb53ce5c-bddd-4105-a5af-ef87950cd4f3::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.01.02 05:10:39.454911 [ 199 ] {bb53ce5c-bddd-4105-a5af-ef87950cd4f3::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.01.02 05:10:39.457313 [ 186 ] {bb53ce5c-bddd-4105-a5af-ef87950cd4f3::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 19737 rows, containing 4 columns (4 merged, 0 gathered) in 0.002939629 sec., 6714112.563183993 rows/sec., 96.05 MiB/sec. 2026.01.02 05:10:39.457695 [ 186 ] {bb53ce5c-bddd-4105-a5af-ef87950cd4f3::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2026.01.02 05:10:39.457990 [ 186 ] {bb53ce5c-bddd-4105-a5af-ef87950cd4f3::all_1_41_8} system.asynchronous_metric_log (bb53ce5c-bddd-4105-a5af-ef87950cd4f3): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:10:39.458068 [ 186 ] {bb53ce5c-bddd-4105-a5af-ef87950cd4f3::all_1_41_8} system.asynchronous_metric_log (bb53ce5c-bddd-4105-a5af-ef87950cd4f3) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2026.01.02 05:10:39.458193 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.63 MiB. 2026.01.02 05:10:40.535152 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 309 2026.01.02 05:10:40.560728 [ 244 ] {} system.metric_log (a59fffb9-cc3a-4586-97e5-9d20b67a7356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:10:40.560821 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2026.01.02 05:10:40.569904 [ 244 ] {} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2026.01.02 05:10:40.571250 [ 244 ] {} system.metric_log (a59fffb9-cc3a-4586-97e5-9d20b67a7356): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:10:40.571692 [ 85 ] {} system.metric_log (a59fffb9-cc3a-4586-97e5-9d20b67a7356) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2026.01.02 05:10:40.571764 [ 85 ] {} system.metric_log (a59fffb9-cc3a-4586-97e5-9d20b67a7356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:10:40.571787 [ 85 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2026.01.02 05:10:40.571925 [ 193 ] {a59fffb9-cc3a-4586-97e5-9d20b67a7356::all_1_41_8} MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full 2026.01.02 05:10:40.576838 [ 193 ] {a59fffb9-cc3a-4586-97e5-9d20b67a7356::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.02 05:10:40.578856 [ 193 ] {a59fffb9-cc3a-4586-97e5-9d20b67a7356::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 272 rows starting from the beginning of the part 2026.01.02 05:10:40.578880 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 309 2026.01.02 05:10:40.585273 [ 193 ] {a59fffb9-cc3a-4586-97e5-9d20b67a7356::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 7 rows starting from the beginning of the part 2026.01.02 05:10:40.590842 [ 193 ] {a59fffb9-cc3a-4586-97e5-9d20b67a7356::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 8 rows starting from the beginning of the part 2026.01.02 05:10:40.595291 [ 193 ] {a59fffb9-cc3a-4586-97e5-9d20b67a7356::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 7 rows starting from the beginning of the part 2026.01.02 05:10:40.600275 [ 193 ] {a59fffb9-cc3a-4586-97e5-9d20b67a7356::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 8 rows starting from the beginning of the part 2026.01.02 05:10:40.604882 [ 193 ] {a59fffb9-cc3a-4586-97e5-9d20b67a7356::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 7 rows starting from the beginning of the part 2026.01.02 05:10:40.678580 [ 186 ] {a59fffb9-cc3a-4586-97e5-9d20b67a7356::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 309 rows, containing 679 columns (679 merged, 0 gathered) in 0.106713416 sec., 2895.605928311769 rows/sec., 14.97 MiB/sec. 2026.01.02 05:10:40.682478 [ 188 ] {a59fffb9-cc3a-4586-97e5-9d20b67a7356::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2026.01.02 05:10:40.685443 [ 188 ] {a59fffb9-cc3a-4586-97e5-9d20b67a7356::all_1_41_8} system.metric_log (a59fffb9-cc3a-4586-97e5-9d20b67a7356): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:10:40.685556 [ 188 ] {a59fffb9-cc3a-4586-97e5-9d20b67a7356::all_1_41_8} system.metric_log (a59fffb9-cc3a-4586-97e5-9d20b67a7356) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2026.01.02 05:10:40.687512 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB. 2026.01.02 05:10:40.890119 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51271 2026.01.02 05:10:40.890238 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:10:40.890267 [ 286 ] {} TCP-Session: ca080ce7-3815-4640-83ec-92c7da4e74ed Authenticating user 'default' from [fd00:1122:3344:101::e]:51271 2026.01.02 05:10:40.890289 [ 286 ] {} TCP-Session: ca080ce7-3815-4640-83ec-92c7da4e74ed Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:10:40.890302 [ 286 ] {} TCP-Session: ca080ce7-3815-4640-83ec-92c7da4e74ed Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:10:40.890475 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33275 2026.01.02 05:10:40.890528 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59543 2026.01.02 05:10:40.890529 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42977 2026.01.02 05:10:40.890575 [ 354 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56015 2026.01.02 05:10:40.890602 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:10:40.890601 [ 355 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63789 2026.01.02 05:10:40.890642 [ 286 ] {} TCP-Session: ca080ce7-3815-4640-83ec-92c7da4e74ed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:10:40.890664 [ 287 ] {} TCP-Session: 84302581-3668-428b-aecf-1ecd0c5103b6 Authenticating user 'default' from [fd00:1122:3344:101::e]:33275 2026.01.02 05:10:40.890598 [ 356 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38824 2026.01.02 05:10:40.890710 [ 287 ] {} TCP-Session: 84302581-3668-428b-aecf-1ecd0c5103b6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:10:40.890570 [ 353 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48895 2026.01.02 05:10:40.890745 [ 287 ] {} TCP-Session: 84302581-3668-428b-aecf-1ecd0c5103b6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:10:40.890770 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:10:40.890555 [ 352 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52097 2026.01.02 05:10:40.890814 [ 289 ] {} TCP-Session: 3d9e389e-2e05-4701-801e-dc500c764caf Authenticating user 'default' from [fd00:1122:3344:101::e]:59543 2026.01.02 05:10:40.890843 [ 286 ] {c85481da-302f-42bb-a27f-22dfe232cd05} executeQuery: (from [fd00:1122:3344:101::e]:51271) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.01.02 05:10:40.890859 [ 289 ] {} TCP-Session: 3d9e389e-2e05-4701-801e-dc500c764caf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:10:40.890875 [ 289 ] {} TCP-Session: 3d9e389e-2e05-4701-801e-dc500c764caf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:10:40.891165 [ 286 ] {c85481da-302f-42bb-a27f-22dfe232cd05} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.01.02 05:10:40.891230 [ 286 ] {c85481da-302f-42bb-a27f-22dfe232cd05} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.02 05:10:40.891254 [ 352 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:10:40.891290 [ 352 ] {} TCP-Session: 3edeb9a0-cdaf-496e-8e9a-d9231177ec2d Authenticating user 'default' from [fd00:1122:3344:101::e]:52097 2026.01.02 05:10:40.891307 [ 352 ] {} TCP-Session: 3edeb9a0-cdaf-496e-8e9a-d9231177ec2d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:10:40.891322 [ 352 ] {} TCP-Session: 3edeb9a0-cdaf-496e-8e9a-d9231177ec2d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:10:40.891372 [ 353 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:10:40.891410 [ 353 ] {} TCP-Session: c713c2d6-91b6-441b-ade0-ba6f0afcb17e Authenticating user 'default' from [fd00:1122:3344:101::e]:48895 2026.01.02 05:10:40.891428 [ 353 ] {} TCP-Session: c713c2d6-91b6-441b-ade0-ba6f0afcb17e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:10:40.891445 [ 353 ] {} TCP-Session: c713c2d6-91b6-441b-ade0-ba6f0afcb17e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:10:40.891501 [ 354 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:10:40.891541 [ 354 ] {} TCP-Session: d7c0a49b-e06c-4e6e-9ed4-5f9ee7aac833 Authenticating user 'default' from [fd00:1122:3344:101::e]:56015 2026.01.02 05:10:40.891560 [ 354 ] {} TCP-Session: d7c0a49b-e06c-4e6e-9ed4-5f9ee7aac833 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:10:40.891567 [ 286 ] {c85481da-302f-42bb-a27f-22dfe232cd05} oximeter.version (e3550e79-451c-4c3d-8ba1-9d3e49618ffc) (SelectExecutor): Key condition: unknown 2026.01.02 05:10:40.891579 [ 354 ] {} TCP-Session: d7c0a49b-e06c-4e6e-9ed4-5f9ee7aac833 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:10:40.891859 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:10:40.891901 [ 288 ] {} TCP-Session: 9041f518-a03e-4a3e-bd68-9d56ec808f06 Authenticating user 'default' from [fd00:1122:3344:101::e]:42977 2026.01.02 05:10:40.891926 [ 288 ] {} TCP-Session: 9041f518-a03e-4a3e-bd68-9d56ec808f06 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:10:40.891939 [ 288 ] {} TCP-Session: 9041f518-a03e-4a3e-bd68-9d56ec808f06 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:10:40.891958 [ 356 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:10:40.891992 [ 356 ] {} TCP-Session: 8598be08-0c21-4808-989f-5278e4a0a0f6 Authenticating user 'default' from [fd00:1122:3344:101::e]:38824 2026.01.02 05:10:40.892009 [ 356 ] {} TCP-Session: 8598be08-0c21-4808-989f-5278e4a0a0f6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:10:40.892021 [ 356 ] {} TCP-Session: 8598be08-0c21-4808-989f-5278e4a0a0f6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:10:40.892235 [ 355 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:10:40.892286 [ 355 ] {} TCP-Session: 28c549ae-5749-41ba-a102-0c4167b544e3 Authenticating user 'default' from [fd00:1122:3344:101::e]:63789 2026.01.02 05:10:40.892311 [ 355 ] {} TCP-Session: 28c549ae-5749-41ba-a102-0c4167b544e3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:10:40.892325 [ 355 ] {} TCP-Session: 28c549ae-5749-41ba-a102-0c4167b544e3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:10:40.892655 [ 327 ] {c85481da-302f-42bb-a27f-22dfe232cd05} AggregatingTransform: Aggregating 2026.01.02 05:10:40.892709 [ 327 ] {c85481da-302f-42bb-a27f-22dfe232cd05} Aggregator: Aggregation method: without_key 2026.01.02 05:10:40.892748 [ 327 ] {c85481da-302f-42bb-a27f-22dfe232cd05} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000978057 sec. (1022.435 rows/sec., 39.94 KiB/sec.) 2026.01.02 05:10:40.892767 [ 327 ] {c85481da-302f-42bb-a27f-22dfe232cd05} Aggregator: Merging aggregated data 2026.01.02 05:10:40.894239 [ 286 ] {c85481da-302f-42bb-a27f-22dfe232cd05} executeQuery: Read 1 rows, 40.00 B in 0.003456 sec., 289.35185185185185 rows/sec., 11.30 KiB/sec. 2026.01.02 05:10:40.894433 [ 286 ] {c85481da-302f-42bb-a27f-22dfe232cd05} TCPHandler: Processed in 0.003913735 sec. 2026.01.02 05:10:40.894547 [ 286 ] {} TCPHandler: Done processing connection. 2026.01.02 05:10:40.894575 [ 287 ] {} TCPHandler: Done processing connection. 2026.01.02 05:10:40.894596 [ 352 ] {} TCPHandler: Done processing connection. 2026.01.02 05:10:40.894597 [ 286 ] {} TCP-Session: ca080ce7-3815-4640-83ec-92c7da4e74ed Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:10:40.894619 [ 289 ] {} TCPHandler: Done processing connection. 2026.01.02 05:10:40.894630 [ 356 ] {} TCPHandler: Done processing connection. 2026.01.02 05:10:40.894651 [ 353 ] {} TCPHandler: Done processing connection. 2026.01.02 05:10:40.894665 [ 289 ] {} TCP-Session: 3d9e389e-2e05-4701-801e-dc500c764caf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:10:40.894679 [ 354 ] {} TCPHandler: Done processing connection. 2026.01.02 05:10:40.894689 [ 356 ] {} TCP-Session: 8598be08-0c21-4808-989f-5278e4a0a0f6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:10:40.894707 [ 353 ] {} TCP-Session: c713c2d6-91b6-441b-ade0-ba6f0afcb17e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:10:40.894728 [ 354 ] {} TCP-Session: d7c0a49b-e06c-4e6e-9ed4-5f9ee7aac833 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:10:40.894696 [ 355 ] {} TCPHandler: Done processing connection. 2026.01.02 05:10:40.894674 [ 288 ] {} TCPHandler: Done processing connection. 2026.01.02 05:10:40.894807 [ 355 ] {} TCP-Session: 28c549ae-5749-41ba-a102-0c4167b544e3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:10:40.894639 [ 352 ] {} TCP-Session: 3edeb9a0-cdaf-496e-8e9a-d9231177ec2d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:10:40.894830 [ 288 ] {} TCP-Session: 9041f518-a03e-4a3e-bd68-9d56ec808f06 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:10:40.894631 [ 287 ] {} TCP-Session: 84302581-3668-428b-aecf-1ecd0c5103b6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:10:41.000320 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 297.37 MiB, peak 310.57 MiB, free memory in arenas 0.00 B, will set to 300.24 MiB (RSS), difference: 2.87 MiB 2026.01.02 05:10:41.065888 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64662 2026.01.02 05:10:41.066011 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:10:41.066038 [ 286 ] {} TCP-Session: 80d7f127-fb5b-4945-85c0-66fb1daa865c Authenticating user 'default' from [fd00:1122:3344:101::e]:64662 2026.01.02 05:10:41.066063 [ 286 ] {} TCP-Session: 80d7f127-fb5b-4945-85c0-66fb1daa865c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:10:41.066078 [ 286 ] {} TCP-Session: 80d7f127-fb5b-4945-85c0-66fb1daa865c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:10:41.066321 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49557 2026.01.02 05:10:41.066342 [ 352 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41299 2026.01.02 05:10:41.066365 [ 354 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55461 2026.01.02 05:10:41.066358 [ 353 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46711 2026.01.02 05:10:41.066400 [ 286 ] {} TCP-Session: 80d7f127-fb5b-4945-85c0-66fb1daa865c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:10:41.066389 [ 355 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33592 2026.01.02 05:10:41.066440 [ 352 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:10:41.066467 [ 353 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:10:41.066440 [ 354 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:10:41.066500 [ 352 ] {} TCP-Session: e9a6ad72-11d8-48ca-9e8c-3f7c36de54ec Authenticating user 'default' from [fd00:1122:3344:101::e]:41299 2026.01.02 05:10:41.066510 [ 353 ] {} TCP-Session: 35dbde87-2412-4e64-a227-5a24d0339947 Authenticating user 'default' from [fd00:1122:3344:101::e]:46711 2026.01.02 05:10:41.066531 [ 354 ] {} TCP-Session: 96abee49-b633-4011-bf0e-991beab683fe Authenticating user 'default' from [fd00:1122:3344:101::e]:55461 2026.01.02 05:10:41.066539 [ 352 ] {} TCP-Session: e9a6ad72-11d8-48ca-9e8c-3f7c36de54ec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:10:41.066551 [ 353 ] {} TCP-Session: 35dbde87-2412-4e64-a227-5a24d0339947 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:10:41.066561 [ 354 ] {} TCP-Session: 96abee49-b633-4011-bf0e-991beab683fe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:10:41.066564 [ 352 ] {} TCP-Session: e9a6ad72-11d8-48ca-9e8c-3f7c36de54ec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:10:41.066582 [ 286 ] {df6d3f09-5b03-4978-8271-1160823fbe27} executeQuery: (from [fd00:1122:3344:101::e]:64662) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.01.02 05:10:41.066591 [ 354 ] {} TCP-Session: 96abee49-b633-4011-bf0e-991beab683fe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:10:41.066579 [ 353 ] {} TCP-Session: 35dbde87-2412-4e64-a227-5a24d0339947 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:10:41.066540 [ 355 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:10:41.066440 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:10:41.066388 [ 356 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46649 2026.01.02 05:10:41.066700 [ 287 ] {} TCP-Session: 74f792ce-9785-4361-ad8d-0e9f0e3dc26e Authenticating user 'default' from [fd00:1122:3344:101::e]:49557 2026.01.02 05:10:41.066336 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38302 2026.01.02 05:10:41.066744 [ 287 ] {} TCP-Session: 74f792ce-9785-4361-ad8d-0e9f0e3dc26e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:10:41.066337 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53217 2026.01.02 05:10:41.066777 [ 287 ] {} TCP-Session: 74f792ce-9785-4361-ad8d-0e9f0e3dc26e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:10:41.066800 [ 356 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:10:41.066807 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:10:41.066688 [ 355 ] {} TCP-Session: ffc084d9-a0a8-4bc4-bf6f-496c3af8e56b Authenticating user 'default' from [fd00:1122:3344:101::e]:33592 2026.01.02 05:10:41.066846 [ 288 ] {} TCP-Session: 08458a64-0008-40ed-8908-73922a877291 Authenticating user 'default' from [fd00:1122:3344:101::e]:38302 2026.01.02 05:10:41.066848 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:10:41.066871 [ 286 ] {df6d3f09-5b03-4978-8271-1160823fbe27} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.01.02 05:10:41.066894 [ 289 ] {} TCP-Session: b15b254a-1985-41de-bc06-39c7533edf8d Authenticating user 'default' from [fd00:1122:3344:101::e]:53217 2026.01.02 05:10:41.066886 [ 288 ] {} TCP-Session: 08458a64-0008-40ed-8908-73922a877291 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:10:41.066915 [ 289 ] {} TCP-Session: b15b254a-1985-41de-bc06-39c7533edf8d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:10:41.066928 [ 288 ] {} TCP-Session: 08458a64-0008-40ed-8908-73922a877291 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:10:41.066940 [ 289 ] {} TCP-Session: b15b254a-1985-41de-bc06-39c7533edf8d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:10:41.066936 [ 286 ] {df6d3f09-5b03-4978-8271-1160823fbe27} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.02 05:10:41.066873 [ 355 ] {} TCP-Session: ffc084d9-a0a8-4bc4-bf6f-496c3af8e56b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:10:41.066837 [ 356 ] {} TCP-Session: 04664396-3c99-44eb-ac41-7ea8c72f8481 Authenticating user 'default' from [fd00:1122:3344:101::e]:46649 2026.01.02 05:10:41.066996 [ 355 ] {} TCP-Session: ffc084d9-a0a8-4bc4-bf6f-496c3af8e56b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:10:41.067018 [ 356 ] {} TCP-Session: 04664396-3c99-44eb-ac41-7ea8c72f8481 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:10:41.067036 [ 356 ] {} TCP-Session: 04664396-3c99-44eb-ac41-7ea8c72f8481 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:10:41.067263 [ 286 ] {df6d3f09-5b03-4978-8271-1160823fbe27} oximeter.version (e3550e79-451c-4c3d-8ba1-9d3e49618ffc) (SelectExecutor): Key condition: unknown 2026.01.02 05:10:41.068292 [ 333 ] {df6d3f09-5b03-4978-8271-1160823fbe27} AggregatingTransform: Aggregating 2026.01.02 05:10:41.068327 [ 333 ] {df6d3f09-5b03-4978-8271-1160823fbe27} Aggregator: Aggregation method: without_key 2026.01.02 05:10:41.068361 [ 333 ] {df6d3f09-5b03-4978-8271-1160823fbe27} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000978966 sec. (1021.486 rows/sec., 39.90 KiB/sec.) 2026.01.02 05:10:41.068379 [ 333 ] {df6d3f09-5b03-4978-8271-1160823fbe27} Aggregator: Merging aggregated data 2026.01.02 05:10:41.069657 [ 286 ] {df6d3f09-5b03-4978-8271-1160823fbe27} executeQuery: Read 1 rows, 40.00 B in 0.003134 sec., 319.0810465858328 rows/sec., 12.46 KiB/sec. 2026.01.02 05:10:41.069784 [ 286 ] {df6d3f09-5b03-4978-8271-1160823fbe27} TCPHandler: Processed in 0.003501268 sec. 2026.01.02 05:10:41.069918 [ 286 ] {} TCPHandler: Done processing connection. 2026.01.02 05:10:41.069949 [ 286 ] {} TCP-Session: 80d7f127-fb5b-4945-85c0-66fb1daa865c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:10:41.069949 [ 356 ] {} TCPHandler: Done processing connection. 2026.01.02 05:10:41.069966 [ 352 ] {} TCPHandler: Done processing connection. 2026.01.02 05:10:41.070000 [ 356 ] {} TCP-Session: 04664396-3c99-44eb-ac41-7ea8c72f8481 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:10:41.070005 [ 288 ] {} TCPHandler: Done processing connection. 2026.01.02 05:10:41.070015 [ 287 ] {} TCPHandler: Done processing connection. 2026.01.02 05:10:41.070034 [ 352 ] {} TCP-Session: e9a6ad72-11d8-48ca-9e8c-3f7c36de54ec Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:10:41.070058 [ 288 ] {} TCP-Session: 08458a64-0008-40ed-8908-73922a877291 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:10:41.070059 [ 289 ] {} TCPHandler: Done processing connection. 2026.01.02 05:10:41.070080 [ 287 ] {} TCP-Session: 74f792ce-9785-4361-ad8d-0e9f0e3dc26e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:10:41.070116 [ 289 ] {} TCP-Session: b15b254a-1985-41de-bc06-39c7533edf8d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:10:41.070078 [ 355 ] {} TCPHandler: Done processing connection. 2026.01.02 05:10:41.070038 [ 353 ] {} TCPHandler: Done processing connection. 2026.01.02 05:10:41.070194 [ 355 ] {} TCP-Session: ffc084d9-a0a8-4bc4-bf6f-496c3af8e56b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:10:41.070214 [ 353 ] {} TCP-Session: 35dbde87-2412-4e64-a227-5a24d0339947 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:10:41.069983 [ 354 ] {} TCPHandler: Done processing connection. 2026.01.02 05:10:41.070283 [ 354 ] {} TCP-Session: 96abee49-b633-4011-bf0e-991beab683fe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:10:41.100555 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38504 2026.01.02 05:10:41.100647 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:10:41.100687 [ 286 ] {} TCP-Session: 5b846352-3915-4a66-8266-e6d4d62ad08d Authenticating user 'default' from [fd00:1122:3344:101::e]:38504 2026.01.02 05:10:41.100708 [ 286 ] {} TCP-Session: 5b846352-3915-4a66-8266-e6d4d62ad08d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:10:41.100724 [ 286 ] {} TCP-Session: 5b846352-3915-4a66-8266-e6d4d62ad08d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:10:41.100932 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58666 2026.01.02 05:10:41.100959 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51118 2026.01.02 05:10:41.100980 [ 353 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52028 2026.01.02 05:10:41.100991 [ 354 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60313 2026.01.02 05:10:41.101012 [ 356 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53724 2026.01.02 05:10:41.101041 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:10:41.101055 [ 353 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:10:41.101080 [ 354 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:10:41.101090 [ 287 ] {} TCP-Session: bdda779b-1b25-440a-ac31-1769879ecaa8 Authenticating user 'default' from [fd00:1122:3344:101::e]:58666 2026.01.02 05:10:41.101103 [ 353 ] {} TCP-Session: e62e4949-ad3e-4217-a9d6-887739f7619f Authenticating user 'default' from [fd00:1122:3344:101::e]:52028 2026.01.02 05:10:41.101116 [ 354 ] {} TCP-Session: 5840ad10-4515-4dbe-aee3-9453d0f0abd3 Authenticating user 'default' from [fd00:1122:3344:101::e]:60313 2026.01.02 05:10:41.101138 [ 353 ] {} TCP-Session: e62e4949-ad3e-4217-a9d6-887739f7619f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:10:41.101125 [ 287 ] {} TCP-Session: bdda779b-1b25-440a-ac31-1769879ecaa8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:10:41.101196 [ 354 ] {} TCP-Session: 5840ad10-4515-4dbe-aee3-9453d0f0abd3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:10:41.101213 [ 287 ] {} TCP-Session: bdda779b-1b25-440a-ac31-1769879ecaa8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:10:41.101227 [ 354 ] {} TCP-Session: 5840ad10-4515-4dbe-aee3-9453d0f0abd3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:10:41.101125 [ 356 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:10:41.101047 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:10:41.101282 [ 356 ] {} TCP-Session: 2bfb0c6e-8ea4-460c-ae7d-4fb960631ae6 Authenticating user 'default' from [fd00:1122:3344:101::e]:53724 2026.01.02 05:10:41.101295 [ 289 ] {} TCP-Session: 48eb3bdc-278f-49be-a02a-d62704ffd2e6 Authenticating user 'default' from [fd00:1122:3344:101::e]:51118 2026.01.02 05:10:41.100971 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51577 2026.01.02 05:10:41.101317 [ 356 ] {} TCP-Session: 2bfb0c6e-8ea4-460c-ae7d-4fb960631ae6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:10:41.100970 [ 352 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55781 2026.01.02 05:10:41.101352 [ 356 ] {} TCP-Session: 2bfb0c6e-8ea4-460c-ae7d-4fb960631ae6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:10:41.101385 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:10:41.101321 [ 289 ] {} TCP-Session: 48eb3bdc-278f-49be-a02a-d62704ffd2e6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:10:41.101412 [ 288 ] {} TCP-Session: f9e3a087-519f-4fd0-8885-1406b31970df Authenticating user 'default' from [fd00:1122:3344:101::e]:51577 2026.01.02 05:10:41.101427 [ 352 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:10:41.101427 [ 289 ] {} TCP-Session: 48eb3bdc-278f-49be-a02a-d62704ffd2e6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:10:41.101443 [ 288 ] {} TCP-Session: f9e3a087-519f-4fd0-8885-1406b31970df Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:10:41.101460 [ 352 ] {} TCP-Session: f4606cd3-a7a6-4ccc-b5a1-e6d2dcab87ab Authenticating user 'default' from [fd00:1122:3344:101::e]:55781 2026.01.02 05:10:41.101481 [ 288 ] {} TCP-Session: f9e3a087-519f-4fd0-8885-1406b31970df Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:10:41.101497 [ 352 ] {} TCP-Session: f4606cd3-a7a6-4ccc-b5a1-e6d2dcab87ab Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:10:41.101204 [ 353 ] {} TCP-Session: e62e4949-ad3e-4217-a9d6-887739f7619f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:10:41.101521 [ 352 ] {} TCP-Session: f4606cd3-a7a6-4ccc-b5a1-e6d2dcab87ab Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:10:41.101060 [ 286 ] {} TCP-Session: 5b846352-3915-4a66-8266-e6d4d62ad08d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:10:41.101012 [ 355 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34828 2026.01.02 05:10:41.101668 [ 355 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:10:41.101700 [ 355 ] {} TCP-Session: e9c8e829-bab6-47c1-b2c3-245a9551680d Authenticating user 'default' from [fd00:1122:3344:101::e]:34828 2026.01.02 05:10:41.101725 [ 355 ] {} TCP-Session: e9c8e829-bab6-47c1-b2c3-245a9551680d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:10:41.101725 [ 286 ] {9dee189f-6a2b-4242-9dd5-dd9a2eb89465} executeQuery: (from [fd00:1122:3344:101::e]:38504) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.01.02 05:10:41.101741 [ 355 ] {} TCP-Session: e9c8e829-bab6-47c1-b2c3-245a9551680d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:10:41.101972 [ 286 ] {9dee189f-6a2b-4242-9dd5-dd9a2eb89465} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.01.02 05:10:41.102030 [ 286 ] {9dee189f-6a2b-4242-9dd5-dd9a2eb89465} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.02 05:10:41.102303 [ 286 ] {9dee189f-6a2b-4242-9dd5-dd9a2eb89465} oximeter.version (e3550e79-451c-4c3d-8ba1-9d3e49618ffc) (SelectExecutor): Key condition: unknown 2026.01.02 05:10:41.103217 [ 298 ] {9dee189f-6a2b-4242-9dd5-dd9a2eb89465} AggregatingTransform: Aggregating 2026.01.02 05:10:41.103257 [ 298 ] {9dee189f-6a2b-4242-9dd5-dd9a2eb89465} Aggregator: Aggregation method: without_key 2026.01.02 05:10:41.103299 [ 298 ] {9dee189f-6a2b-4242-9dd5-dd9a2eb89465} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000896475 sec. (1115.480 rows/sec., 43.57 KiB/sec.) 2026.01.02 05:10:41.103317 [ 298 ] {9dee189f-6a2b-4242-9dd5-dd9a2eb89465} Aggregator: Merging aggregated data 2026.01.02 05:10:41.104572 [ 286 ] {9dee189f-6a2b-4242-9dd5-dd9a2eb89465} executeQuery: Read 1 rows, 40.00 B in 0.002899 sec., 344.94653328734046 rows/sec., 13.47 KiB/sec. 2026.01.02 05:10:41.104711 [ 286 ] {9dee189f-6a2b-4242-9dd5-dd9a2eb89465} TCPHandler: Processed in 0.003785263 sec. 2026.01.02 05:10:41.104820 [ 286 ] {} TCPHandler: Done processing connection. 2026.01.02 05:10:41.104849 [ 286 ] {} TCP-Session: 5b846352-3915-4a66-8266-e6d4d62ad08d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:10:41.104852 [ 356 ] {} TCPHandler: Done processing connection. 2026.01.02 05:10:41.104874 [ 287 ] {} TCPHandler: Done processing connection. 2026.01.02 05:10:41.104900 [ 289 ] {} TCPHandler: Done processing connection. 2026.01.02 05:10:41.104900 [ 288 ] {} TCPHandler: Done processing connection. 2026.01.02 05:10:41.104925 [ 287 ] {} TCP-Session: bdda779b-1b25-440a-ac31-1769879ecaa8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:10:41.104938 [ 354 ] {} TCPHandler: Done processing connection. 2026.01.02 05:10:41.104961 [ 352 ] {} TCPHandler: Done processing connection. 2026.01.02 05:10:41.104990 [ 354 ] {} TCP-Session: 5840ad10-4515-4dbe-aee3-9453d0f0abd3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:10:41.104965 [ 288 ] {} TCP-Session: f9e3a087-519f-4fd0-8885-1406b31970df Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:10:41.105017 [ 352 ] {} TCP-Session: f4606cd3-a7a6-4ccc-b5a1-e6d2dcab87ab Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:10:41.104944 [ 289 ] {} TCP-Session: 48eb3bdc-278f-49be-a02a-d62704ffd2e6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:10:41.104913 [ 356 ] {} TCP-Session: 2bfb0c6e-8ea4-460c-ae7d-4fb960631ae6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:10:41.104971 [ 353 ] {} TCPHandler: Done processing connection. 2026.01.02 05:10:41.104921 [ 355 ] {} TCPHandler: Done processing connection. 2026.01.02 05:10:41.105128 [ 353 ] {} TCP-Session: e62e4949-ad3e-4217-a9d6-887739f7619f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:10:41.105165 [ 355 ] {} TCP-Session: e9c8e829-bab6-47c1-b2c3-245a9551680d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:10:42.012518 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 968 2026.01.02 05:10:42.015137 [ 243 ] {} system.query_log (dd3f3490-5765-4d2a-9406-0e239d3e9a13): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:10:42.015205 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2026.01.02 05:10:42.016534 [ 243 ] {} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.01.02 05:10:42.016834 [ 243 ] {} system.query_log (dd3f3490-5765-4d2a-9406-0e239d3e9a13): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:10:42.017023 [ 84 ] {} system.query_log (dd3f3490-5765-4d2a-9406-0e239d3e9a13) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.01.02 05:10:42.017094 [ 84 ] {} system.query_log (dd3f3490-5765-4d2a-9406-0e239d3e9a13): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:10:42.017114 [ 84 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2026.01.02 05:10:42.017234 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 968 2026.01.02 05:10:42.017248 [ 189 ] {dd3f3490-5765-4d2a-9406-0e239d3e9a13::all_1_31_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full 2026.01.02 05:10:42.017842 [ 189 ] {dd3f3490-5765-4d2a-9406-0e239d3e9a13::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.02 05:10:42.017998 [ 189 ] {dd3f3490-5765-4d2a-9406-0e239d3e9a13::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 834 rows starting from the beginning of the part 2026.01.02 05:10:42.018369 [ 189 ] {dd3f3490-5765-4d2a-9406-0e239d3e9a13::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 26 rows starting from the beginning of the part 2026.01.02 05:10:42.018708 [ 189 ] {dd3f3490-5765-4d2a-9406-0e239d3e9a13::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 30 rows starting from the beginning of the part 2026.01.02 05:10:42.019051 [ 189 ] {dd3f3490-5765-4d2a-9406-0e239d3e9a13::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 20 rows starting from the beginning of the part 2026.01.02 05:10:42.019411 [ 189 ] {dd3f3490-5765-4d2a-9406-0e239d3e9a13::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 22 rows starting from the beginning of the part 2026.01.02 05:10:42.019750 [ 189 ] {dd3f3490-5765-4d2a-9406-0e239d3e9a13::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.01.02 05:10:42.026619 [ 186 ] {dd3f3490-5765-4d2a-9406-0e239d3e9a13::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 968 rows, containing 72 columns (72 merged, 0 gathered) in 0.009432918 sec., 102619.35914210216 rows/sec., 86.60 MiB/sec. 2026.01.02 05:10:42.027761 [ 197 ] {dd3f3490-5765-4d2a-9406-0e239d3e9a13::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.01.02 05:10:42.028352 [ 197 ] {dd3f3490-5765-4d2a-9406-0e239d3e9a13::all_1_31_6} system.query_log (dd3f3490-5765-4d2a-9406-0e239d3e9a13): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:10:42.028443 [ 197 ] {dd3f3490-5765-4d2a-9406-0e239d3e9a13::all_1_31_6} system.query_log (dd3f3490-5765-4d2a-9406-0e239d3e9a13) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.01.02 05:10:42.028613 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.26 MiB. 2026.01.02 05:10:43.568902 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:10:43.569109 [ 270 ] {34241640-9faf-4fed-952f-9f484b631db2} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.02 05:10:43.569178 [ 270 ] {34241640-9faf-4fed-952f-9f484b631db2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.02 05:10:43.569911 [ 270 ] {34241640-9faf-4fed-952f-9f484b631db2} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:10:43.569958 [ 270 ] {34241640-9faf-4fed-952f-9f484b631db2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2026.01.02 05:10:43.570375 [ 270 ] {34241640-9faf-4fed-952f-9f484b631db2} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2026.01.02 05:10:43.570623 [ 270 ] {34241640-9faf-4fed-952f-9f484b631db2} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:10:43.570786 [ 270 ] {34241640-9faf-4fed-952f-9f484b631db2} executeQuery: Read 136 rows, 12.08 KiB in 0.001733 sec., 78476.63012117715 rows/sec., 6.81 MiB/sec. 2026.01.02 05:10:43.570830 [ 270 ] {34241640-9faf-4fed-952f-9f484b631db2} TCPHandler: Processed in 0.002074894 sec. 2026.01.02 05:10:43.570956 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:10:43.571054 [ 270 ] {ff78f1fd-c989-48c4-944d-76f9ac6c3e19} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.02 05:10:43.571095 [ 270 ] {ff78f1fd-c989-48c4-944d-76f9ac6c3e19} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.02 05:10:43.571514 [ 270 ] {ff78f1fd-c989-48c4-944d-76f9ac6c3e19} oximeter.fields_u16 (75d7a870-5da0-445d-b2e0-ec90b5ea7788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:10:43.571552 [ 270 ] {ff78f1fd-c989-48c4-944d-76f9ac6c3e19} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2026.01.02 05:10:43.571863 [ 270 ] {ff78f1fd-c989-48c4-944d-76f9ac6c3e19} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.01.02 05:10:43.572076 [ 270 ] {ff78f1fd-c989-48c4-944d-76f9ac6c3e19} oximeter.fields_u16 (75d7a870-5da0-445d-b2e0-ec90b5ea7788): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:10:43.572210 [ 270 ] {ff78f1fd-c989-48c4-944d-76f9ac6c3e19} executeQuery: Read 40 rows, 3.01 KiB in 0.001175 sec., 34042.55319148936 rows/sec., 2.50 MiB/sec. 2026.01.02 05:10:43.572249 [ 270 ] {ff78f1fd-c989-48c4-944d-76f9ac6c3e19} TCPHandler: Processed in 0.001343733 sec. 2026.01.02 05:10:43.572362 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:10:43.572455 [ 270 ] {43deeebd-ff1a-4579-810a-f055323b4932} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.02 05:10:43.572495 [ 270 ] {43deeebd-ff1a-4579-810a-f055323b4932} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.02 05:10:43.572928 [ 270 ] {43deeebd-ff1a-4579-810a-f055323b4932} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:10:43.572965 [ 270 ] {43deeebd-ff1a-4579-810a-f055323b4932} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2026.01.02 05:10:43.573272 [ 270 ] {43deeebd-ff1a-4579-810a-f055323b4932} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2026.01.02 05:10:43.573482 [ 270 ] {43deeebd-ff1a-4579-810a-f055323b4932} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:10:43.573614 [ 270 ] {43deeebd-ff1a-4579-810a-f055323b4932} executeQuery: Read 104 rows, 8.32 KiB in 0.001177 sec., 88360.23789294816 rows/sec., 6.90 MiB/sec. 2026.01.02 05:10:43.573653 [ 270 ] {43deeebd-ff1a-4579-810a-f055323b4932} TCPHandler: Processed in 0.001342002 sec. 2026.01.02 05:10:43.573767 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:10:43.573861 [ 270 ] {fa00008b-faa2-4a20-b7d6-eab20cff28af} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.02 05:10:43.573905 [ 270 ] {fa00008b-faa2-4a20-b7d6-eab20cff28af} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.02 05:10:43.574326 [ 270 ] {fa00008b-faa2-4a20-b7d6-eab20cff28af} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:10:43.574364 [ 270 ] {fa00008b-faa2-4a20-b7d6-eab20cff28af} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2026.01.02 05:10:43.574693 [ 270 ] {fa00008b-faa2-4a20-b7d6-eab20cff28af} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2026.01.02 05:10:43.574913 [ 270 ] {fa00008b-faa2-4a20-b7d6-eab20cff28af} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:10:43.575041 [ 270 ] {fa00008b-faa2-4a20-b7d6-eab20cff28af} executeQuery: Read 160 rows, 11.41 KiB in 0.001198 sec., 133555.92654424038 rows/sec., 9.30 MiB/sec. 2026.01.02 05:10:43.575080 [ 270 ] {fa00008b-faa2-4a20-b7d6-eab20cff28af} TCPHandler: Processed in 0.001362352 sec. 2026.01.02 05:10:43.575189 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:10:43.575283 [ 270 ] {12243ca6-4684-4fb0-b293-33ad40453a2e} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.02 05:10:43.575338 [ 270 ] {12243ca6-4684-4fb0-b293-33ad40453a2e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.01.02 05:10:43.576208 [ 270 ] {12243ca6-4684-4fb0-b293-33ad40453a2e} oximeter.measurements_histogramu64 (1ea2d44b-9dfb-4731-8ee2-8779179f369b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:10:43.576245 [ 270 ] {12243ca6-4684-4fb0-b293-33ad40453a2e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2026.01.02 05:10:43.576818 [ 270 ] {12243ca6-4684-4fb0-b293-33ad40453a2e} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.01.02 05:10:43.577040 [ 270 ] {12243ca6-4684-4fb0-b293-33ad40453a2e} oximeter.measurements_histogramu64 (1ea2d44b-9dfb-4731-8ee2-8779179f369b): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:10:43.577177 [ 270 ] {12243ca6-4684-4fb0-b293-33ad40453a2e} executeQuery: Read 40 rows, 73.40 KiB in 0.001912 sec., 20920.50209205021 rows/sec., 37.49 MiB/sec. 2026.01.02 05:10:43.577232 [ 270 ] {12243ca6-4684-4fb0-b293-33ad40453a2e} TCPHandler: Processed in 0.002092175 sec. 2026.01.02 05:10:43.577349 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:10:43.577443 [ 270 ] {3486b2aa-6f73-4c8d-bb62-86ed6665e757} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.02 05:10:43.577485 [ 270 ] {3486b2aa-6f73-4c8d-bb62-86ed6665e757} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.02 05:10:43.577826 [ 270 ] {3486b2aa-6f73-4c8d-bb62-86ed6665e757} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:10:43.577864 [ 270 ] {3486b2aa-6f73-4c8d-bb62-86ed6665e757} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2026.01.02 05:10:43.578179 [ 270 ] {3486b2aa-6f73-4c8d-bb62-86ed6665e757} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2026.01.02 05:10:43.578393 [ 270 ] {3486b2aa-6f73-4c8d-bb62-86ed6665e757} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:10:43.578522 [ 270 ] {3486b2aa-6f73-4c8d-bb62-86ed6665e757} executeQuery: Read 60 rows, 4.14 KiB in 0.001097 sec., 54694.62169553327 rows/sec., 3.69 MiB/sec. 2026.01.02 05:10:43.578559 [ 270 ] {3486b2aa-6f73-4c8d-bb62-86ed6665e757} TCPHandler: Processed in 0.001260881 sec. 2026.01.02 05:10:43.578565 [ 27 ] {} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2026.01.02 05:10:43.578643 [ 27 ] {} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:10:43.578671 [ 27 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2026.01.02 05:10:43.578800 [ 191 ] {45294a01-6668-46b2-a532-60faf64b8164::all_1_56_11} MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full 2026.01.02 05:10:43.578937 [ 191 ] {45294a01-6668-46b2-a532-60faf64b8164::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.02 05:10:43.578980 [ 191 ] {45294a01-6668-46b2-a532-60faf64b8164::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 2846 rows starting from the beginning of the part 2026.01.02 05:10:43.579054 [ 191 ] {45294a01-6668-46b2-a532-60faf64b8164::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 60 rows starting from the beginning of the part 2026.01.02 05:10:43.579107 [ 191 ] {45294a01-6668-46b2-a532-60faf64b8164::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 60 rows starting from the beginning of the part 2026.01.02 05:10:43.579159 [ 191 ] {45294a01-6668-46b2-a532-60faf64b8164::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 60 rows starting from the beginning of the part 2026.01.02 05:10:43.579205 [ 191 ] {45294a01-6668-46b2-a532-60faf64b8164::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 60 rows starting from the beginning of the part 2026.01.02 05:10:43.579250 [ 191 ] {45294a01-6668-46b2-a532-60faf64b8164::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 60 rows starting from the beginning of the part 2026.01.02 05:10:43.580479 [ 186 ] {45294a01-6668-46b2-a532-60faf64b8164::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 3146 rows, containing 4 columns (4 merged, 0 gathered) in 0.001729398 sec., 1819130.1250492947 rows/sec., 121.11 MiB/sec. 2026.01.02 05:10:43.580747 [ 191 ] {45294a01-6668-46b2-a532-60faf64b8164::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2026.01.02 05:10:43.581027 [ 191 ] {45294a01-6668-46b2-a532-60faf64b8164::all_1_56_11} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:10:43.581096 [ 191 ] {45294a01-6668-46b2-a532-60faf64b8164::all_1_56_11} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2026.01.02 05:10:43.581164 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.74 MiB. 2026.01.02 05:10:46.778535 [ 43 ] {} DNSResolver: Updating DNS cache 2026.01.02 05:10:46.778591 [ 43 ] {} DNSResolver: Updated DNS cache 2026.01.02 05:10:46.954374 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 20185 2026.01.02 05:10:46.955038 [ 245 ] {} system.asynchronous_metric_log (bb53ce5c-bddd-4105-a5af-ef87950cd4f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:10:46.955077 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2026.01.02 05:10:46.955554 [ 245 ] {} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2026.01.02 05:10:46.955780 [ 245 ] {} system.asynchronous_metric_log (bb53ce5c-bddd-4105-a5af-ef87950cd4f3): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:10:46.955911 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 20185 2026.01.02 05:10:48.079037 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 317 2026.01.02 05:10:48.094374 [ 244 ] {} system.metric_log (a59fffb9-cc3a-4586-97e5-9d20b67a7356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:10:48.094438 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2026.01.02 05:10:48.100655 [ 244 ] {} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2026.01.02 05:10:48.101369 [ 244 ] {} system.metric_log (a59fffb9-cc3a-4586-97e5-9d20b67a7356): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:10:48.104369 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 317 2026.01.02 05:10:48.566793 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:10:48.566976 [ 270 ] {7913ee11-6906-44c3-8790-77cc0b9742e6} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.02 05:10:48.567074 [ 270 ] {7913ee11-6906-44c3-8790-77cc0b9742e6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.02 05:10:48.567762 [ 270 ] {7913ee11-6906-44c3-8790-77cc0b9742e6} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:10:48.567809 [ 270 ] {7913ee11-6906-44c3-8790-77cc0b9742e6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2026.01.02 05:10:48.568218 [ 270 ] {7913ee11-6906-44c3-8790-77cc0b9742e6} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2026.01.02 05:10:48.568450 [ 270 ] {7913ee11-6906-44c3-8790-77cc0b9742e6} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:10:48.568602 [ 270 ] {7913ee11-6906-44c3-8790-77cc0b9742e6} executeQuery: Read 56 rows, 4.41 KiB in 0.001676 sec., 33412.88782816229 rows/sec., 2.57 MiB/sec. 2026.01.02 05:10:48.568646 [ 270 ] {7913ee11-6906-44c3-8790-77cc0b9742e6} TCPHandler: Processed in 0.001983383 sec. 2026.01.02 05:10:48.568776 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:10:48.568900 [ 270 ] {8fc2c5ca-1897-434b-a06c-646a69d0f7b2} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.02 05:10:48.568942 [ 270 ] {8fc2c5ca-1897-434b-a06c-646a69d0f7b2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.02 05:10:48.569395 [ 270 ] {8fc2c5ca-1897-434b-a06c-646a69d0f7b2} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:10:48.569433 [ 270 ] {8fc2c5ca-1897-434b-a06c-646a69d0f7b2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2026.01.02 05:10:48.569749 [ 270 ] {8fc2c5ca-1897-434b-a06c-646a69d0f7b2} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2026.01.02 05:10:48.569961 [ 270 ] {8fc2c5ca-1897-434b-a06c-646a69d0f7b2} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:10:48.570092 [ 270 ] {8fc2c5ca-1897-434b-a06c-646a69d0f7b2} executeQuery: Read 64 rows, 5.12 KiB in 0.001212 sec., 52805.280528052805 rows/sec., 4.12 MiB/sec. 2026.01.02 05:10:48.570131 [ 270 ] {8fc2c5ca-1897-434b-a06c-646a69d0f7b2} TCPHandler: Processed in 0.001406124 sec. 2026.01.02 05:10:48.570252 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:10:48.570345 [ 270 ] {dd8202ec-92c9-4f91-9c26-f6e64ed98970} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.02 05:10:48.570389 [ 270 ] {dd8202ec-92c9-4f91-9c26-f6e64ed98970} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.02 05:10:48.570828 [ 270 ] {dd8202ec-92c9-4f91-9c26-f6e64ed98970} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:10:48.570867 [ 270 ] {dd8202ec-92c9-4f91-9c26-f6e64ed98970} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2026.01.02 05:10:48.571201 [ 270 ] {dd8202ec-92c9-4f91-9c26-f6e64ed98970} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2026.01.02 05:10:48.571427 [ 270 ] {dd8202ec-92c9-4f91-9c26-f6e64ed98970} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:10:48.571565 [ 270 ] {dd8202ec-92c9-4f91-9c26-f6e64ed98970} executeQuery: Read 160 rows, 11.41 KiB in 0.001238 sec., 129240.71082390954 rows/sec., 9.00 MiB/sec. 2026.01.02 05:10:48.571603 [ 270 ] {dd8202ec-92c9-4f91-9c26-f6e64ed98970} TCPHandler: Processed in 0.001401613 sec. 2026.01.02 05:10:48.571722 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:10:48.571818 [ 270 ] {1970fa42-b20e-4f42-894b-be0626cf8c07} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.02 05:10:48.571861 [ 270 ] {1970fa42-b20e-4f42-894b-be0626cf8c07} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.02 05:10:48.572202 [ 270 ] {1970fa42-b20e-4f42-894b-be0626cf8c07} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:10:48.572239 [ 270 ] {1970fa42-b20e-4f42-894b-be0626cf8c07} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2026.01.02 05:10:48.572552 [ 270 ] {1970fa42-b20e-4f42-894b-be0626cf8c07} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2026.01.02 05:10:48.572763 [ 270 ] {1970fa42-b20e-4f42-894b-be0626cf8c07} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:10:48.572894 [ 270 ] {1970fa42-b20e-4f42-894b-be0626cf8c07} executeQuery: Read 60 rows, 4.14 KiB in 0.001095 sec., 54794.520547945205 rows/sec., 3.69 MiB/sec. 2026.01.02 05:10:48.572930 [ 270 ] {1970fa42-b20e-4f42-894b-be0626cf8c07} TCPHandler: Processed in 0.001258672 sec. 2026.01.02 05:10:51.617705 [ 29 ] {} oximeter.fields_u8 (ae3e3832-81ae-4954-8933-d68b9608f6be) (MergerMutator): Selected 5 parts from all_1_10_2 to all_14_14_0 2026.01.02 05:10:51.617803 [ 29 ] {} oximeter.fields_u8 (ae3e3832-81ae-4954-8933-d68b9608f6be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:10:51.617843 [ 29 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2026.01.02 05:10:51.618025 [ 186 ] {ae3e3832-81ae-4954-8933-d68b9608f6be::all_1_14_3} MergeTask::PrepareStage: Merging 5 parts: from all_1_10_2 to all_14_14_0 into Compact with storage Full 2026.01.02 05:10:51.618234 [ 186 ] {ae3e3832-81ae-4954-8933-d68b9608f6be::all_1_14_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.02 05:10:51.618291 [ 186 ] {ae3e3832-81ae-4954-8933-d68b9608f6be::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_10_2, total 223 rows starting from the beginning of the part 2026.01.02 05:10:51.618397 [ 186 ] {ae3e3832-81ae-4954-8933-d68b9608f6be::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 12 rows starting from the beginning of the part 2026.01.02 05:10:51.618474 [ 186 ] {ae3e3832-81ae-4954-8933-d68b9608f6be::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 12 rows starting from the beginning of the part 2026.01.02 05:10:51.618543 [ 186 ] {ae3e3832-81ae-4954-8933-d68b9608f6be::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 12 rows starting from the beginning of the part 2026.01.02 05:10:51.618612 [ 186 ] {ae3e3832-81ae-4954-8933-d68b9608f6be::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 12 rows starting from the beginning of the part 2026.01.02 05:10:51.619519 [ 191 ] {ae3e3832-81ae-4954-8933-d68b9608f6be::all_1_14_3} MergeTask::MergeProjectionsStage: Merge sorted 271 rows, containing 5 columns (5 merged, 0 gathered) in 0.001572756 sec., 172308.9913502158 rows/sec., 11.19 MiB/sec. 2026.01.02 05:10:51.619686 [ 194 ] {ae3e3832-81ae-4954-8933-d68b9608f6be::all_1_14_3} MergedBlockOutputStream: filled checksums all_1_14_3 (state Temporary) 2026.01.02 05:10:51.619922 [ 194 ] {ae3e3832-81ae-4954-8933-d68b9608f6be::all_1_14_3} oximeter.fields_u8 (ae3e3832-81ae-4954-8933-d68b9608f6be): Renaming temporary part tmp_merge_all_1_14_3 to all_1_14_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:10:51.619988 [ 194 ] {ae3e3832-81ae-4954-8933-d68b9608f6be::all_1_14_3} oximeter.fields_u8 (ae3e3832-81ae-4954-8933-d68b9608f6be) (MergerMutator): Merged 5 parts: [all_1_10_2, all_14_14_0] -> all_1_14_3 2026.01.02 05:10:51.620054 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. 2026.01.02 05:10:52.017593 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 988 2026.01.02 05:10:52.019738 [ 243 ] {} system.query_log (dd3f3490-5765-4d2a-9406-0e239d3e9a13): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:10:52.019786 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2026.01.02 05:10:52.020964 [ 243 ] {} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.01.02 05:10:52.021236 [ 243 ] {} system.query_log (dd3f3490-5765-4d2a-9406-0e239d3e9a13): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:10:52.021508 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 988 2026.01.02 05:10:52.402063 [ 29 ] {} oximeter.fields_i16 (cb56b64a-0514-41c6-b851-58b3833bf8fd) (MergerMutator): Selected 5 parts from all_1_10_2 to all_14_14_0 2026.01.02 05:10:52.402130 [ 29 ] {} oximeter.fields_i16 (cb56b64a-0514-41c6-b851-58b3833bf8fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:10:52.402152 [ 29 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2026.01.02 05:10:52.402283 [ 187 ] {cb56b64a-0514-41c6-b851-58b3833bf8fd::all_1_14_3} MergeTask::PrepareStage: Merging 5 parts: from all_1_10_2 to all_14_14_0 into Compact with storage Full 2026.01.02 05:10:52.402441 [ 187 ] {cb56b64a-0514-41c6-b851-58b3833bf8fd::all_1_14_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.02 05:10:52.402475 [ 187 ] {cb56b64a-0514-41c6-b851-58b3833bf8fd::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_10_2, total 434 rows starting from the beginning of the part 2026.01.02 05:10:52.402542 [ 187 ] {cb56b64a-0514-41c6-b851-58b3833bf8fd::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 24 rows starting from the beginning of the part 2026.01.02 05:10:52.402588 [ 187 ] {cb56b64a-0514-41c6-b851-58b3833bf8fd::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 24 rows starting from the beginning of the part 2026.01.02 05:10:52.402629 [ 187 ] {cb56b64a-0514-41c6-b851-58b3833bf8fd::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 24 rows starting from the beginning of the part 2026.01.02 05:10:52.402669 [ 187 ] {cb56b64a-0514-41c6-b851-58b3833bf8fd::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 24 rows starting from the beginning of the part 2026.01.02 05:10:52.403486 [ 198 ] {cb56b64a-0514-41c6-b851-58b3833bf8fd::all_1_14_3} MergeTask::MergeProjectionsStage: Merge sorted 530 rows, containing 5 columns (5 merged, 0 gathered) in 0.001261591 sec., 420104.455405912 rows/sec., 30.11 MiB/sec. 2026.01.02 05:10:52.403692 [ 200 ] {cb56b64a-0514-41c6-b851-58b3833bf8fd::all_1_14_3} MergedBlockOutputStream: filled checksums all_1_14_3 (state Temporary) 2026.01.02 05:10:52.404008 [ 200 ] {cb56b64a-0514-41c6-b851-58b3833bf8fd::all_1_14_3} oximeter.fields_i16 (cb56b64a-0514-41c6-b851-58b3833bf8fd): Renaming temporary part tmp_merge_all_1_14_3 to all_1_14_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:10:52.404082 [ 200 ] {cb56b64a-0514-41c6-b851-58b3833bf8fd::all_1_14_3} oximeter.fields_i16 (cb56b64a-0514-41c6-b851-58b3833bf8fd) (MergerMutator): Merged 5 parts: [all_1_10_2, all_14_14_0] -> all_1_14_3 2026.01.02 05:10:52.404196 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. 2026.01.02 05:10:53.580743 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:10:53.580941 [ 270 ] {fb7bc7cb-1b6c-430d-ac21-7565cdeee4c5} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.01.02 05:10:53.581007 [ 270 ] {fb7bc7cb-1b6c-430d-ac21-7565cdeee4c5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.01.02 05:10:53.581835 [ 270 ] {fb7bc7cb-1b6c-430d-ac21-7565cdeee4c5} oximeter.fields_i16 (cb56b64a-0514-41c6-b851-58b3833bf8fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:10:53.581879 [ 270 ] {fb7bc7cb-1b6c-430d-ac21-7565cdeee4c5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2026.01.02 05:10:53.582316 [ 270 ] {fb7bc7cb-1b6c-430d-ac21-7565cdeee4c5} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.01.02 05:10:53.582548 [ 270 ] {fb7bc7cb-1b6c-430d-ac21-7565cdeee4c5} oximeter.fields_i16 (cb56b64a-0514-41c6-b851-58b3833bf8fd): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:10:53.582701 [ 270 ] {fb7bc7cb-1b6c-430d-ac21-7565cdeee4c5} executeQuery: Read 410 rows, 26.63 KiB in 0.001811 sec., 226394.2573163998 rows/sec., 14.36 MiB/sec. 2026.01.02 05:10:53.582745 [ 270 ] {fb7bc7cb-1b6c-430d-ac21-7565cdeee4c5} TCPHandler: Processed in 0.002134676 sec. 2026.01.02 05:10:53.582869 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:10:53.582967 [ 270 ] {b5c75cf2-6667-45d6-8b1b-866cc727568f} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.01.02 05:10:53.583010 [ 270 ] {b5c75cf2-6667-45d6-8b1b-866cc727568f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.01.02 05:10:53.583414 [ 270 ] {b5c75cf2-6667-45d6-8b1b-866cc727568f} oximeter.fields_ipaddr (645cdd3d-4969-40ee-99e7-272b8c981424): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:10:53.583451 [ 270 ] {b5c75cf2-6667-45d6-8b1b-866cc727568f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2026.01.02 05:10:53.583750 [ 270 ] {b5c75cf2-6667-45d6-8b1b-866cc727568f} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.01.02 05:10:53.583968 [ 270 ] {b5c75cf2-6667-45d6-8b1b-866cc727568f} oximeter.fields_ipaddr (645cdd3d-4969-40ee-99e7-272b8c981424): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:10:53.584098 [ 270 ] {b5c75cf2-6667-45d6-8b1b-866cc727568f} executeQuery: Read 10 rows, 835.00 B in 0.001151 sec., 8688.097306689835 rows/sec., 708.45 KiB/sec. 2026.01.02 05:10:53.584136 [ 270 ] {b5c75cf2-6667-45d6-8b1b-866cc727568f} TCPHandler: Processed in 0.001318012 sec. 2026.01.02 05:10:53.584253 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:10:53.584349 [ 270 ] {372318f4-aefd-487b-ac73-186e0740b00d} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.02 05:10:53.584389 [ 270 ] {372318f4-aefd-487b-ac73-186e0740b00d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.02 05:10:53.585381 [ 270 ] {372318f4-aefd-487b-ac73-186e0740b00d} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:10:53.585417 [ 270 ] {372318f4-aefd-487b-ac73-186e0740b00d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2026.01.02 05:10:53.585799 [ 270 ] {372318f4-aefd-487b-ac73-186e0740b00d} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2026.01.02 05:10:53.586017 [ 270 ] {372318f4-aefd-487b-ac73-186e0740b00d} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:10:53.586143 [ 270 ] {372318f4-aefd-487b-ac73-186e0740b00d} executeQuery: Read 1198 rows, 97.97 KiB in 0.001814 sec., 660418.9636163175 rows/sec., 52.74 MiB/sec. 2026.01.02 05:10:53.586182 [ 270 ] {372318f4-aefd-487b-ac73-186e0740b00d} TCPHandler: Processed in 0.001980383 sec. 2026.01.02 05:10:53.586289 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:10:53.586390 [ 270 ] {defc9560-fd70-4de1-b0ee-69ab4e9b57dd} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.02 05:10:53.586431 [ 270 ] {defc9560-fd70-4de1-b0ee-69ab4e9b57dd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.02 05:10:53.586931 [ 270 ] {defc9560-fd70-4de1-b0ee-69ab4e9b57dd} oximeter.fields_u16 (75d7a870-5da0-445d-b2e0-ec90b5ea7788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:10:53.586967 [ 270 ] {defc9560-fd70-4de1-b0ee-69ab4e9b57dd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2026.01.02 05:10:53.587286 [ 270 ] {defc9560-fd70-4de1-b0ee-69ab4e9b57dd} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2026.01.02 05:10:53.587508 [ 270 ] {defc9560-fd70-4de1-b0ee-69ab4e9b57dd} oximeter.fields_u16 (75d7a870-5da0-445d-b2e0-ec90b5ea7788): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:10:53.587605 [ 73 ] {} oximeter.fields_u16 (75d7a870-5da0-445d-b2e0-ec90b5ea7788) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2026.01.02 05:10:53.587634 [ 270 ] {defc9560-fd70-4de1-b0ee-69ab4e9b57dd} executeQuery: Read 255 rows, 16.02 KiB in 0.001262 sec., 202060.22187004754 rows/sec., 12.40 MiB/sec. 2026.01.02 05:10:53.587644 [ 73 ] {} oximeter.fields_u16 (75d7a870-5da0-445d-b2e0-ec90b5ea7788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:10:53.587667 [ 73 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2026.01.02 05:10:53.587674 [ 270 ] {defc9560-fd70-4de1-b0ee-69ab4e9b57dd} TCPHandler: Processed in 0.001434594 sec. 2026.01.02 05:10:53.587782 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:10:53.587797 [ 191 ] {75d7a870-5da0-445d-b2e0-ec90b5ea7788::all_1_41_8} MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full 2026.01.02 05:10:53.587878 [ 270 ] {7bb5a98a-ebb4-46aa-929b-1a41a2c91e90} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.02 05:10:53.587923 [ 270 ] {7bb5a98a-ebb4-46aa-929b-1a41a2c91e90} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.02 05:10:53.587953 [ 191 ] {75d7a870-5da0-445d-b2e0-ec90b5ea7788::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.02 05:10:53.587997 [ 191 ] {75d7a870-5da0-445d-b2e0-ec90b5ea7788::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 277 rows starting from the beginning of the part 2026.01.02 05:10:53.588077 [ 191 ] {75d7a870-5da0-445d-b2e0-ec90b5ea7788::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 44 rows starting from the beginning of the part 2026.01.02 05:10:53.588133 [ 191 ] {75d7a870-5da0-445d-b2e0-ec90b5ea7788::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 40 rows starting from the beginning of the part 2026.01.02 05:10:53.588184 [ 191 ] {75d7a870-5da0-445d-b2e0-ec90b5ea7788::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 14 rows starting from the beginning of the part 2026.01.02 05:10:53.588232 [ 191 ] {75d7a870-5da0-445d-b2e0-ec90b5ea7788::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 40 rows starting from the beginning of the part 2026.01.02 05:10:53.588279 [ 191 ] {75d7a870-5da0-445d-b2e0-ec90b5ea7788::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 255 rows starting from the beginning of the part 2026.01.02 05:10:53.588409 [ 270 ] {7bb5a98a-ebb4-46aa-929b-1a41a2c91e90} oximeter.fields_u32 (1310015a-3be0-40ba-9fec-1b5eb4ed9f75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:10:53.588452 [ 270 ] {7bb5a98a-ebb4-46aa-929b-1a41a2c91e90} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2026.01.02 05:10:53.588816 [ 270 ] {7bb5a98a-ebb4-46aa-929b-1a41a2c91e90} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.01.02 05:10:53.589057 [ 270 ] {7bb5a98a-ebb4-46aa-929b-1a41a2c91e90} oximeter.fields_u32 (1310015a-3be0-40ba-9fec-1b5eb4ed9f75): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:10:53.589198 [ 270 ] {7bb5a98a-ebb4-46aa-929b-1a41a2c91e90} executeQuery: Read 213 rows, 14.07 KiB in 0.001338 sec., 159192.82511210762 rows/sec., 10.27 MiB/sec. 2026.01.02 05:10:53.589239 [ 270 ] {7bb5a98a-ebb4-46aa-929b-1a41a2c91e90} TCPHandler: Processed in 0.001507325 sec. 2026.01.02 05:10:53.589311 [ 200 ] {75d7a870-5da0-445d-b2e0-ec90b5ea7788::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 670 rows, containing 5 columns (5 merged, 0 gathered) in 0.001574496 sec., 425532.99595553114 rows/sec., 28.98 MiB/sec. 2026.01.02 05:10:53.589341 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:10:53.589448 [ 270 ] {d97bbdd4-ef16-4a4c-b99e-edb38c79d8c3} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.01.02 05:10:53.589489 [ 270 ] {d97bbdd4-ef16-4a4c-b99e-edb38c79d8c3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.01.02 05:10:53.589503 [ 191 ] {75d7a870-5da0-445d-b2e0-ec90b5ea7788::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2026.01.02 05:10:53.589790 [ 191 ] {75d7a870-5da0-445d-b2e0-ec90b5ea7788::all_1_41_8} oximeter.fields_u16 (75d7a870-5da0-445d-b2e0-ec90b5ea7788): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:10:53.589869 [ 191 ] {75d7a870-5da0-445d-b2e0-ec90b5ea7788::all_1_41_8} oximeter.fields_u16 (75d7a870-5da0-445d-b2e0-ec90b5ea7788) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2026.01.02 05:10:53.589951 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. 2026.01.02 05:10:53.589974 [ 270 ] {d97bbdd4-ef16-4a4c-b99e-edb38c79d8c3} oximeter.fields_u8 (ae3e3832-81ae-4954-8933-d68b9608f6be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:10:53.590016 [ 270 ] {d97bbdd4-ef16-4a4c-b99e-edb38c79d8c3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2026.01.02 05:10:53.590340 [ 270 ] {d97bbdd4-ef16-4a4c-b99e-edb38c79d8c3} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.01.02 05:10:53.590552 [ 270 ] {d97bbdd4-ef16-4a4c-b99e-edb38c79d8c3} oximeter.fields_u8 (ae3e3832-81ae-4954-8933-d68b9608f6be): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:10:53.590681 [ 270 ] {d97bbdd4-ef16-4a4c-b99e-edb38c79d8c3} executeQuery: Read 211 rows, 12.27 KiB in 0.001252 sec., 168530.35143769966 rows/sec., 9.57 MiB/sec. 2026.01.02 05:10:53.590720 [ 270 ] {d97bbdd4-ef16-4a4c-b99e-edb38c79d8c3} TCPHandler: Processed in 0.001428254 sec. 2026.01.02 05:10:53.590827 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:10:53.590921 [ 270 ] {0df780bc-d9c7-454a-8e39-4c7d4a5ebede} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.02 05:10:53.590960 [ 270 ] {0df780bc-d9c7-454a-8e39-4c7d4a5ebede} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.02 05:10:53.591629 [ 270 ] {0df780bc-d9c7-454a-8e39-4c7d4a5ebede} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:10:53.591664 [ 270 ] {0df780bc-d9c7-454a-8e39-4c7d4a5ebede} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2026.01.02 05:10:53.592003 [ 270 ] {0df780bc-d9c7-454a-8e39-4c7d4a5ebede} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2026.01.02 05:10:53.592222 [ 270 ] {0df780bc-d9c7-454a-8e39-4c7d4a5ebede} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:10:53.592349 [ 270 ] {0df780bc-d9c7-454a-8e39-4c7d4a5ebede} executeQuery: Read 729 rows, 52.49 KiB in 0.001445 sec., 504498.26989619376 rows/sec., 35.47 MiB/sec. 2026.01.02 05:10:53.592387 [ 270 ] {0df780bc-d9c7-454a-8e39-4c7d4a5ebede} TCPHandler: Processed in 0.001610177 sec. 2026.01.02 05:10:53.592496 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:10:53.592589 [ 270 ] {2c98ba2d-eee6-4547-93f8-11a6cfa0cf2b} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.01.02 05:10:53.592630 [ 270 ] {2c98ba2d-eee6-4547-93f8-11a6cfa0cf2b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.01.02 05:10:53.592956 [ 270 ] {2c98ba2d-eee6-4547-93f8-11a6cfa0cf2b} oximeter.measurements_bool (0b2779fa-d8a4-4f66-a14b-91b20b950528): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:10:53.592991 [ 270 ] {2c98ba2d-eee6-4547-93f8-11a6cfa0cf2b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2026.01.02 05:10:53.593297 [ 270 ] {2c98ba2d-eee6-4547-93f8-11a6cfa0cf2b} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.01.02 05:10:53.593507 [ 270 ] {2c98ba2d-eee6-4547-93f8-11a6cfa0cf2b} oximeter.measurements_bool (0b2779fa-d8a4-4f66-a14b-91b20b950528): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:10:53.593635 [ 270 ] {2c98ba2d-eee6-4547-93f8-11a6cfa0cf2b} executeQuery: Read 6 rows, 321.00 B in 0.001064 sec., 5639.097744360902 rows/sec., 294.62 KiB/sec. 2026.01.02 05:10:53.593672 [ 270 ] {2c98ba2d-eee6-4547-93f8-11a6cfa0cf2b} TCPHandler: Processed in 0.00122636 sec. 2026.01.02 05:10:53.593781 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:10:53.593875 [ 270 ] {b6f0dd84-b2fc-4f4b-83b5-3b5a5d0a508b} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.02 05:10:53.593918 [ 270 ] {b6f0dd84-b2fc-4f4b-83b5-3b5a5d0a508b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.02 05:10:53.594359 [ 270 ] {b6f0dd84-b2fc-4f4b-83b5-3b5a5d0a508b} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:10:53.594393 [ 270 ] {b6f0dd84-b2fc-4f4b-83b5-3b5a5d0a508b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2026.01.02 05:10:53.594739 [ 270 ] {b6f0dd84-b2fc-4f4b-83b5-3b5a5d0a508b} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2026.01.02 05:10:53.594954 [ 270 ] {b6f0dd84-b2fc-4f4b-83b5-3b5a5d0a508b} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:10:53.595081 [ 270 ] {b6f0dd84-b2fc-4f4b-83b5-3b5a5d0a508b} executeQuery: Read 319 rows, 21.47 KiB in 0.001225 sec., 260408.16326530612 rows/sec., 17.12 MiB/sec. 2026.01.02 05:10:53.595119 [ 270 ] {b6f0dd84-b2fc-4f4b-83b5-3b5a5d0a508b} TCPHandler: Processed in 0.001387164 sec. 2026.01.02 05:10:53.595224 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:10:53.595319 [ 270 ] {f24ba811-55ff-4ab2-b5be-e0cc8a1ad562} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.01.02 05:10:53.595371 [ 270 ] {f24ba811-55ff-4ab2-b5be-e0cc8a1ad562} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.01.02 05:10:53.595688 [ 270 ] {f24ba811-55ff-4ab2-b5be-e0cc8a1ad562} oximeter.measurements_f64 (aa9bbb3a-da62-4075-81f6-d05edd62a94a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:10:53.595725 [ 270 ] {f24ba811-55ff-4ab2-b5be-e0cc8a1ad562} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2026.01.02 05:10:53.596033 [ 270 ] {f24ba811-55ff-4ab2-b5be-e0cc8a1ad562} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.01.02 05:10:53.596252 [ 270 ] {f24ba811-55ff-4ab2-b5be-e0cc8a1ad562} oximeter.measurements_f64 (aa9bbb3a-da62-4075-81f6-d05edd62a94a): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:10:53.596378 [ 270 ] {f24ba811-55ff-4ab2-b5be-e0cc8a1ad562} executeQuery: Read 2 rows, 134.00 B in 0.001077 sec., 1857.0102135561744 rows/sec., 121.50 KiB/sec. 2026.01.02 05:10:53.596416 [ 270 ] {f24ba811-55ff-4ab2-b5be-e0cc8a1ad562} TCPHandler: Processed in 0.001241591 sec. 2026.01.02 05:10:53.596513 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:10:53.596606 [ 270 ] {3627d3b7-1594-4f63-9d83-0fb3e62ad57e} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.02 05:10:53.596660 [ 270 ] {3627d3b7-1594-4f63-9d83-0fb3e62ad57e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.01.02 05:10:53.597532 [ 270 ] {3627d3b7-1594-4f63-9d83-0fb3e62ad57e} oximeter.measurements_histogramu64 (1ea2d44b-9dfb-4731-8ee2-8779179f369b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:10:53.597569 [ 270 ] {3627d3b7-1594-4f63-9d83-0fb3e62ad57e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2026.01.02 05:10:53.598137 [ 270 ] {3627d3b7-1594-4f63-9d83-0fb3e62ad57e} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.01.02 05:10:53.598365 [ 270 ] {3627d3b7-1594-4f63-9d83-0fb3e62ad57e} oximeter.measurements_histogramu64 (1ea2d44b-9dfb-4731-8ee2-8779179f369b): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:10:53.598506 [ 270 ] {3627d3b7-1594-4f63-9d83-0fb3e62ad57e} executeQuery: Read 40 rows, 73.40 KiB in 0.001918 sec., 20855.057351407715 rows/sec., 37.37 MiB/sec. 2026.01.02 05:10:53.598503 [ 80 ] {} oximeter.measurements_histogramu64 (1ea2d44b-9dfb-4731-8ee2-8779179f369b) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.01.02 05:10:53.598565 [ 270 ] {3627d3b7-1594-4f63-9d83-0fb3e62ad57e} TCPHandler: Processed in 0.002100065 sec. 2026.01.02 05:10:53.598571 [ 80 ] {} oximeter.measurements_histogramu64 (1ea2d44b-9dfb-4731-8ee2-8779179f369b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:10:53.598605 [ 80 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2026.01.02 05:10:53.598680 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:10:53.598690 [ 195 ] {1ea2d44b-9dfb-4731-8ee2-8779179f369b::all_1_31_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full 2026.01.02 05:10:53.598784 [ 270 ] {1d161078-b7b8-40e0-92d2-fff6f7bc3dc3} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.02 05:10:53.598831 [ 270 ] {1d161078-b7b8-40e0-92d2-fff6f7bc3dc3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.02 05:10:53.598917 [ 195 ] {1ea2d44b-9dfb-4731-8ee2-8779179f369b::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.02 05:10:53.598974 [ 195 ] {1ea2d44b-9dfb-4731-8ee2-8779179f369b::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 942 rows starting from the beginning of the part 2026.01.02 05:10:53.599092 [ 195 ] {1ea2d44b-9dfb-4731-8ee2-8779179f369b::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 40 rows starting from the beginning of the part 2026.01.02 05:10:53.599195 [ 195 ] {1ea2d44b-9dfb-4731-8ee2-8779179f369b::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 40 rows starting from the beginning of the part 2026.01.02 05:10:53.599203 [ 270 ] {1d161078-b7b8-40e0-92d2-fff6f7bc3dc3} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:10:53.599247 [ 270 ] {1d161078-b7b8-40e0-92d2-fff6f7bc3dc3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2026.01.02 05:10:53.599294 [ 195 ] {1ea2d44b-9dfb-4731-8ee2-8779179f369b::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 40 rows starting from the beginning of the part 2026.01.02 05:10:53.599388 [ 195 ] {1ea2d44b-9dfb-4731-8ee2-8779179f369b::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 40 rows starting from the beginning of the part 2026.01.02 05:10:53.599478 [ 195 ] {1ea2d44b-9dfb-4731-8ee2-8779179f369b::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 40 rows starting from the beginning of the part 2026.01.02 05:10:53.599578 [ 270 ] {1d161078-b7b8-40e0-92d2-fff6f7bc3dc3} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2026.01.02 05:10:53.599829 [ 270 ] {1d161078-b7b8-40e0-92d2-fff6f7bc3dc3} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:10:53.599969 [ 270 ] {1d161078-b7b8-40e0-92d2-fff6f7bc3dc3} executeQuery: Read 104 rows, 6.53 KiB in 0.001204 sec., 86378.73754152824 rows/sec., 5.29 MiB/sec. 2026.01.02 05:10:53.600006 [ 270 ] {1d161078-b7b8-40e0-92d2-fff6f7bc3dc3} TCPHandler: Processed in 0.001375883 sec. 2026.01.02 05:10:53.606391 [ 201 ] {1ea2d44b-9dfb-4731-8ee2-8779179f369b::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 1142 rows, containing 19 columns (19 merged, 0 gathered) in 0.007736869 sec., 147604.92907402205 rows/sec., 264.50 MiB/sec. 2026.01.02 05:10:53.608157 [ 192 ] {1ea2d44b-9dfb-4731-8ee2-8779179f369b::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.01.02 05:10:53.608550 [ 192 ] {1ea2d44b-9dfb-4731-8ee2-8779179f369b::all_1_31_6} oximeter.measurements_histogramu64 (1ea2d44b-9dfb-4731-8ee2-8779179f369b): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:10:53.608633 [ 192 ] {1ea2d44b-9dfb-4731-8ee2-8779179f369b::all_1_31_6} oximeter.measurements_histogramu64 (1ea2d44b-9dfb-4731-8ee2-8779179f369b) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.01.02 05:10:53.608812 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.63 MiB. 2026.01.02 05:10:54.000238 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 301.57 MiB, peak 310.57 MiB, free memory in arenas 0.00 B, will set to 304.92 MiB (RSS), difference: 3.35 MiB 2026.01.02 05:10:54.456122 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 20697 2026.01.02 05:10:54.456976 [ 245 ] {} system.asynchronous_metric_log (bb53ce5c-bddd-4105-a5af-ef87950cd4f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:10:54.457051 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2026.01.02 05:10:54.457594 [ 245 ] {} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2026.01.02 05:10:54.457829 [ 245 ] {} system.asynchronous_metric_log (bb53ce5c-bddd-4105-a5af-ef87950cd4f3): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:10:54.457959 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 20697 2026.01.02 05:10:55.604511 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 324 2026.01.02 05:10:55.620239 [ 244 ] {} system.metric_log (a59fffb9-cc3a-4586-97e5-9d20b67a7356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:10:55.620282 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2026.01.02 05:10:55.626779 [ 244 ] {} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2026.01.02 05:10:55.627561 [ 244 ] {} system.metric_log (a59fffb9-cc3a-4586-97e5-9d20b67a7356): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:10:55.630280 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 324 2026.01.02 05:10:58.566976 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:10:58.567191 [ 270 ] {b8faa3d6-8d02-429f-8486-58c7db17dd4c} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.02 05:10:58.567255 [ 270 ] {b8faa3d6-8d02-429f-8486-58c7db17dd4c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.02 05:10:58.567924 [ 270 ] {b8faa3d6-8d02-429f-8486-58c7db17dd4c} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:10:58.567963 [ 270 ] {b8faa3d6-8d02-429f-8486-58c7db17dd4c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2026.01.02 05:10:58.568367 [ 270 ] {b8faa3d6-8d02-429f-8486-58c7db17dd4c} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2026.01.02 05:10:58.568603 [ 270 ] {b8faa3d6-8d02-429f-8486-58c7db17dd4c} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:10:58.568731 [ 77 ] {} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2026.01.02 05:10:58.568754 [ 270 ] {b8faa3d6-8d02-429f-8486-58c7db17dd4c} executeQuery: Read 56 rows, 4.41 KiB in 0.001615 sec., 34674.9226006192 rows/sec., 2.66 MiB/sec. 2026.01.02 05:10:58.568768 [ 77 ] {} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:10:58.568788 [ 77 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2026.01.02 05:10:58.568799 [ 270 ] {b8faa3d6-8d02-429f-8486-58c7db17dd4c} TCPHandler: Processed in 0.001969483 sec. 2026.01.02 05:10:58.568872 [ 201 ] {83d580c8-cdc4-4d78-bcce-488a9e56976e::all_1_61_12} MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full 2026.01.02 05:10:58.568925 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:10:58.568962 [ 201 ] {83d580c8-cdc4-4d78-bcce-488a9e56976e::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.02 05:10:58.568992 [ 201 ] {83d580c8-cdc4-4d78-bcce-488a9e56976e::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 2464 rows starting from the beginning of the part 2026.01.02 05:10:58.569023 [ 270 ] {42900a3e-f532-4f62-a974-2694c18b8083} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.02 05:10:58.569052 [ 201 ] {83d580c8-cdc4-4d78-bcce-488a9e56976e::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 1317 rows starting from the beginning of the part 2026.01.02 05:10:58.569064 [ 270 ] {42900a3e-f532-4f62-a974-2694c18b8083} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.02 05:10:58.569096 [ 201 ] {83d580c8-cdc4-4d78-bcce-488a9e56976e::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 136 rows starting from the beginning of the part 2026.01.02 05:10:58.569141 [ 201 ] {83d580c8-cdc4-4d78-bcce-488a9e56976e::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 56 rows starting from the beginning of the part 2026.01.02 05:10:58.569184 [ 201 ] {83d580c8-cdc4-4d78-bcce-488a9e56976e::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 1198 rows starting from the beginning of the part 2026.01.02 05:10:58.569229 [ 201 ] {83d580c8-cdc4-4d78-bcce-488a9e56976e::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 56 rows starting from the beginning of the part 2026.01.02 05:10:58.569506 [ 270 ] {42900a3e-f532-4f62-a974-2694c18b8083} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:10:58.569542 [ 270 ] {42900a3e-f532-4f62-a974-2694c18b8083} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2026.01.02 05:10:58.569864 [ 270 ] {42900a3e-f532-4f62-a974-2694c18b8083} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2026.01.02 05:10:58.570089 [ 270 ] {42900a3e-f532-4f62-a974-2694c18b8083} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:10:58.570194 [ 77 ] {} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2026.01.02 05:10:58.570217 [ 270 ] {42900a3e-f532-4f62-a974-2694c18b8083} executeQuery: Read 64 rows, 5.12 KiB in 0.001213 sec., 52761.74773289365 rows/sec., 4.12 MiB/sec. 2026.01.02 05:10:58.570221 [ 77 ] {} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:10:58.570247 [ 77 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2026.01.02 05:10:58.570255 [ 270 ] {42900a3e-f532-4f62-a974-2694c18b8083} TCPHandler: Processed in 0.001382353 sec. 2026.01.02 05:10:58.570354 [ 190 ] {a2603088-a695-4667-9faf-2a4ce1a4e7af::all_1_61_12} MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full 2026.01.02 05:10:58.570376 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:10:58.570483 [ 270 ] {111d9781-dabb-4a31-b01d-9371ca6284cf} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.02 05:10:58.570489 [ 190 ] {a2603088-a695-4667-9faf-2a4ce1a4e7af::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.02 05:10:58.570532 [ 270 ] {111d9781-dabb-4a31-b01d-9371ca6284cf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.02 05:10:58.570537 [ 190 ] {a2603088-a695-4667-9faf-2a4ce1a4e7af::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 1249 rows starting from the beginning of the part 2026.01.02 05:10:58.570617 [ 190 ] {a2603088-a695-4667-9faf-2a4ce1a4e7af::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 558 rows starting from the beginning of the part 2026.01.02 05:10:58.570664 [ 190 ] {a2603088-a695-4667-9faf-2a4ce1a4e7af::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 104 rows starting from the beginning of the part 2026.01.02 05:10:58.570708 [ 190 ] {a2603088-a695-4667-9faf-2a4ce1a4e7af::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 64 rows starting from the beginning of the part 2026.01.02 05:10:58.570753 [ 190 ] {a2603088-a695-4667-9faf-2a4ce1a4e7af::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 729 rows starting from the beginning of the part 2026.01.02 05:10:58.570794 [ 190 ] {a2603088-a695-4667-9faf-2a4ce1a4e7af::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 64 rows starting from the beginning of the part 2026.01.02 05:10:58.570961 [ 270 ] {111d9781-dabb-4a31-b01d-9371ca6284cf} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:10:58.571004 [ 270 ] {111d9781-dabb-4a31-b01d-9371ca6284cf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2026.01.02 05:10:58.571143 [ 199 ] {83d580c8-cdc4-4d78-bcce-488a9e56976e::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 5227 rows, containing 5 columns (5 merged, 0 gathered) in 0.002304179 sec., 2268486.9534875546 rows/sec., 194.20 MiB/sec. 2026.01.02 05:10:58.571354 [ 270 ] {111d9781-dabb-4a31-b01d-9371ca6284cf} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2026.01.02 05:10:58.571461 [ 199 ] {83d580c8-cdc4-4d78-bcce-488a9e56976e::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2026.01.02 05:10:58.571605 [ 270 ] {111d9781-dabb-4a31-b01d-9371ca6284cf} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:10:58.571751 [ 270 ] {111d9781-dabb-4a31-b01d-9371ca6284cf} executeQuery: Read 160 rows, 11.41 KiB in 0.001286 sec., 124416.7962674961 rows/sec., 8.67 MiB/sec. 2026.01.02 05:10:58.571790 [ 270 ] {111d9781-dabb-4a31-b01d-9371ca6284cf} TCPHandler: Processed in 0.001466855 sec. 2026.01.02 05:10:58.571798 [ 199 ] {83d580c8-cdc4-4d78-bcce-488a9e56976e::all_1_61_12} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:10:58.571888 [ 199 ] {83d580c8-cdc4-4d78-bcce-488a9e56976e::all_1_61_12} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2026.01.02 05:10:58.571901 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:10:58.571994 [ 193 ] {a2603088-a695-4667-9faf-2a4ce1a4e7af::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 2768 rows, containing 5 columns (5 merged, 0 gathered) in 0.001696918 sec., 1631192.5502587634 rows/sec., 124.86 MiB/sec. 2026.01.02 05:10:58.572001 [ 270 ] {2fa355d4-eecd-40f5-9b0f-5c110d3a190a} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.02 05:10:58.572006 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.18 MiB. 2026.01.02 05:10:58.572068 [ 270 ] {2fa355d4-eecd-40f5-9b0f-5c110d3a190a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.02 05:10:58.572247 [ 190 ] {a2603088-a695-4667-9faf-2a4ce1a4e7af::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2026.01.02 05:10:58.572406 [ 270 ] {2fa355d4-eecd-40f5-9b0f-5c110d3a190a} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:10:58.572451 [ 270 ] {2fa355d4-eecd-40f5-9b0f-5c110d3a190a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2026.01.02 05:10:58.572514 [ 190 ] {a2603088-a695-4667-9faf-2a4ce1a4e7af::all_1_61_12} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:10:58.572596 [ 190 ] {a2603088-a695-4667-9faf-2a4ce1a4e7af::all_1_61_12} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2026.01.02 05:10:58.572675 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.70 MiB. 2026.01.02 05:10:58.572780 [ 270 ] {2fa355d4-eecd-40f5-9b0f-5c110d3a190a} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2026.01.02 05:10:58.573000 [ 270 ] {2fa355d4-eecd-40f5-9b0f-5c110d3a190a} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:10:58.573129 [ 270 ] {2fa355d4-eecd-40f5-9b0f-5c110d3a190a} executeQuery: Read 60 rows, 4.14 KiB in 0.001146 sec., 52356.02094240837 rows/sec., 3.53 MiB/sec. 2026.01.02 05:10:58.573167 [ 270 ] {2fa355d4-eecd-40f5-9b0f-5c110d3a190a} TCPHandler: Processed in 0.001316732 sec. 2026.01.02 05:11:01.778631 [ 70 ] {} DNSResolver: Updating DNS cache 2026.01.02 05:11:01.778687 [ 70 ] {} DNSResolver: Updated DNS cache 2026.01.02 05:11:01.958104 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 21145 2026.01.02 05:11:01.958850 [ 245 ] {} system.asynchronous_metric_log (bb53ce5c-bddd-4105-a5af-ef87950cd4f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:11:01.958914 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2026.01.02 05:11:01.959575 [ 245 ] {} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2026.01.02 05:11:01.959818 [ 245 ] {} system.asynchronous_metric_log (bb53ce5c-bddd-4105-a5af-ef87950cd4f3): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:11:01.959965 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 21145 2026.01.02 05:11:02.021776 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 1020 2026.01.02 05:11:02.024444 [ 243 ] {} system.query_log (dd3f3490-5765-4d2a-9406-0e239d3e9a13): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:11:02.024508 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2026.01.02 05:11:02.025793 [ 243 ] {} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.01.02 05:11:02.026120 [ 243 ] {} system.query_log (dd3f3490-5765-4d2a-9406-0e239d3e9a13): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:11:02.026523 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1020 2026.01.02 05:11:03.130434 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 332 2026.01.02 05:11:03.148494 [ 244 ] {} system.metric_log (a59fffb9-cc3a-4586-97e5-9d20b67a7356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:11:03.148552 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2026.01.02 05:11:03.154787 [ 244 ] {} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2026.01.02 05:11:03.155537 [ 244 ] {} system.metric_log (a59fffb9-cc3a-4586-97e5-9d20b67a7356): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:11:03.158881 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 332 2026.01.02 05:11:03.580974 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:11:03.581177 [ 270 ] {c6e3e880-67b2-4b7c-b23e-7b1fe07a15db} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.01.02 05:11:03.581255 [ 270 ] {c6e3e880-67b2-4b7c-b23e-7b1fe07a15db} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.01.02 05:11:03.582092 [ 270 ] {c6e3e880-67b2-4b7c-b23e-7b1fe07a15db} oximeter.fields_i16 (cb56b64a-0514-41c6-b851-58b3833bf8fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:11:03.582147 [ 270 ] {c6e3e880-67b2-4b7c-b23e-7b1fe07a15db} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2026.01.02 05:11:03.582583 [ 270 ] {c6e3e880-67b2-4b7c-b23e-7b1fe07a15db} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.01.02 05:11:03.582819 [ 270 ] {c6e3e880-67b2-4b7c-b23e-7b1fe07a15db} oximeter.fields_i16 (cb56b64a-0514-41c6-b851-58b3833bf8fd): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:11:03.582990 [ 270 ] {c6e3e880-67b2-4b7c-b23e-7b1fe07a15db} executeQuery: Read 410 rows, 26.63 KiB in 0.001869 sec., 219368.64633493847 rows/sec., 13.92 MiB/sec. 2026.01.02 05:11:03.583045 [ 270 ] {c6e3e880-67b2-4b7c-b23e-7b1fe07a15db} TCPHandler: Processed in 0.002214278 sec. 2026.01.02 05:11:03.583167 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:11:03.583271 [ 270 ] {d37feaaa-e14c-4b59-9ec3-6d099f77e64e} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.02 05:11:03.583315 [ 270 ] {d37feaaa-e14c-4b59-9ec3-6d099f77e64e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.02 05:11:03.584173 [ 270 ] {d37feaaa-e14c-4b59-9ec3-6d099f77e64e} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:11:03.584213 [ 270 ] {d37feaaa-e14c-4b59-9ec3-6d099f77e64e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2026.01.02 05:11:03.584607 [ 270 ] {d37feaaa-e14c-4b59-9ec3-6d099f77e64e} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2026.01.02 05:11:03.584823 [ 270 ] {d37feaaa-e14c-4b59-9ec3-6d099f77e64e} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:11:03.584961 [ 270 ] {d37feaaa-e14c-4b59-9ec3-6d099f77e64e} executeQuery: Read 1192 rows, 97.51 KiB in 0.001715 sec., 695043.7317784256 rows/sec., 55.53 MiB/sec. 2026.01.02 05:11:03.585002 [ 270 ] {d37feaaa-e14c-4b59-9ec3-6d099f77e64e} TCPHandler: Processed in 0.001888311 sec. 2026.01.02 05:11:03.585112 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:11:03.585209 [ 270 ] {592855b1-2920-4cd9-b2ae-68c345e1e41f} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.02 05:11:03.585250 [ 270 ] {592855b1-2920-4cd9-b2ae-68c345e1e41f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.02 05:11:03.585734 [ 270 ] {592855b1-2920-4cd9-b2ae-68c345e1e41f} oximeter.fields_u16 (75d7a870-5da0-445d-b2e0-ec90b5ea7788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:11:03.585771 [ 270 ] {592855b1-2920-4cd9-b2ae-68c345e1e41f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2026.01.02 05:11:03.586089 [ 270 ] {592855b1-2920-4cd9-b2ae-68c345e1e41f} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2026.01.02 05:11:03.586300 [ 270 ] {592855b1-2920-4cd9-b2ae-68c345e1e41f} oximeter.fields_u16 (75d7a870-5da0-445d-b2e0-ec90b5ea7788): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:11:03.586430 [ 270 ] {592855b1-2920-4cd9-b2ae-68c345e1e41f} executeQuery: Read 245 rows, 15.32 KiB in 0.001242 sec., 197262.4798711755 rows/sec., 12.05 MiB/sec. 2026.01.02 05:11:03.586470 [ 270 ] {592855b1-2920-4cd9-b2ae-68c345e1e41f} TCPHandler: Processed in 0.001407974 sec. 2026.01.02 05:11:03.586590 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:11:03.586712 [ 270 ] {95989463-7790-4f4f-8c25-390cb0ac20a6} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.02 05:11:03.586761 [ 270 ] {95989463-7790-4f4f-8c25-390cb0ac20a6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.02 05:11:03.587321 [ 270 ] {95989463-7790-4f4f-8c25-390cb0ac20a6} oximeter.fields_u32 (1310015a-3be0-40ba-9fec-1b5eb4ed9f75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:11:03.587367 [ 270 ] {95989463-7790-4f4f-8c25-390cb0ac20a6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2026.01.02 05:11:03.587687 [ 270 ] {95989463-7790-4f4f-8c25-390cb0ac20a6} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.01.02 05:11:03.587895 [ 270 ] {95989463-7790-4f4f-8c25-390cb0ac20a6} oximeter.fields_u32 (1310015a-3be0-40ba-9fec-1b5eb4ed9f75): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:11:03.588022 [ 270 ] {95989463-7790-4f4f-8c25-390cb0ac20a6} executeQuery: Read 212 rows, 14.00 KiB in 0.001376 sec., 154069.76744186046 rows/sec., 9.94 MiB/sec. 2026.01.02 05:11:03.588059 [ 270 ] {95989463-7790-4f4f-8c25-390cb0ac20a6} TCPHandler: Processed in 0.001573856 sec. 2026.01.02 05:11:03.588170 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:11:03.588283 [ 270 ] {45ee9734-cf8e-4ec9-8bc1-879976d8de0d} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.01.02 05:11:03.588330 [ 270 ] {45ee9734-cf8e-4ec9-8bc1-879976d8de0d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.01.02 05:11:03.588939 [ 270 ] {45ee9734-cf8e-4ec9-8bc1-879976d8de0d} oximeter.fields_u8 (ae3e3832-81ae-4954-8933-d68b9608f6be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:11:03.588984 [ 270 ] {45ee9734-cf8e-4ec9-8bc1-879976d8de0d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2026.01.02 05:11:03.589378 [ 270 ] {45ee9734-cf8e-4ec9-8bc1-879976d8de0d} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.01.02 05:11:03.589593 [ 270 ] {45ee9734-cf8e-4ec9-8bc1-879976d8de0d} oximeter.fields_u8 (ae3e3832-81ae-4954-8933-d68b9608f6be): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:11:03.589730 [ 270 ] {45ee9734-cf8e-4ec9-8bc1-879976d8de0d} executeQuery: Read 211 rows, 12.27 KiB in 0.001414 sec., 149222.06506364924 rows/sec., 8.47 MiB/sec. 2026.01.02 05:11:03.589770 [ 270 ] {45ee9734-cf8e-4ec9-8bc1-879976d8de0d} TCPHandler: Processed in 0.001610507 sec. 2026.01.02 05:11:03.589877 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:11:03.589975 [ 270 ] {2505541c-68fe-4693-a5c0-48d03010921c} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.02 05:11:03.590015 [ 270 ] {2505541c-68fe-4693-a5c0-48d03010921c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.02 05:11:03.590647 [ 270 ] {2505541c-68fe-4693-a5c0-48d03010921c} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:11:03.590688 [ 270 ] {2505541c-68fe-4693-a5c0-48d03010921c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2026.01.02 05:11:03.591053 [ 270 ] {2505541c-68fe-4693-a5c0-48d03010921c} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2026.01.02 05:11:03.591278 [ 270 ] {2505541c-68fe-4693-a5c0-48d03010921c} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:11:03.591425 [ 270 ] {2505541c-68fe-4693-a5c0-48d03010921c} executeQuery: Read 719 rows, 51.67 KiB in 0.001453 sec., 494838.26565726084 rows/sec., 34.73 MiB/sec. 2026.01.02 05:11:03.591471 [ 270 ] {2505541c-68fe-4693-a5c0-48d03010921c} TCPHandler: Processed in 0.001643998 sec. 2026.01.02 05:11:03.591586 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:11:03.591685 [ 270 ] {da06bc4d-cfb4-4ae8-8a81-2dcd8994d051} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.01.02 05:11:03.591728 [ 270 ] {da06bc4d-cfb4-4ae8-8a81-2dcd8994d051} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.01.02 05:11:03.592069 [ 270 ] {da06bc4d-cfb4-4ae8-8a81-2dcd8994d051} oximeter.measurements_bool (0b2779fa-d8a4-4f66-a14b-91b20b950528): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:11:03.592106 [ 270 ] {da06bc4d-cfb4-4ae8-8a81-2dcd8994d051} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2026.01.02 05:11:03.592419 [ 270 ] {da06bc4d-cfb4-4ae8-8a81-2dcd8994d051} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.01.02 05:11:03.592638 [ 270 ] {da06bc4d-cfb4-4ae8-8a81-2dcd8994d051} oximeter.measurements_bool (0b2779fa-d8a4-4f66-a14b-91b20b950528): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:11:03.592746 [ 52 ] {} oximeter.measurements_bool (0b2779fa-d8a4-4f66-a14b-91b20b950528) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.01.02 05:11:03.592769 [ 270 ] {da06bc4d-cfb4-4ae8-8a81-2dcd8994d051} executeQuery: Read 6 rows, 321.00 B in 0.001105 sec., 5429.8642533936645 rows/sec., 283.69 KiB/sec. 2026.01.02 05:11:03.592818 [ 52 ] {} oximeter.measurements_bool (0b2779fa-d8a4-4f66-a14b-91b20b950528): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:11:03.592821 [ 270 ] {da06bc4d-cfb4-4ae8-8a81-2dcd8994d051} TCPHandler: Processed in 0.001284431 sec. 2026.01.02 05:11:03.592847 [ 52 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2026.01.02 05:11:03.592950 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:11:03.592961 [ 199 ] {0b2779fa-d8a4-4f66-a14b-91b20b950528::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2026.01.02 05:11:03.593053 [ 270 ] {a0384822-e191-46be-bff4-c3c1a067e29a} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.02 05:11:03.593101 [ 270 ] {a0384822-e191-46be-bff4-c3c1a067e29a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.02 05:11:03.593106 [ 199 ] {0b2779fa-d8a4-4f66-a14b-91b20b950528::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.02 05:11:03.593152 [ 199 ] {0b2779fa-d8a4-4f66-a14b-91b20b950528::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 6 rows starting from the beginning of the part 2026.01.02 05:11:03.593217 [ 199 ] {0b2779fa-d8a4-4f66-a14b-91b20b950528::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 6 rows starting from the beginning of the part 2026.01.02 05:11:03.593261 [ 199 ] {0b2779fa-d8a4-4f66-a14b-91b20b950528::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 6 rows starting from the beginning of the part 2026.01.02 05:11:03.593303 [ 199 ] {0b2779fa-d8a4-4f66-a14b-91b20b950528::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 6 rows starting from the beginning of the part 2026.01.02 05:11:03.593343 [ 199 ] {0b2779fa-d8a4-4f66-a14b-91b20b950528::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 6 rows starting from the beginning of the part 2026.01.02 05:11:03.593382 [ 199 ] {0b2779fa-d8a4-4f66-a14b-91b20b950528::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 6 rows starting from the beginning of the part 2026.01.02 05:11:03.593531 [ 270 ] {a0384822-e191-46be-bff4-c3c1a067e29a} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:11:03.593575 [ 270 ] {a0384822-e191-46be-bff4-c3c1a067e29a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2026.01.02 05:11:03.593940 [ 270 ] {a0384822-e191-46be-bff4-c3c1a067e29a} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2026.01.02 05:11:03.594174 [ 270 ] {a0384822-e191-46be-bff4-c3c1a067e29a} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:11:03.594261 [ 190 ] {0b2779fa-d8a4-4f66-a14b-91b20b950528::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 4 columns (4 merged, 0 gathered) in 0.001347072 sec., 26724.629418472065 rows/sec., 1.36 MiB/sec. 2026.01.02 05:11:03.594301 [ 68 ] {} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2026.01.02 05:11:03.594314 [ 270 ] {a0384822-e191-46be-bff4-c3c1a067e29a} executeQuery: Read 314 rows, 21.12 KiB in 0.001281 sec., 245120.99921935986 rows/sec., 16.10 MiB/sec. 2026.01.02 05:11:03.594346 [ 68 ] {} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:11:03.594366 [ 270 ] {a0384822-e191-46be-bff4-c3c1a067e29a} TCPHandler: Processed in 0.001465394 sec. 2026.01.02 05:11:03.594372 [ 68 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2026.01.02 05:11:03.594408 [ 199 ] {0b2779fa-d8a4-4f66-a14b-91b20b950528::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.01.02 05:11:03.594482 [ 188 ] {935760ec-14c4-43f9-bf0f-f949cce05eda::all_1_61_12} MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full 2026.01.02 05:11:03.594499 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:11:03.594628 [ 188 ] {935760ec-14c4-43f9-bf0f-f949cce05eda::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.02 05:11:03.594629 [ 270 ] {7e6dddc1-590c-47b4-b53d-a7b1660e4e46} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.01.02 05:11:03.594677 [ 188 ] {935760ec-14c4-43f9-bf0f-f949cce05eda::all_1_61_12} MergeTreeSequentialSource: Reading 4 marks from part all_1_56_11, total 17000 rows starting from the beginning of the part 2026.01.02 05:11:03.594688 [ 199 ] {0b2779fa-d8a4-4f66-a14b-91b20b950528::all_1_6_1} oximeter.measurements_bool (0b2779fa-d8a4-4f66-a14b-91b20b950528): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:11:03.594701 [ 270 ] {7e6dddc1-590c-47b4-b53d-a7b1660e4e46} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.01.02 05:11:03.594758 [ 188 ] {935760ec-14c4-43f9-bf0f-f949cce05eda::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 160 rows starting from the beginning of the part 2026.01.02 05:11:03.594768 [ 199 ] {0b2779fa-d8a4-4f66-a14b-91b20b950528::all_1_6_1} oximeter.measurements_bool (0b2779fa-d8a4-4f66-a14b-91b20b950528) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.01.02 05:11:03.594818 [ 188 ] {935760ec-14c4-43f9-bf0f-f949cce05eda::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 160 rows starting from the beginning of the part 2026.01.02 05:11:03.594858 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. 2026.01.02 05:11:03.594871 [ 188 ] {935760ec-14c4-43f9-bf0f-f949cce05eda::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 319 rows starting from the beginning of the part 2026.01.02 05:11:03.594923 [ 188 ] {935760ec-14c4-43f9-bf0f-f949cce05eda::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.01.02 05:11:03.594966 [ 188 ] {935760ec-14c4-43f9-bf0f-f949cce05eda::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 314 rows starting from the beginning of the part 2026.01.02 05:11:03.595085 [ 270 ] {7e6dddc1-590c-47b4-b53d-a7b1660e4e46} oximeter.measurements_f64 (aa9bbb3a-da62-4075-81f6-d05edd62a94a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:11:03.595136 [ 270 ] {7e6dddc1-590c-47b4-b53d-a7b1660e4e46} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2026.01.02 05:11:03.595498 [ 270 ] {7e6dddc1-590c-47b4-b53d-a7b1660e4e46} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.01.02 05:11:03.595718 [ 270 ] {7e6dddc1-590c-47b4-b53d-a7b1660e4e46} oximeter.measurements_f64 (aa9bbb3a-da62-4075-81f6-d05edd62a94a): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:11:03.595854 [ 270 ] {7e6dddc1-590c-47b4-b53d-a7b1660e4e46} executeQuery: Read 1 rows, 69.00 B in 0.00125 sec., 800 rows/sec., 53.91 KiB/sec. 2026.01.02 05:11:03.595892 [ 270 ] {7e6dddc1-590c-47b4-b53d-a7b1660e4e46} TCPHandler: Processed in 0.001454695 sec. 2026.01.02 05:11:03.596009 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:11:03.596101 [ 270 ] {fc45eb6a-738a-484b-a7f0-684e46bd8ef9} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.02 05:11:03.596157 [ 270 ] {fc45eb6a-738a-484b-a7f0-684e46bd8ef9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.01.02 05:11:03.596991 [ 270 ] {fc45eb6a-738a-484b-a7f0-684e46bd8ef9} oximeter.measurements_histogramu64 (1ea2d44b-9dfb-4731-8ee2-8779179f369b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:11:03.597028 [ 270 ] {fc45eb6a-738a-484b-a7f0-684e46bd8ef9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2026.01.02 05:11:03.597666 [ 270 ] {fc45eb6a-738a-484b-a7f0-684e46bd8ef9} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.01.02 05:11:03.597904 [ 270 ] {fc45eb6a-738a-484b-a7f0-684e46bd8ef9} oximeter.measurements_histogramu64 (1ea2d44b-9dfb-4731-8ee2-8779179f369b): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:11:03.598049 [ 270 ] {fc45eb6a-738a-484b-a7f0-684e46bd8ef9} executeQuery: Read 40 rows, 73.40 KiB in 0.001966 sec., 20345.87995930824 rows/sec., 36.46 MiB/sec. 2026.01.02 05:11:03.598105 [ 270 ] {fc45eb6a-738a-484b-a7f0-684e46bd8ef9} TCPHandler: Processed in 0.002145666 sec. 2026.01.02 05:11:03.598214 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:11:03.598307 [ 270 ] {1a904880-4e36-49f9-a796-44ab5e8853be} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.02 05:11:03.598350 [ 270 ] {1a904880-4e36-49f9-a796-44ab5e8853be} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.02 05:11:03.598682 [ 270 ] {1a904880-4e36-49f9-a796-44ab5e8853be} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:11:03.598719 [ 270 ] {1a904880-4e36-49f9-a796-44ab5e8853be} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2026.01.02 05:11:03.599064 [ 270 ] {1a904880-4e36-49f9-a796-44ab5e8853be} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2026.01.02 05:11:03.599285 [ 270 ] {1a904880-4e36-49f9-a796-44ab5e8853be} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:11:03.599418 [ 270 ] {1a904880-4e36-49f9-a796-44ab5e8853be} executeQuery: Read 104 rows, 6.53 KiB in 0.001128 sec., 92198.58156028368 rows/sec., 5.65 MiB/sec. 2026.01.02 05:11:03.599455 [ 270 ] {1a904880-4e36-49f9-a796-44ab5e8853be} TCPHandler: Processed in 0.001289681 sec. 2026.01.02 05:11:03.599498 [ 190 ] {935760ec-14c4-43f9-bf0f-f949cce05eda::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 18113 rows, containing 5 columns (5 merged, 0 gathered) in 0.005064355 sec., 3576566.0187723804 rows/sec., 244.52 MiB/sec. 2026.01.02 05:11:03.599701 [ 188 ] {935760ec-14c4-43f9-bf0f-f949cce05eda::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2026.01.02 05:11:03.599954 [ 188 ] {935760ec-14c4-43f9-bf0f-f949cce05eda::all_1_61_12} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:11:03.600024 [ 188 ] {935760ec-14c4-43f9-bf0f-f949cce05eda::all_1_61_12} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2026.01.02 05:11:03.600091 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.15 MiB. 2026.01.02 05:11:08.596767 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:11:08.596961 [ 270 ] {73f73e6c-b655-48c4-a6b9-e7d99b822fe8} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.01.02 05:11:08.597029 [ 270 ] {73f73e6c-b655-48c4-a6b9-e7d99b822fe8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.01.02 05:11:08.597679 [ 270 ] {73f73e6c-b655-48c4-a6b9-e7d99b822fe8} oximeter.fields_i16 (cb56b64a-0514-41c6-b851-58b3833bf8fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:11:08.597725 [ 270 ] {73f73e6c-b655-48c4-a6b9-e7d99b822fe8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2026.01.02 05:11:08.598118 [ 270 ] {73f73e6c-b655-48c4-a6b9-e7d99b822fe8} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.01.02 05:11:08.598368 [ 270 ] {73f73e6c-b655-48c4-a6b9-e7d99b822fe8} oximeter.fields_i16 (cb56b64a-0514-41c6-b851-58b3833bf8fd): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:11:08.598522 [ 270 ] {73f73e6c-b655-48c4-a6b9-e7d99b822fe8} executeQuery: Read 24 rows, 2.04 KiB in 0.001612 sec., 14888.33746898263 rows/sec., 1.24 MiB/sec. 2026.01.02 05:11:08.598566 [ 270 ] {73f73e6c-b655-48c4-a6b9-e7d99b822fe8} TCPHandler: Processed in 0.001930573 sec. 2026.01.02 05:11:08.598688 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:11:08.598783 [ 270 ] {c36d8c8d-5fcf-4736-9843-79074d47313a} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.01.02 05:11:08.598823 [ 270 ] {c36d8c8d-5fcf-4736-9843-79074d47313a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.01.02 05:11:08.599231 [ 270 ] {c36d8c8d-5fcf-4736-9843-79074d47313a} oximeter.fields_ipaddr (645cdd3d-4969-40ee-99e7-272b8c981424): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:11:08.599268 [ 270 ] {c36d8c8d-5fcf-4736-9843-79074d47313a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2026.01.02 05:11:08.599571 [ 270 ] {c36d8c8d-5fcf-4736-9843-79074d47313a} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.01.02 05:11:08.599787 [ 270 ] {c36d8c8d-5fcf-4736-9843-79074d47313a} oximeter.fields_ipaddr (645cdd3d-4969-40ee-99e7-272b8c981424): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:11:08.599915 [ 270 ] {c36d8c8d-5fcf-4736-9843-79074d47313a} executeQuery: Read 2 rows, 167.00 B in 0.001151 sec., 1737.619461337967 rows/sec., 141.69 KiB/sec. 2026.01.02 05:11:08.599953 [ 270 ] {c36d8c8d-5fcf-4736-9843-79074d47313a} TCPHandler: Processed in 0.001315572 sec. 2026.01.02 05:11:08.600069 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:11:08.600162 [ 270 ] {41ea5778-84fe-4035-a9b8-36b59e05b70a} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.02 05:11:08.600202 [ 270 ] {41ea5778-84fe-4035-a9b8-36b59e05b70a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.02 05:11:08.601164 [ 270 ] {41ea5778-84fe-4035-a9b8-36b59e05b70a} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:11:08.601201 [ 270 ] {41ea5778-84fe-4035-a9b8-36b59e05b70a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2026.01.02 05:11:08.601627 [ 270 ] {41ea5778-84fe-4035-a9b8-36b59e05b70a} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2026.01.02 05:11:08.601867 [ 270 ] {41ea5778-84fe-4035-a9b8-36b59e05b70a} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:11:08.601999 [ 270 ] {41ea5778-84fe-4035-a9b8-36b59e05b70a} executeQuery: Read 1317 rows, 112.50 KiB in 0.001854 sec., 710355.9870550162 rows/sec., 59.26 MiB/sec. 2026.01.02 05:11:08.602036 [ 270 ] {41ea5778-84fe-4035-a9b8-36b59e05b70a} TCPHandler: Processed in 0.002016334 sec. 2026.01.02 05:11:08.602145 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:11:08.602238 [ 270 ] {0d2cbfe5-12a7-4c74-a04e-c5b2c65ea5de} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.02 05:11:08.602279 [ 270 ] {0d2cbfe5-12a7-4c74-a04e-c5b2c65ea5de} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.02 05:11:08.602676 [ 270 ] {0d2cbfe5-12a7-4c74-a04e-c5b2c65ea5de} oximeter.fields_u16 (75d7a870-5da0-445d-b2e0-ec90b5ea7788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:11:08.602713 [ 270 ] {0d2cbfe5-12a7-4c74-a04e-c5b2c65ea5de} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2026.01.02 05:11:08.603003 [ 270 ] {0d2cbfe5-12a7-4c74-a04e-c5b2c65ea5de} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2026.01.02 05:11:08.603213 [ 270 ] {0d2cbfe5-12a7-4c74-a04e-c5b2c65ea5de} oximeter.fields_u16 (75d7a870-5da0-445d-b2e0-ec90b5ea7788): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:11:08.603341 [ 270 ] {0d2cbfe5-12a7-4c74-a04e-c5b2c65ea5de} executeQuery: Read 14 rows, 1.10 KiB in 0.00112 sec., 12500.000000000002 rows/sec., 982.67 KiB/sec. 2026.01.02 05:11:08.603378 [ 270 ] {0d2cbfe5-12a7-4c74-a04e-c5b2c65ea5de} TCPHandler: Processed in 0.001282251 sec. 2026.01.02 05:11:08.603491 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:11:08.603585 [ 270 ] {146e95dd-da23-412b-86c1-c23e3bc9f82d} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.02 05:11:08.603625 [ 270 ] {146e95dd-da23-412b-86c1-c23e3bc9f82d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.02 05:11:08.604081 [ 270 ] {146e95dd-da23-412b-86c1-c23e3bc9f82d} oximeter.fields_u32 (1310015a-3be0-40ba-9fec-1b5eb4ed9f75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:11:08.604117 [ 270 ] {146e95dd-da23-412b-86c1-c23e3bc9f82d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2026.01.02 05:11:08.604435 [ 270 ] {146e95dd-da23-412b-86c1-c23e3bc9f82d} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.01.02 05:11:08.604643 [ 270 ] {146e95dd-da23-412b-86c1-c23e3bc9f82d} oximeter.fields_u32 (1310015a-3be0-40ba-9fec-1b5eb4ed9f75): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:11:08.604744 [ 62 ] {} oximeter.fields_u32 (1310015a-3be0-40ba-9fec-1b5eb4ed9f75) (MergerMutator): Selected 6 parts from all_1_14_3 to all_19_19_0 2026.01.02 05:11:08.604767 [ 270 ] {146e95dd-da23-412b-86c1-c23e3bc9f82d} executeQuery: Read 252 rows, 17.85 KiB in 0.001201 sec., 209825.14571190675 rows/sec., 14.51 MiB/sec. 2026.01.02 05:11:08.604813 [ 62 ] {} oximeter.fields_u32 (1310015a-3be0-40ba-9fec-1b5eb4ed9f75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:11:08.604823 [ 270 ] {146e95dd-da23-412b-86c1-c23e3bc9f82d} TCPHandler: Processed in 0.001386203 sec. 2026.01.02 05:11:08.604842 [ 62 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2026.01.02 05:11:08.604939 [ 201 ] {1310015a-3be0-40ba-9fec-1b5eb4ed9f75::all_1_19_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_14_3 to all_19_19_0 into Compact with storage Full 2026.01.02 05:11:08.604949 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:11:08.605043 [ 201 ] {1310015a-3be0-40ba-9fec-1b5eb4ed9f75::all_1_19_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.02 05:11:08.605055 [ 270 ] {7d2d3385-14e8-4f8c-ba60-4963c01d16a9} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.01.02 05:11:08.605074 [ 201 ] {1310015a-3be0-40ba-9fec-1b5eb4ed9f75::all_1_19_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_14_3, total 465 rows starting from the beginning of the part 2026.01.02 05:11:08.605096 [ 270 ] {7d2d3385-14e8-4f8c-ba60-4963c01d16a9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.01.02 05:11:08.605133 [ 201 ] {1310015a-3be0-40ba-9fec-1b5eb4ed9f75::all_1_19_4} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 252 rows starting from the beginning of the part 2026.01.02 05:11:08.605181 [ 201 ] {1310015a-3be0-40ba-9fec-1b5eb4ed9f75::all_1_19_4} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 252 rows starting from the beginning of the part 2026.01.02 05:11:08.605226 [ 201 ] {1310015a-3be0-40ba-9fec-1b5eb4ed9f75::all_1_19_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 213 rows starting from the beginning of the part 2026.01.02 05:11:08.605269 [ 201 ] {1310015a-3be0-40ba-9fec-1b5eb4ed9f75::all_1_19_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 212 rows starting from the beginning of the part 2026.01.02 05:11:08.605310 [ 201 ] {1310015a-3be0-40ba-9fec-1b5eb4ed9f75::all_1_19_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 252 rows starting from the beginning of the part 2026.01.02 05:11:08.605501 [ 270 ] {7d2d3385-14e8-4f8c-ba60-4963c01d16a9} oximeter.fields_u8 (ae3e3832-81ae-4954-8933-d68b9608f6be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:11:08.605536 [ 270 ] {7d2d3385-14e8-4f8c-ba60-4963c01d16a9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2026.01.02 05:11:08.605834 [ 270 ] {7d2d3385-14e8-4f8c-ba60-4963c01d16a9} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.01.02 05:11:08.606044 [ 270 ] {7d2d3385-14e8-4f8c-ba60-4963c01d16a9} oximeter.fields_u8 (ae3e3832-81ae-4954-8933-d68b9608f6be): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:11:08.606173 [ 270 ] {7d2d3385-14e8-4f8c-ba60-4963c01d16a9} executeQuery: Read 12 rows, 960.00 B in 0.001136 sec., 10563.38028169014 rows/sec., 825.26 KiB/sec. 2026.01.02 05:11:08.606212 [ 270 ] {7d2d3385-14e8-4f8c-ba60-4963c01d16a9} TCPHandler: Processed in 0.001310992 sec. 2026.01.02 05:11:08.606293 [ 188 ] {1310015a-3be0-40ba-9fec-1b5eb4ed9f75::all_1_19_4} MergeTask::MergeProjectionsStage: Merge sorted 1646 rows, containing 5 columns (5 merged, 0 gathered) in 0.001390503 sec., 1183744.299724632 rows/sec., 84.24 MiB/sec. 2026.01.02 05:11:08.606321 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:11:08.606424 [ 270 ] {1767763f-9fbe-4d13-b2b7-3c59b5e46c99} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.02 05:11:08.606466 [ 270 ] {1767763f-9fbe-4d13-b2b7-3c59b5e46c99} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.02 05:11:08.606505 [ 190 ] {1310015a-3be0-40ba-9fec-1b5eb4ed9f75::all_1_19_4} MergedBlockOutputStream: filled checksums all_1_19_4 (state Temporary) 2026.01.02 05:11:08.606794 [ 190 ] {1310015a-3be0-40ba-9fec-1b5eb4ed9f75::all_1_19_4} oximeter.fields_u32 (1310015a-3be0-40ba-9fec-1b5eb4ed9f75): Renaming temporary part tmp_merge_all_1_19_4 to all_1_19_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:11:08.606868 [ 190 ] {1310015a-3be0-40ba-9fec-1b5eb4ed9f75::all_1_19_4} oximeter.fields_u32 (1310015a-3be0-40ba-9fec-1b5eb4ed9f75) (MergerMutator): Merged 6 parts: [all_1_14_3, all_19_19_0] -> all_1_19_4 2026.01.02 05:11:08.606962 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.44 MiB. 2026.01.02 05:11:08.607046 [ 270 ] {1767763f-9fbe-4d13-b2b7-3c59b5e46c99} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:11:08.607087 [ 270 ] {1767763f-9fbe-4d13-b2b7-3c59b5e46c99} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2026.01.02 05:11:08.607426 [ 270 ] {1767763f-9fbe-4d13-b2b7-3c59b5e46c99} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2026.01.02 05:11:08.607640 [ 270 ] {1767763f-9fbe-4d13-b2b7-3c59b5e46c99} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:11:08.607766 [ 270 ] {1767763f-9fbe-4d13-b2b7-3c59b5e46c99} executeQuery: Read 558 rows, 42.83 KiB in 0.001359 sec., 410596.02649006626 rows/sec., 30.77 MiB/sec. 2026.01.02 05:11:08.607804 [ 270 ] {1767763f-9fbe-4d13-b2b7-3c59b5e46c99} TCPHandler: Processed in 0.001532215 sec. 2026.01.02 05:11:08.607915 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:11:08.608008 [ 270 ] {d8a47240-d0fd-4de9-b5a2-802a82d63eed} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.02 05:11:08.608053 [ 270 ] {d8a47240-d0fd-4de9-b5a2-802a82d63eed} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.02 05:11:08.608621 [ 270 ] {d8a47240-d0fd-4de9-b5a2-802a82d63eed} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:11:08.608658 [ 270 ] {d8a47240-d0fd-4de9-b5a2-802a82d63eed} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2026.01.02 05:11:08.609034 [ 270 ] {d8a47240-d0fd-4de9-b5a2-802a82d63eed} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2026.01.02 05:11:08.609245 [ 270 ] {d8a47240-d0fd-4de9-b5a2-802a82d63eed} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:11:08.609377 [ 270 ] {d8a47240-d0fd-4de9-b5a2-802a82d63eed} executeQuery: Read 881 rows, 61.23 KiB in 0.001386 sec., 635642.1356421356 rows/sec., 43.14 MiB/sec. 2026.01.02 05:11:08.609415 [ 270 ] {d8a47240-d0fd-4de9-b5a2-802a82d63eed} TCPHandler: Processed in 0.001548637 sec. 2026.01.02 05:11:08.609525 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:11:08.609619 [ 270 ] {b98c3b81-58da-4b4c-ac61-41ed4de64ec0} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.02 05:11:08.609662 [ 270 ] {b98c3b81-58da-4b4c-ac61-41ed4de64ec0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.02 05:11:08.609995 [ 270 ] {b98c3b81-58da-4b4c-ac61-41ed4de64ec0} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:11:08.610034 [ 270 ] {b98c3b81-58da-4b4c-ac61-41ed4de64ec0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2026.01.02 05:11:08.610341 [ 270 ] {b98c3b81-58da-4b4c-ac61-41ed4de64ec0} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2026.01.02 05:11:08.610553 [ 270 ] {b98c3b81-58da-4b4c-ac61-41ed4de64ec0} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:11:08.610660 [ 62 ] {} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2026.01.02 05:11:08.610681 [ 270 ] {b98c3b81-58da-4b4c-ac61-41ed4de64ec0} executeQuery: Read 60 rows, 4.14 KiB in 0.00108 sec., 55555.555555555555 rows/sec., 3.74 MiB/sec. 2026.01.02 05:11:08.610692 [ 62 ] {} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:11:08.610721 [ 62 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2026.01.02 05:11:08.610724 [ 270 ] {b98c3b81-58da-4b4c-ac61-41ed4de64ec0} TCPHandler: Processed in 0.001246841 sec. 2026.01.02 05:11:08.610805 [ 201 ] {45294a01-6668-46b2-a532-60faf64b8164::all_1_61_12} MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full 2026.01.02 05:11:08.610885 [ 201 ] {45294a01-6668-46b2-a532-60faf64b8164::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.02 05:11:08.610912 [ 201 ] {45294a01-6668-46b2-a532-60faf64b8164::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 3146 rows starting from the beginning of the part 2026.01.02 05:11:08.610956 [ 201 ] {45294a01-6668-46b2-a532-60faf64b8164::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 60 rows starting from the beginning of the part 2026.01.02 05:11:08.610994 [ 201 ] {45294a01-6668-46b2-a532-60faf64b8164::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 104 rows starting from the beginning of the part 2026.01.02 05:11:08.611029 [ 201 ] {45294a01-6668-46b2-a532-60faf64b8164::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 60 rows starting from the beginning of the part 2026.01.02 05:11:08.611061 [ 201 ] {45294a01-6668-46b2-a532-60faf64b8164::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 104 rows starting from the beginning of the part 2026.01.02 05:11:08.611096 [ 201 ] {45294a01-6668-46b2-a532-60faf64b8164::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 60 rows starting from the beginning of the part 2026.01.02 05:11:08.612147 [ 189 ] {45294a01-6668-46b2-a532-60faf64b8164::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 3534 rows, containing 4 columns (4 merged, 0 gathered) in 0.001380643 sec., 2559676.904167116 rows/sec., 169.72 MiB/sec. 2026.01.02 05:11:08.612422 [ 189 ] {45294a01-6668-46b2-a532-60faf64b8164::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2026.01.02 05:11:08.612680 [ 189 ] {45294a01-6668-46b2-a532-60faf64b8164::all_1_61_12} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:11:08.612741 [ 189 ] {45294a01-6668-46b2-a532-60faf64b8164::all_1_61_12} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2026.01.02 05:11:08.612805 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.77 MiB. 2026.01.02 05:11:09.460106 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 21657 2026.01.02 05:11:09.460640 [ 245 ] {} system.asynchronous_metric_log (bb53ce5c-bddd-4105-a5af-ef87950cd4f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:11:09.460679 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2026.01.02 05:11:09.461155 [ 245 ] {} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2026.01.02 05:11:09.461380 [ 245 ] {} system.asynchronous_metric_log (bb53ce5c-bddd-4105-a5af-ef87950cd4f3): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:11:09.461769 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 21657 2026.01.02 05:11:10.659010 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 339 2026.01.02 05:11:10.676646 [ 244 ] {} system.metric_log (a59fffb9-cc3a-4586-97e5-9d20b67a7356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:11:10.676706 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2026.01.02 05:11:10.682779 [ 244 ] {} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2026.01.02 05:11:10.683478 [ 244 ] {} system.metric_log (a59fffb9-cc3a-4586-97e5-9d20b67a7356): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:11:10.686482 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 339 2026.01.02 05:11:12.026792 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 40 entries to flush up to offset 1060 2026.01.02 05:11:12.029331 [ 243 ] {} system.query_log (dd3f3490-5765-4d2a-9406-0e239d3e9a13): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:11:12.029377 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2026.01.02 05:11:12.030607 [ 243 ] {} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.01.02 05:11:12.030867 [ 243 ] {} system.query_log (dd3f3490-5765-4d2a-9406-0e239d3e9a13): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:11:12.031190 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1060 2026.01.02 05:11:13.569122 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:11:13.569316 [ 270 ] {f311b401-7212-4406-bdff-673c0e999cee} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.02 05:11:13.569384 [ 270 ] {f311b401-7212-4406-bdff-673c0e999cee} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.02 05:11:13.570122 [ 270 ] {f311b401-7212-4406-bdff-673c0e999cee} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:11:13.570172 [ 270 ] {f311b401-7212-4406-bdff-673c0e999cee} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2026.01.02 05:11:13.570596 [ 270 ] {f311b401-7212-4406-bdff-673c0e999cee} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2026.01.02 05:11:13.570827 [ 270 ] {f311b401-7212-4406-bdff-673c0e999cee} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:11:13.570986 [ 270 ] {f311b401-7212-4406-bdff-673c0e999cee} executeQuery: Read 136 rows, 12.08 KiB in 0.001722 sec., 78977.93263646922 rows/sec., 6.85 MiB/sec. 2026.01.02 05:11:13.571033 [ 270 ] {f311b401-7212-4406-bdff-673c0e999cee} TCPHandler: Processed in 0.002045185 sec. 2026.01.02 05:11:13.571161 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:11:13.571262 [ 270 ] {47b94684-50b6-42a7-b09d-c2875da93273} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.02 05:11:13.571307 [ 270 ] {47b94684-50b6-42a7-b09d-c2875da93273} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.02 05:11:13.571764 [ 270 ] {47b94684-50b6-42a7-b09d-c2875da93273} oximeter.fields_u16 (75d7a870-5da0-445d-b2e0-ec90b5ea7788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:11:13.571802 [ 270 ] {47b94684-50b6-42a7-b09d-c2875da93273} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2026.01.02 05:11:13.572144 [ 270 ] {47b94684-50b6-42a7-b09d-c2875da93273} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2026.01.02 05:11:13.572373 [ 270 ] {47b94684-50b6-42a7-b09d-c2875da93273} oximeter.fields_u16 (75d7a870-5da0-445d-b2e0-ec90b5ea7788): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:11:13.572516 [ 270 ] {47b94684-50b6-42a7-b09d-c2875da93273} executeQuery: Read 40 rows, 3.01 KiB in 0.001273 sec., 31421.838177533384 rows/sec., 2.31 MiB/sec. 2026.01.02 05:11:13.572559 [ 270 ] {47b94684-50b6-42a7-b09d-c2875da93273} TCPHandler: Processed in 0.001449374 sec. 2026.01.02 05:11:13.572669 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:11:13.572765 [ 270 ] {9a8ee2e4-09ec-48dd-aab8-a8c723bdd227} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.02 05:11:13.572806 [ 270 ] {9a8ee2e4-09ec-48dd-aab8-a8c723bdd227} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.02 05:11:13.573447 [ 270 ] {9a8ee2e4-09ec-48dd-aab8-a8c723bdd227} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:11:13.573484 [ 270 ] {9a8ee2e4-09ec-48dd-aab8-a8c723bdd227} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2026.01.02 05:11:13.573826 [ 270 ] {9a8ee2e4-09ec-48dd-aab8-a8c723bdd227} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2026.01.02 05:11:13.574032 [ 270 ] {9a8ee2e4-09ec-48dd-aab8-a8c723bdd227} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:11:13.574163 [ 270 ] {9a8ee2e4-09ec-48dd-aab8-a8c723bdd227} executeQuery: Read 104 rows, 8.32 KiB in 0.001459 sec., 71281.69979437972 rows/sec., 5.57 MiB/sec. 2026.01.02 05:11:13.574200 [ 270 ] {9a8ee2e4-09ec-48dd-aab8-a8c723bdd227} TCPHandler: Processed in 0.001625388 sec. 2026.01.02 05:11:13.574304 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:11:13.574394 [ 270 ] {af1d2611-f7e0-4c44-a641-95b0959eb601} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.02 05:11:13.574435 [ 270 ] {af1d2611-f7e0-4c44-a641-95b0959eb601} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.02 05:11:13.574921 [ 270 ] {af1d2611-f7e0-4c44-a641-95b0959eb601} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:11:13.574960 [ 270 ] {af1d2611-f7e0-4c44-a641-95b0959eb601} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2026.01.02 05:11:13.575305 [ 270 ] {af1d2611-f7e0-4c44-a641-95b0959eb601} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2026.01.02 05:11:13.575523 [ 270 ] {af1d2611-f7e0-4c44-a641-95b0959eb601} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:11:13.575662 [ 270 ] {af1d2611-f7e0-4c44-a641-95b0959eb601} executeQuery: Read 160 rows, 11.41 KiB in 0.001228 sec., 130293.15960912053 rows/sec., 9.07 MiB/sec. 2026.01.02 05:11:13.575701 [ 270 ] {af1d2611-f7e0-4c44-a641-95b0959eb601} TCPHandler: Processed in 0.001392413 sec. 2026.01.02 05:11:13.575811 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:11:13.575905 [ 270 ] {433554df-8d00-4ea4-baae-32cca4397d71} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.02 05:11:13.575960 [ 270 ] {433554df-8d00-4ea4-baae-32cca4397d71} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.01.02 05:11:13.576878 [ 270 ] {433554df-8d00-4ea4-baae-32cca4397d71} oximeter.measurements_histogramu64 (1ea2d44b-9dfb-4731-8ee2-8779179f369b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:11:13.576916 [ 270 ] {433554df-8d00-4ea4-baae-32cca4397d71} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2026.01.02 05:11:13.577536 [ 270 ] {433554df-8d00-4ea4-baae-32cca4397d71} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.01.02 05:11:13.577769 [ 270 ] {433554df-8d00-4ea4-baae-32cca4397d71} oximeter.measurements_histogramu64 (1ea2d44b-9dfb-4731-8ee2-8779179f369b): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:11:13.577916 [ 270 ] {433554df-8d00-4ea4-baae-32cca4397d71} executeQuery: Read 40 rows, 73.40 KiB in 0.002028 sec., 19723.865877712033 rows/sec., 35.34 MiB/sec. 2026.01.02 05:11:13.577971 [ 270 ] {433554df-8d00-4ea4-baae-32cca4397d71} TCPHandler: Processed in 0.002210157 sec. 2026.01.02 05:11:13.578079 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:11:13.578172 [ 270 ] {6f4a9a0f-2dba-4b48-9050-4dc5ba7da2d9} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.02 05:11:13.578215 [ 270 ] {6f4a9a0f-2dba-4b48-9050-4dc5ba7da2d9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.02 05:11:13.578547 [ 270 ] {6f4a9a0f-2dba-4b48-9050-4dc5ba7da2d9} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:11:13.578584 [ 270 ] {6f4a9a0f-2dba-4b48-9050-4dc5ba7da2d9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2026.01.02 05:11:13.578891 [ 270 ] {6f4a9a0f-2dba-4b48-9050-4dc5ba7da2d9} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2026.01.02 05:11:13.579121 [ 270 ] {6f4a9a0f-2dba-4b48-9050-4dc5ba7da2d9} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:11:13.579249 [ 270 ] {6f4a9a0f-2dba-4b48-9050-4dc5ba7da2d9} executeQuery: Read 60 rows, 4.14 KiB in 0.001095 sec., 54794.520547945205 rows/sec., 3.69 MiB/sec. 2026.01.02 05:11:13.579284 [ 270 ] {6f4a9a0f-2dba-4b48-9050-4dc5ba7da2d9} TCPHandler: Processed in 0.001253371 sec. 2026.01.02 05:11:16.779419 [ 53 ] {} DNSResolver: Updating DNS cache 2026.01.02 05:11:16.779468 [ 53 ] {} DNSResolver: Updated DNS cache 2026.01.02 05:11:16.961938 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 22105 2026.01.02 05:11:16.962762 [ 245 ] {} system.asynchronous_metric_log (bb53ce5c-bddd-4105-a5af-ef87950cd4f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:11:16.962834 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2026.01.02 05:11:16.963422 [ 245 ] {} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2026.01.02 05:11:16.963685 [ 245 ] {} system.asynchronous_metric_log (bb53ce5c-bddd-4105-a5af-ef87950cd4f3): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:11:16.963820 [ 53 ] {} system.asynchronous_metric_log (bb53ce5c-bddd-4105-a5af-ef87950cd4f3) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2026.01.02 05:11:16.963840 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22105 2026.01.02 05:11:16.963862 [ 53 ] {} system.asynchronous_metric_log (bb53ce5c-bddd-4105-a5af-ef87950cd4f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:11:16.963885 [ 53 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2026.01.02 05:11:16.963996 [ 201 ] {bb53ce5c-bddd-4105-a5af-ef87950cd4f3::all_1_46_9} MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full 2026.01.02 05:11:16.964103 [ 201 ] {bb53ce5c-bddd-4105-a5af-ef87950cd4f3::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.02 05:11:16.964141 [ 201 ] {bb53ce5c-bddd-4105-a5af-ef87950cd4f3::all_1_46_9} MergeTreeSequentialSource: Reading 4 marks from part all_1_41_8, total 19737 rows starting from the beginning of the part 2026.01.02 05:11:16.964209 [ 201 ] {bb53ce5c-bddd-4105-a5af-ef87950cd4f3::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.01.02 05:11:16.964261 [ 201 ] {bb53ce5c-bddd-4105-a5af-ef87950cd4f3::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.01.02 05:11:16.964309 [ 201 ] {bb53ce5c-bddd-4105-a5af-ef87950cd4f3::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.01.02 05:11:16.964357 [ 201 ] {bb53ce5c-bddd-4105-a5af-ef87950cd4f3::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.01.02 05:11:16.964406 [ 201 ] {bb53ce5c-bddd-4105-a5af-ef87950cd4f3::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.01.02 05:11:16.966558 [ 188 ] {bb53ce5c-bddd-4105-a5af-ef87950cd4f3::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 22105 rows, containing 4 columns (4 merged, 0 gathered) in 0.002615033 sec., 8453048.202450981 rows/sec., 120.92 MiB/sec. 2026.01.02 05:11:16.966923 [ 197 ] {bb53ce5c-bddd-4105-a5af-ef87950cd4f3::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2026.01.02 05:11:16.967197 [ 197 ] {bb53ce5c-bddd-4105-a5af-ef87950cd4f3::all_1_46_9} system.asynchronous_metric_log (bb53ce5c-bddd-4105-a5af-ef87950cd4f3): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:11:16.967264 [ 197 ] {bb53ce5c-bddd-4105-a5af-ef87950cd4f3::all_1_46_9} system.asynchronous_metric_log (bb53ce5c-bddd-4105-a5af-ef87950cd4f3) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2026.01.02 05:11:16.967336 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.68 MiB. 2026.01.02 05:11:18.186646 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 347 2026.01.02 05:11:18.205043 [ 244 ] {} system.metric_log (a59fffb9-cc3a-4586-97e5-9d20b67a7356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:11:18.205106 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2026.01.02 05:11:18.211098 [ 244 ] {} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2026.01.02 05:11:18.211832 [ 244 ] {} system.metric_log (a59fffb9-cc3a-4586-97e5-9d20b67a7356): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:11:18.212123 [ 51 ] {} system.metric_log (a59fffb9-cc3a-4586-97e5-9d20b67a7356) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2026.01.02 05:11:18.212196 [ 51 ] {} system.metric_log (a59fffb9-cc3a-4586-97e5-9d20b67a7356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:11:18.212221 [ 51 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2026.01.02 05:11:18.212380 [ 197 ] {a59fffb9-cc3a-4586-97e5-9d20b67a7356::all_1_46_9} MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full 2026.01.02 05:11:18.215535 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 347 2026.01.02 05:11:18.216628 [ 197 ] {a59fffb9-cc3a-4586-97e5-9d20b67a7356::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.02 05:11:18.218087 [ 197 ] {a59fffb9-cc3a-4586-97e5-9d20b67a7356::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 309 rows starting from the beginning of the part 2026.01.02 05:11:18.222741 [ 197 ] {a59fffb9-cc3a-4586-97e5-9d20b67a7356::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 8 rows starting from the beginning of the part 2026.01.02 05:11:18.227404 [ 197 ] {a59fffb9-cc3a-4586-97e5-9d20b67a7356::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 7 rows starting from the beginning of the part 2026.01.02 05:11:18.231847 [ 197 ] {a59fffb9-cc3a-4586-97e5-9d20b67a7356::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 8 rows starting from the beginning of the part 2026.01.02 05:11:18.236639 [ 197 ] {a59fffb9-cc3a-4586-97e5-9d20b67a7356::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 7 rows starting from the beginning of the part 2026.01.02 05:11:18.241118 [ 197 ] {a59fffb9-cc3a-4586-97e5-9d20b67a7356::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 8 rows starting from the beginning of the part 2026.01.02 05:11:18.297903 [ 188 ] {a59fffb9-cc3a-4586-97e5-9d20b67a7356::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 347 rows, containing 679 columns (679 merged, 0 gathered) in 0.085600313 sec., 4053.7234951465657 rows/sec., 20.96 MiB/sec. 2026.01.02 05:11:18.300872 [ 186 ] {a59fffb9-cc3a-4586-97e5-9d20b67a7356::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2026.01.02 05:11:18.302971 [ 186 ] {a59fffb9-cc3a-4586-97e5-9d20b67a7356::all_1_46_9} system.metric_log (a59fffb9-cc3a-4586-97e5-9d20b67a7356): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:11:18.303082 [ 186 ] {a59fffb9-cc3a-4586-97e5-9d20b67a7356::all_1_46_9} system.metric_log (a59fffb9-cc3a-4586-97e5-9d20b67a7356) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2026.01.02 05:11:18.305323 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.96 MiB. 2026.01.02 05:11:18.568105 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:11:18.568305 [ 270 ] {2057cd83-20b6-4d7d-b5f0-c7be580a188e} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.02 05:11:18.568404 [ 270 ] {2057cd83-20b6-4d7d-b5f0-c7be580a188e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.02 05:11:18.569333 [ 270 ] {2057cd83-20b6-4d7d-b5f0-c7be580a188e} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:11:18.569376 [ 270 ] {2057cd83-20b6-4d7d-b5f0-c7be580a188e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2026.01.02 05:11:18.569767 [ 270 ] {2057cd83-20b6-4d7d-b5f0-c7be580a188e} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2026.01.02 05:11:18.569985 [ 270 ] {2057cd83-20b6-4d7d-b5f0-c7be580a188e} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:11:18.570141 [ 270 ] {2057cd83-20b6-4d7d-b5f0-c7be580a188e} executeQuery: Read 56 rows, 4.41 KiB in 0.001909 sec., 29334.73022524882 rows/sec., 2.25 MiB/sec. 2026.01.02 05:11:18.570182 [ 270 ] {2057cd83-20b6-4d7d-b5f0-c7be580a188e} TCPHandler: Processed in 0.002201677 sec. 2026.01.02 05:11:18.570315 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:11:18.570411 [ 270 ] {bdd303cb-695c-43f0-bf59-55cec3f9ea14} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.02 05:11:18.570477 [ 270 ] {bdd303cb-695c-43f0-bf59-55cec3f9ea14} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.02 05:11:18.570999 [ 270 ] {bdd303cb-695c-43f0-bf59-55cec3f9ea14} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:11:18.571036 [ 270 ] {bdd303cb-695c-43f0-bf59-55cec3f9ea14} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2026.01.02 05:11:18.571343 [ 270 ] {bdd303cb-695c-43f0-bf59-55cec3f9ea14} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2026.01.02 05:11:18.571550 [ 270 ] {bdd303cb-695c-43f0-bf59-55cec3f9ea14} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:11:18.571682 [ 270 ] {bdd303cb-695c-43f0-bf59-55cec3f9ea14} executeQuery: Read 64 rows, 5.12 KiB in 0.00129 sec., 49612.4031007752 rows/sec., 3.87 MiB/sec. 2026.01.02 05:11:18.571719 [ 270 ] {bdd303cb-695c-43f0-bf59-55cec3f9ea14} TCPHandler: Processed in 0.001455635 sec. 2026.01.02 05:11:18.571839 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:11:18.571959 [ 270 ] {8575cab6-1f5d-479c-8917-6a9955a65b21} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.02 05:11:18.572003 [ 270 ] {8575cab6-1f5d-479c-8917-6a9955a65b21} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.02 05:11:18.572520 [ 270 ] {8575cab6-1f5d-479c-8917-6a9955a65b21} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:11:18.572557 [ 270 ] {8575cab6-1f5d-479c-8917-6a9955a65b21} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2026.01.02 05:11:18.572892 [ 270 ] {8575cab6-1f5d-479c-8917-6a9955a65b21} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2026.01.02 05:11:18.573109 [ 270 ] {8575cab6-1f5d-479c-8917-6a9955a65b21} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:11:18.573242 [ 270 ] {8575cab6-1f5d-479c-8917-6a9955a65b21} executeQuery: Read 160 rows, 11.41 KiB in 0.001302 sec., 122887.86482334869 rows/sec., 8.56 MiB/sec. 2026.01.02 05:11:18.573278 [ 270 ] {8575cab6-1f5d-479c-8917-6a9955a65b21} TCPHandler: Processed in 0.001486025 sec. 2026.01.02 05:11:18.573395 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:11:18.573488 [ 270 ] {545bdbaf-7fa9-4d51-9a4f-9a21ccecdefd} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.02 05:11:18.573528 [ 270 ] {545bdbaf-7fa9-4d51-9a4f-9a21ccecdefd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.02 05:11:18.573860 [ 270 ] {545bdbaf-7fa9-4d51-9a4f-9a21ccecdefd} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:11:18.573895 [ 270 ] {545bdbaf-7fa9-4d51-9a4f-9a21ccecdefd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2026.01.02 05:11:18.574186 [ 270 ] {545bdbaf-7fa9-4d51-9a4f-9a21ccecdefd} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2026.01.02 05:11:18.574386 [ 270 ] {545bdbaf-7fa9-4d51-9a4f-9a21ccecdefd} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:11:18.574511 [ 270 ] {545bdbaf-7fa9-4d51-9a4f-9a21ccecdefd} executeQuery: Read 60 rows, 4.14 KiB in 0.001042 sec., 57581.57389635317 rows/sec., 3.88 MiB/sec. 2026.01.02 05:11:18.574545 [ 270 ] {545bdbaf-7fa9-4d51-9a4f-9a21ccecdefd} TCPHandler: Processed in 0.00119846 sec. 2026.01.02 05:11:19.000267 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 308.07 MiB, peak 321.20 MiB, free memory in arenas 0.00 B, will set to 309.28 MiB (RSS), difference: 1.20 MiB 2026.01.02 05:11:20.345044 [ 48 ] {} oximeter.fields_ipaddr (645cdd3d-4969-40ee-99e7-272b8c981424) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0 2026.01.02 05:11:20.345136 [ 48 ] {} oximeter.fields_ipaddr (645cdd3d-4969-40ee-99e7-272b8c981424): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:11:20.345173 [ 48 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2026.01.02 05:11:20.345352 [ 194 ] {645cdd3d-4969-40ee-99e7-272b8c981424::all_1_21_5} MergeTask::PrepareStage: Merging 5 parts: from all_1_17_4 to all_21_21_0 into Compact with storage Full 2026.01.02 05:11:20.345567 [ 194 ] {645cdd3d-4969-40ee-99e7-272b8c981424::all_1_21_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.02 05:11:20.345626 [ 194 ] {645cdd3d-4969-40ee-99e7-272b8c981424::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_17_4, total 20 rows starting from the beginning of the part 2026.01.02 05:11:20.345733 [ 194 ] {645cdd3d-4969-40ee-99e7-272b8c981424::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 4 rows starting from the beginning of the part 2026.01.02 05:11:20.345809 [ 194 ] {645cdd3d-4969-40ee-99e7-272b8c981424::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 2 rows starting from the beginning of the part 2026.01.02 05:11:20.345878 [ 194 ] {645cdd3d-4969-40ee-99e7-272b8c981424::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 10 rows starting from the beginning of the part 2026.01.02 05:11:20.345943 [ 194 ] {645cdd3d-4969-40ee-99e7-272b8c981424::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.01.02 05:11:20.346903 [ 188 ] {645cdd3d-4969-40ee-99e7-272b8c981424::all_1_21_5} MergeTask::MergeProjectionsStage: Merge sorted 38 rows, containing 5 columns (5 merged, 0 gathered) in 0.001638697 sec., 23189.155774374398 rows/sec., 1.94 MiB/sec. 2026.01.02 05:11:20.347106 [ 187 ] {645cdd3d-4969-40ee-99e7-272b8c981424::all_1_21_5} MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary) 2026.01.02 05:11:20.347479 [ 187 ] {645cdd3d-4969-40ee-99e7-272b8c981424::all_1_21_5} oximeter.fields_ipaddr (645cdd3d-4969-40ee-99e7-272b8c981424): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:11:20.347570 [ 187 ] {645cdd3d-4969-40ee-99e7-272b8c981424::all_1_21_5} oximeter.fields_ipaddr (645cdd3d-4969-40ee-99e7-272b8c981424) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5 2026.01.02 05:11:20.347677 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. 2026.01.02 05:11:22.031528 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1080 2026.01.02 05:11:22.033688 [ 243 ] {} system.query_log (dd3f3490-5765-4d2a-9406-0e239d3e9a13): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:11:22.033735 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2026.01.02 05:11:22.034890 [ 243 ] {} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.01.02 05:11:22.035147 [ 243 ] {} system.query_log (dd3f3490-5765-4d2a-9406-0e239d3e9a13): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:11:22.035403 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1080 2026.01.02 05:11:23.569926 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:11:23.570126 [ 270 ] {43ae9d91-ce52-4f97-a930-ec44a074f586} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.01.02 05:11:23.570195 [ 270 ] {43ae9d91-ce52-4f97-a930-ec44a074f586} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.01.02 05:11:23.570815 [ 270 ] {43ae9d91-ce52-4f97-a930-ec44a074f586} oximeter.fields_ipaddr (645cdd3d-4969-40ee-99e7-272b8c981424): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:11:23.570858 [ 270 ] {43ae9d91-ce52-4f97-a930-ec44a074f586} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2026.01.02 05:11:23.571256 [ 270 ] {43ae9d91-ce52-4f97-a930-ec44a074f586} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.01.02 05:11:23.571480 [ 270 ] {43ae9d91-ce52-4f97-a930-ec44a074f586} oximeter.fields_ipaddr (645cdd3d-4969-40ee-99e7-272b8c981424): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:11:23.571635 [ 270 ] {43ae9d91-ce52-4f97-a930-ec44a074f586} executeQuery: Read 4 rows, 334.00 B in 0.00156 sec., 2564.102564102564 rows/sec., 209.08 KiB/sec. 2026.01.02 05:11:23.571679 [ 270 ] {43ae9d91-ce52-4f97-a930-ec44a074f586} TCPHandler: Processed in 0.001881942 sec. 2026.01.02 05:11:23.571805 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:11:23.571899 [ 270 ] {0e5485da-6536-45d6-83ac-8fe7f8b1975e} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.02 05:11:23.571940 [ 270 ] {0e5485da-6536-45d6-83ac-8fe7f8b1975e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.02 05:11:23.572434 [ 270 ] {0e5485da-6536-45d6-83ac-8fe7f8b1975e} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:11:23.572469 [ 270 ] {0e5485da-6536-45d6-83ac-8fe7f8b1975e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2026.01.02 05:11:23.572790 [ 270 ] {0e5485da-6536-45d6-83ac-8fe7f8b1975e} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2026.01.02 05:11:23.573014 [ 270 ] {0e5485da-6536-45d6-83ac-8fe7f8b1975e} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:11:23.573152 [ 270 ] {0e5485da-6536-45d6-83ac-8fe7f8b1975e} executeQuery: Read 138 rows, 12.22 KiB in 0.001271 sec., 108575.92446892211 rows/sec., 9.39 MiB/sec. 2026.01.02 05:11:23.573166 [ 44 ] {} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2026.01.02 05:11:23.573190 [ 270 ] {0e5485da-6536-45d6-83ac-8fe7f8b1975e} TCPHandler: Processed in 0.001436364 sec. 2026.01.02 05:11:23.573235 [ 44 ] {} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:11:23.573261 [ 44 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2026.01.02 05:11:23.573320 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:11:23.573374 [ 194 ] {83d580c8-cdc4-4d78-bcce-488a9e56976e::all_1_66_13} MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full 2026.01.02 05:11:23.573418 [ 270 ] {9fdcd1f8-9834-465b-95b4-6ac0864d8a38} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.02 05:11:23.573464 [ 270 ] {9fdcd1f8-9834-465b-95b4-6ac0864d8a38} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.02 05:11:23.573505 [ 194 ] {83d580c8-cdc4-4d78-bcce-488a9e56976e::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.02 05:11:23.573543 [ 194 ] {83d580c8-cdc4-4d78-bcce-488a9e56976e::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 2464 rows starting from the beginning of the part 2026.01.02 05:11:23.573606 [ 194 ] {83d580c8-cdc4-4d78-bcce-488a9e56976e::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 1192 rows starting from the beginning of the part 2026.01.02 05:11:23.573652 [ 194 ] {83d580c8-cdc4-4d78-bcce-488a9e56976e::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 1317 rows starting from the beginning of the part 2026.01.02 05:11:23.573691 [ 194 ] {83d580c8-cdc4-4d78-bcce-488a9e56976e::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 136 rows starting from the beginning of the part 2026.01.02 05:11:23.573731 [ 194 ] {83d580c8-cdc4-4d78-bcce-488a9e56976e::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 56 rows starting from the beginning of the part 2026.01.02 05:11:23.573770 [ 194 ] {83d580c8-cdc4-4d78-bcce-488a9e56976e::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 138 rows starting from the beginning of the part 2026.01.02 05:11:23.573888 [ 270 ] {9fdcd1f8-9834-465b-95b4-6ac0864d8a38} oximeter.fields_u16 (75d7a870-5da0-445d-b2e0-ec90b5ea7788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:11:23.573931 [ 270 ] {9fdcd1f8-9834-465b-95b4-6ac0864d8a38} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2026.01.02 05:11:23.574288 [ 270 ] {9fdcd1f8-9834-465b-95b4-6ac0864d8a38} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2026.01.02 05:11:23.574510 [ 270 ] {9fdcd1f8-9834-465b-95b4-6ac0864d8a38} oximeter.fields_u16 (75d7a870-5da0-445d-b2e0-ec90b5ea7788): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:11:23.574656 [ 270 ] {9fdcd1f8-9834-465b-95b4-6ac0864d8a38} executeQuery: Read 44 rows, 3.29 KiB in 0.001256 sec., 35031.84713375796 rows/sec., 2.56 MiB/sec. 2026.01.02 05:11:23.574695 [ 270 ] {9fdcd1f8-9834-465b-95b4-6ac0864d8a38} TCPHandler: Processed in 0.001425594 sec. 2026.01.02 05:11:23.574801 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:11:23.574895 [ 270 ] {16009873-f20e-4ed2-af59-4cf5e8cf0868} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.02 05:11:23.574934 [ 270 ] {16009873-f20e-4ed2-af59-4cf5e8cf0868} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.02 05:11:23.575364 [ 270 ] {16009873-f20e-4ed2-af59-4cf5e8cf0868} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:11:23.575400 [ 270 ] {16009873-f20e-4ed2-af59-4cf5e8cf0868} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2026.01.02 05:11:23.575718 [ 270 ] {16009873-f20e-4ed2-af59-4cf5e8cf0868} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2026.01.02 05:11:23.575766 [ 194 ] {83d580c8-cdc4-4d78-bcce-488a9e56976e::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 5303 rows, containing 5 columns (5 merged, 0 gathered) in 0.002445141 sec., 2168791.084031555 rows/sec., 186.06 MiB/sec. 2026.01.02 05:11:23.575931 [ 270 ] {16009873-f20e-4ed2-af59-4cf5e8cf0868} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:11:23.576045 [ 44 ] {} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2026.01.02 05:11:23.576065 [ 270 ] {16009873-f20e-4ed2-af59-4cf5e8cf0868} executeQuery: Read 108 rows, 8.64 KiB in 0.001189 sec., 90832.63246425569 rows/sec., 7.10 MiB/sec. 2026.01.02 05:11:23.576089 [ 44 ] {} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:11:23.576111 [ 270 ] {16009873-f20e-4ed2-af59-4cf5e8cf0868} TCPHandler: Processed in 0.001360123 sec. 2026.01.02 05:11:23.576120 [ 188 ] {83d580c8-cdc4-4d78-bcce-488a9e56976e::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2026.01.02 05:11:23.576114 [ 44 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2026.01.02 05:11:23.576224 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:11:23.576229 [ 198 ] {a2603088-a695-4667-9faf-2a4ce1a4e7af::all_1_66_13} MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full 2026.01.02 05:11:23.576325 [ 270 ] {42f7c60b-0a72-47db-b9b7-157f73ea24b2} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.02 05:11:23.576347 [ 198 ] {a2603088-a695-4667-9faf-2a4ce1a4e7af::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.02 05:11:23.576375 [ 270 ] {42f7c60b-0a72-47db-b9b7-157f73ea24b2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.02 05:11:23.576383 [ 198 ] {a2603088-a695-4667-9faf-2a4ce1a4e7af::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 1249 rows starting from the beginning of the part 2026.01.02 05:11:23.576427 [ 188 ] {83d580c8-cdc4-4d78-bcce-488a9e56976e::all_1_66_13} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:11:23.576452 [ 198 ] {a2603088-a695-4667-9faf-2a4ce1a4e7af::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 719 rows starting from the beginning of the part 2026.01.02 05:11:23.576500 [ 198 ] {a2603088-a695-4667-9faf-2a4ce1a4e7af::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 558 rows starting from the beginning of the part 2026.01.02 05:11:23.576514 [ 188 ] {83d580c8-cdc4-4d78-bcce-488a9e56976e::all_1_66_13} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2026.01.02 05:11:23.576542 [ 198 ] {a2603088-a695-4667-9faf-2a4ce1a4e7af::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 104 rows starting from the beginning of the part 2026.01.02 05:11:23.576585 [ 198 ] {a2603088-a695-4667-9faf-2a4ce1a4e7af::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 64 rows starting from the beginning of the part 2026.01.02 05:11:23.576623 [ 198 ] {a2603088-a695-4667-9faf-2a4ce1a4e7af::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 108 rows starting from the beginning of the part 2026.01.02 05:11:23.576625 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.20 MiB. 2026.01.02 05:11:23.576833 [ 270 ] {42f7c60b-0a72-47db-b9b7-157f73ea24b2} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:11:23.576884 [ 270 ] {42f7c60b-0a72-47db-b9b7-157f73ea24b2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2026.01.02 05:11:23.577305 [ 270 ] {42f7c60b-0a72-47db-b9b7-157f73ea24b2} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2026.01.02 05:11:23.577536 [ 270 ] {42f7c60b-0a72-47db-b9b7-157f73ea24b2} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:11:23.577685 [ 270 ] {42f7c60b-0a72-47db-b9b7-157f73ea24b2} executeQuery: Read 162 rows, 11.55 KiB in 0.001378 sec., 117561.68359941944 rows/sec., 8.19 MiB/sec. 2026.01.02 05:11:23.577724 [ 270 ] {42f7c60b-0a72-47db-b9b7-157f73ea24b2} TCPHandler: Processed in 0.001549286 sec. 2026.01.02 05:11:23.577760 [ 188 ] {a2603088-a695-4667-9faf-2a4ce1a4e7af::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 2802 rows, containing 5 columns (5 merged, 0 gathered) in 0.001568076 sec., 1786903.1858149732 rows/sec., 136.90 MiB/sec. 2026.01.02 05:11:23.577829 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:11:23.577925 [ 194 ] {a2603088-a695-4667-9faf-2a4ce1a4e7af::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2026.01.02 05:11:23.577929 [ 270 ] {5f4fb867-24be-473d-b601-1f7f897666de} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.02 05:11:23.578000 [ 270 ] {5f4fb867-24be-473d-b601-1f7f897666de} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.01.02 05:11:23.578183 [ 194 ] {a2603088-a695-4667-9faf-2a4ce1a4e7af::all_1_66_13} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:11:23.578260 [ 194 ] {a2603088-a695-4667-9faf-2a4ce1a4e7af::all_1_66_13} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2026.01.02 05:11:23.578328 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.70 MiB. 2026.01.02 05:11:23.578893 [ 270 ] {5f4fb867-24be-473d-b601-1f7f897666de} oximeter.measurements_histogramu64 (1ea2d44b-9dfb-4731-8ee2-8779179f369b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:11:23.578935 [ 270 ] {5f4fb867-24be-473d-b601-1f7f897666de} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2026.01.02 05:11:23.579538 [ 270 ] {5f4fb867-24be-473d-b601-1f7f897666de} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.01.02 05:11:23.579893 [ 270 ] {5f4fb867-24be-473d-b601-1f7f897666de} oximeter.measurements_histogramu64 (1ea2d44b-9dfb-4731-8ee2-8779179f369b): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:11:23.580043 [ 270 ] {5f4fb867-24be-473d-b601-1f7f897666de} executeQuery: Read 40 rows, 73.40 KiB in 0.002134 sec., 18744.142455482663 rows/sec., 33.59 MiB/sec. 2026.01.02 05:11:23.580100 [ 270 ] {5f4fb867-24be-473d-b601-1f7f897666de} TCPHandler: Processed in 0.002319979 sec. 2026.01.02 05:11:23.580212 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:11:23.580306 [ 270 ] {c7b5ef7b-8aac-4677-bd55-25ed58bf3ef3} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.02 05:11:23.580350 [ 270 ] {c7b5ef7b-8aac-4677-bd55-25ed58bf3ef3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.02 05:11:23.580753 [ 270 ] {c7b5ef7b-8aac-4677-bd55-25ed58bf3ef3} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:11:23.580797 [ 270 ] {c7b5ef7b-8aac-4677-bd55-25ed58bf3ef3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2026.01.02 05:11:23.581160 [ 270 ] {c7b5ef7b-8aac-4677-bd55-25ed58bf3ef3} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2026.01.02 05:11:23.581368 [ 270 ] {c7b5ef7b-8aac-4677-bd55-25ed58bf3ef3} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:11:23.581495 [ 270 ] {c7b5ef7b-8aac-4677-bd55-25ed58bf3ef3} executeQuery: Read 60 rows, 4.14 KiB in 0.001208 sec., 49668.874172185424 rows/sec., 3.35 MiB/sec. 2026.01.02 05:11:23.581531 [ 270 ] {c7b5ef7b-8aac-4677-bd55-25ed58bf3ef3} TCPHandler: Processed in 0.001369383 sec. 2026.01.02 05:11:24.464005 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 22617 2026.01.02 05:11:24.464570 [ 245 ] {} system.asynchronous_metric_log (bb53ce5c-bddd-4105-a5af-ef87950cd4f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:11:24.464620 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2026.01.02 05:11:24.465128 [ 245 ] {} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2026.01.02 05:11:24.465375 [ 245 ] {} system.asynchronous_metric_log (bb53ce5c-bddd-4105-a5af-ef87950cd4f3): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:11:24.465530 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22617 2026.01.02 05:11:25.715647 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 354 2026.01.02 05:11:25.731704 [ 244 ] {} system.metric_log (a59fffb9-cc3a-4586-97e5-9d20b67a7356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:11:25.731759 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2026.01.02 05:11:25.738087 [ 244 ] {} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2026.01.02 05:11:25.738847 [ 244 ] {} system.metric_log (a59fffb9-cc3a-4586-97e5-9d20b67a7356): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:11:25.741974 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 354 2026.01.02 05:11:28.567565 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:11:28.567868 [ 270 ] {ac5142aa-2541-4df9-a312-89e05656cb14} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.02 05:11:28.567972 [ 270 ] {ac5142aa-2541-4df9-a312-89e05656cb14} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.02 05:11:28.568823 [ 270 ] {ac5142aa-2541-4df9-a312-89e05656cb14} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:11:28.568869 [ 270 ] {ac5142aa-2541-4df9-a312-89e05656cb14} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2026.01.02 05:11:28.569262 [ 270 ] {ac5142aa-2541-4df9-a312-89e05656cb14} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2026.01.02 05:11:28.569491 [ 270 ] {ac5142aa-2541-4df9-a312-89e05656cb14} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:11:28.569651 [ 270 ] {ac5142aa-2541-4df9-a312-89e05656cb14} executeQuery: Read 56 rows, 4.41 KiB in 0.001862 sec., 30075.187969924813 rows/sec., 2.31 MiB/sec. 2026.01.02 05:11:28.569694 [ 270 ] {ac5142aa-2541-4df9-a312-89e05656cb14} TCPHandler: Processed in 0.002323168 sec. 2026.01.02 05:11:28.569827 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:11:28.569921 [ 270 ] {0f406416-dab2-4d16-a47c-dd43734418ba} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.02 05:11:28.569964 [ 270 ] {0f406416-dab2-4d16-a47c-dd43734418ba} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.02 05:11:28.570422 [ 270 ] {0f406416-dab2-4d16-a47c-dd43734418ba} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:11:28.570458 [ 270 ] {0f406416-dab2-4d16-a47c-dd43734418ba} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2026.01.02 05:11:28.570773 [ 270 ] {0f406416-dab2-4d16-a47c-dd43734418ba} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2026.01.02 05:11:28.570988 [ 270 ] {0f406416-dab2-4d16-a47c-dd43734418ba} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:11:28.571116 [ 270 ] {0f406416-dab2-4d16-a47c-dd43734418ba} executeQuery: Read 64 rows, 5.12 KiB in 0.001213 sec., 52761.74773289365 rows/sec., 4.12 MiB/sec. 2026.01.02 05:11:28.571154 [ 270 ] {0f406416-dab2-4d16-a47c-dd43734418ba} TCPHandler: Processed in 0.001380433 sec. 2026.01.02 05:11:28.571293 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:11:28.571387 [ 270 ] {ee838348-b02e-4eeb-8e41-b9a1136211ae} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.02 05:11:28.571431 [ 270 ] {ee838348-b02e-4eeb-8e41-b9a1136211ae} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.02 05:11:28.571892 [ 270 ] {ee838348-b02e-4eeb-8e41-b9a1136211ae} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:11:28.571930 [ 270 ] {ee838348-b02e-4eeb-8e41-b9a1136211ae} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2026.01.02 05:11:28.572265 [ 270 ] {ee838348-b02e-4eeb-8e41-b9a1136211ae} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2026.01.02 05:11:28.572473 [ 270 ] {ee838348-b02e-4eeb-8e41-b9a1136211ae} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:11:28.572601 [ 270 ] {ee838348-b02e-4eeb-8e41-b9a1136211ae} executeQuery: Read 160 rows, 11.41 KiB in 0.001232 sec., 129870.12987012987 rows/sec., 9.05 MiB/sec. 2026.01.02 05:11:28.572617 [ 39 ] {} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2026.01.02 05:11:28.572638 [ 270 ] {ee838348-b02e-4eeb-8e41-b9a1136211ae} TCPHandler: Processed in 0.001398884 sec. 2026.01.02 05:11:28.572689 [ 39 ] {} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:11:28.572715 [ 39 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2026.01.02 05:11:28.572777 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:11:28.572823 [ 191 ] {935760ec-14c4-43f9-bf0f-f949cce05eda::all_1_66_13} MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full 2026.01.02 05:11:28.572875 [ 270 ] {e3cf7283-766b-43c6-a204-406fef513ded} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.02 05:11:28.572921 [ 270 ] {e3cf7283-766b-43c6-a204-406fef513ded} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.02 05:11:28.572972 [ 191 ] {935760ec-14c4-43f9-bf0f-f949cce05eda::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.02 05:11:28.573018 [ 191 ] {935760ec-14c4-43f9-bf0f-f949cce05eda::all_1_66_13} MergeTreeSequentialSource: Reading 4 marks from part all_1_61_12, total 18113 rows starting from the beginning of the part 2026.01.02 05:11:28.573100 [ 191 ] {935760ec-14c4-43f9-bf0f-f949cce05eda::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 881 rows starting from the beginning of the part 2026.01.02 05:11:28.573153 [ 191 ] {935760ec-14c4-43f9-bf0f-f949cce05eda::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.01.02 05:11:28.573202 [ 191 ] {935760ec-14c4-43f9-bf0f-f949cce05eda::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 160 rows starting from the beginning of the part 2026.01.02 05:11:28.573250 [ 191 ] {935760ec-14c4-43f9-bf0f-f949cce05eda::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 162 rows starting from the beginning of the part 2026.01.02 05:11:28.573258 [ 270 ] {e3cf7283-766b-43c6-a204-406fef513ded} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:11:28.573298 [ 191 ] {935760ec-14c4-43f9-bf0f-f949cce05eda::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.01.02 05:11:28.573300 [ 270 ] {e3cf7283-766b-43c6-a204-406fef513ded} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2026.01.02 05:11:28.573642 [ 270 ] {e3cf7283-766b-43c6-a204-406fef513ded} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2026.01.02 05:11:28.573858 [ 270 ] {e3cf7283-766b-43c6-a204-406fef513ded} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:11:28.574017 [ 270 ] {e3cf7283-766b-43c6-a204-406fef513ded} executeQuery: Read 60 rows, 4.14 KiB in 0.001161 sec., 51679.58656330749 rows/sec., 3.48 MiB/sec. 2026.01.02 05:11:28.574052 [ 270 ] {e3cf7283-766b-43c6-a204-406fef513ded} TCPHandler: Processed in 0.001324182 sec. 2026.01.02 05:11:28.578678 [ 194 ] {935760ec-14c4-43f9-bf0f-f949cce05eda::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 19636 rows, containing 5 columns (5 merged, 0 gathered) in 0.005901999 sec., 3327008.3576767803 rows/sec., 227.52 MiB/sec. 2026.01.02 05:11:28.579086 [ 194 ] {935760ec-14c4-43f9-bf0f-f949cce05eda::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2026.01.02 05:11:28.579363 [ 194 ] {935760ec-14c4-43f9-bf0f-f949cce05eda::all_1_66_13} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:11:28.579442 [ 194 ] {935760ec-14c4-43f9-bf0f-f949cce05eda::all_1_66_13} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2026.01.02 05:11:28.579531 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.27 MiB. 2026.01.02 05:11:29.000204 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 310.02 MiB, peak 321.20 MiB, free memory in arenas 0.00 B, will set to 311.47 MiB (RSS), difference: 1.46 MiB 2026.01.02 05:11:31.779520 [ 37 ] {} DNSResolver: Updating DNS cache 2026.01.02 05:11:31.779602 [ 37 ] {} DNSResolver: Updated DNS cache 2026.01.02 05:11:31.965691 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 23065 2026.01.02 05:11:31.966184 [ 245 ] {} system.asynchronous_metric_log (bb53ce5c-bddd-4105-a5af-ef87950cd4f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:11:31.966222 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2026.01.02 05:11:31.966730 [ 245 ] {} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2026.01.02 05:11:31.966993 [ 245 ] {} system.asynchronous_metric_log (bb53ce5c-bddd-4105-a5af-ef87950cd4f3): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:11:31.967144 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 23065 2026.01.02 05:11:32.001238 [ 248 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000890285 sec. 2026.01.02 05:11:32.035669 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 22 entries to flush up to offset 1102 2026.01.02 05:11:32.038186 [ 243 ] {} system.query_log (dd3f3490-5765-4d2a-9406-0e239d3e9a13): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:11:32.038230 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2026.01.02 05:11:32.039427 [ 243 ] {} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.01.02 05:11:32.039717 [ 243 ] {} system.query_log (dd3f3490-5765-4d2a-9406-0e239d3e9a13): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:11:32.039899 [ 36 ] {} system.query_log (dd3f3490-5765-4d2a-9406-0e239d3e9a13) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2026.01.02 05:11:32.039963 [ 36 ] {} system.query_log (dd3f3490-5765-4d2a-9406-0e239d3e9a13): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:11:32.039986 [ 36 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2026.01.02 05:11:32.040013 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1102 2026.01.02 05:11:32.040098 [ 188 ] {dd3f3490-5765-4d2a-9406-0e239d3e9a13::all_1_36_7} MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full 2026.01.02 05:11:32.040628 [ 188 ] {dd3f3490-5765-4d2a-9406-0e239d3e9a13::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.02 05:11:32.040755 [ 188 ] {dd3f3490-5765-4d2a-9406-0e239d3e9a13::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 968 rows starting from the beginning of the part 2026.01.02 05:11:32.041083 [ 188 ] {dd3f3490-5765-4d2a-9406-0e239d3e9a13::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 20 rows starting from the beginning of the part 2026.01.02 05:11:32.041380 [ 188 ] {dd3f3490-5765-4d2a-9406-0e239d3e9a13::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.01.02 05:11:32.041678 [ 188 ] {dd3f3490-5765-4d2a-9406-0e239d3e9a13::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 40 rows starting from the beginning of the part 2026.01.02 05:11:32.041982 [ 188 ] {dd3f3490-5765-4d2a-9406-0e239d3e9a13::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 20 rows starting from the beginning of the part 2026.01.02 05:11:32.042285 [ 188 ] {dd3f3490-5765-4d2a-9406-0e239d3e9a13::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 22 rows starting from the beginning of the part 2026.01.02 05:11:32.048145 [ 195 ] {dd3f3490-5765-4d2a-9406-0e239d3e9a13::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 1102 rows, containing 72 columns (72 merged, 0 gathered) in 0.008090086 sec., 136216.10450123769 rows/sec., 112.69 MiB/sec. 2026.01.02 05:11:32.049381 [ 196 ] {dd3f3490-5765-4d2a-9406-0e239d3e9a13::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2026.01.02 05:11:32.049874 [ 196 ] {dd3f3490-5765-4d2a-9406-0e239d3e9a13::all_1_36_7} system.query_log (dd3f3490-5765-4d2a-9406-0e239d3e9a13): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:11:32.049943 [ 196 ] {dd3f3490-5765-4d2a-9406-0e239d3e9a13::all_1_36_7} system.query_log (dd3f3490-5765-4d2a-9406-0e239d3e9a13) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2026.01.02 05:11:32.050113 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.67 MiB. 2026.01.02 05:11:33.242113 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 362 2026.01.02 05:11:33.259334 [ 244 ] {} system.metric_log (a59fffb9-cc3a-4586-97e5-9d20b67a7356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:11:33.259387 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2026.01.02 05:11:33.265166 [ 244 ] {} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2026.01.02 05:11:33.265883 [ 244 ] {} system.metric_log (a59fffb9-cc3a-4586-97e5-9d20b67a7356): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:11:33.269002 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 362 2026.01.02 05:11:33.570582 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:11:33.570787 [ 270 ] {85ee8ff7-1765-460b-955e-e6751c92b49c} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.02 05:11:33.570864 [ 270 ] {85ee8ff7-1765-460b-955e-e6751c92b49c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.02 05:11:33.571655 [ 270 ] {85ee8ff7-1765-460b-955e-e6751c92b49c} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:11:33.571708 [ 270 ] {85ee8ff7-1765-460b-955e-e6751c92b49c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2026.01.02 05:11:33.572187 [ 270 ] {85ee8ff7-1765-460b-955e-e6751c92b49c} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2026.01.02 05:11:33.572447 [ 270 ] {85ee8ff7-1765-460b-955e-e6751c92b49c} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:11:33.572622 [ 270 ] {85ee8ff7-1765-460b-955e-e6751c92b49c} executeQuery: Read 136 rows, 12.08 KiB in 0.00189 sec., 71957.67195767196 rows/sec., 6.24 MiB/sec. 2026.01.02 05:11:33.572674 [ 270 ] {85ee8ff7-1765-460b-955e-e6751c92b49c} TCPHandler: Processed in 0.002236827 sec. 2026.01.02 05:11:33.572793 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:11:33.572900 [ 270 ] {bca56ced-dcf6-454a-9245-fe6cfc58e5e6} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.02 05:11:33.572946 [ 270 ] {bca56ced-dcf6-454a-9245-fe6cfc58e5e6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.02 05:11:33.573391 [ 270 ] {bca56ced-dcf6-454a-9245-fe6cfc58e5e6} oximeter.fields_u16 (75d7a870-5da0-445d-b2e0-ec90b5ea7788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:11:33.573428 [ 270 ] {bca56ced-dcf6-454a-9245-fe6cfc58e5e6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2026.01.02 05:11:33.573758 [ 270 ] {bca56ced-dcf6-454a-9245-fe6cfc58e5e6} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2026.01.02 05:11:33.573985 [ 270 ] {bca56ced-dcf6-454a-9245-fe6cfc58e5e6} oximeter.fields_u16 (75d7a870-5da0-445d-b2e0-ec90b5ea7788): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:11:33.574090 [ 33 ] {} oximeter.fields_u16 (75d7a870-5da0-445d-b2e0-ec90b5ea7788) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2026.01.02 05:11:33.574119 [ 270 ] {bca56ced-dcf6-454a-9245-fe6cfc58e5e6} executeQuery: Read 40 rows, 3.01 KiB in 0.001243 sec., 32180.209171359616 rows/sec., 2.36 MiB/sec. 2026.01.02 05:11:33.574129 [ 33 ] {} oximeter.fields_u16 (75d7a870-5da0-445d-b2e0-ec90b5ea7788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:11:33.574152 [ 33 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2026.01.02 05:11:33.574159 [ 270 ] {bca56ced-dcf6-454a-9245-fe6cfc58e5e6} TCPHandler: Processed in 0.001416804 sec. 2026.01.02 05:11:33.574254 [ 200 ] {75d7a870-5da0-445d-b2e0-ec90b5ea7788::all_1_46_9} MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full 2026.01.02 05:11:33.574271 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:11:33.574389 [ 200 ] {75d7a870-5da0-445d-b2e0-ec90b5ea7788::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.02 05:11:33.574389 [ 270 ] {21e560c2-dc90-438a-bbd3-78540fda0315} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.02 05:11:33.574428 [ 200 ] {75d7a870-5da0-445d-b2e0-ec90b5ea7788::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 277 rows starting from the beginning of the part 2026.01.02 05:11:33.574448 [ 270 ] {21e560c2-dc90-438a-bbd3-78540fda0315} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.02 05:11:33.574498 [ 200 ] {75d7a870-5da0-445d-b2e0-ec90b5ea7788::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 245 rows starting from the beginning of the part 2026.01.02 05:11:33.574547 [ 200 ] {75d7a870-5da0-445d-b2e0-ec90b5ea7788::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 14 rows starting from the beginning of the part 2026.01.02 05:11:33.574587 [ 200 ] {75d7a870-5da0-445d-b2e0-ec90b5ea7788::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 40 rows starting from the beginning of the part 2026.01.02 05:11:33.574624 [ 200 ] {75d7a870-5da0-445d-b2e0-ec90b5ea7788::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 44 rows starting from the beginning of the part 2026.01.02 05:11:33.574664 [ 200 ] {75d7a870-5da0-445d-b2e0-ec90b5ea7788::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 40 rows starting from the beginning of the part 2026.01.02 05:11:33.574900 [ 270 ] {21e560c2-dc90-438a-bbd3-78540fda0315} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:11:33.574944 [ 270 ] {21e560c2-dc90-438a-bbd3-78540fda0315} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2026.01.02 05:11:33.575295 [ 270 ] {21e560c2-dc90-438a-bbd3-78540fda0315} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2026.01.02 05:11:33.575515 [ 270 ] {21e560c2-dc90-438a-bbd3-78540fda0315} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:11:33.575523 [ 193 ] {75d7a870-5da0-445d-b2e0-ec90b5ea7788::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 660 rows, containing 5 columns (5 merged, 0 gathered) in 0.001317612 sec., 500906.18482527486 rows/sec., 34.08 MiB/sec. 2026.01.02 05:11:33.575646 [ 270 ] {21e560c2-dc90-438a-bbd3-78540fda0315} executeQuery: Read 104 rows, 8.32 KiB in 0.001275 sec., 81568.62745098039 rows/sec., 6.37 MiB/sec. 2026.01.02 05:11:33.575666 [ 200 ] {75d7a870-5da0-445d-b2e0-ec90b5ea7788::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2026.01.02 05:11:33.575688 [ 270 ] {21e560c2-dc90-438a-bbd3-78540fda0315} TCPHandler: Processed in 0.001466975 sec. 2026.01.02 05:11:33.575811 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:11:33.575910 [ 270 ] {4ce63905-9d0a-45f9-8702-8e99eb9e875d} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.02 05:11:33.575916 [ 200 ] {75d7a870-5da0-445d-b2e0-ec90b5ea7788::all_1_46_9} oximeter.fields_u16 (75d7a870-5da0-445d-b2e0-ec90b5ea7788): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:11:33.575961 [ 270 ] {4ce63905-9d0a-45f9-8702-8e99eb9e875d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.02 05:11:33.576001 [ 200 ] {75d7a870-5da0-445d-b2e0-ec90b5ea7788::all_1_46_9} oximeter.fields_u16 (75d7a870-5da0-445d-b2e0-ec90b5ea7788) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2026.01.02 05:11:33.576077 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. 2026.01.02 05:11:33.576381 [ 270 ] {4ce63905-9d0a-45f9-8702-8e99eb9e875d} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:11:33.576421 [ 270 ] {4ce63905-9d0a-45f9-8702-8e99eb9e875d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2026.01.02 05:11:33.576771 [ 270 ] {4ce63905-9d0a-45f9-8702-8e99eb9e875d} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2026.01.02 05:11:33.576993 [ 270 ] {4ce63905-9d0a-45f9-8702-8e99eb9e875d} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:11:33.577122 [ 270 ] {4ce63905-9d0a-45f9-8702-8e99eb9e875d} executeQuery: Read 160 rows, 11.41 KiB in 0.001231 sec., 129975.62956945572 rows/sec., 9.05 MiB/sec. 2026.01.02 05:11:33.577159 [ 270 ] {4ce63905-9d0a-45f9-8702-8e99eb9e875d} TCPHandler: Processed in 0.001397183 sec. 2026.01.02 05:11:33.577267 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:11:33.577362 [ 270 ] {49a33d77-f06a-4881-a46f-1d25c3a99a8b} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.02 05:11:33.577417 [ 270 ] {49a33d77-f06a-4881-a46f-1d25c3a99a8b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.01.02 05:11:33.578246 [ 270 ] {49a33d77-f06a-4881-a46f-1d25c3a99a8b} oximeter.measurements_histogramu64 (1ea2d44b-9dfb-4731-8ee2-8779179f369b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:11:33.578281 [ 270 ] {49a33d77-f06a-4881-a46f-1d25c3a99a8b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2026.01.02 05:11:33.578863 [ 270 ] {49a33d77-f06a-4881-a46f-1d25c3a99a8b} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.01.02 05:11:33.579096 [ 270 ] {49a33d77-f06a-4881-a46f-1d25c3a99a8b} oximeter.measurements_histogramu64 (1ea2d44b-9dfb-4731-8ee2-8779179f369b): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:11:33.579234 [ 270 ] {49a33d77-f06a-4881-a46f-1d25c3a99a8b} executeQuery: Read 40 rows, 73.40 KiB in 0.00189 sec., 21164.021164021164 rows/sec., 37.92 MiB/sec. 2026.01.02 05:11:33.579287 [ 270 ] {49a33d77-f06a-4881-a46f-1d25c3a99a8b} TCPHandler: Processed in 0.002069835 sec. 2026.01.02 05:11:33.579416 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:11:33.579534 [ 270 ] {222c5071-bce8-4523-8f23-746cb074ecef} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.02 05:11:33.579584 [ 270 ] {222c5071-bce8-4523-8f23-746cb074ecef} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.02 05:11:33.579993 [ 270 ] {222c5071-bce8-4523-8f23-746cb074ecef} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:11:33.580027 [ 270 ] {222c5071-bce8-4523-8f23-746cb074ecef} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2026.01.02 05:11:33.580355 [ 270 ] {222c5071-bce8-4523-8f23-746cb074ecef} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2026.01.02 05:11:33.580575 [ 270 ] {222c5071-bce8-4523-8f23-746cb074ecef} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:11:33.580687 [ 33 ] {} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2026.01.02 05:11:33.580703 [ 270 ] {222c5071-bce8-4523-8f23-746cb074ecef} executeQuery: Read 60 rows, 4.14 KiB in 0.001194 sec., 50251.25628140703 rows/sec., 3.39 MiB/sec. 2026.01.02 05:11:33.580724 [ 33 ] {} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:11:33.580742 [ 270 ] {222c5071-bce8-4523-8f23-746cb074ecef} TCPHandler: Processed in 0.001387923 sec. 2026.01.02 05:11:33.580747 [ 33 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2026.01.02 05:11:33.580830 [ 200 ] {45294a01-6668-46b2-a532-60faf64b8164::all_1_66_13} MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full 2026.01.02 05:11:33.580926 [ 200 ] {45294a01-6668-46b2-a532-60faf64b8164::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.02 05:11:33.580955 [ 200 ] {45294a01-6668-46b2-a532-60faf64b8164::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 3534 rows starting from the beginning of the part 2026.01.02 05:11:33.581006 [ 200 ] {45294a01-6668-46b2-a532-60faf64b8164::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 60 rows starting from the beginning of the part 2026.01.02 05:11:33.581046 [ 200 ] {45294a01-6668-46b2-a532-60faf64b8164::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.01.02 05:11:33.581083 [ 200 ] {45294a01-6668-46b2-a532-60faf64b8164::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 60 rows starting from the beginning of the part 2026.01.02 05:11:33.581119 [ 200 ] {45294a01-6668-46b2-a532-60faf64b8164::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 60 rows starting from the beginning of the part 2026.01.02 05:11:33.581156 [ 200 ] {45294a01-6668-46b2-a532-60faf64b8164::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 60 rows starting from the beginning of the part 2026.01.02 05:11:33.582371 [ 199 ] {45294a01-6668-46b2-a532-60faf64b8164::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 3834 rows, containing 4 columns (4 merged, 0 gathered) in 0.001568706 sec., 2444052.6140653505 rows/sec., 162.26 MiB/sec. 2026.01.02 05:11:33.582719 [ 200 ] {45294a01-6668-46b2-a532-60faf64b8164::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2026.01.02 05:11:33.582950 [ 200 ] {45294a01-6668-46b2-a532-60faf64b8164::all_1_66_13} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:11:33.583011 [ 200 ] {45294a01-6668-46b2-a532-60faf64b8164::all_1_66_13} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2026.01.02 05:11:33.583066 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.77 MiB. 2026.01.02 05:11:38.595429 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:11:38.595728 [ 270 ] {8a080190-dce6-4412-b882-443cbc51bc7e} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.01.02 05:11:38.595796 [ 270 ] {8a080190-dce6-4412-b882-443cbc51bc7e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.01.02 05:11:38.596464 [ 270 ] {8a080190-dce6-4412-b882-443cbc51bc7e} oximeter.fields_i16 (cb56b64a-0514-41c6-b851-58b3833bf8fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:11:38.596506 [ 270 ] {8a080190-dce6-4412-b882-443cbc51bc7e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2026.01.02 05:11:38.596910 [ 270 ] {8a080190-dce6-4412-b882-443cbc51bc7e} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.01.02 05:11:38.597134 [ 270 ] {8a080190-dce6-4412-b882-443cbc51bc7e} oximeter.fields_i16 (cb56b64a-0514-41c6-b851-58b3833bf8fd): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:11:38.597285 [ 270 ] {8a080190-dce6-4412-b882-443cbc51bc7e} executeQuery: Read 24 rows, 2.04 KiB in 0.001633 sec., 14696.87691365585 rows/sec., 1.22 MiB/sec. 2026.01.02 05:11:38.597326 [ 270 ] {8a080190-dce6-4412-b882-443cbc51bc7e} TCPHandler: Processed in 0.002076725 sec. 2026.01.02 05:11:38.597453 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:11:38.597547 [ 270 ] {a0672924-10a4-4599-9ff3-e4d09ee30fd3} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.01.02 05:11:38.597587 [ 270 ] {a0672924-10a4-4599-9ff3-e4d09ee30fd3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.01.02 05:11:38.597986 [ 270 ] {a0672924-10a4-4599-9ff3-e4d09ee30fd3} oximeter.fields_ipaddr (645cdd3d-4969-40ee-99e7-272b8c981424): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:11:38.598021 [ 270 ] {a0672924-10a4-4599-9ff3-e4d09ee30fd3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2026.01.02 05:11:38.598301 [ 270 ] {a0672924-10a4-4599-9ff3-e4d09ee30fd3} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.01.02 05:11:38.598506 [ 270 ] {a0672924-10a4-4599-9ff3-e4d09ee30fd3} oximeter.fields_ipaddr (645cdd3d-4969-40ee-99e7-272b8c981424): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:11:38.598629 [ 270 ] {a0672924-10a4-4599-9ff3-e4d09ee30fd3} executeQuery: Read 2 rows, 167.00 B in 0.001099 sec., 1819.8362147406735 rows/sec., 148.39 KiB/sec. 2026.01.02 05:11:38.598665 [ 270 ] {a0672924-10a4-4599-9ff3-e4d09ee30fd3} TCPHandler: Processed in 0.001258881 sec. 2026.01.02 05:11:38.598779 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:11:38.598870 [ 270 ] {adff6f2d-7d0f-4eae-b35d-b52c2f1b59ae} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.02 05:11:38.598907 [ 270 ] {adff6f2d-7d0f-4eae-b35d-b52c2f1b59ae} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.02 05:11:38.599972 [ 270 ] {adff6f2d-7d0f-4eae-b35d-b52c2f1b59ae} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:11:38.600007 [ 270 ] {adff6f2d-7d0f-4eae-b35d-b52c2f1b59ae} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2026.01.02 05:11:38.600395 [ 270 ] {adff6f2d-7d0f-4eae-b35d-b52c2f1b59ae} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2026.01.02 05:11:38.600604 [ 270 ] {adff6f2d-7d0f-4eae-b35d-b52c2f1b59ae} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:11:38.600729 [ 270 ] {adff6f2d-7d0f-4eae-b35d-b52c2f1b59ae} executeQuery: Read 1317 rows, 112.50 KiB in 0.001877 sec., 701651.5716568993 rows/sec., 58.53 MiB/sec. 2026.01.02 05:11:38.600765 [ 270 ] {adff6f2d-7d0f-4eae-b35d-b52c2f1b59ae} TCPHandler: Processed in 0.002033154 sec. 2026.01.02 05:11:38.600873 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:11:38.600965 [ 270 ] {29dcbda4-d6d1-40df-996b-0522c146ff5b} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.02 05:11:38.601003 [ 270 ] {29dcbda4-d6d1-40df-996b-0522c146ff5b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.02 05:11:38.601388 [ 270 ] {29dcbda4-d6d1-40df-996b-0522c146ff5b} oximeter.fields_u16 (75d7a870-5da0-445d-b2e0-ec90b5ea7788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:11:38.601422 [ 270 ] {29dcbda4-d6d1-40df-996b-0522c146ff5b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2026.01.02 05:11:38.601719 [ 270 ] {29dcbda4-d6d1-40df-996b-0522c146ff5b} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2026.01.02 05:11:38.601931 [ 270 ] {29dcbda4-d6d1-40df-996b-0522c146ff5b} oximeter.fields_u16 (75d7a870-5da0-445d-b2e0-ec90b5ea7788): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:11:38.602055 [ 270 ] {29dcbda4-d6d1-40df-996b-0522c146ff5b} executeQuery: Read 14 rows, 1.10 KiB in 0.001107 sec., 12646.793134598014 rows/sec., 994.21 KiB/sec. 2026.01.02 05:11:38.602090 [ 270 ] {29dcbda4-d6d1-40df-996b-0522c146ff5b} TCPHandler: Processed in 0.001264161 sec. 2026.01.02 05:11:38.602195 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:11:38.602286 [ 270 ] {91f121bb-4737-4d2b-bf23-9b2e3580e638} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.02 05:11:38.602323 [ 270 ] {91f121bb-4737-4d2b-bf23-9b2e3580e638} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.02 05:11:38.602778 [ 270 ] {91f121bb-4737-4d2b-bf23-9b2e3580e638} oximeter.fields_u32 (1310015a-3be0-40ba-9fec-1b5eb4ed9f75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:11:38.602813 [ 270 ] {91f121bb-4737-4d2b-bf23-9b2e3580e638} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2026.01.02 05:11:38.603115 [ 270 ] {91f121bb-4737-4d2b-bf23-9b2e3580e638} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.01.02 05:11:38.603318 [ 270 ] {91f121bb-4737-4d2b-bf23-9b2e3580e638} oximeter.fields_u32 (1310015a-3be0-40ba-9fec-1b5eb4ed9f75): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:11:38.603438 [ 270 ] {91f121bb-4737-4d2b-bf23-9b2e3580e638} executeQuery: Read 252 rows, 17.85 KiB in 0.00117 sec., 215384.61538461538 rows/sec., 14.90 MiB/sec. 2026.01.02 05:11:38.603474 [ 270 ] {91f121bb-4737-4d2b-bf23-9b2e3580e638} TCPHandler: Processed in 0.001326232 sec. 2026.01.02 05:11:38.603581 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:11:38.603672 [ 270 ] {4b637239-7d6a-4b93-943e-7bfdf1f7aac2} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.01.02 05:11:38.603711 [ 270 ] {4b637239-7d6a-4b93-943e-7bfdf1f7aac2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.01.02 05:11:38.604089 [ 270 ] {4b637239-7d6a-4b93-943e-7bfdf1f7aac2} oximeter.fields_u8 (ae3e3832-81ae-4954-8933-d68b9608f6be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:11:38.604124 [ 270 ] {4b637239-7d6a-4b93-943e-7bfdf1f7aac2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2026.01.02 05:11:38.604415 [ 270 ] {4b637239-7d6a-4b93-943e-7bfdf1f7aac2} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.01.02 05:11:38.604619 [ 270 ] {4b637239-7d6a-4b93-943e-7bfdf1f7aac2} oximeter.fields_u8 (ae3e3832-81ae-4954-8933-d68b9608f6be): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:11:38.604746 [ 270 ] {4b637239-7d6a-4b93-943e-7bfdf1f7aac2} executeQuery: Read 12 rows, 960.00 B in 0.001091 sec., 10999.083409715857 rows/sec., 859.30 KiB/sec. 2026.01.02 05:11:38.604782 [ 270 ] {4b637239-7d6a-4b93-943e-7bfdf1f7aac2} TCPHandler: Processed in 0.001248381 sec. 2026.01.02 05:11:38.604891 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:11:38.604982 [ 270 ] {d46d30a1-0ed1-4afe-af29-7cacdc03f37d} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.02 05:11:38.605020 [ 270 ] {d46d30a1-0ed1-4afe-af29-7cacdc03f37d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.02 05:11:38.605592 [ 270 ] {d46d30a1-0ed1-4afe-af29-7cacdc03f37d} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:11:38.605627 [ 270 ] {d46d30a1-0ed1-4afe-af29-7cacdc03f37d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2026.01.02 05:11:38.605948 [ 270 ] {d46d30a1-0ed1-4afe-af29-7cacdc03f37d} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2026.01.02 05:11:38.606164 [ 270 ] {d46d30a1-0ed1-4afe-af29-7cacdc03f37d} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:11:38.606287 [ 270 ] {d46d30a1-0ed1-4afe-af29-7cacdc03f37d} executeQuery: Read 558 rows, 42.83 KiB in 0.001322 sec., 422087.7458396369 rows/sec., 31.64 MiB/sec. 2026.01.02 05:11:38.606324 [ 270 ] {d46d30a1-0ed1-4afe-af29-7cacdc03f37d} TCPHandler: Processed in 0.001479395 sec. 2026.01.02 05:11:38.606436 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:11:38.606527 [ 270 ] {6e6299fe-e045-4576-8227-9bba3a3f9095} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.02 05:11:38.606569 [ 270 ] {6e6299fe-e045-4576-8227-9bba3a3f9095} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.02 05:11:38.607140 [ 270 ] {6e6299fe-e045-4576-8227-9bba3a3f9095} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:11:38.607175 [ 270 ] {6e6299fe-e045-4576-8227-9bba3a3f9095} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2026.01.02 05:11:38.607537 [ 270 ] {6e6299fe-e045-4576-8227-9bba3a3f9095} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2026.01.02 05:11:38.607742 [ 270 ] {6e6299fe-e045-4576-8227-9bba3a3f9095} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:11:38.607867 [ 270 ] {6e6299fe-e045-4576-8227-9bba3a3f9095} executeQuery: Read 881 rows, 61.23 KiB in 0.001357 sec., 649226.2343404569 rows/sec., 44.06 MiB/sec. 2026.01.02 05:11:38.607903 [ 270 ] {6e6299fe-e045-4576-8227-9bba3a3f9095} TCPHandler: Processed in 0.001513925 sec. 2026.01.02 05:11:38.608013 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:11:38.608105 [ 270 ] {da7c0ba5-a470-41dc-a842-effce3b79dc7} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.02 05:11:38.608147 [ 270 ] {da7c0ba5-a470-41dc-a842-effce3b79dc7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.02 05:11:38.608466 [ 270 ] {da7c0ba5-a470-41dc-a842-effce3b79dc7} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:11:38.608502 [ 270 ] {da7c0ba5-a470-41dc-a842-effce3b79dc7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2026.01.02 05:11:38.608801 [ 270 ] {da7c0ba5-a470-41dc-a842-effce3b79dc7} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2026.01.02 05:11:38.609001 [ 270 ] {da7c0ba5-a470-41dc-a842-effce3b79dc7} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:11:38.609124 [ 270 ] {da7c0ba5-a470-41dc-a842-effce3b79dc7} executeQuery: Read 60 rows, 4.14 KiB in 0.001036 sec., 57915.057915057914 rows/sec., 3.90 MiB/sec. 2026.01.02 05:11:38.609158 [ 270 ] {da7c0ba5-a470-41dc-a842-effce3b79dc7} TCPHandler: Processed in 0.00119172 sec. 2026.01.02 05:11:39.467298 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 23577 2026.01.02 05:11:39.467855 [ 245 ] {} system.asynchronous_metric_log (bb53ce5c-bddd-4105-a5af-ef87950cd4f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:11:39.467908 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2026.01.02 05:11:39.468443 [ 245 ] {} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2026.01.02 05:11:39.468698 [ 245 ] {} system.asynchronous_metric_log (bb53ce5c-bddd-4105-a5af-ef87950cd4f3): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:11:39.468849 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 23577 2026.01.02 05:11:40.769130 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 369 2026.01.02 05:11:40.789164 [ 244 ] {} system.metric_log (a59fffb9-cc3a-4586-97e5-9d20b67a7356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:11:40.789237 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2026.01.02 05:11:40.795811 [ 244 ] {} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2026.01.02 05:11:40.796678 [ 244 ] {} system.metric_log (a59fffb9-cc3a-4586-97e5-9d20b67a7356): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:11:40.801418 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 369 2026.01.02 05:11:40.823474 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63367 2026.01.02 05:11:40.823592 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:11:40.823621 [ 286 ] {} TCP-Session: 6702f2bb-f450-412b-bc07-0c2192070c96 Authenticating user 'default' from [fd00:1122:3344:101::e]:63367 2026.01.02 05:11:40.823645 [ 286 ] {} TCP-Session: 6702f2bb-f450-412b-bc07-0c2192070c96 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:11:40.823660 [ 286 ] {} TCP-Session: 6702f2bb-f450-412b-bc07-0c2192070c96 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:11:40.823845 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63440 2026.01.02 05:11:40.823897 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64511 2026.01.02 05:11:40.823910 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62160 2026.01.02 05:11:40.823947 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:11:40.823960 [ 356 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45508 2026.01.02 05:11:40.823984 [ 287 ] {} TCP-Session: 4609b6ce-e159-481e-bb91-5cb6d7fd986f Authenticating user 'default' from [fd00:1122:3344:101::e]:63440 2026.01.02 05:11:40.823992 [ 286 ] {} TCP-Session: 6702f2bb-f450-412b-bc07-0c2192070c96 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:11:40.824022 [ 287 ] {} TCP-Session: 4609b6ce-e159-481e-bb91-5cb6d7fd986f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:11:40.823960 [ 355 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51925 2026.01.02 05:11:40.824048 [ 287 ] {} TCP-Session: 4609b6ce-e159-481e-bb91-5cb6d7fd986f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:11:40.823930 [ 354 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41590 2026.01.02 05:11:40.823914 [ 353 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52592 2026.01.02 05:11:40.823904 [ 352 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44813 2026.01.02 05:11:40.824191 [ 286 ] {ef538122-2d0d-436d-ac92-ce3fb7467a4c} executeQuery: (from [fd00:1122:3344:101::e]:63367) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.01.02 05:11:40.824293 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:11:40.824332 [ 288 ] {} TCP-Session: 7b7fc57c-62d6-4b4c-a7f7-efd2c050261a Authenticating user 'default' from [fd00:1122:3344:101::e]:64511 2026.01.02 05:11:40.824353 [ 288 ] {} TCP-Session: 7b7fc57c-62d6-4b4c-a7f7-efd2c050261a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:11:40.824368 [ 288 ] {} TCP-Session: 7b7fc57c-62d6-4b4c-a7f7-efd2c050261a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:11:40.824477 [ 286 ] {ef538122-2d0d-436d-ac92-ce3fb7467a4c} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.01.02 05:11:40.824537 [ 286 ] {ef538122-2d0d-436d-ac92-ce3fb7467a4c} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.02 05:11:40.824604 [ 355 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:11:40.824643 [ 355 ] {} TCP-Session: af395e11-2fbc-4a58-baf4-7a8f14e901f6 Authenticating user 'default' from [fd00:1122:3344:101::e]:51925 2026.01.02 05:11:40.824669 [ 355 ] {} TCP-Session: af395e11-2fbc-4a58-baf4-7a8f14e901f6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:11:40.824692 [ 355 ] {} TCP-Session: af395e11-2fbc-4a58-baf4-7a8f14e901f6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:11:40.824735 [ 353 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:11:40.824770 [ 353 ] {} TCP-Session: e4a80064-840b-42ba-a6a0-33b91084ea98 Authenticating user 'default' from [fd00:1122:3344:101::e]:52592 2026.01.02 05:11:40.824788 [ 353 ] {} TCP-Session: e4a80064-840b-42ba-a6a0-33b91084ea98 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:11:40.824801 [ 353 ] {} TCP-Session: e4a80064-840b-42ba-a6a0-33b91084ea98 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:11:40.824839 [ 286 ] {ef538122-2d0d-436d-ac92-ce3fb7467a4c} oximeter.version (e3550e79-451c-4c3d-8ba1-9d3e49618ffc) (SelectExecutor): Key condition: unknown 2026.01.02 05:11:40.825162 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:11:40.825191 [ 289 ] {} TCP-Session: 816a9a8e-fc8e-4cc1-8c6b-9e032b376067 Authenticating user 'default' from [fd00:1122:3344:101::e]:62160 2026.01.02 05:11:40.825208 [ 289 ] {} TCP-Session: 816a9a8e-fc8e-4cc1-8c6b-9e032b376067 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:11:40.825220 [ 289 ] {} TCP-Session: 816a9a8e-fc8e-4cc1-8c6b-9e032b376067 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:11:40.825289 [ 356 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:11:40.825325 [ 356 ] {} TCP-Session: b24faa04-6729-4d8a-a37a-a8409efd92bd Authenticating user 'default' from [fd00:1122:3344:101::e]:45508 2026.01.02 05:11:40.825343 [ 356 ] {} TCP-Session: b24faa04-6729-4d8a-a37a-a8409efd92bd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:11:40.825355 [ 356 ] {} TCP-Session: b24faa04-6729-4d8a-a37a-a8409efd92bd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:11:40.825502 [ 354 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:11:40.825543 [ 354 ] {} TCP-Session: 829687b1-e978-488c-b143-2ed18c0665de Authenticating user 'default' from [fd00:1122:3344:101::e]:41590 2026.01.02 05:11:40.825567 [ 354 ] {} TCP-Session: 829687b1-e978-488c-b143-2ed18c0665de Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:11:40.825587 [ 354 ] {} TCP-Session: 829687b1-e978-488c-b143-2ed18c0665de Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:11:40.825611 [ 352 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:11:40.825647 [ 352 ] {} TCP-Session: dbde6cd7-6429-4c8a-839c-1b6d08b5f5ad Authenticating user 'default' from [fd00:1122:3344:101::e]:44813 2026.01.02 05:11:40.825668 [ 352 ] {} TCP-Session: dbde6cd7-6429-4c8a-839c-1b6d08b5f5ad Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:11:40.825686 [ 352 ] {} TCP-Session: dbde6cd7-6429-4c8a-839c-1b6d08b5f5ad Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:11:40.825826 [ 328 ] {ef538122-2d0d-436d-ac92-ce3fb7467a4c} AggregatingTransform: Aggregating 2026.01.02 05:11:40.825940 [ 328 ] {ef538122-2d0d-436d-ac92-ce3fb7467a4c} Aggregator: Aggregation method: without_key 2026.01.02 05:11:40.825980 [ 328 ] {ef538122-2d0d-436d-ac92-ce3fb7467a4c} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001036258 sec. (965.011 rows/sec., 37.70 KiB/sec.) 2026.01.02 05:11:40.825998 [ 328 ] {ef538122-2d0d-436d-ac92-ce3fb7467a4c} Aggregator: Merging aggregated data 2026.01.02 05:11:40.827255 [ 286 ] {ef538122-2d0d-436d-ac92-ce3fb7467a4c} executeQuery: Read 1 rows, 40.00 B in 0.003121 sec., 320.41012495994875 rows/sec., 12.52 KiB/sec. 2026.01.02 05:11:40.827382 [ 286 ] {ef538122-2d0d-436d-ac92-ce3fb7467a4c} TCPHandler: Processed in 0.003508168 sec. 2026.01.02 05:11:40.827469 [ 286 ] {} TCPHandler: Done processing connection. 2026.01.02 05:11:40.827500 [ 286 ] {} TCP-Session: 6702f2bb-f450-412b-bc07-0c2192070c96 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:11:40.827499 [ 356 ] {} TCPHandler: Done processing connection. 2026.01.02 05:11:40.827515 [ 287 ] {} TCPHandler: Done processing connection. 2026.01.02 05:11:40.827534 [ 289 ] {} TCPHandler: Done processing connection. 2026.01.02 05:11:40.827560 [ 356 ] {} TCP-Session: b24faa04-6729-4d8a-a37a-a8409efd92bd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:11:40.827572 [ 288 ] {} TCPHandler: Done processing connection. 2026.01.02 05:11:40.827587 [ 352 ] {} TCPHandler: Done processing connection. 2026.01.02 05:11:40.827607 [ 353 ] {} TCPHandler: Done processing connection. 2026.01.02 05:11:40.827634 [ 288 ] {} TCP-Session: 7b7fc57c-62d6-4b4c-a7f7-efd2c050261a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:11:40.827646 [ 352 ] {} TCP-Session: dbde6cd7-6429-4c8a-839c-1b6d08b5f5ad Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:11:40.827664 [ 353 ] {} TCP-Session: e4a80064-840b-42ba-a6a0-33b91084ea98 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:11:40.827621 [ 355 ] {} TCPHandler: Done processing connection. 2026.01.02 05:11:40.827604 [ 289 ] {} TCP-Session: 816a9a8e-fc8e-4cc1-8c6b-9e032b376067 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:11:40.827727 [ 355 ] {} TCP-Session: af395e11-2fbc-4a58-baf4-7a8f14e901f6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:11:40.827578 [ 287 ] {} TCP-Session: 4609b6ce-e159-481e-bb91-5cb6d7fd986f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:11:40.827550 [ 354 ] {} TCPHandler: Done processing connection. 2026.01.02 05:11:40.827792 [ 354 ] {} TCP-Session: 829687b1-e978-488c-b143-2ed18c0665de Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:11:40.921784 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59520 2026.01.02 05:11:40.921921 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:11:40.921963 [ 286 ] {} TCP-Session: 50b0dd08-298b-4842-b7f7-8398ef95bded Authenticating user 'default' from [fd00:1122:3344:101::e]:59520 2026.01.02 05:11:40.921989 [ 286 ] {} TCP-Session: 50b0dd08-298b-4842-b7f7-8398ef95bded Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:11:40.922003 [ 286 ] {} TCP-Session: 50b0dd08-298b-4842-b7f7-8398ef95bded Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:11:40.922178 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64349 2026.01.02 05:11:40.922222 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48356 2026.01.02 05:11:40.922235 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39597 2026.01.02 05:11:40.922230 [ 352 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36743 2026.01.02 05:11:40.922296 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:11:40.922294 [ 354 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47627 2026.01.02 05:11:40.922336 [ 287 ] {} TCP-Session: ae2d8b92-ccd1-4417-9be9-4148978e329d Authenticating user 'default' from [fd00:1122:3344:101::e]:64349 2026.01.02 05:11:40.922340 [ 286 ] {} TCP-Session: 50b0dd08-298b-4842-b7f7-8398ef95bded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:11:40.922360 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:11:40.922367 [ 287 ] {} TCP-Session: ae2d8b92-ccd1-4417-9be9-4148978e329d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:11:40.922400 [ 354 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:11:40.922412 [ 287 ] {} TCP-Session: ae2d8b92-ccd1-4417-9be9-4148978e329d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:11:40.922404 [ 288 ] {} TCP-Session: 2ffc86c8-b11d-4807-bcd1-a2e687892f90 Authenticating user 'default' from [fd00:1122:3344:101::e]:39597 2026.01.02 05:11:40.922433 [ 354 ] {} TCP-Session: ed0aa881-8ce1-4dfb-83d8-f7b5ad321031 Authenticating user 'default' from [fd00:1122:3344:101::e]:47627 2026.01.02 05:11:40.922456 [ 288 ] {} TCP-Session: 2ffc86c8-b11d-4807-bcd1-a2e687892f90 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:11:40.922362 [ 352 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:11:40.922481 [ 288 ] {} TCP-Session: 2ffc86c8-b11d-4807-bcd1-a2e687892f90 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:11:40.922518 [ 352 ] {} TCP-Session: f35554bb-ba12-4aba-9853-b3b8b22b4e61 Authenticating user 'default' from [fd00:1122:3344:101::e]:36743 2026.01.02 05:11:40.922317 [ 356 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36763 2026.01.02 05:11:40.922548 [ 352 ] {} TCP-Session: f35554bb-ba12-4aba-9853-b3b8b22b4e61 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:11:40.922562 [ 286 ] {b7fbf2d3-4d8f-4d88-9df1-825db817d7dd} executeQuery: (from [fd00:1122:3344:101::e]:59520) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.01.02 05:11:40.922582 [ 352 ] {} TCP-Session: f35554bb-ba12-4aba-9853-b3b8b22b4e61 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:11:40.922299 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:11:40.922614 [ 356 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:11:40.922283 [ 353 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41649 2026.01.02 05:11:40.922666 [ 289 ] {} TCP-Session: c3c69c2f-4cd1-42ff-b906-bc3b74e2d632 Authenticating user 'default' from [fd00:1122:3344:101::e]:48356 2026.01.02 05:11:40.922670 [ 356 ] {} TCP-Session: 6b51f658-dbd2-442e-b547-585e63f98276 Authenticating user 'default' from [fd00:1122:3344:101::e]:36763 2026.01.02 05:11:40.922315 [ 355 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:65503 2026.01.02 05:11:40.922720 [ 356 ] {} TCP-Session: 6b51f658-dbd2-442e-b547-585e63f98276 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:11:40.922733 [ 353 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:11:40.922759 [ 356 ] {} TCP-Session: 6b51f658-dbd2-442e-b547-585e63f98276 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:11:40.922777 [ 353 ] {} TCP-Session: 2c3d40a4-4844-402d-9217-7f12e3b936ad Authenticating user 'default' from [fd00:1122:3344:101::e]:41649 2026.01.02 05:11:40.922713 [ 289 ] {} TCP-Session: c3c69c2f-4cd1-42ff-b906-bc3b74e2d632 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:11:40.922807 [ 355 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:11:40.922826 [ 289 ] {} TCP-Session: c3c69c2f-4cd1-42ff-b906-bc3b74e2d632 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:11:40.922849 [ 355 ] {} TCP-Session: d3502a96-b6c3-46e7-962e-e0d24ba40360 Authenticating user 'default' from [fd00:1122:3344:101::e]:65503 2026.01.02 05:11:40.922803 [ 353 ] {} TCP-Session: 2c3d40a4-4844-402d-9217-7f12e3b936ad Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:11:40.922884 [ 355 ] {} TCP-Session: d3502a96-b6c3-46e7-962e-e0d24ba40360 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:11:40.922898 [ 353 ] {} TCP-Session: 2c3d40a4-4844-402d-9217-7f12e3b936ad Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:11:40.922908 [ 286 ] {b7fbf2d3-4d8f-4d88-9df1-825db817d7dd} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.01.02 05:11:40.922908 [ 355 ] {} TCP-Session: d3502a96-b6c3-46e7-962e-e0d24ba40360 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:11:40.922476 [ 354 ] {} TCP-Session: ed0aa881-8ce1-4dfb-83d8-f7b5ad321031 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:11:40.922984 [ 286 ] {b7fbf2d3-4d8f-4d88-9df1-825db817d7dd} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.02 05:11:40.922989 [ 354 ] {} TCP-Session: ed0aa881-8ce1-4dfb-83d8-f7b5ad321031 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:11:40.923354 [ 286 ] {b7fbf2d3-4d8f-4d88-9df1-825db817d7dd} oximeter.version (e3550e79-451c-4c3d-8ba1-9d3e49618ffc) (SelectExecutor): Key condition: unknown 2026.01.02 05:11:40.924441 [ 300 ] {b7fbf2d3-4d8f-4d88-9df1-825db817d7dd} AggregatingTransform: Aggregating 2026.01.02 05:11:40.924494 [ 300 ] {b7fbf2d3-4d8f-4d88-9df1-825db817d7dd} Aggregator: Aggregation method: without_key 2026.01.02 05:11:40.924537 [ 300 ] {b7fbf2d3-4d8f-4d88-9df1-825db817d7dd} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001040867 sec. (960.738 rows/sec., 37.53 KiB/sec.) 2026.01.02 05:11:40.924558 [ 300 ] {b7fbf2d3-4d8f-4d88-9df1-825db817d7dd} Aggregator: Merging aggregated data 2026.01.02 05:11:40.925976 [ 286 ] {b7fbf2d3-4d8f-4d88-9df1-825db817d7dd} executeQuery: Read 1 rows, 40.00 B in 0.003488 sec., 286.697247706422 rows/sec., 11.20 KiB/sec. 2026.01.02 05:11:40.926149 [ 286 ] {b7fbf2d3-4d8f-4d88-9df1-825db817d7dd} TCPHandler: Processed in 0.003944146 sec. 2026.01.02 05:11:40.926262 [ 286 ] {} TCPHandler: Done processing connection. 2026.01.02 05:11:40.926293 [ 286 ] {} TCP-Session: 50b0dd08-298b-4842-b7f7-8398ef95bded Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:11:40.926298 [ 289 ] {} TCPHandler: Done processing connection. 2026.01.02 05:11:40.926330 [ 287 ] {} TCPHandler: Done processing connection. 2026.01.02 05:11:40.926342 [ 289 ] {} TCP-Session: c3c69c2f-4cd1-42ff-b906-bc3b74e2d632 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:11:40.926350 [ 354 ] {} TCPHandler: Done processing connection. 2026.01.02 05:11:40.926385 [ 287 ] {} TCP-Session: ae2d8b92-ccd1-4417-9be9-4148978e329d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:11:40.926399 [ 288 ] {} TCPHandler: Done processing connection. 2026.01.02 05:11:40.926423 [ 356 ] {} TCPHandler: Done processing connection. 2026.01.02 05:11:40.926375 [ 352 ] {} TCPHandler: Done processing connection. 2026.01.02 05:11:40.926454 [ 288 ] {} TCP-Session: 2ffc86c8-b11d-4807-bcd1-a2e687892f90 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:11:40.926466 [ 356 ] {} TCP-Session: 6b51f658-dbd2-442e-b547-585e63f98276 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:11:40.926490 [ 355 ] {} TCPHandler: Done processing connection. 2026.01.02 05:11:40.926499 [ 352 ] {} TCP-Session: f35554bb-ba12-4aba-9853-b3b8b22b4e61 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:11:40.926461 [ 353 ] {} TCPHandler: Done processing connection. 2026.01.02 05:11:40.926536 [ 355 ] {} TCP-Session: d3502a96-b6c3-46e7-962e-e0d24ba40360 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:11:40.926417 [ 354 ] {} TCP-Session: ed0aa881-8ce1-4dfb-83d8-f7b5ad321031 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:11:40.926567 [ 353 ] {} TCP-Session: 2c3d40a4-4844-402d-9217-7f12e3b936ad Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:11:40.958482 [ 353 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59726 2026.01.02 05:11:40.958579 [ 353 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:11:40.958606 [ 353 ] {} TCP-Session: 93f5a125-6162-459d-b1ce-d3e275920956 Authenticating user 'default' from [fd00:1122:3344:101::e]:59726 2026.01.02 05:11:40.958628 [ 353 ] {} TCP-Session: 93f5a125-6162-459d-b1ce-d3e275920956 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:11:40.958643 [ 353 ] {} TCP-Session: 93f5a125-6162-459d-b1ce-d3e275920956 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:11:40.958809 [ 354 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42857 2026.01.02 05:11:40.958841 [ 355 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50387 2026.01.02 05:11:40.958860 [ 356 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58154 2026.01.02 05:11:40.958890 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44123 2026.01.02 05:11:40.958903 [ 352 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56544 2026.01.02 05:11:40.958926 [ 355 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:11:40.958898 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62380 2026.01.02 05:11:40.958970 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:11:40.958970 [ 356 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:11:40.958980 [ 353 ] {} TCP-Session: 93f5a125-6162-459d-b1ce-d3e275920956 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:11:40.959010 [ 288 ] {} TCP-Session: 2ee946e6-cea0-4f9c-abc0-de9ec1943e32 Authenticating user 'default' from [fd00:1122:3344:101::e]:44123 2026.01.02 05:11:40.959016 [ 356 ] {} TCP-Session: 692fe03c-f154-4546-a87f-f227e977440e Authenticating user 'default' from [fd00:1122:3344:101::e]:58154 2026.01.02 05:11:40.959033 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:11:40.959054 [ 356 ] {} TCP-Session: 692fe03c-f154-4546-a87f-f227e977440e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:11:40.959051 [ 288 ] {} TCP-Session: 2ee946e6-cea0-4f9c-abc0-de9ec1943e32 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:11:40.959072 [ 289 ] {} TCP-Session: fedcee81-4706-4d95-8635-22f407b70388 Authenticating user 'default' from [fd00:1122:3344:101::e]:62380 2026.01.02 05:11:40.959077 [ 356 ] {} TCP-Session: 692fe03c-f154-4546-a87f-f227e977440e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:11:40.959084 [ 288 ] {} TCP-Session: 2ee946e6-cea0-4f9c-abc0-de9ec1943e32 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:11:40.959103 [ 289 ] {} TCP-Session: fedcee81-4706-4d95-8635-22f407b70388 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:11:40.958979 [ 352 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:11:40.959134 [ 289 ] {} TCP-Session: fedcee81-4706-4d95-8635-22f407b70388 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:11:40.958968 [ 355 ] {} TCP-Session: 77f0baf3-9ce8-414f-a133-f3e9ce5a5f04 Authenticating user 'default' from [fd00:1122:3344:101::e]:50387 2026.01.02 05:11:40.959164 [ 352 ] {} TCP-Session: d343b225-49d0-446d-a73c-b470c247c1ba Authenticating user 'default' from [fd00:1122:3344:101::e]:56544 2026.01.02 05:11:40.959187 [ 353 ] {774f5a6d-901c-4097-a7b7-5ee3ebdc1d40} executeQuery: (from [fd00:1122:3344:101::e]:59726) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.01.02 05:11:40.959201 [ 355 ] {} TCP-Session: 77f0baf3-9ce8-414f-a133-f3e9ce5a5f04 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:11:40.959208 [ 352 ] {} TCP-Session: d343b225-49d0-446d-a73c-b470c247c1ba Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:11:40.959245 [ 355 ] {} TCP-Session: 77f0baf3-9ce8-414f-a133-f3e9ce5a5f04 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:11:40.959263 [ 352 ] {} TCP-Session: d343b225-49d0-446d-a73c-b470c247c1ba Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:11:40.958874 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46342 2026.01.02 05:11:40.958858 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43831 2026.01.02 05:11:40.958904 [ 354 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:11:40.959356 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:11:40.959369 [ 354 ] {} TCP-Session: da0cb3cb-4537-4718-b895-c9116068fed6 Authenticating user 'default' from [fd00:1122:3344:101::e]:42857 2026.01.02 05:11:40.959379 [ 287 ] {} TCP-Session: c44ebaa2-e9bb-4d87-b62d-b6a39b42b2f7 Authenticating user 'default' from [fd00:1122:3344:101::e]:46342 2026.01.02 05:11:40.959384 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:11:40.959402 [ 287 ] {} TCP-Session: c44ebaa2-e9bb-4d87-b62d-b6a39b42b2f7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:11:40.959421 [ 286 ] {} TCP-Session: cecfa39a-da61-4320-81be-fbb067840584 Authenticating user 'default' from [fd00:1122:3344:101::e]:43831 2026.01.02 05:11:40.959429 [ 287 ] {} TCP-Session: c44ebaa2-e9bb-4d87-b62d-b6a39b42b2f7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:11:40.959447 [ 286 ] {} TCP-Session: cecfa39a-da61-4320-81be-fbb067840584 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:11:40.959393 [ 354 ] {} TCP-Session: da0cb3cb-4537-4718-b895-c9116068fed6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:11:40.959473 [ 286 ] {} TCP-Session: cecfa39a-da61-4320-81be-fbb067840584 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:11:40.959492 [ 354 ] {} TCP-Session: da0cb3cb-4537-4718-b895-c9116068fed6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:11:40.959530 [ 353 ] {774f5a6d-901c-4097-a7b7-5ee3ebdc1d40} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.01.02 05:11:40.959594 [ 353 ] {774f5a6d-901c-4097-a7b7-5ee3ebdc1d40} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.02 05:11:40.959927 [ 353 ] {774f5a6d-901c-4097-a7b7-5ee3ebdc1d40} oximeter.version (e3550e79-451c-4c3d-8ba1-9d3e49618ffc) (SelectExecutor): Key condition: unknown 2026.01.02 05:11:40.961000 [ 330 ] {774f5a6d-901c-4097-a7b7-5ee3ebdc1d40} AggregatingTransform: Aggregating 2026.01.02 05:11:40.961044 [ 330 ] {774f5a6d-901c-4097-a7b7-5ee3ebdc1d40} Aggregator: Aggregation method: without_key 2026.01.02 05:11:40.961082 [ 330 ] {774f5a6d-901c-4097-a7b7-5ee3ebdc1d40} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001052218 sec. (950.373 rows/sec., 37.12 KiB/sec.) 2026.01.02 05:11:40.961102 [ 330 ] {774f5a6d-901c-4097-a7b7-5ee3ebdc1d40} Aggregator: Merging aggregated data 2026.01.02 05:11:40.962659 [ 353 ] {774f5a6d-901c-4097-a7b7-5ee3ebdc1d40} executeQuery: Read 1 rows, 40.00 B in 0.003529 sec., 283.36639274582035 rows/sec., 11.07 KiB/sec. 2026.01.02 05:11:40.962881 [ 353 ] {774f5a6d-901c-4097-a7b7-5ee3ebdc1d40} TCPHandler: Processed in 0.004048088 sec. 2026.01.02 05:11:40.963025 [ 353 ] {} TCPHandler: Done processing connection. 2026.01.02 05:11:40.963056 [ 353 ] {} TCP-Session: 93f5a125-6162-459d-b1ce-d3e275920956 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:11:40.963057 [ 286 ] {} TCPHandler: Done processing connection. 2026.01.02 05:11:40.963081 [ 288 ] {} TCPHandler: Done processing connection. 2026.01.02 05:11:40.963111 [ 286 ] {} TCP-Session: cecfa39a-da61-4320-81be-fbb067840584 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:11:40.963100 [ 354 ] {} TCPHandler: Done processing connection. 2026.01.02 05:11:40.963138 [ 287 ] {} TCPHandler: Done processing connection. 2026.01.02 05:11:40.963162 [ 355 ] {} TCPHandler: Done processing connection. 2026.01.02 05:11:40.963186 [ 354 ] {} TCP-Session: da0cb3cb-4537-4718-b895-c9116068fed6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:11:40.963203 [ 287 ] {} TCP-Session: c44ebaa2-e9bb-4d87-b62d-b6a39b42b2f7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:11:40.963220 [ 355 ] {} TCP-Session: 77f0baf3-9ce8-414f-a133-f3e9ce5a5f04 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:11:40.963203 [ 289 ] {} TCPHandler: Done processing connection. 2026.01.02 05:11:40.963181 [ 356 ] {} TCPHandler: Done processing connection. 2026.01.02 05:11:40.963313 [ 289 ] {} TCP-Session: fedcee81-4706-4d95-8635-22f407b70388 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:11:40.963149 [ 352 ] {} TCPHandler: Done processing connection. 2026.01.02 05:11:40.963367 [ 356 ] {} TCP-Session: 692fe03c-f154-4546-a87f-f227e977440e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:11:40.963149 [ 288 ] {} TCP-Session: 2ee946e6-cea0-4f9c-abc0-de9ec1943e32 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:11:40.963399 [ 352 ] {} TCP-Session: d343b225-49d0-446d-a73c-b470c247c1ba Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:11:42.040260 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1138 2026.01.02 05:11:42.042934 [ 243 ] {} system.query_log (dd3f3490-5765-4d2a-9406-0e239d3e9a13): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:11:42.042992 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2026.01.02 05:11:42.044259 [ 243 ] {} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.01.02 05:11:42.044543 [ 243 ] {} system.query_log (dd3f3490-5765-4d2a-9406-0e239d3e9a13): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:11:42.044863 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1138 2026.01.02 05:11:43.575383 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:11:43.575631 [ 270 ] {67adffa1-8596-46a4-8909-1c2833c964c6} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.02 05:11:43.575726 [ 270 ] {67adffa1-8596-46a4-8909-1c2833c964c6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.02 05:11:43.576746 [ 270 ] {67adffa1-8596-46a4-8909-1c2833c964c6} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:11:43.576824 [ 270 ] {67adffa1-8596-46a4-8909-1c2833c964c6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2026.01.02 05:11:43.577467 [ 270 ] {67adffa1-8596-46a4-8909-1c2833c964c6} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2026.01.02 05:11:43.577842 [ 270 ] {67adffa1-8596-46a4-8909-1c2833c964c6} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:11:43.578079 [ 270 ] {67adffa1-8596-46a4-8909-1c2833c964c6} executeQuery: Read 136 rows, 12.08 KiB in 0.002511 sec., 54161.68857029072 rows/sec., 4.70 MiB/sec. 2026.01.02 05:11:43.578160 [ 270 ] {67adffa1-8596-46a4-8909-1c2833c964c6} TCPHandler: Processed in 0.00294918 sec. 2026.01.02 05:11:43.578351 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:11:43.578504 [ 270 ] {26044823-171d-41f1-9e96-31c72fa42528} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.02 05:11:43.578562 [ 270 ] {26044823-171d-41f1-9e96-31c72fa42528} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.02 05:11:43.579167 [ 270 ] {26044823-171d-41f1-9e96-31c72fa42528} oximeter.fields_u16 (75d7a870-5da0-445d-b2e0-ec90b5ea7788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:11:43.579220 [ 270 ] {26044823-171d-41f1-9e96-31c72fa42528} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2026.01.02 05:11:43.579710 [ 270 ] {26044823-171d-41f1-9e96-31c72fa42528} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2026.01.02 05:11:43.580042 [ 270 ] {26044823-171d-41f1-9e96-31c72fa42528} oximeter.fields_u16 (75d7a870-5da0-445d-b2e0-ec90b5ea7788): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:11:43.580245 [ 270 ] {26044823-171d-41f1-9e96-31c72fa42528} executeQuery: Read 40 rows, 3.01 KiB in 0.001771 sec., 22586.109542631282 rows/sec., 1.66 MiB/sec. 2026.01.02 05:11:43.580304 [ 270 ] {26044823-171d-41f1-9e96-31c72fa42528} TCPHandler: Processed in 0.002034094 sec. 2026.01.02 05:11:43.580462 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:11:43.580599 [ 270 ] {b039a44c-5d9a-4f39-8b2b-374f23976818} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.02 05:11:43.580664 [ 270 ] {b039a44c-5d9a-4f39-8b2b-374f23976818} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.02 05:11:43.581351 [ 270 ] {b039a44c-5d9a-4f39-8b2b-374f23976818} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:11:43.581399 [ 270 ] {b039a44c-5d9a-4f39-8b2b-374f23976818} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2026.01.02 05:11:43.581881 [ 270 ] {b039a44c-5d9a-4f39-8b2b-374f23976818} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2026.01.02 05:11:43.582204 [ 270 ] {b039a44c-5d9a-4f39-8b2b-374f23976818} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:11:43.582398 [ 270 ] {b039a44c-5d9a-4f39-8b2b-374f23976818} executeQuery: Read 104 rows, 8.32 KiB in 0.001826 sec., 56955.093099671416 rows/sec., 4.45 MiB/sec. 2026.01.02 05:11:43.582456 [ 270 ] {b039a44c-5d9a-4f39-8b2b-374f23976818} TCPHandler: Processed in 0.002069365 sec. 2026.01.02 05:11:43.582602 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:11:43.582729 [ 270 ] {2a597ef4-2f05-4621-879a-72ed7421746f} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.02 05:11:43.582787 [ 270 ] {2a597ef4-2f05-4621-879a-72ed7421746f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.02 05:11:43.583347 [ 270 ] {2a597ef4-2f05-4621-879a-72ed7421746f} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:11:43.583401 [ 270 ] {2a597ef4-2f05-4621-879a-72ed7421746f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2026.01.02 05:11:43.583866 [ 270 ] {2a597ef4-2f05-4621-879a-72ed7421746f} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2026.01.02 05:11:43.584170 [ 270 ] {2a597ef4-2f05-4621-879a-72ed7421746f} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:11:43.584356 [ 270 ] {2a597ef4-2f05-4621-879a-72ed7421746f} executeQuery: Read 160 rows, 11.41 KiB in 0.00165 sec., 96969.69696969698 rows/sec., 6.75 MiB/sec. 2026.01.02 05:11:43.584408 [ 270 ] {2a597ef4-2f05-4621-879a-72ed7421746f} TCPHandler: Processed in 0.001872391 sec. 2026.01.02 05:11:43.584546 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:11:43.584705 [ 270 ] {7236e820-15b3-40bf-b176-4b9790362776} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.02 05:11:43.584812 [ 270 ] {7236e820-15b3-40bf-b176-4b9790362776} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.01.02 05:11:43.586204 [ 270 ] {7236e820-15b3-40bf-b176-4b9790362776} oximeter.measurements_histogramu64 (1ea2d44b-9dfb-4731-8ee2-8779179f369b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:11:43.586252 [ 270 ] {7236e820-15b3-40bf-b176-4b9790362776} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2026.01.02 05:11:43.587134 [ 270 ] {7236e820-15b3-40bf-b176-4b9790362776} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.01.02 05:11:43.587516 [ 270 ] {7236e820-15b3-40bf-b176-4b9790362776} oximeter.measurements_histogramu64 (1ea2d44b-9dfb-4731-8ee2-8779179f369b): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:11:43.587678 [ 65 ] {} oximeter.measurements_histogramu64 (1ea2d44b-9dfb-4731-8ee2-8779179f369b) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2026.01.02 05:11:43.587726 [ 65 ] {} oximeter.measurements_histogramu64 (1ea2d44b-9dfb-4731-8ee2-8779179f369b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:11:43.587729 [ 270 ] {7236e820-15b3-40bf-b176-4b9790362776} executeQuery: Read 40 rows, 73.40 KiB in 0.003057 sec., 13084.723585214264 rows/sec., 23.45 MiB/sec. 2026.01.02 05:11:43.587753 [ 65 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2026.01.02 05:11:43.587821 [ 270 ] {7236e820-15b3-40bf-b176-4b9790362776} TCPHandler: Processed in 0.003343816 sec. 2026.01.02 05:11:43.587856 [ 193 ] {1ea2d44b-9dfb-4731-8ee2-8779179f369b::all_1_36_7} MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full 2026.01.02 05:11:43.587970 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:11:43.588098 [ 193 ] {1ea2d44b-9dfb-4731-8ee2-8779179f369b::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.02 05:11:43.588102 [ 270 ] {7832c43c-9d9d-40ba-b076-eb5d518453be} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.02 05:11:43.588174 [ 193 ] {1ea2d44b-9dfb-4731-8ee2-8779179f369b::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1142 rows starting from the beginning of the part 2026.01.02 05:11:43.588180 [ 270 ] {7832c43c-9d9d-40ba-b076-eb5d518453be} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.02 05:11:43.588352 [ 193 ] {1ea2d44b-9dfb-4731-8ee2-8779179f369b::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 40 rows starting from the beginning of the part 2026.01.02 05:11:43.588491 [ 193 ] {1ea2d44b-9dfb-4731-8ee2-8779179f369b::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 40 rows starting from the beginning of the part 2026.01.02 05:11:43.588631 [ 193 ] {1ea2d44b-9dfb-4731-8ee2-8779179f369b::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 40 rows starting from the beginning of the part 2026.01.02 05:11:43.588674 [ 270 ] {7832c43c-9d9d-40ba-b076-eb5d518453be} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:11:43.588720 [ 270 ] {7832c43c-9d9d-40ba-b076-eb5d518453be} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2026.01.02 05:11:43.588763 [ 193 ] {1ea2d44b-9dfb-4731-8ee2-8779179f369b::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 40 rows starting from the beginning of the part 2026.01.02 05:11:43.588897 [ 193 ] {1ea2d44b-9dfb-4731-8ee2-8779179f369b::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 40 rows starting from the beginning of the part 2026.01.02 05:11:43.589138 [ 270 ] {7832c43c-9d9d-40ba-b076-eb5d518453be} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2026.01.02 05:11:43.589408 [ 270 ] {7832c43c-9d9d-40ba-b076-eb5d518453be} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:11:43.589593 [ 270 ] {7832c43c-9d9d-40ba-b076-eb5d518453be} executeQuery: Read 60 rows, 4.14 KiB in 0.001518 sec., 39525.691699604744 rows/sec., 2.66 MiB/sec. 2026.01.02 05:11:43.589638 [ 270 ] {7832c43c-9d9d-40ba-b076-eb5d518453be} TCPHandler: Processed in 0.001734849 sec. 2026.01.02 05:11:43.599715 [ 200 ] {1ea2d44b-9dfb-4731-8ee2-8779179f369b::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 1342 rows, containing 19 columns (19 merged, 0 gathered) in 0.011895339 sec., 112817.29759866449 rows/sec., 202.16 MiB/sec. 2026.01.02 05:11:43.602771 [ 199 ] {1ea2d44b-9dfb-4731-8ee2-8779179f369b::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2026.01.02 05:11:43.603412 [ 199 ] {1ea2d44b-9dfb-4731-8ee2-8779179f369b::all_1_36_7} oximeter.measurements_histogramu64 (1ea2d44b-9dfb-4731-8ee2-8779179f369b): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:11:43.603553 [ 199 ] {1ea2d44b-9dfb-4731-8ee2-8779179f369b::all_1_36_7} oximeter.measurements_histogramu64 (1ea2d44b-9dfb-4731-8ee2-8779179f369b) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2026.01.02 05:11:43.603835 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.48 MiB. 2026.01.02 05:11:44.000258 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 313.08 MiB, peak 324.51 MiB, free memory in arenas 0.00 B, will set to 317.83 MiB (RSS), difference: 4.76 MiB 2026.01.02 05:11:46.779860 [ 115 ] {} DNSResolver: Updating DNS cache 2026.01.02 05:11:46.779919 [ 115 ] {} DNSResolver: Updated DNS cache 2026.01.02 05:11:46.969209 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 24025 2026.01.02 05:11:46.970022 [ 245 ] {} system.asynchronous_metric_log (bb53ce5c-bddd-4105-a5af-ef87950cd4f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:11:46.970100 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2026.01.02 05:11:46.970643 [ 245 ] {} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2026.01.02 05:11:46.970873 [ 245 ] {} system.asynchronous_metric_log (bb53ce5c-bddd-4105-a5af-ef87950cd4f3): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:11:46.971009 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 24025 2026.01.02 05:11:48.301671 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 377 2026.01.02 05:11:48.318383 [ 244 ] {} system.metric_log (a59fffb9-cc3a-4586-97e5-9d20b67a7356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:11:48.318441 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2026.01.02 05:11:48.324538 [ 244 ] {} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2026.01.02 05:11:48.325292 [ 244 ] {} system.metric_log (a59fffb9-cc3a-4586-97e5-9d20b67a7356): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:11:48.328286 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 377 2026.01.02 05:11:48.567680 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:11:48.567858 [ 270 ] {a4b1d398-04c8-421e-a879-5213b9702fb7} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.02 05:11:48.567921 [ 270 ] {a4b1d398-04c8-421e-a879-5213b9702fb7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.02 05:11:48.568652 [ 270 ] {a4b1d398-04c8-421e-a879-5213b9702fb7} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:11:48.568693 [ 270 ] {a4b1d398-04c8-421e-a879-5213b9702fb7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2026.01.02 05:11:48.569077 [ 270 ] {a4b1d398-04c8-421e-a879-5213b9702fb7} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2026.01.02 05:11:48.569291 [ 270 ] {a4b1d398-04c8-421e-a879-5213b9702fb7} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:11:48.569436 [ 270 ] {a4b1d398-04c8-421e-a879-5213b9702fb7} executeQuery: Read 56 rows, 4.41 KiB in 0.00163 sec., 34355.82822085889 rows/sec., 2.64 MiB/sec. 2026.01.02 05:11:48.569439 [ 130 ] {} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 2026.01.02 05:11:48.569477 [ 270 ] {a4b1d398-04c8-421e-a879-5213b9702fb7} TCPHandler: Processed in 0.001923132 sec. 2026.01.02 05:11:48.569518 [ 130 ] {} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:11:48.569623 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:11:48.569630 [ 130 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2026.01.02 05:11:48.569762 [ 270 ] {309fd09f-6cf4-4e8f-9a0f-8079bf90f152} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.02 05:11:48.569772 [ 190 ] {83d580c8-cdc4-4d78-bcce-488a9e56976e::all_1_71_14} MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full 2026.01.02 05:11:48.569825 [ 270 ] {309fd09f-6cf4-4e8f-9a0f-8079bf90f152} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.02 05:11:48.569937 [ 190 ] {83d580c8-cdc4-4d78-bcce-488a9e56976e::all_1_71_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.02 05:11:48.569980 [ 190 ] {83d580c8-cdc4-4d78-bcce-488a9e56976e::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 2464 rows starting from the beginning of the part 2026.01.02 05:11:48.570053 [ 190 ] {83d580c8-cdc4-4d78-bcce-488a9e56976e::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 56 rows starting from the beginning of the part 2026.01.02 05:11:48.570105 [ 190 ] {83d580c8-cdc4-4d78-bcce-488a9e56976e::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 136 rows starting from the beginning of the part 2026.01.02 05:11:48.570151 [ 190 ] {83d580c8-cdc4-4d78-bcce-488a9e56976e::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 1317 rows starting from the beginning of the part 2026.01.02 05:11:48.570199 [ 190 ] {83d580c8-cdc4-4d78-bcce-488a9e56976e::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 136 rows starting from the beginning of the part 2026.01.02 05:11:48.570240 [ 190 ] {83d580c8-cdc4-4d78-bcce-488a9e56976e::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 56 rows starting from the beginning of the part 2026.01.02 05:11:48.570355 [ 270 ] {309fd09f-6cf4-4e8f-9a0f-8079bf90f152} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:11:48.570402 [ 270 ] {309fd09f-6cf4-4e8f-9a0f-8079bf90f152} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2026.01.02 05:11:48.570759 [ 270 ] {309fd09f-6cf4-4e8f-9a0f-8079bf90f152} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2026.01.02 05:11:48.571012 [ 270 ] {309fd09f-6cf4-4e8f-9a0f-8079bf90f152} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:11:48.571133 [ 130 ] {} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 2026.01.02 05:11:48.571155 [ 270 ] {309fd09f-6cf4-4e8f-9a0f-8079bf90f152} executeQuery: Read 64 rows, 5.12 KiB in 0.001422 sec., 45007.032348804496 rows/sec., 3.51 MiB/sec. 2026.01.02 05:11:48.571164 [ 130 ] {} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:11:48.571195 [ 130 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2026.01.02 05:11:48.571202 [ 270 ] {309fd09f-6cf4-4e8f-9a0f-8079bf90f152} TCPHandler: Processed in 0.001641107 sec. 2026.01.02 05:11:48.571278 [ 200 ] {a2603088-a695-4667-9faf-2a4ce1a4e7af::all_1_71_14} MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full 2026.01.02 05:11:48.571325 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:11:48.571384 [ 200 ] {a2603088-a695-4667-9faf-2a4ce1a4e7af::all_1_71_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.02 05:11:48.571418 [ 200 ] {a2603088-a695-4667-9faf-2a4ce1a4e7af::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 1249 rows starting from the beginning of the part 2026.01.02 05:11:48.571428 [ 270 ] {4d1230c6-ce50-4b72-81c4-89669b8f848d} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.02 05:11:48.571474 [ 200 ] {a2603088-a695-4667-9faf-2a4ce1a4e7af::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 64 rows starting from the beginning of the part 2026.01.02 05:11:48.571480 [ 270 ] {4d1230c6-ce50-4b72-81c4-89669b8f848d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.02 05:11:48.571523 [ 200 ] {a2603088-a695-4667-9faf-2a4ce1a4e7af::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 104 rows starting from the beginning of the part 2026.01.02 05:11:48.571565 [ 200 ] {a2603088-a695-4667-9faf-2a4ce1a4e7af::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 558 rows starting from the beginning of the part 2026.01.02 05:11:48.571602 [ 200 ] {a2603088-a695-4667-9faf-2a4ce1a4e7af::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 104 rows starting from the beginning of the part 2026.01.02 05:11:48.571641 [ 200 ] {a2603088-a695-4667-9faf-2a4ce1a4e7af::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 64 rows starting from the beginning of the part 2026.01.02 05:11:48.571932 [ 270 ] {4d1230c6-ce50-4b72-81c4-89669b8f848d} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:11:48.571974 [ 270 ] {4d1230c6-ce50-4b72-81c4-89669b8f848d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2026.01.02 05:11:48.572143 [ 189 ] {83d580c8-cdc4-4d78-bcce-488a9e56976e::all_1_71_14} MergeTask::MergeProjectionsStage: Merge sorted 4165 rows, containing 5 columns (5 merged, 0 gathered) in 0.002415101 sec., 1724565.5564715515 rows/sec., 148.87 MiB/sec. 2026.01.02 05:11:48.572352 [ 270 ] {4d1230c6-ce50-4b72-81c4-89669b8f848d} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2026.01.02 05:11:48.572418 [ 190 ] {83d580c8-cdc4-4d78-bcce-488a9e56976e::all_1_71_14} MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) 2026.01.02 05:11:48.572629 [ 270 ] {4d1230c6-ce50-4b72-81c4-89669b8f848d} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:11:48.572710 [ 200 ] {83d580c8-cdc4-4d78-bcce-488a9e56976e::all_1_71_14} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:11:48.572730 [ 190 ] {a2603088-a695-4667-9faf-2a4ce1a4e7af::all_1_71_14} MergeTask::MergeProjectionsStage: Merge sorted 2143 rows, containing 5 columns (5 merged, 0 gathered) in 0.001492365 sec., 1435975.783404194 rows/sec., 111.48 MiB/sec. 2026.01.02 05:11:48.572778 [ 270 ] {4d1230c6-ce50-4b72-81c4-89669b8f848d} executeQuery: Read 160 rows, 11.41 KiB in 0.00137 sec., 116788.32116788322 rows/sec., 8.13 MiB/sec. 2026.01.02 05:11:48.572815 [ 200 ] {83d580c8-cdc4-4d78-bcce-488a9e56976e::all_1_71_14} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 2026.01.02 05:11:48.572821 [ 270 ] {4d1230c6-ce50-4b72-81c4-89669b8f848d} TCPHandler: Processed in 0.001546316 sec. 2026.01.02 05:11:48.572909 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.04 MiB. 2026.01.02 05:11:48.572944 [ 186 ] {a2603088-a695-4667-9faf-2a4ce1a4e7af::all_1_71_14} MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) 2026.01.02 05:11:48.572953 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:11:48.573061 [ 270 ] {383f45a9-9063-4a56-8d10-dc5cfe354f51} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.02 05:11:48.573105 [ 270 ] {383f45a9-9063-4a56-8d10-dc5cfe354f51} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.02 05:11:48.573243 [ 186 ] {a2603088-a695-4667-9faf-2a4ce1a4e7af::all_1_71_14} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:11:48.573324 [ 186 ] {a2603088-a695-4667-9faf-2a4ce1a4e7af::all_1_71_14} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 2026.01.02 05:11:48.573417 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.63 MiB. 2026.01.02 05:11:48.573525 [ 270 ] {383f45a9-9063-4a56-8d10-dc5cfe354f51} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:11:48.573571 [ 270 ] {383f45a9-9063-4a56-8d10-dc5cfe354f51} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2026.01.02 05:11:48.573907 [ 270 ] {383f45a9-9063-4a56-8d10-dc5cfe354f51} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2026.01.02 05:11:48.574143 [ 270 ] {383f45a9-9063-4a56-8d10-dc5cfe354f51} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:11:48.574275 [ 270 ] {383f45a9-9063-4a56-8d10-dc5cfe354f51} executeQuery: Read 60 rows, 4.14 KiB in 0.001233 sec., 48661.800486618005 rows/sec., 3.28 MiB/sec. 2026.01.02 05:11:48.574311 [ 270 ] {383f45a9-9063-4a56-8d10-dc5cfe354f51} TCPHandler: Processed in 0.001406293 sec. 2026.01.02 05:11:50.955836 [ 152 ] {} oximeter.fields_u8 (ae3e3832-81ae-4954-8933-d68b9608f6be) (MergerMutator): Selected 5 parts from all_1_14_3 to all_18_18_0 2026.01.02 05:11:50.955903 [ 152 ] {} oximeter.fields_u8 (ae3e3832-81ae-4954-8933-d68b9608f6be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:11:50.955928 [ 152 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2026.01.02 05:11:50.956044 [ 186 ] {ae3e3832-81ae-4954-8933-d68b9608f6be::all_1_18_4} MergeTask::PrepareStage: Merging 5 parts: from all_1_14_3 to all_18_18_0 into Compact with storage Full 2026.01.02 05:11:50.956179 [ 186 ] {ae3e3832-81ae-4954-8933-d68b9608f6be::all_1_18_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.02 05:11:50.956215 [ 186 ] {ae3e3832-81ae-4954-8933-d68b9608f6be::all_1_18_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_14_3, total 223 rows starting from the beginning of the part 2026.01.02 05:11:50.956280 [ 186 ] {ae3e3832-81ae-4954-8933-d68b9608f6be::all_1_18_4} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 211 rows starting from the beginning of the part 2026.01.02 05:11:50.956325 [ 186 ] {ae3e3832-81ae-4954-8933-d68b9608f6be::all_1_18_4} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 211 rows starting from the beginning of the part 2026.01.02 05:11:50.956370 [ 186 ] {ae3e3832-81ae-4954-8933-d68b9608f6be::all_1_18_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 12 rows starting from the beginning of the part 2026.01.02 05:11:50.956411 [ 186 ] {ae3e3832-81ae-4954-8933-d68b9608f6be::all_1_18_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 12 rows starting from the beginning of the part 2026.01.02 05:11:50.957249 [ 197 ] {ae3e3832-81ae-4954-8933-d68b9608f6be::all_1_18_4} MergeTask::MergeProjectionsStage: Merge sorted 669 rows, containing 5 columns (5 merged, 0 gathered) in 0.001250641 sec., 534925.6901061136 rows/sec., 32.98 MiB/sec. 2026.01.02 05:11:50.957401 [ 186 ] {ae3e3832-81ae-4954-8933-d68b9608f6be::all_1_18_4} MergedBlockOutputStream: filled checksums all_1_18_4 (state Temporary) 2026.01.02 05:11:50.957657 [ 186 ] {ae3e3832-81ae-4954-8933-d68b9608f6be::all_1_18_4} oximeter.fields_u8 (ae3e3832-81ae-4954-8933-d68b9608f6be): Renaming temporary part tmp_merge_all_1_18_4 to all_1_18_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:11:50.957729 [ 186 ] {ae3e3832-81ae-4954-8933-d68b9608f6be::all_1_18_4} oximeter.fields_u8 (ae3e3832-81ae-4954-8933-d68b9608f6be) (MergerMutator): Merged 5 parts: [all_1_14_3, all_18_18_0] -> all_1_18_4 2026.01.02 05:11:50.957801 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. 2026.01.02 05:11:51.795354 [ 152 ] {} oximeter.fields_i16 (cb56b64a-0514-41c6-b851-58b3833bf8fd) (MergerMutator): Selected 5 parts from all_1_14_3 to all_18_18_0 2026.01.02 05:11:51.795441 [ 152 ] {} oximeter.fields_i16 (cb56b64a-0514-41c6-b851-58b3833bf8fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:11:51.795477 [ 152 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2026.01.02 05:11:51.795661 [ 190 ] {cb56b64a-0514-41c6-b851-58b3833bf8fd::all_1_18_4} MergeTask::PrepareStage: Merging 5 parts: from all_1_14_3 to all_18_18_0 into Compact with storage Full 2026.01.02 05:11:51.795877 [ 190 ] {cb56b64a-0514-41c6-b851-58b3833bf8fd::all_1_18_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.02 05:11:51.795935 [ 190 ] {cb56b64a-0514-41c6-b851-58b3833bf8fd::all_1_18_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_14_3, total 434 rows starting from the beginning of the part 2026.01.02 05:11:51.796047 [ 190 ] {cb56b64a-0514-41c6-b851-58b3833bf8fd::all_1_18_4} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 410 rows starting from the beginning of the part 2026.01.02 05:11:51.796131 [ 190 ] {cb56b64a-0514-41c6-b851-58b3833bf8fd::all_1_18_4} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 410 rows starting from the beginning of the part 2026.01.02 05:11:51.796208 [ 190 ] {cb56b64a-0514-41c6-b851-58b3833bf8fd::all_1_18_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 24 rows starting from the beginning of the part 2026.01.02 05:11:51.796256 [ 190 ] {cb56b64a-0514-41c6-b851-58b3833bf8fd::all_1_18_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 24 rows starting from the beginning of the part 2026.01.02 05:11:51.797189 [ 197 ] {cb56b64a-0514-41c6-b851-58b3833bf8fd::all_1_18_4} MergeTask::MergeProjectionsStage: Merge sorted 1302 rows, containing 5 columns (5 merged, 0 gathered) in 0.001610967 sec., 808210.2240455577 rows/sec., 55.23 MiB/sec. 2026.01.02 05:11:51.797503 [ 197 ] {cb56b64a-0514-41c6-b851-58b3833bf8fd::all_1_18_4} MergedBlockOutputStream: filled checksums all_1_18_4 (state Temporary) 2026.01.02 05:11:51.797996 [ 197 ] {cb56b64a-0514-41c6-b851-58b3833bf8fd::all_1_18_4} oximeter.fields_i16 (cb56b64a-0514-41c6-b851-58b3833bf8fd): Renaming temporary part tmp_merge_all_1_18_4 to all_1_18_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:11:51.798134 [ 197 ] {cb56b64a-0514-41c6-b851-58b3833bf8fd::all_1_18_4} oximeter.fields_i16 (cb56b64a-0514-41c6-b851-58b3833bf8fd) (MergerMutator): Merged 5 parts: [all_1_14_3, all_18_18_0] -> all_1_18_4 2026.01.02 05:11:51.798268 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. 2026.01.02 05:11:52.045183 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1158 2026.01.02 05:11:52.047805 [ 243 ] {} system.query_log (dd3f3490-5765-4d2a-9406-0e239d3e9a13): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:11:52.047869 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2026.01.02 05:11:52.049104 [ 243 ] {} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.01.02 05:11:52.049389 [ 243 ] {} system.query_log (dd3f3490-5765-4d2a-9406-0e239d3e9a13): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:11:52.049786 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1158 2026.01.02 05:11:53.570395 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:11:53.570686 [ 270 ] {b6062f66-c50a-4daf-af95-11473aa2a29b} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.01.02 05:11:53.570785 [ 270 ] {b6062f66-c50a-4daf-af95-11473aa2a29b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.01.02 05:11:53.571571 [ 270 ] {b6062f66-c50a-4daf-af95-11473aa2a29b} oximeter.fields_ipaddr (645cdd3d-4969-40ee-99e7-272b8c981424): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:11:53.571620 [ 270 ] {b6062f66-c50a-4daf-af95-11473aa2a29b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2026.01.02 05:11:53.572019 [ 270 ] {b6062f66-c50a-4daf-af95-11473aa2a29b} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.01.02 05:11:53.572244 [ 270 ] {b6062f66-c50a-4daf-af95-11473aa2a29b} oximeter.fields_ipaddr (645cdd3d-4969-40ee-99e7-272b8c981424): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:11:53.572414 [ 270 ] {b6062f66-c50a-4daf-af95-11473aa2a29b} executeQuery: Read 10 rows, 835.00 B in 0.001801 sec., 5552.47084952804 rows/sec., 452.76 KiB/sec. 2026.01.02 05:11:53.572458 [ 270 ] {b6062f66-c50a-4daf-af95-11473aa2a29b} TCPHandler: Processed in 0.002238807 sec. 2026.01.02 05:11:53.572576 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:11:53.572674 [ 270 ] {577bce52-fdaa-4a9b-9022-3ef1eddd80f3} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.02 05:11:53.572715 [ 270 ] {577bce52-fdaa-4a9b-9022-3ef1eddd80f3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.02 05:11:53.573260 [ 270 ] {577bce52-fdaa-4a9b-9022-3ef1eddd80f3} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:11:53.573310 [ 270 ] {577bce52-fdaa-4a9b-9022-3ef1eddd80f3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2026.01.02 05:11:53.573726 [ 270 ] {577bce52-fdaa-4a9b-9022-3ef1eddd80f3} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2026.01.02 05:11:53.574007 [ 270 ] {577bce52-fdaa-4a9b-9022-3ef1eddd80f3} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:11:53.574169 [ 270 ] {577bce52-fdaa-4a9b-9022-3ef1eddd80f3} executeQuery: Read 141 rows, 12.44 KiB in 0.001512 sec., 93253.96825396825 rows/sec., 8.04 MiB/sec. 2026.01.02 05:11:53.574215 [ 270 ] {577bce52-fdaa-4a9b-9022-3ef1eddd80f3} TCPHandler: Processed in 0.001688779 sec. 2026.01.02 05:11:53.574318 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:11:53.574416 [ 270 ] {54b89a11-5073-4cae-8ec5-35ad1e2bdd4f} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.02 05:11:53.574460 [ 270 ] {54b89a11-5073-4cae-8ec5-35ad1e2bdd4f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.02 05:11:53.574889 [ 270 ] {54b89a11-5073-4cae-8ec5-35ad1e2bdd4f} oximeter.fields_u16 (75d7a870-5da0-445d-b2e0-ec90b5ea7788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:11:53.574929 [ 270 ] {54b89a11-5073-4cae-8ec5-35ad1e2bdd4f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2026.01.02 05:11:53.575251 [ 270 ] {54b89a11-5073-4cae-8ec5-35ad1e2bdd4f} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2026.01.02 05:11:53.575472 [ 270 ] {54b89a11-5073-4cae-8ec5-35ad1e2bdd4f} oximeter.fields_u16 (75d7a870-5da0-445d-b2e0-ec90b5ea7788): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:11:53.575605 [ 270 ] {54b89a11-5073-4cae-8ec5-35ad1e2bdd4f} executeQuery: Read 50 rows, 3.71 KiB in 0.001209 sec., 41356.4929693962 rows/sec., 2.99 MiB/sec. 2026.01.02 05:11:53.575645 [ 270 ] {54b89a11-5073-4cae-8ec5-35ad1e2bdd4f} TCPHandler: Processed in 0.001376863 sec. 2026.01.02 05:11:53.575750 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:11:53.575847 [ 270 ] {6f7a0431-c04e-42e2-9bc5-db4a24f62496} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.02 05:11:53.575887 [ 270 ] {6f7a0431-c04e-42e2-9bc5-db4a24f62496} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.02 05:11:53.576325 [ 270 ] {6f7a0431-c04e-42e2-9bc5-db4a24f62496} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:11:53.576364 [ 270 ] {6f7a0431-c04e-42e2-9bc5-db4a24f62496} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2026.01.02 05:11:53.576688 [ 270 ] {6f7a0431-c04e-42e2-9bc5-db4a24f62496} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2026.01.02 05:11:53.576945 [ 270 ] {6f7a0431-c04e-42e2-9bc5-db4a24f62496} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:11:53.577078 [ 270 ] {6f7a0431-c04e-42e2-9bc5-db4a24f62496} executeQuery: Read 114 rows, 9.13 KiB in 0.00125 sec., 91200 rows/sec., 7.14 MiB/sec. 2026.01.02 05:11:53.577118 [ 270 ] {6f7a0431-c04e-42e2-9bc5-db4a24f62496} TCPHandler: Processed in 0.001418024 sec. 2026.01.02 05:11:53.577226 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:11:53.577322 [ 270 ] {aeba4810-c25c-452f-9ff0-461be9dc19bc} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.02 05:11:53.577368 [ 270 ] {aeba4810-c25c-452f-9ff0-461be9dc19bc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.02 05:11:53.577781 [ 270 ] {aeba4810-c25c-452f-9ff0-461be9dc19bc} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:11:53.577819 [ 270 ] {aeba4810-c25c-452f-9ff0-461be9dc19bc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2026.01.02 05:11:53.578168 [ 270 ] {aeba4810-c25c-452f-9ff0-461be9dc19bc} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2026.01.02 05:11:53.578394 [ 270 ] {aeba4810-c25c-452f-9ff0-461be9dc19bc} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:11:53.578505 [ 83 ] {} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 2026.01.02 05:11:53.578528 [ 270 ] {aeba4810-c25c-452f-9ff0-461be9dc19bc} executeQuery: Read 165 rows, 11.76 KiB in 0.001224 sec., 134803.92156862744 rows/sec., 9.38 MiB/sec. 2026.01.02 05:11:53.578578 [ 83 ] {} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:11:53.578586 [ 270 ] {aeba4810-c25c-452f-9ff0-461be9dc19bc} TCPHandler: Processed in 0.001409864 sec. 2026.01.02 05:11:53.578608 [ 83 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2026.01.02 05:11:53.578708 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:11:53.578726 [ 187 ] {935760ec-14c4-43f9-bf0f-f949cce05eda::all_1_71_14} MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full 2026.01.02 05:11:53.578809 [ 270 ] {0bfa6b71-7137-4328-8a90-a28c716585df} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.02 05:11:53.578869 [ 187 ] {935760ec-14c4-43f9-bf0f-f949cce05eda::all_1_71_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.02 05:11:53.578870 [ 270 ] {0bfa6b71-7137-4328-8a90-a28c716585df} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.01.02 05:11:53.578918 [ 187 ] {935760ec-14c4-43f9-bf0f-f949cce05eda::all_1_71_14} MergeTreeSequentialSource: Reading 4 marks from part all_1_66_13, total 19636 rows starting from the beginning of the part 2026.01.02 05:11:53.579000 [ 187 ] {935760ec-14c4-43f9-bf0f-f949cce05eda::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.01.02 05:11:53.579058 [ 187 ] {935760ec-14c4-43f9-bf0f-f949cce05eda::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 881 rows starting from the beginning of the part 2026.01.02 05:11:53.579109 [ 187 ] {935760ec-14c4-43f9-bf0f-f949cce05eda::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.01.02 05:11:53.579155 [ 187 ] {935760ec-14c4-43f9-bf0f-f949cce05eda::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.01.02 05:11:53.579206 [ 187 ] {935760ec-14c4-43f9-bf0f-f949cce05eda::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 165 rows starting from the beginning of the part 2026.01.02 05:11:53.579785 [ 270 ] {0bfa6b71-7137-4328-8a90-a28c716585df} oximeter.measurements_histogramu64 (1ea2d44b-9dfb-4731-8ee2-8779179f369b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:11:53.579828 [ 270 ] {0bfa6b71-7137-4328-8a90-a28c716585df} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2026.01.02 05:11:53.580462 [ 270 ] {0bfa6b71-7137-4328-8a90-a28c716585df} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.01.02 05:11:53.580721 [ 270 ] {0bfa6b71-7137-4328-8a90-a28c716585df} oximeter.measurements_histogramu64 (1ea2d44b-9dfb-4731-8ee2-8779179f369b): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:11:53.580871 [ 270 ] {0bfa6b71-7137-4328-8a90-a28c716585df} executeQuery: Read 40 rows, 73.40 KiB in 0.002081 sec., 19221.528111484862 rows/sec., 34.44 MiB/sec. 2026.01.02 05:11:53.580927 [ 270 ] {0bfa6b71-7137-4328-8a90-a28c716585df} TCPHandler: Processed in 0.002268778 sec. 2026.01.02 05:11:53.581034 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:11:53.581131 [ 270 ] {6f9d0e7f-6bad-4b58-868e-5a224c99238d} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.02 05:11:53.581174 [ 270 ] {6f9d0e7f-6bad-4b58-868e-5a224c99238d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.02 05:11:53.581515 [ 270 ] {6f9d0e7f-6bad-4b58-868e-5a224c99238d} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:11:53.581553 [ 270 ] {6f9d0e7f-6bad-4b58-868e-5a224c99238d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2026.01.02 05:11:53.581870 [ 270 ] {6f9d0e7f-6bad-4b58-868e-5a224c99238d} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2026.01.02 05:11:53.582113 [ 270 ] {6f9d0e7f-6bad-4b58-868e-5a224c99238d} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:11:53.582248 [ 270 ] {6f9d0e7f-6bad-4b58-868e-5a224c99238d} executeQuery: Read 60 rows, 4.14 KiB in 0.001137 sec., 52770.44854881267 rows/sec., 3.56 MiB/sec. 2026.01.02 05:11:53.582286 [ 270 ] {6f9d0e7f-6bad-4b58-868e-5a224c99238d} TCPHandler: Processed in 0.001301102 sec. 2026.01.02 05:11:53.589752 [ 186 ] {935760ec-14c4-43f9-bf0f-f949cce05eda::all_1_71_14} MergeTask::MergeProjectionsStage: Merge sorted 21162 rows, containing 5 columns (5 merged, 0 gathered) in 0.011068865 sec., 1911849.1371969935 rows/sec., 130.78 MiB/sec. 2026.01.02 05:11:53.590462 [ 186 ] {935760ec-14c4-43f9-bf0f-f949cce05eda::all_1_71_14} MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) 2026.01.02 05:11:53.590764 [ 186 ] {935760ec-14c4-43f9-bf0f-f949cce05eda::all_1_71_14} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:11:53.590853 [ 186 ] {935760ec-14c4-43f9-bf0f-f949cce05eda::all_1_71_14} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 2026.01.02 05:11:53.590965 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.25 MiB. 2026.01.02 05:11:54.472012 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 24537 2026.01.02 05:11:54.472557 [ 245 ] {} system.asynchronous_metric_log (bb53ce5c-bddd-4105-a5af-ef87950cd4f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:11:54.472605 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2026.01.02 05:11:54.473129 [ 245 ] {} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2026.01.02 05:11:54.473387 [ 245 ] {} system.asynchronous_metric_log (bb53ce5c-bddd-4105-a5af-ef87950cd4f3): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:11:54.473536 [ 83 ] {} system.asynchronous_metric_log (bb53ce5c-bddd-4105-a5af-ef87950cd4f3) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2026.01.02 05:11:54.473546 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 24537 2026.01.02 05:11:54.473611 [ 83 ] {} system.asynchronous_metric_log (bb53ce5c-bddd-4105-a5af-ef87950cd4f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:11:54.473639 [ 83 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2026.01.02 05:11:54.473755 [ 197 ] {bb53ce5c-bddd-4105-a5af-ef87950cd4f3::all_1_51_10} MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full 2026.01.02 05:11:54.473850 [ 197 ] {bb53ce5c-bddd-4105-a5af-ef87950cd4f3::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.02 05:11:54.473881 [ 197 ] {bb53ce5c-bddd-4105-a5af-ef87950cd4f3::all_1_51_10} MergeTreeSequentialSource: Reading 4 marks from part all_1_46_9, total 22105 rows starting from the beginning of the part 2026.01.02 05:11:54.473937 [ 197 ] {bb53ce5c-bddd-4105-a5af-ef87950cd4f3::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.01.02 05:11:54.473981 [ 197 ] {bb53ce5c-bddd-4105-a5af-ef87950cd4f3::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.01.02 05:11:54.474020 [ 197 ] {bb53ce5c-bddd-4105-a5af-ef87950cd4f3::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.01.02 05:11:54.474057 [ 197 ] {bb53ce5c-bddd-4105-a5af-ef87950cd4f3::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.01.02 05:11:54.474097 [ 197 ] {bb53ce5c-bddd-4105-a5af-ef87950cd4f3::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.01.02 05:11:54.475989 [ 197 ] {bb53ce5c-bddd-4105-a5af-ef87950cd4f3::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 24537 rows, containing 4 columns (4 merged, 0 gathered) in 0.002280598 sec., 10759020.221889172 rows/sec., 153.91 MiB/sec. 2026.01.02 05:11:54.476441 [ 192 ] {bb53ce5c-bddd-4105-a5af-ef87950cd4f3::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2026.01.02 05:11:54.476804 [ 192 ] {bb53ce5c-bddd-4105-a5af-ef87950cd4f3::all_1_51_10} system.asynchronous_metric_log (bb53ce5c-bddd-4105-a5af-ef87950cd4f3): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:11:54.476914 [ 192 ] {bb53ce5c-bddd-4105-a5af-ef87950cd4f3::all_1_51_10} system.asynchronous_metric_log (bb53ce5c-bddd-4105-a5af-ef87950cd4f3) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2026.01.02 05:11:54.477056 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.74 MiB. 2026.01.02 05:11:55.829258 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 384 2026.01.02 05:11:55.847473 [ 244 ] {} system.metric_log (a59fffb9-cc3a-4586-97e5-9d20b67a7356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:11:55.847536 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2026.01.02 05:11:55.853983 [ 244 ] {} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2026.01.02 05:11:55.854750 [ 244 ] {} system.metric_log (a59fffb9-cc3a-4586-97e5-9d20b67a7356): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:11:55.855041 [ 124 ] {} system.metric_log (a59fffb9-cc3a-4586-97e5-9d20b67a7356) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2026.01.02 05:11:55.855080 [ 124 ] {} system.metric_log (a59fffb9-cc3a-4586-97e5-9d20b67a7356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:11:55.855104 [ 124 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2026.01.02 05:11:55.855231 [ 194 ] {a59fffb9-cc3a-4586-97e5-9d20b67a7356::all_1_51_10} MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full 2026.01.02 05:11:55.858668 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 384 2026.01.02 05:11:55.858999 [ 194 ] {a59fffb9-cc3a-4586-97e5-9d20b67a7356::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.02 05:11:55.860450 [ 194 ] {a59fffb9-cc3a-4586-97e5-9d20b67a7356::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 347 rows starting from the beginning of the part 2026.01.02 05:11:55.865199 [ 194 ] {a59fffb9-cc3a-4586-97e5-9d20b67a7356::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 7 rows starting from the beginning of the part 2026.01.02 05:11:55.869773 [ 194 ] {a59fffb9-cc3a-4586-97e5-9d20b67a7356::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 8 rows starting from the beginning of the part 2026.01.02 05:11:55.874246 [ 194 ] {a59fffb9-cc3a-4586-97e5-9d20b67a7356::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 7 rows starting from the beginning of the part 2026.01.02 05:11:55.878826 [ 194 ] {a59fffb9-cc3a-4586-97e5-9d20b67a7356::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 8 rows starting from the beginning of the part 2026.01.02 05:11:55.882772 [ 194 ] {a59fffb9-cc3a-4586-97e5-9d20b67a7356::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 7 rows starting from the beginning of the part 2026.01.02 05:11:55.935140 [ 197 ] {a59fffb9-cc3a-4586-97e5-9d20b67a7356::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 384 rows, containing 679 columns (679 merged, 0 gathered) in 0.079961438 sec., 4802.314835808731 rows/sec., 24.83 MiB/sec. 2026.01.02 05:11:55.938309 [ 195 ] {a59fffb9-cc3a-4586-97e5-9d20b67a7356::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2026.01.02 05:11:55.940335 [ 195 ] {a59fffb9-cc3a-4586-97e5-9d20b67a7356::all_1_51_10} system.metric_log (a59fffb9-cc3a-4586-97e5-9d20b67a7356): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:11:55.940448 [ 195 ] {a59fffb9-cc3a-4586-97e5-9d20b67a7356::all_1_51_10} system.metric_log (a59fffb9-cc3a-4586-97e5-9d20b67a7356) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2026.01.02 05:11:55.943335 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.96 MiB. 2026.01.02 05:11:58.568000 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:11:58.568218 [ 270 ] {78de1c21-d5bc-40bd-a175-a5107fdb9a8b} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.02 05:11:58.568292 [ 270 ] {78de1c21-d5bc-40bd-a175-a5107fdb9a8b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.02 05:11:58.568974 [ 270 ] {78de1c21-d5bc-40bd-a175-a5107fdb9a8b} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:11:58.569022 [ 270 ] {78de1c21-d5bc-40bd-a175-a5107fdb9a8b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2026.01.02 05:11:58.569509 [ 270 ] {78de1c21-d5bc-40bd-a175-a5107fdb9a8b} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2026.01.02 05:11:58.569760 [ 270 ] {78de1c21-d5bc-40bd-a175-a5107fdb9a8b} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:11:58.569933 [ 270 ] {78de1c21-d5bc-40bd-a175-a5107fdb9a8b} executeQuery: Read 56 rows, 4.41 KiB in 0.001762 sec., 31782.06583427923 rows/sec., 2.44 MiB/sec. 2026.01.02 05:11:58.569987 [ 270 ] {78de1c21-d5bc-40bd-a175-a5107fdb9a8b} TCPHandler: Processed in 0.002126586 sec. 2026.01.02 05:11:58.570124 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:11:58.570231 [ 270 ] {f4f29605-96d3-432d-b7be-3d6923e0ad6a} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.02 05:11:58.570277 [ 270 ] {f4f29605-96d3-432d-b7be-3d6923e0ad6a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.02 05:11:58.570742 [ 270 ] {f4f29605-96d3-432d-b7be-3d6923e0ad6a} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:11:58.570784 [ 270 ] {f4f29605-96d3-432d-b7be-3d6923e0ad6a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2026.01.02 05:11:58.571111 [ 270 ] {f4f29605-96d3-432d-b7be-3d6923e0ad6a} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2026.01.02 05:11:58.571337 [ 270 ] {f4f29605-96d3-432d-b7be-3d6923e0ad6a} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:11:58.571472 [ 270 ] {f4f29605-96d3-432d-b7be-3d6923e0ad6a} executeQuery: Read 64 rows, 5.12 KiB in 0.001266 sec., 50552.92259083728 rows/sec., 3.95 MiB/sec. 2026.01.02 05:11:58.571512 [ 270 ] {f4f29605-96d3-432d-b7be-3d6923e0ad6a} TCPHandler: Processed in 0.001440434 sec. 2026.01.02 05:11:58.571628 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:11:58.571730 [ 270 ] {a4971925-df17-400d-9bf1-19141f1929ed} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.02 05:11:58.571776 [ 270 ] {a4971925-df17-400d-9bf1-19141f1929ed} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.02 05:11:58.572183 [ 270 ] {a4971925-df17-400d-9bf1-19141f1929ed} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:11:58.572220 [ 270 ] {a4971925-df17-400d-9bf1-19141f1929ed} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2026.01.02 05:11:58.572590 [ 270 ] {a4971925-df17-400d-9bf1-19141f1929ed} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2026.01.02 05:11:58.572822 [ 270 ] {a4971925-df17-400d-9bf1-19141f1929ed} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:11:58.572956 [ 270 ] {a4971925-df17-400d-9bf1-19141f1929ed} executeQuery: Read 160 rows, 11.41 KiB in 0.001247 sec., 128307.93905372894 rows/sec., 8.94 MiB/sec. 2026.01.02 05:11:58.572996 [ 270 ] {a4971925-df17-400d-9bf1-19141f1929ed} TCPHandler: Processed in 0.001417943 sec. 2026.01.02 05:11:58.573107 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:11:58.573208 [ 270 ] {0fd8e898-d8fd-481c-9ebd-beea009c0ce2} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.02 05:11:58.573253 [ 270 ] {0fd8e898-d8fd-481c-9ebd-beea009c0ce2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.02 05:11:58.573585 [ 270 ] {0fd8e898-d8fd-481c-9ebd-beea009c0ce2} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:11:58.573623 [ 270 ] {0fd8e898-d8fd-481c-9ebd-beea009c0ce2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2026.01.02 05:11:58.573956 [ 270 ] {0fd8e898-d8fd-481c-9ebd-beea009c0ce2} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2026.01.02 05:11:58.574178 [ 270 ] {0fd8e898-d8fd-481c-9ebd-beea009c0ce2} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:11:58.574299 [ 144 ] {} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 2026.01.02 05:11:58.574311 [ 270 ] {0fd8e898-d8fd-481c-9ebd-beea009c0ce2} executeQuery: Read 60 rows, 4.14 KiB in 0.001124 sec., 53380.78291814947 rows/sec., 3.60 MiB/sec. 2026.01.02 05:11:58.574377 [ 144 ] {} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:11:58.574393 [ 270 ] {0fd8e898-d8fd-481c-9ebd-beea009c0ce2} TCPHandler: Processed in 0.001335663 sec. 2026.01.02 05:11:58.574402 [ 144 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2026.01.02 05:11:58.574535 [ 191 ] {45294a01-6668-46b2-a532-60faf64b8164::all_1_71_14} MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full 2026.01.02 05:11:58.574681 [ 191 ] {45294a01-6668-46b2-a532-60faf64b8164::all_1_71_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.02 05:11:58.574716 [ 191 ] {45294a01-6668-46b2-a532-60faf64b8164::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 3834 rows starting from the beginning of the part 2026.01.02 05:11:58.574778 [ 191 ] {45294a01-6668-46b2-a532-60faf64b8164::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 60 rows starting from the beginning of the part 2026.01.02 05:11:58.574821 [ 191 ] {45294a01-6668-46b2-a532-60faf64b8164::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 60 rows starting from the beginning of the part 2026.01.02 05:11:58.574860 [ 191 ] {45294a01-6668-46b2-a532-60faf64b8164::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 60 rows starting from the beginning of the part 2026.01.02 05:11:58.574897 [ 191 ] {45294a01-6668-46b2-a532-60faf64b8164::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.01.02 05:11:58.574933 [ 191 ] {45294a01-6668-46b2-a532-60faf64b8164::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 60 rows starting from the beginning of the part 2026.01.02 05:11:58.576477 [ 197 ] {45294a01-6668-46b2-a532-60faf64b8164::all_1_71_14} MergeTask::MergeProjectionsStage: Merge sorted 4134 rows, containing 4 columns (4 merged, 0 gathered) in 0.001996143 sec., 2070993.9117588268 rows/sec., 137.65 MiB/sec. 2026.01.02 05:11:58.576878 [ 191 ] {45294a01-6668-46b2-a532-60faf64b8164::all_1_71_14} MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) 2026.01.02 05:11:58.577123 [ 191 ] {45294a01-6668-46b2-a532-60faf64b8164::all_1_71_14} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:11:58.577206 [ 191 ] {45294a01-6668-46b2-a532-60faf64b8164::all_1_71_14} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 2026.01.02 05:11:58.577278 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.93 MiB. 2026.01.02 05:12:01.779982 [ 82 ] {} DNSResolver: Updating DNS cache 2026.01.02 05:12:01.780070 [ 82 ] {} DNSResolver: Updated DNS cache 2026.01.02 05:12:01.973933 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 24985 2026.01.02 05:12:01.974529 [ 245 ] {} system.asynchronous_metric_log (bb53ce5c-bddd-4105-a5af-ef87950cd4f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:12:01.974589 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2026.01.02 05:12:01.975130 [ 245 ] {} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2026.01.02 05:12:01.975376 [ 245 ] {} system.asynchronous_metric_log (bb53ce5c-bddd-4105-a5af-ef87950cd4f3): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:12:01.975517 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 24985 2026.01.02 05:12:02.050191 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 22 entries to flush up to offset 1180 2026.01.02 05:12:02.052585 [ 243 ] {} system.query_log (dd3f3490-5765-4d2a-9406-0e239d3e9a13): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:12:02.052633 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2026.01.02 05:12:02.053858 [ 243 ] {} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.01.02 05:12:02.054121 [ 243 ] {} system.query_log (dd3f3490-5765-4d2a-9406-0e239d3e9a13): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:12:02.054379 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1180 2026.01.02 05:12:03.358973 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 392 2026.01.02 05:12:03.374669 [ 244 ] {} system.metric_log (a59fffb9-cc3a-4586-97e5-9d20b67a7356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:12:03.374739 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2026.01.02 05:12:03.380078 [ 244 ] {} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2026.01.02 05:12:03.380745 [ 244 ] {} system.metric_log (a59fffb9-cc3a-4586-97e5-9d20b67a7356): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:12:03.383602 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 392 2026.01.02 05:12:03.570972 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:12:03.571170 [ 270 ] {4cd4a618-a491-4f3d-b1b8-cc03204810a0} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.02 05:12:03.571243 [ 270 ] {4cd4a618-a491-4f3d-b1b8-cc03204810a0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.02 05:12:03.572002 [ 270 ] {4cd4a618-a491-4f3d-b1b8-cc03204810a0} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:12:03.572056 [ 270 ] {4cd4a618-a491-4f3d-b1b8-cc03204810a0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2026.01.02 05:12:03.572487 [ 270 ] {4cd4a618-a491-4f3d-b1b8-cc03204810a0} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2026.01.02 05:12:03.572730 [ 270 ] {4cd4a618-a491-4f3d-b1b8-cc03204810a0} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:12:03.572901 [ 270 ] {4cd4a618-a491-4f3d-b1b8-cc03204810a0} executeQuery: Read 136 rows, 12.08 KiB in 0.001787 sec., 76105.20425293788 rows/sec., 6.60 MiB/sec. 2026.01.02 05:12:03.572955 [ 270 ] {4cd4a618-a491-4f3d-b1b8-cc03204810a0} TCPHandler: Processed in 0.002137686 sec. 2026.01.02 05:12:03.573075 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:12:03.573183 [ 270 ] {f4cdf0d4-87e5-47bc-90d7-faa11875a4f8} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.02 05:12:03.573236 [ 270 ] {f4cdf0d4-87e5-47bc-90d7-faa11875a4f8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.02 05:12:03.573710 [ 270 ] {f4cdf0d4-87e5-47bc-90d7-faa11875a4f8} oximeter.fields_u16 (75d7a870-5da0-445d-b2e0-ec90b5ea7788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:12:03.573748 [ 270 ] {f4cdf0d4-87e5-47bc-90d7-faa11875a4f8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2026.01.02 05:12:03.574138 [ 270 ] {f4cdf0d4-87e5-47bc-90d7-faa11875a4f8} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2026.01.02 05:12:03.574379 [ 270 ] {f4cdf0d4-87e5-47bc-90d7-faa11875a4f8} oximeter.fields_u16 (75d7a870-5da0-445d-b2e0-ec90b5ea7788): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:12:03.574524 [ 270 ] {f4cdf0d4-87e5-47bc-90d7-faa11875a4f8} executeQuery: Read 40 rows, 3.01 KiB in 0.001366 sec., 29282.576866764273 rows/sec., 2.15 MiB/sec. 2026.01.02 05:12:03.574565 [ 270 ] {f4cdf0d4-87e5-47bc-90d7-faa11875a4f8} TCPHandler: Processed in 0.001544917 sec. 2026.01.02 05:12:03.574675 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:12:03.574775 [ 270 ] {a6dd6b74-6a40-4ec9-9ff8-100815cc5787} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.02 05:12:03.574817 [ 270 ] {a6dd6b74-6a40-4ec9-9ff8-100815cc5787} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.02 05:12:03.575274 [ 270 ] {a6dd6b74-6a40-4ec9-9ff8-100815cc5787} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:12:03.575314 [ 270 ] {a6dd6b74-6a40-4ec9-9ff8-100815cc5787} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2026.01.02 05:12:03.575647 [ 270 ] {a6dd6b74-6a40-4ec9-9ff8-100815cc5787} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2026.01.02 05:12:03.575867 [ 270 ] {a6dd6b74-6a40-4ec9-9ff8-100815cc5787} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:12:03.576005 [ 270 ] {a6dd6b74-6a40-4ec9-9ff8-100815cc5787} executeQuery: Read 104 rows, 8.32 KiB in 0.001251 sec., 83133.49320543566 rows/sec., 6.49 MiB/sec. 2026.01.02 05:12:03.576054 [ 270 ] {a6dd6b74-6a40-4ec9-9ff8-100815cc5787} TCPHandler: Processed in 0.001428974 sec. 2026.01.02 05:12:03.576190 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:12:03.576289 [ 270 ] {e2ddcdc9-3c0c-4331-9108-a757f5c09c4d} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.02 05:12:03.576336 [ 270 ] {e2ddcdc9-3c0c-4331-9108-a757f5c09c4d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.02 05:12:03.576775 [ 270 ] {e2ddcdc9-3c0c-4331-9108-a757f5c09c4d} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:12:03.576812 [ 270 ] {e2ddcdc9-3c0c-4331-9108-a757f5c09c4d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2026.01.02 05:12:03.577153 [ 270 ] {e2ddcdc9-3c0c-4331-9108-a757f5c09c4d} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2026.01.02 05:12:03.577365 [ 270 ] {e2ddcdc9-3c0c-4331-9108-a757f5c09c4d} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:12:03.577503 [ 270 ] {e2ddcdc9-3c0c-4331-9108-a757f5c09c4d} executeQuery: Read 160 rows, 11.41 KiB in 0.001234 sec., 129659.64343598054 rows/sec., 9.03 MiB/sec. 2026.01.02 05:12:03.577541 [ 270 ] {e2ddcdc9-3c0c-4331-9108-a757f5c09c4d} TCPHandler: Processed in 0.001401483 sec. 2026.01.02 05:12:03.577653 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:12:03.577773 [ 270 ] {c6ec1293-12e9-4d6a-b08b-288b88bd12c0} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.02 05:12:03.577838 [ 270 ] {c6ec1293-12e9-4d6a-b08b-288b88bd12c0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.01.02 05:12:03.578905 [ 270 ] {c6ec1293-12e9-4d6a-b08b-288b88bd12c0} oximeter.measurements_histogramu64 (1ea2d44b-9dfb-4731-8ee2-8779179f369b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:12:03.578944 [ 270 ] {c6ec1293-12e9-4d6a-b08b-288b88bd12c0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2026.01.02 05:12:03.579604 [ 270 ] {c6ec1293-12e9-4d6a-b08b-288b88bd12c0} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.01.02 05:12:03.579852 [ 270 ] {c6ec1293-12e9-4d6a-b08b-288b88bd12c0} oximeter.measurements_histogramu64 (1ea2d44b-9dfb-4731-8ee2-8779179f369b): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:12:03.580013 [ 270 ] {c6ec1293-12e9-4d6a-b08b-288b88bd12c0} executeQuery: Read 40 rows, 73.40 KiB in 0.002261 sec., 17691.287041132244 rows/sec., 31.70 MiB/sec. 2026.01.02 05:12:03.580086 [ 270 ] {c6ec1293-12e9-4d6a-b08b-288b88bd12c0} TCPHandler: Processed in 0.002485132 sec. 2026.01.02 05:12:03.580203 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:12:03.580304 [ 270 ] {20d377e1-e49d-4a7e-8bbf-c4249578989c} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.02 05:12:03.580351 [ 270 ] {20d377e1-e49d-4a7e-8bbf-c4249578989c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.02 05:12:03.580705 [ 270 ] {20d377e1-e49d-4a7e-8bbf-c4249578989c} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:12:03.580744 [ 270 ] {20d377e1-e49d-4a7e-8bbf-c4249578989c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2026.01.02 05:12:03.581072 [ 270 ] {20d377e1-e49d-4a7e-8bbf-c4249578989c} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2026.01.02 05:12:03.581309 [ 270 ] {20d377e1-e49d-4a7e-8bbf-c4249578989c} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:12:03.581445 [ 270 ] {20d377e1-e49d-4a7e-8bbf-c4249578989c} executeQuery: Read 60 rows, 4.14 KiB in 0.001161 sec., 51679.58656330749 rows/sec., 3.48 MiB/sec. 2026.01.02 05:12:03.581482 [ 270 ] {20d377e1-e49d-4a7e-8bbf-c4249578989c} TCPHandler: Processed in 0.001330352 sec. 2026.01.02 05:12:08.596727 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:12:08.597029 [ 270 ] {281dccda-ea39-4b1b-89cb-65557b0aa8bf} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.01.02 05:12:08.597097 [ 270 ] {281dccda-ea39-4b1b-89cb-65557b0aa8bf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.01.02 05:12:08.597779 [ 270 ] {281dccda-ea39-4b1b-89cb-65557b0aa8bf} oximeter.fields_i16 (cb56b64a-0514-41c6-b851-58b3833bf8fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:12:08.597824 [ 270 ] {281dccda-ea39-4b1b-89cb-65557b0aa8bf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2026.01.02 05:12:08.598229 [ 270 ] {281dccda-ea39-4b1b-89cb-65557b0aa8bf} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.01.02 05:12:08.598483 [ 270 ] {281dccda-ea39-4b1b-89cb-65557b0aa8bf} oximeter.fields_i16 (cb56b64a-0514-41c6-b851-58b3833bf8fd): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:12:08.598643 [ 270 ] {281dccda-ea39-4b1b-89cb-65557b0aa8bf} executeQuery: Read 24 rows, 2.04 KiB in 0.001684 sec., 14251.781472684086 rows/sec., 1.18 MiB/sec. 2026.01.02 05:12:08.598688 [ 270 ] {281dccda-ea39-4b1b-89cb-65557b0aa8bf} TCPHandler: Processed in 0.002145016 sec. 2026.01.02 05:12:08.598819 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:12:08.598938 [ 270 ] {bd02a981-8e82-4d85-885f-14d0949d0e59} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.01.02 05:12:08.598986 [ 270 ] {bd02a981-8e82-4d85-885f-14d0949d0e59} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.01.02 05:12:08.599472 [ 270 ] {bd02a981-8e82-4d85-885f-14d0949d0e59} oximeter.fields_ipaddr (645cdd3d-4969-40ee-99e7-272b8c981424): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:12:08.599518 [ 270 ] {bd02a981-8e82-4d85-885f-14d0949d0e59} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2026.01.02 05:12:08.599872 [ 270 ] {bd02a981-8e82-4d85-885f-14d0949d0e59} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.01.02 05:12:08.600096 [ 270 ] {bd02a981-8e82-4d85-885f-14d0949d0e59} oximeter.fields_ipaddr (645cdd3d-4969-40ee-99e7-272b8c981424): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:12:08.600223 [ 270 ] {bd02a981-8e82-4d85-885f-14d0949d0e59} executeQuery: Read 2 rows, 167.00 B in 0.00131 sec., 1526.7175572519084 rows/sec., 124.49 KiB/sec. 2026.01.02 05:12:08.600261 [ 270 ] {bd02a981-8e82-4d85-885f-14d0949d0e59} TCPHandler: Processed in 0.001501745 sec. 2026.01.02 05:12:08.600372 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:12:08.600465 [ 270 ] {983f1ed5-ef3c-4374-ab48-1ffc2a6ba36d} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.02 05:12:08.600503 [ 270 ] {983f1ed5-ef3c-4374-ab48-1ffc2a6ba36d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.02 05:12:08.601573 [ 270 ] {983f1ed5-ef3c-4374-ab48-1ffc2a6ba36d} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:12:08.601611 [ 270 ] {983f1ed5-ef3c-4374-ab48-1ffc2a6ba36d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2026.01.02 05:12:08.602000 [ 270 ] {983f1ed5-ef3c-4374-ab48-1ffc2a6ba36d} MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) 2026.01.02 05:12:08.602216 [ 270 ] {983f1ed5-ef3c-4374-ab48-1ffc2a6ba36d} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:12:08.602348 [ 270 ] {983f1ed5-ef3c-4374-ab48-1ffc2a6ba36d} executeQuery: Read 1317 rows, 112.50 KiB in 0.001901 sec., 692793.2667017359 rows/sec., 57.79 MiB/sec. 2026.01.02 05:12:08.602386 [ 270 ] {983f1ed5-ef3c-4374-ab48-1ffc2a6ba36d} TCPHandler: Processed in 0.002060545 sec. 2026.01.02 05:12:08.602495 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:12:08.602608 [ 270 ] {ffc8bdd4-f6ef-4417-9b6e-a1817bd24a81} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.02 05:12:08.602650 [ 270 ] {ffc8bdd4-f6ef-4417-9b6e-a1817bd24a81} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.02 05:12:08.603058 [ 270 ] {ffc8bdd4-f6ef-4417-9b6e-a1817bd24a81} oximeter.fields_u16 (75d7a870-5da0-445d-b2e0-ec90b5ea7788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:12:08.603098 [ 270 ] {ffc8bdd4-f6ef-4417-9b6e-a1817bd24a81} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2026.01.02 05:12:08.603417 [ 270 ] {ffc8bdd4-f6ef-4417-9b6e-a1817bd24a81} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2026.01.02 05:12:08.603636 [ 270 ] {ffc8bdd4-f6ef-4417-9b6e-a1817bd24a81} oximeter.fields_u16 (75d7a870-5da0-445d-b2e0-ec90b5ea7788): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:12:08.603753 [ 154 ] {} oximeter.fields_u16 (75d7a870-5da0-445d-b2e0-ec90b5ea7788) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2026.01.02 05:12:08.603766 [ 270 ] {ffc8bdd4-f6ef-4417-9b6e-a1817bd24a81} executeQuery: Read 14 rows, 1.10 KiB in 0.001178 sec., 11884.550084889643 rows/sec., 934.28 KiB/sec. 2026.01.02 05:12:08.603819 [ 154 ] {} oximeter.fields_u16 (75d7a870-5da0-445d-b2e0-ec90b5ea7788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:12:08.603832 [ 270 ] {ffc8bdd4-f6ef-4417-9b6e-a1817bd24a81} TCPHandler: Processed in 0.001388433 sec. 2026.01.02 05:12:08.603845 [ 154 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2026.01.02 05:12:08.603961 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:12:08.603971 [ 196 ] {75d7a870-5da0-445d-b2e0-ec90b5ea7788::all_1_51_10} MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full 2026.01.02 05:12:08.604067 [ 270 ] {7a88b11b-3f27-40bb-8fe7-e0c300cad419} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.02 05:12:08.604109 [ 270 ] {7a88b11b-3f27-40bb-8fe7-e0c300cad419} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.02 05:12:08.604130 [ 196 ] {75d7a870-5da0-445d-b2e0-ec90b5ea7788::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.02 05:12:08.604174 [ 196 ] {75d7a870-5da0-445d-b2e0-ec90b5ea7788::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 277 rows starting from the beginning of the part 2026.01.02 05:12:08.604248 [ 196 ] {75d7a870-5da0-445d-b2e0-ec90b5ea7788::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 14 rows starting from the beginning of the part 2026.01.02 05:12:08.604301 [ 196 ] {75d7a870-5da0-445d-b2e0-ec90b5ea7788::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 40 rows starting from the beginning of the part 2026.01.02 05:12:08.604353 [ 196 ] {75d7a870-5da0-445d-b2e0-ec90b5ea7788::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 50 rows starting from the beginning of the part 2026.01.02 05:12:08.604398 [ 196 ] {75d7a870-5da0-445d-b2e0-ec90b5ea7788::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 40 rows starting from the beginning of the part 2026.01.02 05:12:08.604448 [ 196 ] {75d7a870-5da0-445d-b2e0-ec90b5ea7788::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 14 rows starting from the beginning of the part 2026.01.02 05:12:08.604578 [ 270 ] {7a88b11b-3f27-40bb-8fe7-e0c300cad419} oximeter.fields_u32 (1310015a-3be0-40ba-9fec-1b5eb4ed9f75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:12:08.604621 [ 270 ] {7a88b11b-3f27-40bb-8fe7-e0c300cad419} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. 2026.01.02 05:12:08.604976 [ 270 ] {7a88b11b-3f27-40bb-8fe7-e0c300cad419} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.01.02 05:12:08.605227 [ 270 ] {7a88b11b-3f27-40bb-8fe7-e0c300cad419} oximeter.fields_u32 (1310015a-3be0-40ba-9fec-1b5eb4ed9f75): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:12:08.605360 [ 270 ] {7a88b11b-3f27-40bb-8fe7-e0c300cad419} executeQuery: Read 252 rows, 17.85 KiB in 0.00131 sec., 192366.41221374046 rows/sec., 13.30 MiB/sec. 2026.01.02 05:12:08.605391 [ 197 ] {75d7a870-5da0-445d-b2e0-ec90b5ea7788::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 435 rows, containing 5 columns (5 merged, 0 gathered) in 0.001480915 sec., 293737.3178068964 rows/sec., 20.64 MiB/sec. 2026.01.02 05:12:08.605398 [ 270 ] {7a88b11b-3f27-40bb-8fe7-e0c300cad419} TCPHandler: Processed in 0.001495255 sec. 2026.01.02 05:12:08.605523 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:12:08.605590 [ 193 ] {75d7a870-5da0-445d-b2e0-ec90b5ea7788::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2026.01.02 05:12:08.605620 [ 270 ] {ed5a00fd-a94f-4b7b-b273-8f71659ee338} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.01.02 05:12:08.605658 [ 270 ] {ed5a00fd-a94f-4b7b-b273-8f71659ee338} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.01.02 05:12:08.605900 [ 193 ] {75d7a870-5da0-445d-b2e0-ec90b5ea7788::all_1_51_10} oximeter.fields_u16 (75d7a870-5da0-445d-b2e0-ec90b5ea7788): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:12:08.605986 [ 193 ] {75d7a870-5da0-445d-b2e0-ec90b5ea7788::all_1_51_10} oximeter.fields_u16 (75d7a870-5da0-445d-b2e0-ec90b5ea7788) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2026.01.02 05:12:08.606042 [ 270 ] {ed5a00fd-a94f-4b7b-b273-8f71659ee338} oximeter.fields_u8 (ae3e3832-81ae-4954-8933-d68b9608f6be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:12:08.606076 [ 270 ] {ed5a00fd-a94f-4b7b-b273-8f71659ee338} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. 2026.01.02 05:12:08.606080 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. 2026.01.02 05:12:08.606370 [ 270 ] {ed5a00fd-a94f-4b7b-b273-8f71659ee338} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.01.02 05:12:08.606572 [ 270 ] {ed5a00fd-a94f-4b7b-b273-8f71659ee338} oximeter.fields_u8 (ae3e3832-81ae-4954-8933-d68b9608f6be): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:12:08.606695 [ 270 ] {ed5a00fd-a94f-4b7b-b273-8f71659ee338} executeQuery: Read 12 rows, 960.00 B in 0.001093 sec., 10978.956999085087 rows/sec., 857.73 KiB/sec. 2026.01.02 05:12:08.606733 [ 270 ] {ed5a00fd-a94f-4b7b-b273-8f71659ee338} TCPHandler: Processed in 0.001257581 sec. 2026.01.02 05:12:08.606835 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:12:08.606926 [ 270 ] {cc082731-35c3-4470-9f8b-732ff41be46c} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.02 05:12:08.606963 [ 270 ] {cc082731-35c3-4470-9f8b-732ff41be46c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.02 05:12:08.607540 [ 270 ] {cc082731-35c3-4470-9f8b-732ff41be46c} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:12:08.607575 [ 270 ] {cc082731-35c3-4470-9f8b-732ff41be46c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2026.01.02 05:12:08.607894 [ 270 ] {cc082731-35c3-4470-9f8b-732ff41be46c} MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) 2026.01.02 05:12:08.608100 [ 270 ] {cc082731-35c3-4470-9f8b-732ff41be46c} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:12:08.608223 [ 270 ] {cc082731-35c3-4470-9f8b-732ff41be46c} executeQuery: Read 558 rows, 42.83 KiB in 0.001315 sec., 424334.6007604563 rows/sec., 31.80 MiB/sec. 2026.01.02 05:12:08.608261 [ 270 ] {cc082731-35c3-4470-9f8b-732ff41be46c} TCPHandler: Processed in 0.001472575 sec. 2026.01.02 05:12:08.608364 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:12:08.608455 [ 270 ] {f437a71d-04ee-4626-99ee-c4863edc3efa} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.02 05:12:08.608497 [ 270 ] {f437a71d-04ee-4626-99ee-c4863edc3efa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.02 05:12:08.609098 [ 270 ] {f437a71d-04ee-4626-99ee-c4863edc3efa} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:12:08.609134 [ 270 ] {f437a71d-04ee-4626-99ee-c4863edc3efa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2026.01.02 05:12:08.609512 [ 270 ] {f437a71d-04ee-4626-99ee-c4863edc3efa} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2026.01.02 05:12:08.609717 [ 270 ] {f437a71d-04ee-4626-99ee-c4863edc3efa} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:12:08.609848 [ 270 ] {f437a71d-04ee-4626-99ee-c4863edc3efa} executeQuery: Read 881 rows, 61.23 KiB in 0.001411 sec., 624379.8724309001 rows/sec., 42.38 MiB/sec. 2026.01.02 05:12:08.609885 [ 270 ] {f437a71d-04ee-4626-99ee-c4863edc3efa} TCPHandler: Processed in 0.001567206 sec. 2026.01.02 05:12:08.609988 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:12:08.610078 [ 270 ] {c24891c7-187f-4bff-b612-178b5ca49a6f} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.02 05:12:08.610118 [ 270 ] {c24891c7-187f-4bff-b612-178b5ca49a6f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.02 05:12:08.610448 [ 270 ] {c24891c7-187f-4bff-b612-178b5ca49a6f} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:12:08.610483 [ 270 ] {c24891c7-187f-4bff-b612-178b5ca49a6f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2026.01.02 05:12:08.610780 [ 270 ] {c24891c7-187f-4bff-b612-178b5ca49a6f} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2026.01.02 05:12:08.610981 [ 270 ] {c24891c7-187f-4bff-b612-178b5ca49a6f} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:12:08.611103 [ 270 ] {c24891c7-187f-4bff-b612-178b5ca49a6f} executeQuery: Read 60 rows, 4.14 KiB in 0.001043 sec., 57526.36625119846 rows/sec., 3.88 MiB/sec. 2026.01.02 05:12:08.611138 [ 270 ] {c24891c7-187f-4bff-b612-178b5ca49a6f} TCPHandler: Processed in 0.00119693 sec. 2026.01.02 05:12:09.475776 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 25497 2026.01.02 05:12:09.476467 [ 245 ] {} system.asynchronous_metric_log (bb53ce5c-bddd-4105-a5af-ef87950cd4f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:12:09.476541 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2026.01.02 05:12:09.477233 [ 245 ] {} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2026.01.02 05:12:09.477480 [ 245 ] {} system.asynchronous_metric_log (bb53ce5c-bddd-4105-a5af-ef87950cd4f3): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:12:09.477615 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 25497 2026.01.02 05:12:10.883764 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 400 2026.01.02 05:12:10.900018 [ 244 ] {} system.metric_log (a59fffb9-cc3a-4586-97e5-9d20b67a7356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:12:10.900081 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2026.01.02 05:12:10.905856 [ 244 ] {} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2026.01.02 05:12:10.906552 [ 244 ] {} system.metric_log (a59fffb9-cc3a-4586-97e5-9d20b67a7356): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:12:10.909250 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 400 2026.01.02 05:12:12.054653 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1210 2026.01.02 05:12:12.057141 [ 243 ] {} system.query_log (dd3f3490-5765-4d2a-9406-0e239d3e9a13): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:12:12.057206 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2026.01.02 05:12:12.058441 [ 243 ] {} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.01.02 05:12:12.058766 [ 243 ] {} system.query_log (dd3f3490-5765-4d2a-9406-0e239d3e9a13): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:12:12.059161 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1210 2026.01.02 05:12:13.569323 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:12:13.569542 [ 270 ] {c8d867d6-77c6-4927-a672-d70922801497} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.02 05:12:13.569617 [ 270 ] {c8d867d6-77c6-4927-a672-d70922801497} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.02 05:12:13.570407 [ 270 ] {c8d867d6-77c6-4927-a672-d70922801497} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:12:13.570449 [ 270 ] {c8d867d6-77c6-4927-a672-d70922801497} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. 2026.01.02 05:12:13.570859 [ 270 ] {c8d867d6-77c6-4927-a672-d70922801497} MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) 2026.01.02 05:12:13.571087 [ 270 ] {c8d867d6-77c6-4927-a672-d70922801497} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:12:13.571217 [ 137 ] {} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 2026.01.02 05:12:13.571248 [ 270 ] {c8d867d6-77c6-4927-a672-d70922801497} executeQuery: Read 136 rows, 12.08 KiB in 0.001761 sec., 77228.84724588302 rows/sec., 6.70 MiB/sec. 2026.01.02 05:12:13.571250 [ 137 ] {} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:12:13.571281 [ 137 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. 2026.01.02 05:12:13.571299 [ 270 ] {c8d867d6-77c6-4927-a672-d70922801497} TCPHandler: Processed in 0.002119666 sec. 2026.01.02 05:12:13.571374 [ 197 ] {83d580c8-cdc4-4d78-bcce-488a9e56976e::all_1_76_15} MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full 2026.01.02 05:12:13.571424 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:12:13.571479 [ 197 ] {83d580c8-cdc4-4d78-bcce-488a9e56976e::all_1_76_15} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.02 05:12:13.571514 [ 197 ] {83d580c8-cdc4-4d78-bcce-488a9e56976e::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 2464 rows starting from the beginning of the part 2026.01.02 05:12:13.571528 [ 270 ] {43c555e3-1518-4433-8806-084b3cf4476c} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.02 05:12:13.571574 [ 270 ] {43c555e3-1518-4433-8806-084b3cf4476c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.02 05:12:13.571583 [ 197 ] {83d580c8-cdc4-4d78-bcce-488a9e56976e::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 141 rows starting from the beginning of the part 2026.01.02 05:12:13.571638 [ 197 ] {83d580c8-cdc4-4d78-bcce-488a9e56976e::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 56 rows starting from the beginning of the part 2026.01.02 05:12:13.571688 [ 197 ] {83d580c8-cdc4-4d78-bcce-488a9e56976e::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 136 rows starting from the beginning of the part 2026.01.02 05:12:13.571733 [ 197 ] {83d580c8-cdc4-4d78-bcce-488a9e56976e::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 1317 rows starting from the beginning of the part 2026.01.02 05:12:13.571779 [ 197 ] {83d580c8-cdc4-4d78-bcce-488a9e56976e::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 136 rows starting from the beginning of the part 2026.01.02 05:12:13.572009 [ 270 ] {43c555e3-1518-4433-8806-084b3cf4476c} oximeter.fields_u16 (75d7a870-5da0-445d-b2e0-ec90b5ea7788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:12:13.572046 [ 270 ] {43c555e3-1518-4433-8806-084b3cf4476c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. 2026.01.02 05:12:13.572372 [ 270 ] {43c555e3-1518-4433-8806-084b3cf4476c} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2026.01.02 05:12:13.572591 [ 270 ] {43c555e3-1518-4433-8806-084b3cf4476c} oximeter.fields_u16 (75d7a870-5da0-445d-b2e0-ec90b5ea7788): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:12:13.572731 [ 270 ] {43c555e3-1518-4433-8806-084b3cf4476c} executeQuery: Read 40 rows, 3.01 KiB in 0.001228 sec., 32573.289902280132 rows/sec., 2.39 MiB/sec. 2026.01.02 05:12:13.572772 [ 270 ] {43c555e3-1518-4433-8806-084b3cf4476c} TCPHandler: Processed in 0.001399723 sec. 2026.01.02 05:12:13.572880 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:12:13.572978 [ 270 ] {587b3478-0458-46d7-85a4-bcf0beb1a5e6} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.02 05:12:13.573020 [ 270 ] {587b3478-0458-46d7-85a4-bcf0beb1a5e6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.02 05:12:13.573460 [ 270 ] {587b3478-0458-46d7-85a4-bcf0beb1a5e6} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:12:13.573499 [ 270 ] {587b3478-0458-46d7-85a4-bcf0beb1a5e6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. 2026.01.02 05:12:13.573536 [ 201 ] {83d580c8-cdc4-4d78-bcce-488a9e56976e::all_1_76_15} MergeTask::MergeProjectionsStage: Merge sorted 4250 rows, containing 5 columns (5 merged, 0 gathered) in 0.002206397 sec., 1926217.2673367485 rows/sec., 166.66 MiB/sec. 2026.01.02 05:12:13.573772 [ 189 ] {83d580c8-cdc4-4d78-bcce-488a9e56976e::all_1_76_15} MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) 2026.01.02 05:12:13.573812 [ 270 ] {587b3478-0458-46d7-85a4-bcf0beb1a5e6} MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) 2026.01.02 05:12:13.574021 [ 189 ] {83d580c8-cdc4-4d78-bcce-488a9e56976e::all_1_76_15} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:12:13.574036 [ 270 ] {587b3478-0458-46d7-85a4-bcf0beb1a5e6} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:12:13.574086 [ 189 ] {83d580c8-cdc4-4d78-bcce-488a9e56976e::all_1_76_15} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 2026.01.02 05:12:13.574164 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.07 MiB. 2026.01.02 05:12:13.574167 [ 270 ] {587b3478-0458-46d7-85a4-bcf0beb1a5e6} executeQuery: Read 104 rows, 8.32 KiB in 0.001209 sec., 86021.50537634408 rows/sec., 6.72 MiB/sec. 2026.01.02 05:12:13.574164 [ 134 ] {} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 2026.01.02 05:12:13.574213 [ 270 ] {587b3478-0458-46d7-85a4-bcf0beb1a5e6} TCPHandler: Processed in 0.001382503 sec. 2026.01.02 05:12:13.574254 [ 134 ] {} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:12:13.574283 [ 134 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. 2026.01.02 05:12:13.574340 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:12:13.574357 [ 193 ] {a2603088-a695-4667-9faf-2a4ce1a4e7af::all_1_76_15} MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full 2026.01.02 05:12:13.574444 [ 193 ] {a2603088-a695-4667-9faf-2a4ce1a4e7af::all_1_76_15} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.02 05:12:13.574445 [ 270 ] {24765a89-d926-41c4-975e-665aedc94c12} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.02 05:12:13.574472 [ 193 ] {a2603088-a695-4667-9faf-2a4ce1a4e7af::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 1249 rows starting from the beginning of the part 2026.01.02 05:12:13.574498 [ 270 ] {24765a89-d926-41c4-975e-665aedc94c12} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.02 05:12:13.574525 [ 193 ] {a2603088-a695-4667-9faf-2a4ce1a4e7af::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 114 rows starting from the beginning of the part 2026.01.02 05:12:13.574569 [ 193 ] {a2603088-a695-4667-9faf-2a4ce1a4e7af::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 64 rows starting from the beginning of the part 2026.01.02 05:12:13.574609 [ 193 ] {a2603088-a695-4667-9faf-2a4ce1a4e7af::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 104 rows starting from the beginning of the part 2026.01.02 05:12:13.574648 [ 193 ] {a2603088-a695-4667-9faf-2a4ce1a4e7af::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 558 rows starting from the beginning of the part 2026.01.02 05:12:13.574686 [ 193 ] {a2603088-a695-4667-9faf-2a4ce1a4e7af::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 104 rows starting from the beginning of the part 2026.01.02 05:12:13.575169 [ 270 ] {24765a89-d926-41c4-975e-665aedc94c12} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:12:13.575207 [ 270 ] {24765a89-d926-41c4-975e-665aedc94c12} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. 2026.01.02 05:12:13.575626 [ 270 ] {24765a89-d926-41c4-975e-665aedc94c12} MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) 2026.01.02 05:12:13.575744 [ 201 ] {a2603088-a695-4667-9faf-2a4ce1a4e7af::all_1_76_15} MergeTask::MergeProjectionsStage: Merge sorted 2193 rows, containing 5 columns (5 merged, 0 gathered) in 0.001419604 sec., 1544796.9997266843 rows/sec., 120.09 MiB/sec. 2026.01.02 05:12:13.575843 [ 270 ] {24765a89-d926-41c4-975e-665aedc94c12} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:12:13.575890 [ 193 ] {a2603088-a695-4667-9faf-2a4ce1a4e7af::all_1_76_15} MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) 2026.01.02 05:12:13.575975 [ 270 ] {24765a89-d926-41c4-975e-665aedc94c12} executeQuery: Read 160 rows, 11.41 KiB in 0.00155 sec., 103225.80645161291 rows/sec., 7.19 MiB/sec. 2026.01.02 05:12:13.576013 [ 270 ] {24765a89-d926-41c4-975e-665aedc94c12} TCPHandler: Processed in 0.001723289 sec. 2026.01.02 05:12:13.576130 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:12:13.576133 [ 193 ] {a2603088-a695-4667-9faf-2a4ce1a4e7af::all_1_76_15} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:12:13.576204 [ 193 ] {a2603088-a695-4667-9faf-2a4ce1a4e7af::all_1_76_15} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 2026.01.02 05:12:13.576225 [ 270 ] {b8f40c63-2ef0-49ab-90fd-3877991318c9} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.02 05:12:13.576265 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.64 MiB. 2026.01.02 05:12:13.576281 [ 270 ] {b8f40c63-2ef0-49ab-90fd-3877991318c9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.01.02 05:12:13.577153 [ 270 ] {b8f40c63-2ef0-49ab-90fd-3877991318c9} oximeter.measurements_histogramu64 (1ea2d44b-9dfb-4731-8ee2-8779179f369b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:12:13.577190 [ 270 ] {b8f40c63-2ef0-49ab-90fd-3877991318c9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. 2026.01.02 05:12:13.577751 [ 270 ] {b8f40c63-2ef0-49ab-90fd-3877991318c9} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.01.02 05:12:13.577975 [ 270 ] {b8f40c63-2ef0-49ab-90fd-3877991318c9} oximeter.measurements_histogramu64 (1ea2d44b-9dfb-4731-8ee2-8779179f369b): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:12:13.578193 [ 270 ] {b8f40c63-2ef0-49ab-90fd-3877991318c9} executeQuery: Read 40 rows, 73.40 KiB in 0.001985 sec., 20151.133501259446 rows/sec., 36.11 MiB/sec. 2026.01.02 05:12:13.578264 [ 270 ] {b8f40c63-2ef0-49ab-90fd-3877991318c9} TCPHandler: Processed in 0.002184637 sec. 2026.01.02 05:12:13.578388 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:12:13.578501 [ 270 ] {6118acc5-9dcf-4b12-b80e-65f5fc964b2b} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.02 05:12:13.578555 [ 270 ] {6118acc5-9dcf-4b12-b80e-65f5fc964b2b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.02 05:12:13.578969 [ 270 ] {6118acc5-9dcf-4b12-b80e-65f5fc964b2b} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:12:13.579013 [ 270 ] {6118acc5-9dcf-4b12-b80e-65f5fc964b2b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. 2026.01.02 05:12:13.579352 [ 270 ] {6118acc5-9dcf-4b12-b80e-65f5fc964b2b} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2026.01.02 05:12:13.579571 [ 270 ] {6118acc5-9dcf-4b12-b80e-65f5fc964b2b} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:12:13.579697 [ 270 ] {6118acc5-9dcf-4b12-b80e-65f5fc964b2b} executeQuery: Read 60 rows, 4.14 KiB in 0.001222 sec., 49099.836333878884 rows/sec., 3.31 MiB/sec. 2026.01.02 05:12:13.579733 [ 270 ] {6118acc5-9dcf-4b12-b80e-65f5fc964b2b} TCPHandler: Processed in 0.001403694 sec. 2026.01.02 05:12:16.780134 [ 150 ] {} DNSResolver: Updating DNS cache 2026.01.02 05:12:16.780212 [ 150 ] {} DNSResolver: Updated DNS cache 2026.01.02 05:12:16.977765 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 25945 2026.01.02 05:12:16.978337 [ 245 ] {} system.asynchronous_metric_log (bb53ce5c-bddd-4105-a5af-ef87950cd4f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:12:16.978387 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. 2026.01.02 05:12:16.978880 [ 245 ] {} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2026.01.02 05:12:16.979119 [ 245 ] {} system.asynchronous_metric_log (bb53ce5c-bddd-4105-a5af-ef87950cd4f3): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:12:16.979264 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 25945 2026.01.02 05:12:18.409291 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 407 2026.01.02 05:12:18.426260 [ 244 ] {} system.metric_log (a59fffb9-cc3a-4586-97e5-9d20b67a7356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:12:18.426327 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. 2026.01.02 05:12:18.432676 [ 244 ] {} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2026.01.02 05:12:18.433376 [ 244 ] {} system.metric_log (a59fffb9-cc3a-4586-97e5-9d20b67a7356): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:12:18.436330 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 407 2026.01.02 05:12:18.567799 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:12:18.567977 [ 270 ] {9b8f4571-2b6b-4bd7-80f2-4f0637bad4fa} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.02 05:12:18.568041 [ 270 ] {9b8f4571-2b6b-4bd7-80f2-4f0637bad4fa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.02 05:12:18.568709 [ 270 ] {9b8f4571-2b6b-4bd7-80f2-4f0637bad4fa} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:12:18.568753 [ 270 ] {9b8f4571-2b6b-4bd7-80f2-4f0637bad4fa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. 2026.01.02 05:12:18.569140 [ 270 ] {9b8f4571-2b6b-4bd7-80f2-4f0637bad4fa} MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) 2026.01.02 05:12:18.569381 [ 270 ] {9b8f4571-2b6b-4bd7-80f2-4f0637bad4fa} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:12:18.569527 [ 270 ] {9b8f4571-2b6b-4bd7-80f2-4f0637bad4fa} executeQuery: Read 56 rows, 4.41 KiB in 0.0016 sec., 35000 rows/sec., 2.69 MiB/sec. 2026.01.02 05:12:18.569568 [ 270 ] {9b8f4571-2b6b-4bd7-80f2-4f0637bad4fa} TCPHandler: Processed in 0.001900661 sec. 2026.01.02 05:12:18.569684 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:12:18.569777 [ 270 ] {1491cecf-9b40-4d45-a4fc-266330bab64c} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.02 05:12:18.569817 [ 270 ] {1491cecf-9b40-4d45-a4fc-266330bab64c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.02 05:12:18.570250 [ 270 ] {1491cecf-9b40-4d45-a4fc-266330bab64c} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:12:18.570286 [ 270 ] {1491cecf-9b40-4d45-a4fc-266330bab64c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. 2026.01.02 05:12:18.570585 [ 270 ] {1491cecf-9b40-4d45-a4fc-266330bab64c} MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) 2026.01.02 05:12:18.570790 [ 270 ] {1491cecf-9b40-4d45-a4fc-266330bab64c} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:12:18.570913 [ 270 ] {1491cecf-9b40-4d45-a4fc-266330bab64c} executeQuery: Read 64 rows, 5.12 KiB in 0.001154 sec., 55459.27209705372 rows/sec., 4.33 MiB/sec. 2026.01.02 05:12:18.570949 [ 270 ] {1491cecf-9b40-4d45-a4fc-266330bab64c} TCPHandler: Processed in 0.001312412 sec. 2026.01.02 05:12:18.571058 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:12:18.571150 [ 270 ] {92b597c5-f4a0-454e-be3d-df70f57880bd} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.02 05:12:18.571193 [ 270 ] {92b597c5-f4a0-454e-be3d-df70f57880bd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.02 05:12:18.571620 [ 270 ] {92b597c5-f4a0-454e-be3d-df70f57880bd} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:12:18.571655 [ 270 ] {92b597c5-f4a0-454e-be3d-df70f57880bd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. 2026.01.02 05:12:18.571976 [ 270 ] {92b597c5-f4a0-454e-be3d-df70f57880bd} MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) 2026.01.02 05:12:18.572178 [ 270 ] {92b597c5-f4a0-454e-be3d-df70f57880bd} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:12:18.572304 [ 270 ] {92b597c5-f4a0-454e-be3d-df70f57880bd} executeQuery: Read 160 rows, 11.41 KiB in 0.001171 sec., 136635.35439795046 rows/sec., 9.52 MiB/sec. 2026.01.02 05:12:18.572301 [ 147 ] {} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 2026.01.02 05:12:18.572341 [ 270 ] {92b597c5-f4a0-454e-be3d-df70f57880bd} TCPHandler: Processed in 0.001331113 sec. 2026.01.02 05:12:18.572384 [ 147 ] {} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:12:18.572410 [ 147 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. 2026.01.02 05:12:18.572478 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:12:18.572513 [ 200 ] {935760ec-14c4-43f9-bf0f-f949cce05eda::all_1_76_15} MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full 2026.01.02 05:12:18.572576 [ 270 ] {24e63337-eb14-4ec4-8f6f-f6c23e9647f7} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.02 05:12:18.572621 [ 270 ] {24e63337-eb14-4ec4-8f6f-f6c23e9647f7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.02 05:12:18.572642 [ 200 ] {935760ec-14c4-43f9-bf0f-f949cce05eda::all_1_76_15} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.02 05:12:18.572683 [ 200 ] {935760ec-14c4-43f9-bf0f-f949cce05eda::all_1_76_15} MergeTreeSequentialSource: Reading 4 marks from part all_1_71_14, total 21162 rows starting from the beginning of the part 2026.01.02 05:12:18.572751 [ 200 ] {935760ec-14c4-43f9-bf0f-f949cce05eda::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 160 rows starting from the beginning of the part 2026.01.02 05:12:18.572802 [ 200 ] {935760ec-14c4-43f9-bf0f-f949cce05eda::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.01.02 05:12:18.572851 [ 200 ] {935760ec-14c4-43f9-bf0f-f949cce05eda::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 881 rows starting from the beginning of the part 2026.01.02 05:12:18.572896 [ 200 ] {935760ec-14c4-43f9-bf0f-f949cce05eda::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 160 rows starting from the beginning of the part 2026.01.02 05:12:18.572940 [ 200 ] {935760ec-14c4-43f9-bf0f-f949cce05eda::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.01.02 05:12:18.572958 [ 270 ] {24e63337-eb14-4ec4-8f6f-f6c23e9647f7} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:12:18.573000 [ 270 ] {24e63337-eb14-4ec4-8f6f-f6c23e9647f7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. 2026.01.02 05:12:18.573333 [ 270 ] {24e63337-eb14-4ec4-8f6f-f6c23e9647f7} MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) 2026.01.02 05:12:18.573556 [ 270 ] {24e63337-eb14-4ec4-8f6f-f6c23e9647f7} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:12:18.573684 [ 270 ] {24e63337-eb14-4ec4-8f6f-f6c23e9647f7} executeQuery: Read 60 rows, 4.14 KiB in 0.001129 sec., 53144.37555358725 rows/sec., 3.58 MiB/sec. 2026.01.02 05:12:18.573719 [ 270 ] {24e63337-eb14-4ec4-8f6f-f6c23e9647f7} TCPHandler: Processed in 0.001289512 sec. 2026.01.02 05:12:18.587414 [ 193 ] {935760ec-14c4-43f9-bf0f-f949cce05eda::all_1_76_15} MergeTask::MergeProjectionsStage: Merge sorted 22683 rows, containing 5 columns (5 merged, 0 gathered) in 0.01495085 sec., 1517171.2645100446 rows/sec., 103.80 MiB/sec. 2026.01.02 05:12:18.587991 [ 201 ] {935760ec-14c4-43f9-bf0f-f949cce05eda::all_1_76_15} MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) 2026.01.02 05:12:18.588314 [ 201 ] {935760ec-14c4-43f9-bf0f-f949cce05eda::all_1_76_15} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:12:18.588382 [ 201 ] {935760ec-14c4-43f9-bf0f-f949cce05eda::all_1_76_15} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 2026.01.02 05:12:18.588463 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.32 MiB. 2026.01.02 05:12:19.000196 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 321.95 MiB, peak 333.47 MiB, free memory in arenas 0.00 B, will set to 324.40 MiB (RSS), difference: 2.45 MiB 2026.01.02 05:12:19.286049 [ 143 ] {} oximeter.fields_ipaddr (645cdd3d-4969-40ee-99e7-272b8c981424) (MergerMutator): Selected 5 parts from all_1_21_5 to all_25_25_0 2026.01.02 05:12:19.286127 [ 143 ] {} oximeter.fields_ipaddr (645cdd3d-4969-40ee-99e7-272b8c981424): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:12:19.286152 [ 143 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. 2026.01.02 05:12:19.286267 [ 190 ] {645cdd3d-4969-40ee-99e7-272b8c981424::all_1_25_6} MergeTask::PrepareStage: Merging 5 parts: from all_1_21_5 to all_25_25_0 into Compact with storage Full 2026.01.02 05:12:19.286412 [ 190 ] {645cdd3d-4969-40ee-99e7-272b8c981424::all_1_25_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.02 05:12:19.286446 [ 190 ] {645cdd3d-4969-40ee-99e7-272b8c981424::all_1_25_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_5, total 20 rows starting from the beginning of the part 2026.01.02 05:12:19.286511 [ 190 ] {645cdd3d-4969-40ee-99e7-272b8c981424::all_1_25_6} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 4 rows starting from the beginning of the part 2026.01.02 05:12:19.286554 [ 190 ] {645cdd3d-4969-40ee-99e7-272b8c981424::all_1_25_6} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 2 rows starting from the beginning of the part 2026.01.02 05:12:19.286593 [ 190 ] {645cdd3d-4969-40ee-99e7-272b8c981424::all_1_25_6} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 10 rows starting from the beginning of the part 2026.01.02 05:12:19.286637 [ 190 ] {645cdd3d-4969-40ee-99e7-272b8c981424::all_1_25_6} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 2 rows starting from the beginning of the part 2026.01.02 05:12:19.287327 [ 201 ] {645cdd3d-4969-40ee-99e7-272b8c981424::all_1_25_6} MergeTask::MergeProjectionsStage: Merge sorted 38 rows, containing 5 columns (5 merged, 0 gathered) in 0.001109439 sec., 34251.54515029668 rows/sec., 2.86 MiB/sec. 2026.01.02 05:12:19.287513 [ 193 ] {645cdd3d-4969-40ee-99e7-272b8c981424::all_1_25_6} MergedBlockOutputStream: filled checksums all_1_25_6 (state Temporary) 2026.01.02 05:12:19.287801 [ 193 ] {645cdd3d-4969-40ee-99e7-272b8c981424::all_1_25_6} oximeter.fields_ipaddr (645cdd3d-4969-40ee-99e7-272b8c981424): Renaming temporary part tmp_merge_all_1_25_6 to all_1_25_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:12:19.287872 [ 193 ] {645cdd3d-4969-40ee-99e7-272b8c981424::all_1_25_6} oximeter.fields_ipaddr (645cdd3d-4969-40ee-99e7-272b8c981424) (MergerMutator): Merged 5 parts: [all_1_21_5, all_25_25_0] -> all_1_25_6 2026.01.02 05:12:19.287980 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2026.01.02 05:12:22.059331 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1230 2026.01.02 05:12:22.061631 [ 243 ] {} system.query_log (dd3f3490-5765-4d2a-9406-0e239d3e9a13): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:12:22.061695 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. 2026.01.02 05:12:22.062930 [ 243 ] {} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2026.01.02 05:12:22.063208 [ 243 ] {} system.query_log (dd3f3490-5765-4d2a-9406-0e239d3e9a13): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:12:22.063378 [ 145 ] {} system.query_log (dd3f3490-5765-4d2a-9406-0e239d3e9a13) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2026.01.02 05:12:22.063450 [ 145 ] {} system.query_log (dd3f3490-5765-4d2a-9406-0e239d3e9a13): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:12:22.063473 [ 145 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. 2026.01.02 05:12:22.063595 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1230 2026.01.02 05:12:22.063611 [ 198 ] {dd3f3490-5765-4d2a-9406-0e239d3e9a13::all_1_41_8} MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full 2026.01.02 05:12:22.064216 [ 198 ] {dd3f3490-5765-4d2a-9406-0e239d3e9a13::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.02 05:12:22.064364 [ 198 ] {dd3f3490-5765-4d2a-9406-0e239d3e9a13::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1102 rows starting from the beginning of the part 2026.01.02 05:12:22.064722 [ 198 ] {dd3f3490-5765-4d2a-9406-0e239d3e9a13::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.01.02 05:12:22.065076 [ 198 ] {dd3f3490-5765-4d2a-9406-0e239d3e9a13::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 20 rows starting from the beginning of the part 2026.01.02 05:12:22.065413 [ 198 ] {dd3f3490-5765-4d2a-9406-0e239d3e9a13::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 22 rows starting from the beginning of the part 2026.01.02 05:12:22.065733 [ 198 ] {dd3f3490-5765-4d2a-9406-0e239d3e9a13::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 30 rows starting from the beginning of the part 2026.01.02 05:12:22.066049 [ 198 ] {dd3f3490-5765-4d2a-9406-0e239d3e9a13::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 20 rows starting from the beginning of the part 2026.01.02 05:12:22.073075 [ 193 ] {dd3f3490-5765-4d2a-9406-0e239d3e9a13::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 1230 rows, containing 72 columns (72 merged, 0 gathered) in 0.00952861 sec., 129084.93473864498 rows/sec., 105.26 MiB/sec. 2026.01.02 05:12:22.074346 [ 198 ] {dd3f3490-5765-4d2a-9406-0e239d3e9a13::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2026.01.02 05:12:22.074876 [ 198 ] {dd3f3490-5765-4d2a-9406-0e239d3e9a13::all_1_41_8} system.query_log (dd3f3490-5765-4d2a-9406-0e239d3e9a13): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:12:22.074958 [ 198 ] {dd3f3490-5765-4d2a-9406-0e239d3e9a13::all_1_41_8} system.query_log (dd3f3490-5765-4d2a-9406-0e239d3e9a13) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2026.01.02 05:12:22.075166 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.91 MiB. 2026.01.02 05:12:23.569769 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:12:23.569967 [ 270 ] {e1745517-34c1-4654-93cb-56c0c9410f61} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.01.02 05:12:23.570033 [ 270 ] {e1745517-34c1-4654-93cb-56c0c9410f61} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.01.02 05:12:23.570690 [ 270 ] {e1745517-34c1-4654-93cb-56c0c9410f61} oximeter.fields_ipaddr (645cdd3d-4969-40ee-99e7-272b8c981424): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:12:23.570732 [ 270 ] {e1745517-34c1-4654-93cb-56c0c9410f61} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. 2026.01.02 05:12:23.571144 [ 270 ] {e1745517-34c1-4654-93cb-56c0c9410f61} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.01.02 05:12:23.571377 [ 270 ] {e1745517-34c1-4654-93cb-56c0c9410f61} oximeter.fields_ipaddr (645cdd3d-4969-40ee-99e7-272b8c981424): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:12:23.571541 [ 270 ] {e1745517-34c1-4654-93cb-56c0c9410f61} executeQuery: Read 4 rows, 334.00 B in 0.001625 sec., 2461.5384615384614 rows/sec., 200.72 KiB/sec. 2026.01.02 05:12:23.571602 [ 270 ] {e1745517-34c1-4654-93cb-56c0c9410f61} TCPHandler: Processed in 0.001974553 sec. 2026.01.02 05:12:23.571732 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:12:23.571835 [ 270 ] {e5d52f56-59ae-4f74-aa0f-5dcd33405977} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.02 05:12:23.571878 [ 270 ] {e5d52f56-59ae-4f74-aa0f-5dcd33405977} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.02 05:12:23.572390 [ 270 ] {e5d52f56-59ae-4f74-aa0f-5dcd33405977} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:12:23.572427 [ 270 ] {e5d52f56-59ae-4f74-aa0f-5dcd33405977} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. 2026.01.02 05:12:23.572764 [ 270 ] {e5d52f56-59ae-4f74-aa0f-5dcd33405977} MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) 2026.01.02 05:12:23.572975 [ 270 ] {e5d52f56-59ae-4f74-aa0f-5dcd33405977} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:12:23.573115 [ 270 ] {e5d52f56-59ae-4f74-aa0f-5dcd33405977} executeQuery: Read 138 rows, 12.22 KiB in 0.001304 sec., 105828.2208588957 rows/sec., 9.15 MiB/sec. 2026.01.02 05:12:23.573156 [ 270 ] {e5d52f56-59ae-4f74-aa0f-5dcd33405977} TCPHandler: Processed in 0.001477385 sec. 2026.01.02 05:12:23.573268 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:12:23.573367 [ 270 ] {e1069543-652b-4fe2-a874-8d631ede2d33} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.02 05:12:23.573409 [ 270 ] {e1069543-652b-4fe2-a874-8d631ede2d33} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.02 05:12:23.573829 [ 270 ] {e1069543-652b-4fe2-a874-8d631ede2d33} oximeter.fields_u16 (75d7a870-5da0-445d-b2e0-ec90b5ea7788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:12:23.573866 [ 270 ] {e1069543-652b-4fe2-a874-8d631ede2d33} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. 2026.01.02 05:12:23.574178 [ 270 ] {e1069543-652b-4fe2-a874-8d631ede2d33} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2026.01.02 05:12:23.574393 [ 270 ] {e1069543-652b-4fe2-a874-8d631ede2d33} oximeter.fields_u16 (75d7a870-5da0-445d-b2e0-ec90b5ea7788): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:12:23.574522 [ 270 ] {e1069543-652b-4fe2-a874-8d631ede2d33} executeQuery: Read 44 rows, 3.29 KiB in 0.001175 sec., 37446.80851063829 rows/sec., 2.73 MiB/sec. 2026.01.02 05:12:23.574562 [ 270 ] {e1069543-652b-4fe2-a874-8d631ede2d33} TCPHandler: Processed in 0.001344682 sec. 2026.01.02 05:12:23.574672 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:12:23.574797 [ 270 ] {702caadd-2aac-47f5-8fad-3d46dfbf2c08} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.02 05:12:23.574837 [ 270 ] {702caadd-2aac-47f5-8fad-3d46dfbf2c08} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.02 05:12:23.575270 [ 270 ] {702caadd-2aac-47f5-8fad-3d46dfbf2c08} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:12:23.575308 [ 270 ] {702caadd-2aac-47f5-8fad-3d46dfbf2c08} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. 2026.01.02 05:12:23.575630 [ 270 ] {702caadd-2aac-47f5-8fad-3d46dfbf2c08} MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) 2026.01.02 05:12:23.575839 [ 270 ] {702caadd-2aac-47f5-8fad-3d46dfbf2c08} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:12:23.575971 [ 270 ] {702caadd-2aac-47f5-8fad-3d46dfbf2c08} executeQuery: Read 108 rows, 8.64 KiB in 0.001193 sec., 90528.08046940486 rows/sec., 7.08 MiB/sec. 2026.01.02 05:12:23.576011 [ 270 ] {702caadd-2aac-47f5-8fad-3d46dfbf2c08} TCPHandler: Processed in 0.001388654 sec. 2026.01.02 05:12:23.576145 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:12:23.576240 [ 270 ] {8ea05b0d-1d3f-4371-a8e4-e00f2d01026e} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.02 05:12:23.576285 [ 270 ] {8ea05b0d-1d3f-4371-a8e4-e00f2d01026e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.02 05:12:23.576695 [ 270 ] {8ea05b0d-1d3f-4371-a8e4-e00f2d01026e} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:12:23.576733 [ 270 ] {8ea05b0d-1d3f-4371-a8e4-e00f2d01026e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. 2026.01.02 05:12:23.577066 [ 270 ] {8ea05b0d-1d3f-4371-a8e4-e00f2d01026e} MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) 2026.01.02 05:12:23.577277 [ 270 ] {8ea05b0d-1d3f-4371-a8e4-e00f2d01026e} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:12:23.577409 [ 270 ] {8ea05b0d-1d3f-4371-a8e4-e00f2d01026e} executeQuery: Read 162 rows, 11.55 KiB in 0.001187 sec., 136478.51727042967 rows/sec., 9.50 MiB/sec. 2026.01.02 05:12:23.577447 [ 270 ] {8ea05b0d-1d3f-4371-a8e4-e00f2d01026e} TCPHandler: Processed in 0.001351783 sec. 2026.01.02 05:12:23.577556 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:12:23.577651 [ 270 ] {a56eb54b-08db-4e8b-b0fb-b556f1b22b09} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.02 05:12:23.577709 [ 270 ] {a56eb54b-08db-4e8b-b0fb-b556f1b22b09} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.01.02 05:12:23.578608 [ 270 ] {a56eb54b-08db-4e8b-b0fb-b556f1b22b09} oximeter.measurements_histogramu64 (1ea2d44b-9dfb-4731-8ee2-8779179f369b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:12:23.578646 [ 270 ] {a56eb54b-08db-4e8b-b0fb-b556f1b22b09} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. 2026.01.02 05:12:23.579223 [ 270 ] {a56eb54b-08db-4e8b-b0fb-b556f1b22b09} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.01.02 05:12:23.579450 [ 270 ] {a56eb54b-08db-4e8b-b0fb-b556f1b22b09} oximeter.measurements_histogramu64 (1ea2d44b-9dfb-4731-8ee2-8779179f369b): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:12:23.579594 [ 270 ] {a56eb54b-08db-4e8b-b0fb-b556f1b22b09} executeQuery: Read 40 rows, 73.40 KiB in 0.001961 sec., 20397.75624681285 rows/sec., 36.55 MiB/sec. 2026.01.02 05:12:23.579662 [ 270 ] {a56eb54b-08db-4e8b-b0fb-b556f1b22b09} TCPHandler: Processed in 0.002156426 sec. 2026.01.02 05:12:23.579770 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:12:23.579865 [ 270 ] {9e82636d-38c1-4901-9730-85ce38804154} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.02 05:12:23.579909 [ 270 ] {9e82636d-38c1-4901-9730-85ce38804154} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.02 05:12:23.580250 [ 270 ] {9e82636d-38c1-4901-9730-85ce38804154} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:12:23.580286 [ 270 ] {9e82636d-38c1-4901-9730-85ce38804154} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. 2026.01.02 05:12:23.580605 [ 270 ] {9e82636d-38c1-4901-9730-85ce38804154} MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) 2026.01.02 05:12:23.580830 [ 270 ] {9e82636d-38c1-4901-9730-85ce38804154} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:12:23.580945 [ 142 ] {} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 2026.01.02 05:12:23.580961 [ 270 ] {9e82636d-38c1-4901-9730-85ce38804154} executeQuery: Read 60 rows, 4.14 KiB in 0.001114 sec., 53859.964093357274 rows/sec., 3.63 MiB/sec. 2026.01.02 05:12:23.581012 [ 142 ] {} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:12:23.581021 [ 270 ] {9e82636d-38c1-4901-9730-85ce38804154} TCPHandler: Processed in 0.001301842 sec. 2026.01.02 05:12:23.581041 [ 142 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. 2026.01.02 05:12:23.581172 [ 187 ] {45294a01-6668-46b2-a532-60faf64b8164::all_1_76_15} MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full 2026.01.02 05:12:23.581333 [ 187 ] {45294a01-6668-46b2-a532-60faf64b8164::all_1_76_15} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.02 05:12:23.581380 [ 187 ] {45294a01-6668-46b2-a532-60faf64b8164::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 4134 rows starting from the beginning of the part 2026.01.02 05:12:23.581452 [ 187 ] {45294a01-6668-46b2-a532-60faf64b8164::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 60 rows starting from the beginning of the part 2026.01.02 05:12:23.581499 [ 187 ] {45294a01-6668-46b2-a532-60faf64b8164::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 60 rows starting from the beginning of the part 2026.01.02 05:12:23.581540 [ 187 ] {45294a01-6668-46b2-a532-60faf64b8164::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 60 rows starting from the beginning of the part 2026.01.02 05:12:23.581581 [ 187 ] {45294a01-6668-46b2-a532-60faf64b8164::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 60 rows starting from the beginning of the part 2026.01.02 05:12:23.581623 [ 187 ] {45294a01-6668-46b2-a532-60faf64b8164::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 60 rows starting from the beginning of the part 2026.01.02 05:12:23.583319 [ 198 ] {45294a01-6668-46b2-a532-60faf64b8164::all_1_76_15} MergeTask::MergeProjectionsStage: Merge sorted 4434 rows, containing 4 columns (4 merged, 0 gathered) in 0.002208947 sec., 2007291.256874882 rows/sec., 133.54 MiB/sec. 2026.01.02 05:12:23.583810 [ 193 ] {45294a01-6668-46b2-a532-60faf64b8164::all_1_76_15} MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) 2026.01.02 05:12:23.584259 [ 193 ] {45294a01-6668-46b2-a532-60faf64b8164::all_1_76_15} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:12:23.584379 [ 193 ] {45294a01-6668-46b2-a532-60faf64b8164::all_1_76_15} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 2026.01.02 05:12:23.584497 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.08 MiB. 2026.01.02 05:12:24.479395 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 26457 2026.01.02 05:12:24.479952 [ 245 ] {} system.asynchronous_metric_log (bb53ce5c-bddd-4105-a5af-ef87950cd4f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:12:24.479997 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. 2026.01.02 05:12:24.480556 [ 245 ] {} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2026.01.02 05:12:24.480816 [ 245 ] {} system.asynchronous_metric_log (bb53ce5c-bddd-4105-a5af-ef87950cd4f3): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:12:24.480970 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 26457 2026.01.02 05:12:25.936423 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 415 2026.01.02 05:12:25.953628 [ 244 ] {} system.metric_log (a59fffb9-cc3a-4586-97e5-9d20b67a7356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:12:25.953682 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. 2026.01.02 05:12:25.960356 [ 244 ] {} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2026.01.02 05:12:25.961071 [ 244 ] {} system.metric_log (a59fffb9-cc3a-4586-97e5-9d20b67a7356): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:12:25.964189 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 415 2026.01.02 05:12:28.567965 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:12:28.568166 [ 270 ] {f5b9703d-eb77-4b69-9fce-b096f4692090} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.02 05:12:28.568233 [ 270 ] {f5b9703d-eb77-4b69-9fce-b096f4692090} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.02 05:12:28.568919 [ 270 ] {f5b9703d-eb77-4b69-9fce-b096f4692090} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:12:28.568969 [ 270 ] {f5b9703d-eb77-4b69-9fce-b096f4692090} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. 2026.01.02 05:12:28.569381 [ 270 ] {f5b9703d-eb77-4b69-9fce-b096f4692090} MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) 2026.01.02 05:12:28.569610 [ 270 ] {f5b9703d-eb77-4b69-9fce-b096f4692090} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:12:28.569771 [ 270 ] {f5b9703d-eb77-4b69-9fce-b096f4692090} executeQuery: Read 56 rows, 4.41 KiB in 0.001656 sec., 33816.42512077295 rows/sec., 2.60 MiB/sec. 2026.01.02 05:12:28.569814 [ 270 ] {f5b9703d-eb77-4b69-9fce-b096f4692090} TCPHandler: Processed in 0.001991734 sec. 2026.01.02 05:12:28.569953 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:12:28.570050 [ 270 ] {fa7d23b1-1747-4f87-be84-1c1ad70214d8} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.02 05:12:28.570091 [ 270 ] {fa7d23b1-1747-4f87-be84-1c1ad70214d8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.02 05:12:28.570526 [ 270 ] {fa7d23b1-1747-4f87-be84-1c1ad70214d8} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:12:28.570565 [ 270 ] {fa7d23b1-1747-4f87-be84-1c1ad70214d8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. 2026.01.02 05:12:28.570876 [ 270 ] {fa7d23b1-1747-4f87-be84-1c1ad70214d8} MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) 2026.01.02 05:12:28.571088 [ 270 ] {fa7d23b1-1747-4f87-be84-1c1ad70214d8} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:12:28.571216 [ 270 ] {fa7d23b1-1747-4f87-be84-1c1ad70214d8} executeQuery: Read 64 rows, 5.12 KiB in 0.001184 sec., 54054.05405405405 rows/sec., 4.22 MiB/sec. 2026.01.02 05:12:28.571255 [ 270 ] {fa7d23b1-1747-4f87-be84-1c1ad70214d8} TCPHandler: Processed in 0.001357662 sec. 2026.01.02 05:12:28.571390 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:12:28.571495 [ 270 ] {352d985b-67e2-4af9-b880-1aa9597aed6f} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.02 05:12:28.571545 [ 270 ] {352d985b-67e2-4af9-b880-1aa9597aed6f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.02 05:12:28.571967 [ 270 ] {352d985b-67e2-4af9-b880-1aa9597aed6f} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:12:28.572005 [ 270 ] {352d985b-67e2-4af9-b880-1aa9597aed6f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. 2026.01.02 05:12:28.572341 [ 270 ] {352d985b-67e2-4af9-b880-1aa9597aed6f} MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) 2026.01.02 05:12:28.572565 [ 270 ] {352d985b-67e2-4af9-b880-1aa9597aed6f} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:12:28.572703 [ 270 ] {352d985b-67e2-4af9-b880-1aa9597aed6f} executeQuery: Read 160 rows, 11.41 KiB in 0.001232 sec., 129870.12987012987 rows/sec., 9.05 MiB/sec. 2026.01.02 05:12:28.572741 [ 270 ] {352d985b-67e2-4af9-b880-1aa9597aed6f} TCPHandler: Processed in 0.001402273 sec. 2026.01.02 05:12:28.572856 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:12:28.572952 [ 270 ] {bddf0eb6-bc5f-4a35-baf2-f2ffeaa4c37e} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.02 05:12:28.572996 [ 270 ] {bddf0eb6-bc5f-4a35-baf2-f2ffeaa4c37e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.02 05:12:28.573332 [ 270 ] {bddf0eb6-bc5f-4a35-baf2-f2ffeaa4c37e} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:12:28.573371 [ 270 ] {bddf0eb6-bc5f-4a35-baf2-f2ffeaa4c37e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. 2026.01.02 05:12:28.573676 [ 270 ] {bddf0eb6-bc5f-4a35-baf2-f2ffeaa4c37e} MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) 2026.01.02 05:12:28.573887 [ 270 ] {bddf0eb6-bc5f-4a35-baf2-f2ffeaa4c37e} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:12:28.574014 [ 270 ] {bddf0eb6-bc5f-4a35-baf2-f2ffeaa4c37e} executeQuery: Read 60 rows, 4.14 KiB in 0.00108 sec., 55555.555555555555 rows/sec., 3.74 MiB/sec. 2026.01.02 05:12:28.574051 [ 270 ] {bddf0eb6-bc5f-4a35-baf2-f2ffeaa4c37e} TCPHandler: Processed in 0.00124709 sec. 2026.01.02 05:12:31.780276 [ 131 ] {} DNSResolver: Updating DNS cache 2026.01.02 05:12:31.780332 [ 131 ] {} DNSResolver: Updated DNS cache 2026.01.02 05:12:31.981213 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 26905 2026.01.02 05:12:31.981793 [ 245 ] {} system.asynchronous_metric_log (bb53ce5c-bddd-4105-a5af-ef87950cd4f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:12:31.981838 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. 2026.01.02 05:12:31.982355 [ 245 ] {} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2026.01.02 05:12:31.982605 [ 245 ] {} system.asynchronous_metric_log (bb53ce5c-bddd-4105-a5af-ef87950cd4f3): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:12:31.982763 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 26905 2026.01.02 05:12:31.982842 [ 131 ] {} system.asynchronous_metric_log (bb53ce5c-bddd-4105-a5af-ef87950cd4f3) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2026.01.02 05:12:31.982927 [ 131 ] {} system.asynchronous_metric_log (bb53ce5c-bddd-4105-a5af-ef87950cd4f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:12:31.982966 [ 131 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. 2026.01.02 05:12:31.983133 [ 187 ] {bb53ce5c-bddd-4105-a5af-ef87950cd4f3::all_1_56_11} MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full 2026.01.02 05:12:31.983339 [ 187 ] {bb53ce5c-bddd-4105-a5af-ef87950cd4f3::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.02 05:12:31.983407 [ 187 ] {bb53ce5c-bddd-4105-a5af-ef87950cd4f3::all_1_56_11} MergeTreeSequentialSource: Reading 4 marks from part all_1_51_10, total 24537 rows starting from the beginning of the part 2026.01.02 05:12:31.983513 [ 187 ] {bb53ce5c-bddd-4105-a5af-ef87950cd4f3::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.01.02 05:12:31.983593 [ 187 ] {bb53ce5c-bddd-4105-a5af-ef87950cd4f3::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.01.02 05:12:31.983674 [ 187 ] {bb53ce5c-bddd-4105-a5af-ef87950cd4f3::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.01.02 05:12:31.983754 [ 187 ] {bb53ce5c-bddd-4105-a5af-ef87950cd4f3::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.01.02 05:12:31.983823 [ 187 ] {bb53ce5c-bddd-4105-a5af-ef87950cd4f3::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.01.02 05:12:31.986671 [ 192 ] {bb53ce5c-bddd-4105-a5af-ef87950cd4f3::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 26905 rows, containing 4 columns (4 merged, 0 gathered) in 0.00361391 sec., 7444845.057015808 rows/sec., 106.50 MiB/sec. 2026.01.02 05:12:31.986921 [ 195 ] {bb53ce5c-bddd-4105-a5af-ef87950cd4f3::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2026.01.02 05:12:31.987194 [ 195 ] {bb53ce5c-bddd-4105-a5af-ef87950cd4f3::all_1_56_11} system.asynchronous_metric_log (bb53ce5c-bddd-4105-a5af-ef87950cd4f3): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:12:31.987262 [ 195 ] {bb53ce5c-bddd-4105-a5af-ef87950cd4f3::all_1_56_11} system.asynchronous_metric_log (bb53ce5c-bddd-4105-a5af-ef87950cd4f3) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2026.01.02 05:12:31.987352 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.74 MiB. 2026.01.02 05:12:32.063868 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 22 entries to flush up to offset 1252 2026.01.02 05:12:32.066035 [ 243 ] {} system.query_log (dd3f3490-5765-4d2a-9406-0e239d3e9a13): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:12:32.066073 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. 2026.01.02 05:12:32.067180 [ 243 ] {} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2026.01.02 05:12:32.067434 [ 243 ] {} system.query_log (dd3f3490-5765-4d2a-9406-0e239d3e9a13): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:12:32.067675 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1252 2026.01.02 05:12:33.464358 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 422 2026.01.02 05:12:33.482409 [ 244 ] {} system.metric_log (a59fffb9-cc3a-4586-97e5-9d20b67a7356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:12:33.482474 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. 2026.01.02 05:12:33.489054 [ 244 ] {} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2026.01.02 05:12:33.489793 [ 244 ] {} system.metric_log (a59fffb9-cc3a-4586-97e5-9d20b67a7356): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:12:33.490102 [ 131 ] {} system.metric_log (a59fffb9-cc3a-4586-97e5-9d20b67a7356) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2026.01.02 05:12:33.490168 [ 131 ] {} system.metric_log (a59fffb9-cc3a-4586-97e5-9d20b67a7356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:12:33.490190 [ 131 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. 2026.01.02 05:12:33.490298 [ 187 ] {a59fffb9-cc3a-4586-97e5-9d20b67a7356::all_1_56_11} MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full 2026.01.02 05:12:33.492908 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 422 2026.01.02 05:12:33.494095 [ 187 ] {a59fffb9-cc3a-4586-97e5-9d20b67a7356::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.02 05:12:33.495501 [ 187 ] {a59fffb9-cc3a-4586-97e5-9d20b67a7356::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 384 rows starting from the beginning of the part 2026.01.02 05:12:33.499991 [ 187 ] {a59fffb9-cc3a-4586-97e5-9d20b67a7356::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 8 rows starting from the beginning of the part 2026.01.02 05:12:33.504637 [ 187 ] {a59fffb9-cc3a-4586-97e5-9d20b67a7356::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 8 rows starting from the beginning of the part 2026.01.02 05:12:33.509111 [ 187 ] {a59fffb9-cc3a-4586-97e5-9d20b67a7356::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 7 rows starting from the beginning of the part 2026.01.02 05:12:33.513837 [ 187 ] {a59fffb9-cc3a-4586-97e5-9d20b67a7356::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 8 rows starting from the beginning of the part 2026.01.02 05:12:33.518239 [ 187 ] {a59fffb9-cc3a-4586-97e5-9d20b67a7356::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 7 rows starting from the beginning of the part 2026.01.02 05:12:33.570206 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:12:33.570416 [ 270 ] {f8291438-5532-4e2e-a19a-38b6dfece31d} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.02 05:12:33.570495 [ 270 ] {f8291438-5532-4e2e-a19a-38b6dfece31d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.02 05:12:33.571300 [ 270 ] {f8291438-5532-4e2e-a19a-38b6dfece31d} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:12:33.571358 [ 270 ] {f8291438-5532-4e2e-a19a-38b6dfece31d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. 2026.01.02 05:12:33.572107 [ 270 ] {f8291438-5532-4e2e-a19a-38b6dfece31d} MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) 2026.01.02 05:12:33.572362 [ 270 ] {f8291438-5532-4e2e-a19a-38b6dfece31d} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:12:33.572534 [ 270 ] {f8291438-5532-4e2e-a19a-38b6dfece31d} executeQuery: Read 136 rows, 12.08 KiB in 0.002175 sec., 62528.73563218391 rows/sec., 5.42 MiB/sec. 2026.01.02 05:12:33.572592 [ 270 ] {f8291438-5532-4e2e-a19a-38b6dfece31d} TCPHandler: Processed in 0.002532182 sec. 2026.01.02 05:12:33.572721 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:12:33.572826 [ 270 ] {8df09050-ff17-4008-a09a-11edb982da2c} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.02 05:12:33.572871 [ 270 ] {8df09050-ff17-4008-a09a-11edb982da2c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.02 05:12:33.573315 [ 270 ] {8df09050-ff17-4008-a09a-11edb982da2c} oximeter.fields_u16 (75d7a870-5da0-445d-b2e0-ec90b5ea7788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:12:33.573355 [ 270 ] {8df09050-ff17-4008-a09a-11edb982da2c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. 2026.01.02 05:12:33.573682 [ 270 ] {8df09050-ff17-4008-a09a-11edb982da2c} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2026.01.02 05:12:33.573916 [ 270 ] {8df09050-ff17-4008-a09a-11edb982da2c} oximeter.fields_u16 (75d7a870-5da0-445d-b2e0-ec90b5ea7788): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:12:33.574055 [ 270 ] {8df09050-ff17-4008-a09a-11edb982da2c} executeQuery: Read 40 rows, 3.01 KiB in 0.001253 sec., 31923.38387869114 rows/sec., 2.34 MiB/sec. 2026.01.02 05:12:33.574096 [ 270 ] {8df09050-ff17-4008-a09a-11edb982da2c} TCPHandler: Processed in 0.001427833 sec. 2026.01.02 05:12:33.574122 [ 195 ] {a59fffb9-cc3a-4586-97e5-9d20b67a7356::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 422 rows, containing 679 columns (679 merged, 0 gathered) in 0.083869233 sec., 5031.642533323275 rows/sec., 26.02 MiB/sec. 2026.01.02 05:12:33.574209 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:12:33.574312 [ 270 ] {9c98f723-e08c-4199-8b27-c28d9a768b67} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.02 05:12:33.574354 [ 270 ] {9c98f723-e08c-4199-8b27-c28d9a768b67} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.02 05:12:33.574802 [ 270 ] {9c98f723-e08c-4199-8b27-c28d9a768b67} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:12:33.574843 [ 270 ] {9c98f723-e08c-4199-8b27-c28d9a768b67} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. 2026.01.02 05:12:33.575171 [ 270 ] {9c98f723-e08c-4199-8b27-c28d9a768b67} MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) 2026.01.02 05:12:33.575402 [ 270 ] {9c98f723-e08c-4199-8b27-c28d9a768b67} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:12:33.575539 [ 270 ] {9c98f723-e08c-4199-8b27-c28d9a768b67} executeQuery: Read 104 rows, 8.32 KiB in 0.001247 sec., 83400.16038492382 rows/sec., 6.51 MiB/sec. 2026.01.02 05:12:33.575578 [ 270 ] {9c98f723-e08c-4199-8b27-c28d9a768b67} TCPHandler: Processed in 0.001420183 sec. 2026.01.02 05:12:33.575689 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:12:33.575785 [ 270 ] {0f5b4deb-5293-4398-995c-4105a0ea3a33} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.02 05:12:33.575831 [ 270 ] {0f5b4deb-5293-4398-995c-4105a0ea3a33} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.02 05:12:33.576240 [ 270 ] {0f5b4deb-5293-4398-995c-4105a0ea3a33} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:12:33.576278 [ 270 ] {0f5b4deb-5293-4398-995c-4105a0ea3a33} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. 2026.01.02 05:12:33.576627 [ 270 ] {0f5b4deb-5293-4398-995c-4105a0ea3a33} MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) 2026.01.02 05:12:33.576852 [ 270 ] {0f5b4deb-5293-4398-995c-4105a0ea3a33} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:12:33.576985 [ 270 ] {0f5b4deb-5293-4398-995c-4105a0ea3a33} executeQuery: Read 160 rows, 11.41 KiB in 0.001219 sec., 131255.12715340444 rows/sec., 9.14 MiB/sec. 2026.01.02 05:12:33.577025 [ 270 ] {0f5b4deb-5293-4398-995c-4105a0ea3a33} TCPHandler: Processed in 0.001385624 sec. 2026.01.02 05:12:33.577144 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:12:33.577269 [ 270 ] {feedddf6-d29e-4ad0-9e95-efb8fbe7946c} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.02 05:12:33.577339 [ 270 ] {feedddf6-d29e-4ad0-9e95-efb8fbe7946c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.01.02 05:12:33.577720 [ 194 ] {a59fffb9-cc3a-4586-97e5-9d20b67a7356::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2026.01.02 05:12:33.578325 [ 270 ] {feedddf6-d29e-4ad0-9e95-efb8fbe7946c} oximeter.measurements_histogramu64 (1ea2d44b-9dfb-4731-8ee2-8779179f369b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:12:33.578367 [ 270 ] {feedddf6-d29e-4ad0-9e95-efb8fbe7946c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. 2026.01.02 05:12:33.579004 [ 270 ] {feedddf6-d29e-4ad0-9e95-efb8fbe7946c} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2026.01.02 05:12:33.579243 [ 270 ] {feedddf6-d29e-4ad0-9e95-efb8fbe7946c} oximeter.measurements_histogramu64 (1ea2d44b-9dfb-4731-8ee2-8779179f369b): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:12:33.579358 [ 131 ] {} oximeter.measurements_histogramu64 (1ea2d44b-9dfb-4731-8ee2-8779179f369b) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2026.01.02 05:12:33.579388 [ 270 ] {feedddf6-d29e-4ad0-9e95-efb8fbe7946c} executeQuery: Read 40 rows, 73.40 KiB in 0.002144 sec., 18656.716417910447 rows/sec., 33.43 MiB/sec. 2026.01.02 05:12:33.579403 [ 131 ] {} oximeter.measurements_histogramu64 (1ea2d44b-9dfb-4731-8ee2-8779179f369b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:12:33.579435 [ 131 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. 2026.01.02 05:12:33.579465 [ 270 ] {feedddf6-d29e-4ad0-9e95-efb8fbe7946c} TCPHandler: Processed in 0.002381249 sec. 2026.01.02 05:12:33.579522 [ 191 ] {1ea2d44b-9dfb-4731-8ee2-8779179f369b::all_1_41_8} MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full 2026.01.02 05:12:33.579581 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:12:33.579681 [ 270 ] {8332d23d-7f66-4ae3-9c40-dd6187434311} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.02 05:12:33.579727 [ 270 ] {8332d23d-7f66-4ae3-9c40-dd6187434311} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.02 05:12:33.579778 [ 191 ] {1ea2d44b-9dfb-4731-8ee2-8779179f369b::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.02 05:12:33.579811 [ 194 ] {a59fffb9-cc3a-4586-97e5-9d20b67a7356::all_1_56_11} system.metric_log (a59fffb9-cc3a-4586-97e5-9d20b67a7356): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:12:33.579843 [ 191 ] {1ea2d44b-9dfb-4731-8ee2-8779179f369b::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1342 rows starting from the beginning of the part 2026.01.02 05:12:33.579919 [ 194 ] {a59fffb9-cc3a-4586-97e5-9d20b67a7356::all_1_56_11} system.metric_log (a59fffb9-cc3a-4586-97e5-9d20b67a7356) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2026.01.02 05:12:33.579966 [ 191 ] {1ea2d44b-9dfb-4731-8ee2-8779179f369b::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 40 rows starting from the beginning of the part 2026.01.02 05:12:33.580070 [ 270 ] {8332d23d-7f66-4ae3-9c40-dd6187434311} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:12:33.580079 [ 191 ] {1ea2d44b-9dfb-4731-8ee2-8779179f369b::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 40 rows starting from the beginning of the part 2026.01.02 05:12:33.580116 [ 270 ] {8332d23d-7f66-4ae3-9c40-dd6187434311} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. 2026.01.02 05:12:33.580207 [ 191 ] {1ea2d44b-9dfb-4731-8ee2-8779179f369b::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 40 rows starting from the beginning of the part 2026.01.02 05:12:33.580346 [ 191 ] {1ea2d44b-9dfb-4731-8ee2-8779179f369b::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 40 rows starting from the beginning of the part 2026.01.02 05:12:33.580462 [ 191 ] {1ea2d44b-9dfb-4731-8ee2-8779179f369b::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 40 rows starting from the beginning of the part 2026.01.02 05:12:33.580477 [ 270 ] {8332d23d-7f66-4ae3-9c40-dd6187434311} MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) 2026.01.02 05:12:33.580728 [ 270 ] {8332d23d-7f66-4ae3-9c40-dd6187434311} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:12:33.580879 [ 270 ] {8332d23d-7f66-4ae3-9c40-dd6187434311} executeQuery: Read 60 rows, 4.14 KiB in 0.001216 sec., 49342.10526315789 rows/sec., 3.33 MiB/sec. 2026.01.02 05:12:33.580919 [ 270 ] {8332d23d-7f66-4ae3-9c40-dd6187434311} TCPHandler: Processed in 0.001387084 sec. 2026.01.02 05:12:33.582724 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB. 2026.01.02 05:12:33.589210 [ 199 ] {1ea2d44b-9dfb-4731-8ee2-8779179f369b::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 1542 rows, containing 19 columns (19 merged, 0 gathered) in 0.009724963 sec., 158561.01457661073 rows/sec., 284.13 MiB/sec. 2026.01.02 05:12:33.591497 [ 194 ] {1ea2d44b-9dfb-4731-8ee2-8779179f369b::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2026.01.02 05:12:33.591900 [ 194 ] {1ea2d44b-9dfb-4731-8ee2-8779179f369b::all_1_41_8} oximeter.measurements_histogramu64 (1ea2d44b-9dfb-4731-8ee2-8779179f369b): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:12:33.591981 [ 194 ] {1ea2d44b-9dfb-4731-8ee2-8779179f369b::all_1_41_8} oximeter.measurements_histogramu64 (1ea2d44b-9dfb-4731-8ee2-8779179f369b) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2026.01.02 05:12:33.592161 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.74 MiB. 2026.01.02 05:12:34.000190 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 327.42 MiB, peak 340.38 MiB, free memory in arenas 0.00 B, will set to 335.14 MiB (RSS), difference: 7.72 MiB 2026.01.02 05:12:38.598642 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:12:38.598953 [ 270 ] {5135d978-c597-4d23-b03c-1393aca25c03} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.01.02 05:12:38.599057 [ 270 ] {5135d978-c597-4d23-b03c-1393aca25c03} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.01.02 05:12:38.599733 [ 270 ] {5135d978-c597-4d23-b03c-1393aca25c03} oximeter.fields_i16 (cb56b64a-0514-41c6-b851-58b3833bf8fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:12:38.599787 [ 270 ] {5135d978-c597-4d23-b03c-1393aca25c03} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. 2026.01.02 05:12:38.600200 [ 270 ] {5135d978-c597-4d23-b03c-1393aca25c03} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.01.02 05:12:38.600437 [ 270 ] {5135d978-c597-4d23-b03c-1393aca25c03} oximeter.fields_i16 (cb56b64a-0514-41c6-b851-58b3833bf8fd): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:12:38.600607 [ 270 ] {5135d978-c597-4d23-b03c-1393aca25c03} executeQuery: Read 24 rows, 2.04 KiB in 0.001731 sec., 13864.818024263432 rows/sec., 1.15 MiB/sec. 2026.01.02 05:12:38.600659 [ 270 ] {5135d978-c597-4d23-b03c-1393aca25c03} TCPHandler: Processed in 0.002205927 sec. 2026.01.02 05:12:38.600789 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:12:38.600890 [ 270 ] {3c2e5841-011b-43d5-9d6c-3f11d68a7460} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.01.02 05:12:38.600935 [ 270 ] {3c2e5841-011b-43d5-9d6c-3f11d68a7460} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.01.02 05:12:38.601336 [ 270 ] {3c2e5841-011b-43d5-9d6c-3f11d68a7460} oximeter.fields_ipaddr (645cdd3d-4969-40ee-99e7-272b8c981424): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:12:38.601376 [ 270 ] {3c2e5841-011b-43d5-9d6c-3f11d68a7460} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. 2026.01.02 05:12:38.601689 [ 270 ] {3c2e5841-011b-43d5-9d6c-3f11d68a7460} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.01.02 05:12:38.601905 [ 270 ] {3c2e5841-011b-43d5-9d6c-3f11d68a7460} oximeter.fields_ipaddr (645cdd3d-4969-40ee-99e7-272b8c981424): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:12:38.602042 [ 270 ] {3c2e5841-011b-43d5-9d6c-3f11d68a7460} executeQuery: Read 2 rows, 167.00 B in 0.001173 sec., 1705.0298380221654 rows/sec., 139.03 KiB/sec. 2026.01.02 05:12:38.602081 [ 270 ] {3c2e5841-011b-43d5-9d6c-3f11d68a7460} TCPHandler: Processed in 0.001343743 sec. 2026.01.02 05:12:38.602200 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:12:38.602323 [ 270 ] {93a37f5d-0dfd-4049-a1a2-f28fe47734b0} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.02 05:12:38.602373 [ 270 ] {93a37f5d-0dfd-4049-a1a2-f28fe47734b0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.02 05:12:38.603532 [ 270 ] {93a37f5d-0dfd-4049-a1a2-f28fe47734b0} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:12:38.603570 [ 270 ] {93a37f5d-0dfd-4049-a1a2-f28fe47734b0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. 2026.01.02 05:12:38.603982 [ 270 ] {93a37f5d-0dfd-4049-a1a2-f28fe47734b0} MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) 2026.01.02 05:12:38.604196 [ 270 ] {93a37f5d-0dfd-4049-a1a2-f28fe47734b0} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:12:38.604329 [ 270 ] {93a37f5d-0dfd-4049-a1a2-f28fe47734b0} executeQuery: Read 1317 rows, 112.50 KiB in 0.002031 sec., 648449.0398818316 rows/sec., 54.09 MiB/sec. 2026.01.02 05:12:38.604336 [ 122 ] {} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 2026.01.02 05:12:38.604368 [ 270 ] {93a37f5d-0dfd-4049-a1a2-f28fe47734b0} TCPHandler: Processed in 0.002228957 sec. 2026.01.02 05:12:38.604436 [ 122 ] {} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:12:38.604479 [ 122 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. 2026.01.02 05:12:38.604528 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:12:38.604627 [ 195 ] {83d580c8-cdc4-4d78-bcce-488a9e56976e::all_1_81_16} MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full 2026.01.02 05:12:38.604646 [ 270 ] {2e9405e1-47f6-4589-984e-1c1b8701e46b} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.02 05:12:38.604719 [ 270 ] {2e9405e1-47f6-4589-984e-1c1b8701e46b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.02 05:12:38.604780 [ 195 ] {83d580c8-cdc4-4d78-bcce-488a9e56976e::all_1_81_16} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.02 05:12:38.604826 [ 195 ] {83d580c8-cdc4-4d78-bcce-488a9e56976e::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 2464 rows starting from the beginning of the part 2026.01.02 05:12:38.604898 [ 195 ] {83d580c8-cdc4-4d78-bcce-488a9e56976e::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 56 rows starting from the beginning of the part 2026.01.02 05:12:38.604950 [ 195 ] {83d580c8-cdc4-4d78-bcce-488a9e56976e::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 138 rows starting from the beginning of the part 2026.01.02 05:12:38.604998 [ 195 ] {83d580c8-cdc4-4d78-bcce-488a9e56976e::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 56 rows starting from the beginning of the part 2026.01.02 05:12:38.605047 [ 195 ] {83d580c8-cdc4-4d78-bcce-488a9e56976e::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 136 rows starting from the beginning of the part 2026.01.02 05:12:38.605088 [ 195 ] {83d580c8-cdc4-4d78-bcce-488a9e56976e::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 1317 rows starting from the beginning of the part 2026.01.02 05:12:38.605197 [ 270 ] {2e9405e1-47f6-4589-984e-1c1b8701e46b} oximeter.fields_u16 (75d7a870-5da0-445d-b2e0-ec90b5ea7788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:12:38.605241 [ 270 ] {2e9405e1-47f6-4589-984e-1c1b8701e46b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. 2026.01.02 05:12:38.605560 [ 270 ] {2e9405e1-47f6-4589-984e-1c1b8701e46b} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2026.01.02 05:12:38.605774 [ 270 ] {2e9405e1-47f6-4589-984e-1c1b8701e46b} oximeter.fields_u16 (75d7a870-5da0-445d-b2e0-ec90b5ea7788): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:12:38.605908 [ 270 ] {2e9405e1-47f6-4589-984e-1c1b8701e46b} executeQuery: Read 14 rows, 1.10 KiB in 0.001286 sec., 10886.469673405909 rows/sec., 855.82 KiB/sec. 2026.01.02 05:12:38.605945 [ 270 ] {2e9405e1-47f6-4589-984e-1c1b8701e46b} TCPHandler: Processed in 0.001478654 sec. 2026.01.02 05:12:38.606054 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:12:38.606147 [ 270 ] {f07d9b3f-1d04-4236-9d5b-c35afcc5c73f} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.02 05:12:38.606184 [ 270 ] {f07d9b3f-1d04-4236-9d5b-c35afcc5c73f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.02 05:12:38.606637 [ 270 ] {f07d9b3f-1d04-4236-9d5b-c35afcc5c73f} oximeter.fields_u32 (1310015a-3be0-40ba-9fec-1b5eb4ed9f75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:12:38.606670 [ 270 ] {f07d9b3f-1d04-4236-9d5b-c35afcc5c73f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. 2026.01.02 05:12:38.606887 [ 199 ] {83d580c8-cdc4-4d78-bcce-488a9e56976e::all_1_81_16} MergeTask::MergeProjectionsStage: Merge sorted 4167 rows, containing 5 columns (5 merged, 0 gathered) in 0.00234202 sec., 1779233.3114149321 rows/sec., 153.58 MiB/sec. 2026.01.02 05:12:38.606958 [ 270 ] {f07d9b3f-1d04-4236-9d5b-c35afcc5c73f} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.01.02 05:12:38.607127 [ 195 ] {83d580c8-cdc4-4d78-bcce-488a9e56976e::all_1_81_16} MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) 2026.01.02 05:12:38.607170 [ 270 ] {f07d9b3f-1d04-4236-9d5b-c35afcc5c73f} oximeter.fields_u32 (1310015a-3be0-40ba-9fec-1b5eb4ed9f75): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:12:38.607301 [ 270 ] {f07d9b3f-1d04-4236-9d5b-c35afcc5c73f} executeQuery: Read 252 rows, 17.85 KiB in 0.001223 sec., 206050.69501226494 rows/sec., 14.25 MiB/sec. 2026.01.02 05:12:38.607339 [ 270 ] {f07d9b3f-1d04-4236-9d5b-c35afcc5c73f} TCPHandler: Processed in 0.001385373 sec. 2026.01.02 05:12:38.607388 [ 195 ] {83d580c8-cdc4-4d78-bcce-488a9e56976e::all_1_81_16} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:12:38.607442 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:12:38.607460 [ 195 ] {83d580c8-cdc4-4d78-bcce-488a9e56976e::all_1_81_16} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 2026.01.02 05:12:38.607603 [ 270 ] {6cebdb48-a094-48a4-86eb-90e95c206977} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.01.02 05:12:38.607604 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.05 MiB. 2026.01.02 05:12:38.607650 [ 270 ] {6cebdb48-a094-48a4-86eb-90e95c206977} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.01.02 05:12:38.608035 [ 270 ] {6cebdb48-a094-48a4-86eb-90e95c206977} oximeter.fields_u8 (ae3e3832-81ae-4954-8933-d68b9608f6be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:12:38.608070 [ 270 ] {6cebdb48-a094-48a4-86eb-90e95c206977} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. 2026.01.02 05:12:38.608364 [ 270 ] {6cebdb48-a094-48a4-86eb-90e95c206977} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.01.02 05:12:38.608586 [ 270 ] {6cebdb48-a094-48a4-86eb-90e95c206977} oximeter.fields_u8 (ae3e3832-81ae-4954-8933-d68b9608f6be): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:12:38.608710 [ 270 ] {6cebdb48-a094-48a4-86eb-90e95c206977} executeQuery: Read 12 rows, 960.00 B in 0.001125 sec., 10666.666666666668 rows/sec., 833.33 KiB/sec. 2026.01.02 05:12:38.608747 [ 270 ] {6cebdb48-a094-48a4-86eb-90e95c206977} TCPHandler: Processed in 0.001289481 sec. 2026.01.02 05:12:38.608851 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:12:38.608941 [ 270 ] {b4a6a473-c214-4c25-9697-cd174414bd70} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.02 05:12:38.608979 [ 270 ] {b4a6a473-c214-4c25-9697-cd174414bd70} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.02 05:12:38.609558 [ 270 ] {b4a6a473-c214-4c25-9697-cd174414bd70} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:12:38.609594 [ 270 ] {b4a6a473-c214-4c25-9697-cd174414bd70} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. 2026.01.02 05:12:38.609915 [ 270 ] {b4a6a473-c214-4c25-9697-cd174414bd70} MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) 2026.01.02 05:12:38.610112 [ 270 ] {b4a6a473-c214-4c25-9697-cd174414bd70} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:12:38.610223 [ 122 ] {} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 2026.01.02 05:12:38.610236 [ 270 ] {b4a6a473-c214-4c25-9697-cd174414bd70} executeQuery: Read 558 rows, 42.83 KiB in 0.001313 sec., 424980.959634425 rows/sec., 31.85 MiB/sec. 2026.01.02 05:12:38.610259 [ 122 ] {} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:12:38.610281 [ 122 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. 2026.01.02 05:12:38.610282 [ 270 ] {b4a6a473-c214-4c25-9697-cd174414bd70} TCPHandler: Processed in 0.001478125 sec. 2026.01.02 05:12:38.610397 [ 196 ] {a2603088-a695-4667-9faf-2a4ce1a4e7af::all_1_81_16} MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full 2026.01.02 05:12:38.610407 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:12:38.610526 [ 270 ] {20f13302-e0bb-47ae-899d-8165742a29ed} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.02 05:12:38.610531 [ 196 ] {a2603088-a695-4667-9faf-2a4ce1a4e7af::all_1_81_16} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.02 05:12:38.610572 [ 270 ] {20f13302-e0bb-47ae-899d-8165742a29ed} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.02 05:12:38.610578 [ 196 ] {a2603088-a695-4667-9faf-2a4ce1a4e7af::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 1249 rows starting from the beginning of the part 2026.01.02 05:12:38.610654 [ 196 ] {a2603088-a695-4667-9faf-2a4ce1a4e7af::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 64 rows starting from the beginning of the part 2026.01.02 05:12:38.610696 [ 196 ] {a2603088-a695-4667-9faf-2a4ce1a4e7af::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 108 rows starting from the beginning of the part 2026.01.02 05:12:38.610748 [ 196 ] {a2603088-a695-4667-9faf-2a4ce1a4e7af::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 64 rows starting from the beginning of the part 2026.01.02 05:12:38.610803 [ 196 ] {a2603088-a695-4667-9faf-2a4ce1a4e7af::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 104 rows starting from the beginning of the part 2026.01.02 05:12:38.610852 [ 196 ] {a2603088-a695-4667-9faf-2a4ce1a4e7af::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 558 rows starting from the beginning of the part 2026.01.02 05:12:38.611234 [ 270 ] {20f13302-e0bb-47ae-899d-8165742a29ed} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:12:38.611275 [ 270 ] {20f13302-e0bb-47ae-899d-8165742a29ed} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. 2026.01.02 05:12:38.611661 [ 270 ] {20f13302-e0bb-47ae-899d-8165742a29ed} MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) 2026.01.02 05:12:38.611878 [ 270 ] {20f13302-e0bb-47ae-899d-8165742a29ed} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:12:38.612009 [ 270 ] {20f13302-e0bb-47ae-899d-8165742a29ed} executeQuery: Read 881 rows, 61.23 KiB in 0.001501 sec., 586942.0386409061 rows/sec., 39.84 MiB/sec. 2026.01.02 05:12:38.612047 [ 270 ] {20f13302-e0bb-47ae-899d-8165742a29ed} TCPHandler: Processed in 0.001686758 sec. 2026.01.02 05:12:38.612075 [ 189 ] {a2603088-a695-4667-9faf-2a4ce1a4e7af::all_1_81_16} MergeTask::MergeProjectionsStage: Merge sorted 2147 rows, containing 5 columns (5 merged, 0 gathered) in 0.001732829 sec., 1239014.3516757856 rows/sec., 96.20 MiB/sec. 2026.01.02 05:12:38.612161 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:12:38.612244 [ 196 ] {a2603088-a695-4667-9faf-2a4ce1a4e7af::all_1_81_16} MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) 2026.01.02 05:12:38.612253 [ 270 ] {cea5c211-2ecf-4951-84ee-8799c942e5e0} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.02 05:12:38.612307 [ 270 ] {cea5c211-2ecf-4951-84ee-8799c942e5e0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.02 05:12:38.612486 [ 196 ] {a2603088-a695-4667-9faf-2a4ce1a4e7af::all_1_81_16} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:12:38.612558 [ 196 ] {a2603088-a695-4667-9faf-2a4ce1a4e7af::all_1_81_16} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 2026.01.02 05:12:38.612627 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.63 MiB. 2026.01.02 05:12:38.612683 [ 270 ] {cea5c211-2ecf-4951-84ee-8799c942e5e0} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:12:38.612729 [ 270 ] {cea5c211-2ecf-4951-84ee-8799c942e5e0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. 2026.01.02 05:12:38.613099 [ 270 ] {cea5c211-2ecf-4951-84ee-8799c942e5e0} MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) 2026.01.02 05:12:38.613318 [ 270 ] {cea5c211-2ecf-4951-84ee-8799c942e5e0} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:12:38.613448 [ 270 ] {cea5c211-2ecf-4951-84ee-8799c942e5e0} executeQuery: Read 60 rows, 4.14 KiB in 0.001212 sec., 49504.9504950495 rows/sec., 3.34 MiB/sec. 2026.01.02 05:12:38.613484 [ 270 ] {cea5c211-2ecf-4951-84ee-8799c942e5e0} TCPHandler: Processed in 0.001370154 sec. 2026.01.02 05:12:39.482997 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 27417 2026.01.02 05:12:39.483649 [ 245 ] {} system.asynchronous_metric_log (bb53ce5c-bddd-4105-a5af-ef87950cd4f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:12:39.483703 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. 2026.01.02 05:12:39.484251 [ 245 ] {} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2026.01.02 05:12:39.484510 [ 245 ] {} system.asynchronous_metric_log (bb53ce5c-bddd-4105-a5af-ef87950cd4f3): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:12:39.484646 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 27417 2026.01.02 05:12:40.775407 [ 353 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54250 2026.01.02 05:12:40.775524 [ 353 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:12:40.775554 [ 353 ] {} TCP-Session: a3ee5b12-2e47-4b39-a3ab-be59d8e95f15 Authenticating user 'default' from [fd00:1122:3344:101::e]:54250 2026.01.02 05:12:40.775579 [ 353 ] {} TCP-Session: a3ee5b12-2e47-4b39-a3ab-be59d8e95f15 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:12:40.775593 [ 353 ] {} TCP-Session: a3ee5b12-2e47-4b39-a3ab-be59d8e95f15 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:12:40.775803 [ 354 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50088 2026.01.02 05:12:40.775831 [ 356 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46146 2026.01.02 05:12:40.775866 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61077 2026.01.02 05:12:40.775892 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34974 2026.01.02 05:12:40.775921 [ 354 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:12:40.775910 [ 352 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55079 2026.01.02 05:12:40.775964 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:12:40.775983 [ 354 ] {} TCP-Session: 89069d58-d7c0-4615-b3aa-b106752c8d6c Authenticating user 'default' from [fd00:1122:3344:101::e]:50088 2026.01.02 05:12:40.776005 [ 287 ] {} TCP-Session: 58d34b4e-3f70-4c0a-bcbd-54d810e1bc1d Authenticating user 'default' from [fd00:1122:3344:101::e]:61077 2026.01.02 05:12:40.775962 [ 356 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:12:40.776027 [ 354 ] {} TCP-Session: 89069d58-d7c0-4615-b3aa-b106752c8d6c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:12:40.776029 [ 287 ] {} TCP-Session: 58d34b4e-3f70-4c0a-bcbd-54d810e1bc1d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:12:40.776057 [ 356 ] {} TCP-Session: 4c1fef27-eb06-47b1-8ec7-856492994971 Authenticating user 'default' from [fd00:1122:3344:101::e]:46146 2026.01.02 05:12:40.776082 [ 287 ] {} TCP-Session: 58d34b4e-3f70-4c0a-bcbd-54d810e1bc1d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:12:40.776069 [ 354 ] {} TCP-Session: 89069d58-d7c0-4615-b3aa-b106752c8d6c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:12:40.776103 [ 356 ] {} TCP-Session: 4c1fef27-eb06-47b1-8ec7-856492994971 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:12:40.775897 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38043 2026.01.02 05:12:40.776141 [ 356 ] {} TCP-Session: 4c1fef27-eb06-47b1-8ec7-856492994971 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:12:40.775864 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51803 2026.01.02 05:12:40.775829 [ 355 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57870 2026.01.02 05:12:40.775933 [ 353 ] {} TCP-Session: a3ee5b12-2e47-4b39-a3ab-be59d8e95f15 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:12:40.776444 [ 353 ] {c4b3bf89-7456-40a9-b8b7-a5b874367f5c} executeQuery: (from [fd00:1122:3344:101::e]:54250) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.01.02 05:12:40.776647 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:12:40.776676 [ 289 ] {} TCP-Session: 6b7c892d-12a4-425d-9f22-85d7e6f98f55 Authenticating user 'default' from [fd00:1122:3344:101::e]:38043 2026.01.02 05:12:40.776694 [ 289 ] {} TCP-Session: 6b7c892d-12a4-425d-9f22-85d7e6f98f55 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:12:40.776707 [ 289 ] {} TCP-Session: 6b7c892d-12a4-425d-9f22-85d7e6f98f55 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:12:40.776721 [ 353 ] {c4b3bf89-7456-40a9-b8b7-a5b874367f5c} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.01.02 05:12:40.776780 [ 353 ] {c4b3bf89-7456-40a9-b8b7-a5b874367f5c} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.02 05:12:40.776778 [ 355 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:12:40.776831 [ 355 ] {} TCP-Session: c1b03dd7-84a5-493f-aa36-884f9b8283d0 Authenticating user 'default' from [fd00:1122:3344:101::e]:57870 2026.01.02 05:12:40.776854 [ 355 ] {} TCP-Session: c1b03dd7-84a5-493f-aa36-884f9b8283d0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:12:40.776867 [ 355 ] {} TCP-Session: c1b03dd7-84a5-493f-aa36-884f9b8283d0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:12:40.776953 [ 352 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:12:40.776999 [ 352 ] {} TCP-Session: 5bb5b837-69c0-4f7b-b304-8b1457c2c773 Authenticating user 'default' from [fd00:1122:3344:101::e]:55079 2026.01.02 05:12:40.777021 [ 352 ] {} TCP-Session: 5bb5b837-69c0-4f7b-b304-8b1457c2c773 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:12:40.777043 [ 352 ] {} TCP-Session: 5bb5b837-69c0-4f7b-b304-8b1457c2c773 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:12:40.777115 [ 353 ] {c4b3bf89-7456-40a9-b8b7-a5b874367f5c} oximeter.version (e3550e79-451c-4c3d-8ba1-9d3e49618ffc) (SelectExecutor): Key condition: unknown 2026.01.02 05:12:40.777225 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:12:40.777263 [ 288 ] {} TCP-Session: 86e34ce9-bbb7-4616-ae0f-e64269b32ff3 Authenticating user 'default' from [fd00:1122:3344:101::e]:34974 2026.01.02 05:12:40.777280 [ 288 ] {} TCP-Session: 86e34ce9-bbb7-4616-ae0f-e64269b32ff3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:12:40.777293 [ 288 ] {} TCP-Session: 86e34ce9-bbb7-4616-ae0f-e64269b32ff3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:12:40.777360 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:12:40.777396 [ 286 ] {} TCP-Session: afa2191b-d184-43eb-b67c-66fab6d9d39f Authenticating user 'default' from [fd00:1122:3344:101::e]:51803 2026.01.02 05:12:40.777413 [ 286 ] {} TCP-Session: afa2191b-d184-43eb-b67c-66fab6d9d39f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:12:40.777426 [ 286 ] {} TCP-Session: afa2191b-d184-43eb-b67c-66fab6d9d39f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:12:40.778090 [ 339 ] {c4b3bf89-7456-40a9-b8b7-a5b874367f5c} AggregatingTransform: Aggregating 2026.01.02 05:12:40.778129 [ 339 ] {c4b3bf89-7456-40a9-b8b7-a5b874367f5c} Aggregator: Aggregation method: without_key 2026.01.02 05:12:40.778162 [ 339 ] {c4b3bf89-7456-40a9-b8b7-a5b874367f5c} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000926365 sec. (1079.488 rows/sec., 42.17 KiB/sec.) 2026.01.02 05:12:40.778177 [ 339 ] {c4b3bf89-7456-40a9-b8b7-a5b874367f5c} Aggregator: Merging aggregated data 2026.01.02 05:12:40.779514 [ 353 ] {c4b3bf89-7456-40a9-b8b7-a5b874367f5c} executeQuery: Read 1 rows, 40.00 B in 0.003131 sec., 319.38677738741615 rows/sec., 12.48 KiB/sec. 2026.01.02 05:12:40.779713 [ 353 ] {c4b3bf89-7456-40a9-b8b7-a5b874367f5c} TCPHandler: Processed in 0.003896525 sec. 2026.01.02 05:12:40.779837 [ 353 ] {} TCPHandler: Done processing connection. 2026.01.02 05:12:40.779868 [ 354 ] {} TCPHandler: Done processing connection. 2026.01.02 05:12:40.779872 [ 353 ] {} TCP-Session: a3ee5b12-2e47-4b39-a3ab-be59d8e95f15 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:12:40.779890 [ 355 ] {} TCPHandler: Done processing connection. 2026.01.02 05:12:40.779917 [ 354 ] {} TCP-Session: 89069d58-d7c0-4615-b3aa-b106752c8d6c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:12:40.779924 [ 286 ] {} TCPHandler: Done processing connection. 2026.01.02 05:12:40.779951 [ 355 ] {} TCP-Session: c1b03dd7-84a5-493f-aa36-884f9b8283d0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:12:40.779962 [ 352 ] {} TCPHandler: Done processing connection. 2026.01.02 05:12:40.779976 [ 287 ] {} TCPHandler: Done processing connection. 2026.01.02 05:12:40.779990 [ 288 ] {} TCPHandler: Done processing connection. 2026.01.02 05:12:40.780015 [ 352 ] {} TCP-Session: 5bb5b837-69c0-4f7b-b304-8b1457c2c773 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:12:40.780034 [ 287 ] {} TCP-Session: 58d34b4e-3f70-4c0a-bcbd-54d810e1bc1d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:12:40.780057 [ 288 ] {} TCP-Session: 86e34ce9-bbb7-4616-ae0f-e64269b32ff3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:12:40.779982 [ 286 ] {} TCP-Session: afa2191b-d184-43eb-b67c-66fab6d9d39f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:12:40.779958 [ 356 ] {} TCPHandler: Done processing connection. 2026.01.02 05:12:40.779906 [ 289 ] {} TCPHandler: Done processing connection. 2026.01.02 05:12:40.780160 [ 356 ] {} TCP-Session: 4c1fef27-eb06-47b1-8ec7-856492994971 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:12:40.780172 [ 289 ] {} TCP-Session: 6b7c892d-12a4-425d-9f22-85d7e6f98f55 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:12:40.862439 [ 353 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61933 2026.01.02 05:12:40.862557 [ 353 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:12:40.862587 [ 353 ] {} TCP-Session: 90f8a612-d7f4-46bc-bed9-1cebf219e37f Authenticating user 'default' from [fd00:1122:3344:101::e]:61933 2026.01.02 05:12:40.862610 [ 353 ] {} TCP-Session: 90f8a612-d7f4-46bc-bed9-1cebf219e37f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:12:40.862623 [ 353 ] {} TCP-Session: 90f8a612-d7f4-46bc-bed9-1cebf219e37f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:12:40.862859 [ 354 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50419 2026.01.02 05:12:40.862903 [ 355 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35951 2026.01.02 05:12:40.862924 [ 356 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58302 2026.01.02 05:12:40.862951 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49536 2026.01.02 05:12:40.862983 [ 354 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:12:40.862969 [ 352 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35197 2026.01.02 05:12:40.863022 [ 354 ] {} TCP-Session: 69084100-09e1-4d32-9061-1adfd148d729 Authenticating user 'default' from [fd00:1122:3344:101::e]:50419 2026.01.02 05:12:40.863033 [ 355 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:12:40.863046 [ 356 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:12:40.863046 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:12:40.863076 [ 355 ] {} TCP-Session: f1d15951-2ea3-45c9-b1d6-2dfdc32f9a48 Authenticating user 'default' from [fd00:1122:3344:101::e]:35951 2026.01.02 05:12:40.863087 [ 356 ] {} TCP-Session: b2e4b1c3-ae85-4856-ab9b-92c0472f6e1e Authenticating user 'default' from [fd00:1122:3344:101::e]:58302 2026.01.02 05:12:40.863095 [ 288 ] {} TCP-Session: de2e1dc3-fbf4-4a18-90f4-fb23d826e44b Authenticating user 'default' from [fd00:1122:3344:101::e]:49536 2026.01.02 05:12:40.863116 [ 355 ] {} TCP-Session: f1d15951-2ea3-45c9-b1d6-2dfdc32f9a48 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:12:40.863128 [ 356 ] {} TCP-Session: b2e4b1c3-ae85-4856-ab9b-92c0472f6e1e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:12:40.863148 [ 355 ] {} TCP-Session: f1d15951-2ea3-45c9-b1d6-2dfdc32f9a48 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:12:40.863171 [ 356 ] {} TCP-Session: b2e4b1c3-ae85-4856-ab9b-92c0472f6e1e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:12:40.863130 [ 288 ] {} TCP-Session: de2e1dc3-fbf4-4a18-90f4-fb23d826e44b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:12:40.863091 [ 352 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:12:40.863216 [ 288 ] {} TCP-Session: de2e1dc3-fbf4-4a18-90f4-fb23d826e44b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:12:40.863056 [ 354 ] {} TCP-Session: 69084100-09e1-4d32-9061-1adfd148d729 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:12:40.863263 [ 352 ] {} TCP-Session: 11171673-38ba-43f7-a8d1-2e0a903e87ac Authenticating user 'default' from [fd00:1122:3344:101::e]:35197 2026.01.02 05:12:40.863277 [ 354 ] {} TCP-Session: 69084100-09e1-4d32-9061-1adfd148d729 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:12:40.862962 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41476 2026.01.02 05:12:40.863295 [ 352 ] {} TCP-Session: 11171673-38ba-43f7-a8d1-2e0a903e87ac Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:12:40.862932 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33800 2026.01.02 05:12:40.863346 [ 352 ] {} TCP-Session: 11171673-38ba-43f7-a8d1-2e0a903e87ac Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:12:40.862940 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51500 2026.01.02 05:12:40.863380 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:12:40.863406 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:12:40.863423 [ 289 ] {} TCP-Session: 708f7b32-e70c-4fe6-b84c-ea1274de415e Authenticating user 'default' from [fd00:1122:3344:101::e]:41476 2026.01.02 05:12:40.863432 [ 286 ] {} TCP-Session: 0548bfea-37e3-4851-a629-f210fecb028f Authenticating user 'default' from [fd00:1122:3344:101::e]:33800 2026.01.02 05:12:40.863443 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:12:40.863453 [ 286 ] {} TCP-Session: 0548bfea-37e3-4851-a629-f210fecb028f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:12:40.863444 [ 289 ] {} TCP-Session: 708f7b32-e70c-4fe6-b84c-ea1274de415e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:12:40.863479 [ 286 ] {} TCP-Session: 0548bfea-37e3-4851-a629-f210fecb028f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:12:40.863473 [ 287 ] {} TCP-Session: 67219aca-a13c-4f0c-b656-4f733b3e1003 Authenticating user 'default' from [fd00:1122:3344:101::e]:51500 2026.01.02 05:12:40.863491 [ 289 ] {} TCP-Session: 708f7b32-e70c-4fe6-b84c-ea1274de415e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:12:40.863517 [ 287 ] {} TCP-Session: 67219aca-a13c-4f0c-b656-4f733b3e1003 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:12:40.863005 [ 353 ] {} TCP-Session: 90f8a612-d7f4-46bc-bed9-1cebf219e37f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:12:40.863542 [ 287 ] {} TCP-Session: 67219aca-a13c-4f0c-b656-4f733b3e1003 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:12:40.863736 [ 353 ] {79a414de-b155-41d4-a950-ce8b1bce518b} executeQuery: (from [fd00:1122:3344:101::e]:61933) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.01.02 05:12:40.864043 [ 353 ] {79a414de-b155-41d4-a950-ce8b1bce518b} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.01.02 05:12:40.864114 [ 353 ] {79a414de-b155-41d4-a950-ce8b1bce518b} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.02 05:12:40.864425 [ 353 ] {79a414de-b155-41d4-a950-ce8b1bce518b} oximeter.version (e3550e79-451c-4c3d-8ba1-9d3e49618ffc) (SelectExecutor): Key condition: unknown 2026.01.02 05:12:40.865478 [ 320 ] {79a414de-b155-41d4-a950-ce8b1bce518b} AggregatingTransform: Aggregating 2026.01.02 05:12:40.865518 [ 320 ] {79a414de-b155-41d4-a950-ce8b1bce518b} Aggregator: Aggregation method: without_key 2026.01.02 05:12:40.865556 [ 320 ] {79a414de-b155-41d4-a950-ce8b1bce518b} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001029477 sec. (971.367 rows/sec., 37.94 KiB/sec.) 2026.01.02 05:12:40.865575 [ 320 ] {79a414de-b155-41d4-a950-ce8b1bce518b} Aggregator: Merging aggregated data 2026.01.02 05:12:40.866799 [ 353 ] {79a414de-b155-41d4-a950-ce8b1bce518b} executeQuery: Read 1 rows, 40.00 B in 0.003123 sec., 320.2049311559398 rows/sec., 12.51 KiB/sec. 2026.01.02 05:12:40.866968 [ 353 ] {79a414de-b155-41d4-a950-ce8b1bce518b} TCPHandler: Processed in 0.004097469 sec. 2026.01.02 05:12:40.867091 [ 353 ] {} TCPHandler: Done processing connection. 2026.01.02 05:12:40.867120 [ 353 ] {} TCP-Session: 90f8a612-d7f4-46bc-bed9-1cebf219e37f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:12:40.867125 [ 354 ] {} TCPHandler: Done processing connection. 2026.01.02 05:12:40.867142 [ 287 ] {} TCPHandler: Done processing connection. 2026.01.02 05:12:40.867168 [ 354 ] {} TCP-Session: 69084100-09e1-4d32-9061-1adfd148d729 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:12:40.867175 [ 287 ] {} TCP-Session: 67219aca-a13c-4f0c-b656-4f733b3e1003 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:12:40.867169 [ 355 ] {} TCPHandler: Done processing connection. 2026.01.02 05:12:40.867196 [ 352 ] {} TCPHandler: Done processing connection. 2026.01.02 05:12:40.867215 [ 356 ] {} TCPHandler: Done processing connection. 2026.01.02 05:12:40.867230 [ 355 ] {} TCP-Session: f1d15951-2ea3-45c9-b1d6-2dfdc32f9a48 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:12:40.867256 [ 352 ] {} TCP-Session: 11171673-38ba-43f7-a8d1-2e0a903e87ac Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:12:40.867271 [ 289 ] {} TCPHandler: Done processing connection. 2026.01.02 05:12:40.867278 [ 356 ] {} TCP-Session: b2e4b1c3-ae85-4856-ab9b-92c0472f6e1e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:12:40.867255 [ 288 ] {} TCPHandler: Done processing connection. 2026.01.02 05:12:40.867336 [ 289 ] {} TCP-Session: 708f7b32-e70c-4fe6-b84c-ea1274de415e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:12:40.867232 [ 286 ] {} TCPHandler: Done processing connection. 2026.01.02 05:12:40.867382 [ 288 ] {} TCP-Session: de2e1dc3-fbf4-4a18-90f4-fb23d826e44b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:12:40.867423 [ 286 ] {} TCP-Session: 0548bfea-37e3-4851-a629-f210fecb028f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:12:40.914389 [ 353 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60623 2026.01.02 05:12:40.914523 [ 353 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:12:40.914560 [ 353 ] {} TCP-Session: 2206ca16-69b4-4fdf-99c0-1a0001a71d2d Authenticating user 'default' from [fd00:1122:3344:101::e]:60623 2026.01.02 05:12:40.914592 [ 353 ] {} TCP-Session: 2206ca16-69b4-4fdf-99c0-1a0001a71d2d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:12:40.914613 [ 353 ] {} TCP-Session: 2206ca16-69b4-4fdf-99c0-1a0001a71d2d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:12:40.914857 [ 354 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36819 2026.01.02 05:12:40.914900 [ 355 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52665 2026.01.02 05:12:40.914917 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34676 2026.01.02 05:12:40.914942 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36545 2026.01.02 05:12:40.914979 [ 354 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:12:40.914969 [ 352 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35712 2026.01.02 05:12:40.915029 [ 354 ] {} TCP-Session: f171da45-3054-47ef-91ec-28893398dcc3 Authenticating user 'default' from [fd00:1122:3344:101::e]:36819 2026.01.02 05:12:40.915026 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:12:40.915062 [ 354 ] {} TCP-Session: f171da45-3054-47ef-91ec-28893398dcc3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:12:40.915070 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:12:40.915092 [ 354 ] {} TCP-Session: f171da45-3054-47ef-91ec-28893398dcc3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:12:40.915094 [ 352 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:12:40.915116 [ 288 ] {} TCP-Session: 956a626a-4140-48f4-9a34-15fce2fb0b16 Authenticating user 'default' from [fd00:1122:3344:101::e]:36545 2026.01.02 05:12:40.915024 [ 355 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:12:40.915145 [ 352 ] {} TCP-Session: 3d19c0f1-3e83-4633-ade2-2800d11610b1 Authenticating user 'default' from [fd00:1122:3344:101::e]:35712 2026.01.02 05:12:40.915182 [ 355 ] {} TCP-Session: 72052d8e-7973-4973-9aac-f83afaa5de3f Authenticating user 'default' from [fd00:1122:3344:101::e]:52665 2026.01.02 05:12:40.915201 [ 352 ] {} TCP-Session: 3d19c0f1-3e83-4633-ade2-2800d11610b1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:12:40.915220 [ 355 ] {} TCP-Session: 72052d8e-7973-4973-9aac-f83afaa5de3f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:12:40.915237 [ 352 ] {} TCP-Session: 3d19c0f1-3e83-4633-ade2-2800d11610b1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:12:40.915246 [ 355 ] {} TCP-Session: 72052d8e-7973-4973-9aac-f83afaa5de3f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:12:40.915156 [ 288 ] {} TCP-Session: 956a626a-4140-48f4-9a34-15fce2fb0b16 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:12:40.914910 [ 356 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51385 2026.01.02 05:12:40.915308 [ 288 ] {} TCP-Session: 956a626a-4140-48f4-9a34-15fce2fb0b16 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:12:40.914910 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52914 2026.01.02 05:12:40.915095 [ 287 ] {} TCP-Session: 3ed93a77-96c2-42a5-b962-0dc1612498d8 Authenticating user 'default' from [fd00:1122:3344:101::e]:34676 2026.01.02 05:12:40.915367 [ 356 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:12:40.915390 [ 287 ] {} TCP-Session: 3ed93a77-96c2-42a5-b962-0dc1612498d8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:12:40.914963 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60589 2026.01.02 05:12:40.915415 [ 287 ] {} TCP-Session: 3ed93a77-96c2-42a5-b962-0dc1612498d8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:12:40.915410 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:12:40.915410 [ 356 ] {} TCP-Session: 723db70e-10b4-4e05-97c2-9eb34e3140a3 Authenticating user 'default' from [fd00:1122:3344:101::e]:51385 2026.01.02 05:12:40.915496 [ 286 ] {} TCP-Session: 7d7d6776-3c3f-4728-9c7b-30c78389241c Authenticating user 'default' from [fd00:1122:3344:101::e]:52914 2026.01.02 05:12:40.915497 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:12:40.915517 [ 356 ] {} TCP-Session: 723db70e-10b4-4e05-97c2-9eb34e3140a3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:12:40.915531 [ 286 ] {} TCP-Session: 7d7d6776-3c3f-4728-9c7b-30c78389241c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:12:40.915549 [ 289 ] {} TCP-Session: dcab1dd7-6d08-4656-adab-483b7df0ec5c Authenticating user 'default' from [fd00:1122:3344:101::e]:60589 2026.01.02 05:12:40.915569 [ 356 ] {} TCP-Session: 723db70e-10b4-4e05-97c2-9eb34e3140a3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:12:40.915576 [ 286 ] {} TCP-Session: 7d7d6776-3c3f-4728-9c7b-30c78389241c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:12:40.915591 [ 289 ] {} TCP-Session: dcab1dd7-6d08-4656-adab-483b7df0ec5c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:12:40.915017 [ 353 ] {} TCP-Session: 2206ca16-69b4-4fdf-99c0-1a0001a71d2d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:12:40.915624 [ 289 ] {} TCP-Session: dcab1dd7-6d08-4656-adab-483b7df0ec5c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:12:40.915802 [ 353 ] {23ed5acb-5693-418a-a479-6044acf4b877} executeQuery: (from [fd00:1122:3344:101::e]:60623) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.01.02 05:12:40.916099 [ 353 ] {23ed5acb-5693-418a-a479-6044acf4b877} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.01.02 05:12:40.916154 [ 353 ] {23ed5acb-5693-418a-a479-6044acf4b877} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.02 05:12:40.916459 [ 353 ] {23ed5acb-5693-418a-a479-6044acf4b877} oximeter.version (e3550e79-451c-4c3d-8ba1-9d3e49618ffc) (SelectExecutor): Key condition: unknown 2026.01.02 05:12:40.917465 [ 315 ] {23ed5acb-5693-418a-a479-6044acf4b877} AggregatingTransform: Aggregating 2026.01.02 05:12:40.917509 [ 315 ] {23ed5acb-5693-418a-a479-6044acf4b877} Aggregator: Aggregation method: without_key 2026.01.02 05:12:40.917548 [ 315 ] {23ed5acb-5693-418a-a479-6044acf4b877} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000973146 sec. (1027.595 rows/sec., 40.14 KiB/sec.) 2026.01.02 05:12:40.917568 [ 315 ] {23ed5acb-5693-418a-a479-6044acf4b877} Aggregator: Merging aggregated data 2026.01.02 05:12:40.918996 [ 353 ] {23ed5acb-5693-418a-a479-6044acf4b877} executeQuery: Read 1 rows, 40.00 B in 0.003248 sec., 307.8817733990148 rows/sec., 12.03 KiB/sec. 2026.01.02 05:12:40.919176 [ 353 ] {23ed5acb-5693-418a-a479-6044acf4b877} TCPHandler: Processed in 0.004337153 sec. 2026.01.02 05:12:40.919292 [ 353 ] {} TCPHandler: Done processing connection. 2026.01.02 05:12:40.919321 [ 353 ] {} TCP-Session: 2206ca16-69b4-4fdf-99c0-1a0001a71d2d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:12:40.919326 [ 288 ] {} TCPHandler: Done processing connection. 2026.01.02 05:12:40.919353 [ 286 ] {} TCPHandler: Done processing connection. 2026.01.02 05:12:40.919369 [ 288 ] {} TCP-Session: 956a626a-4140-48f4-9a34-15fce2fb0b16 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:12:40.919374 [ 355 ] {} TCPHandler: Done processing connection. 2026.01.02 05:12:40.919395 [ 356 ] {} TCPHandler: Done processing connection. 2026.01.02 05:12:40.919412 [ 354 ] {} TCPHandler: Done processing connection. 2026.01.02 05:12:40.919429 [ 352 ] {} TCPHandler: Done processing connection. 2026.01.02 05:12:40.919448 [ 287 ] {} TCPHandler: Done processing connection. 2026.01.02 05:12:40.919471 [ 289 ] {} TCPHandler: Done processing connection. 2026.01.02 05:12:40.919480 [ 352 ] {} TCP-Session: 3d19c0f1-3e83-4633-ade2-2800d11610b1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:12:40.919503 [ 287 ] {} TCP-Session: 3ed93a77-96c2-42a5-b962-0dc1612498d8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:12:40.919471 [ 354 ] {} TCP-Session: f171da45-3054-47ef-91ec-28893398dcc3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:12:40.919528 [ 289 ] {} TCP-Session: dcab1dd7-6d08-4656-adab-483b7df0ec5c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:12:40.919451 [ 356 ] {} TCP-Session: 723db70e-10b4-4e05-97c2-9eb34e3140a3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:12:40.919436 [ 355 ] {} TCP-Session: 72052d8e-7973-4973-9aac-f83afaa5de3f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:12:40.919397 [ 286 ] {} TCP-Session: 7d7d6776-3c3f-4728-9c7b-30c78389241c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:12:40.993048 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 430 2026.01.02 05:12:41.009985 [ 244 ] {} system.metric_log (a59fffb9-cc3a-4586-97e5-9d20b67a7356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:12:41.010052 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. 2026.01.02 05:12:41.016951 [ 244 ] {} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2026.01.02 05:12:41.018302 [ 244 ] {} system.metric_log (a59fffb9-cc3a-4586-97e5-9d20b67a7356): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:12:41.023823 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 430 2026.01.02 05:12:42.067923 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1288 2026.01.02 05:12:42.071433 [ 243 ] {} system.query_log (dd3f3490-5765-4d2a-9406-0e239d3e9a13): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:12:42.071524 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. 2026.01.02 05:12:42.073316 [ 243 ] {} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2026.01.02 05:12:42.073725 [ 243 ] {} system.query_log (dd3f3490-5765-4d2a-9406-0e239d3e9a13): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:12:42.074261 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1288 2026.01.02 05:12:43.570976 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:12:43.571190 [ 270 ] {dd5c6b3b-8aa7-4a29-86dd-d2eb16cf964c} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.02 05:12:43.571257 [ 270 ] {dd5c6b3b-8aa7-4a29-86dd-d2eb16cf964c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.02 05:12:43.571982 [ 270 ] {dd5c6b3b-8aa7-4a29-86dd-d2eb16cf964c} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:12:43.572032 [ 270 ] {dd5c6b3b-8aa7-4a29-86dd-d2eb16cf964c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. 2026.01.02 05:12:43.572438 [ 270 ] {dd5c6b3b-8aa7-4a29-86dd-d2eb16cf964c} MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) 2026.01.02 05:12:43.572668 [ 270 ] {dd5c6b3b-8aa7-4a29-86dd-d2eb16cf964c} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:12:43.572821 [ 270 ] {dd5c6b3b-8aa7-4a29-86dd-d2eb16cf964c} executeQuery: Read 136 rows, 12.08 KiB in 0.001686 sec., 80664.29418742585 rows/sec., 6.99 MiB/sec. 2026.01.02 05:12:43.572865 [ 270 ] {dd5c6b3b-8aa7-4a29-86dd-d2eb16cf964c} TCPHandler: Processed in 0.002028714 sec. 2026.01.02 05:12:43.572985 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:12:43.573080 [ 270 ] {656a0be9-ffe8-4e80-89c5-cb9114299722} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.02 05:12:43.573122 [ 270 ] {656a0be9-ffe8-4e80-89c5-cb9114299722} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.02 05:12:43.573533 [ 270 ] {656a0be9-ffe8-4e80-89c5-cb9114299722} oximeter.fields_u16 (75d7a870-5da0-445d-b2e0-ec90b5ea7788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:12:43.573571 [ 270 ] {656a0be9-ffe8-4e80-89c5-cb9114299722} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. 2026.01.02 05:12:43.573880 [ 270 ] {656a0be9-ffe8-4e80-89c5-cb9114299722} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2026.01.02 05:12:43.574088 [ 270 ] {656a0be9-ffe8-4e80-89c5-cb9114299722} oximeter.fields_u16 (75d7a870-5da0-445d-b2e0-ec90b5ea7788): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:12:43.574209 [ 118 ] {} oximeter.fields_u16 (75d7a870-5da0-445d-b2e0-ec90b5ea7788) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2026.01.02 05:12:43.574218 [ 270 ] {656a0be9-ffe8-4e80-89c5-cb9114299722} executeQuery: Read 40 rows, 3.01 KiB in 0.001156 sec., 34602.07612456748 rows/sec., 2.54 MiB/sec. 2026.01.02 05:12:43.574280 [ 118 ] {} oximeter.fields_u16 (75d7a870-5da0-445d-b2e0-ec90b5ea7788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:12:43.574298 [ 270 ] {656a0be9-ffe8-4e80-89c5-cb9114299722} TCPHandler: Processed in 0.001361592 sec. 2026.01.02 05:12:43.574307 [ 118 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. 2026.01.02 05:12:43.574417 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:12:43.574444 [ 199 ] {75d7a870-5da0-445d-b2e0-ec90b5ea7788::all_1_56_11} MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full 2026.01.02 05:12:43.574515 [ 270 ] {60b13a4d-d25b-4f3a-bd49-5cf7c67f2350} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.02 05:12:43.574562 [ 270 ] {60b13a4d-d25b-4f3a-bd49-5cf7c67f2350} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.02 05:12:43.574595 [ 199 ] {75d7a870-5da0-445d-b2e0-ec90b5ea7788::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.02 05:12:43.574635 [ 199 ] {75d7a870-5da0-445d-b2e0-ec90b5ea7788::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 277 rows starting from the beginning of the part 2026.01.02 05:12:43.574704 [ 199 ] {75d7a870-5da0-445d-b2e0-ec90b5ea7788::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 40 rows starting from the beginning of the part 2026.01.02 05:12:43.574752 [ 199 ] {75d7a870-5da0-445d-b2e0-ec90b5ea7788::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 44 rows starting from the beginning of the part 2026.01.02 05:12:43.574836 [ 199 ] {75d7a870-5da0-445d-b2e0-ec90b5ea7788::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 40 rows starting from the beginning of the part 2026.01.02 05:12:43.574885 [ 199 ] {75d7a870-5da0-445d-b2e0-ec90b5ea7788::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 14 rows starting from the beginning of the part 2026.01.02 05:12:43.574931 [ 199 ] {75d7a870-5da0-445d-b2e0-ec90b5ea7788::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 40 rows starting from the beginning of the part 2026.01.02 05:12:43.575035 [ 270 ] {60b13a4d-d25b-4f3a-bd49-5cf7c67f2350} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:12:43.575079 [ 270 ] {60b13a4d-d25b-4f3a-bd49-5cf7c67f2350} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. 2026.01.02 05:12:43.575406 [ 270 ] {60b13a4d-d25b-4f3a-bd49-5cf7c67f2350} MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) 2026.01.02 05:12:43.575642 [ 270 ] {60b13a4d-d25b-4f3a-bd49-5cf7c67f2350} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:12:43.575774 [ 270 ] {60b13a4d-d25b-4f3a-bd49-5cf7c67f2350} executeQuery: Read 104 rows, 8.32 KiB in 0.001276 sec., 81504.70219435736 rows/sec., 6.37 MiB/sec. 2026.01.02 05:12:43.575813 [ 270 ] {60b13a4d-d25b-4f3a-bd49-5cf7c67f2350} TCPHandler: Processed in 0.001446754 sec. 2026.01.02 05:12:43.575830 [ 196 ] {75d7a870-5da0-445d-b2e0-ec90b5ea7788::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 455 rows, containing 5 columns (5 merged, 0 gathered) in 0.001444914 sec., 314897.6340460401 rows/sec., 22.22 MiB/sec. 2026.01.02 05:12:43.575928 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:12:43.575994 [ 199 ] {75d7a870-5da0-445d-b2e0-ec90b5ea7788::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2026.01.02 05:12:43.576026 [ 270 ] {ac46ba53-56d5-41a3-a87d-51deffb9393e} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.02 05:12:43.576075 [ 270 ] {ac46ba53-56d5-41a3-a87d-51deffb9393e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.02 05:12:43.576249 [ 199 ] {75d7a870-5da0-445d-b2e0-ec90b5ea7788::all_1_56_11} oximeter.fields_u16 (75d7a870-5da0-445d-b2e0-ec90b5ea7788): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:12:43.576328 [ 199 ] {75d7a870-5da0-445d-b2e0-ec90b5ea7788::all_1_56_11} oximeter.fields_u16 (75d7a870-5da0-445d-b2e0-ec90b5ea7788) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2026.01.02 05:12:43.576412 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. 2026.01.02 05:12:43.576516 [ 270 ] {ac46ba53-56d5-41a3-a87d-51deffb9393e} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:12:43.576558 [ 270 ] {ac46ba53-56d5-41a3-a87d-51deffb9393e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. 2026.01.02 05:12:43.576887 [ 270 ] {ac46ba53-56d5-41a3-a87d-51deffb9393e} MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) 2026.01.02 05:12:43.577090 [ 270 ] {ac46ba53-56d5-41a3-a87d-51deffb9393e} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:12:43.577206 [ 118 ] {} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 2026.01.02 05:12:43.577218 [ 270 ] {ac46ba53-56d5-41a3-a87d-51deffb9393e} executeQuery: Read 160 rows, 11.41 KiB in 0.00121 sec., 132231.40495867768 rows/sec., 9.21 MiB/sec. 2026.01.02 05:12:43.577245 [ 118 ] {} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:12:43.577265 [ 270 ] {ac46ba53-56d5-41a3-a87d-51deffb9393e} TCPHandler: Processed in 0.001387083 sec. 2026.01.02 05:12:43.577270 [ 118 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. 2026.01.02 05:12:43.577367 [ 197 ] {935760ec-14c4-43f9-bf0f-f949cce05eda::all_1_81_16} MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full 2026.01.02 05:12:43.577381 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:12:43.577467 [ 197 ] {935760ec-14c4-43f9-bf0f-f949cce05eda::all_1_81_16} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.02 05:12:43.577483 [ 270 ] {3220058d-a0a9-4506-af80-9d216190149e} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.02 05:12:43.577496 [ 197 ] {935760ec-14c4-43f9-bf0f-f949cce05eda::all_1_81_16} MergeTreeSequentialSource: Reading 4 marks from part all_1_76_15, total 22683 rows starting from the beginning of the part 2026.01.02 05:12:43.577537 [ 270 ] {3220058d-a0a9-4506-af80-9d216190149e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.01.02 05:12:43.577555 [ 197 ] {935760ec-14c4-43f9-bf0f-f949cce05eda::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 162 rows starting from the beginning of the part 2026.01.02 05:12:43.577601 [ 197 ] {935760ec-14c4-43f9-bf0f-f949cce05eda::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 160 rows starting from the beginning of the part 2026.01.02 05:12:43.577643 [ 197 ] {935760ec-14c4-43f9-bf0f-f949cce05eda::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.01.02 05:12:43.577682 [ 197 ] {935760ec-14c4-43f9-bf0f-f949cce05eda::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 881 rows starting from the beginning of the part 2026.01.02 05:12:43.577724 [ 197 ] {935760ec-14c4-43f9-bf0f-f949cce05eda::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.01.02 05:12:43.578422 [ 270 ] {3220058d-a0a9-4506-af80-9d216190149e} oximeter.measurements_histogramu64 (1ea2d44b-9dfb-4731-8ee2-8779179f369b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:12:43.578458 [ 270 ] {3220058d-a0a9-4506-af80-9d216190149e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. 2026.01.02 05:12:43.579020 [ 270 ] {3220058d-a0a9-4506-af80-9d216190149e} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2026.01.02 05:12:43.579236 [ 270 ] {3220058d-a0a9-4506-af80-9d216190149e} oximeter.measurements_histogramu64 (1ea2d44b-9dfb-4731-8ee2-8779179f369b): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:12:43.579373 [ 270 ] {3220058d-a0a9-4506-af80-9d216190149e} executeQuery: Read 40 rows, 73.40 KiB in 0.001908 sec., 20964.3605870021 rows/sec., 37.57 MiB/sec. 2026.01.02 05:12:43.579428 [ 270 ] {3220058d-a0a9-4506-af80-9d216190149e} TCPHandler: Processed in 0.002095595 sec. 2026.01.02 05:12:43.579536 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:12:43.579631 [ 270 ] {37ed4878-de9f-45f1-bf04-0e971aab57a7} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.02 05:12:43.579673 [ 270 ] {37ed4878-de9f-45f1-bf04-0e971aab57a7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.02 05:12:43.580005 [ 270 ] {37ed4878-de9f-45f1-bf04-0e971aab57a7} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:12:43.580043 [ 270 ] {37ed4878-de9f-45f1-bf04-0e971aab57a7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. 2026.01.02 05:12:43.580359 [ 270 ] {37ed4878-de9f-45f1-bf04-0e971aab57a7} MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) 2026.01.02 05:12:43.580570 [ 270 ] {37ed4878-de9f-45f1-bf04-0e971aab57a7} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:12:43.580699 [ 270 ] {37ed4878-de9f-45f1-bf04-0e971aab57a7} executeQuery: Read 60 rows, 4.14 KiB in 0.001086 sec., 55248.61878453039 rows/sec., 3.72 MiB/sec. 2026.01.02 05:12:43.580734 [ 270 ] {37ed4878-de9f-45f1-bf04-0e971aab57a7} TCPHandler: Processed in 0.001247451 sec. 2026.01.02 05:12:43.582601 [ 199 ] {935760ec-14c4-43f9-bf0f-f949cce05eda::all_1_81_16} MergeTask::MergeProjectionsStage: Merge sorted 24206 rows, containing 5 columns (5 merged, 0 gathered) in 0.005270728 sec., 4592534.465827112 rows/sec., 314.27 MiB/sec. 2026.01.02 05:12:43.583185 [ 196 ] {935760ec-14c4-43f9-bf0f-f949cce05eda::all_1_81_16} MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) 2026.01.02 05:12:43.583495 [ 196 ] {935760ec-14c4-43f9-bf0f-f949cce05eda::all_1_81_16} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:12:43.583580 [ 196 ] {935760ec-14c4-43f9-bf0f-f949cce05eda::all_1_81_16} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 2026.01.02 05:12:43.583679 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.34 MiB. 2026.01.02 05:12:46.780375 [ 114 ] {} DNSResolver: Updating DNS cache 2026.01.02 05:12:46.780426 [ 114 ] {} DNSResolver: Updated DNS cache 2026.01.02 05:12:46.984798 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 27865 2026.01.02 05:12:46.985650 [ 245 ] {} system.asynchronous_metric_log (bb53ce5c-bddd-4105-a5af-ef87950cd4f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:12:46.985695 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. 2026.01.02 05:12:46.986215 [ 245 ] {} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2026.01.02 05:12:46.986467 [ 245 ] {} system.asynchronous_metric_log (bb53ce5c-bddd-4105-a5af-ef87950cd4f3): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:12:46.986625 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 27865 2026.01.02 05:12:48.523888 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 437 2026.01.02 05:12:48.539976 [ 244 ] {} system.metric_log (a59fffb9-cc3a-4586-97e5-9d20b67a7356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:12:48.540029 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. 2026.01.02 05:12:48.546079 [ 244 ] {} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2026.01.02 05:12:48.546751 [ 244 ] {} system.metric_log (a59fffb9-cc3a-4586-97e5-9d20b67a7356): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:12:48.549702 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 437 2026.01.02 05:12:48.569102 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:12:48.569382 [ 270 ] {15566a17-60e8-49ab-8e5c-4d01037624c4} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.02 05:12:48.569459 [ 270 ] {15566a17-60e8-49ab-8e5c-4d01037624c4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.02 05:12:48.570173 [ 270 ] {15566a17-60e8-49ab-8e5c-4d01037624c4} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:12:48.570220 [ 270 ] {15566a17-60e8-49ab-8e5c-4d01037624c4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. 2026.01.02 05:12:48.570608 [ 270 ] {15566a17-60e8-49ab-8e5c-4d01037624c4} MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) 2026.01.02 05:12:48.570828 [ 270 ] {15566a17-60e8-49ab-8e5c-4d01037624c4} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:12:48.570984 [ 270 ] {15566a17-60e8-49ab-8e5c-4d01037624c4} executeQuery: Read 56 rows, 4.41 KiB in 0.00168 sec., 33333.33333333333 rows/sec., 2.56 MiB/sec. 2026.01.02 05:12:48.571025 [ 270 ] {15566a17-60e8-49ab-8e5c-4d01037624c4} TCPHandler: Processed in 0.002131225 sec. 2026.01.02 05:12:48.571148 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:12:48.571241 [ 270 ] {4d1e6eed-52d6-4782-b415-3f0db97ef2a3} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.02 05:12:48.571280 [ 270 ] {4d1e6eed-52d6-4782-b415-3f0db97ef2a3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.02 05:12:48.571719 [ 270 ] {4d1e6eed-52d6-4782-b415-3f0db97ef2a3} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:12:48.571755 [ 270 ] {4d1e6eed-52d6-4782-b415-3f0db97ef2a3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. 2026.01.02 05:12:48.572053 [ 270 ] {4d1e6eed-52d6-4782-b415-3f0db97ef2a3} MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) 2026.01.02 05:12:48.572266 [ 270 ] {4d1e6eed-52d6-4782-b415-3f0db97ef2a3} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:12:48.572390 [ 270 ] {4d1e6eed-52d6-4782-b415-3f0db97ef2a3} executeQuery: Read 64 rows, 5.12 KiB in 0.001168 sec., 54794.520547945205 rows/sec., 4.28 MiB/sec. 2026.01.02 05:12:48.572426 [ 270 ] {4d1e6eed-52d6-4782-b415-3f0db97ef2a3} TCPHandler: Processed in 0.001329803 sec. 2026.01.02 05:12:48.572536 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:12:48.572627 [ 270 ] {a2916748-79a5-40b1-9df3-cb9659ac83a0} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.02 05:12:48.572670 [ 270 ] {a2916748-79a5-40b1-9df3-cb9659ac83a0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.02 05:12:48.573097 [ 270 ] {a2916748-79a5-40b1-9df3-cb9659ac83a0} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:12:48.573131 [ 270 ] {a2916748-79a5-40b1-9df3-cb9659ac83a0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. 2026.01.02 05:12:48.573453 [ 270 ] {a2916748-79a5-40b1-9df3-cb9659ac83a0} MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) 2026.01.02 05:12:48.573660 [ 270 ] {a2916748-79a5-40b1-9df3-cb9659ac83a0} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:12:48.573784 [ 270 ] {a2916748-79a5-40b1-9df3-cb9659ac83a0} executeQuery: Read 160 rows, 11.41 KiB in 0.001175 sec., 136170.21276595743 rows/sec., 9.48 MiB/sec. 2026.01.02 05:12:48.573819 [ 270 ] {a2916748-79a5-40b1-9df3-cb9659ac83a0} TCPHandler: Processed in 0.001330392 sec. 2026.01.02 05:12:48.573927 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:12:48.574020 [ 270 ] {1af0401b-aa88-4d3a-aaf7-78e03e02ef84} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.02 05:12:48.574061 [ 270 ] {1af0401b-aa88-4d3a-aaf7-78e03e02ef84} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.02 05:12:48.574387 [ 270 ] {1af0401b-aa88-4d3a-aaf7-78e03e02ef84} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:12:48.574421 [ 270 ] {1af0401b-aa88-4d3a-aaf7-78e03e02ef84} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. 2026.01.02 05:12:48.574717 [ 270 ] {1af0401b-aa88-4d3a-aaf7-78e03e02ef84} MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) 2026.01.02 05:12:48.574915 [ 270 ] {1af0401b-aa88-4d3a-aaf7-78e03e02ef84} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:12:48.575020 [ 112 ] {} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 2026.01.02 05:12:48.575038 [ 270 ] {1af0401b-aa88-4d3a-aaf7-78e03e02ef84} executeQuery: Read 60 rows, 4.14 KiB in 0.001035 sec., 57971.01449275363 rows/sec., 3.91 MiB/sec. 2026.01.02 05:12:48.575066 [ 112 ] {} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:12:48.575083 [ 270 ] {1af0401b-aa88-4d3a-aaf7-78e03e02ef84} TCPHandler: Processed in 0.00120416 sec. 2026.01.02 05:12:48.575090 [ 112 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. 2026.01.02 05:12:48.575221 [ 199 ] {45294a01-6668-46b2-a532-60faf64b8164::all_1_81_16} MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full 2026.01.02 05:12:48.575376 [ 199 ] {45294a01-6668-46b2-a532-60faf64b8164::all_1_81_16} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.02 05:12:48.575411 [ 199 ] {45294a01-6668-46b2-a532-60faf64b8164::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 4434 rows starting from the beginning of the part 2026.01.02 05:12:48.575474 [ 199 ] {45294a01-6668-46b2-a532-60faf64b8164::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 60 rows starting from the beginning of the part 2026.01.02 05:12:48.575518 [ 199 ] {45294a01-6668-46b2-a532-60faf64b8164::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 60 rows starting from the beginning of the part 2026.01.02 05:12:48.575557 [ 199 ] {45294a01-6668-46b2-a532-60faf64b8164::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 60 rows starting from the beginning of the part 2026.01.02 05:12:48.575600 [ 199 ] {45294a01-6668-46b2-a532-60faf64b8164::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 60 rows starting from the beginning of the part 2026.01.02 05:12:48.575638 [ 199 ] {45294a01-6668-46b2-a532-60faf64b8164::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 60 rows starting from the beginning of the part 2026.01.02 05:12:48.577192 [ 196 ] {45294a01-6668-46b2-a532-60faf64b8164::all_1_81_16} MergeTask::MergeProjectionsStage: Merge sorted 4734 rows, containing 4 columns (4 merged, 0 gathered) in 0.002031594 sec., 2330189.988747752 rows/sec., 155.15 MiB/sec. 2026.01.02 05:12:48.577592 [ 201 ] {45294a01-6668-46b2-a532-60faf64b8164::all_1_81_16} MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) 2026.01.02 05:12:48.577910 [ 201 ] {45294a01-6668-46b2-a532-60faf64b8164::all_1_81_16} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:12:48.577986 [ 201 ] {45294a01-6668-46b2-a532-60faf64b8164::all_1_81_16} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 2026.01.02 05:12:48.578086 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.10 MiB. 2026.01.02 05:12:52.074540 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1308 2026.01.02 05:12:52.076887 [ 243 ] {} system.query_log (dd3f3490-5765-4d2a-9406-0e239d3e9a13): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:12:52.076940 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. 2026.01.02 05:12:52.078152 [ 243 ] {} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2026.01.02 05:12:52.078443 [ 243 ] {} system.query_log (dd3f3490-5765-4d2a-9406-0e239d3e9a13): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:12:52.078716 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1308 2026.01.02 05:12:53.570198 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:12:53.570490 [ 270 ] {a0f01f19-5a55-4b7a-90c4-68106a564835} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.01.02 05:12:53.570567 [ 270 ] {a0f01f19-5a55-4b7a-90c4-68106a564835} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.01.02 05:12:53.571345 [ 270 ] {a0f01f19-5a55-4b7a-90c4-68106a564835} oximeter.fields_ipaddr (645cdd3d-4969-40ee-99e7-272b8c981424): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:12:53.571509 [ 270 ] {a0f01f19-5a55-4b7a-90c4-68106a564835} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. 2026.01.02 05:12:53.571913 [ 270 ] {a0f01f19-5a55-4b7a-90c4-68106a564835} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.01.02 05:12:53.572171 [ 270 ] {a0f01f19-5a55-4b7a-90c4-68106a564835} oximeter.fields_ipaddr (645cdd3d-4969-40ee-99e7-272b8c981424): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:12:53.572324 [ 270 ] {a0f01f19-5a55-4b7a-90c4-68106a564835} executeQuery: Read 10 rows, 835.00 B in 0.001857 sec., 5385.029617662897 rows/sec., 439.11 KiB/sec. 2026.01.02 05:12:53.572369 [ 270 ] {a0f01f19-5a55-4b7a-90c4-68106a564835} TCPHandler: Processed in 0.002320529 sec. 2026.01.02 05:12:53.572489 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:12:53.572585 [ 270 ] {9d1e16bd-c7be-4fc8-a153-539adac5e30f} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.02 05:12:53.572625 [ 270 ] {9d1e16bd-c7be-4fc8-a153-539adac5e30f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.02 05:12:53.573241 [ 270 ] {9d1e16bd-c7be-4fc8-a153-539adac5e30f} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:12:53.573278 [ 270 ] {9d1e16bd-c7be-4fc8-a153-539adac5e30f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. 2026.01.02 05:12:53.573621 [ 270 ] {9d1e16bd-c7be-4fc8-a153-539adac5e30f} MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) 2026.01.02 05:12:53.573855 [ 270 ] {9d1e16bd-c7be-4fc8-a153-539adac5e30f} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:12:53.573987 [ 270 ] {9d1e16bd-c7be-4fc8-a153-539adac5e30f} executeQuery: Read 142 rows, 12.54 KiB in 0.001421 sec., 99929.62702322309 rows/sec., 8.62 MiB/sec. 2026.01.02 05:12:53.574027 [ 270 ] {9d1e16bd-c7be-4fc8-a153-539adac5e30f} TCPHandler: Processed in 0.001587206 sec. 2026.01.02 05:12:53.574128 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:12:53.574221 [ 270 ] {b54095cb-920f-4180-8d15-86c6b22a6558} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.02 05:12:53.574261 [ 270 ] {b54095cb-920f-4180-8d15-86c6b22a6558} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.02 05:12:53.574674 [ 270 ] {b54095cb-920f-4180-8d15-86c6b22a6558} oximeter.fields_u16 (75d7a870-5da0-445d-b2e0-ec90b5ea7788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:12:53.574711 [ 270 ] {b54095cb-920f-4180-8d15-86c6b22a6558} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. 2026.01.02 05:12:53.575025 [ 270 ] {b54095cb-920f-4180-8d15-86c6b22a6558} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2026.01.02 05:12:53.575243 [ 270 ] {b54095cb-920f-4180-8d15-86c6b22a6558} oximeter.fields_u16 (75d7a870-5da0-445d-b2e0-ec90b5ea7788): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:12:53.575372 [ 270 ] {b54095cb-920f-4180-8d15-86c6b22a6558} executeQuery: Read 50 rows, 3.71 KiB in 0.001169 sec., 42771.59965782721 rows/sec., 3.10 MiB/sec. 2026.01.02 05:12:53.575411 [ 270 ] {b54095cb-920f-4180-8d15-86c6b22a6558} TCPHandler: Processed in 0.001332963 sec. 2026.01.02 05:12:53.575509 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:12:53.575602 [ 270 ] {77023d2d-aa48-4b15-91e6-89ff0f1dbb21} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.02 05:12:53.575643 [ 270 ] {77023d2d-aa48-4b15-91e6-89ff0f1dbb21} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.02 05:12:53.576020 [ 270 ] {77023d2d-aa48-4b15-91e6-89ff0f1dbb21} oximeter.fields_u32 (1310015a-3be0-40ba-9fec-1b5eb4ed9f75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:12:53.576057 [ 270 ] {77023d2d-aa48-4b15-91e6-89ff0f1dbb21} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. 2026.01.02 05:12:53.576353 [ 270 ] {77023d2d-aa48-4b15-91e6-89ff0f1dbb21} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.01.02 05:12:53.576574 [ 270 ] {77023d2d-aa48-4b15-91e6-89ff0f1dbb21} oximeter.fields_u32 (1310015a-3be0-40ba-9fec-1b5eb4ed9f75): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:12:53.576702 [ 270 ] {77023d2d-aa48-4b15-91e6-89ff0f1dbb21} executeQuery: Read 1 rows, 68.00 B in 0.001118 sec., 894.4543828264758 rows/sec., 59.40 KiB/sec. 2026.01.02 05:12:53.576741 [ 270 ] {77023d2d-aa48-4b15-91e6-89ff0f1dbb21} TCPHandler: Processed in 0.001281192 sec. 2026.01.02 05:12:53.576855 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:12:53.576973 [ 270 ] {58246129-14c6-47e8-8326-8cf7979bacb9} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.02 05:12:53.577020 [ 270 ] {58246129-14c6-47e8-8326-8cf7979bacb9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.02 05:12:53.577529 [ 270 ] {58246129-14c6-47e8-8326-8cf7979bacb9} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:12:53.577564 [ 270 ] {58246129-14c6-47e8-8326-8cf7979bacb9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. 2026.01.02 05:12:53.577878 [ 270 ] {58246129-14c6-47e8-8326-8cf7979bacb9} MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) 2026.01.02 05:12:53.578094 [ 270 ] {58246129-14c6-47e8-8326-8cf7979bacb9} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:12:53.578221 [ 270 ] {58246129-14c6-47e8-8326-8cf7979bacb9} executeQuery: Read 114 rows, 9.13 KiB in 0.001272 sec., 89622.64150943398 rows/sec., 7.01 MiB/sec. 2026.01.02 05:12:53.578259 [ 270 ] {58246129-14c6-47e8-8326-8cf7979bacb9} TCPHandler: Processed in 0.001463544 sec. 2026.01.02 05:12:53.578361 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:12:53.578453 [ 270 ] {57646532-816f-40fc-a233-982922f368f5} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.02 05:12:53.578495 [ 270 ] {57646532-816f-40fc-a233-982922f368f5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.02 05:12:53.578890 [ 270 ] {57646532-816f-40fc-a233-982922f368f5} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:12:53.578925 [ 270 ] {57646532-816f-40fc-a233-982922f368f5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. 2026.01.02 05:12:53.579244 [ 270 ] {57646532-816f-40fc-a233-982922f368f5} MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) 2026.01.02 05:12:53.579449 [ 270 ] {57646532-816f-40fc-a233-982922f368f5} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:12:53.579574 [ 270 ] {57646532-816f-40fc-a233-982922f368f5} executeQuery: Read 165 rows, 11.76 KiB in 0.001139 sec., 144863.91571553994 rows/sec., 10.09 MiB/sec. 2026.01.02 05:12:53.579610 [ 270 ] {57646532-816f-40fc-a233-982922f368f5} TCPHandler: Processed in 0.001296292 sec. 2026.01.02 05:12:53.579712 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:12:53.579802 [ 270 ] {12993bb1-ba48-4794-be7b-f55eafbf9690} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.01.02 05:12:53.579842 [ 270 ] {12993bb1-ba48-4794-be7b-f55eafbf9690} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.01.02 05:12:53.580140 [ 270 ] {12993bb1-ba48-4794-be7b-f55eafbf9690} oximeter.measurements_f64 (aa9bbb3a-da62-4075-81f6-d05edd62a94a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:12:53.580174 [ 270 ] {12993bb1-ba48-4794-be7b-f55eafbf9690} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. 2026.01.02 05:12:53.580459 [ 270 ] {12993bb1-ba48-4794-be7b-f55eafbf9690} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.01.02 05:12:53.580663 [ 270 ] {12993bb1-ba48-4794-be7b-f55eafbf9690} oximeter.measurements_f64 (aa9bbb3a-da62-4075-81f6-d05edd62a94a): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:12:53.580782 [ 270 ] {12993bb1-ba48-4794-be7b-f55eafbf9690} executeQuery: Read 1 rows, 65.00 B in 0.000997 sec., 1003.0090270812436 rows/sec., 63.67 KiB/sec. 2026.01.02 05:12:53.580817 [ 270 ] {12993bb1-ba48-4794-be7b-f55eafbf9690} TCPHandler: Processed in 0.001152839 sec. 2026.01.02 05:12:53.580935 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:12:53.581060 [ 270 ] {893b78ae-7720-4436-8706-27bef2c8580f} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.02 05:12:53.581127 [ 270 ] {893b78ae-7720-4436-8706-27bef2c8580f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.01.02 05:12:53.582075 [ 270 ] {893b78ae-7720-4436-8706-27bef2c8580f} oximeter.measurements_histogramu64 (1ea2d44b-9dfb-4731-8ee2-8779179f369b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:12:53.582115 [ 270 ] {893b78ae-7720-4436-8706-27bef2c8580f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. 2026.01.02 05:12:53.582701 [ 270 ] {893b78ae-7720-4436-8706-27bef2c8580f} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2026.01.02 05:12:53.582924 [ 270 ] {893b78ae-7720-4436-8706-27bef2c8580f} oximeter.measurements_histogramu64 (1ea2d44b-9dfb-4731-8ee2-8779179f369b): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:12:53.583064 [ 270 ] {893b78ae-7720-4436-8706-27bef2c8580f} executeQuery: Read 40 rows, 73.40 KiB in 0.00203 sec., 19704.433497536946 rows/sec., 35.31 MiB/sec. 2026.01.02 05:12:53.583119 [ 270 ] {893b78ae-7720-4436-8706-27bef2c8580f} TCPHandler: Processed in 0.002246328 sec. 2026.01.02 05:12:53.583228 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:12:53.583323 [ 270 ] {7f2e158d-02b1-400c-8f93-01cfe3630787} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.02 05:12:53.583365 [ 270 ] {7f2e158d-02b1-400c-8f93-01cfe3630787} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.02 05:12:53.583698 [ 270 ] {7f2e158d-02b1-400c-8f93-01cfe3630787} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:12:53.583736 [ 270 ] {7f2e158d-02b1-400c-8f93-01cfe3630787} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. 2026.01.02 05:12:53.584058 [ 270 ] {7f2e158d-02b1-400c-8f93-01cfe3630787} MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) 2026.01.02 05:12:53.584265 [ 270 ] {7f2e158d-02b1-400c-8f93-01cfe3630787} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:12:53.584393 [ 270 ] {7f2e158d-02b1-400c-8f93-01cfe3630787} executeQuery: Read 60 rows, 4.14 KiB in 0.001089 sec., 55096.418732782375 rows/sec., 3.71 MiB/sec. 2026.01.02 05:12:53.584430 [ 270 ] {7f2e158d-02b1-400c-8f93-01cfe3630787} TCPHandler: Processed in 0.00125257 sec. 2026.01.02 05:12:54.486881 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 28377 2026.01.02 05:12:54.487694 [ 245 ] {} system.asynchronous_metric_log (bb53ce5c-bddd-4105-a5af-ef87950cd4f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:12:54.487745 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. 2026.01.02 05:12:54.488273 [ 245 ] {} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2026.01.02 05:12:54.488520 [ 245 ] {} system.asynchronous_metric_log (bb53ce5c-bddd-4105-a5af-ef87950cd4f3): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:12:54.488669 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 28377 2026.01.02 05:12:56.049847 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 445 2026.01.02 05:12:56.066448 [ 244 ] {} system.metric_log (a59fffb9-cc3a-4586-97e5-9d20b67a7356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:12:56.066498 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. 2026.01.02 05:12:56.072562 [ 244 ] {} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2026.01.02 05:12:56.073283 [ 244 ] {} system.metric_log (a59fffb9-cc3a-4586-97e5-9d20b67a7356): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:12:56.075911 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 445 2026.01.02 05:12:58.569426 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:12:58.569734 [ 270 ] {1e7c1353-0c37-4a8c-a5b4-a33fabb5b38e} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.02 05:12:58.569821 [ 270 ] {1e7c1353-0c37-4a8c-a5b4-a33fabb5b38e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.02 05:12:58.570658 [ 270 ] {1e7c1353-0c37-4a8c-a5b4-a33fabb5b38e} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:12:58.570703 [ 270 ] {1e7c1353-0c37-4a8c-a5b4-a33fabb5b38e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. 2026.01.02 05:12:58.571100 [ 270 ] {1e7c1353-0c37-4a8c-a5b4-a33fabb5b38e} MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) 2026.01.02 05:12:58.571320 [ 270 ] {1e7c1353-0c37-4a8c-a5b4-a33fabb5b38e} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:12:58.571479 [ 270 ] {1e7c1353-0c37-4a8c-a5b4-a33fabb5b38e} executeQuery: Read 56 rows, 4.41 KiB in 0.001823 sec., 30718.595721338454 rows/sec., 2.36 MiB/sec. 2026.01.02 05:12:58.571522 [ 270 ] {1e7c1353-0c37-4a8c-a5b4-a33fabb5b38e} TCPHandler: Processed in 0.002279549 sec. 2026.01.02 05:12:58.571646 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:12:58.571743 [ 270 ] {b6b8a325-2bff-444e-be9a-d80c742fb4b1} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.02 05:12:58.571789 [ 270 ] {b6b8a325-2bff-444e-be9a-d80c742fb4b1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.02 05:12:58.572312 [ 270 ] {b6b8a325-2bff-444e-be9a-d80c742fb4b1} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:12:58.572350 [ 270 ] {b6b8a325-2bff-444e-be9a-d80c742fb4b1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. 2026.01.02 05:12:58.572662 [ 270 ] {b6b8a325-2bff-444e-be9a-d80c742fb4b1} MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) 2026.01.02 05:12:58.572873 [ 270 ] {b6b8a325-2bff-444e-be9a-d80c742fb4b1} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:12:58.573005 [ 270 ] {b6b8a325-2bff-444e-be9a-d80c742fb4b1} executeQuery: Read 64 rows, 5.12 KiB in 0.001283 sec., 49883.086515978175 rows/sec., 3.89 MiB/sec. 2026.01.02 05:12:58.573044 [ 270 ] {b6b8a325-2bff-444e-be9a-d80c742fb4b1} TCPHandler: Processed in 0.001446104 sec. 2026.01.02 05:12:58.573160 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:12:58.573256 [ 270 ] {d13985e6-a76c-4233-bb4c-d4692e2f66a8} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.02 05:12:58.573299 [ 270 ] {d13985e6-a76c-4233-bb4c-d4692e2f66a8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.02 05:12:58.573764 [ 270 ] {d13985e6-a76c-4233-bb4c-d4692e2f66a8} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:12:58.573801 [ 270 ] {d13985e6-a76c-4233-bb4c-d4692e2f66a8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. 2026.01.02 05:12:58.574132 [ 270 ] {d13985e6-a76c-4233-bb4c-d4692e2f66a8} MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) 2026.01.02 05:12:58.574335 [ 270 ] {d13985e6-a76c-4233-bb4c-d4692e2f66a8} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:12:58.574464 [ 270 ] {d13985e6-a76c-4233-bb4c-d4692e2f66a8} executeQuery: Read 160 rows, 11.41 KiB in 0.001227 sec., 130399.34800325998 rows/sec., 9.08 MiB/sec. 2026.01.02 05:12:58.574501 [ 270 ] {d13985e6-a76c-4233-bb4c-d4692e2f66a8} TCPHandler: Processed in 0.001389153 sec. 2026.01.02 05:12:58.574622 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:12:58.574716 [ 270 ] {87c8c654-7b00-4409-b3fa-50d99c643bfe} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.02 05:12:58.574757 [ 270 ] {87c8c654-7b00-4409-b3fa-50d99c643bfe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.02 05:12:58.575115 [ 270 ] {87c8c654-7b00-4409-b3fa-50d99c643bfe} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:12:58.575150 [ 270 ] {87c8c654-7b00-4409-b3fa-50d99c643bfe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. 2026.01.02 05:12:58.575442 [ 270 ] {87c8c654-7b00-4409-b3fa-50d99c643bfe} MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) 2026.01.02 05:12:58.575648 [ 270 ] {87c8c654-7b00-4409-b3fa-50d99c643bfe} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:12:58.575773 [ 270 ] {87c8c654-7b00-4409-b3fa-50d99c643bfe} executeQuery: Read 60 rows, 4.14 KiB in 0.001076 sec., 55762.081784386624 rows/sec., 3.76 MiB/sec. 2026.01.02 05:12:58.575810 [ 270 ] {87c8c654-7b00-4409-b3fa-50d99c643bfe} TCPHandler: Processed in 0.00123735 sec. 2026.01.02 05:13:01.780462 [ 96 ] {} DNSResolver: Updating DNS cache 2026.01.02 05:13:01.780510 [ 96 ] {} DNSResolver: Updated DNS cache 2026.01.02 05:13:01.988954 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 28825 2026.01.02 05:13:01.989480 [ 245 ] {} system.asynchronous_metric_log (bb53ce5c-bddd-4105-a5af-ef87950cd4f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:13:01.989530 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. 2026.01.02 05:13:01.990040 [ 245 ] {} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2026.01.02 05:13:01.990288 [ 245 ] {} system.asynchronous_metric_log (bb53ce5c-bddd-4105-a5af-ef87950cd4f3): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:13:01.990449 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 28825 2026.01.02 05:13:02.079028 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 1334 2026.01.02 05:13:02.081340 [ 243 ] {} system.query_log (dd3f3490-5765-4d2a-9406-0e239d3e9a13): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:13:02.081385 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. 2026.01.02 05:13:02.082618 [ 243 ] {} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2026.01.02 05:13:02.082913 [ 243 ] {} system.query_log (dd3f3490-5765-4d2a-9406-0e239d3e9a13): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:13:02.083198 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1334 2026.01.02 05:13:03.571080 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:13:03.571304 [ 270 ] {10594f01-9041-4a15-850a-6855a992217f} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.02 05:13:03.571384 [ 270 ] {10594f01-9041-4a15-850a-6855a992217f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.02 05:13:03.572162 [ 270 ] {10594f01-9041-4a15-850a-6855a992217f} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:13:03.572214 [ 270 ] {10594f01-9041-4a15-850a-6855a992217f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2026.01.02 05:13:03.572642 [ 270 ] {10594f01-9041-4a15-850a-6855a992217f} MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) 2026.01.02 05:13:03.572895 [ 270 ] {10594f01-9041-4a15-850a-6855a992217f} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:13:03.573063 [ 270 ] {10594f01-9041-4a15-850a-6855a992217f} executeQuery: Read 136 rows, 12.08 KiB in 0.001815 sec., 74931.12947658403 rows/sec., 6.50 MiB/sec. 2026.01.02 05:13:03.573061 [ 94 ] {} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 2026.01.02 05:13:03.573116 [ 270 ] {10594f01-9041-4a15-850a-6855a992217f} TCPHandler: Processed in 0.002175277 sec. 2026.01.02 05:13:03.573140 [ 94 ] {} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:13:03.573171 [ 94 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2026.01.02 05:13:03.573243 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:13:03.573278 [ 190 ] {83d580c8-cdc4-4d78-bcce-488a9e56976e::all_1_86_17} MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full 2026.01.02 05:13:03.573355 [ 270 ] {cca741ea-0005-4f94-8295-ae433209b36a} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.02 05:13:03.573405 [ 270 ] {cca741ea-0005-4f94-8295-ae433209b36a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.02 05:13:03.573408 [ 190 ] {83d580c8-cdc4-4d78-bcce-488a9e56976e::all_1_86_17} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.02 05:13:03.573455 [ 190 ] {83d580c8-cdc4-4d78-bcce-488a9e56976e::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 2464 rows starting from the beginning of the part 2026.01.02 05:13:03.573525 [ 190 ] {83d580c8-cdc4-4d78-bcce-488a9e56976e::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 136 rows starting from the beginning of the part 2026.01.02 05:13:03.573575 [ 190 ] {83d580c8-cdc4-4d78-bcce-488a9e56976e::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 56 rows starting from the beginning of the part 2026.01.02 05:13:03.573621 [ 190 ] {83d580c8-cdc4-4d78-bcce-488a9e56976e::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 142 rows starting from the beginning of the part 2026.01.02 05:13:03.573665 [ 190 ] {83d580c8-cdc4-4d78-bcce-488a9e56976e::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 56 rows starting from the beginning of the part 2026.01.02 05:13:03.573708 [ 190 ] {83d580c8-cdc4-4d78-bcce-488a9e56976e::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 136 rows starting from the beginning of the part 2026.01.02 05:13:03.573838 [ 270 ] {cca741ea-0005-4f94-8295-ae433209b36a} oximeter.fields_u16 (75d7a870-5da0-445d-b2e0-ec90b5ea7788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:13:03.573890 [ 270 ] {cca741ea-0005-4f94-8295-ae433209b36a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2026.01.02 05:13:03.574250 [ 270 ] {cca741ea-0005-4f94-8295-ae433209b36a} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2026.01.02 05:13:03.574502 [ 270 ] {cca741ea-0005-4f94-8295-ae433209b36a} oximeter.fields_u16 (75d7a870-5da0-445d-b2e0-ec90b5ea7788): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:13:03.574650 [ 270 ] {cca741ea-0005-4f94-8295-ae433209b36a} executeQuery: Read 40 rows, 3.01 KiB in 0.00132 sec., 30303.030303030304 rows/sec., 2.23 MiB/sec. 2026.01.02 05:13:03.574692 [ 270 ] {cca741ea-0005-4f94-8295-ae433209b36a} TCPHandler: Processed in 0.001501245 sec. 2026.01.02 05:13:03.574798 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:13:03.574903 [ 270 ] {178ab3c2-8c43-4f61-a838-3d997095181c} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.02 05:13:03.574945 [ 270 ] {178ab3c2-8c43-4f61-a838-3d997095181c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.02 05:13:03.575030 [ 196 ] {83d580c8-cdc4-4d78-bcce-488a9e56976e::all_1_86_17} MergeTask::MergeProjectionsStage: Merge sorted 2990 rows, containing 5 columns (5 merged, 0 gathered) in 0.00179716 sec., 1663736.1169845758 rows/sec., 143.25 MiB/sec. 2026.01.02 05:13:03.575398 [ 200 ] {83d580c8-cdc4-4d78-bcce-488a9e56976e::all_1_86_17} MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) 2026.01.02 05:13:03.575453 [ 270 ] {178ab3c2-8c43-4f61-a838-3d997095181c} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:13:03.575504 [ 270 ] {178ab3c2-8c43-4f61-a838-3d997095181c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2026.01.02 05:13:03.575775 [ 200 ] {83d580c8-cdc4-4d78-bcce-488a9e56976e::all_1_86_17} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:13:03.575882 [ 200 ] {83d580c8-cdc4-4d78-bcce-488a9e56976e::all_1_86_17} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 2026.01.02 05:13:03.575939 [ 270 ] {178ab3c2-8c43-4f61-a838-3d997095181c} MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) 2026.01.02 05:13:03.575988 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.90 MiB. 2026.01.02 05:13:03.576146 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 452 2026.01.02 05:13:03.576192 [ 270 ] {178ab3c2-8c43-4f61-a838-3d997095181c} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:13:03.576317 [ 94 ] {} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 2026.01.02 05:13:03.576333 [ 270 ] {178ab3c2-8c43-4f61-a838-3d997095181c} executeQuery: Read 104 rows, 8.32 KiB in 0.00145 sec., 71724.1379310345 rows/sec., 5.60 MiB/sec. 2026.01.02 05:13:03.576354 [ 94 ] {} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:13:03.576380 [ 270 ] {178ab3c2-8c43-4f61-a838-3d997095181c} TCPHandler: Processed in 0.001632827 sec. 2026.01.02 05:13:03.576379 [ 94 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2026.01.02 05:13:03.576463 [ 190 ] {a2603088-a695-4667-9faf-2a4ce1a4e7af::all_1_86_17} MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full 2026.01.02 05:13:03.576498 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:13:03.576544 [ 190 ] {a2603088-a695-4667-9faf-2a4ce1a4e7af::all_1_86_17} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.02 05:13:03.576571 [ 190 ] {a2603088-a695-4667-9faf-2a4ce1a4e7af::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 1249 rows starting from the beginning of the part 2026.01.02 05:13:03.576599 [ 270 ] {9d898255-d875-4525-a087-0de1249ae31e} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.02 05:13:03.576614 [ 190 ] {a2603088-a695-4667-9faf-2a4ce1a4e7af::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 104 rows starting from the beginning of the part 2026.01.02 05:13:03.576649 [ 270 ] {9d898255-d875-4525-a087-0de1249ae31e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.02 05:13:03.576655 [ 190 ] {a2603088-a695-4667-9faf-2a4ce1a4e7af::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 64 rows starting from the beginning of the part 2026.01.02 05:13:03.576703 [ 190 ] {a2603088-a695-4667-9faf-2a4ce1a4e7af::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 114 rows starting from the beginning of the part 2026.01.02 05:13:03.576733 [ 190 ] {a2603088-a695-4667-9faf-2a4ce1a4e7af::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 64 rows starting from the beginning of the part 2026.01.02 05:13:03.576768 [ 190 ] {a2603088-a695-4667-9faf-2a4ce1a4e7af::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 104 rows starting from the beginning of the part 2026.01.02 05:13:03.577065 [ 270 ] {9d898255-d875-4525-a087-0de1249ae31e} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:13:03.577108 [ 270 ] {9d898255-d875-4525-a087-0de1249ae31e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2026.01.02 05:13:03.577480 [ 270 ] {9d898255-d875-4525-a087-0de1249ae31e} MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) 2026.01.02 05:13:03.577659 [ 186 ] {a2603088-a695-4667-9faf-2a4ce1a4e7af::all_1_86_17} MergeTask::MergeProjectionsStage: Merge sorted 1699 rows, containing 5 columns (5 merged, 0 gathered) in 0.001218751 sec., 1394050.1382152713 rows/sec., 108.12 MiB/sec. 2026.01.02 05:13:03.577698 [ 270 ] {9d898255-d875-4525-a087-0de1249ae31e} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:13:03.577844 [ 270 ] {9d898255-d875-4525-a087-0de1249ae31e} executeQuery: Read 160 rows, 11.41 KiB in 0.001264 sec., 126582.27848101266 rows/sec., 8.82 MiB/sec. 2026.01.02 05:13:03.577884 [ 270 ] {9d898255-d875-4525-a087-0de1249ae31e} TCPHandler: Processed in 0.001435014 sec. 2026.01.02 05:13:03.577897 [ 193 ] {a2603088-a695-4667-9faf-2a4ce1a4e7af::all_1_86_17} MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) 2026.01.02 05:13:03.578011 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:13:03.578107 [ 270 ] {5c1041c5-5f20-4df0-a09f-fe0755fe2134} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.02 05:13:03.578162 [ 270 ] {5c1041c5-5f20-4df0-a09f-fe0755fe2134} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.01.02 05:13:03.578222 [ 193 ] {a2603088-a695-4667-9faf-2a4ce1a4e7af::all_1_86_17} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:13:03.578293 [ 193 ] {a2603088-a695-4667-9faf-2a4ce1a4e7af::all_1_86_17} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 2026.01.02 05:13:03.578391 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB. 2026.01.02 05:13:03.578993 [ 270 ] {5c1041c5-5f20-4df0-a09f-fe0755fe2134} oximeter.measurements_histogramu64 (1ea2d44b-9dfb-4731-8ee2-8779179f369b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:13:03.579029 [ 270 ] {5c1041c5-5f20-4df0-a09f-fe0755fe2134} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2026.01.02 05:13:03.579613 [ 270 ] {5c1041c5-5f20-4df0-a09f-fe0755fe2134} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2026.01.02 05:13:03.579842 [ 270 ] {5c1041c5-5f20-4df0-a09f-fe0755fe2134} oximeter.measurements_histogramu64 (1ea2d44b-9dfb-4731-8ee2-8779179f369b): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:13:03.579988 [ 270 ] {5c1041c5-5f20-4df0-a09f-fe0755fe2134} executeQuery: Read 40 rows, 73.40 KiB in 0.0019 sec., 21052.63157894737 rows/sec., 37.73 MiB/sec. 2026.01.02 05:13:03.580058 [ 270 ] {5c1041c5-5f20-4df0-a09f-fe0755fe2134} TCPHandler: Processed in 0.002106656 sec. 2026.01.02 05:13:03.580168 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:13:03.580261 [ 270 ] {3ad76393-9dfe-4876-b5ad-b08ff8d17682} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.02 05:13:03.580303 [ 270 ] {3ad76393-9dfe-4876-b5ad-b08ff8d17682} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.02 05:13:03.580640 [ 270 ] {3ad76393-9dfe-4876-b5ad-b08ff8d17682} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:13:03.580675 [ 270 ] {3ad76393-9dfe-4876-b5ad-b08ff8d17682} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2026.01.02 05:13:03.580989 [ 270 ] {3ad76393-9dfe-4876-b5ad-b08ff8d17682} MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) 2026.01.02 05:13:03.581210 [ 270 ] {3ad76393-9dfe-4876-b5ad-b08ff8d17682} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:13:03.581343 [ 270 ] {3ad76393-9dfe-4876-b5ad-b08ff8d17682} executeQuery: Read 60 rows, 4.14 KiB in 0.0011 sec., 54545.454545454544 rows/sec., 3.68 MiB/sec. 2026.01.02 05:13:03.581380 [ 270 ] {3ad76393-9dfe-4876-b5ad-b08ff8d17682} TCPHandler: Processed in 0.001261161 sec. 2026.01.02 05:13:03.593927 [ 244 ] {} system.metric_log (a59fffb9-cc3a-4586-97e5-9d20b67a7356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:13:03.593977 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2026.01.02 05:13:03.600018 [ 244 ] {} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2026.01.02 05:13:03.600716 [ 244 ] {} system.metric_log (a59fffb9-cc3a-4586-97e5-9d20b67a7356): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:13:03.603724 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 452 2026.01.02 05:13:05.924043 [ 93 ] {} oximeter.measurements_f64 (aa9bbb3a-da62-4075-81f6-d05edd62a94a) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 2026.01.02 05:13:05.924110 [ 93 ] {} oximeter.measurements_f64 (aa9bbb3a-da62-4075-81f6-d05edd62a94a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:13:05.924130 [ 93 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2026.01.02 05:13:05.924290 [ 198 ] {aa9bbb3a-da62-4075-81f6-d05edd62a94a::all_1_9_2} MergeTask::PrepareStage: Merging 5 parts: from all_1_5_1 to all_9_9_0 into Compact with storage Full 2026.01.02 05:13:05.924504 [ 198 ] {aa9bbb3a-da62-4075-81f6-d05edd62a94a::all_1_9_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.02 05:13:05.924566 [ 198 ] {aa9bbb3a-da62-4075-81f6-d05edd62a94a::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 5 rows starting from the beginning of the part 2026.01.02 05:13:05.924670 [ 198 ] {aa9bbb3a-da62-4075-81f6-d05edd62a94a::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 1 rows starting from the beginning of the part 2026.01.02 05:13:05.924746 [ 198 ] {aa9bbb3a-da62-4075-81f6-d05edd62a94a::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 2 rows starting from the beginning of the part 2026.01.02 05:13:05.924814 [ 198 ] {aa9bbb3a-da62-4075-81f6-d05edd62a94a::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 1 rows starting from the beginning of the part 2026.01.02 05:13:05.924878 [ 198 ] {aa9bbb3a-da62-4075-81f6-d05edd62a94a::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 1 rows starting from the beginning of the part 2026.01.02 05:13:05.925764 [ 193 ] {aa9bbb3a-da62-4075-81f6-d05edd62a94a::all_1_9_2} MergeTask::MergeProjectionsStage: Merge sorted 10 rows, containing 4 columns (4 merged, 0 gathered) in 0.001559556 sec., 6412.081387266632 rows/sec., 422.05 KiB/sec. 2026.01.02 05:13:05.925892 [ 198 ] {aa9bbb3a-da62-4075-81f6-d05edd62a94a::all_1_9_2} MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) 2026.01.02 05:13:05.926140 [ 198 ] {aa9bbb3a-da62-4075-81f6-d05edd62a94a::all_1_9_2} oximeter.measurements_f64 (aa9bbb3a-da62-4075-81f6-d05edd62a94a): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:13:05.926208 [ 198 ] {aa9bbb3a-da62-4075-81f6-d05edd62a94a::all_1_9_2} oximeter.measurements_f64 (aa9bbb3a-da62-4075-81f6-d05edd62a94a) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 2026.01.02 05:13:05.926277 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. 2026.01.02 05:13:06.289898 [ 93 ] {} oximeter.fields_u32 (1310015a-3be0-40ba-9fec-1b5eb4ed9f75) (MergerMutator): Selected 5 parts from all_1_19_4 to all_23_23_0 2026.01.02 05:13:06.289971 [ 93 ] {} oximeter.fields_u32 (1310015a-3be0-40ba-9fec-1b5eb4ed9f75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:13:06.289997 [ 93 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2026.01.02 05:13:06.290129 [ 192 ] {1310015a-3be0-40ba-9fec-1b5eb4ed9f75::all_1_23_5} MergeTask::PrepareStage: Merging 5 parts: from all_1_19_4 to all_23_23_0 into Compact with storage Full 2026.01.02 05:13:06.290280 [ 192 ] {1310015a-3be0-40ba-9fec-1b5eb4ed9f75::all_1_23_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.02 05:13:06.290315 [ 192 ] {1310015a-3be0-40ba-9fec-1b5eb4ed9f75::all_1_23_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_19_4, total 465 rows starting from the beginning of the part 2026.01.02 05:13:06.290381 [ 192 ] {1310015a-3be0-40ba-9fec-1b5eb4ed9f75::all_1_23_5} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 252 rows starting from the beginning of the part 2026.01.02 05:13:06.290429 [ 192 ] {1310015a-3be0-40ba-9fec-1b5eb4ed9f75::all_1_23_5} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 252 rows starting from the beginning of the part 2026.01.02 05:13:06.290473 [ 192 ] {1310015a-3be0-40ba-9fec-1b5eb4ed9f75::all_1_23_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 252 rows starting from the beginning of the part 2026.01.02 05:13:06.290511 [ 192 ] {1310015a-3be0-40ba-9fec-1b5eb4ed9f75::all_1_23_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 1 rows starting from the beginning of the part 2026.01.02 05:13:06.291434 [ 198 ] {1310015a-3be0-40ba-9fec-1b5eb4ed9f75::all_1_23_5} MergeTask::MergeProjectionsStage: Merge sorted 1222 rows, containing 5 columns (5 merged, 0 gathered) in 0.001365833 sec., 894692.103646639 rows/sec., 64.56 MiB/sec. 2026.01.02 05:13:06.291637 [ 193 ] {1310015a-3be0-40ba-9fec-1b5eb4ed9f75::all_1_23_5} MergedBlockOutputStream: filled checksums all_1_23_5 (state Temporary) 2026.01.02 05:13:06.291956 [ 193 ] {1310015a-3be0-40ba-9fec-1b5eb4ed9f75::all_1_23_5} oximeter.fields_u32 (1310015a-3be0-40ba-9fec-1b5eb4ed9f75): Renaming temporary part tmp_merge_all_1_23_5 to all_1_23_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:13:06.292036 [ 193 ] {1310015a-3be0-40ba-9fec-1b5eb4ed9f75::all_1_23_5} oximeter.fields_u32 (1310015a-3be0-40ba-9fec-1b5eb4ed9f75) (MergerMutator): Merged 5 parts: [all_1_19_4, all_23_23_0] -> all_1_23_5 2026.01.02 05:13:06.292146 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. 2026.01.02 05:13:08.600112 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:13:08.600324 [ 270 ] {1f6f3954-ab14-488d-b91b-acf0f5529742} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.01.02 05:13:08.600393 [ 270 ] {1f6f3954-ab14-488d-b91b-acf0f5529742} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.01.02 05:13:08.601038 [ 270 ] {1f6f3954-ab14-488d-b91b-acf0f5529742} oximeter.fields_i16 (cb56b64a-0514-41c6-b851-58b3833bf8fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:13:08.601092 [ 270 ] {1f6f3954-ab14-488d-b91b-acf0f5529742} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2026.01.02 05:13:08.601507 [ 270 ] {1f6f3954-ab14-488d-b91b-acf0f5529742} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.01.02 05:13:08.601741 [ 270 ] {1f6f3954-ab14-488d-b91b-acf0f5529742} oximeter.fields_i16 (cb56b64a-0514-41c6-b851-58b3833bf8fd): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:13:08.601902 [ 270 ] {1f6f3954-ab14-488d-b91b-acf0f5529742} executeQuery: Read 24 rows, 2.04 KiB in 0.00163 sec., 14723.926380368099 rows/sec., 1.22 MiB/sec. 2026.01.02 05:13:08.601953 [ 270 ] {1f6f3954-ab14-488d-b91b-acf0f5529742} TCPHandler: Processed in 0.001984313 sec. 2026.01.02 05:13:08.602082 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:13:08.602211 [ 270 ] {1cf86a36-c2f9-4b30-94f6-2d110a26a82c} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.01.02 05:13:08.602264 [ 270 ] {1cf86a36-c2f9-4b30-94f6-2d110a26a82c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.01.02 05:13:08.602755 [ 270 ] {1cf86a36-c2f9-4b30-94f6-2d110a26a82c} oximeter.fields_ipaddr (645cdd3d-4969-40ee-99e7-272b8c981424): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:13:08.602803 [ 270 ] {1cf86a36-c2f9-4b30-94f6-2d110a26a82c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2026.01.02 05:13:08.603182 [ 270 ] {1cf86a36-c2f9-4b30-94f6-2d110a26a82c} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.01.02 05:13:08.603415 [ 270 ] {1cf86a36-c2f9-4b30-94f6-2d110a26a82c} oximeter.fields_ipaddr (645cdd3d-4969-40ee-99e7-272b8c981424): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:13:08.603551 [ 270 ] {1cf86a36-c2f9-4b30-94f6-2d110a26a82c} executeQuery: Read 2 rows, 167.00 B in 0.001369 sec., 1460.9203798392987 rows/sec., 119.13 KiB/sec. 2026.01.02 05:13:08.603591 [ 270 ] {1cf86a36-c2f9-4b30-94f6-2d110a26a82c} TCPHandler: Processed in 0.001573136 sec. 2026.01.02 05:13:08.603703 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:13:08.603800 [ 270 ] {a0165a80-8d42-4d04-ad27-9f638019cb08} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.02 05:13:08.603839 [ 270 ] {a0165a80-8d42-4d04-ad27-9f638019cb08} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.02 05:13:08.604885 [ 270 ] {a0165a80-8d42-4d04-ad27-9f638019cb08} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:13:08.604923 [ 270 ] {a0165a80-8d42-4d04-ad27-9f638019cb08} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2026.01.02 05:13:08.605339 [ 270 ] {a0165a80-8d42-4d04-ad27-9f638019cb08} MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) 2026.01.02 05:13:08.605564 [ 270 ] {a0165a80-8d42-4d04-ad27-9f638019cb08} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:13:08.605696 [ 270 ] {a0165a80-8d42-4d04-ad27-9f638019cb08} executeQuery: Read 1317 rows, 112.50 KiB in 0.001915 sec., 687728.4595300261 rows/sec., 57.37 MiB/sec. 2026.01.02 05:13:08.605735 [ 270 ] {a0165a80-8d42-4d04-ad27-9f638019cb08} TCPHandler: Processed in 0.002082385 sec. 2026.01.02 05:13:08.605854 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:13:08.605950 [ 270 ] {773ee72f-7f8a-4a6c-991d-a1ac97f969f2} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.02 05:13:08.605991 [ 270 ] {773ee72f-7f8a-4a6c-991d-a1ac97f969f2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.02 05:13:08.606394 [ 270 ] {773ee72f-7f8a-4a6c-991d-a1ac97f969f2} oximeter.fields_u16 (75d7a870-5da0-445d-b2e0-ec90b5ea7788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:13:08.606431 [ 270 ] {773ee72f-7f8a-4a6c-991d-a1ac97f969f2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2026.01.02 05:13:08.606750 [ 270 ] {773ee72f-7f8a-4a6c-991d-a1ac97f969f2} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2026.01.02 05:13:08.606967 [ 270 ] {773ee72f-7f8a-4a6c-991d-a1ac97f969f2} oximeter.fields_u16 (75d7a870-5da0-445d-b2e0-ec90b5ea7788): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:13:08.607097 [ 270 ] {773ee72f-7f8a-4a6c-991d-a1ac97f969f2} executeQuery: Read 14 rows, 1.10 KiB in 0.001166 sec., 12006.861063464838 rows/sec., 943.90 KiB/sec. 2026.01.02 05:13:08.607135 [ 270 ] {773ee72f-7f8a-4a6c-991d-a1ac97f969f2} TCPHandler: Processed in 0.001330663 sec. 2026.01.02 05:13:08.607243 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:13:08.607336 [ 270 ] {03d5364f-e5c4-4cbe-9c1e-faee7fbf483a} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.02 05:13:08.607378 [ 270 ] {03d5364f-e5c4-4cbe-9c1e-faee7fbf483a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.02 05:13:08.607857 [ 270 ] {03d5364f-e5c4-4cbe-9c1e-faee7fbf483a} oximeter.fields_u32 (1310015a-3be0-40ba-9fec-1b5eb4ed9f75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:13:08.607894 [ 270 ] {03d5364f-e5c4-4cbe-9c1e-faee7fbf483a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2026.01.02 05:13:08.608215 [ 270 ] {03d5364f-e5c4-4cbe-9c1e-faee7fbf483a} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.01.02 05:13:08.608435 [ 270 ] {03d5364f-e5c4-4cbe-9c1e-faee7fbf483a} oximeter.fields_u32 (1310015a-3be0-40ba-9fec-1b5eb4ed9f75): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:13:08.608571 [ 270 ] {03d5364f-e5c4-4cbe-9c1e-faee7fbf483a} executeQuery: Read 252 rows, 17.85 KiB in 0.001253 sec., 201117.3184357542 rows/sec., 13.91 MiB/sec. 2026.01.02 05:13:08.608608 [ 270 ] {03d5364f-e5c4-4cbe-9c1e-faee7fbf483a} TCPHandler: Processed in 0.001413674 sec. 2026.01.02 05:13:08.608724 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:13:08.608816 [ 270 ] {e6c69352-8614-475a-93a1-9e477689e9cb} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.01.02 05:13:08.608855 [ 270 ] {e6c69352-8614-475a-93a1-9e477689e9cb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.01.02 05:13:08.609249 [ 270 ] {e6c69352-8614-475a-93a1-9e477689e9cb} oximeter.fields_u8 (ae3e3832-81ae-4954-8933-d68b9608f6be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:13:08.609284 [ 270 ] {e6c69352-8614-475a-93a1-9e477689e9cb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2026.01.02 05:13:08.609577 [ 270 ] {e6c69352-8614-475a-93a1-9e477689e9cb} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.01.02 05:13:08.609791 [ 270 ] {e6c69352-8614-475a-93a1-9e477689e9cb} oximeter.fields_u8 (ae3e3832-81ae-4954-8933-d68b9608f6be): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:13:08.609916 [ 270 ] {e6c69352-8614-475a-93a1-9e477689e9cb} executeQuery: Read 12 rows, 960.00 B in 0.001118 sec., 10733.45259391771 rows/sec., 838.55 KiB/sec. 2026.01.02 05:13:08.609954 [ 270 ] {e6c69352-8614-475a-93a1-9e477689e9cb} TCPHandler: Processed in 0.001279562 sec. 2026.01.02 05:13:08.610063 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:13:08.610155 [ 270 ] {6624479d-2a26-490f-92b0-57bfc33cb158} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.02 05:13:08.610194 [ 270 ] {6624479d-2a26-490f-92b0-57bfc33cb158} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.02 05:13:08.610792 [ 270 ] {6624479d-2a26-490f-92b0-57bfc33cb158} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:13:08.610828 [ 270 ] {6624479d-2a26-490f-92b0-57bfc33cb158} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2026.01.02 05:13:08.611176 [ 270 ] {6624479d-2a26-490f-92b0-57bfc33cb158} MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) 2026.01.02 05:13:08.611392 [ 270 ] {6624479d-2a26-490f-92b0-57bfc33cb158} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:13:08.611517 [ 270 ] {6624479d-2a26-490f-92b0-57bfc33cb158} executeQuery: Read 558 rows, 42.83 KiB in 0.001379 sec., 404641.04423495283 rows/sec., 30.33 MiB/sec. 2026.01.02 05:13:08.611555 [ 270 ] {6624479d-2a26-490f-92b0-57bfc33cb158} TCPHandler: Processed in 0.001540365 sec. 2026.01.02 05:13:08.611666 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:13:08.611760 [ 270 ] {9d8e0070-c429-40a6-920b-a32539a5871c} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.02 05:13:08.611803 [ 270 ] {9d8e0070-c429-40a6-920b-a32539a5871c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.02 05:13:08.612405 [ 270 ] {9d8e0070-c429-40a6-920b-a32539a5871c} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:13:08.612439 [ 270 ] {9d8e0070-c429-40a6-920b-a32539a5871c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2026.01.02 05:13:08.612812 [ 270 ] {9d8e0070-c429-40a6-920b-a32539a5871c} MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) 2026.01.02 05:13:08.613033 [ 270 ] {9d8e0070-c429-40a6-920b-a32539a5871c} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:13:08.613140 [ 61 ] {} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 2026.01.02 05:13:08.613163 [ 270 ] {9d8e0070-c429-40a6-920b-a32539a5871c} executeQuery: Read 881 rows, 61.23 KiB in 0.001422 sec., 619549.9296765119 rows/sec., 42.05 MiB/sec. 2026.01.02 05:13:08.613178 [ 61 ] {} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:13:08.613197 [ 61 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2026.01.02 05:13:08.613201 [ 270 ] {9d8e0070-c429-40a6-920b-a32539a5871c} TCPHandler: Processed in 0.001583867 sec. 2026.01.02 05:13:08.613309 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:13:08.613314 [ 198 ] {935760ec-14c4-43f9-bf0f-f949cce05eda::all_1_86_17} MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full 2026.01.02 05:13:08.613402 [ 270 ] {dac4d543-1b26-47f3-b786-9e65b8d65bff} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.02 05:13:08.613448 [ 270 ] {dac4d543-1b26-47f3-b786-9e65b8d65bff} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.02 05:13:08.613476 [ 198 ] {935760ec-14c4-43f9-bf0f-f949cce05eda::all_1_86_17} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.02 05:13:08.613520 [ 198 ] {935760ec-14c4-43f9-bf0f-f949cce05eda::all_1_86_17} MergeTreeSequentialSource: Reading 4 marks from part all_1_81_16, total 24206 rows starting from the beginning of the part 2026.01.02 05:13:08.613592 [ 198 ] {935760ec-14c4-43f9-bf0f-f949cce05eda::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.01.02 05:13:08.613641 [ 198 ] {935760ec-14c4-43f9-bf0f-f949cce05eda::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 165 rows starting from the beginning of the part 2026.01.02 05:13:08.613687 [ 198 ] {935760ec-14c4-43f9-bf0f-f949cce05eda::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.01.02 05:13:08.613731 [ 198 ] {935760ec-14c4-43f9-bf0f-f949cce05eda::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.01.02 05:13:08.613777 [ 198 ] {935760ec-14c4-43f9-bf0f-f949cce05eda::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 881 rows starting from the beginning of the part 2026.01.02 05:13:08.613780 [ 270 ] {dac4d543-1b26-47f3-b786-9e65b8d65bff} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:13:08.613827 [ 270 ] {dac4d543-1b26-47f3-b786-9e65b8d65bff} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2026.01.02 05:13:08.614181 [ 270 ] {dac4d543-1b26-47f3-b786-9e65b8d65bff} MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) 2026.01.02 05:13:08.614397 [ 270 ] {dac4d543-1b26-47f3-b786-9e65b8d65bff} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:13:08.614527 [ 270 ] {dac4d543-1b26-47f3-b786-9e65b8d65bff} executeQuery: Read 60 rows, 4.14 KiB in 0.001143 sec., 52493.43832020998 rows/sec., 3.54 MiB/sec. 2026.01.02 05:13:08.614562 [ 270 ] {dac4d543-1b26-47f3-b786-9e65b8d65bff} TCPHandler: Processed in 0.001302462 sec. 2026.01.02 05:13:08.619482 [ 193 ] {935760ec-14c4-43f9-bf0f-f949cce05eda::all_1_86_17} MergeTask::MergeProjectionsStage: Merge sorted 25732 rows, containing 5 columns (5 merged, 0 gathered) in 0.006226304 sec., 4132788.89048784 rows/sec., 282.86 MiB/sec. 2026.01.02 05:13:08.619824 [ 188 ] {935760ec-14c4-43f9-bf0f-f949cce05eda::all_1_86_17} MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) 2026.01.02 05:13:08.620204 [ 188 ] {935760ec-14c4-43f9-bf0f-f949cce05eda::all_1_86_17} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:13:08.620292 [ 188 ] {935760ec-14c4-43f9-bf0f-f949cce05eda::all_1_86_17} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 2026.01.02 05:13:08.620410 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.35 MiB. 2026.01.02 05:13:09.490744 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 29337 2026.01.02 05:13:09.491492 [ 245 ] {} system.asynchronous_metric_log (bb53ce5c-bddd-4105-a5af-ef87950cd4f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:13:09.491526 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2026.01.02 05:13:09.492008 [ 245 ] {} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2026.01.02 05:13:09.492247 [ 245 ] {} system.asynchronous_metric_log (bb53ce5c-bddd-4105-a5af-ef87950cd4f3): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:13:09.492398 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 29337 2026.01.02 05:13:09.492396 [ 61 ] {} system.asynchronous_metric_log (bb53ce5c-bddd-4105-a5af-ef87950cd4f3) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2026.01.02 05:13:09.492457 [ 61 ] {} system.asynchronous_metric_log (bb53ce5c-bddd-4105-a5af-ef87950cd4f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:13:09.492479 [ 61 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2026.01.02 05:13:09.492636 [ 194 ] {bb53ce5c-bddd-4105-a5af-ef87950cd4f3::all_1_61_12} MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full 2026.01.02 05:13:09.492831 [ 194 ] {bb53ce5c-bddd-4105-a5af-ef87950cd4f3::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.02 05:13:09.492891 [ 194 ] {bb53ce5c-bddd-4105-a5af-ef87950cd4f3::all_1_61_12} MergeTreeSequentialSource: Reading 5 marks from part all_1_56_11, total 26905 rows starting from the beginning of the part 2026.01.02 05:13:09.492991 [ 194 ] {bb53ce5c-bddd-4105-a5af-ef87950cd4f3::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.01.02 05:13:09.493068 [ 194 ] {bb53ce5c-bddd-4105-a5af-ef87950cd4f3::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.01.02 05:13:09.493137 [ 194 ] {bb53ce5c-bddd-4105-a5af-ef87950cd4f3::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.01.02 05:13:09.493204 [ 194 ] {bb53ce5c-bddd-4105-a5af-ef87950cd4f3::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.01.02 05:13:09.493268 [ 194 ] {bb53ce5c-bddd-4105-a5af-ef87950cd4f3::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.01.02 05:13:09.495569 [ 193 ] {bb53ce5c-bddd-4105-a5af-ef87950cd4f3::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 29337 rows, containing 4 columns (4 merged, 0 gathered) in 0.003015651 sec., 9728247.731584325 rows/sec., 139.16 MiB/sec. 2026.01.02 05:13:09.495968 [ 193 ] {bb53ce5c-bddd-4105-a5af-ef87950cd4f3::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2026.01.02 05:13:09.496301 [ 193 ] {bb53ce5c-bddd-4105-a5af-ef87950cd4f3::all_1_61_12} system.asynchronous_metric_log (bb53ce5c-bddd-4105-a5af-ef87950cd4f3): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:13:09.496379 [ 193 ] {bb53ce5c-bddd-4105-a5af-ef87950cd4f3::all_1_61_12} system.asynchronous_metric_log (bb53ce5c-bddd-4105-a5af-ef87950cd4f3) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2026.01.02 05:13:09.496499 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.90 MiB. 2026.01.02 05:13:11.103879 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 460 2026.01.02 05:13:11.122302 [ 244 ] {} system.metric_log (a59fffb9-cc3a-4586-97e5-9d20b67a7356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:13:11.122365 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2026.01.02 05:13:11.128694 [ 244 ] {} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2026.01.02 05:13:11.129485 [ 244 ] {} system.metric_log (a59fffb9-cc3a-4586-97e5-9d20b67a7356): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:13:11.129819 [ 81 ] {} system.metric_log (a59fffb9-cc3a-4586-97e5-9d20b67a7356) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2026.01.02 05:13:11.129885 [ 81 ] {} system.metric_log (a59fffb9-cc3a-4586-97e5-9d20b67a7356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:13:11.129904 [ 81 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2026.01.02 05:13:11.130035 [ 187 ] {a59fffb9-cc3a-4586-97e5-9d20b67a7356::all_1_61_12} MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full 2026.01.02 05:13:11.133605 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 460 2026.01.02 05:13:11.133970 [ 187 ] {a59fffb9-cc3a-4586-97e5-9d20b67a7356::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.02 05:13:11.135598 [ 187 ] {a59fffb9-cc3a-4586-97e5-9d20b67a7356::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 422 rows starting from the beginning of the part 2026.01.02 05:13:11.140175 [ 187 ] {a59fffb9-cc3a-4586-97e5-9d20b67a7356::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 8 rows starting from the beginning of the part 2026.01.02 05:13:11.144770 [ 187 ] {a59fffb9-cc3a-4586-97e5-9d20b67a7356::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 7 rows starting from the beginning of the part 2026.01.02 05:13:11.149367 [ 187 ] {a59fffb9-cc3a-4586-97e5-9d20b67a7356::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 8 rows starting from the beginning of the part 2026.01.02 05:13:11.154247 [ 187 ] {a59fffb9-cc3a-4586-97e5-9d20b67a7356::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 7 rows starting from the beginning of the part 2026.01.02 05:13:11.158218 [ 187 ] {a59fffb9-cc3a-4586-97e5-9d20b67a7356::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 8 rows starting from the beginning of the part 2026.01.02 05:13:11.211679 [ 193 ] {a59fffb9-cc3a-4586-97e5-9d20b67a7356::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 460 rows, containing 679 columns (679 merged, 0 gathered) in 0.081704228 sec., 5630.063599646275 rows/sec., 29.11 MiB/sec. 2026.01.02 05:13:11.214127 [ 195 ] {a59fffb9-cc3a-4586-97e5-9d20b67a7356::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2026.01.02 05:13:11.215945 [ 195 ] {a59fffb9-cc3a-4586-97e5-9d20b67a7356::all_1_61_12} system.metric_log (a59fffb9-cc3a-4586-97e5-9d20b67a7356): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:13:11.216051 [ 195 ] {a59fffb9-cc3a-4586-97e5-9d20b67a7356::all_1_61_12} system.metric_log (a59fffb9-cc3a-4586-97e5-9d20b67a7356) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2026.01.02 05:13:11.217685 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB. 2026.01.02 05:13:12.083505 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1364 2026.01.02 05:13:12.085815 [ 243 ] {} system.query_log (dd3f3490-5765-4d2a-9406-0e239d3e9a13): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:13:12.085857 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2026.01.02 05:13:12.087054 [ 243 ] {} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2026.01.02 05:13:12.087325 [ 243 ] {} system.query_log (dd3f3490-5765-4d2a-9406-0e239d3e9a13): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:13:12.087459 [ 31 ] {} system.query_log (dd3f3490-5765-4d2a-9406-0e239d3e9a13) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2026.01.02 05:13:12.087496 [ 31 ] {} system.query_log (dd3f3490-5765-4d2a-9406-0e239d3e9a13): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:13:12.087513 [ 31 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2026.01.02 05:13:12.087581 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1364 2026.01.02 05:13:12.087633 [ 189 ] {dd3f3490-5765-4d2a-9406-0e239d3e9a13::all_1_46_9} MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full 2026.01.02 05:13:12.088188 [ 189 ] {dd3f3490-5765-4d2a-9406-0e239d3e9a13::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.02 05:13:12.088339 [ 189 ] {dd3f3490-5765-4d2a-9406-0e239d3e9a13::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1230 rows starting from the beginning of the part 2026.01.02 05:13:12.088697 [ 189 ] {dd3f3490-5765-4d2a-9406-0e239d3e9a13::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 22 rows starting from the beginning of the part 2026.01.02 05:13:12.089034 [ 189 ] {dd3f3490-5765-4d2a-9406-0e239d3e9a13::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.01.02 05:13:12.089357 [ 189 ] {dd3f3490-5765-4d2a-9406-0e239d3e9a13::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 20 rows starting from the beginning of the part 2026.01.02 05:13:12.089689 [ 189 ] {dd3f3490-5765-4d2a-9406-0e239d3e9a13::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 26 rows starting from the beginning of the part 2026.01.02 05:13:12.090043 [ 189 ] {dd3f3490-5765-4d2a-9406-0e239d3e9a13::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 30 rows starting from the beginning of the part 2026.01.02 05:13:12.100978 [ 195 ] {dd3f3490-5765-4d2a-9406-0e239d3e9a13::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 1364 rows, containing 72 columns (72 merged, 0 gathered) in 0.013403755 sec., 101762.52848548784 rows/sec., 81.96 MiB/sec. 2026.01.02 05:13:12.102555 [ 197 ] {dd3f3490-5765-4d2a-9406-0e239d3e9a13::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2026.01.02 05:13:12.103136 [ 197 ] {dd3f3490-5765-4d2a-9406-0e239d3e9a13::all_1_46_9} system.query_log (dd3f3490-5765-4d2a-9406-0e239d3e9a13): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:13:12.103216 [ 197 ] {dd3f3490-5765-4d2a-9406-0e239d3e9a13::all_1_46_9} system.query_log (dd3f3490-5765-4d2a-9406-0e239d3e9a13) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2026.01.02 05:13:12.103470 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.92 MiB. 2026.01.02 05:13:13.570845 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:13:13.571153 [ 270 ] {acd3810b-aea4-43aa-84ee-9494d4e63011} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.02 05:13:13.571262 [ 270 ] {acd3810b-aea4-43aa-84ee-9494d4e63011} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.02 05:13:13.572088 [ 270 ] {acd3810b-aea4-43aa-84ee-9494d4e63011} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:13:13.572131 [ 270 ] {acd3810b-aea4-43aa-84ee-9494d4e63011} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2026.01.02 05:13:13.572564 [ 270 ] {acd3810b-aea4-43aa-84ee-9494d4e63011} MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) 2026.01.02 05:13:13.572809 [ 270 ] {acd3810b-aea4-43aa-84ee-9494d4e63011} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:13:13.572974 [ 270 ] {acd3810b-aea4-43aa-84ee-9494d4e63011} executeQuery: Read 136 rows, 12.08 KiB in 0.001899 sec., 71616.64033701947 rows/sec., 6.21 MiB/sec. 2026.01.02 05:13:13.573025 [ 270 ] {acd3810b-aea4-43aa-84ee-9494d4e63011} TCPHandler: Processed in 0.00236535 sec. 2026.01.02 05:13:13.573149 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:13:13.573251 [ 270 ] {36a2df61-b4b3-47c5-8c45-9f8e3ef91abf} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.02 05:13:13.573296 [ 270 ] {36a2df61-b4b3-47c5-8c45-9f8e3ef91abf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.02 05:13:13.573727 [ 270 ] {36a2df61-b4b3-47c5-8c45-9f8e3ef91abf} oximeter.fields_u16 (75d7a870-5da0-445d-b2e0-ec90b5ea7788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:13:13.573762 [ 270 ] {36a2df61-b4b3-47c5-8c45-9f8e3ef91abf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2026.01.02 05:13:13.574077 [ 270 ] {36a2df61-b4b3-47c5-8c45-9f8e3ef91abf} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2026.01.02 05:13:13.574293 [ 270 ] {36a2df61-b4b3-47c5-8c45-9f8e3ef91abf} oximeter.fields_u16 (75d7a870-5da0-445d-b2e0-ec90b5ea7788): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:13:13.574423 [ 270 ] {36a2df61-b4b3-47c5-8c45-9f8e3ef91abf} executeQuery: Read 40 rows, 3.01 KiB in 0.001196 sec., 33444.816053511706 rows/sec., 2.46 MiB/sec. 2026.01.02 05:13:13.574462 [ 270 ] {36a2df61-b4b3-47c5-8c45-9f8e3ef91abf} TCPHandler: Processed in 0.001365463 sec. 2026.01.02 05:13:13.574569 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:13:13.574662 [ 270 ] {04821024-b43e-4dba-895e-e801b4614af9} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.02 05:13:13.574701 [ 270 ] {04821024-b43e-4dba-895e-e801b4614af9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.02 05:13:13.575129 [ 270 ] {04821024-b43e-4dba-895e-e801b4614af9} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:13:13.575163 [ 270 ] {04821024-b43e-4dba-895e-e801b4614af9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2026.01.02 05:13:13.575474 [ 270 ] {04821024-b43e-4dba-895e-e801b4614af9} MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) 2026.01.02 05:13:13.575687 [ 270 ] {04821024-b43e-4dba-895e-e801b4614af9} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:13:13.575815 [ 270 ] {04821024-b43e-4dba-895e-e801b4614af9} executeQuery: Read 104 rows, 8.32 KiB in 0.001171 sec., 88812.9803586678 rows/sec., 6.94 MiB/sec. 2026.01.02 05:13:13.575852 [ 270 ] {04821024-b43e-4dba-895e-e801b4614af9} TCPHandler: Processed in 0.001332682 sec. 2026.01.02 05:13:13.575958 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:13:13.576053 [ 270 ] {bb63feba-5359-4692-a829-f98d4969863d} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.02 05:13:13.576098 [ 270 ] {bb63feba-5359-4692-a829-f98d4969863d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.02 05:13:13.576506 [ 270 ] {bb63feba-5359-4692-a829-f98d4969863d} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:13:13.576540 [ 270 ] {bb63feba-5359-4692-a829-f98d4969863d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2026.01.02 05:13:13.576869 [ 270 ] {bb63feba-5359-4692-a829-f98d4969863d} MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) 2026.01.02 05:13:13.577091 [ 270 ] {bb63feba-5359-4692-a829-f98d4969863d} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:13:13.577217 [ 270 ] {bb63feba-5359-4692-a829-f98d4969863d} executeQuery: Read 160 rows, 11.41 KiB in 0.001183 sec., 135249.36601859677 rows/sec., 9.42 MiB/sec. 2026.01.02 05:13:13.577255 [ 270 ] {bb63feba-5359-4692-a829-f98d4969863d} TCPHandler: Processed in 0.001344722 sec. 2026.01.02 05:13:13.577360 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:13:13.577454 [ 270 ] {9098d909-aa3b-45b1-9df2-182d59761cf6} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.02 05:13:13.577508 [ 270 ] {9098d909-aa3b-45b1-9df2-182d59761cf6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.01.02 05:13:13.578357 [ 270 ] {9098d909-aa3b-45b1-9df2-182d59761cf6} oximeter.measurements_histogramu64 (1ea2d44b-9dfb-4731-8ee2-8779179f369b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:13:13.578389 [ 270 ] {9098d909-aa3b-45b1-9df2-182d59761cf6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2026.01.02 05:13:13.578916 [ 270 ] {9098d909-aa3b-45b1-9df2-182d59761cf6} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2026.01.02 05:13:13.579202 [ 270 ] {9098d909-aa3b-45b1-9df2-182d59761cf6} oximeter.measurements_histogramu64 (1ea2d44b-9dfb-4731-8ee2-8779179f369b): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:13:13.579343 [ 270 ] {9098d909-aa3b-45b1-9df2-182d59761cf6} executeQuery: Read 40 rows, 73.40 KiB in 0.001906 sec., 20986.35886673662 rows/sec., 37.61 MiB/sec. 2026.01.02 05:13:13.579397 [ 270 ] {9098d909-aa3b-45b1-9df2-182d59761cf6} TCPHandler: Processed in 0.002084555 sec. 2026.01.02 05:13:13.579508 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:13:13.579602 [ 270 ] {f301ed50-4aff-4812-9e80-a9112c5990bb} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.02 05:13:13.579645 [ 270 ] {f301ed50-4aff-4812-9e80-a9112c5990bb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.02 05:13:13.579982 [ 270 ] {f301ed50-4aff-4812-9e80-a9112c5990bb} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:13:13.580023 [ 270 ] {f301ed50-4aff-4812-9e80-a9112c5990bb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2026.01.02 05:13:13.580330 [ 270 ] {f301ed50-4aff-4812-9e80-a9112c5990bb} MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) 2026.01.02 05:13:13.580537 [ 270 ] {f301ed50-4aff-4812-9e80-a9112c5990bb} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:13:13.580649 [ 85 ] {} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 2026.01.02 05:13:13.580664 [ 270 ] {f301ed50-4aff-4812-9e80-a9112c5990bb} executeQuery: Read 60 rows, 4.14 KiB in 0.001079 sec., 55607.04355885078 rows/sec., 3.75 MiB/sec. 2026.01.02 05:13:13.580687 [ 85 ] {} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:13:13.580703 [ 270 ] {f301ed50-4aff-4812-9e80-a9112c5990bb} TCPHandler: Processed in 0.001243751 sec. 2026.01.02 05:13:13.580707 [ 85 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2026.01.02 05:13:13.580830 [ 199 ] {45294a01-6668-46b2-a532-60faf64b8164::all_1_86_17} MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full 2026.01.02 05:13:13.580980 [ 199 ] {45294a01-6668-46b2-a532-60faf64b8164::all_1_86_17} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.02 05:13:13.581016 [ 199 ] {45294a01-6668-46b2-a532-60faf64b8164::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 4734 rows starting from the beginning of the part 2026.01.02 05:13:13.581081 [ 199 ] {45294a01-6668-46b2-a532-60faf64b8164::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 60 rows starting from the beginning of the part 2026.01.02 05:13:13.581126 [ 199 ] {45294a01-6668-46b2-a532-60faf64b8164::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 60 rows starting from the beginning of the part 2026.01.02 05:13:13.581167 [ 199 ] {45294a01-6668-46b2-a532-60faf64b8164::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 60 rows starting from the beginning of the part 2026.01.02 05:13:13.581206 [ 199 ] {45294a01-6668-46b2-a532-60faf64b8164::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 60 rows starting from the beginning of the part 2026.01.02 05:13:13.581246 [ 199 ] {45294a01-6668-46b2-a532-60faf64b8164::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 60 rows starting from the beginning of the part 2026.01.02 05:13:13.582804 [ 201 ] {45294a01-6668-46b2-a532-60faf64b8164::all_1_86_17} MergeTask::MergeProjectionsStage: Merge sorted 5034 rows, containing 4 columns (4 merged, 0 gathered) in 0.002033504 sec., 2475529.9227343537 rows/sec., 164.94 MiB/sec. 2026.01.02 05:13:13.583273 [ 196 ] {45294a01-6668-46b2-a532-60faf64b8164::all_1_86_17} MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) 2026.01.02 05:13:13.583614 [ 196 ] {45294a01-6668-46b2-a532-60faf64b8164::all_1_86_17} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:13:13.583700 [ 196 ] {45294a01-6668-46b2-a532-60faf64b8164::all_1_86_17} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 2026.01.02 05:13:13.583828 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.12 MiB. 2026.01.02 05:13:16.780571 [ 27 ] {} DNSResolver: Updating DNS cache 2026.01.02 05:13:16.780629 [ 27 ] {} DNSResolver: Updated DNS cache 2026.01.02 05:13:16.992667 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 29785 2026.01.02 05:13:16.993234 [ 245 ] {} system.asynchronous_metric_log (bb53ce5c-bddd-4105-a5af-ef87950cd4f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:13:16.993278 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2026.01.02 05:13:16.993807 [ 245 ] {} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2026.01.02 05:13:16.994031 [ 245 ] {} system.asynchronous_metric_log (bb53ce5c-bddd-4105-a5af-ef87950cd4f3): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:13:16.994164 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 29785 2026.01.02 05:13:18.568530 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:13:18.568726 [ 270 ] {032216f4-9eae-4d14-a6e2-d2273f14b44a} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.02 05:13:18.568791 [ 270 ] {032216f4-9eae-4d14-a6e2-d2273f14b44a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.02 05:13:18.569536 [ 270 ] {032216f4-9eae-4d14-a6e2-d2273f14b44a} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:13:18.569584 [ 270 ] {032216f4-9eae-4d14-a6e2-d2273f14b44a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2026.01.02 05:13:18.569995 [ 270 ] {032216f4-9eae-4d14-a6e2-d2273f14b44a} MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) 2026.01.02 05:13:18.570227 [ 270 ] {032216f4-9eae-4d14-a6e2-d2273f14b44a} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:13:18.570376 [ 270 ] {032216f4-9eae-4d14-a6e2-d2273f14b44a} executeQuery: Read 56 rows, 4.41 KiB in 0.0017 sec., 32941.17647058824 rows/sec., 2.53 MiB/sec. 2026.01.02 05:13:18.570417 [ 270 ] {032216f4-9eae-4d14-a6e2-d2273f14b44a} TCPHandler: Processed in 0.002019684 sec. 2026.01.02 05:13:18.570543 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:13:18.570642 [ 270 ] {1c124ebd-a9b0-4f4e-ad59-eb93f4bdc725} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.02 05:13:18.570681 [ 270 ] {1c124ebd-a9b0-4f4e-ad59-eb93f4bdc725} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.02 05:13:18.571151 [ 270 ] {1c124ebd-a9b0-4f4e-ad59-eb93f4bdc725} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:13:18.571186 [ 270 ] {1c124ebd-a9b0-4f4e-ad59-eb93f4bdc725} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2026.01.02 05:13:18.571477 [ 270 ] {1c124ebd-a9b0-4f4e-ad59-eb93f4bdc725} MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) 2026.01.02 05:13:18.571686 [ 270 ] {1c124ebd-a9b0-4f4e-ad59-eb93f4bdc725} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:13:18.571809 [ 270 ] {1c124ebd-a9b0-4f4e-ad59-eb93f4bdc725} executeQuery: Read 64 rows, 5.12 KiB in 0.001187 sec., 53917.43892165123 rows/sec., 4.21 MiB/sec. 2026.01.02 05:13:18.571845 [ 270 ] {1c124ebd-a9b0-4f4e-ad59-eb93f4bdc725} TCPHandler: Processed in 0.001350703 sec. 2026.01.02 05:13:18.571959 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:13:18.572056 [ 270 ] {b0b09acc-e8a2-42b8-9b2a-bf38609b1ae8} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.02 05:13:18.572105 [ 270 ] {b0b09acc-e8a2-42b8-9b2a-bf38609b1ae8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.02 05:13:18.572606 [ 270 ] {b0b09acc-e8a2-42b8-9b2a-bf38609b1ae8} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:13:18.572643 [ 270 ] {b0b09acc-e8a2-42b8-9b2a-bf38609b1ae8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2026.01.02 05:13:18.572980 [ 270 ] {b0b09acc-e8a2-42b8-9b2a-bf38609b1ae8} MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) 2026.01.02 05:13:18.573196 [ 270 ] {b0b09acc-e8a2-42b8-9b2a-bf38609b1ae8} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:13:18.573324 [ 270 ] {b0b09acc-e8a2-42b8-9b2a-bf38609b1ae8} executeQuery: Read 160 rows, 11.41 KiB in 0.001286 sec., 124416.7962674961 rows/sec., 8.67 MiB/sec. 2026.01.02 05:13:18.573361 [ 270 ] {b0b09acc-e8a2-42b8-9b2a-bf38609b1ae8} TCPHandler: Processed in 0.001448094 sec. 2026.01.02 05:13:18.573471 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:13:18.573564 [ 270 ] {9c5f7318-75c8-4518-b084-be9ea1a7601a} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.02 05:13:18.573606 [ 270 ] {9c5f7318-75c8-4518-b084-be9ea1a7601a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.02 05:13:18.573940 [ 270 ] {9c5f7318-75c8-4518-b084-be9ea1a7601a} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:13:18.573976 [ 270 ] {9c5f7318-75c8-4518-b084-be9ea1a7601a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2026.01.02 05:13:18.574275 [ 270 ] {9c5f7318-75c8-4518-b084-be9ea1a7601a} MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) 2026.01.02 05:13:18.574478 [ 270 ] {9c5f7318-75c8-4518-b084-be9ea1a7601a} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:13:18.574604 [ 270 ] {9c5f7318-75c8-4518-b084-be9ea1a7601a} executeQuery: Read 60 rows, 4.14 KiB in 0.001058 sec., 56710.77504725898 rows/sec., 3.82 MiB/sec. 2026.01.02 05:13:18.574638 [ 270 ] {9c5f7318-75c8-4518-b084-be9ea1a7601a} TCPHandler: Processed in 0.001216151 sec. 2026.01.02 05:13:18.633745 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 467 2026.01.02 05:13:18.650003 [ 244 ] {} system.metric_log (a59fffb9-cc3a-4586-97e5-9d20b67a7356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:13:18.650075 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2026.01.02 05:13:18.656400 [ 244 ] {} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2026.01.02 05:13:18.657136 [ 244 ] {} system.metric_log (a59fffb9-cc3a-4586-97e5-9d20b67a7356): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:13:18.660667 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 467 2026.01.02 05:13:19.512312 [ 43 ] {} oximeter.fields_ipaddr (645cdd3d-4969-40ee-99e7-272b8c981424) (MergerMutator): Selected 5 parts from all_1_25_6 to all_29_29_0 2026.01.02 05:13:19.512408 [ 43 ] {} oximeter.fields_ipaddr (645cdd3d-4969-40ee-99e7-272b8c981424): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:13:19.512451 [ 43 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2026.01.02 05:13:19.512643 [ 201 ] {645cdd3d-4969-40ee-99e7-272b8c981424::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.01.02 05:13:19.512906 [ 201 ] {645cdd3d-4969-40ee-99e7-272b8c981424::all_1_29_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.02 05:13:19.512975 [ 201 ] {645cdd3d-4969-40ee-99e7-272b8c981424::all_1_29_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_25_6, total 20 rows starting from the beginning of the part 2026.01.02 05:13:19.513103 [ 201 ] {645cdd3d-4969-40ee-99e7-272b8c981424::all_1_29_7} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 4 rows starting from the beginning of the part 2026.01.02 05:13:19.513182 [ 201 ] {645cdd3d-4969-40ee-99e7-272b8c981424::all_1_29_7} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 2 rows starting from the beginning of the part 2026.01.02 05:13:19.513256 [ 201 ] {645cdd3d-4969-40ee-99e7-272b8c981424::all_1_29_7} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 10 rows starting from the beginning of the part 2026.01.02 05:13:19.513326 [ 201 ] {645cdd3d-4969-40ee-99e7-272b8c981424::all_1_29_7} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 2 rows starting from the beginning of the part 2026.01.02 05:13:19.514221 [ 190 ] {645cdd3d-4969-40ee-99e7-272b8c981424::all_1_29_7} MergeTask::MergeProjectionsStage: Merge sorted 38 rows, containing 5 columns (5 merged, 0 gathered) in 0.001668938 sec., 22768.970447074727 rows/sec., 1.90 MiB/sec. 2026.01.02 05:13:19.514408 [ 200 ] {645cdd3d-4969-40ee-99e7-272b8c981424::all_1_29_7} MergedBlockOutputStream: filled checksums all_1_29_7 (state Temporary) 2026.01.02 05:13:19.514713 [ 200 ] {645cdd3d-4969-40ee-99e7-272b8c981424::all_1_29_7} oximeter.fields_ipaddr (645cdd3d-4969-40ee-99e7-272b8c981424): Renaming temporary part tmp_merge_all_1_29_7 to all_1_29_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:13:19.514796 [ 200 ] {645cdd3d-4969-40ee-99e7-272b8c981424::all_1_29_7} oximeter.fields_ipaddr (645cdd3d-4969-40ee-99e7-272b8c981424) (MergerMutator): Merged 5 parts: [all_1_25_6, all_29_29_0] -> all_1_29_7 2026.01.02 05:13:19.514903 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2026.01.02 05:13:22.087837 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1384 2026.01.02 05:13:22.089940 [ 243 ] {} system.query_log (dd3f3490-5765-4d2a-9406-0e239d3e9a13): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:13:22.089985 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2026.01.02 05:13:22.091166 [ 243 ] {} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2026.01.02 05:13:22.091429 [ 243 ] {} system.query_log (dd3f3490-5765-4d2a-9406-0e239d3e9a13): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:13:22.091682 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1384 2026.01.02 05:13:23.582861 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:13:23.583170 [ 270 ] {e2906576-89cb-4573-ace8-6e22e485da46} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.01.02 05:13:23.583279 [ 270 ] {e2906576-89cb-4573-ace8-6e22e485da46} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.01.02 05:13:23.584330 [ 270 ] {e2906576-89cb-4573-ace8-6e22e485da46} oximeter.fields_i16 (cb56b64a-0514-41c6-b851-58b3833bf8fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:13:23.584384 [ 270 ] {e2906576-89cb-4573-ace8-6e22e485da46} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2026.01.02 05:13:23.584826 [ 270 ] {e2906576-89cb-4573-ace8-6e22e485da46} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.01.02 05:13:23.585059 [ 270 ] {e2906576-89cb-4573-ace8-6e22e485da46} oximeter.fields_i16 (cb56b64a-0514-41c6-b851-58b3833bf8fd): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:13:23.585226 [ 270 ] {e2906576-89cb-4573-ace8-6e22e485da46} executeQuery: Read 410 rows, 26.63 KiB in 0.002135 sec., 192037.4707259953 rows/sec., 12.18 MiB/sec. 2026.01.02 05:13:23.585279 [ 270 ] {e2906576-89cb-4573-ace8-6e22e485da46} TCPHandler: Processed in 0.002579453 sec. 2026.01.02 05:13:23.585399 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:13:23.585503 [ 270 ] {3614274c-cdb0-491a-a5cc-61e331aa9a64} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.01.02 05:13:23.585547 [ 270 ] {3614274c-cdb0-491a-a5cc-61e331aa9a64} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.01.02 05:13:23.585960 [ 270 ] {3614274c-cdb0-491a-a5cc-61e331aa9a64} oximeter.fields_ipaddr (645cdd3d-4969-40ee-99e7-272b8c981424): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:13:23.585998 [ 270 ] {3614274c-cdb0-491a-a5cc-61e331aa9a64} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2026.01.02 05:13:23.586310 [ 270 ] {3614274c-cdb0-491a-a5cc-61e331aa9a64} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.01.02 05:13:23.586521 [ 270 ] {3614274c-cdb0-491a-a5cc-61e331aa9a64} oximeter.fields_ipaddr (645cdd3d-4969-40ee-99e7-272b8c981424): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:13:23.586659 [ 270 ] {3614274c-cdb0-491a-a5cc-61e331aa9a64} executeQuery: Read 4 rows, 334.00 B in 0.001178 sec., 3395.585738539898 rows/sec., 276.89 KiB/sec. 2026.01.02 05:13:23.586697 [ 270 ] {3614274c-cdb0-491a-a5cc-61e331aa9a64} TCPHandler: Processed in 0.001349813 sec. 2026.01.02 05:13:23.586812 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:13:23.586933 [ 270 ] {02809adf-961d-4acd-81bb-5efffee468b7} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.02 05:13:23.586981 [ 270 ] {02809adf-961d-4acd-81bb-5efffee468b7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.02 05:13:23.588048 [ 270 ] {02809adf-961d-4acd-81bb-5efffee468b7} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:13:23.588084 [ 270 ] {02809adf-961d-4acd-81bb-5efffee468b7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2026.01.02 05:13:23.588470 [ 270 ] {02809adf-961d-4acd-81bb-5efffee468b7} MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) 2026.01.02 05:13:23.588689 [ 270 ] {02809adf-961d-4acd-81bb-5efffee468b7} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:13:23.588817 [ 270 ] {02809adf-961d-4acd-81bb-5efffee468b7} executeQuery: Read 1194 rows, 97.66 KiB in 0.001909 sec., 625458.3551597695 rows/sec., 49.96 MiB/sec. 2026.01.02 05:13:23.588854 [ 270 ] {02809adf-961d-4acd-81bb-5efffee468b7} TCPHandler: Processed in 0.002100695 sec. 2026.01.02 05:13:23.588968 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:13:23.589059 [ 270 ] {49a0f118-22d2-4721-ba09-ee8a4494d38f} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.02 05:13:23.589097 [ 270 ] {49a0f118-22d2-4721-ba09-ee8a4494d38f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.02 05:13:23.589609 [ 270 ] {49a0f118-22d2-4721-ba09-ee8a4494d38f} oximeter.fields_u16 (75d7a870-5da0-445d-b2e0-ec90b5ea7788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:13:23.589644 [ 270 ] {49a0f118-22d2-4721-ba09-ee8a4494d38f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2026.01.02 05:13:23.589952 [ 270 ] {49a0f118-22d2-4721-ba09-ee8a4494d38f} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2026.01.02 05:13:23.590159 [ 270 ] {49a0f118-22d2-4721-ba09-ee8a4494d38f} oximeter.fields_u16 (75d7a870-5da0-445d-b2e0-ec90b5ea7788): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:13:23.590274 [ 74 ] {} oximeter.fields_u16 (75d7a870-5da0-445d-b2e0-ec90b5ea7788) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2026.01.02 05:13:23.590282 [ 270 ] {49a0f118-22d2-4721-ba09-ee8a4494d38f} executeQuery: Read 249 rows, 15.60 KiB in 0.001241 sec., 200644.64141821113 rows/sec., 12.28 MiB/sec. 2026.01.02 05:13:23.590345 [ 74 ] {} oximeter.fields_u16 (75d7a870-5da0-445d-b2e0-ec90b5ea7788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:13:23.590362 [ 270 ] {49a0f118-22d2-4721-ba09-ee8a4494d38f} TCPHandler: Processed in 0.001440974 sec. 2026.01.02 05:13:23.590372 [ 74 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2026.01.02 05:13:23.590479 [ 201 ] {75d7a870-5da0-445d-b2e0-ec90b5ea7788::all_1_61_12} MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full 2026.01.02 05:13:23.590501 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:13:23.590594 [ 201 ] {75d7a870-5da0-445d-b2e0-ec90b5ea7788::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.02 05:13:23.590594 [ 270 ] {8869660c-f402-47e3-8c73-84df5dddf719} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.02 05:13:23.590630 [ 201 ] {75d7a870-5da0-445d-b2e0-ec90b5ea7788::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 277 rows starting from the beginning of the part 2026.01.02 05:13:23.590643 [ 270 ] {8869660c-f402-47e3-8c73-84df5dddf719} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.02 05:13:23.590698 [ 201 ] {75d7a870-5da0-445d-b2e0-ec90b5ea7788::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 50 rows starting from the beginning of the part 2026.01.02 05:13:23.590754 [ 201 ] {75d7a870-5da0-445d-b2e0-ec90b5ea7788::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 40 rows starting from the beginning of the part 2026.01.02 05:13:23.590803 [ 201 ] {75d7a870-5da0-445d-b2e0-ec90b5ea7788::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 14 rows starting from the beginning of the part 2026.01.02 05:13:23.590848 [ 201 ] {75d7a870-5da0-445d-b2e0-ec90b5ea7788::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 40 rows starting from the beginning of the part 2026.01.02 05:13:23.590891 [ 201 ] {75d7a870-5da0-445d-b2e0-ec90b5ea7788::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 249 rows starting from the beginning of the part 2026.01.02 05:13:23.591164 [ 270 ] {8869660c-f402-47e3-8c73-84df5dddf719} oximeter.fields_u32 (1310015a-3be0-40ba-9fec-1b5eb4ed9f75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:13:23.591198 [ 270 ] {8869660c-f402-47e3-8c73-84df5dddf719} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2026.01.02 05:13:23.591527 [ 270 ] {8869660c-f402-47e3-8c73-84df5dddf719} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.01.02 05:13:23.591689 [ 190 ] {75d7a870-5da0-445d-b2e0-ec90b5ea7788::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 670 rows, containing 5 columns (5 merged, 0 gathered) in 0.001254311 sec., 534157.7965911166 rows/sec., 36.38 MiB/sec. 2026.01.02 05:13:23.591734 [ 270 ] {8869660c-f402-47e3-8c73-84df5dddf719} oximeter.fields_u32 (1310015a-3be0-40ba-9fec-1b5eb4ed9f75): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:13:23.591866 [ 270 ] {8869660c-f402-47e3-8c73-84df5dddf719} executeQuery: Read 212 rows, 14.00 KiB in 0.001289 sec., 164468.58029480217 rows/sec., 10.61 MiB/sec. 2026.01.02 05:13:23.591879 [ 186 ] {75d7a870-5da0-445d-b2e0-ec90b5ea7788::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2026.01.02 05:13:23.591903 [ 270 ] {8869660c-f402-47e3-8c73-84df5dddf719} TCPHandler: Processed in 0.001448955 sec. 2026.01.02 05:13:23.592022 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:13:23.592115 [ 270 ] {8342fe21-f485-493d-bd98-16d715867531} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.01.02 05:13:23.592157 [ 270 ] {8342fe21-f485-493d-bd98-16d715867531} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.01.02 05:13:23.592241 [ 186 ] {75d7a870-5da0-445d-b2e0-ec90b5ea7788::all_1_61_12} oximeter.fields_u16 (75d7a870-5da0-445d-b2e0-ec90b5ea7788): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:13:23.592336 [ 186 ] {75d7a870-5da0-445d-b2e0-ec90b5ea7788::all_1_61_12} oximeter.fields_u16 (75d7a870-5da0-445d-b2e0-ec90b5ea7788) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2026.01.02 05:13:23.592455 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. 2026.01.02 05:13:23.592649 [ 270 ] {8342fe21-f485-493d-bd98-16d715867531} oximeter.fields_u8 (ae3e3832-81ae-4954-8933-d68b9608f6be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:13:23.592689 [ 270 ] {8342fe21-f485-493d-bd98-16d715867531} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2026.01.02 05:13:23.592997 [ 270 ] {8342fe21-f485-493d-bd98-16d715867531} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.01.02 05:13:23.593219 [ 270 ] {8342fe21-f485-493d-bd98-16d715867531} oximeter.fields_u8 (ae3e3832-81ae-4954-8933-d68b9608f6be): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:13:23.593344 [ 270 ] {8342fe21-f485-493d-bd98-16d715867531} executeQuery: Read 211 rows, 12.27 KiB in 0.001247 sec., 169206.09462710505 rows/sec., 9.61 MiB/sec. 2026.01.02 05:13:23.593381 [ 270 ] {8342fe21-f485-493d-bd98-16d715867531} TCPHandler: Processed in 0.001406493 sec. 2026.01.02 05:13:23.593487 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:13:23.593577 [ 270 ] {598e1f2a-2cb0-4c12-a15c-debea8451a09} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.02 05:13:23.593614 [ 270 ] {598e1f2a-2cb0-4c12-a15c-debea8451a09} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.02 05:13:23.594328 [ 270 ] {598e1f2a-2cb0-4c12-a15c-debea8451a09} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:13:23.594363 [ 270 ] {598e1f2a-2cb0-4c12-a15c-debea8451a09} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2026.01.02 05:13:23.594696 [ 270 ] {598e1f2a-2cb0-4c12-a15c-debea8451a09} MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) 2026.01.02 05:13:23.594902 [ 270 ] {598e1f2a-2cb0-4c12-a15c-debea8451a09} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:13:23.595022 [ 270 ] {598e1f2a-2cb0-4c12-a15c-debea8451a09} executeQuery: Read 723 rows, 52.00 KiB in 0.001462 sec., 494528.0437756498 rows/sec., 34.73 MiB/sec. 2026.01.02 05:13:23.595058 [ 270 ] {598e1f2a-2cb0-4c12-a15c-debea8451a09} TCPHandler: Processed in 0.001618597 sec. 2026.01.02 05:13:23.595169 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:13:23.595262 [ 270 ] {da99f758-758d-4c01-8d3e-fc9a3a028bc1} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.01.02 05:13:23.595302 [ 270 ] {da99f758-758d-4c01-8d3e-fc9a3a028bc1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.01.02 05:13:23.595624 [ 270 ] {da99f758-758d-4c01-8d3e-fc9a3a028bc1} oximeter.measurements_bool (0b2779fa-d8a4-4f66-a14b-91b20b950528): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:13:23.595659 [ 270 ] {da99f758-758d-4c01-8d3e-fc9a3a028bc1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2026.01.02 05:13:23.595950 [ 270 ] {da99f758-758d-4c01-8d3e-fc9a3a028bc1} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.01.02 05:13:23.596158 [ 270 ] {da99f758-758d-4c01-8d3e-fc9a3a028bc1} oximeter.measurements_bool (0b2779fa-d8a4-4f66-a14b-91b20b950528): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:13:23.596278 [ 270 ] {da99f758-758d-4c01-8d3e-fc9a3a028bc1} executeQuery: Read 6 rows, 321.00 B in 0.001034 sec., 5802.707930367505 rows/sec., 303.17 KiB/sec. 2026.01.02 05:13:23.596315 [ 270 ] {da99f758-758d-4c01-8d3e-fc9a3a028bc1} TCPHandler: Processed in 0.001192931 sec. 2026.01.02 05:13:23.596420 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:13:23.596511 [ 270 ] {6481efba-0652-4a6c-8f1b-24f2ac579789} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.02 05:13:23.596551 [ 270 ] {6481efba-0652-4a6c-8f1b-24f2ac579789} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.02 05:13:23.596994 [ 270 ] {6481efba-0652-4a6c-8f1b-24f2ac579789} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:13:23.597029 [ 270 ] {6481efba-0652-4a6c-8f1b-24f2ac579789} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2026.01.02 05:13:23.597350 [ 270 ] {6481efba-0652-4a6c-8f1b-24f2ac579789} MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) 2026.01.02 05:13:23.597556 [ 270 ] {6481efba-0652-4a6c-8f1b-24f2ac579789} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:13:23.597680 [ 270 ] {6481efba-0652-4a6c-8f1b-24f2ac579789} executeQuery: Read 316 rows, 21.26 KiB in 0.001187 sec., 266217.3546756529 rows/sec., 17.49 MiB/sec. 2026.01.02 05:13:23.597716 [ 270 ] {6481efba-0652-4a6c-8f1b-24f2ac579789} TCPHandler: Processed in 0.001342303 sec. 2026.01.02 05:13:23.597820 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:13:23.597910 [ 270 ] {abd18f60-14c0-4f53-b6f1-cc8f538f866d} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.01.02 05:13:23.597950 [ 270 ] {abd18f60-14c0-4f53-b6f1-cc8f538f866d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.01.02 05:13:23.598247 [ 270 ] {abd18f60-14c0-4f53-b6f1-cc8f538f866d} oximeter.measurements_f64 (aa9bbb3a-da62-4075-81f6-d05edd62a94a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:13:23.598282 [ 270 ] {abd18f60-14c0-4f53-b6f1-cc8f538f866d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2026.01.02 05:13:23.598578 [ 270 ] {abd18f60-14c0-4f53-b6f1-cc8f538f866d} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.01.02 05:13:23.598781 [ 270 ] {abd18f60-14c0-4f53-b6f1-cc8f538f866d} oximeter.measurements_f64 (aa9bbb3a-da62-4075-81f6-d05edd62a94a): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:13:23.598902 [ 270 ] {abd18f60-14c0-4f53-b6f1-cc8f538f866d} executeQuery: Read 1 rows, 69.00 B in 0.00101 sec., 990.09900990099 rows/sec., 66.72 KiB/sec. 2026.01.02 05:13:23.598937 [ 270 ] {abd18f60-14c0-4f53-b6f1-cc8f538f866d} TCPHandler: Processed in 0.001164139 sec. 2026.01.02 05:13:23.599038 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:13:23.599128 [ 270 ] {54679a15-188a-4f57-b9e3-7609240c4e79} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.02 05:13:23.599180 [ 270 ] {54679a15-188a-4f57-b9e3-7609240c4e79} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.01.02 05:13:23.600026 [ 270 ] {54679a15-188a-4f57-b9e3-7609240c4e79} oximeter.measurements_histogramu64 (1ea2d44b-9dfb-4731-8ee2-8779179f369b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:13:23.600060 [ 270 ] {54679a15-188a-4f57-b9e3-7609240c4e79} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2026.01.02 05:13:23.600616 [ 270 ] {54679a15-188a-4f57-b9e3-7609240c4e79} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2026.01.02 05:13:23.600830 [ 270 ] {54679a15-188a-4f57-b9e3-7609240c4e79} oximeter.measurements_histogramu64 (1ea2d44b-9dfb-4731-8ee2-8779179f369b): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:13:23.600931 [ 29 ] {} oximeter.measurements_histogramu64 (1ea2d44b-9dfb-4731-8ee2-8779179f369b) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2026.01.02 05:13:23.600957 [ 270 ] {54679a15-188a-4f57-b9e3-7609240c4e79} executeQuery: Read 40 rows, 73.40 KiB in 0.001847 sec., 21656.74066053059 rows/sec., 38.81 MiB/sec. 2026.01.02 05:13:23.600969 [ 29 ] {} oximeter.measurements_histogramu64 (1ea2d44b-9dfb-4731-8ee2-8779179f369b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:13:23.600989 [ 29 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2026.01.02 05:13:23.601009 [ 270 ] {54679a15-188a-4f57-b9e3-7609240c4e79} TCPHandler: Processed in 0.002017514 sec. 2026.01.02 05:13:23.601059 [ 201 ] {1ea2d44b-9dfb-4731-8ee2-8779179f369b::all_1_46_9} MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full 2026.01.02 05:13:23.601115 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:13:23.601207 [ 270 ] {84b727e9-313f-4ef5-bdd7-c0137236fb33} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.02 05:13:23.601249 [ 270 ] {84b727e9-313f-4ef5-bdd7-c0137236fb33} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.02 05:13:23.601279 [ 201 ] {1ea2d44b-9dfb-4731-8ee2-8779179f369b::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.02 05:13:23.601331 [ 201 ] {1ea2d44b-9dfb-4731-8ee2-8779179f369b::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1542 rows starting from the beginning of the part 2026.01.02 05:13:23.601447 [ 201 ] {1ea2d44b-9dfb-4731-8ee2-8779179f369b::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 40 rows starting from the beginning of the part 2026.01.02 05:13:23.601554 [ 201 ] {1ea2d44b-9dfb-4731-8ee2-8779179f369b::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 40 rows starting from the beginning of the part 2026.01.02 05:13:23.601577 [ 270 ] {84b727e9-313f-4ef5-bdd7-c0137236fb33} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:13:23.601614 [ 270 ] {84b727e9-313f-4ef5-bdd7-c0137236fb33} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2026.01.02 05:13:23.601692 [ 201 ] {1ea2d44b-9dfb-4731-8ee2-8779179f369b::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 40 rows starting from the beginning of the part 2026.01.02 05:13:23.601804 [ 201 ] {1ea2d44b-9dfb-4731-8ee2-8779179f369b::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 40 rows starting from the beginning of the part 2026.01.02 05:13:23.601900 [ 201 ] {1ea2d44b-9dfb-4731-8ee2-8779179f369b::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 40 rows starting from the beginning of the part 2026.01.02 05:13:23.601923 [ 270 ] {84b727e9-313f-4ef5-bdd7-c0137236fb33} MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) 2026.01.02 05:13:23.602136 [ 270 ] {84b727e9-313f-4ef5-bdd7-c0137236fb33} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:13:23.602258 [ 270 ] {84b727e9-313f-4ef5-bdd7-c0137236fb33} executeQuery: Read 104 rows, 6.53 KiB in 0.001069 sec., 97287.18428437792 rows/sec., 5.96 MiB/sec. 2026.01.02 05:13:23.602292 [ 270 ] {84b727e9-313f-4ef5-bdd7-c0137236fb33} TCPHandler: Processed in 0.00122356 sec. 2026.01.02 05:13:23.611584 [ 190 ] {1ea2d44b-9dfb-4731-8ee2-8779179f369b::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 1742 rows, containing 19 columns (19 merged, 0 gathered) in 0.010555097 sec., 165038.74857805666 rows/sec., 295.74 MiB/sec. 2026.01.02 05:13:23.613730 [ 194 ] {1ea2d44b-9dfb-4731-8ee2-8779179f369b::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2026.01.02 05:13:23.614078 [ 194 ] {1ea2d44b-9dfb-4731-8ee2-8779179f369b::all_1_46_9} oximeter.measurements_histogramu64 (1ea2d44b-9dfb-4731-8ee2-8779179f369b): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:13:23.614156 [ 194 ] {1ea2d44b-9dfb-4731-8ee2-8779179f369b::all_1_46_9} oximeter.measurements_histogramu64 (1ea2d44b-9dfb-4731-8ee2-8779179f369b) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2026.01.02 05:13:23.614302 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.70 MiB. 2026.01.02 05:13:24.000188 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 340.71 MiB, peak 352.34 MiB, free memory in arenas 0.00 B, will set to 347.34 MiB (RSS), difference: 6.64 MiB 2026.01.02 05:13:24.494368 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 30297 2026.01.02 05:13:24.494978 [ 245 ] {} system.asynchronous_metric_log (bb53ce5c-bddd-4105-a5af-ef87950cd4f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:13:24.495017 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2026.01.02 05:13:24.495503 [ 245 ] {} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2026.01.02 05:13:24.495756 [ 245 ] {} system.asynchronous_metric_log (bb53ce5c-bddd-4105-a5af-ef87950cd4f3): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:13:24.495887 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 30297 2026.01.02 05:13:26.160809 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 475 2026.01.02 05:13:26.178231 [ 244 ] {} system.metric_log (a59fffb9-cc3a-4586-97e5-9d20b67a7356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:13:26.178282 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2026.01.02 05:13:26.184676 [ 244 ] {} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2026.01.02 05:13:26.185373 [ 244 ] {} system.metric_log (a59fffb9-cc3a-4586-97e5-9d20b67a7356): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:13:26.188386 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 475 2026.01.02 05:13:28.568787 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:13:28.569002 [ 270 ] {960369bf-eaea-42e9-8453-aca4a2191408} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.02 05:13:28.569068 [ 270 ] {960369bf-eaea-42e9-8453-aca4a2191408} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.02 05:13:28.569724 [ 270 ] {960369bf-eaea-42e9-8453-aca4a2191408} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:13:28.569771 [ 270 ] {960369bf-eaea-42e9-8453-aca4a2191408} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2026.01.02 05:13:28.570183 [ 270 ] {960369bf-eaea-42e9-8453-aca4a2191408} MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) 2026.01.02 05:13:28.570424 [ 270 ] {960369bf-eaea-42e9-8453-aca4a2191408} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:13:28.570566 [ 78 ] {} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 2026.01.02 05:13:28.570582 [ 270 ] {960369bf-eaea-42e9-8453-aca4a2191408} executeQuery: Read 56 rows, 4.41 KiB in 0.001635 sec., 34250.76452599389 rows/sec., 2.63 MiB/sec. 2026.01.02 05:13:28.570636 [ 78 ] {} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:13:28.570660 [ 270 ] {960369bf-eaea-42e9-8453-aca4a2191408} TCPHandler: Processed in 0.002007704 sec. 2026.01.02 05:13:28.570663 [ 78 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2026.01.02 05:13:28.570782 [ 198 ] {83d580c8-cdc4-4d78-bcce-488a9e56976e::all_1_91_18} MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full 2026.01.02 05:13:28.570791 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:13:28.570916 [ 198 ] {83d580c8-cdc4-4d78-bcce-488a9e56976e::all_1_91_18} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.02 05:13:28.570923 [ 270 ] {7b85d8d3-edfd-4d1c-9621-d5f9ee136883} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.02 05:13:28.570973 [ 198 ] {83d580c8-cdc4-4d78-bcce-488a9e56976e::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 2464 rows starting from the beginning of the part 2026.01.02 05:13:28.570989 [ 270 ] {7b85d8d3-edfd-4d1c-9621-d5f9ee136883} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.02 05:13:28.571046 [ 198 ] {83d580c8-cdc4-4d78-bcce-488a9e56976e::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 1317 rows starting from the beginning of the part 2026.01.02 05:13:28.571096 [ 198 ] {83d580c8-cdc4-4d78-bcce-488a9e56976e::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 136 rows starting from the beginning of the part 2026.01.02 05:13:28.571137 [ 198 ] {83d580c8-cdc4-4d78-bcce-488a9e56976e::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 56 rows starting from the beginning of the part 2026.01.02 05:13:28.571176 [ 198 ] {83d580c8-cdc4-4d78-bcce-488a9e56976e::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 1194 rows starting from the beginning of the part 2026.01.02 05:13:28.571216 [ 198 ] {83d580c8-cdc4-4d78-bcce-488a9e56976e::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 56 rows starting from the beginning of the part 2026.01.02 05:13:28.571465 [ 270 ] {7b85d8d3-edfd-4d1c-9621-d5f9ee136883} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:13:28.571512 [ 270 ] {7b85d8d3-edfd-4d1c-9621-d5f9ee136883} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2026.01.02 05:13:28.571858 [ 270 ] {7b85d8d3-edfd-4d1c-9621-d5f9ee136883} MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) 2026.01.02 05:13:28.572101 [ 270 ] {7b85d8d3-edfd-4d1c-9621-d5f9ee136883} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:13:28.572245 [ 270 ] {7b85d8d3-edfd-4d1c-9621-d5f9ee136883} executeQuery: Read 64 rows, 5.12 KiB in 0.001346 sec., 47548.2912332838 rows/sec., 3.71 MiB/sec. 2026.01.02 05:13:28.572248 [ 78 ] {} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 2026.01.02 05:13:28.572288 [ 270 ] {7b85d8d3-edfd-4d1c-9621-d5f9ee136883} TCPHandler: Processed in 0.001549386 sec. 2026.01.02 05:13:28.572304 [ 78 ] {} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:13:28.572336 [ 78 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2026.01.02 05:13:28.572412 [ 194 ] {a2603088-a695-4667-9faf-2a4ce1a4e7af::all_1_91_18} MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full 2026.01.02 05:13:28.572419 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:13:28.572509 [ 194 ] {a2603088-a695-4667-9faf-2a4ce1a4e7af::all_1_91_18} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.02 05:13:28.572537 [ 270 ] {bb922d8b-170b-4c1f-a26c-f1cc5004be74} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.02 05:13:28.572540 [ 194 ] {a2603088-a695-4667-9faf-2a4ce1a4e7af::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 1249 rows starting from the beginning of the part 2026.01.02 05:13:28.572592 [ 270 ] {bb922d8b-170b-4c1f-a26c-f1cc5004be74} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.02 05:13:28.572614 [ 194 ] {a2603088-a695-4667-9faf-2a4ce1a4e7af::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 558 rows starting from the beginning of the part 2026.01.02 05:13:28.572665 [ 194 ] {a2603088-a695-4667-9faf-2a4ce1a4e7af::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 104 rows starting from the beginning of the part 2026.01.02 05:13:28.572706 [ 194 ] {a2603088-a695-4667-9faf-2a4ce1a4e7af::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 64 rows starting from the beginning of the part 2026.01.02 05:13:28.572744 [ 194 ] {a2603088-a695-4667-9faf-2a4ce1a4e7af::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 723 rows starting from the beginning of the part 2026.01.02 05:13:28.572784 [ 194 ] {a2603088-a695-4667-9faf-2a4ce1a4e7af::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 64 rows starting from the beginning of the part 2026.01.02 05:13:28.573042 [ 270 ] {bb922d8b-170b-4c1f-a26c-f1cc5004be74} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:13:28.573086 [ 270 ] {bb922d8b-170b-4c1f-a26c-f1cc5004be74} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2026.01.02 05:13:28.573298 [ 188 ] {83d580c8-cdc4-4d78-bcce-488a9e56976e::all_1_91_18} MergeTask::MergeProjectionsStage: Merge sorted 5223 rows, containing 5 columns (5 merged, 0 gathered) in 0.002559483 sec., 2040646.4899356628 rows/sec., 174.71 MiB/sec. 2026.01.02 05:13:28.573467 [ 270 ] {bb922d8b-170b-4c1f-a26c-f1cc5004be74} MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) 2026.01.02 05:13:28.573594 [ 190 ] {83d580c8-cdc4-4d78-bcce-488a9e56976e::all_1_91_18} MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) 2026.01.02 05:13:28.573756 [ 270 ] {bb922d8b-170b-4c1f-a26c-f1cc5004be74} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:13:28.573872 [ 191 ] {a2603088-a695-4667-9faf-2a4ce1a4e7af::all_1_91_18} MergeTask::MergeProjectionsStage: Merge sorted 2762 rows, containing 5 columns (5 merged, 0 gathered) in 0.001485445 sec., 1859375.473343005 rows/sec., 142.30 MiB/sec. 2026.01.02 05:13:28.573895 [ 190 ] {83d580c8-cdc4-4d78-bcce-488a9e56976e::all_1_91_18} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:13:28.573911 [ 270 ] {bb922d8b-170b-4c1f-a26c-f1cc5004be74} executeQuery: Read 160 rows, 11.41 KiB in 0.001395 sec., 114695.34050179212 rows/sec., 7.99 MiB/sec. 2026.01.02 05:13:28.573970 [ 270 ] {bb922d8b-170b-4c1f-a26c-f1cc5004be74} TCPHandler: Processed in 0.001602837 sec. 2026.01.02 05:13:28.573997 [ 190 ] {83d580c8-cdc4-4d78-bcce-488a9e56976e::all_1_91_18} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 2026.01.02 05:13:28.574074 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.18 MiB. 2026.01.02 05:13:28.574091 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:13:28.574124 [ 188 ] {a2603088-a695-4667-9faf-2a4ce1a4e7af::all_1_91_18} MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) 2026.01.02 05:13:28.574217 [ 270 ] {87e7244c-f78c-417e-8008-58773d051861} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.02 05:13:28.574274 [ 270 ] {87e7244c-f78c-417e-8008-58773d051861} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.02 05:13:28.574432 [ 188 ] {a2603088-a695-4667-9faf-2a4ce1a4e7af::all_1_91_18} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:13:28.574544 [ 188 ] {a2603088-a695-4667-9faf-2a4ce1a4e7af::all_1_91_18} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 2026.01.02 05:13:28.574659 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.69 MiB. 2026.01.02 05:13:28.574668 [ 270 ] {87e7244c-f78c-417e-8008-58773d051861} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:13:28.574717 [ 270 ] {87e7244c-f78c-417e-8008-58773d051861} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2026.01.02 05:13:28.575087 [ 270 ] {87e7244c-f78c-417e-8008-58773d051861} MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) 2026.01.02 05:13:28.575309 [ 270 ] {87e7244c-f78c-417e-8008-58773d051861} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:13:28.575441 [ 270 ] {87e7244c-f78c-417e-8008-58773d051861} executeQuery: Read 60 rows, 4.14 KiB in 0.001249 sec., 48038.43074459568 rows/sec., 3.24 MiB/sec. 2026.01.02 05:13:28.575477 [ 270 ] {87e7244c-f78c-417e-8008-58773d051861} TCPHandler: Processed in 0.001445944 sec. 2026.01.02 05:13:31.780873 [ 75 ] {} DNSResolver: Updating DNS cache 2026.01.02 05:13:31.780949 [ 75 ] {} DNSResolver: Updated DNS cache 2026.01.02 05:13:31.996123 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 30745 2026.01.02 05:13:31.996665 [ 245 ] {} system.asynchronous_metric_log (bb53ce5c-bddd-4105-a5af-ef87950cd4f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:13:31.996714 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2026.01.02 05:13:31.997285 [ 245 ] {} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2026.01.02 05:13:31.997574 [ 245 ] {} system.asynchronous_metric_log (bb53ce5c-bddd-4105-a5af-ef87950cd4f3): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:13:31.997750 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 30745 2026.01.02 05:13:32.001211 [ 248 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000826213 sec. 2026.01.02 05:13:32.091933 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 1416 2026.01.02 05:13:32.094408 [ 243 ] {} system.query_log (dd3f3490-5765-4d2a-9406-0e239d3e9a13): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:13:32.094463 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2026.01.02 05:13:32.095715 [ 243 ] {} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2026.01.02 05:13:32.095999 [ 243 ] {} system.query_log (dd3f3490-5765-4d2a-9406-0e239d3e9a13): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:13:32.096402 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1416 2026.01.02 05:13:33.582134 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:13:33.582397 [ 270 ] {e715c0be-4dfc-4e88-a70b-e4a4a6ffb561} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.01.02 05:13:33.582474 [ 270 ] {e715c0be-4dfc-4e88-a70b-e4a4a6ffb561} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.01.02 05:13:33.583400 [ 270 ] {e715c0be-4dfc-4e88-a70b-e4a4a6ffb561} oximeter.fields_i16 (cb56b64a-0514-41c6-b851-58b3833bf8fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:13:33.583446 [ 270 ] {e715c0be-4dfc-4e88-a70b-e4a4a6ffb561} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2026.01.02 05:13:33.583865 [ 270 ] {e715c0be-4dfc-4e88-a70b-e4a4a6ffb561} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.01.02 05:13:33.584097 [ 270 ] {e715c0be-4dfc-4e88-a70b-e4a4a6ffb561} oximeter.fields_i16 (cb56b64a-0514-41c6-b851-58b3833bf8fd): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:13:33.584233 [ 72 ] {} oximeter.fields_i16 (cb56b64a-0514-41c6-b851-58b3833bf8fd) (MergerMutator): Selected 6 parts from all_1_18_4 to all_23_23_0 2026.01.02 05:13:33.584262 [ 270 ] {e715c0be-4dfc-4e88-a70b-e4a4a6ffb561} executeQuery: Read 410 rows, 26.63 KiB in 0.001922 sec., 213319.4588969823 rows/sec., 13.53 MiB/sec. 2026.01.02 05:13:33.584301 [ 72 ] {} oximeter.fields_i16 (cb56b64a-0514-41c6-b851-58b3833bf8fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:13:33.584324 [ 270 ] {e715c0be-4dfc-4e88-a70b-e4a4a6ffb561} TCPHandler: Processed in 0.002379189 sec. 2026.01.02 05:13:33.584328 [ 72 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2026.01.02 05:13:33.584459 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:13:33.584499 [ 194 ] {cb56b64a-0514-41c6-b851-58b3833bf8fd::all_1_23_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_18_4 to all_23_23_0 into Compact with storage Full 2026.01.02 05:13:33.584568 [ 270 ] {06273607-335d-44d6-b621-cda41b6cd565} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.02 05:13:33.584620 [ 270 ] {06273607-335d-44d6-b621-cda41b6cd565} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.02 05:13:33.584697 [ 194 ] {cb56b64a-0514-41c6-b851-58b3833bf8fd::all_1_23_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.02 05:13:33.584758 [ 194 ] {cb56b64a-0514-41c6-b851-58b3833bf8fd::all_1_23_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_18_4, total 434 rows starting from the beginning of the part 2026.01.02 05:13:33.584862 [ 194 ] {cb56b64a-0514-41c6-b851-58b3833bf8fd::all_1_23_5} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 24 rows starting from the beginning of the part 2026.01.02 05:13:33.584939 [ 194 ] {cb56b64a-0514-41c6-b851-58b3833bf8fd::all_1_23_5} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 24 rows starting from the beginning of the part 2026.01.02 05:13:33.585016 [ 194 ] {cb56b64a-0514-41c6-b851-58b3833bf8fd::all_1_23_5} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 24 rows starting from the beginning of the part 2026.01.02 05:13:33.585084 [ 194 ] {cb56b64a-0514-41c6-b851-58b3833bf8fd::all_1_23_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 410 rows starting from the beginning of the part 2026.01.02 05:13:33.585151 [ 194 ] {cb56b64a-0514-41c6-b851-58b3833bf8fd::all_1_23_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 410 rows starting from the beginning of the part 2026.01.02 05:13:33.585886 [ 270 ] {06273607-335d-44d6-b621-cda41b6cd565} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:13:33.585937 [ 270 ] {06273607-335d-44d6-b621-cda41b6cd565} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2026.01.02 05:13:33.586174 [ 191 ] {cb56b64a-0514-41c6-b851-58b3833bf8fd::all_1_23_5} MergeTask::MergeProjectionsStage: Merge sorted 1326 rows, containing 5 columns (5 merged, 0 gathered) in 0.001753039 sec., 756400.7417975299 rows/sec., 51.94 MiB/sec. 2026.01.02 05:13:33.586394 [ 193 ] {cb56b64a-0514-41c6-b851-58b3833bf8fd::all_1_23_5} MergedBlockOutputStream: filled checksums all_1_23_5 (state Temporary) 2026.01.02 05:13:33.586396 [ 270 ] {06273607-335d-44d6-b621-cda41b6cd565} MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) 2026.01.02 05:13:33.586653 [ 270 ] {06273607-335d-44d6-b621-cda41b6cd565} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:13:33.586762 [ 193 ] {cb56b64a-0514-41c6-b851-58b3833bf8fd::all_1_23_5} oximeter.fields_i16 (cb56b64a-0514-41c6-b851-58b3833bf8fd): Renaming temporary part tmp_merge_all_1_23_5 to all_1_23_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:13:33.586794 [ 270 ] {06273607-335d-44d6-b621-cda41b6cd565} executeQuery: Read 1192 rows, 97.51 KiB in 0.002249 sec., 530013.3392618941 rows/sec., 42.34 MiB/sec. 2026.01.02 05:13:33.586833 [ 270 ] {06273607-335d-44d6-b621-cda41b6cd565} TCPHandler: Processed in 0.00242691 sec. 2026.01.02 05:13:33.586854 [ 193 ] {cb56b64a-0514-41c6-b851-58b3833bf8fd::all_1_23_5} oximeter.fields_i16 (cb56b64a-0514-41c6-b851-58b3833bf8fd) (MergerMutator): Merged 6 parts: [all_1_18_4, all_23_23_0] -> all_1_23_5 2026.01.02 05:13:33.586951 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:13:33.586964 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB. 2026.01.02 05:13:33.587050 [ 270 ] {6b92c95c-434b-4c47-a1eb-4268185acfbb} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.02 05:13:33.587093 [ 270 ] {6b92c95c-434b-4c47-a1eb-4268185acfbb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.02 05:13:33.587636 [ 270 ] {6b92c95c-434b-4c47-a1eb-4268185acfbb} oximeter.fields_u16 (75d7a870-5da0-445d-b2e0-ec90b5ea7788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:13:33.587672 [ 270 ] {6b92c95c-434b-4c47-a1eb-4268185acfbb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2026.01.02 05:13:33.587998 [ 270 ] {6b92c95c-434b-4c47-a1eb-4268185acfbb} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2026.01.02 05:13:33.588209 [ 270 ] {6b92c95c-434b-4c47-a1eb-4268185acfbb} oximeter.fields_u16 (75d7a870-5da0-445d-b2e0-ec90b5ea7788): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:13:33.588342 [ 270 ] {6b92c95c-434b-4c47-a1eb-4268185acfbb} executeQuery: Read 245 rows, 15.32 KiB in 0.001313 sec., 186595.5826351866 rows/sec., 11.40 MiB/sec. 2026.01.02 05:13:33.588381 [ 270 ] {6b92c95c-434b-4c47-a1eb-4268185acfbb} TCPHandler: Processed in 0.001480974 sec. 2026.01.02 05:13:33.588490 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:13:33.588586 [ 270 ] {b4c47748-592e-4c34-b380-97c5c42f8a53} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.02 05:13:33.588626 [ 270 ] {b4c47748-592e-4c34-b380-97c5c42f8a53} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.02 05:13:33.589128 [ 270 ] {b4c47748-592e-4c34-b380-97c5c42f8a53} oximeter.fields_u32 (1310015a-3be0-40ba-9fec-1b5eb4ed9f75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:13:33.589163 [ 270 ] {b4c47748-592e-4c34-b380-97c5c42f8a53} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2026.01.02 05:13:33.589480 [ 270 ] {b4c47748-592e-4c34-b380-97c5c42f8a53} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.01.02 05:13:33.589690 [ 270 ] {b4c47748-592e-4c34-b380-97c5c42f8a53} oximeter.fields_u32 (1310015a-3be0-40ba-9fec-1b5eb4ed9f75): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:13:33.589817 [ 270 ] {b4c47748-592e-4c34-b380-97c5c42f8a53} executeQuery: Read 212 rows, 14.00 KiB in 0.001251 sec., 169464.42845723423 rows/sec., 10.93 MiB/sec. 2026.01.02 05:13:33.589855 [ 270 ] {b4c47748-592e-4c34-b380-97c5c42f8a53} TCPHandler: Processed in 0.001415354 sec. 2026.01.02 05:13:33.589964 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:13:33.590059 [ 270 ] {7de253ee-cbe9-4e4b-860e-6713e1786192} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.01.02 05:13:33.590099 [ 270 ] {7de253ee-cbe9-4e4b-860e-6713e1786192} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.01.02 05:13:33.590590 [ 270 ] {7de253ee-cbe9-4e4b-860e-6713e1786192} oximeter.fields_u8 (ae3e3832-81ae-4954-8933-d68b9608f6be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:13:33.590627 [ 270 ] {7de253ee-cbe9-4e4b-860e-6713e1786192} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2026.01.02 05:13:33.590931 [ 270 ] {7de253ee-cbe9-4e4b-860e-6713e1786192} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.01.02 05:13:33.591150 [ 270 ] {7de253ee-cbe9-4e4b-860e-6713e1786192} oximeter.fields_u8 (ae3e3832-81ae-4954-8933-d68b9608f6be): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:13:33.591280 [ 270 ] {7de253ee-cbe9-4e4b-860e-6713e1786192} executeQuery: Read 211 rows, 12.27 KiB in 0.001239 sec., 170298.62792574655 rows/sec., 9.67 MiB/sec. 2026.01.02 05:13:33.591279 [ 70 ] {} oximeter.fields_u8 (ae3e3832-81ae-4954-8933-d68b9608f6be) (MergerMutator): Selected 6 parts from all_1_18_4 to all_23_23_0 2026.01.02 05:13:33.591319 [ 270 ] {7de253ee-cbe9-4e4b-860e-6713e1786192} TCPHandler: Processed in 0.001404393 sec. 2026.01.02 05:13:33.591344 [ 70 ] {} oximeter.fields_u8 (ae3e3832-81ae-4954-8933-d68b9608f6be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:13:33.591374 [ 70 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2026.01.02 05:13:33.591433 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:13:33.591448 [ 190 ] {ae3e3832-81ae-4954-8933-d68b9608f6be::all_1_23_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_18_4 to all_23_23_0 into Compact with storage Full 2026.01.02 05:13:33.591531 [ 270 ] {b3dde000-622d-43d2-a2cc-c6f77b071699} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.02 05:13:33.591546 [ 190 ] {ae3e3832-81ae-4954-8933-d68b9608f6be::all_1_23_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.02 05:13:33.591577 [ 270 ] {b3dde000-622d-43d2-a2cc-c6f77b071699} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.02 05:13:33.591579 [ 190 ] {ae3e3832-81ae-4954-8933-d68b9608f6be::all_1_23_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_18_4, total 223 rows starting from the beginning of the part 2026.01.02 05:13:33.591650 [ 190 ] {ae3e3832-81ae-4954-8933-d68b9608f6be::all_1_23_5} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 12 rows starting from the beginning of the part 2026.01.02 05:13:33.591693 [ 190 ] {ae3e3832-81ae-4954-8933-d68b9608f6be::all_1_23_5} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 12 rows starting from the beginning of the part 2026.01.02 05:13:33.591733 [ 190 ] {ae3e3832-81ae-4954-8933-d68b9608f6be::all_1_23_5} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 12 rows starting from the beginning of the part 2026.01.02 05:13:33.591770 [ 190 ] {ae3e3832-81ae-4954-8933-d68b9608f6be::all_1_23_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 211 rows starting from the beginning of the part 2026.01.02 05:13:33.591811 [ 190 ] {ae3e3832-81ae-4954-8933-d68b9608f6be::all_1_23_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 211 rows starting from the beginning of the part 2026.01.02 05:13:33.592320 [ 270 ] {b3dde000-622d-43d2-a2cc-c6f77b071699} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:13:33.592362 [ 270 ] {b3dde000-622d-43d2-a2cc-c6f77b071699} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2026.01.02 05:13:33.592611 [ 193 ] {ae3e3832-81ae-4954-8933-d68b9608f6be::all_1_23_5} MergeTask::MergeProjectionsStage: Merge sorted 681 rows, containing 5 columns (5 merged, 0 gathered) in 0.00119472 sec., 570008.0353555644 rows/sec., 35.33 MiB/sec. 2026.01.02 05:13:33.592710 [ 270 ] {b3dde000-622d-43d2-a2cc-c6f77b071699} MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) 2026.01.02 05:13:33.592741 [ 190 ] {ae3e3832-81ae-4954-8933-d68b9608f6be::all_1_23_5} MergedBlockOutputStream: filled checksums all_1_23_5 (state Temporary) 2026.01.02 05:13:33.593000 [ 270 ] {b3dde000-622d-43d2-a2cc-c6f77b071699} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:13:33.593065 [ 190 ] {ae3e3832-81ae-4954-8933-d68b9608f6be::all_1_23_5} oximeter.fields_u8 (ae3e3832-81ae-4954-8933-d68b9608f6be): Renaming temporary part tmp_merge_all_1_23_5 to all_1_23_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:13:33.593138 [ 270 ] {b3dde000-622d-43d2-a2cc-c6f77b071699} executeQuery: Read 719 rows, 51.67 KiB in 0.001624 sec., 442733.99014778325 rows/sec., 31.07 MiB/sec. 2026.01.02 05:13:33.593141 [ 190 ] {ae3e3832-81ae-4954-8933-d68b9608f6be::all_1_23_5} oximeter.fields_u8 (ae3e3832-81ae-4954-8933-d68b9608f6be) (MergerMutator): Merged 6 parts: [all_1_18_4, all_23_23_0] -> all_1_23_5 2026.01.02 05:13:33.593184 [ 270 ] {b3dde000-622d-43d2-a2cc-c6f77b071699} TCPHandler: Processed in 0.001799641 sec. 2026.01.02 05:13:33.593233 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. 2026.01.02 05:13:33.593299 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:13:33.593396 [ 270 ] {3432a086-61fc-493d-9e92-fe6dfe501f21} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.01.02 05:13:33.593437 [ 270 ] {3432a086-61fc-493d-9e92-fe6dfe501f21} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.01.02 05:13:33.593764 [ 270 ] {3432a086-61fc-493d-9e92-fe6dfe501f21} oximeter.measurements_bool (0b2779fa-d8a4-4f66-a14b-91b20b950528): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:13:33.593800 [ 270 ] {3432a086-61fc-493d-9e92-fe6dfe501f21} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2026.01.02 05:13:33.594109 [ 270 ] {3432a086-61fc-493d-9e92-fe6dfe501f21} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.01.02 05:13:33.594323 [ 270 ] {3432a086-61fc-493d-9e92-fe6dfe501f21} oximeter.measurements_bool (0b2779fa-d8a4-4f66-a14b-91b20b950528): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:13:33.594457 [ 270 ] {3432a086-61fc-493d-9e92-fe6dfe501f21} executeQuery: Read 6 rows, 321.00 B in 0.001079 sec., 5560.704355885078 rows/sec., 290.53 KiB/sec. 2026.01.02 05:13:33.594493 [ 270 ] {3432a086-61fc-493d-9e92-fe6dfe501f21} TCPHandler: Processed in 0.00124387 sec. 2026.01.02 05:13:33.594600 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:13:33.594694 [ 270 ] {7704b54f-167e-4990-b7f4-21b8167a1c5b} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.02 05:13:33.594737 [ 270 ] {7704b54f-167e-4990-b7f4-21b8167a1c5b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.02 05:13:33.595187 [ 270 ] {7704b54f-167e-4990-b7f4-21b8167a1c5b} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:13:33.595223 [ 270 ] {7704b54f-167e-4990-b7f4-21b8167a1c5b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2026.01.02 05:13:33.595562 [ 270 ] {7704b54f-167e-4990-b7f4-21b8167a1c5b} MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) 2026.01.02 05:13:33.595785 [ 270 ] {7704b54f-167e-4990-b7f4-21b8167a1c5b} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:13:33.595898 [ 70 ] {} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 2026.01.02 05:13:33.595915 [ 270 ] {7704b54f-167e-4990-b7f4-21b8167a1c5b} executeQuery: Read 314 rows, 21.12 KiB in 0.00124 sec., 253225.8064516129 rows/sec., 16.63 MiB/sec. 2026.01.02 05:13:33.595931 [ 70 ] {} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:13:33.595956 [ 70 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2026.01.02 05:13:33.595960 [ 270 ] {7704b54f-167e-4990-b7f4-21b8167a1c5b} TCPHandler: Processed in 0.001408234 sec. 2026.01.02 05:13:33.596063 [ 187 ] {935760ec-14c4-43f9-bf0f-f949cce05eda::all_1_91_18} MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full 2026.01.02 05:13:33.596076 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:13:33.596190 [ 270 ] {54240a5b-79ac-41eb-827b-90b3db3614ee} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.01.02 05:13:33.596224 [ 187 ] {935760ec-14c4-43f9-bf0f-f949cce05eda::all_1_91_18} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.02 05:13:33.596232 [ 270 ] {54240a5b-79ac-41eb-827b-90b3db3614ee} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.01.02 05:13:33.596273 [ 187 ] {935760ec-14c4-43f9-bf0f-f949cce05eda::all_1_91_18} MergeTreeSequentialSource: Reading 5 marks from part all_1_86_17, total 25732 rows starting from the beginning of the part 2026.01.02 05:13:33.596352 [ 187 ] {935760ec-14c4-43f9-bf0f-f949cce05eda::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.01.02 05:13:33.596407 [ 187 ] {935760ec-14c4-43f9-bf0f-f949cce05eda::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.01.02 05:13:33.596457 [ 187 ] {935760ec-14c4-43f9-bf0f-f949cce05eda::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 316 rows starting from the beginning of the part 2026.01.02 05:13:33.596501 [ 187 ] {935760ec-14c4-43f9-bf0f-f949cce05eda::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.01.02 05:13:33.596548 [ 187 ] {935760ec-14c4-43f9-bf0f-f949cce05eda::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 314 rows starting from the beginning of the part 2026.01.02 05:13:33.596555 [ 270 ] {54240a5b-79ac-41eb-827b-90b3db3614ee} oximeter.measurements_f64 (aa9bbb3a-da62-4075-81f6-d05edd62a94a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:13:33.596599 [ 270 ] {54240a5b-79ac-41eb-827b-90b3db3614ee} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2026.01.02 05:13:33.596928 [ 270 ] {54240a5b-79ac-41eb-827b-90b3db3614ee} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.01.02 05:13:33.597161 [ 270 ] {54240a5b-79ac-41eb-827b-90b3db3614ee} oximeter.measurements_f64 (aa9bbb3a-da62-4075-81f6-d05edd62a94a): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:13:33.597297 [ 270 ] {54240a5b-79ac-41eb-827b-90b3db3614ee} executeQuery: Read 1 rows, 69.00 B in 0.001125 sec., 888.8888888888889 rows/sec., 59.90 KiB/sec. 2026.01.02 05:13:33.597334 [ 270 ] {54240a5b-79ac-41eb-827b-90b3db3614ee} TCPHandler: Processed in 0.001306032 sec. 2026.01.02 05:13:33.597438 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:13:33.597532 [ 270 ] {bef415d2-5060-493c-9704-ab4b7924b7e5} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.02 05:13:33.597586 [ 270 ] {bef415d2-5060-493c-9704-ab4b7924b7e5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.01.02 05:13:33.598456 [ 270 ] {bef415d2-5060-493c-9704-ab4b7924b7e5} oximeter.measurements_histogramu64 (1ea2d44b-9dfb-4731-8ee2-8779179f369b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:13:33.598493 [ 270 ] {bef415d2-5060-493c-9704-ab4b7924b7e5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2026.01.02 05:13:33.599085 [ 270 ] {bef415d2-5060-493c-9704-ab4b7924b7e5} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2026.01.02 05:13:33.599324 [ 270 ] {bef415d2-5060-493c-9704-ab4b7924b7e5} oximeter.measurements_histogramu64 (1ea2d44b-9dfb-4731-8ee2-8779179f369b): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:13:33.599470 [ 270 ] {bef415d2-5060-493c-9704-ab4b7924b7e5} executeQuery: Read 40 rows, 73.40 KiB in 0.001955 sec., 20460.358056265984 rows/sec., 36.66 MiB/sec. 2026.01.02 05:13:33.599523 [ 270 ] {bef415d2-5060-493c-9704-ab4b7924b7e5} TCPHandler: Processed in 0.002132946 sec. 2026.01.02 05:13:33.599633 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:13:33.599727 [ 270 ] {feb3ab5a-51d9-4019-a087-df2777244423} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.02 05:13:33.599769 [ 270 ] {feb3ab5a-51d9-4019-a087-df2777244423} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.02 05:13:33.600106 [ 270 ] {feb3ab5a-51d9-4019-a087-df2777244423} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:13:33.600143 [ 270 ] {feb3ab5a-51d9-4019-a087-df2777244423} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2026.01.02 05:13:33.600460 [ 270 ] {feb3ab5a-51d9-4019-a087-df2777244423} MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) 2026.01.02 05:13:33.600674 [ 270 ] {feb3ab5a-51d9-4019-a087-df2777244423} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:13:33.600802 [ 270 ] {feb3ab5a-51d9-4019-a087-df2777244423} executeQuery: Read 104 rows, 6.53 KiB in 0.001093 sec., 95150.96065873741 rows/sec., 5.83 MiB/sec. 2026.01.02 05:13:33.600837 [ 270 ] {feb3ab5a-51d9-4019-a087-df2777244423} TCPHandler: Processed in 0.001253351 sec. 2026.01.02 05:13:33.602312 [ 190 ] {935760ec-14c4-43f9-bf0f-f949cce05eda::all_1_91_18} MergeTask::MergeProjectionsStage: Merge sorted 26842 rows, containing 5 columns (5 merged, 0 gathered) in 0.006299735 sec., 4260814.1453569075 rows/sec., 291.44 MiB/sec. 2026.01.02 05:13:33.602554 [ 187 ] {935760ec-14c4-43f9-bf0f-f949cce05eda::all_1_91_18} MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) 2026.01.02 05:13:33.602828 [ 187 ] {935760ec-14c4-43f9-bf0f-f949cce05eda::all_1_91_18} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:13:33.602908 [ 187 ] {935760ec-14c4-43f9-bf0f-f949cce05eda::all_1_91_18} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 2026.01.02 05:13:33.602991 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.28 MiB. 2026.01.02 05:13:33.688541 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 482 2026.01.02 05:13:33.706804 [ 244 ] {} system.metric_log (a59fffb9-cc3a-4586-97e5-9d20b67a7356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:13:33.706854 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2026.01.02 05:13:33.713656 [ 244 ] {} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2026.01.02 05:13:33.714411 [ 244 ] {} system.metric_log (a59fffb9-cc3a-4586-97e5-9d20b67a7356): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:13:33.717682 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 482 2026.01.02 05:13:38.597766 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:13:38.598071 [ 270 ] {94e49ca3-e97c-457a-b7bd-2040c50857f8} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.01.02 05:13:38.598174 [ 270 ] {94e49ca3-e97c-457a-b7bd-2040c50857f8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.01.02 05:13:38.598930 [ 270 ] {94e49ca3-e97c-457a-b7bd-2040c50857f8} oximeter.fields_i16 (cb56b64a-0514-41c6-b851-58b3833bf8fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:13:38.598978 [ 270 ] {94e49ca3-e97c-457a-b7bd-2040c50857f8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2026.01.02 05:13:38.599380 [ 270 ] {94e49ca3-e97c-457a-b7bd-2040c50857f8} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.01.02 05:13:38.599613 [ 270 ] {94e49ca3-e97c-457a-b7bd-2040c50857f8} oximeter.fields_i16 (cb56b64a-0514-41c6-b851-58b3833bf8fd): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:13:38.599772 [ 270 ] {94e49ca3-e97c-457a-b7bd-2040c50857f8} executeQuery: Read 24 rows, 2.04 KiB in 0.001778 sec., 13498.312710911136 rows/sec., 1.12 MiB/sec. 2026.01.02 05:13:38.599813 [ 270 ] {94e49ca3-e97c-457a-b7bd-2040c50857f8} TCPHandler: Processed in 0.002232727 sec. 2026.01.02 05:13:38.599945 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:13:38.600064 [ 270 ] {534005f1-fd1f-44c0-b52a-ebf5a0b46763} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.01.02 05:13:38.600114 [ 270 ] {534005f1-fd1f-44c0-b52a-ebf5a0b46763} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.01.02 05:13:38.600556 [ 270 ] {534005f1-fd1f-44c0-b52a-ebf5a0b46763} oximeter.fields_ipaddr (645cdd3d-4969-40ee-99e7-272b8c981424): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:13:38.600591 [ 270 ] {534005f1-fd1f-44c0-b52a-ebf5a0b46763} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2026.01.02 05:13:38.600898 [ 270 ] {534005f1-fd1f-44c0-b52a-ebf5a0b46763} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.01.02 05:13:38.601103 [ 270 ] {534005f1-fd1f-44c0-b52a-ebf5a0b46763} oximeter.fields_ipaddr (645cdd3d-4969-40ee-99e7-272b8c981424): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:13:38.601229 [ 270 ] {534005f1-fd1f-44c0-b52a-ebf5a0b46763} executeQuery: Read 2 rows, 167.00 B in 0.001189 sec., 1682.0857863751053 rows/sec., 137.16 KiB/sec. 2026.01.02 05:13:38.601265 [ 270 ] {534005f1-fd1f-44c0-b52a-ebf5a0b46763} TCPHandler: Processed in 0.001379204 sec. 2026.01.02 05:13:38.601374 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:13:38.601467 [ 270 ] {6a519caa-2693-427f-99d6-0c4bfb38c25b} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.02 05:13:38.601505 [ 270 ] {6a519caa-2693-427f-99d6-0c4bfb38c25b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.02 05:13:38.602607 [ 270 ] {6a519caa-2693-427f-99d6-0c4bfb38c25b} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:13:38.602644 [ 270 ] {6a519caa-2693-427f-99d6-0c4bfb38c25b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2026.01.02 05:13:38.603039 [ 270 ] {6a519caa-2693-427f-99d6-0c4bfb38c25b} MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) 2026.01.02 05:13:38.603248 [ 270 ] {6a519caa-2693-427f-99d6-0c4bfb38c25b} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:13:38.603378 [ 270 ] {6a519caa-2693-427f-99d6-0c4bfb38c25b} executeQuery: Read 1317 rows, 112.50 KiB in 0.001928 sec., 683091.286307054 rows/sec., 56.98 MiB/sec. 2026.01.02 05:13:38.603415 [ 270 ] {6a519caa-2693-427f-99d6-0c4bfb38c25b} TCPHandler: Processed in 0.002088855 sec. 2026.01.02 05:13:38.603523 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:13:38.603616 [ 270 ] {f679d87f-9926-4fb2-97b6-480565451b26} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.02 05:13:38.603655 [ 270 ] {f679d87f-9926-4fb2-97b6-480565451b26} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.02 05:13:38.604045 [ 270 ] {f679d87f-9926-4fb2-97b6-480565451b26} oximeter.fields_u16 (75d7a870-5da0-445d-b2e0-ec90b5ea7788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:13:38.604086 [ 270 ] {f679d87f-9926-4fb2-97b6-480565451b26} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2026.01.02 05:13:38.604381 [ 270 ] {f679d87f-9926-4fb2-97b6-480565451b26} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2026.01.02 05:13:38.604593 [ 270 ] {f679d87f-9926-4fb2-97b6-480565451b26} oximeter.fields_u16 (75d7a870-5da0-445d-b2e0-ec90b5ea7788): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:13:38.604718 [ 270 ] {f679d87f-9926-4fb2-97b6-480565451b26} executeQuery: Read 14 rows, 1.10 KiB in 0.001121 sec., 12488.849241748438 rows/sec., 981.79 KiB/sec. 2026.01.02 05:13:38.604755 [ 270 ] {f679d87f-9926-4fb2-97b6-480565451b26} TCPHandler: Processed in 0.001279321 sec. 2026.01.02 05:13:38.604864 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:13:38.604955 [ 270 ] {fe036e90-f5e0-4418-95e7-07fe9e19f802} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.02 05:13:38.604993 [ 270 ] {fe036e90-f5e0-4418-95e7-07fe9e19f802} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.02 05:13:38.605502 [ 270 ] {fe036e90-f5e0-4418-95e7-07fe9e19f802} oximeter.fields_u32 (1310015a-3be0-40ba-9fec-1b5eb4ed9f75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:13:38.605539 [ 270 ] {fe036e90-f5e0-4418-95e7-07fe9e19f802} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2026.01.02 05:13:38.605850 [ 270 ] {fe036e90-f5e0-4418-95e7-07fe9e19f802} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.01.02 05:13:38.606057 [ 270 ] {fe036e90-f5e0-4418-95e7-07fe9e19f802} oximeter.fields_u32 (1310015a-3be0-40ba-9fec-1b5eb4ed9f75): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:13:38.606182 [ 270 ] {fe036e90-f5e0-4418-95e7-07fe9e19f802} executeQuery: Read 252 rows, 17.85 KiB in 0.001245 sec., 202409.63855421686 rows/sec., 14.00 MiB/sec. 2026.01.02 05:13:38.606219 [ 270 ] {fe036e90-f5e0-4418-95e7-07fe9e19f802} TCPHandler: Processed in 0.001402564 sec. 2026.01.02 05:13:38.606329 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:13:38.606422 [ 270 ] {4d85555c-a6c0-4c3f-b856-969e67d8bfef} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.01.02 05:13:38.606461 [ 270 ] {4d85555c-a6c0-4c3f-b856-969e67d8bfef} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.01.02 05:13:38.606851 [ 270 ] {4d85555c-a6c0-4c3f-b856-969e67d8bfef} oximeter.fields_u8 (ae3e3832-81ae-4954-8933-d68b9608f6be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:13:38.606887 [ 270 ] {4d85555c-a6c0-4c3f-b856-969e67d8bfef} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2026.01.02 05:13:38.607176 [ 270 ] {4d85555c-a6c0-4c3f-b856-969e67d8bfef} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.01.02 05:13:38.607383 [ 270 ] {4d85555c-a6c0-4c3f-b856-969e67d8bfef} oximeter.fields_u8 (ae3e3832-81ae-4954-8933-d68b9608f6be): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:13:38.607511 [ 270 ] {4d85555c-a6c0-4c3f-b856-969e67d8bfef} executeQuery: Read 12 rows, 960.00 B in 0.001107 sec., 10840.108401084011 rows/sec., 846.88 KiB/sec. 2026.01.02 05:13:38.607547 [ 270 ] {4d85555c-a6c0-4c3f-b856-969e67d8bfef} TCPHandler: Processed in 0.001266111 sec. 2026.01.02 05:13:38.607653 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:13:38.607745 [ 270 ] {92ecda5b-5a2b-41eb-87f0-db043a435bcd} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.02 05:13:38.607782 [ 270 ] {92ecda5b-5a2b-41eb-87f0-db043a435bcd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.02 05:13:38.608355 [ 270 ] {92ecda5b-5a2b-41eb-87f0-db043a435bcd} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:13:38.608391 [ 270 ] {92ecda5b-5a2b-41eb-87f0-db043a435bcd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2026.01.02 05:13:38.608708 [ 270 ] {92ecda5b-5a2b-41eb-87f0-db043a435bcd} MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) 2026.01.02 05:13:38.608912 [ 270 ] {92ecda5b-5a2b-41eb-87f0-db043a435bcd} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:13:38.609036 [ 270 ] {92ecda5b-5a2b-41eb-87f0-db043a435bcd} executeQuery: Read 558 rows, 42.83 KiB in 0.001309 sec., 426279.60275019094 rows/sec., 31.95 MiB/sec. 2026.01.02 05:13:38.609072 [ 270 ] {92ecda5b-5a2b-41eb-87f0-db043a435bcd} TCPHandler: Processed in 0.001465494 sec. 2026.01.02 05:13:38.609175 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:13:38.609266 [ 270 ] {ac277b51-98c8-41c2-b224-6b6a00aa4de1} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.02 05:13:38.609307 [ 270 ] {ac277b51-98c8-41c2-b224-6b6a00aa4de1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.02 05:13:38.609882 [ 270 ] {ac277b51-98c8-41c2-b224-6b6a00aa4de1} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:13:38.609918 [ 270 ] {ac277b51-98c8-41c2-b224-6b6a00aa4de1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2026.01.02 05:13:38.610291 [ 270 ] {ac277b51-98c8-41c2-b224-6b6a00aa4de1} MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) 2026.01.02 05:13:38.610497 [ 270 ] {ac277b51-98c8-41c2-b224-6b6a00aa4de1} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:13:38.610625 [ 270 ] {ac277b51-98c8-41c2-b224-6b6a00aa4de1} executeQuery: Read 881 rows, 61.23 KiB in 0.001377 sec., 639796.6594045026 rows/sec., 43.42 MiB/sec. 2026.01.02 05:13:38.610661 [ 270 ] {ac277b51-98c8-41c2-b224-6b6a00aa4de1} TCPHandler: Processed in 0.001533446 sec. 2026.01.02 05:13:38.610774 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:13:38.610865 [ 270 ] {d9ad6476-7ee2-46d6-851e-56ac2525f64d} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.02 05:13:38.610905 [ 270 ] {d9ad6476-7ee2-46d6-851e-56ac2525f64d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.02 05:13:38.611226 [ 270 ] {d9ad6476-7ee2-46d6-851e-56ac2525f64d} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:13:38.611260 [ 270 ] {d9ad6476-7ee2-46d6-851e-56ac2525f64d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2026.01.02 05:13:38.611555 [ 270 ] {d9ad6476-7ee2-46d6-851e-56ac2525f64d} MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) 2026.01.02 05:13:38.611758 [ 270 ] {d9ad6476-7ee2-46d6-851e-56ac2525f64d} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:13:38.611876 [ 64 ] {} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 2026.01.02 05:13:38.611883 [ 270 ] {d9ad6476-7ee2-46d6-851e-56ac2525f64d} executeQuery: Read 60 rows, 4.14 KiB in 0.001035 sec., 57971.01449275363 rows/sec., 3.91 MiB/sec. 2026.01.02 05:13:38.611947 [ 64 ] {} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:13:38.611961 [ 270 ] {d9ad6476-7ee2-46d6-851e-56ac2525f64d} TCPHandler: Processed in 0.001233981 sec. 2026.01.02 05:13:38.611972 [ 64 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2026.01.02 05:13:38.612066 [ 197 ] {45294a01-6668-46b2-a532-60faf64b8164::all_1_91_18} MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full 2026.01.02 05:13:38.612159 [ 197 ] {45294a01-6668-46b2-a532-60faf64b8164::all_1_91_18} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.02 05:13:38.612186 [ 197 ] {45294a01-6668-46b2-a532-60faf64b8164::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 5034 rows starting from the beginning of the part 2026.01.02 05:13:38.612240 [ 197 ] {45294a01-6668-46b2-a532-60faf64b8164::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 60 rows starting from the beginning of the part 2026.01.02 05:13:38.612280 [ 197 ] {45294a01-6668-46b2-a532-60faf64b8164::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 104 rows starting from the beginning of the part 2026.01.02 05:13:38.612317 [ 197 ] {45294a01-6668-46b2-a532-60faf64b8164::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 60 rows starting from the beginning of the part 2026.01.02 05:13:38.612354 [ 197 ] {45294a01-6668-46b2-a532-60faf64b8164::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 104 rows starting from the beginning of the part 2026.01.02 05:13:38.612392 [ 197 ] {45294a01-6668-46b2-a532-60faf64b8164::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 60 rows starting from the beginning of the part 2026.01.02 05:13:38.613892 [ 187 ] {45294a01-6668-46b2-a532-60faf64b8164::all_1_91_18} MergeTask::MergeProjectionsStage: Merge sorted 5422 rows, containing 4 columns (4 merged, 0 gathered) in 0.001859511 sec., 2915820.3420146476 rows/sec., 193.76 MiB/sec. 2026.01.02 05:13:38.614210 [ 197 ] {45294a01-6668-46b2-a532-60faf64b8164::all_1_91_18} MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) 2026.01.02 05:13:38.614436 [ 197 ] {45294a01-6668-46b2-a532-60faf64b8164::all_1_91_18} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:13:38.614501 [ 197 ] {45294a01-6668-46b2-a532-60faf64b8164::all_1_91_18} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 2026.01.02 05:13:38.614560 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.13 MiB. 2026.01.02 05:13:39.498020 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 31257 2026.01.02 05:13:39.498752 [ 245 ] {} system.asynchronous_metric_log (bb53ce5c-bddd-4105-a5af-ef87950cd4f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:13:39.498798 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2026.01.02 05:13:39.499320 [ 245 ] {} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2026.01.02 05:13:39.499573 [ 245 ] {} system.asynchronous_metric_log (bb53ce5c-bddd-4105-a5af-ef87950cd4f3): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:13:39.499737 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 31257 2026.01.02 05:13:40.980740 [ 354 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50401 2026.01.02 05:13:40.980842 [ 354 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:13:40.980868 [ 354 ] {} TCP-Session: c1203541-5762-4017-b794-4892a4ac28d7 Authenticating user 'default' from [fd00:1122:3344:101::e]:50401 2026.01.02 05:13:40.980897 [ 354 ] {} TCP-Session: c1203541-5762-4017-b794-4892a4ac28d7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:13:40.980916 [ 354 ] {} TCP-Session: c1203541-5762-4017-b794-4892a4ac28d7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:13:40.981180 [ 355 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44641 2026.01.02 05:13:40.981200 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60407 2026.01.02 05:13:40.981232 [ 352 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36313 2026.01.02 05:13:40.981247 [ 353 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52034 2026.01.02 05:13:40.981224 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50622 2026.01.02 05:13:40.981313 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:13:40.981312 [ 355 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:13:40.981352 [ 354 ] {} TCP-Session: c1203541-5762-4017-b794-4892a4ac28d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:13:40.981378 [ 353 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:13:40.981378 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:13:40.981389 [ 355 ] {} TCP-Session: 1f06ff9a-dba7-401a-ad6d-e6f855f1a7c5 Authenticating user 'default' from [fd00:1122:3344:101::e]:44641 2026.01.02 05:13:40.981419 [ 353 ] {} TCP-Session: 48205c0e-0bee-447f-a2db-2d0995fa3352 Authenticating user 'default' from [fd00:1122:3344:101::e]:52034 2026.01.02 05:13:40.981424 [ 289 ] {} TCP-Session: 9a67d59a-eced-4963-bba4-60ed625181a8 Authenticating user 'default' from [fd00:1122:3344:101::e]:50622 2026.01.02 05:13:40.981446 [ 355 ] {} TCP-Session: 1f06ff9a-dba7-401a-ad6d-e6f855f1a7c5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:13:40.981456 [ 353 ] {} TCP-Session: 48205c0e-0bee-447f-a2db-2d0995fa3352 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:13:40.981461 [ 289 ] {} TCP-Session: 9a67d59a-eced-4963-bba4-60ed625181a8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:13:40.981474 [ 355 ] {} TCP-Session: 1f06ff9a-dba7-401a-ad6d-e6f855f1a7c5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:13:40.981487 [ 353 ] {} TCP-Session: 48205c0e-0bee-447f-a2db-2d0995fa3352 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:13:40.981494 [ 289 ] {} TCP-Session: 9a67d59a-eced-4963-bba4-60ed625181a8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:13:40.981357 [ 287 ] {} TCP-Session: b5d4b885-0a63-4ccf-abff-aaf0e87566dd Authenticating user 'default' from [fd00:1122:3344:101::e]:60407 2026.01.02 05:13:40.981310 [ 352 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:13:40.981557 [ 287 ] {} TCP-Session: b5d4b885-0a63-4ccf-abff-aaf0e87566dd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:13:40.981212 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33312 2026.01.02 05:13:40.981585 [ 354 ] {2b341a67-225d-4671-ac48-d310250f9808} executeQuery: (from [fd00:1122:3344:101::e]:50401) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.01.02 05:13:40.981587 [ 352 ] {} TCP-Session: 005b4932-91a2-440e-84f5-70266f617fc3 Authenticating user 'default' from [fd00:1122:3344:101::e]:36313 2026.01.02 05:13:40.981585 [ 287 ] {} TCP-Session: b5d4b885-0a63-4ccf-abff-aaf0e87566dd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:13:40.981674 [ 352 ] {} TCP-Session: 005b4932-91a2-440e-84f5-70266f617fc3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:13:40.981207 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62588 2026.01.02 05:13:40.981695 [ 352 ] {} TCP-Session: 005b4932-91a2-440e-84f5-70266f617fc3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:13:40.981188 [ 356 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58968 2026.01.02 05:13:40.981899 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:13:40.981933 [ 288 ] {} TCP-Session: 1b04cfac-3567-4acd-8b2f-adf8e7d6d226 Authenticating user 'default' from [fd00:1122:3344:101::e]:33312 2026.01.02 05:13:40.981957 [ 288 ] {} TCP-Session: 1b04cfac-3567-4acd-8b2f-adf8e7d6d226 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:13:40.981974 [ 288 ] {} TCP-Session: 1b04cfac-3567-4acd-8b2f-adf8e7d6d226 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:13:40.982095 [ 354 ] {2b341a67-225d-4671-ac48-d310250f9808} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.01.02 05:13:40.982166 [ 354 ] {2b341a67-225d-4671-ac48-d310250f9808} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.02 05:13:40.982355 [ 356 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:13:40.982396 [ 356 ] {} TCP-Session: c280a398-cd17-4b64-8af7-dbc7f611b0c9 Authenticating user 'default' from [fd00:1122:3344:101::e]:58968 2026.01.02 05:13:40.982415 [ 356 ] {} TCP-Session: c280a398-cd17-4b64-8af7-dbc7f611b0c9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:13:40.982427 [ 356 ] {} TCP-Session: c280a398-cd17-4b64-8af7-dbc7f611b0c9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:13:40.982485 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:13:40.982522 [ 286 ] {} TCP-Session: 3efe50b3-7a89-495b-93bb-ac0c5cfb9506 Authenticating user 'default' from [fd00:1122:3344:101::e]:62588 2026.01.02 05:13:40.982541 [ 286 ] {} TCP-Session: 3efe50b3-7a89-495b-93bb-ac0c5cfb9506 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:13:40.982554 [ 286 ] {} TCP-Session: 3efe50b3-7a89-495b-93bb-ac0c5cfb9506 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:13:40.982617 [ 354 ] {2b341a67-225d-4671-ac48-d310250f9808} oximeter.version (e3550e79-451c-4c3d-8ba1-9d3e49618ffc) (SelectExecutor): Key condition: unknown 2026.01.02 05:13:40.983720 [ 312 ] {2b341a67-225d-4671-ac48-d310250f9808} AggregatingTransform: Aggregating 2026.01.02 05:13:40.983766 [ 312 ] {2b341a67-225d-4671-ac48-d310250f9808} Aggregator: Aggregation method: without_key 2026.01.02 05:13:40.983800 [ 312 ] {2b341a67-225d-4671-ac48-d310250f9808} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001072878 sec. (932.072 rows/sec., 36.41 KiB/sec.) 2026.01.02 05:13:40.983818 [ 312 ] {2b341a67-225d-4671-ac48-d310250f9808} Aggregator: Merging aggregated data 2026.01.02 05:13:40.985109 [ 354 ] {2b341a67-225d-4671-ac48-d310250f9808} executeQuery: Read 1 rows, 40.00 B in 0.003607 sec., 277.2387025228722 rows/sec., 10.83 KiB/sec. 2026.01.02 05:13:40.985250 [ 354 ] {2b341a67-225d-4671-ac48-d310250f9808} TCPHandler: Processed in 0.004098158 sec. 2026.01.02 05:13:40.985381 [ 354 ] {} TCPHandler: Done processing connection. 2026.01.02 05:13:40.985410 [ 354 ] {} TCP-Session: c1203541-5762-4017-b794-4892a4ac28d7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:13:40.985413 [ 356 ] {} TCPHandler: Done processing connection. 2026.01.02 05:13:40.985439 [ 353 ] {} TCPHandler: Done processing connection. 2026.01.02 05:13:40.985453 [ 355 ] {} TCPHandler: Done processing connection. 2026.01.02 05:13:40.985469 [ 288 ] {} TCPHandler: Done processing connection. 2026.01.02 05:13:40.985487 [ 287 ] {} TCPHandler: Done processing connection. 2026.01.02 05:13:40.985523 [ 355 ] {} TCP-Session: 1f06ff9a-dba7-401a-ad6d-e6f855f1a7c5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:13:40.985535 [ 288 ] {} TCP-Session: 1b04cfac-3567-4acd-8b2f-adf8e7d6d226 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:13:40.985535 [ 352 ] {} TCPHandler: Done processing connection. 2026.01.02 05:13:40.985548 [ 287 ] {} TCP-Session: b5d4b885-0a63-4ccf-abff-aaf0e87566dd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:13:40.985519 [ 289 ] {} TCPHandler: Done processing connection. 2026.01.02 05:13:40.985593 [ 352 ] {} TCP-Session: 005b4932-91a2-440e-84f5-70266f617fc3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:13:40.985625 [ 289 ] {} TCP-Session: 9a67d59a-eced-4963-bba4-60ed625181a8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:13:40.985517 [ 286 ] {} TCPHandler: Done processing connection. 2026.01.02 05:13:40.985493 [ 353 ] {} TCP-Session: 48205c0e-0bee-447f-a2db-2d0995fa3352 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:13:40.985679 [ 286 ] {} TCP-Session: 3efe50b3-7a89-495b-93bb-ac0c5cfb9506 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:13:40.985465 [ 356 ] {} TCP-Session: c280a398-cd17-4b64-8af7-dbc7f611b0c9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:13:41.014155 [ 354 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48818 2026.01.02 05:13:41.014252 [ 354 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:13:41.014277 [ 354 ] {} TCP-Session: 916d8ad9-a77c-4a68-a128-e0318c822825 Authenticating user 'default' from [fd00:1122:3344:101::e]:48818 2026.01.02 05:13:41.014298 [ 354 ] {} TCP-Session: 916d8ad9-a77c-4a68-a128-e0318c822825 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:13:41.014310 [ 354 ] {} TCP-Session: 916d8ad9-a77c-4a68-a128-e0318c822825 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:13:41.014546 [ 355 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49023 2026.01.02 05:13:41.014570 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44890 2026.01.02 05:13:41.014592 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53628 2026.01.02 05:13:41.014626 [ 353 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51721 2026.01.02 05:13:41.014663 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:13:41.014613 [ 352 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40405 2026.01.02 05:13:41.014713 [ 287 ] {} TCP-Session: 43581ba4-8a1b-427f-b48d-18d811b51967 Authenticating user 'default' from [fd00:1122:3344:101::e]:44890 2026.01.02 05:13:41.014606 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49670 2026.01.02 05:13:41.014738 [ 287 ] {} TCP-Session: 43581ba4-8a1b-427f-b48d-18d811b51967 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:13:41.014750 [ 353 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:13:41.014782 [ 287 ] {} TCP-Session: 43581ba4-8a1b-427f-b48d-18d811b51967 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:13:41.014761 [ 352 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:13:41.014804 [ 353 ] {} TCP-Session: 3ff9ca5c-a5c7-4e67-92d6-6493e5c73bda Authenticating user 'default' from [fd00:1122:3344:101::e]:51721 2026.01.02 05:13:41.014806 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:13:41.014835 [ 352 ] {} TCP-Session: 33c53454-2dda-40d6-bb0a-b5e4030f56a2 Authenticating user 'default' from [fd00:1122:3344:101::e]:40405 2026.01.02 05:13:41.014849 [ 353 ] {} TCP-Session: 3ff9ca5c-a5c7-4e67-92d6-6493e5c73bda Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:13:41.014864 [ 289 ] {} TCP-Session: 42e8becc-7677-4e8d-b2ef-971ae95ce456 Authenticating user 'default' from [fd00:1122:3344:101::e]:49670 2026.01.02 05:13:41.014874 [ 352 ] {} TCP-Session: 33c53454-2dda-40d6-bb0a-b5e4030f56a2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:13:41.014883 [ 353 ] {} TCP-Session: 3ff9ca5c-a5c7-4e67-92d6-6493e5c73bda Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:13:41.014893 [ 289 ] {} TCP-Session: 42e8becc-7677-4e8d-b2ef-971ae95ce456 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:13:41.014904 [ 352 ] {} TCP-Session: 33c53454-2dda-40d6-bb0a-b5e4030f56a2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:13:41.014924 [ 289 ] {} TCP-Session: 42e8becc-7677-4e8d-b2ef-971ae95ce456 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:13:41.014729 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:13:41.014574 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38355 2026.01.02 05:13:41.015006 [ 288 ] {} TCP-Session: a791d636-99be-473c-b050-60fb0f9efd90 Authenticating user 'default' from [fd00:1122:3344:101::e]:53628 2026.01.02 05:13:41.014660 [ 355 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:13:41.015042 [ 288 ] {} TCP-Session: a791d636-99be-473c-b050-60fb0f9efd90 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:13:41.015054 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:13:41.015069 [ 355 ] {} TCP-Session: adf02e30-16dc-48c7-8ef0-3cc49e8cd969 Authenticating user 'default' from [fd00:1122:3344:101::e]:49023 2026.01.02 05:13:41.015068 [ 288 ] {} TCP-Session: a791d636-99be-473c-b050-60fb0f9efd90 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:13:41.015086 [ 286 ] {} TCP-Session: 2e66d9a2-4028-486f-9c5a-cd5eb171f9b7 Authenticating user 'default' from [fd00:1122:3344:101::e]:38355 2026.01.02 05:13:41.015103 [ 355 ] {} TCP-Session: adf02e30-16dc-48c7-8ef0-3cc49e8cd969 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:13:41.015129 [ 286 ] {} TCP-Session: 2e66d9a2-4028-486f-9c5a-cd5eb171f9b7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:13:41.015137 [ 355 ] {} TCP-Session: adf02e30-16dc-48c7-8ef0-3cc49e8cd969 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:13:41.015152 [ 286 ] {} TCP-Session: 2e66d9a2-4028-486f-9c5a-cd5eb171f9b7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:13:41.014564 [ 356 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34901 2026.01.02 05:13:41.014648 [ 354 ] {} TCP-Session: 916d8ad9-a77c-4a68-a128-e0318c822825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:13:41.015283 [ 356 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:13:41.015310 [ 356 ] {} TCP-Session: 97259069-666d-43fc-b65a-bdad1bdbcad7 Authenticating user 'default' from [fd00:1122:3344:101::e]:34901 2026.01.02 05:13:41.015328 [ 356 ] {} TCP-Session: 97259069-666d-43fc-b65a-bdad1bdbcad7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:13:41.015340 [ 356 ] {} TCP-Session: 97259069-666d-43fc-b65a-bdad1bdbcad7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:13:41.015378 [ 354 ] {f88301f8-2c60-469e-ab0d-082db4e46ea7} executeQuery: (from [fd00:1122:3344:101::e]:48818) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.01.02 05:13:41.015614 [ 354 ] {f88301f8-2c60-469e-ab0d-082db4e46ea7} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.01.02 05:13:41.015665 [ 354 ] {f88301f8-2c60-469e-ab0d-082db4e46ea7} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.02 05:13:41.015940 [ 354 ] {f88301f8-2c60-469e-ab0d-082db4e46ea7} oximeter.version (e3550e79-451c-4c3d-8ba1-9d3e49618ffc) (SelectExecutor): Key condition: unknown 2026.01.02 05:13:41.016879 [ 325 ] {f88301f8-2c60-469e-ab0d-082db4e46ea7} AggregatingTransform: Aggregating 2026.01.02 05:13:41.016929 [ 325 ] {f88301f8-2c60-469e-ab0d-082db4e46ea7} Aggregator: Aggregation method: without_key 2026.01.02 05:13:41.016966 [ 325 ] {f88301f8-2c60-469e-ab0d-082db4e46ea7} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000929186 sec. (1076.211 rows/sec., 42.04 KiB/sec.) 2026.01.02 05:13:41.016987 [ 325 ] {f88301f8-2c60-469e-ab0d-082db4e46ea7} Aggregator: Merging aggregated data 2026.01.02 05:13:41.018239 [ 354 ] {f88301f8-2c60-469e-ab0d-082db4e46ea7} executeQuery: Read 1 rows, 40.00 B in 0.002915 sec., 343.0531732418525 rows/sec., 13.40 KiB/sec. 2026.01.02 05:13:41.018386 [ 354 ] {f88301f8-2c60-469e-ab0d-082db4e46ea7} TCPHandler: Processed in 0.003880445 sec. 2026.01.02 05:13:41.018487 [ 354 ] {} TCPHandler: Done processing connection. 2026.01.02 05:13:41.018514 [ 286 ] {} TCPHandler: Done processing connection. 2026.01.02 05:13:41.018537 [ 288 ] {} TCPHandler: Done processing connection. 2026.01.02 05:13:41.018553 [ 356 ] {} TCPHandler: Done processing connection. 2026.01.02 05:13:41.018568 [ 286 ] {} TCP-Session: 2e66d9a2-4028-486f-9c5a-cd5eb171f9b7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:13:41.018569 [ 353 ] {} TCPHandler: Done processing connection. 2026.01.02 05:13:41.018596 [ 355 ] {} TCPHandler: Done processing connection. 2026.01.02 05:13:41.018627 [ 352 ] {} TCPHandler: Done processing connection. 2026.01.02 05:13:41.018633 [ 353 ] {} TCP-Session: 3ff9ca5c-a5c7-4e67-92d6-6493e5c73bda Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:13:41.018659 [ 355 ] {} TCP-Session: adf02e30-16dc-48c7-8ef0-3cc49e8cd969 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:13:41.018684 [ 352 ] {} TCP-Session: 33c53454-2dda-40d6-bb0a-b5e4030f56a2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:13:41.018612 [ 289 ] {} TCPHandler: Done processing connection. 2026.01.02 05:13:41.018588 [ 288 ] {} TCP-Session: a791d636-99be-473c-b050-60fb0f9efd90 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:13:41.018585 [ 287 ] {} TCPHandler: Done processing connection. 2026.01.02 05:13:41.018752 [ 289 ] {} TCP-Session: 42e8becc-7677-4e8d-b2ef-971ae95ce456 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:13:41.018601 [ 356 ] {} TCP-Session: 97259069-666d-43fc-b65a-bdad1bdbcad7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:13:41.018786 [ 287 ] {} TCP-Session: 43581ba4-8a1b-427f-b48d-18d811b51967 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:13:41.018517 [ 354 ] {} TCP-Session: 916d8ad9-a77c-4a68-a128-e0318c822825 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:13:41.025898 [ 354 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39423 2026.01.02 05:13:41.025967 [ 354 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:13:41.025991 [ 354 ] {} TCP-Session: 2e23b075-236a-4c5f-8da7-4c0a01ff8638 Authenticating user 'default' from [fd00:1122:3344:101::e]:39423 2026.01.02 05:13:41.026012 [ 354 ] {} TCP-Session: 2e23b075-236a-4c5f-8da7-4c0a01ff8638 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:13:41.026027 [ 354 ] {} TCP-Session: 2e23b075-236a-4c5f-8da7-4c0a01ff8638 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:13:41.026168 [ 355 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59584 2026.01.02 05:13:41.026233 [ 356 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61254 2026.01.02 05:13:41.026240 [ 355 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:13:41.026258 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43855 2026.01.02 05:13:41.026286 [ 354 ] {} TCP-Session: 2e23b075-236a-4c5f-8da7-4c0a01ff8638 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:13:41.026296 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63356 2026.01.02 05:13:41.026314 [ 352 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60580 2026.01.02 05:13:41.026323 [ 353 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40819 2026.01.02 05:13:41.026383 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:13:41.026334 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:13:41.026414 [ 352 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:13:41.026421 [ 288 ] {} TCP-Session: 1b4ae3f5-f64b-47ca-a2d1-ee2f14662766 Authenticating user 'default' from [fd00:1122:3344:101::e]:63356 2026.01.02 05:13:41.026439 [ 287 ] {} TCP-Session: f620bda0-e3b5-48ae-9c2f-10c14fe69e97 Authenticating user 'default' from [fd00:1122:3344:101::e]:43855 2026.01.02 05:13:41.026445 [ 354 ] {33e5c143-b6b0-4ea9-8bd7-4be88d755b3e} executeQuery: (from [fd00:1122:3344:101::e]:39423) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.01.02 05:13:41.026471 [ 287 ] {} TCP-Session: f620bda0-e3b5-48ae-9c2f-10c14fe69e97 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:13:41.026461 [ 288 ] {} TCP-Session: 1b4ae3f5-f64b-47ca-a2d1-ee2f14662766 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:13:41.026492 [ 287 ] {} TCP-Session: f620bda0-e3b5-48ae-9c2f-10c14fe69e97 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:13:41.026504 [ 288 ] {} TCP-Session: 1b4ae3f5-f64b-47ca-a2d1-ee2f14662766 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:13:41.026448 [ 352 ] {} TCP-Session: ea931fbd-31f1-40b5-807f-ece8e4cec721 Authenticating user 'default' from [fd00:1122:3344:101::e]:60580 2026.01.02 05:13:41.026439 [ 353 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:13:41.026553 [ 352 ] {} TCP-Session: ea931fbd-31f1-40b5-807f-ece8e4cec721 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:13:41.026579 [ 353 ] {} TCP-Session: 49b4dafb-43ac-4d11-ad28-d475a9fbfe21 Authenticating user 'default' from [fd00:1122:3344:101::e]:40819 2026.01.02 05:13:41.026587 [ 352 ] {} TCP-Session: ea931fbd-31f1-40b5-807f-ece8e4cec721 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:13:41.026605 [ 353 ] {} TCP-Session: 49b4dafb-43ac-4d11-ad28-d475a9fbfe21 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:13:41.026306 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49190 2026.01.02 05:13:41.026628 [ 353 ] {} TCP-Session: 49b4dafb-43ac-4d11-ad28-d475a9fbfe21 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:13:41.026244 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63032 2026.01.02 05:13:41.026655 [ 354 ] {33e5c143-b6b0-4ea9-8bd7-4be88d755b3e} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.01.02 05:13:41.026679 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:13:41.026316 [ 356 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:13:41.026718 [ 354 ] {33e5c143-b6b0-4ea9-8bd7-4be88d755b3e} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.02 05:13:41.026718 [ 289 ] {} TCP-Session: e5c25d8c-aa43-4eff-aa42-f7cf0ae2d8db Authenticating user 'default' from [fd00:1122:3344:101::e]:49190 2026.01.02 05:13:41.026744 [ 356 ] {} TCP-Session: 1e4e6804-d5da-4845-877c-ddbab2644703 Authenticating user 'default' from [fd00:1122:3344:101::e]:61254 2026.01.02 05:13:41.026762 [ 289 ] {} TCP-Session: e5c25d8c-aa43-4eff-aa42-f7cf0ae2d8db Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:13:41.026711 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:13:41.026784 [ 289 ] {} TCP-Session: e5c25d8c-aa43-4eff-aa42-f7cf0ae2d8db Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:13:41.026781 [ 356 ] {} TCP-Session: 1e4e6804-d5da-4845-877c-ddbab2644703 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:13:41.026801 [ 286 ] {} TCP-Session: 8bffb00a-f028-49b2-bb66-d35c20d4ecca Authenticating user 'default' from [fd00:1122:3344:101::e]:63032 2026.01.02 05:13:41.026816 [ 356 ] {} TCP-Session: 1e4e6804-d5da-4845-877c-ddbab2644703 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:13:41.026834 [ 286 ] {} TCP-Session: 8bffb00a-f028-49b2-bb66-d35c20d4ecca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:13:41.026291 [ 355 ] {} TCP-Session: a1be1b7b-074a-4f6f-b24a-2ca29efb13fe Authenticating user 'default' from [fd00:1122:3344:101::e]:59584 2026.01.02 05:13:41.026858 [ 286 ] {} TCP-Session: 8bffb00a-f028-49b2-bb66-d35c20d4ecca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:13:41.026891 [ 355 ] {} TCP-Session: a1be1b7b-074a-4f6f-b24a-2ca29efb13fe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:13:41.026919 [ 355 ] {} TCP-Session: a1be1b7b-074a-4f6f-b24a-2ca29efb13fe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:13:41.026984 [ 354 ] {33e5c143-b6b0-4ea9-8bd7-4be88d755b3e} oximeter.version (e3550e79-451c-4c3d-8ba1-9d3e49618ffc) (SelectExecutor): Key condition: unknown 2026.01.02 05:13:41.027725 [ 351 ] {33e5c143-b6b0-4ea9-8bd7-4be88d755b3e} AggregatingTransform: Aggregating 2026.01.02 05:13:41.027779 [ 351 ] {33e5c143-b6b0-4ea9-8bd7-4be88d755b3e} Aggregator: Aggregation method: without_key 2026.01.02 05:13:41.027817 [ 351 ] {33e5c143-b6b0-4ea9-8bd7-4be88d755b3e} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000741673 sec. (1348.303 rows/sec., 52.67 KiB/sec.) 2026.01.02 05:13:41.027837 [ 351 ] {33e5c143-b6b0-4ea9-8bd7-4be88d755b3e} Aggregator: Merging aggregated data 2026.01.02 05:13:41.029196 [ 354 ] {33e5c143-b6b0-4ea9-8bd7-4be88d755b3e} executeQuery: Read 1 rows, 40.00 B in 0.002789 sec., 358.5514521333812 rows/sec., 14.01 KiB/sec. 2026.01.02 05:13:41.029317 [ 354 ] {33e5c143-b6b0-4ea9-8bd7-4be88d755b3e} TCPHandler: Processed in 0.003107042 sec. 2026.01.02 05:13:41.029403 [ 354 ] {} TCPHandler: Done processing connection. 2026.01.02 05:13:41.029427 [ 355 ] {} TCPHandler: Done processing connection. 2026.01.02 05:13:41.029432 [ 354 ] {} TCP-Session: 2e23b075-236a-4c5f-8da7-4c0a01ff8638 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:13:41.029449 [ 289 ] {} TCPHandler: Done processing connection. 2026.01.02 05:13:41.029467 [ 286 ] {} TCPHandler: Done processing connection. 2026.01.02 05:13:41.029487 [ 356 ] {} TCPHandler: Done processing connection. 2026.01.02 05:13:41.029513 [ 353 ] {} TCPHandler: Done processing connection. 2026.01.02 05:13:41.029520 [ 286 ] {} TCP-Session: 8bffb00a-f028-49b2-bb66-d35c20d4ecca Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:13:41.029544 [ 356 ] {} TCP-Session: 1e4e6804-d5da-4845-877c-ddbab2644703 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:13:41.029562 [ 353 ] {} TCP-Session: 49b4dafb-43ac-4d11-ad28-d475a9fbfe21 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:13:41.029560 [ 287 ] {} TCPHandler: Done processing connection. 2026.01.02 05:13:41.029577 [ 352 ] {} TCPHandler: Done processing connection. 2026.01.02 05:13:41.029536 [ 288 ] {} TCPHandler: Done processing connection. 2026.01.02 05:13:41.029619 [ 287 ] {} TCP-Session: f620bda0-e3b5-48ae-9c2f-10c14fe69e97 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:13:41.029629 [ 352 ] {} TCP-Session: ea931fbd-31f1-40b5-807f-ece8e4cec721 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:13:41.029649 [ 288 ] {} TCP-Session: 1b4ae3f5-f64b-47ca-a2d1-ee2f14662766 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:13:41.029502 [ 289 ] {} TCP-Session: e5c25d8c-aa43-4eff-aa42-f7cf0ae2d8db Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:13:41.029484 [ 355 ] {} TCP-Session: a1be1b7b-074a-4f6f-b24a-2ca29efb13fe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:13:41.217840 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 490 2026.01.02 05:13:41.235251 [ 244 ] {} system.metric_log (a59fffb9-cc3a-4586-97e5-9d20b67a7356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:13:41.235309 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2026.01.02 05:13:41.241186 [ 244 ] {} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2026.01.02 05:13:41.241898 [ 244 ] {} system.metric_log (a59fffb9-cc3a-4586-97e5-9d20b67a7356): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:13:41.246064 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 490 2026.01.02 05:13:42.096761 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 46 entries to flush up to offset 1462 2026.01.02 05:13:42.100477 [ 243 ] {} system.query_log (dd3f3490-5765-4d2a-9406-0e239d3e9a13): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:13:42.100565 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2026.01.02 05:13:42.102347 [ 243 ] {} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2026.01.02 05:13:42.102734 [ 243 ] {} system.query_log (dd3f3490-5765-4d2a-9406-0e239d3e9a13): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:13:42.103263 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1462 2026.01.02 05:13:43.571343 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:13:43.571662 [ 270 ] {4461f256-0cbe-4096-b6e1-715c717fec87} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.02 05:13:43.571736 [ 270 ] {4461f256-0cbe-4096-b6e1-715c717fec87} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.02 05:13:43.572442 [ 270 ] {4461f256-0cbe-4096-b6e1-715c717fec87} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:13:43.572494 [ 270 ] {4461f256-0cbe-4096-b6e1-715c717fec87} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2026.01.02 05:13:43.572922 [ 270 ] {4461f256-0cbe-4096-b6e1-715c717fec87} MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) 2026.01.02 05:13:43.573165 [ 270 ] {4461f256-0cbe-4096-b6e1-715c717fec87} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:13:43.573334 [ 270 ] {4461f256-0cbe-4096-b6e1-715c717fec87} executeQuery: Read 136 rows, 12.08 KiB in 0.00175 sec., 77714.28571428571 rows/sec., 6.74 MiB/sec. 2026.01.02 05:13:43.573387 [ 270 ] {4461f256-0cbe-4096-b6e1-715c717fec87} TCPHandler: Processed in 0.002231268 sec. 2026.01.02 05:13:43.573508 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:13:43.573608 [ 270 ] {d9a3b958-86ce-45e6-bd25-5827dc26473a} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.02 05:13:43.573654 [ 270 ] {d9a3b958-86ce-45e6-bd25-5827dc26473a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.02 05:13:43.574078 [ 270 ] {d9a3b958-86ce-45e6-bd25-5827dc26473a} oximeter.fields_u16 (75d7a870-5da0-445d-b2e0-ec90b5ea7788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:13:43.574117 [ 270 ] {d9a3b958-86ce-45e6-bd25-5827dc26473a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2026.01.02 05:13:43.574448 [ 270 ] {d9a3b958-86ce-45e6-bd25-5827dc26473a} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2026.01.02 05:13:43.574670 [ 270 ] {d9a3b958-86ce-45e6-bd25-5827dc26473a} oximeter.fields_u16 (75d7a870-5da0-445d-b2e0-ec90b5ea7788): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:13:43.574806 [ 270 ] {d9a3b958-86ce-45e6-bd25-5827dc26473a} executeQuery: Read 40 rows, 3.01 KiB in 0.001219 sec., 32813.78178835111 rows/sec., 2.41 MiB/sec. 2026.01.02 05:13:43.574845 [ 270 ] {d9a3b958-86ce-45e6-bd25-5827dc26473a} TCPHandler: Processed in 0.001388863 sec. 2026.01.02 05:13:43.574959 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:13:43.575057 [ 270 ] {850dcc36-3f3a-41c2-8a8d-0ebb5c148ae7} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.02 05:13:43.575099 [ 270 ] {850dcc36-3f3a-41c2-8a8d-0ebb5c148ae7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.02 05:13:43.575528 [ 270 ] {850dcc36-3f3a-41c2-8a8d-0ebb5c148ae7} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:13:43.575566 [ 270 ] {850dcc36-3f3a-41c2-8a8d-0ebb5c148ae7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2026.01.02 05:13:43.575894 [ 270 ] {850dcc36-3f3a-41c2-8a8d-0ebb5c148ae7} MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) 2026.01.02 05:13:43.576119 [ 270 ] {850dcc36-3f3a-41c2-8a8d-0ebb5c148ae7} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:13:43.576251 [ 270 ] {850dcc36-3f3a-41c2-8a8d-0ebb5c148ae7} executeQuery: Read 104 rows, 8.32 KiB in 0.001214 sec., 85667.215815486 rows/sec., 6.69 MiB/sec. 2026.01.02 05:13:43.576290 [ 270 ] {850dcc36-3f3a-41c2-8a8d-0ebb5c148ae7} TCPHandler: Processed in 0.001380053 sec. 2026.01.02 05:13:43.576401 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:13:43.576495 [ 270 ] {d0a51aee-46d3-4a44-ba7e-5c7cdad1e381} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.02 05:13:43.576539 [ 270 ] {d0a51aee-46d3-4a44-ba7e-5c7cdad1e381} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.02 05:13:43.576941 [ 270 ] {d0a51aee-46d3-4a44-ba7e-5c7cdad1e381} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:13:43.576977 [ 270 ] {d0a51aee-46d3-4a44-ba7e-5c7cdad1e381} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2026.01.02 05:13:43.577318 [ 270 ] {d0a51aee-46d3-4a44-ba7e-5c7cdad1e381} MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) 2026.01.02 05:13:43.577544 [ 270 ] {d0a51aee-46d3-4a44-ba7e-5c7cdad1e381} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:13:43.577675 [ 270 ] {d0a51aee-46d3-4a44-ba7e-5c7cdad1e381} executeQuery: Read 160 rows, 11.41 KiB in 0.001199 sec., 133444.53711426188 rows/sec., 9.29 MiB/sec. 2026.01.02 05:13:43.577713 [ 270 ] {d0a51aee-46d3-4a44-ba7e-5c7cdad1e381} TCPHandler: Processed in 0.001361463 sec. 2026.01.02 05:13:43.577822 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:13:43.577915 [ 270 ] {877d8453-a01b-4693-a391-1ed25d02fd28} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.02 05:13:43.577972 [ 270 ] {877d8453-a01b-4693-a391-1ed25d02fd28} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.01.02 05:13:43.578826 [ 270 ] {877d8453-a01b-4693-a391-1ed25d02fd28} oximeter.measurements_histogramu64 (1ea2d44b-9dfb-4731-8ee2-8779179f369b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:13:43.578864 [ 270 ] {877d8453-a01b-4693-a391-1ed25d02fd28} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2026.01.02 05:13:43.579458 [ 270 ] {877d8453-a01b-4693-a391-1ed25d02fd28} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2026.01.02 05:13:43.579711 [ 270 ] {877d8453-a01b-4693-a391-1ed25d02fd28} oximeter.measurements_histogramu64 (1ea2d44b-9dfb-4731-8ee2-8779179f369b): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:13:43.579854 [ 270 ] {877d8453-a01b-4693-a391-1ed25d02fd28} executeQuery: Read 40 rows, 73.40 KiB in 0.001957 sec., 20439.448134900358 rows/sec., 36.63 MiB/sec. 2026.01.02 05:13:43.579920 [ 270 ] {877d8453-a01b-4693-a391-1ed25d02fd28} TCPHandler: Processed in 0.002147466 sec. 2026.01.02 05:13:43.580031 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:13:43.580125 [ 270 ] {1a338c14-7092-4ab8-b12c-39970ed0b41b} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.02 05:13:43.580169 [ 270 ] {1a338c14-7092-4ab8-b12c-39970ed0b41b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.02 05:13:43.580518 [ 270 ] {1a338c14-7092-4ab8-b12c-39970ed0b41b} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:13:43.580558 [ 270 ] {1a338c14-7092-4ab8-b12c-39970ed0b41b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2026.01.02 05:13:43.580938 [ 270 ] {1a338c14-7092-4ab8-b12c-39970ed0b41b} MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) 2026.01.02 05:13:43.581193 [ 270 ] {1a338c14-7092-4ab8-b12c-39970ed0b41b} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:13:43.581350 [ 270 ] {1a338c14-7092-4ab8-b12c-39970ed0b41b} executeQuery: Read 60 rows, 4.14 KiB in 0.001241 sec., 48348.106365834006 rows/sec., 3.26 MiB/sec. 2026.01.02 05:13:43.581395 [ 270 ] {1a338c14-7092-4ab8-b12c-39970ed0b41b} TCPHandler: Processed in 0.001412614 sec. 2026.01.02 05:13:46.781005 [ 56 ] {} DNSResolver: Updating DNS cache 2026.01.02 05:13:46.781059 [ 56 ] {} DNSResolver: Updated DNS cache 2026.01.02 05:13:46.999986 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 31705 2026.01.02 05:13:47.000824 [ 245 ] {} system.asynchronous_metric_log (bb53ce5c-bddd-4105-a5af-ef87950cd4f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:13:47.000877 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2026.01.02 05:13:47.001392 [ 245 ] {} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2026.01.02 05:13:47.001638 [ 245 ] {} system.asynchronous_metric_log (bb53ce5c-bddd-4105-a5af-ef87950cd4f3): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:13:47.001791 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 31705 2026.01.02 05:13:47.001796 [ 56 ] {} system.asynchronous_metric_log (bb53ce5c-bddd-4105-a5af-ef87950cd4f3) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2026.01.02 05:13:47.001855 [ 56 ] {} system.asynchronous_metric_log (bb53ce5c-bddd-4105-a5af-ef87950cd4f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:13:47.001879 [ 56 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2026.01.02 05:13:47.002042 [ 187 ] {bb53ce5c-bddd-4105-a5af-ef87950cd4f3::all_1_66_13} MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full 2026.01.02 05:13:47.002254 [ 187 ] {bb53ce5c-bddd-4105-a5af-ef87950cd4f3::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.02 05:13:47.002323 [ 187 ] {bb53ce5c-bddd-4105-a5af-ef87950cd4f3::all_1_66_13} MergeTreeSequentialSource: Reading 5 marks from part all_1_61_12, total 29337 rows starting from the beginning of the part 2026.01.02 05:13:47.002427 [ 187 ] {bb53ce5c-bddd-4105-a5af-ef87950cd4f3::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 448 rows starting from the beginning of the part 2026.01.02 05:13:47.002511 [ 187 ] {bb53ce5c-bddd-4105-a5af-ef87950cd4f3::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 512 rows starting from the beginning of the part 2026.01.02 05:13:47.002585 [ 187 ] {bb53ce5c-bddd-4105-a5af-ef87950cd4f3::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 448 rows starting from the beginning of the part 2026.01.02 05:13:47.002655 [ 187 ] {bb53ce5c-bddd-4105-a5af-ef87950cd4f3::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 512 rows starting from the beginning of the part 2026.01.02 05:13:47.002722 [ 187 ] {bb53ce5c-bddd-4105-a5af-ef87950cd4f3::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 448 rows starting from the beginning of the part 2026.01.02 05:13:47.005078 [ 195 ] {bb53ce5c-bddd-4105-a5af-ef87950cd4f3::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 31705 rows, containing 4 columns (4 merged, 0 gathered) in 0.003118073 sec., 10168139.103863187 rows/sec., 145.46 MiB/sec. 2026.01.02 05:13:47.005363 [ 195 ] {bb53ce5c-bddd-4105-a5af-ef87950cd4f3::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2026.01.02 05:13:47.005632 [ 195 ] {bb53ce5c-bddd-4105-a5af-ef87950cd4f3::all_1_66_13} system.asynchronous_metric_log (bb53ce5c-bddd-4105-a5af-ef87950cd4f3): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:13:47.005710 [ 195 ] {bb53ce5c-bddd-4105-a5af-ef87950cd4f3::all_1_66_13} system.asynchronous_metric_log (bb53ce5c-bddd-4105-a5af-ef87950cd4f3) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2026.01.02 05:13:47.005808 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.94 MiB. 2026.01.02 05:13:48.569392 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:13:48.569609 [ 270 ] {4fc40962-1273-4964-83c6-c437e02ccb97} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.02 05:13:48.569682 [ 270 ] {4fc40962-1273-4964-83c6-c437e02ccb97} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.02 05:13:48.570619 [ 270 ] {4fc40962-1273-4964-83c6-c437e02ccb97} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:13:48.570663 [ 270 ] {4fc40962-1273-4964-83c6-c437e02ccb97} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2026.01.02 05:13:48.571068 [ 270 ] {4fc40962-1273-4964-83c6-c437e02ccb97} MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) 2026.01.02 05:13:48.571291 [ 270 ] {4fc40962-1273-4964-83c6-c437e02ccb97} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:13:48.571445 [ 270 ] {4fc40962-1273-4964-83c6-c437e02ccb97} executeQuery: Read 56 rows, 4.41 KiB in 0.00189 sec., 29629.62962962963 rows/sec., 2.28 MiB/sec. 2026.01.02 05:13:48.571489 [ 270 ] {4fc40962-1273-4964-83c6-c437e02ccb97} TCPHandler: Processed in 0.002231867 sec. 2026.01.02 05:13:48.571607 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:13:48.571701 [ 270 ] {0be70dd8-06a4-47fb-9245-e172d50cd2b0} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.02 05:13:48.571741 [ 270 ] {0be70dd8-06a4-47fb-9245-e172d50cd2b0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.02 05:13:48.572184 [ 270 ] {0be70dd8-06a4-47fb-9245-e172d50cd2b0} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:13:48.572220 [ 270 ] {0be70dd8-06a4-47fb-9245-e172d50cd2b0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2026.01.02 05:13:48.572527 [ 270 ] {0be70dd8-06a4-47fb-9245-e172d50cd2b0} MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) 2026.01.02 05:13:48.572735 [ 270 ] {0be70dd8-06a4-47fb-9245-e172d50cd2b0} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:13:48.572858 [ 270 ] {0be70dd8-06a4-47fb-9245-e172d50cd2b0} executeQuery: Read 64 rows, 5.12 KiB in 0.001175 sec., 54468.085106382976 rows/sec., 4.25 MiB/sec. 2026.01.02 05:13:48.572895 [ 270 ] {0be70dd8-06a4-47fb-9245-e172d50cd2b0} TCPHandler: Processed in 0.001335973 sec. 2026.01.02 05:13:48.573005 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:13:48.573098 [ 270 ] {823f617c-4b6c-40e5-bede-260024697544} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.02 05:13:48.573142 [ 270 ] {823f617c-4b6c-40e5-bede-260024697544} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.02 05:13:48.573575 [ 270 ] {823f617c-4b6c-40e5-bede-260024697544} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:13:48.573610 [ 270 ] {823f617c-4b6c-40e5-bede-260024697544} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2026.01.02 05:13:48.573935 [ 270 ] {823f617c-4b6c-40e5-bede-260024697544} MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) 2026.01.02 05:13:48.574140 [ 270 ] {823f617c-4b6c-40e5-bede-260024697544} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:13:48.574268 [ 270 ] {823f617c-4b6c-40e5-bede-260024697544} executeQuery: Read 160 rows, 11.41 KiB in 0.001188 sec., 134680.13468013468 rows/sec., 9.38 MiB/sec. 2026.01.02 05:13:48.574304 [ 270 ] {823f617c-4b6c-40e5-bede-260024697544} TCPHandler: Processed in 0.001346462 sec. 2026.01.02 05:13:48.574411 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:13:48.574504 [ 270 ] {cc0f809e-a726-4824-a240-f840daa4d068} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.02 05:13:48.574544 [ 270 ] {cc0f809e-a726-4824-a240-f840daa4d068} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.02 05:13:48.574867 [ 270 ] {cc0f809e-a726-4824-a240-f840daa4d068} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:13:48.574902 [ 270 ] {cc0f809e-a726-4824-a240-f840daa4d068} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2026.01.02 05:13:48.575192 [ 270 ] {cc0f809e-a726-4824-a240-f840daa4d068} MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) 2026.01.02 05:13:48.575405 [ 270 ] {cc0f809e-a726-4824-a240-f840daa4d068} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:13:48.575530 [ 270 ] {cc0f809e-a726-4824-a240-f840daa4d068} executeQuery: Read 60 rows, 4.14 KiB in 0.001045 sec., 57416.267942583734 rows/sec., 3.87 MiB/sec. 2026.01.02 05:13:48.575565 [ 270 ] {cc0f809e-a726-4824-a240-f840daa4d068} TCPHandler: Processed in 0.00120142 sec. 2026.01.02 05:13:48.746207 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 497 2026.01.02 05:13:48.764417 [ 244 ] {} system.metric_log (a59fffb9-cc3a-4586-97e5-9d20b67a7356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:13:48.764481 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2026.01.02 05:13:48.770261 [ 244 ] {} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2026.01.02 05:13:48.770956 [ 244 ] {} system.metric_log (a59fffb9-cc3a-4586-97e5-9d20b67a7356): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:13:48.771224 [ 56 ] {} system.metric_log (a59fffb9-cc3a-4586-97e5-9d20b67a7356) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2026.01.02 05:13:48.771267 [ 56 ] {} system.metric_log (a59fffb9-cc3a-4586-97e5-9d20b67a7356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:13:48.771289 [ 56 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2026.01.02 05:13:48.771430 [ 199 ] {a59fffb9-cc3a-4586-97e5-9d20b67a7356::all_1_66_13} MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full 2026.01.02 05:13:48.774305 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 497 2026.01.02 05:13:48.774930 [ 199 ] {a59fffb9-cc3a-4586-97e5-9d20b67a7356::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.02 05:13:48.776407 [ 199 ] {a59fffb9-cc3a-4586-97e5-9d20b67a7356::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 460 rows starting from the beginning of the part 2026.01.02 05:13:48.781040 [ 199 ] {a59fffb9-cc3a-4586-97e5-9d20b67a7356::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 7 rows starting from the beginning of the part 2026.01.02 05:13:48.785605 [ 199 ] {a59fffb9-cc3a-4586-97e5-9d20b67a7356::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 8 rows starting from the beginning of the part 2026.01.02 05:13:48.790191 [ 199 ] {a59fffb9-cc3a-4586-97e5-9d20b67a7356::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 7 rows starting from the beginning of the part 2026.01.02 05:13:48.794832 [ 199 ] {a59fffb9-cc3a-4586-97e5-9d20b67a7356::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 8 rows starting from the beginning of the part 2026.01.02 05:13:48.798577 [ 199 ] {a59fffb9-cc3a-4586-97e5-9d20b67a7356::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 7 rows starting from the beginning of the part 2026.01.02 05:13:48.854853 [ 199 ] {a59fffb9-cc3a-4586-97e5-9d20b67a7356::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 497 rows, containing 679 columns (679 merged, 0 gathered) in 0.083488088 sec., 5952.945047681533 rows/sec., 30.78 MiB/sec. 2026.01.02 05:13:48.858270 [ 196 ] {a59fffb9-cc3a-4586-97e5-9d20b67a7356::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2026.01.02 05:13:48.860204 [ 196 ] {a59fffb9-cc3a-4586-97e5-9d20b67a7356::all_1_66_13} system.metric_log (a59fffb9-cc3a-4586-97e5-9d20b67a7356): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:13:48.860283 [ 196 ] {a59fffb9-cc3a-4586-97e5-9d20b67a7356::all_1_66_13} system.metric_log (a59fffb9-cc3a-4586-97e5-9d20b67a7356) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2026.01.02 05:13:48.862672 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 14.29 MiB. 2026.01.02 05:13:49.000213 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 349.44 MiB, peak 363.19 MiB, free memory in arenas 0.00 B, will set to 352.71 MiB (RSS), difference: 3.27 MiB 2026.01.02 05:13:51.189870 [ 51 ] {} oximeter.fields_u32 (1310015a-3be0-40ba-9fec-1b5eb4ed9f75) (MergerMutator): Selected 5 parts from all_1_23_5 to all_27_27_0 2026.01.02 05:13:51.189962 [ 51 ] {} oximeter.fields_u32 (1310015a-3be0-40ba-9fec-1b5eb4ed9f75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:13:51.190037 [ 51 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2026.01.02 05:13:51.190236 [ 189 ] {1310015a-3be0-40ba-9fec-1b5eb4ed9f75::all_1_27_6} MergeTask::PrepareStage: Merging 5 parts: from all_1_23_5 to all_27_27_0 into Compact with storage Full 2026.01.02 05:13:51.190453 [ 189 ] {1310015a-3be0-40ba-9fec-1b5eb4ed9f75::all_1_27_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.02 05:13:51.190513 [ 189 ] {1310015a-3be0-40ba-9fec-1b5eb4ed9f75::all_1_27_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_23_5, total 465 rows starting from the beginning of the part 2026.01.02 05:13:51.190620 [ 189 ] {1310015a-3be0-40ba-9fec-1b5eb4ed9f75::all_1_27_6} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 252 rows starting from the beginning of the part 2026.01.02 05:13:51.190703 [ 189 ] {1310015a-3be0-40ba-9fec-1b5eb4ed9f75::all_1_27_6} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 212 rows starting from the beginning of the part 2026.01.02 05:13:51.190776 [ 189 ] {1310015a-3be0-40ba-9fec-1b5eb4ed9f75::all_1_27_6} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 212 rows starting from the beginning of the part 2026.01.02 05:13:51.190843 [ 189 ] {1310015a-3be0-40ba-9fec-1b5eb4ed9f75::all_1_27_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 252 rows starting from the beginning of the part 2026.01.02 05:13:51.191852 [ 200 ] {1310015a-3be0-40ba-9fec-1b5eb4ed9f75::all_1_27_6} MergeTask::MergeProjectionsStage: Merge sorted 1393 rows, containing 5 columns (5 merged, 0 gathered) in 0.001710278 sec., 814487.4692886185 rows/sec., 57.70 MiB/sec. 2026.01.02 05:13:51.192064 [ 192 ] {1310015a-3be0-40ba-9fec-1b5eb4ed9f75::all_1_27_6} MergedBlockOutputStream: filled checksums all_1_27_6 (state Temporary) 2026.01.02 05:13:51.192358 [ 192 ] {1310015a-3be0-40ba-9fec-1b5eb4ed9f75::all_1_27_6} oximeter.fields_u32 (1310015a-3be0-40ba-9fec-1b5eb4ed9f75): Renaming temporary part tmp_merge_all_1_27_6 to all_1_27_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:13:51.192440 [ 192 ] {1310015a-3be0-40ba-9fec-1b5eb4ed9f75::all_1_27_6} oximeter.fields_u32 (1310015a-3be0-40ba-9fec-1b5eb4ed9f75) (MergerMutator): Merged 5 parts: [all_1_23_5, all_27_27_0] -> all_1_27_6 2026.01.02 05:13:51.192560 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB. 2026.01.02 05:13:52.103589 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1482 2026.01.02 05:13:52.105782 [ 243 ] {} system.query_log (dd3f3490-5765-4d2a-9406-0e239d3e9a13): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:13:52.105835 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2026.01.02 05:13:52.107114 [ 243 ] {} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2026.01.02 05:13:52.107405 [ 243 ] {} system.query_log (dd3f3490-5765-4d2a-9406-0e239d3e9a13): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:13:52.107800 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1482 2026.01.02 05:13:53.571090 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:13:53.571289 [ 270 ] {ba76fc91-357e-452b-96ca-c72d225f4f55} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.01.02 05:13:53.571357 [ 270 ] {ba76fc91-357e-452b-96ca-c72d225f4f55} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.01.02 05:13:53.572007 [ 270 ] {ba76fc91-357e-452b-96ca-c72d225f4f55} oximeter.fields_ipaddr (645cdd3d-4969-40ee-99e7-272b8c981424): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:13:53.572058 [ 270 ] {ba76fc91-357e-452b-96ca-c72d225f4f55} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2026.01.02 05:13:53.572464 [ 270 ] {ba76fc91-357e-452b-96ca-c72d225f4f55} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.01.02 05:13:53.572697 [ 270 ] {ba76fc91-357e-452b-96ca-c72d225f4f55} oximeter.fields_ipaddr (645cdd3d-4969-40ee-99e7-272b8c981424): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:13:53.572873 [ 270 ] {ba76fc91-357e-452b-96ca-c72d225f4f55} executeQuery: Read 10 rows, 835.00 B in 0.001634 sec., 6119.9510403916765 rows/sec., 499.04 KiB/sec. 2026.01.02 05:13:53.572928 [ 270 ] {ba76fc91-357e-452b-96ca-c72d225f4f55} TCPHandler: Processed in 0.001971673 sec. 2026.01.02 05:13:53.573050 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:13:53.573151 [ 270 ] {f9a3d940-4cc7-49b4-a3d0-338c738c2c92} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.02 05:13:53.573195 [ 270 ] {f9a3d940-4cc7-49b4-a3d0-338c738c2c92} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.02 05:13:53.573705 [ 270 ] {f9a3d940-4cc7-49b4-a3d0-338c738c2c92} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:13:53.573744 [ 270 ] {f9a3d940-4cc7-49b4-a3d0-338c738c2c92} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2026.01.02 05:13:53.574096 [ 270 ] {f9a3d940-4cc7-49b4-a3d0-338c738c2c92} MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) 2026.01.02 05:13:53.574314 [ 270 ] {f9a3d940-4cc7-49b4-a3d0-338c738c2c92} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:13:53.574451 [ 270 ] {f9a3d940-4cc7-49b4-a3d0-338c738c2c92} executeQuery: Read 142 rows, 12.54 KiB in 0.001321 sec., 107494.32248296746 rows/sec., 9.27 MiB/sec. 2026.01.02 05:13:53.574461 [ 49 ] {} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 2026.01.02 05:13:53.574489 [ 270 ] {f9a3d940-4cc7-49b4-a3d0-338c738c2c92} TCPHandler: Processed in 0.001491655 sec. 2026.01.02 05:13:53.574509 [ 49 ] {} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:13:53.574535 [ 49 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2026.01.02 05:13:53.574602 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:13:53.574653 [ 200 ] {83d580c8-cdc4-4d78-bcce-488a9e56976e::all_1_96_19} MergeTask::PrepareStage: Merging 6 parts: from all_1_91_18 to all_96_96_0 into Compact with storage Full 2026.01.02 05:13:53.574699 [ 270 ] {2a3ac31c-d36c-458d-bba9-3925e631df1c} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.02 05:13:53.574745 [ 270 ] {2a3ac31c-d36c-458d-bba9-3925e631df1c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.02 05:13:53.574802 [ 200 ] {83d580c8-cdc4-4d78-bcce-488a9e56976e::all_1_96_19} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.02 05:13:53.574847 [ 200 ] {83d580c8-cdc4-4d78-bcce-488a9e56976e::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 2464 rows starting from the beginning of the part 2026.01.02 05:13:53.574923 [ 200 ] {83d580c8-cdc4-4d78-bcce-488a9e56976e::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 1192 rows starting from the beginning of the part 2026.01.02 05:13:53.574977 [ 200 ] {83d580c8-cdc4-4d78-bcce-488a9e56976e::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 1317 rows starting from the beginning of the part 2026.01.02 05:13:53.575021 [ 200 ] {83d580c8-cdc4-4d78-bcce-488a9e56976e::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 136 rows starting from the beginning of the part 2026.01.02 05:13:53.575060 [ 200 ] {83d580c8-cdc4-4d78-bcce-488a9e56976e::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 56 rows starting from the beginning of the part 2026.01.02 05:13:53.575100 [ 200 ] {83d580c8-cdc4-4d78-bcce-488a9e56976e::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 142 rows starting from the beginning of the part 2026.01.02 05:13:53.575164 [ 270 ] {2a3ac31c-d36c-458d-bba9-3925e631df1c} oximeter.fields_u16 (75d7a870-5da0-445d-b2e0-ec90b5ea7788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:13:53.575205 [ 270 ] {2a3ac31c-d36c-458d-bba9-3925e631df1c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2026.01.02 05:13:53.575719 [ 270 ] {2a3ac31c-d36c-458d-bba9-3925e631df1c} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2026.01.02 05:13:53.575958 [ 270 ] {2a3ac31c-d36c-458d-bba9-3925e631df1c} oximeter.fields_u16 (75d7a870-5da0-445d-b2e0-ec90b5ea7788): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:13:53.576097 [ 270 ] {2a3ac31c-d36c-458d-bba9-3925e631df1c} executeQuery: Read 50 rows, 3.71 KiB in 0.001418 sec., 35260.93088857546 rows/sec., 2.55 MiB/sec. 2026.01.02 05:13:53.576137 [ 270 ] {2a3ac31c-d36c-458d-bba9-3925e631df1c} TCPHandler: Processed in 0.001586066 sec. 2026.01.02 05:13:53.576250 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:13:53.576345 [ 270 ] {90745eb4-379d-4a0b-8c09-d55895f24520} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.02 05:13:53.576385 [ 270 ] {90745eb4-379d-4a0b-8c09-d55895f24520} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.02 05:13:53.576775 [ 270 ] {90745eb4-379d-4a0b-8c09-d55895f24520} oximeter.fields_u32 (1310015a-3be0-40ba-9fec-1b5eb4ed9f75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:13:53.576810 [ 270 ] {90745eb4-379d-4a0b-8c09-d55895f24520} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2026.01.02 05:13:53.577108 [ 270 ] {90745eb4-379d-4a0b-8c09-d55895f24520} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.01.02 05:13:53.577226 [ 186 ] {83d580c8-cdc4-4d78-bcce-488a9e56976e::all_1_96_19} MergeTask::MergeProjectionsStage: Merge sorted 5307 rows, containing 5 columns (5 merged, 0 gathered) in 0.002625504 sec., 2021326.1910855975 rows/sec., 173.41 MiB/sec. 2026.01.02 05:13:53.577324 [ 270 ] {90745eb4-379d-4a0b-8c09-d55895f24520} oximeter.fields_u32 (1310015a-3be0-40ba-9fec-1b5eb4ed9f75): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:13:53.577457 [ 270 ] {90745eb4-379d-4a0b-8c09-d55895f24520} executeQuery: Read 1 rows, 68.00 B in 0.00113 sec., 884.9557522123895 rows/sec., 58.77 KiB/sec. 2026.01.02 05:13:53.577496 [ 270 ] {90745eb4-379d-4a0b-8c09-d55895f24520} TCPHandler: Processed in 0.001295352 sec. 2026.01.02 05:13:53.577539 [ 201 ] {83d580c8-cdc4-4d78-bcce-488a9e56976e::all_1_96_19} MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) 2026.01.02 05:13:53.577609 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:13:53.577702 [ 270 ] {6b1a9750-7cab-42d4-8f2f-dbe865171987} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.02 05:13:53.577741 [ 270 ] {6b1a9750-7cab-42d4-8f2f-dbe865171987} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.02 05:13:53.577826 [ 201 ] {83d580c8-cdc4-4d78-bcce-488a9e56976e::all_1_96_19} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:13:53.577896 [ 201 ] {83d580c8-cdc4-4d78-bcce-488a9e56976e::all_1_96_19} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 2026.01.02 05:13:53.577977 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.20 MiB. 2026.01.02 05:13:53.578175 [ 270 ] {6b1a9750-7cab-42d4-8f2f-dbe865171987} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:13:53.578210 [ 270 ] {6b1a9750-7cab-42d4-8f2f-dbe865171987} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2026.01.02 05:13:53.578514 [ 270 ] {6b1a9750-7cab-42d4-8f2f-dbe865171987} MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) 2026.01.02 05:13:53.578726 [ 270 ] {6b1a9750-7cab-42d4-8f2f-dbe865171987} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:13:53.578832 [ 49 ] {} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 2026.01.02 05:13:53.578852 [ 270 ] {6b1a9750-7cab-42d4-8f2f-dbe865171987} executeQuery: Read 114 rows, 9.13 KiB in 0.001167 sec., 97686.37532133676 rows/sec., 7.64 MiB/sec. 2026.01.02 05:13:53.578863 [ 49 ] {} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:13:53.578883 [ 49 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2026.01.02 05:13:53.578890 [ 270 ] {6b1a9750-7cab-42d4-8f2f-dbe865171987} TCPHandler: Processed in 0.001331002 sec. 2026.01.02 05:13:53.578950 [ 200 ] {a2603088-a695-4667-9faf-2a4ce1a4e7af::all_1_96_19} MergeTask::PrepareStage: Merging 6 parts: from all_1_91_18 to all_96_96_0 into Compact with storage Full 2026.01.02 05:13:53.579003 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:13:53.579042 [ 200 ] {a2603088-a695-4667-9faf-2a4ce1a4e7af::all_1_96_19} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.02 05:13:53.579073 [ 200 ] {a2603088-a695-4667-9faf-2a4ce1a4e7af::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 1249 rows starting from the beginning of the part 2026.01.02 05:13:53.579101 [ 270 ] {7068ab70-4c6c-4d61-b377-70210c4d68ad} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.02 05:13:53.579119 [ 200 ] {a2603088-a695-4667-9faf-2a4ce1a4e7af::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 719 rows starting from the beginning of the part 2026.01.02 05:13:53.579151 [ 270 ] {7068ab70-4c6c-4d61-b377-70210c4d68ad} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.02 05:13:53.579162 [ 200 ] {a2603088-a695-4667-9faf-2a4ce1a4e7af::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 558 rows starting from the beginning of the part 2026.01.02 05:13:53.579206 [ 200 ] {a2603088-a695-4667-9faf-2a4ce1a4e7af::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 104 rows starting from the beginning of the part 2026.01.02 05:13:53.579241 [ 200 ] {a2603088-a695-4667-9faf-2a4ce1a4e7af::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 64 rows starting from the beginning of the part 2026.01.02 05:13:53.579277 [ 200 ] {a2603088-a695-4667-9faf-2a4ce1a4e7af::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 114 rows starting from the beginning of the part 2026.01.02 05:13:53.579603 [ 270 ] {7068ab70-4c6c-4d61-b377-70210c4d68ad} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:13:53.579643 [ 270 ] {7068ab70-4c6c-4d61-b377-70210c4d68ad} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2026.01.02 05:13:53.579992 [ 270 ] {7068ab70-4c6c-4d61-b377-70210c4d68ad} MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) 2026.01.02 05:13:53.580212 [ 270 ] {7068ab70-4c6c-4d61-b377-70210c4d68ad} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:13:53.580341 [ 270 ] {7068ab70-4c6c-4d61-b377-70210c4d68ad} executeQuery: Read 165 rows, 11.76 KiB in 0.001258 sec., 131160.57233704292 rows/sec., 9.13 MiB/sec. 2026.01.02 05:13:53.580350 [ 186 ] {a2603088-a695-4667-9faf-2a4ce1a4e7af::all_1_96_19} MergeTask::MergeProjectionsStage: Merge sorted 2808 rows, containing 5 columns (5 merged, 0 gathered) in 0.001429404 sec., 1964455.1155586524 rows/sec., 150.53 MiB/sec. 2026.01.02 05:13:53.580380 [ 270 ] {7068ab70-4c6c-4d61-b377-70210c4d68ad} TCPHandler: Processed in 0.001428304 sec. 2026.01.02 05:13:53.580495 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:13:53.580555 [ 200 ] {a2603088-a695-4667-9faf-2a4ce1a4e7af::all_1_96_19} MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) 2026.01.02 05:13:53.580589 [ 270 ] {5d144d93-8127-4406-ba1f-2383de23abf2} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.01.02 05:13:53.580636 [ 270 ] {5d144d93-8127-4406-ba1f-2383de23abf2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.01.02 05:13:53.580813 [ 200 ] {a2603088-a695-4667-9faf-2a4ce1a4e7af::all_1_96_19} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:13:53.580888 [ 200 ] {a2603088-a695-4667-9faf-2a4ce1a4e7af::all_1_96_19} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 2026.01.02 05:13:53.580948 [ 270 ] {5d144d93-8127-4406-ba1f-2383de23abf2} oximeter.measurements_f64 (aa9bbb3a-da62-4075-81f6-d05edd62a94a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:13:53.580960 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.71 MiB. 2026.01.02 05:13:53.580991 [ 270 ] {5d144d93-8127-4406-ba1f-2383de23abf2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2026.01.02 05:13:53.581300 [ 270 ] {5d144d93-8127-4406-ba1f-2383de23abf2} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.01.02 05:13:53.581502 [ 270 ] {5d144d93-8127-4406-ba1f-2383de23abf2} oximeter.measurements_f64 (aa9bbb3a-da62-4075-81f6-d05edd62a94a): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:13:53.581626 [ 270 ] {5d144d93-8127-4406-ba1f-2383de23abf2} executeQuery: Read 1 rows, 65.00 B in 0.001055 sec., 947.8672985781991 rows/sec., 60.17 KiB/sec. 2026.01.02 05:13:53.581663 [ 270 ] {5d144d93-8127-4406-ba1f-2383de23abf2} TCPHandler: Processed in 0.00121836 sec. 2026.01.02 05:13:53.581775 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:13:53.581869 [ 270 ] {eef52507-4dca-47af-8321-15d39a9a8cd8} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.02 05:13:53.581923 [ 270 ] {eef52507-4dca-47af-8321-15d39a9a8cd8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.01.02 05:13:53.582828 [ 270 ] {eef52507-4dca-47af-8321-15d39a9a8cd8} oximeter.measurements_histogramu64 (1ea2d44b-9dfb-4731-8ee2-8779179f369b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:13:53.582864 [ 270 ] {eef52507-4dca-47af-8321-15d39a9a8cd8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2026.01.02 05:13:53.583433 [ 270 ] {eef52507-4dca-47af-8321-15d39a9a8cd8} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2026.01.02 05:13:53.583652 [ 270 ] {eef52507-4dca-47af-8321-15d39a9a8cd8} oximeter.measurements_histogramu64 (1ea2d44b-9dfb-4731-8ee2-8779179f369b): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:13:53.583779 [ 270 ] {eef52507-4dca-47af-8321-15d39a9a8cd8} executeQuery: Read 40 rows, 73.40 KiB in 0.001946 sec., 20554.98458376156 rows/sec., 36.83 MiB/sec. 2026.01.02 05:13:53.583831 [ 270 ] {eef52507-4dca-47af-8321-15d39a9a8cd8} TCPHandler: Processed in 0.002126426 sec. 2026.01.02 05:13:53.583935 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:13:53.584025 [ 270 ] {a311ddc9-0f8f-404a-a183-a7c4aca315fe} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.02 05:13:53.584064 [ 270 ] {a311ddc9-0f8f-404a-a183-a7c4aca315fe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.02 05:13:53.584380 [ 270 ] {a311ddc9-0f8f-404a-a183-a7c4aca315fe} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:13:53.584414 [ 270 ] {a311ddc9-0f8f-404a-a183-a7c4aca315fe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2026.01.02 05:13:53.584777 [ 270 ] {a311ddc9-0f8f-404a-a183-a7c4aca315fe} MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) 2026.01.02 05:13:53.584987 [ 270 ] {a311ddc9-0f8f-404a-a183-a7c4aca315fe} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:13:53.585111 [ 270 ] {a311ddc9-0f8f-404a-a183-a7c4aca315fe} executeQuery: Read 60 rows, 4.14 KiB in 0.001069 sec., 56127.22170252572 rows/sec., 3.78 MiB/sec. 2026.01.02 05:13:53.585146 [ 270 ] {a311ddc9-0f8f-404a-a183-a7c4aca315fe} TCPHandler: Processed in 0.001230641 sec. 2026.01.02 05:13:54.501967 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 32217 2026.01.02 05:13:54.502494 [ 245 ] {} system.asynchronous_metric_log (bb53ce5c-bddd-4105-a5af-ef87950cd4f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:13:54.502527 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2026.01.02 05:13:54.503026 [ 245 ] {} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2026.01.02 05:13:54.503250 [ 245 ] {} system.asynchronous_metric_log (bb53ce5c-bddd-4105-a5af-ef87950cd4f3): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:13:54.503374 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 32217 2026.01.02 05:13:56.274417 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 505 2026.01.02 05:13:56.289946 [ 244 ] {} system.metric_log (a59fffb9-cc3a-4586-97e5-9d20b67a7356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:13:56.290000 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2026.01.02 05:13:56.295851 [ 244 ] {} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2026.01.02 05:13:56.296577 [ 244 ] {} system.metric_log (a59fffb9-cc3a-4586-97e5-9d20b67a7356): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:13:56.299572 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 505 2026.01.02 05:13:58.569006 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:13:58.569201 [ 270 ] {17d7dd55-130b-40d9-b223-28b9acd5cbc9} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.02 05:13:58.569266 [ 270 ] {17d7dd55-130b-40d9-b223-28b9acd5cbc9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.02 05:13:58.569915 [ 270 ] {17d7dd55-130b-40d9-b223-28b9acd5cbc9} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:13:58.569964 [ 270 ] {17d7dd55-130b-40d9-b223-28b9acd5cbc9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2026.01.02 05:13:58.570420 [ 270 ] {17d7dd55-130b-40d9-b223-28b9acd5cbc9} MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) 2026.01.02 05:13:58.570645 [ 270 ] {17d7dd55-130b-40d9-b223-28b9acd5cbc9} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:13:58.570795 [ 270 ] {17d7dd55-130b-40d9-b223-28b9acd5cbc9} executeQuery: Read 56 rows, 4.41 KiB in 0.001647 sec., 34001.21432908318 rows/sec., 2.61 MiB/sec. 2026.01.02 05:13:58.570836 [ 270 ] {17d7dd55-130b-40d9-b223-28b9acd5cbc9} TCPHandler: Processed in 0.001964723 sec. 2026.01.02 05:13:58.570954 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:13:58.571049 [ 270 ] {824e1102-97d5-41e4-9d9a-c91ce0735a9d} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.02 05:13:58.571088 [ 270 ] {824e1102-97d5-41e4-9d9a-c91ce0735a9d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.02 05:13:58.571502 [ 270 ] {824e1102-97d5-41e4-9d9a-c91ce0735a9d} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:13:58.571539 [ 270 ] {824e1102-97d5-41e4-9d9a-c91ce0735a9d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2026.01.02 05:13:58.571854 [ 270 ] {824e1102-97d5-41e4-9d9a-c91ce0735a9d} MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) 2026.01.02 05:13:58.572068 [ 270 ] {824e1102-97d5-41e4-9d9a-c91ce0735a9d} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:13:58.572192 [ 270 ] {824e1102-97d5-41e4-9d9a-c91ce0735a9d} executeQuery: Read 64 rows, 5.12 KiB in 0.001161 sec., 55124.892334194665 rows/sec., 4.30 MiB/sec. 2026.01.02 05:13:58.572228 [ 270 ] {824e1102-97d5-41e4-9d9a-c91ce0735a9d} TCPHandler: Processed in 0.001321972 sec. 2026.01.02 05:13:58.572332 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:13:58.572425 [ 270 ] {9edbbc27-973d-4333-82f6-d23b2cf36a17} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.02 05:13:58.572468 [ 270 ] {9edbbc27-973d-4333-82f6-d23b2cf36a17} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.02 05:13:58.572875 [ 270 ] {9edbbc27-973d-4333-82f6-d23b2cf36a17} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:13:58.572910 [ 270 ] {9edbbc27-973d-4333-82f6-d23b2cf36a17} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2026.01.02 05:13:58.573248 [ 270 ] {9edbbc27-973d-4333-82f6-d23b2cf36a17} MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) 2026.01.02 05:13:58.573457 [ 270 ] {9edbbc27-973d-4333-82f6-d23b2cf36a17} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:13:58.573583 [ 270 ] {9edbbc27-973d-4333-82f6-d23b2cf36a17} executeQuery: Read 160 rows, 11.41 KiB in 0.001176 sec., 136054.42176870749 rows/sec., 9.48 MiB/sec. 2026.01.02 05:13:58.573591 [ 40 ] {} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 2026.01.02 05:13:58.573619 [ 270 ] {9edbbc27-973d-4333-82f6-d23b2cf36a17} TCPHandler: Processed in 0.001333582 sec. 2026.01.02 05:13:58.573664 [ 40 ] {} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:13:58.573689 [ 40 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2026.01.02 05:13:58.573746 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:13:58.573799 [ 198 ] {935760ec-14c4-43f9-bf0f-f949cce05eda::all_1_96_19} MergeTask::PrepareStage: Merging 6 parts: from all_1_91_18 to all_96_96_0 into Compact with storage Full 2026.01.02 05:13:58.573843 [ 270 ] {f03b7374-6f10-4c91-b9cc-432e8dd06699} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.02 05:13:58.573889 [ 270 ] {f03b7374-6f10-4c91-b9cc-432e8dd06699} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.02 05:13:58.573947 [ 198 ] {935760ec-14c4-43f9-bf0f-f949cce05eda::all_1_96_19} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.02 05:13:58.573990 [ 198 ] {935760ec-14c4-43f9-bf0f-f949cce05eda::all_1_96_19} MergeTreeSequentialSource: Reading 5 marks from part all_1_91_18, total 26842 rows starting from the beginning of the part 2026.01.02 05:13:58.574054 [ 198 ] {935760ec-14c4-43f9-bf0f-f949cce05eda::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 881 rows starting from the beginning of the part 2026.01.02 05:13:58.574099 [ 198 ] {935760ec-14c4-43f9-bf0f-f949cce05eda::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 160 rows starting from the beginning of the part 2026.01.02 05:13:58.574144 [ 198 ] {935760ec-14c4-43f9-bf0f-f949cce05eda::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 160 rows starting from the beginning of the part 2026.01.02 05:13:58.574183 [ 198 ] {935760ec-14c4-43f9-bf0f-f949cce05eda::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 165 rows starting from the beginning of the part 2026.01.02 05:13:58.574212 [ 270 ] {f03b7374-6f10-4c91-b9cc-432e8dd06699} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:13:58.574223 [ 198 ] {935760ec-14c4-43f9-bf0f-f949cce05eda::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 160 rows starting from the beginning of the part 2026.01.02 05:13:58.574255 [ 270 ] {f03b7374-6f10-4c91-b9cc-432e8dd06699} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2026.01.02 05:13:58.574643 [ 270 ] {f03b7374-6f10-4c91-b9cc-432e8dd06699} MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) 2026.01.02 05:13:58.574869 [ 270 ] {f03b7374-6f10-4c91-b9cc-432e8dd06699} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:13:58.574997 [ 270 ] {f03b7374-6f10-4c91-b9cc-432e8dd06699} executeQuery: Read 60 rows, 4.14 KiB in 0.001172 sec., 51194.53924914676 rows/sec., 3.45 MiB/sec. 2026.01.02 05:13:58.575033 [ 270 ] {f03b7374-6f10-4c91-b9cc-432e8dd06699} TCPHandler: Processed in 0.001334852 sec. 2026.01.02 05:13:58.582589 [ 188 ] {935760ec-14c4-43f9-bf0f-f949cce05eda::all_1_96_19} MergeTask::MergeProjectionsStage: Merge sorted 28368 rows, containing 5 columns (5 merged, 0 gathered) in 0.008842108 sec., 3208284.7212452055 rows/sec., 219.48 MiB/sec. 2026.01.02 05:13:58.583157 [ 191 ] {935760ec-14c4-43f9-bf0f-f949cce05eda::all_1_96_19} MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) 2026.01.02 05:13:58.583486 [ 191 ] {935760ec-14c4-43f9-bf0f-f949cce05eda::all_1_96_19} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:13:58.583574 [ 191 ] {935760ec-14c4-43f9-bf0f-f949cce05eda::all_1_96_19} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 2026.01.02 05:13:58.583677 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.37 MiB. 2026.01.02 05:13:59.000194 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 353.22 MiB, peak 363.19 MiB, free memory in arenas 0.00 B, will set to 355.97 MiB (RSS), difference: 2.75 MiB 2026.01.02 05:14:01.781115 [ 38 ] {} DNSResolver: Updating DNS cache 2026.01.02 05:14:01.781169 [ 38 ] {} DNSResolver: Updated DNS cache 2026.01.02 05:14:02.003572 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 32729 2026.01.02 05:14:02.004122 [ 245 ] {} system.asynchronous_metric_log (bb53ce5c-bddd-4105-a5af-ef87950cd4f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:14:02.004168 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2026.01.02 05:14:02.004866 [ 245 ] {} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2026.01.02 05:14:02.005133 [ 245 ] {} system.asynchronous_metric_log (bb53ce5c-bddd-4105-a5af-ef87950cd4f3): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:14:02.005310 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 32729 2026.01.02 05:14:02.108012 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 1508 2026.01.02 05:14:02.110353 [ 243 ] {} system.query_log (dd3f3490-5765-4d2a-9406-0e239d3e9a13): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:14:02.110413 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2026.01.02 05:14:02.111683 [ 243 ] {} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2026.01.02 05:14:02.111970 [ 243 ] {} system.query_log (dd3f3490-5765-4d2a-9406-0e239d3e9a13): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:14:02.112125 [ 39 ] {} system.query_log (dd3f3490-5765-4d2a-9406-0e239d3e9a13) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2026.01.02 05:14:02.112167 [ 39 ] {} system.query_log (dd3f3490-5765-4d2a-9406-0e239d3e9a13): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:14:02.112188 [ 39 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2026.01.02 05:14:02.112306 [ 186 ] {dd3f3490-5765-4d2a-9406-0e239d3e9a13::all_1_51_10} MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full 2026.01.02 05:14:02.112383 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1508 2026.01.02 05:14:02.112871 [ 186 ] {dd3f3490-5765-4d2a-9406-0e239d3e9a13::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.02 05:14:02.113019 [ 186 ] {dd3f3490-5765-4d2a-9406-0e239d3e9a13::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1364 rows starting from the beginning of the part 2026.01.02 05:14:02.113362 [ 186 ] {dd3f3490-5765-4d2a-9406-0e239d3e9a13::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 20 rows starting from the beginning of the part 2026.01.02 05:14:02.113718 [ 186 ] {dd3f3490-5765-4d2a-9406-0e239d3e9a13::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 32 rows starting from the beginning of the part 2026.01.02 05:14:02.114026 [ 186 ] {dd3f3490-5765-4d2a-9406-0e239d3e9a13::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 46 rows starting from the beginning of the part 2026.01.02 05:14:02.114321 [ 186 ] {dd3f3490-5765-4d2a-9406-0e239d3e9a13::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 20 rows starting from the beginning of the part 2026.01.02 05:14:02.114620 [ 186 ] {dd3f3490-5765-4d2a-9406-0e239d3e9a13::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 26 rows starting from the beginning of the part 2026.01.02 05:14:02.121875 [ 188 ] {dd3f3490-5765-4d2a-9406-0e239d3e9a13::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 1508 rows, containing 72 columns (72 merged, 0 gathered) in 0.009618751 sec., 156777.11170608326 rows/sec., 124.89 MiB/sec. 2026.01.02 05:14:02.123869 [ 193 ] {dd3f3490-5765-4d2a-9406-0e239d3e9a13::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2026.01.02 05:14:02.124571 [ 193 ] {dd3f3490-5765-4d2a-9406-0e239d3e9a13::all_1_51_10} system.query_log (dd3f3490-5765-4d2a-9406-0e239d3e9a13): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:14:02.124684 [ 193 ] {dd3f3490-5765-4d2a-9406-0e239d3e9a13::all_1_51_10} system.query_log (dd3f3490-5765-4d2a-9406-0e239d3e9a13) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2026.01.02 05:14:02.125082 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.93 MiB. 2026.01.02 05:14:03.571540 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:14:03.571738 [ 270 ] {8b34e57d-e67e-4ad9-9ed1-9a256f52193a} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.02 05:14:03.571806 [ 270 ] {8b34e57d-e67e-4ad9-9ed1-9a256f52193a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.02 05:14:03.572507 [ 270 ] {8b34e57d-e67e-4ad9-9ed1-9a256f52193a} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:14:03.572556 [ 270 ] {8b34e57d-e67e-4ad9-9ed1-9a256f52193a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2026.01.02 05:14:03.572989 [ 270 ] {8b34e57d-e67e-4ad9-9ed1-9a256f52193a} MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) 2026.01.02 05:14:03.573220 [ 270 ] {8b34e57d-e67e-4ad9-9ed1-9a256f52193a} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:14:03.573393 [ 270 ] {8b34e57d-e67e-4ad9-9ed1-9a256f52193a} executeQuery: Read 136 rows, 12.08 KiB in 0.001703 sec., 79859.07222548443 rows/sec., 6.92 MiB/sec. 2026.01.02 05:14:03.573436 [ 270 ] {8b34e57d-e67e-4ad9-9ed1-9a256f52193a} TCPHandler: Processed in 0.002029304 sec. 2026.01.02 05:14:03.573552 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:14:03.573651 [ 270 ] {eb227d89-8959-4dc2-93c0-8b391df674b0} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.02 05:14:03.573693 [ 270 ] {eb227d89-8959-4dc2-93c0-8b391df674b0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.02 05:14:03.574104 [ 270 ] {eb227d89-8959-4dc2-93c0-8b391df674b0} oximeter.fields_u16 (75d7a870-5da0-445d-b2e0-ec90b5ea7788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:14:03.574140 [ 270 ] {eb227d89-8959-4dc2-93c0-8b391df674b0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2026.01.02 05:14:03.574450 [ 270 ] {eb227d89-8959-4dc2-93c0-8b391df674b0} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2026.01.02 05:14:03.574665 [ 270 ] {eb227d89-8959-4dc2-93c0-8b391df674b0} oximeter.fields_u16 (75d7a870-5da0-445d-b2e0-ec90b5ea7788): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:14:03.574769 [ 37 ] {} oximeter.fields_u16 (75d7a870-5da0-445d-b2e0-ec90b5ea7788) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2026.01.02 05:14:03.574792 [ 270 ] {eb227d89-8959-4dc2-93c0-8b391df674b0} executeQuery: Read 40 rows, 3.01 KiB in 0.001161 sec., 34453.05770887167 rows/sec., 2.53 MiB/sec. 2026.01.02 05:14:03.574807 [ 37 ] {} oximeter.fields_u16 (75d7a870-5da0-445d-b2e0-ec90b5ea7788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:14:03.574829 [ 37 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2026.01.02 05:14:03.574832 [ 270 ] {eb227d89-8959-4dc2-93c0-8b391df674b0} TCPHandler: Processed in 0.001332012 sec. 2026.01.02 05:14:03.574941 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:14:03.574959 [ 194 ] {75d7a870-5da0-445d-b2e0-ec90b5ea7788::all_1_66_13} MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full 2026.01.02 05:14:03.575036 [ 270 ] {434bd4ec-052f-469e-97fc-36f47abdac3f} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.02 05:14:03.575081 [ 270 ] {434bd4ec-052f-469e-97fc-36f47abdac3f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.02 05:14:03.575104 [ 194 ] {75d7a870-5da0-445d-b2e0-ec90b5ea7788::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.02 05:14:03.575147 [ 194 ] {75d7a870-5da0-445d-b2e0-ec90b5ea7788::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 277 rows starting from the beginning of the part 2026.01.02 05:14:03.575220 [ 194 ] {75d7a870-5da0-445d-b2e0-ec90b5ea7788::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 245 rows starting from the beginning of the part 2026.01.02 05:14:03.575274 [ 194 ] {75d7a870-5da0-445d-b2e0-ec90b5ea7788::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 14 rows starting from the beginning of the part 2026.01.02 05:14:03.575329 [ 194 ] {75d7a870-5da0-445d-b2e0-ec90b5ea7788::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 40 rows starting from the beginning of the part 2026.01.02 05:14:03.575371 [ 194 ] {75d7a870-5da0-445d-b2e0-ec90b5ea7788::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 50 rows starting from the beginning of the part 2026.01.02 05:14:03.575412 [ 194 ] {75d7a870-5da0-445d-b2e0-ec90b5ea7788::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 40 rows starting from the beginning of the part 2026.01.02 05:14:03.575508 [ 270 ] {434bd4ec-052f-469e-97fc-36f47abdac3f} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:14:03.575552 [ 270 ] {434bd4ec-052f-469e-97fc-36f47abdac3f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2026.01.02 05:14:03.576066 [ 270 ] {434bd4ec-052f-469e-97fc-36f47abdac3f} MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) 2026.01.02 05:14:03.576322 [ 270 ] {434bd4ec-052f-469e-97fc-36f47abdac3f} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:14:03.576319 [ 188 ] {75d7a870-5da0-445d-b2e0-ec90b5ea7788::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 666 rows, containing 5 columns (5 merged, 0 gathered) in 0.001419583 sec., 469151.85656632966 rows/sec., 31.94 MiB/sec. 2026.01.02 05:14:03.576469 [ 270 ] {434bd4ec-052f-469e-97fc-36f47abdac3f} executeQuery: Read 104 rows, 8.32 KiB in 0.00145 sec., 71724.1379310345 rows/sec., 5.60 MiB/sec. 2026.01.02 05:14:03.576488 [ 194 ] {75d7a870-5da0-445d-b2e0-ec90b5ea7788::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2026.01.02 05:14:03.576514 [ 270 ] {434bd4ec-052f-469e-97fc-36f47abdac3f} TCPHandler: Processed in 0.001622867 sec. 2026.01.02 05:14:03.576639 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:14:03.576738 [ 270 ] {0006e9d6-7cad-4595-a982-6ff3bf657236} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.02 05:14:03.576749 [ 194 ] {75d7a870-5da0-445d-b2e0-ec90b5ea7788::all_1_66_13} oximeter.fields_u16 (75d7a870-5da0-445d-b2e0-ec90b5ea7788): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:14:03.576788 [ 270 ] {0006e9d6-7cad-4595-a982-6ff3bf657236} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.02 05:14:03.576829 [ 194 ] {75d7a870-5da0-445d-b2e0-ec90b5ea7788::all_1_66_13} oximeter.fields_u16 (75d7a870-5da0-445d-b2e0-ec90b5ea7788) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2026.01.02 05:14:03.576907 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. 2026.01.02 05:14:03.577201 [ 270 ] {0006e9d6-7cad-4595-a982-6ff3bf657236} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:14:03.577243 [ 270 ] {0006e9d6-7cad-4595-a982-6ff3bf657236} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2026.01.02 05:14:03.577590 [ 270 ] {0006e9d6-7cad-4595-a982-6ff3bf657236} MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) 2026.01.02 05:14:03.577813 [ 270 ] {0006e9d6-7cad-4595-a982-6ff3bf657236} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:14:03.577941 [ 270 ] {0006e9d6-7cad-4595-a982-6ff3bf657236} executeQuery: Read 160 rows, 11.41 KiB in 0.001221 sec., 131040.13104013103 rows/sec., 9.13 MiB/sec. 2026.01.02 05:14:03.577978 [ 270 ] {0006e9d6-7cad-4595-a982-6ff3bf657236} TCPHandler: Processed in 0.001394473 sec. 2026.01.02 05:14:03.578079 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:14:03.578177 [ 270 ] {78268f76-6870-40f7-9f08-2c957cb0ceea} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.02 05:14:03.578234 [ 270 ] {78268f76-6870-40f7-9f08-2c957cb0ceea} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.01.02 05:14:03.579036 [ 270 ] {78268f76-6870-40f7-9f08-2c957cb0ceea} oximeter.measurements_histogramu64 (1ea2d44b-9dfb-4731-8ee2-8779179f369b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:14:03.579072 [ 270 ] {78268f76-6870-40f7-9f08-2c957cb0ceea} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2026.01.02 05:14:03.579662 [ 270 ] {78268f76-6870-40f7-9f08-2c957cb0ceea} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2026.01.02 05:14:03.579884 [ 270 ] {78268f76-6870-40f7-9f08-2c957cb0ceea} oximeter.measurements_histogramu64 (1ea2d44b-9dfb-4731-8ee2-8779179f369b): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:14:03.580018 [ 270 ] {78268f76-6870-40f7-9f08-2c957cb0ceea} executeQuery: Read 40 rows, 73.40 KiB in 0.001859 sec., 21516.944593867673 rows/sec., 38.56 MiB/sec. 2026.01.02 05:14:03.580070 [ 270 ] {78268f76-6870-40f7-9f08-2c957cb0ceea} TCPHandler: Processed in 0.002038944 sec. 2026.01.02 05:14:03.580176 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:14:03.580267 [ 270 ] {0c04c522-f40f-498f-ba6b-0b97301b8b01} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.02 05:14:03.580308 [ 270 ] {0c04c522-f40f-498f-ba6b-0b97301b8b01} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.02 05:14:03.580631 [ 270 ] {0c04c522-f40f-498f-ba6b-0b97301b8b01} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:14:03.580665 [ 270 ] {0c04c522-f40f-498f-ba6b-0b97301b8b01} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2026.01.02 05:14:03.580960 [ 270 ] {0c04c522-f40f-498f-ba6b-0b97301b8b01} MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) 2026.01.02 05:14:03.581166 [ 270 ] {0c04c522-f40f-498f-ba6b-0b97301b8b01} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:14:03.581266 [ 37 ] {} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 2026.01.02 05:14:03.581289 [ 270 ] {0c04c522-f40f-498f-ba6b-0b97301b8b01} executeQuery: Read 60 rows, 4.14 KiB in 0.00104 sec., 57692.307692307695 rows/sec., 3.89 MiB/sec. 2026.01.02 05:14:03.581298 [ 37 ] {} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:14:03.581318 [ 37 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2026.01.02 05:14:03.581323 [ 270 ] {0c04c522-f40f-498f-ba6b-0b97301b8b01} TCPHandler: Processed in 0.00119505 sec. 2026.01.02 05:14:03.581402 [ 197 ] {45294a01-6668-46b2-a532-60faf64b8164::all_1_96_19} MergeTask::PrepareStage: Merging 6 parts: from all_1_91_18 to all_96_96_0 into Compact with storage Full 2026.01.02 05:14:03.581510 [ 197 ] {45294a01-6668-46b2-a532-60faf64b8164::all_1_96_19} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.02 05:14:03.581545 [ 197 ] {45294a01-6668-46b2-a532-60faf64b8164::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 5422 rows starting from the beginning of the part 2026.01.02 05:14:03.581627 [ 197 ] {45294a01-6668-46b2-a532-60faf64b8164::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 60 rows starting from the beginning of the part 2026.01.02 05:14:03.581686 [ 197 ] {45294a01-6668-46b2-a532-60faf64b8164::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 60 rows starting from the beginning of the part 2026.01.02 05:14:03.581730 [ 197 ] {45294a01-6668-46b2-a532-60faf64b8164::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 60 rows starting from the beginning of the part 2026.01.02 05:14:03.581771 [ 197 ] {45294a01-6668-46b2-a532-60faf64b8164::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 60 rows starting from the beginning of the part 2026.01.02 05:14:03.581814 [ 197 ] {45294a01-6668-46b2-a532-60faf64b8164::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 60 rows starting from the beginning of the part 2026.01.02 05:14:03.583634 [ 194 ] {45294a01-6668-46b2-a532-60faf64b8164::all_1_96_19} MergeTask::MergeProjectionsStage: Merge sorted 5722 rows, containing 4 columns (4 merged, 0 gathered) in 0.002272218 sec., 2518244.2881800956 rows/sec., 167.46 MiB/sec. 2026.01.02 05:14:03.584060 [ 188 ] {45294a01-6668-46b2-a532-60faf64b8164::all_1_96_19} MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) 2026.01.02 05:14:03.584374 [ 188 ] {45294a01-6668-46b2-a532-60faf64b8164::all_1_96_19} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:14:03.584455 [ 188 ] {45294a01-6668-46b2-a532-60faf64b8164::all_1_96_19} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 2026.01.02 05:14:03.584566 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.15 MiB. 2026.01.02 05:14:03.799696 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 512 2026.01.02 05:14:03.816171 [ 244 ] {} system.metric_log (a59fffb9-cc3a-4586-97e5-9d20b67a7356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:14:03.816214 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2026.01.02 05:14:03.822371 [ 244 ] {} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2026.01.02 05:14:03.823115 [ 244 ] {} system.metric_log (a59fffb9-cc3a-4586-97e5-9d20b67a7356): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:14:03.825873 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 512 2026.01.02 05:14:08.598900 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:14:08.599208 [ 270 ] {5fc7cdfb-4aa5-441b-8dea-3a3c71399ecf} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.01.02 05:14:08.599313 [ 270 ] {5fc7cdfb-4aa5-441b-8dea-3a3c71399ecf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.01.02 05:14:08.600050 [ 270 ] {5fc7cdfb-4aa5-441b-8dea-3a3c71399ecf} oximeter.fields_i16 (cb56b64a-0514-41c6-b851-58b3833bf8fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:14:08.600098 [ 270 ] {5fc7cdfb-4aa5-441b-8dea-3a3c71399ecf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2026.01.02 05:14:08.600500 [ 270 ] {5fc7cdfb-4aa5-441b-8dea-3a3c71399ecf} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.01.02 05:14:08.600748 [ 270 ] {5fc7cdfb-4aa5-441b-8dea-3a3c71399ecf} oximeter.fields_i16 (cb56b64a-0514-41c6-b851-58b3833bf8fd): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:14:08.600905 [ 270 ] {5fc7cdfb-4aa5-441b-8dea-3a3c71399ecf} executeQuery: Read 24 rows, 2.04 KiB in 0.001774 sec., 13528.748590755355 rows/sec., 1.12 MiB/sec. 2026.01.02 05:14:08.600947 [ 270 ] {5fc7cdfb-4aa5-441b-8dea-3a3c71399ecf} TCPHandler: Processed in 0.002234147 sec. 2026.01.02 05:14:08.601061 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:14:08.601156 [ 270 ] {cd836287-724f-44ba-950f-2408bea3cae6} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.01.02 05:14:08.601199 [ 270 ] {cd836287-724f-44ba-950f-2408bea3cae6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.01.02 05:14:08.601584 [ 270 ] {cd836287-724f-44ba-950f-2408bea3cae6} oximeter.fields_ipaddr (645cdd3d-4969-40ee-99e7-272b8c981424): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:14:08.601620 [ 270 ] {cd836287-724f-44ba-950f-2408bea3cae6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2026.01.02 05:14:08.601908 [ 270 ] {cd836287-724f-44ba-950f-2408bea3cae6} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.01.02 05:14:08.602111 [ 270 ] {cd836287-724f-44ba-950f-2408bea3cae6} oximeter.fields_ipaddr (645cdd3d-4969-40ee-99e7-272b8c981424): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:14:08.602244 [ 270 ] {cd836287-724f-44ba-950f-2408bea3cae6} executeQuery: Read 2 rows, 167.00 B in 0.001106 sec., 1808.3182640144666 rows/sec., 147.46 KiB/sec. 2026.01.02 05:14:08.602280 [ 270 ] {cd836287-724f-44ba-950f-2408bea3cae6} TCPHandler: Processed in 0.001269451 sec. 2026.01.02 05:14:08.602389 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:14:08.602492 [ 270 ] {5d9f5df5-cc86-4c53-b7f5-9d8c774df62e} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.02 05:14:08.602533 [ 270 ] {5d9f5df5-cc86-4c53-b7f5-9d8c774df62e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.02 05:14:08.603706 [ 270 ] {5d9f5df5-cc86-4c53-b7f5-9d8c774df62e} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:14:08.603745 [ 270 ] {5d9f5df5-cc86-4c53-b7f5-9d8c774df62e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2026.01.02 05:14:08.604161 [ 270 ] {5d9f5df5-cc86-4c53-b7f5-9d8c774df62e} MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) 2026.01.02 05:14:08.604383 [ 270 ] {5d9f5df5-cc86-4c53-b7f5-9d8c774df62e} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:14:08.604521 [ 270 ] {5d9f5df5-cc86-4c53-b7f5-9d8c774df62e} executeQuery: Read 1317 rows, 112.50 KiB in 0.002048 sec., 643066.40625 rows/sec., 53.65 MiB/sec. 2026.01.02 05:14:08.604560 [ 270 ] {5d9f5df5-cc86-4c53-b7f5-9d8c774df62e} TCPHandler: Processed in 0.002220677 sec. 2026.01.02 05:14:08.604682 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:14:08.604796 [ 270 ] {f6f63768-78ed-465a-ba6d-44212c9c98ea} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.02 05:14:08.604844 [ 270 ] {f6f63768-78ed-465a-ba6d-44212c9c98ea} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.02 05:14:08.605313 [ 270 ] {f6f63768-78ed-465a-ba6d-44212c9c98ea} oximeter.fields_u16 (75d7a870-5da0-445d-b2e0-ec90b5ea7788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:14:08.605356 [ 270 ] {f6f63768-78ed-465a-ba6d-44212c9c98ea} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2026.01.02 05:14:08.605689 [ 270 ] {f6f63768-78ed-465a-ba6d-44212c9c98ea} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2026.01.02 05:14:08.605908 [ 270 ] {f6f63768-78ed-465a-ba6d-44212c9c98ea} oximeter.fields_u16 (75d7a870-5da0-445d-b2e0-ec90b5ea7788): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:14:08.606036 [ 270 ] {f6f63768-78ed-465a-ba6d-44212c9c98ea} executeQuery: Read 14 rows, 1.10 KiB in 0.001264 sec., 11075.949367088608 rows/sec., 870.72 KiB/sec. 2026.01.02 05:14:08.606073 [ 270 ] {f6f63768-78ed-465a-ba6d-44212c9c98ea} TCPHandler: Processed in 0.001453275 sec. 2026.01.02 05:14:08.606181 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:14:08.606272 [ 270 ] {f0cfd51e-f101-4e87-afff-ee3f42278e2a} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.02 05:14:08.606311 [ 270 ] {f0cfd51e-f101-4e87-afff-ee3f42278e2a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.02 05:14:08.606792 [ 270 ] {f0cfd51e-f101-4e87-afff-ee3f42278e2a} oximeter.fields_u32 (1310015a-3be0-40ba-9fec-1b5eb4ed9f75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:14:08.606828 [ 270 ] {f0cfd51e-f101-4e87-afff-ee3f42278e2a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2026.01.02 05:14:08.607138 [ 270 ] {f0cfd51e-f101-4e87-afff-ee3f42278e2a} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.01.02 05:14:08.607340 [ 270 ] {f0cfd51e-f101-4e87-afff-ee3f42278e2a} oximeter.fields_u32 (1310015a-3be0-40ba-9fec-1b5eb4ed9f75): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:14:08.607469 [ 270 ] {f0cfd51e-f101-4e87-afff-ee3f42278e2a} executeQuery: Read 252 rows, 17.85 KiB in 0.001214 sec., 207578.25370675453 rows/sec., 14.36 MiB/sec. 2026.01.02 05:14:08.607507 [ 270 ] {f0cfd51e-f101-4e87-afff-ee3f42278e2a} TCPHandler: Processed in 0.001374703 sec. 2026.01.02 05:14:08.607616 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:14:08.607708 [ 270 ] {7f9c27e9-5c2a-49d7-87fd-625d8e56e181} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.01.02 05:14:08.607748 [ 270 ] {7f9c27e9-5c2a-49d7-87fd-625d8e56e181} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.01.02 05:14:08.608136 [ 270 ] {7f9c27e9-5c2a-49d7-87fd-625d8e56e181} oximeter.fields_u8 (ae3e3832-81ae-4954-8933-d68b9608f6be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:14:08.608172 [ 270 ] {7f9c27e9-5c2a-49d7-87fd-625d8e56e181} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2026.01.02 05:14:08.608481 [ 270 ] {7f9c27e9-5c2a-49d7-87fd-625d8e56e181} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.01.02 05:14:08.608691 [ 270 ] {7f9c27e9-5c2a-49d7-87fd-625d8e56e181} oximeter.fields_u8 (ae3e3832-81ae-4954-8933-d68b9608f6be): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:14:08.608818 [ 270 ] {7f9c27e9-5c2a-49d7-87fd-625d8e56e181} executeQuery: Read 12 rows, 960.00 B in 0.001127 sec., 10647.73735581189 rows/sec., 831.85 KiB/sec. 2026.01.02 05:14:08.608855 [ 270 ] {7f9c27e9-5c2a-49d7-87fd-625d8e56e181} TCPHandler: Processed in 0.001289141 sec. 2026.01.02 05:14:08.608978 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:14:08.609096 [ 270 ] {e19db4b1-b589-45c6-9871-663cf22352d2} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.02 05:14:08.609145 [ 270 ] {e19db4b1-b589-45c6-9871-663cf22352d2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.02 05:14:08.609801 [ 270 ] {e19db4b1-b589-45c6-9871-663cf22352d2} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:14:08.609838 [ 270 ] {e19db4b1-b589-45c6-9871-663cf22352d2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2026.01.02 05:14:08.610177 [ 270 ] {e19db4b1-b589-45c6-9871-663cf22352d2} MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) 2026.01.02 05:14:08.610385 [ 270 ] {e19db4b1-b589-45c6-9871-663cf22352d2} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:14:08.610513 [ 270 ] {e19db4b1-b589-45c6-9871-663cf22352d2} executeQuery: Read 558 rows, 42.83 KiB in 0.001441 sec., 387231.0895211659 rows/sec., 29.02 MiB/sec. 2026.01.02 05:14:08.610552 [ 270 ] {e19db4b1-b589-45c6-9871-663cf22352d2} TCPHandler: Processed in 0.001636518 sec. 2026.01.02 05:14:08.610663 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:14:08.610757 [ 270 ] {485333a3-3f90-491f-ab3b-ba6ce38ac9e4} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.02 05:14:08.610800 [ 270 ] {485333a3-3f90-491f-ab3b-ba6ce38ac9e4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.02 05:14:08.611385 [ 270 ] {485333a3-3f90-491f-ab3b-ba6ce38ac9e4} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:14:08.611421 [ 270 ] {485333a3-3f90-491f-ab3b-ba6ce38ac9e4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2026.01.02 05:14:08.611800 [ 270 ] {485333a3-3f90-491f-ab3b-ba6ce38ac9e4} MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) 2026.01.02 05:14:08.612010 [ 270 ] {485333a3-3f90-491f-ab3b-ba6ce38ac9e4} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:14:08.612150 [ 270 ] {485333a3-3f90-491f-ab3b-ba6ce38ac9e4} executeQuery: Read 881 rows, 61.23 KiB in 0.001411 sec., 624379.8724309001 rows/sec., 42.38 MiB/sec. 2026.01.02 05:14:08.612187 [ 270 ] {485333a3-3f90-491f-ab3b-ba6ce38ac9e4} TCPHandler: Processed in 0.001573316 sec. 2026.01.02 05:14:08.612312 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:14:08.612436 [ 270 ] {d7a0511a-20c1-4643-acfe-0111718f87b8} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.02 05:14:08.612490 [ 270 ] {d7a0511a-20c1-4643-acfe-0111718f87b8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.02 05:14:08.612889 [ 270 ] {d7a0511a-20c1-4643-acfe-0111718f87b8} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:14:08.612933 [ 270 ] {d7a0511a-20c1-4643-acfe-0111718f87b8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2026.01.02 05:14:08.613313 [ 270 ] {d7a0511a-20c1-4643-acfe-0111718f87b8} MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) 2026.01.02 05:14:08.613563 [ 270 ] {d7a0511a-20c1-4643-acfe-0111718f87b8} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:14:08.613697 [ 270 ] {d7a0511a-20c1-4643-acfe-0111718f87b8} executeQuery: Read 60 rows, 4.14 KiB in 0.001285 sec., 46692.607003891055 rows/sec., 3.15 MiB/sec. 2026.01.02 05:14:08.613734 [ 270 ] {d7a0511a-20c1-4643-acfe-0111718f87b8} TCPHandler: Processed in 0.001485115 sec. 2026.01.02 05:14:09.505540 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 33177 2026.01.02 05:14:09.506113 [ 245 ] {} system.asynchronous_metric_log (bb53ce5c-bddd-4105-a5af-ef87950cd4f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:14:09.506163 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2026.01.02 05:14:09.506848 [ 245 ] {} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2026.01.02 05:14:09.507115 [ 245 ] {} system.asynchronous_metric_log (bb53ce5c-bddd-4105-a5af-ef87950cd4f3): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:14:09.507280 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 33177 2026.01.02 05:14:11.325991 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 520 2026.01.02 05:14:11.343505 [ 244 ] {} system.metric_log (a59fffb9-cc3a-4586-97e5-9d20b67a7356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:14:11.343560 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2026.01.02 05:14:11.349717 [ 244 ] {} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2026.01.02 05:14:11.350426 [ 244 ] {} system.metric_log (a59fffb9-cc3a-4586-97e5-9d20b67a7356): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:14:11.353699 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 520 2026.01.02 05:14:12.112627 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1538 2026.01.02 05:14:12.115165 [ 243 ] {} system.query_log (dd3f3490-5765-4d2a-9406-0e239d3e9a13): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:14:12.115228 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2026.01.02 05:14:12.116451 [ 243 ] {} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2026.01.02 05:14:12.116725 [ 243 ] {} system.query_log (dd3f3490-5765-4d2a-9406-0e239d3e9a13): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:14:12.117117 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1538 2026.01.02 05:14:13.571796 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:14:13.572013 [ 270 ] {92e191ca-4a2e-4cfb-9e34-aa3a73c2334c} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.02 05:14:13.572087 [ 270 ] {92e191ca-4a2e-4cfb-9e34-aa3a73c2334c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.02 05:14:13.572906 [ 270 ] {92e191ca-4a2e-4cfb-9e34-aa3a73c2334c} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:14:13.572949 [ 270 ] {92e191ca-4a2e-4cfb-9e34-aa3a73c2334c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2026.01.02 05:14:13.573353 [ 270 ] {92e191ca-4a2e-4cfb-9e34-aa3a73c2334c} MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) 2026.01.02 05:14:13.573583 [ 270 ] {92e191ca-4a2e-4cfb-9e34-aa3a73c2334c} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:14:13.573737 [ 270 ] {92e191ca-4a2e-4cfb-9e34-aa3a73c2334c} executeQuery: Read 136 rows, 12.08 KiB in 0.001779 sec., 76447.44238336144 rows/sec., 6.63 MiB/sec. 2026.01.02 05:14:13.573781 [ 270 ] {92e191ca-4a2e-4cfb-9e34-aa3a73c2334c} TCPHandler: Processed in 0.002124546 sec. 2026.01.02 05:14:13.573902 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:14:13.573997 [ 270 ] {98439093-6ed6-4a56-818a-54d3e02ae776} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.02 05:14:13.574038 [ 270 ] {98439093-6ed6-4a56-818a-54d3e02ae776} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.02 05:14:13.574452 [ 270 ] {98439093-6ed6-4a56-818a-54d3e02ae776} oximeter.fields_u16 (75d7a870-5da0-445d-b2e0-ec90b5ea7788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:14:13.574489 [ 270 ] {98439093-6ed6-4a56-818a-54d3e02ae776} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2026.01.02 05:14:13.574793 [ 270 ] {98439093-6ed6-4a56-818a-54d3e02ae776} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2026.01.02 05:14:13.575000 [ 270 ] {98439093-6ed6-4a56-818a-54d3e02ae776} oximeter.fields_u16 (75d7a870-5da0-445d-b2e0-ec90b5ea7788): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:14:13.575130 [ 270 ] {98439093-6ed6-4a56-818a-54d3e02ae776} executeQuery: Read 40 rows, 3.01 KiB in 0.001152 sec., 34722.22222222222 rows/sec., 2.55 MiB/sec. 2026.01.02 05:14:13.575168 [ 270 ] {98439093-6ed6-4a56-818a-54d3e02ae776} TCPHandler: Processed in 0.001314972 sec. 2026.01.02 05:14:13.575268 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:14:13.575367 [ 270 ] {b32b6371-77c7-4607-8874-ceb1518f3eea} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.02 05:14:13.575407 [ 270 ] {b32b6371-77c7-4607-8874-ceb1518f3eea} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.02 05:14:13.575852 [ 270 ] {b32b6371-77c7-4607-8874-ceb1518f3eea} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:14:13.575890 [ 270 ] {b32b6371-77c7-4607-8874-ceb1518f3eea} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2026.01.02 05:14:13.576216 [ 270 ] {b32b6371-77c7-4607-8874-ceb1518f3eea} MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) 2026.01.02 05:14:13.576427 [ 270 ] {b32b6371-77c7-4607-8874-ceb1518f3eea} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:14:13.576555 [ 270 ] {b32b6371-77c7-4607-8874-ceb1518f3eea} executeQuery: Read 104 rows, 8.32 KiB in 0.001208 sec., 86092.71523178807 rows/sec., 6.72 MiB/sec. 2026.01.02 05:14:13.576593 [ 270 ] {b32b6371-77c7-4607-8874-ceb1518f3eea} TCPHandler: Processed in 0.001374023 sec. 2026.01.02 05:14:13.576706 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:14:13.576808 [ 270 ] {24ca066e-4c43-4186-9cbe-689617ebb07f} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.02 05:14:13.576854 [ 270 ] {24ca066e-4c43-4186-9cbe-689617ebb07f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.02 05:14:13.577306 [ 270 ] {24ca066e-4c43-4186-9cbe-689617ebb07f} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:14:13.577344 [ 270 ] {24ca066e-4c43-4186-9cbe-689617ebb07f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2026.01.02 05:14:13.577700 [ 270 ] {24ca066e-4c43-4186-9cbe-689617ebb07f} MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) 2026.01.02 05:14:13.577935 [ 270 ] {24ca066e-4c43-4186-9cbe-689617ebb07f} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:14:13.578072 [ 270 ] {24ca066e-4c43-4186-9cbe-689617ebb07f} executeQuery: Read 160 rows, 11.41 KiB in 0.001284 sec., 124610.59190031153 rows/sec., 8.68 MiB/sec. 2026.01.02 05:14:13.578111 [ 270 ] {24ca066e-4c43-4186-9cbe-689617ebb07f} TCPHandler: Processed in 0.001457104 sec. 2026.01.02 05:14:13.578222 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:14:13.578319 [ 270 ] {3401511c-ac40-44b7-a221-c20ef414b72c} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.02 05:14:13.578377 [ 270 ] {3401511c-ac40-44b7-a221-c20ef414b72c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.01.02 05:14:13.579282 [ 270 ] {3401511c-ac40-44b7-a221-c20ef414b72c} oximeter.measurements_histogramu64 (1ea2d44b-9dfb-4731-8ee2-8779179f369b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:14:13.579320 [ 270 ] {3401511c-ac40-44b7-a221-c20ef414b72c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2026.01.02 05:14:13.579914 [ 270 ] {3401511c-ac40-44b7-a221-c20ef414b72c} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2026.01.02 05:14:13.580149 [ 270 ] {3401511c-ac40-44b7-a221-c20ef414b72c} oximeter.measurements_histogramu64 (1ea2d44b-9dfb-4731-8ee2-8779179f369b): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:14:13.580271 [ 24 ] {} oximeter.measurements_histogramu64 (1ea2d44b-9dfb-4731-8ee2-8779179f369b) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2026.01.02 05:14:13.580291 [ 270 ] {3401511c-ac40-44b7-a221-c20ef414b72c} executeQuery: Read 40 rows, 73.40 KiB in 0.001991 sec., 20090.40683073832 rows/sec., 36.00 MiB/sec. 2026.01.02 05:14:13.580338 [ 24 ] {} oximeter.measurements_histogramu64 (1ea2d44b-9dfb-4731-8ee2-8779179f369b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:14:13.580363 [ 24 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2026.01.02 05:14:13.580367 [ 270 ] {3401511c-ac40-44b7-a221-c20ef414b72c} TCPHandler: Processed in 0.002193517 sec. 2026.01.02 05:14:13.580495 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:14:13.580494 [ 194 ] {1ea2d44b-9dfb-4731-8ee2-8779179f369b::all_1_51_10} MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full 2026.01.02 05:14:13.580594 [ 270 ] {a278b4ef-26ca-40fe-b2ea-f4d94d154976} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.02 05:14:13.580644 [ 270 ] {a278b4ef-26ca-40fe-b2ea-f4d94d154976} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.02 05:14:13.580784 [ 194 ] {1ea2d44b-9dfb-4731-8ee2-8779179f369b::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.02 05:14:13.580851 [ 194 ] {1ea2d44b-9dfb-4731-8ee2-8779179f369b::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1742 rows starting from the beginning of the part 2026.01.02 05:14:13.580982 [ 194 ] {1ea2d44b-9dfb-4731-8ee2-8779179f369b::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 40 rows starting from the beginning of the part 2026.01.02 05:14:13.580993 [ 270 ] {a278b4ef-26ca-40fe-b2ea-f4d94d154976} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:14:13.581035 [ 270 ] {a278b4ef-26ca-40fe-b2ea-f4d94d154976} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2026.01.02 05:14:13.581091 [ 194 ] {1ea2d44b-9dfb-4731-8ee2-8779179f369b::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 40 rows starting from the beginning of the part 2026.01.02 05:14:13.581201 [ 194 ] {1ea2d44b-9dfb-4731-8ee2-8779179f369b::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 40 rows starting from the beginning of the part 2026.01.02 05:14:13.581302 [ 194 ] {1ea2d44b-9dfb-4731-8ee2-8779179f369b::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 40 rows starting from the beginning of the part 2026.01.02 05:14:13.581373 [ 270 ] {a278b4ef-26ca-40fe-b2ea-f4d94d154976} MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) 2026.01.02 05:14:13.581404 [ 194 ] {1ea2d44b-9dfb-4731-8ee2-8779179f369b::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 40 rows starting from the beginning of the part 2026.01.02 05:14:13.581615 [ 270 ] {a278b4ef-26ca-40fe-b2ea-f4d94d154976} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:14:13.581763 [ 270 ] {a278b4ef-26ca-40fe-b2ea-f4d94d154976} executeQuery: Read 60 rows, 4.14 KiB in 0.001188 sec., 50505.0505050505 rows/sec., 3.40 MiB/sec. 2026.01.02 05:14:13.581801 [ 270 ] {a278b4ef-26ca-40fe-b2ea-f4d94d154976} TCPHandler: Processed in 0.001356373 sec. 2026.01.02 05:14:13.595440 [ 188 ] {1ea2d44b-9dfb-4731-8ee2-8779179f369b::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 1942 rows, containing 19 columns (19 merged, 0 gathered) in 0.015007161 sec., 129404.88877276656 rows/sec., 231.89 MiB/sec. 2026.01.02 05:14:13.597323 [ 195 ] {1ea2d44b-9dfb-4731-8ee2-8779179f369b::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2026.01.02 05:14:13.597755 [ 195 ] {1ea2d44b-9dfb-4731-8ee2-8779179f369b::all_1_51_10} oximeter.measurements_histogramu64 (1ea2d44b-9dfb-4731-8ee2-8779179f369b): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:14:13.597849 [ 195 ] {1ea2d44b-9dfb-4731-8ee2-8779179f369b::all_1_51_10} oximeter.measurements_histogramu64 (1ea2d44b-9dfb-4731-8ee2-8779179f369b) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2026.01.02 05:14:13.598042 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.54 MiB. 2026.01.02 05:14:14.000184 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 358.11 MiB, peak 375.63 MiB, free memory in arenas 0.00 B, will set to 366.77 MiB (RSS), difference: 8.65 MiB 2026.01.02 05:14:16.079761 [ 222 ] {} system.asynchronous_metric_log (bb53ce5c-bddd-4105-a5af-ef87950cd4f3): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2026.01.02 05:14:16.079811 [ 222 ] {} system.asynchronous_metric_log (bb53ce5c-bddd-4105-a5af-ef87950cd4f3): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2026.01.02 05:14:16.094836 [ 222 ] {} system.asynchronous_metric_log (bb53ce5c-bddd-4105-a5af-ef87950cd4f3): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2026.01.02 05:14:16.781426 [ 71 ] {} DNSResolver: Updating DNS cache 2026.01.02 05:14:16.781506 [ 71 ] {} DNSResolver: Updated DNS cache 2026.01.02 05:14:17.007470 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 33689 2026.01.02 05:14:17.008033 [ 245 ] {} system.asynchronous_metric_log (bb53ce5c-bddd-4105-a5af-ef87950cd4f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:14:17.008088 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2026.01.02 05:14:17.008610 [ 245 ] {} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2026.01.02 05:14:17.008854 [ 245 ] {} system.asynchronous_metric_log (bb53ce5c-bddd-4105-a5af-ef87950cd4f3): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:14:17.008985 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 33689 2026.01.02 05:14:18.026615 [ 220 ] {} system.metric_log (a59fffb9-cc3a-4586-97e5-9d20b67a7356): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2026.01.02 05:14:18.026696 [ 220 ] {} system.metric_log (a59fffb9-cc3a-4586-97e5-9d20b67a7356): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2026.01.02 05:14:18.029832 [ 220 ] {} system.metric_log (a59fffb9-cc3a-4586-97e5-9d20b67a7356): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2026.01.02 05:14:18.570335 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:14:18.570512 [ 270 ] {b72374e6-4099-4c49-a411-ecdf77fa719d} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.02 05:14:18.570576 [ 270 ] {b72374e6-4099-4c49-a411-ecdf77fa719d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.02 05:14:18.571277 [ 270 ] {b72374e6-4099-4c49-a411-ecdf77fa719d} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:14:18.571322 [ 270 ] {b72374e6-4099-4c49-a411-ecdf77fa719d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2026.01.02 05:14:18.571706 [ 270 ] {b72374e6-4099-4c49-a411-ecdf77fa719d} MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) 2026.01.02 05:14:18.571929 [ 270 ] {b72374e6-4099-4c49-a411-ecdf77fa719d} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:14:18.572079 [ 92 ] {} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 2026.01.02 05:14:18.572082 [ 270 ] {b72374e6-4099-4c49-a411-ecdf77fa719d} executeQuery: Read 56 rows, 4.41 KiB in 0.00162 sec., 34567.9012345679 rows/sec., 2.66 MiB/sec. 2026.01.02 05:14:18.572160 [ 92 ] {} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:14:18.572175 [ 270 ] {b72374e6-4099-4c49-a411-ecdf77fa719d} TCPHandler: Processed in 0.001967273 sec. 2026.01.02 05:14:18.572190 [ 92 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2026.01.02 05:14:18.572299 [ 196 ] {83d580c8-cdc4-4d78-bcce-488a9e56976e::all_1_101_20} MergeTask::PrepareStage: Merging 6 parts: from all_1_96_19 to all_101_101_0 into Compact with storage Full 2026.01.02 05:14:18.572311 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:14:18.572422 [ 270 ] {88e34e7c-7901-4baa-8047-126a432bc5fb} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.02 05:14:18.572428 [ 196 ] {83d580c8-cdc4-4d78-bcce-488a9e56976e::all_1_101_20} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.02 05:14:18.572465 [ 270 ] {88e34e7c-7901-4baa-8047-126a432bc5fb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.02 05:14:18.572480 [ 196 ] {83d580c8-cdc4-4d78-bcce-488a9e56976e::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 2464 rows starting from the beginning of the part 2026.01.02 05:14:18.572560 [ 196 ] {83d580c8-cdc4-4d78-bcce-488a9e56976e::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 56 rows starting from the beginning of the part 2026.01.02 05:14:18.572612 [ 196 ] {83d580c8-cdc4-4d78-bcce-488a9e56976e::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 136 rows starting from the beginning of the part 2026.01.02 05:14:18.572660 [ 196 ] {83d580c8-cdc4-4d78-bcce-488a9e56976e::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 1317 rows starting from the beginning of the part 2026.01.02 05:14:18.572706 [ 196 ] {83d580c8-cdc4-4d78-bcce-488a9e56976e::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 136 rows starting from the beginning of the part 2026.01.02 05:14:18.572757 [ 196 ] {83d580c8-cdc4-4d78-bcce-488a9e56976e::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 56 rows starting from the beginning of the part 2026.01.02 05:14:18.572894 [ 270 ] {88e34e7c-7901-4baa-8047-126a432bc5fb} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:14:18.572936 [ 270 ] {88e34e7c-7901-4baa-8047-126a432bc5fb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. 2026.01.02 05:14:18.573244 [ 270 ] {88e34e7c-7901-4baa-8047-126a432bc5fb} MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) 2026.01.02 05:14:18.573475 [ 270 ] {88e34e7c-7901-4baa-8047-126a432bc5fb} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:14:18.573590 [ 92 ] {} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 2026.01.02 05:14:18.573603 [ 270 ] {88e34e7c-7901-4baa-8047-126a432bc5fb} executeQuery: Read 64 rows, 5.12 KiB in 0.0012 sec., 53333.333333333336 rows/sec., 4.16 MiB/sec. 2026.01.02 05:14:18.573630 [ 92 ] {} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:14:18.573651 [ 270 ] {88e34e7c-7901-4baa-8047-126a432bc5fb} TCPHandler: Processed in 0.001388023 sec. 2026.01.02 05:14:18.573654 [ 92 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. 2026.01.02 05:14:18.573763 [ 188 ] {a2603088-a695-4667-9faf-2a4ce1a4e7af::all_1_101_20} MergeTask::PrepareStage: Merging 6 parts: from all_1_96_19 to all_101_101_0 into Compact with storage Full 2026.01.02 05:14:18.573787 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:14:18.573875 [ 188 ] {a2603088-a695-4667-9faf-2a4ce1a4e7af::all_1_101_20} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.02 05:14:18.573887 [ 270 ] {6866f5bb-0638-49a3-8a2c-c23baa5f6c98} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.02 05:14:18.573913 [ 188 ] {a2603088-a695-4667-9faf-2a4ce1a4e7af::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 1249 rows starting from the beginning of the part 2026.01.02 05:14:18.573939 [ 270 ] {6866f5bb-0638-49a3-8a2c-c23baa5f6c98} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.02 05:14:18.573971 [ 188 ] {a2603088-a695-4667-9faf-2a4ce1a4e7af::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 64 rows starting from the beginning of the part 2026.01.02 05:14:18.574020 [ 188 ] {a2603088-a695-4667-9faf-2a4ce1a4e7af::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 104 rows starting from the beginning of the part 2026.01.02 05:14:18.574061 [ 188 ] {a2603088-a695-4667-9faf-2a4ce1a4e7af::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 558 rows starting from the beginning of the part 2026.01.02 05:14:18.574097 [ 188 ] {a2603088-a695-4667-9faf-2a4ce1a4e7af::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 104 rows starting from the beginning of the part 2026.01.02 05:14:18.574136 [ 188 ] {a2603088-a695-4667-9faf-2a4ce1a4e7af::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 64 rows starting from the beginning of the part 2026.01.02 05:14:18.574342 [ 270 ] {6866f5bb-0638-49a3-8a2c-c23baa5f6c98} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:14:18.574384 [ 270 ] {6866f5bb-0638-49a3-8a2c-c23baa5f6c98} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. 2026.01.02 05:14:18.574651 [ 199 ] {83d580c8-cdc4-4d78-bcce-488a9e56976e::all_1_101_20} MergeTask::MergeProjectionsStage: Merge sorted 4165 rows, containing 5 columns (5 merged, 0 gathered) in 0.00239417 sec., 1739642.5483570506 rows/sec., 150.18 MiB/sec. 2026.01.02 05:14:18.574721 [ 270 ] {6866f5bb-0638-49a3-8a2c-c23baa5f6c98} MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) 2026.01.02 05:14:18.574941 [ 270 ] {6866f5bb-0638-49a3-8a2c-c23baa5f6c98} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:14:18.574999 [ 189 ] {83d580c8-cdc4-4d78-bcce-488a9e56976e::all_1_101_20} MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) 2026.01.02 05:14:18.575067 [ 270 ] {6866f5bb-0638-49a3-8a2c-c23baa5f6c98} executeQuery: Read 160 rows, 11.41 KiB in 0.001198 sec., 133555.92654424038 rows/sec., 9.30 MiB/sec. 2026.01.02 05:14:18.575104 [ 270 ] {6866f5bb-0638-49a3-8a2c-c23baa5f6c98} TCPHandler: Processed in 0.001368223 sec. 2026.01.02 05:14:18.575206 [ 199 ] {a2603088-a695-4667-9faf-2a4ce1a4e7af::all_1_101_20} MergeTask::MergeProjectionsStage: Merge sorted 2143 rows, containing 5 columns (5 merged, 0 gathered) in 0.001491235 sec., 1437063.9101147705 rows/sec., 111.56 MiB/sec. 2026.01.02 05:14:18.575210 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:14:18.575319 [ 270 ] {303f1242-5d5b-4505-8af9-08af5bde0d50} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.02 05:14:18.575326 [ 189 ] {83d580c8-cdc4-4d78-bcce-488a9e56976e::all_1_101_20} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:14:18.575361 [ 270 ] {303f1242-5d5b-4505-8af9-08af5bde0d50} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.02 05:14:18.575414 [ 189 ] {83d580c8-cdc4-4d78-bcce-488a9e56976e::all_1_101_20} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 2026.01.02 05:14:18.575431 [ 201 ] {a2603088-a695-4667-9faf-2a4ce1a4e7af::all_1_101_20} MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) 2026.01.02 05:14:18.575509 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.04 MiB. 2026.01.02 05:14:18.575679 [ 270 ] {303f1242-5d5b-4505-8af9-08af5bde0d50} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:14:18.575714 [ 270 ] {303f1242-5d5b-4505-8af9-08af5bde0d50} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2026.01.02 05:14:18.575749 [ 201 ] {a2603088-a695-4667-9faf-2a4ce1a4e7af::all_1_101_20} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:14:18.575830 [ 201 ] {a2603088-a695-4667-9faf-2a4ce1a4e7af::all_1_101_20} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 2026.01.02 05:14:18.575913 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.63 MiB. 2026.01.02 05:14:18.576005 [ 270 ] {303f1242-5d5b-4505-8af9-08af5bde0d50} MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) 2026.01.02 05:14:18.576199 [ 270 ] {303f1242-5d5b-4505-8af9-08af5bde0d50} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:14:18.576321 [ 270 ] {303f1242-5d5b-4505-8af9-08af5bde0d50} executeQuery: Read 60 rows, 4.14 KiB in 0.001019 sec., 58881.25613346419 rows/sec., 3.97 MiB/sec. 2026.01.02 05:14:18.576356 [ 270 ] {303f1242-5d5b-4505-8af9-08af5bde0d50} TCPHandler: Processed in 0.00119355 sec. 2026.01.02 05:14:18.854014 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 527 2026.01.02 05:14:18.870029 [ 244 ] {} system.metric_log (a59fffb9-cc3a-4586-97e5-9d20b67a7356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:14:18.870086 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2026.01.02 05:14:18.876078 [ 244 ] {} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2026.01.02 05:14:18.876787 [ 244 ] {} system.metric_log (a59fffb9-cc3a-4586-97e5-9d20b67a7356): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:14:18.879583 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 527 2026.01.02 05:14:21.477492 [ 173 ] {} oximeter.fields_ipaddr (645cdd3d-4969-40ee-99e7-272b8c981424) (MergerMutator): Selected 5 parts from all_1_29_7 to all_33_33_0 2026.01.02 05:14:21.477592 [ 173 ] {} oximeter.fields_ipaddr (645cdd3d-4969-40ee-99e7-272b8c981424): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:14:21.477631 [ 173 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2026.01.02 05:14:21.477802 [ 192 ] {645cdd3d-4969-40ee-99e7-272b8c981424::all_1_33_8} MergeTask::PrepareStage: Merging 5 parts: from all_1_29_7 to all_33_33_0 into Compact with storage Full 2026.01.02 05:14:21.478017 [ 192 ] {645cdd3d-4969-40ee-99e7-272b8c981424::all_1_33_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.02 05:14:21.478102 [ 192 ] {645cdd3d-4969-40ee-99e7-272b8c981424::all_1_33_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_29_7, total 20 rows starting from the beginning of the part 2026.01.02 05:14:21.478218 [ 192 ] {645cdd3d-4969-40ee-99e7-272b8c981424::all_1_33_8} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 4 rows starting from the beginning of the part 2026.01.02 05:14:21.478302 [ 192 ] {645cdd3d-4969-40ee-99e7-272b8c981424::all_1_33_8} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 2 rows starting from the beginning of the part 2026.01.02 05:14:21.478379 [ 192 ] {645cdd3d-4969-40ee-99e7-272b8c981424::all_1_33_8} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 10 rows starting from the beginning of the part 2026.01.02 05:14:21.478444 [ 192 ] {645cdd3d-4969-40ee-99e7-272b8c981424::all_1_33_8} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 2 rows starting from the beginning of the part 2026.01.02 05:14:21.479198 [ 201 ] {645cdd3d-4969-40ee-99e7-272b8c981424::all_1_33_8} MergeTask::MergeProjectionsStage: Merge sorted 38 rows, containing 5 columns (5 merged, 0 gathered) in 0.001471775 sec., 25819.16393470469 rows/sec., 2.15 MiB/sec. 2026.01.02 05:14:21.479359 [ 189 ] {645cdd3d-4969-40ee-99e7-272b8c981424::all_1_33_8} MergedBlockOutputStream: filled checksums all_1_33_8 (state Temporary) 2026.01.02 05:14:21.479655 [ 189 ] {645cdd3d-4969-40ee-99e7-272b8c981424::all_1_33_8} oximeter.fields_ipaddr (645cdd3d-4969-40ee-99e7-272b8c981424): Renaming temporary part tmp_merge_all_1_33_8 to all_1_33_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:14:21.479728 [ 189 ] {645cdd3d-4969-40ee-99e7-272b8c981424::all_1_33_8} oximeter.fields_ipaddr (645cdd3d-4969-40ee-99e7-272b8c981424) (MergerMutator): Merged 5 parts: [all_1_29_7, all_33_33_0] -> all_1_33_8 2026.01.02 05:14:21.479832 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2026.01.02 05:14:22.117366 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1558 2026.01.02 05:14:22.119546 [ 243 ] {} system.query_log (dd3f3490-5765-4d2a-9406-0e239d3e9a13): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:14:22.119597 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2026.01.02 05:14:22.120800 [ 243 ] {} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2026.01.02 05:14:22.121073 [ 243 ] {} system.query_log (dd3f3490-5765-4d2a-9406-0e239d3e9a13): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:14:22.121338 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1558 2026.01.02 05:14:23.571619 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:14:23.571818 [ 270 ] {93084a3c-1f38-4a35-abb3-51ec126f0ca4} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.01.02 05:14:23.571887 [ 270 ] {93084a3c-1f38-4a35-abb3-51ec126f0ca4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.01.02 05:14:23.572525 [ 270 ] {93084a3c-1f38-4a35-abb3-51ec126f0ca4} oximeter.fields_ipaddr (645cdd3d-4969-40ee-99e7-272b8c981424): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:14:23.572570 [ 270 ] {93084a3c-1f38-4a35-abb3-51ec126f0ca4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2026.01.02 05:14:23.572962 [ 270 ] {93084a3c-1f38-4a35-abb3-51ec126f0ca4} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.01.02 05:14:23.573193 [ 270 ] {93084a3c-1f38-4a35-abb3-51ec126f0ca4} oximeter.fields_ipaddr (645cdd3d-4969-40ee-99e7-272b8c981424): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:14:23.573361 [ 270 ] {93084a3c-1f38-4a35-abb3-51ec126f0ca4} executeQuery: Read 4 rows, 334.00 B in 0.001596 sec., 2506.2656641604012 rows/sec., 204.37 KiB/sec. 2026.01.02 05:14:23.573411 [ 270 ] {93084a3c-1f38-4a35-abb3-51ec126f0ca4} TCPHandler: Processed in 0.001925973 sec. 2026.01.02 05:14:23.573537 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:14:23.573639 [ 270 ] {6985e6f2-1ce5-4622-b85f-13318184132f} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.02 05:14:23.573681 [ 270 ] {6985e6f2-1ce5-4622-b85f-13318184132f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.02 05:14:23.574185 [ 270 ] {6985e6f2-1ce5-4622-b85f-13318184132f} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:14:23.574222 [ 270 ] {6985e6f2-1ce5-4622-b85f-13318184132f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2026.01.02 05:14:23.574584 [ 270 ] {6985e6f2-1ce5-4622-b85f-13318184132f} MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) 2026.01.02 05:14:23.574795 [ 270 ] {6985e6f2-1ce5-4622-b85f-13318184132f} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:14:23.574973 [ 270 ] {6985e6f2-1ce5-4622-b85f-13318184132f} executeQuery: Read 138 rows, 12.22 KiB in 0.001356 sec., 101769.91150442477 rows/sec., 8.80 MiB/sec. 2026.01.02 05:14:23.575014 [ 270 ] {6985e6f2-1ce5-4622-b85f-13318184132f} TCPHandler: Processed in 0.001530536 sec. 2026.01.02 05:14:23.575133 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:14:23.575252 [ 270 ] {98c72b87-09df-4bb9-a34e-b030fc5887c3} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.02 05:14:23.575303 [ 270 ] {98c72b87-09df-4bb9-a34e-b030fc5887c3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.02 05:14:23.575795 [ 270 ] {98c72b87-09df-4bb9-a34e-b030fc5887c3} oximeter.fields_u16 (75d7a870-5da0-445d-b2e0-ec90b5ea7788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:14:23.575838 [ 270 ] {98c72b87-09df-4bb9-a34e-b030fc5887c3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2026.01.02 05:14:23.576196 [ 270 ] {98c72b87-09df-4bb9-a34e-b030fc5887c3} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2026.01.02 05:14:23.576422 [ 270 ] {98c72b87-09df-4bb9-a34e-b030fc5887c3} oximeter.fields_u16 (75d7a870-5da0-445d-b2e0-ec90b5ea7788): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:14:23.576551 [ 270 ] {98c72b87-09df-4bb9-a34e-b030fc5887c3} executeQuery: Read 44 rows, 3.29 KiB in 0.001326 sec., 33182.503770739066 rows/sec., 2.42 MiB/sec. 2026.01.02 05:14:23.576590 [ 270 ] {98c72b87-09df-4bb9-a34e-b030fc5887c3} TCPHandler: Processed in 0.001517746 sec. 2026.01.02 05:14:23.576709 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:14:23.576811 [ 270 ] {9cd2140a-6407-41ea-8847-721df1b9ed99} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.02 05:14:23.576852 [ 270 ] {9cd2140a-6407-41ea-8847-721df1b9ed99} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.02 05:14:23.577307 [ 270 ] {9cd2140a-6407-41ea-8847-721df1b9ed99} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:14:23.577345 [ 270 ] {9cd2140a-6407-41ea-8847-721df1b9ed99} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2026.01.02 05:14:23.577703 [ 270 ] {9cd2140a-6407-41ea-8847-721df1b9ed99} MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) 2026.01.02 05:14:23.577925 [ 270 ] {9cd2140a-6407-41ea-8847-721df1b9ed99} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:14:23.578056 [ 270 ] {9cd2140a-6407-41ea-8847-721df1b9ed99} executeQuery: Read 108 rows, 8.64 KiB in 0.001264 sec., 85443.03797468355 rows/sec., 6.68 MiB/sec. 2026.01.02 05:14:23.578095 [ 270 ] {9cd2140a-6407-41ea-8847-721df1b9ed99} TCPHandler: Processed in 0.001437324 sec. 2026.01.02 05:14:23.578209 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:14:23.578304 [ 270 ] {b776a3fe-f660-428b-b2ca-1395f215a8c3} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.02 05:14:23.578347 [ 270 ] {b776a3fe-f660-428b-b2ca-1395f215a8c3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.02 05:14:23.578761 [ 270 ] {b776a3fe-f660-428b-b2ca-1395f215a8c3} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:14:23.578797 [ 270 ] {b776a3fe-f660-428b-b2ca-1395f215a8c3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2026.01.02 05:14:23.579132 [ 270 ] {b776a3fe-f660-428b-b2ca-1395f215a8c3} MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) 2026.01.02 05:14:23.579354 [ 270 ] {b776a3fe-f660-428b-b2ca-1395f215a8c3} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:14:23.579484 [ 270 ] {b776a3fe-f660-428b-b2ca-1395f215a8c3} executeQuery: Read 162 rows, 11.55 KiB in 0.001199 sec., 135112.59382819015 rows/sec., 9.41 MiB/sec. 2026.01.02 05:14:23.579480 [ 152 ] {} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 2026.01.02 05:14:23.579523 [ 270 ] {b776a3fe-f660-428b-b2ca-1395f215a8c3} TCPHandler: Processed in 0.001363643 sec. 2026.01.02 05:14:23.579562 [ 152 ] {} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:14:23.579586 [ 152 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2026.01.02 05:14:23.579647 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:14:23.579681 [ 201 ] {935760ec-14c4-43f9-bf0f-f949cce05eda::all_1_101_20} MergeTask::PrepareStage: Merging 6 parts: from all_1_96_19 to all_101_101_0 into Compact with storage Full 2026.01.02 05:14:23.579747 [ 270 ] {b556fdc4-ce8b-41e6-9136-c322df0212e6} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.02 05:14:23.579788 [ 201 ] {935760ec-14c4-43f9-bf0f-f949cce05eda::all_1_101_20} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.02 05:14:23.579802 [ 270 ] {b556fdc4-ce8b-41e6-9136-c322df0212e6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.01.02 05:14:23.579827 [ 201 ] {935760ec-14c4-43f9-bf0f-f949cce05eda::all_1_101_20} MergeTreeSequentialSource: Reading 5 marks from part all_1_96_19, total 28368 rows starting from the beginning of the part 2026.01.02 05:14:23.579893 [ 201 ] {935760ec-14c4-43f9-bf0f-f949cce05eda::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 160 rows starting from the beginning of the part 2026.01.02 05:14:23.579946 [ 201 ] {935760ec-14c4-43f9-bf0f-f949cce05eda::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 881 rows starting from the beginning of the part 2026.01.02 05:14:23.579995 [ 201 ] {935760ec-14c4-43f9-bf0f-f949cce05eda::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 160 rows starting from the beginning of the part 2026.01.02 05:14:23.580041 [ 201 ] {935760ec-14c4-43f9-bf0f-f949cce05eda::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 160 rows starting from the beginning of the part 2026.01.02 05:14:23.580087 [ 201 ] {935760ec-14c4-43f9-bf0f-f949cce05eda::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 162 rows starting from the beginning of the part 2026.01.02 05:14:23.580693 [ 270 ] {b556fdc4-ce8b-41e6-9136-c322df0212e6} oximeter.measurements_histogramu64 (1ea2d44b-9dfb-4731-8ee2-8779179f369b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:14:23.580728 [ 270 ] {b556fdc4-ce8b-41e6-9136-c322df0212e6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. 2026.01.02 05:14:23.581303 [ 270 ] {b556fdc4-ce8b-41e6-9136-c322df0212e6} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2026.01.02 05:14:23.581535 [ 270 ] {b556fdc4-ce8b-41e6-9136-c322df0212e6} oximeter.measurements_histogramu64 (1ea2d44b-9dfb-4731-8ee2-8779179f369b): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:14:23.581674 [ 270 ] {b556fdc4-ce8b-41e6-9136-c322df0212e6} executeQuery: Read 40 rows, 73.40 KiB in 0.001945 sec., 20565.552699228792 rows/sec., 36.85 MiB/sec. 2026.01.02 05:14:23.581732 [ 270 ] {b556fdc4-ce8b-41e6-9136-c322df0212e6} TCPHandler: Processed in 0.002134946 sec. 2026.01.02 05:14:23.581843 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:14:23.581936 [ 270 ] {f5aac43a-3f0e-4634-8fce-79d582fae933} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.02 05:14:23.581979 [ 270 ] {f5aac43a-3f0e-4634-8fce-79d582fae933} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.02 05:14:23.582315 [ 270 ] {f5aac43a-3f0e-4634-8fce-79d582fae933} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:14:23.582352 [ 270 ] {f5aac43a-3f0e-4634-8fce-79d582fae933} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. 2026.01.02 05:14:23.582664 [ 270 ] {f5aac43a-3f0e-4634-8fce-79d582fae933} MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) 2026.01.02 05:14:23.582877 [ 270 ] {f5aac43a-3f0e-4634-8fce-79d582fae933} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:14:23.583007 [ 270 ] {f5aac43a-3f0e-4634-8fce-79d582fae933} executeQuery: Read 60 rows, 4.14 KiB in 0.001088 sec., 55147.05882352941 rows/sec., 3.72 MiB/sec. 2026.01.02 05:14:23.583043 [ 270 ] {f5aac43a-3f0e-4634-8fce-79d582fae933} TCPHandler: Processed in 0.001253721 sec. 2026.01.02 05:14:23.585646 [ 200 ] {935760ec-14c4-43f9-bf0f-f949cce05eda::all_1_101_20} MergeTask::MergeProjectionsStage: Merge sorted 29891 rows, containing 5 columns (5 merged, 0 gathered) in 0.00600583 sec., 4976997.350907369 rows/sec., 340.53 MiB/sec. 2026.01.02 05:14:23.586285 [ 198 ] {935760ec-14c4-43f9-bf0f-f949cce05eda::all_1_101_20} MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) 2026.01.02 05:14:23.586625 [ 198 ] {935760ec-14c4-43f9-bf0f-f949cce05eda::all_1_101_20} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:14:23.586713 [ 198 ] {935760ec-14c4-43f9-bf0f-f949cce05eda::all_1_101_20} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 2026.01.02 05:14:23.586814 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.37 MiB. 2026.01.02 05:14:24.509213 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 34137 2026.01.02 05:14:24.509724 [ 245 ] {} system.asynchronous_metric_log (bb53ce5c-bddd-4105-a5af-ef87950cd4f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:14:24.509765 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2026.01.02 05:14:24.510260 [ 245 ] {} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2026.01.02 05:14:24.510491 [ 245 ] {} system.asynchronous_metric_log (bb53ce5c-bddd-4105-a5af-ef87950cd4f3): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:14:24.510650 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 34137 2026.01.02 05:14:24.510655 [ 152 ] {} system.asynchronous_metric_log (bb53ce5c-bddd-4105-a5af-ef87950cd4f3) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 2026.01.02 05:14:24.510725 [ 152 ] {} system.asynchronous_metric_log (bb53ce5c-bddd-4105-a5af-ef87950cd4f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:14:24.510745 [ 152 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2026.01.02 05:14:24.510848 [ 200 ] {bb53ce5c-bddd-4105-a5af-ef87950cd4f3::all_1_71_14} MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full 2026.01.02 05:14:24.510960 [ 200 ] {bb53ce5c-bddd-4105-a5af-ef87950cd4f3::all_1_71_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.02 05:14:24.510995 [ 200 ] {bb53ce5c-bddd-4105-a5af-ef87950cd4f3::all_1_71_14} MergeTreeSequentialSource: Reading 5 marks from part all_1_66_13, total 31705 rows starting from the beginning of the part 2026.01.02 05:14:24.511055 [ 200 ] {bb53ce5c-bddd-4105-a5af-ef87950cd4f3::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 512 rows starting from the beginning of the part 2026.01.02 05:14:24.511094 [ 200 ] {bb53ce5c-bddd-4105-a5af-ef87950cd4f3::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 512 rows starting from the beginning of the part 2026.01.02 05:14:24.511133 [ 200 ] {bb53ce5c-bddd-4105-a5af-ef87950cd4f3::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 448 rows starting from the beginning of the part 2026.01.02 05:14:24.511169 [ 200 ] {bb53ce5c-bddd-4105-a5af-ef87950cd4f3::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 512 rows starting from the beginning of the part 2026.01.02 05:14:24.511203 [ 200 ] {bb53ce5c-bddd-4105-a5af-ef87950cd4f3::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 448 rows starting from the beginning of the part 2026.01.02 05:14:24.513503 [ 198 ] {bb53ce5c-bddd-4105-a5af-ef87950cd4f3::all_1_71_14} MergeTask::MergeProjectionsStage: Merge sorted 34137 rows, containing 4 columns (4 merged, 0 gathered) in 0.002693995 sec., 12671515.722931929 rows/sec., 181.27 MiB/sec. 2026.01.02 05:14:24.513763 [ 193 ] {bb53ce5c-bddd-4105-a5af-ef87950cd4f3::all_1_71_14} MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) 2026.01.02 05:14:24.514055 [ 193 ] {bb53ce5c-bddd-4105-a5af-ef87950cd4f3::all_1_71_14} system.asynchronous_metric_log (bb53ce5c-bddd-4105-a5af-ef87950cd4f3): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:14:24.514126 [ 193 ] {bb53ce5c-bddd-4105-a5af-ef87950cd4f3::all_1_71_14} system.asynchronous_metric_log (bb53ce5c-bddd-4105-a5af-ef87950cd4f3) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 2026.01.02 05:14:24.514240 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.01 MiB. 2026.01.02 05:14:26.379719 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 535 2026.01.02 05:14:26.396368 [ 244 ] {} system.metric_log (a59fffb9-cc3a-4586-97e5-9d20b67a7356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:14:26.396432 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2026.01.02 05:14:26.402504 [ 244 ] {} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2026.01.02 05:14:26.403242 [ 244 ] {} system.metric_log (a59fffb9-cc3a-4586-97e5-9d20b67a7356): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:14:26.403532 [ 153 ] {} system.metric_log (a59fffb9-cc3a-4586-97e5-9d20b67a7356) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 2026.01.02 05:14:26.403595 [ 153 ] {} system.metric_log (a59fffb9-cc3a-4586-97e5-9d20b67a7356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:14:26.403616 [ 153 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2026.01.02 05:14:26.403736 [ 186 ] {a59fffb9-cc3a-4586-97e5-9d20b67a7356::all_1_71_14} MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full 2026.01.02 05:14:26.407322 [ 186 ] {a59fffb9-cc3a-4586-97e5-9d20b67a7356::all_1_71_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.02 05:14:26.407326 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 535 2026.01.02 05:14:26.408808 [ 186 ] {a59fffb9-cc3a-4586-97e5-9d20b67a7356::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 497 rows starting from the beginning of the part 2026.01.02 05:14:26.413497 [ 186 ] {a59fffb9-cc3a-4586-97e5-9d20b67a7356::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 8 rows starting from the beginning of the part 2026.01.02 05:14:26.417911 [ 186 ] {a59fffb9-cc3a-4586-97e5-9d20b67a7356::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 7 rows starting from the beginning of the part 2026.01.02 05:14:26.422334 [ 186 ] {a59fffb9-cc3a-4586-97e5-9d20b67a7356::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 8 rows starting from the beginning of the part 2026.01.02 05:14:26.427114 [ 186 ] {a59fffb9-cc3a-4586-97e5-9d20b67a7356::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 7 rows starting from the beginning of the part 2026.01.02 05:14:26.431962 [ 186 ] {a59fffb9-cc3a-4586-97e5-9d20b67a7356::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 8 rows starting from the beginning of the part 2026.01.02 05:14:26.488125 [ 193 ] {a59fffb9-cc3a-4586-97e5-9d20b67a7356::all_1_71_14} MergeTask::MergeProjectionsStage: Merge sorted 535 rows, containing 679 columns (679 merged, 0 gathered) in 0.084440943 sec., 6335.789025946809 rows/sec., 32.76 MiB/sec. 2026.01.02 05:14:26.490098 [ 190 ] {a59fffb9-cc3a-4586-97e5-9d20b67a7356::all_1_71_14} MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) 2026.01.02 05:14:26.491802 [ 190 ] {a59fffb9-cc3a-4586-97e5-9d20b67a7356::all_1_71_14} system.metric_log (a59fffb9-cc3a-4586-97e5-9d20b67a7356): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:14:26.491896 [ 190 ] {a59fffb9-cc3a-4586-97e5-9d20b67a7356::all_1_71_14} system.metric_log (a59fffb9-cc3a-4586-97e5-9d20b67a7356) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 2026.01.02 05:14:26.493458 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.97 MiB. 2026.01.02 05:14:28.570012 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:14:28.570225 [ 270 ] {4bf37dc9-1e1c-4ddd-a3a7-84c4791d5ce9} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.02 05:14:28.570298 [ 270 ] {4bf37dc9-1e1c-4ddd-a3a7-84c4791d5ce9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.02 05:14:28.570940 [ 270 ] {4bf37dc9-1e1c-4ddd-a3a7-84c4791d5ce9} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:14:28.570988 [ 270 ] {4bf37dc9-1e1c-4ddd-a3a7-84c4791d5ce9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. 2026.01.02 05:14:28.571381 [ 270 ] {4bf37dc9-1e1c-4ddd-a3a7-84c4791d5ce9} MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) 2026.01.02 05:14:28.571602 [ 270 ] {4bf37dc9-1e1c-4ddd-a3a7-84c4791d5ce9} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:14:28.571756 [ 270 ] {4bf37dc9-1e1c-4ddd-a3a7-84c4791d5ce9} executeQuery: Read 56 rows, 4.41 KiB in 0.001585 sec., 35331.230283911675 rows/sec., 2.71 MiB/sec. 2026.01.02 05:14:28.571797 [ 270 ] {4bf37dc9-1e1c-4ddd-a3a7-84c4791d5ce9} TCPHandler: Processed in 0.001922292 sec. 2026.01.02 05:14:28.571880 [ 223 ] {} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2026.01.02 05:14:28.571929 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:14:28.571943 [ 223 ] {} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2026.01.02 05:14:28.572057 [ 270 ] {232e2748-3467-4716-a7d1-27663f228554} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.02 05:14:28.572113 [ 270 ] {232e2748-3467-4716-a7d1-27663f228554} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.02 05:14:28.572576 [ 270 ] {232e2748-3467-4716-a7d1-27663f228554} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:14:28.572617 [ 270 ] {232e2748-3467-4716-a7d1-27663f228554} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. 2026.01.02 05:14:28.572967 [ 270 ] {232e2748-3467-4716-a7d1-27663f228554} MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) 2026.01.02 05:14:28.573175 [ 270 ] {232e2748-3467-4716-a7d1-27663f228554} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:14:28.573311 [ 270 ] {232e2748-3467-4716-a7d1-27663f228554} executeQuery: Read 64 rows, 5.12 KiB in 0.001278 sec., 50078.24726134585 rows/sec., 3.91 MiB/sec. 2026.01.02 05:14:28.573350 [ 270 ] {232e2748-3467-4716-a7d1-27663f228554} TCPHandler: Processed in 0.001483535 sec. 2026.01.02 05:14:28.573463 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:14:28.573556 [ 270 ] {c37c96df-ef86-4939-bdda-867b8c5db3e3} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.02 05:14:28.573600 [ 270 ] {c37c96df-ef86-4939-bdda-867b8c5db3e3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.02 05:14:28.574011 [ 270 ] {c37c96df-ef86-4939-bdda-867b8c5db3e3} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:14:28.574049 [ 270 ] {c37c96df-ef86-4939-bdda-867b8c5db3e3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. 2026.01.02 05:14:28.574384 [ 270 ] {c37c96df-ef86-4939-bdda-867b8c5db3e3} MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) 2026.01.02 05:14:28.574603 [ 270 ] {c37c96df-ef86-4939-bdda-867b8c5db3e3} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:14:28.574734 [ 270 ] {c37c96df-ef86-4939-bdda-867b8c5db3e3} executeQuery: Read 160 rows, 11.41 KiB in 0.001196 sec., 133779.26421404682 rows/sec., 9.32 MiB/sec. 2026.01.02 05:14:28.574771 [ 270 ] {c37c96df-ef86-4939-bdda-867b8c5db3e3} TCPHandler: Processed in 0.001358322 sec. 2026.01.02 05:14:28.574878 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:14:28.574971 [ 270 ] {94fda5b4-6888-4824-945b-86fc3de1c0d5} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.02 05:14:28.575012 [ 270 ] {94fda5b4-6888-4824-945b-86fc3de1c0d5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.02 05:14:28.575346 [ 270 ] {94fda5b4-6888-4824-945b-86fc3de1c0d5} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:14:28.575382 [ 270 ] {94fda5b4-6888-4824-945b-86fc3de1c0d5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. 2026.01.02 05:14:28.575699 [ 270 ] {94fda5b4-6888-4824-945b-86fc3de1c0d5} MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) 2026.01.02 05:14:28.575910 [ 270 ] {94fda5b4-6888-4824-945b-86fc3de1c0d5} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:14:28.576022 [ 124 ] {} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 2026.01.02 05:14:28.576039 [ 270 ] {94fda5b4-6888-4824-945b-86fc3de1c0d5} executeQuery: Read 60 rows, 4.14 KiB in 0.001086 sec., 55248.61878453039 rows/sec., 3.72 MiB/sec. 2026.01.02 05:14:28.576089 [ 124 ] {} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:14:28.576095 [ 270 ] {94fda5b4-6888-4824-945b-86fc3de1c0d5} TCPHandler: Processed in 0.001268272 sec. 2026.01.02 05:14:28.576117 [ 124 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. 2026.01.02 05:14:28.576242 [ 187 ] {45294a01-6668-46b2-a532-60faf64b8164::all_1_101_20} MergeTask::PrepareStage: Merging 6 parts: from all_1_96_19 to all_101_101_0 into Compact with storage Full 2026.01.02 05:14:28.576387 [ 187 ] {45294a01-6668-46b2-a532-60faf64b8164::all_1_101_20} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.02 05:14:28.576428 [ 187 ] {45294a01-6668-46b2-a532-60faf64b8164::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 5722 rows starting from the beginning of the part 2026.01.02 05:14:28.576499 [ 187 ] {45294a01-6668-46b2-a532-60faf64b8164::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 60 rows starting from the beginning of the part 2026.01.02 05:14:28.576552 [ 187 ] {45294a01-6668-46b2-a532-60faf64b8164::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 60 rows starting from the beginning of the part 2026.01.02 05:14:28.576598 [ 187 ] {45294a01-6668-46b2-a532-60faf64b8164::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 60 rows starting from the beginning of the part 2026.01.02 05:14:28.576640 [ 187 ] {45294a01-6668-46b2-a532-60faf64b8164::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 60 rows starting from the beginning of the part 2026.01.02 05:14:28.576685 [ 187 ] {45294a01-6668-46b2-a532-60faf64b8164::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 60 rows starting from the beginning of the part 2026.01.02 05:14:28.578657 [ 193 ] {45294a01-6668-46b2-a532-60faf64b8164::all_1_101_20} MergeTask::MergeProjectionsStage: Merge sorted 6022 rows, containing 4 columns (4 merged, 0 gathered) in 0.002474111 sec., 2434005.5882698875 rows/sec., 161.97 MiB/sec. 2026.01.02 05:14:28.579099 [ 197 ] {45294a01-6668-46b2-a532-60faf64b8164::all_1_101_20} MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) 2026.01.02 05:14:28.579432 [ 197 ] {45294a01-6668-46b2-a532-60faf64b8164::all_1_101_20} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:14:28.579515 [ 197 ] {45294a01-6668-46b2-a532-60faf64b8164::all_1_101_20} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 2026.01.02 05:14:28.579594 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.19 MiB. 2026.01.02 05:14:28.581503 [ 223 ] {} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2026.01.02 05:14:29.097729 [ 224 ] {} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2026.01.02 05:14:29.097794 [ 224 ] {} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2026.01.02 05:14:29.105139 [ 224 ] {} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2026.01.02 05:14:31.781563 [ 132 ] {} DNSResolver: Updating DNS cache 2026.01.02 05:14:31.781644 [ 132 ] {} DNSResolver: Updated DNS cache 2026.01.02 05:14:31.810956 [ 222 ] {} system.query_log (dd3f3490-5765-4d2a-9406-0e239d3e9a13): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2026.01.02 05:14:31.811006 [ 222 ] {} system.query_log (dd3f3490-5765-4d2a-9406-0e239d3e9a13): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2026.01.02 05:14:31.814387 [ 222 ] {} system.query_log (dd3f3490-5765-4d2a-9406-0e239d3e9a13): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2026.01.02 05:14:32.010863 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 34649 2026.01.02 05:14:32.011550 [ 245 ] {} system.asynchronous_metric_log (bb53ce5c-bddd-4105-a5af-ef87950cd4f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:14:32.011603 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. 2026.01.02 05:14:32.012138 [ 245 ] {} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2026.01.02 05:14:32.012408 [ 245 ] {} system.asynchronous_metric_log (bb53ce5c-bddd-4105-a5af-ef87950cd4f3): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:14:32.012568 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 34649 2026.01.02 05:14:32.121612 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 22 entries to flush up to offset 1580 2026.01.02 05:14:32.124065 [ 243 ] {} system.query_log (dd3f3490-5765-4d2a-9406-0e239d3e9a13): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:14:32.124107 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. 2026.01.02 05:14:32.125254 [ 243 ] {} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2026.01.02 05:14:32.125524 [ 243 ] {} system.query_log (dd3f3490-5765-4d2a-9406-0e239d3e9a13): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:14:32.125779 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1580 2026.01.02 05:14:33.197065 [ 224 ] {} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2026.01.02 05:14:33.197168 [ 224 ] {} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2026.01.02 05:14:33.203463 [ 224 ] {} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2026.01.02 05:14:33.571739 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:14:33.572025 [ 270 ] {8940a44e-e41d-41f6-8b41-e0895f477404} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.02 05:14:33.572131 [ 270 ] {8940a44e-e41d-41f6-8b41-e0895f477404} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.02 05:14:33.572990 [ 270 ] {8940a44e-e41d-41f6-8b41-e0895f477404} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:14:33.573039 [ 270 ] {8940a44e-e41d-41f6-8b41-e0895f477404} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. 2026.01.02 05:14:33.573447 [ 270 ] {8940a44e-e41d-41f6-8b41-e0895f477404} MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) 2026.01.02 05:14:33.573685 [ 270 ] {8940a44e-e41d-41f6-8b41-e0895f477404} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:14:33.573849 [ 270 ] {8940a44e-e41d-41f6-8b41-e0895f477404} executeQuery: Read 136 rows, 12.08 KiB in 0.001903 sec., 71466.10614818707 rows/sec., 6.20 MiB/sec. 2026.01.02 05:14:33.573902 [ 270 ] {8940a44e-e41d-41f6-8b41-e0895f477404} TCPHandler: Processed in 0.002350039 sec. 2026.01.02 05:14:33.574020 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:14:33.574124 [ 270 ] {9ac4ee9a-3933-4e2c-a2b4-d87f586413c8} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.02 05:14:33.574169 [ 270 ] {9ac4ee9a-3933-4e2c-a2b4-d87f586413c8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.02 05:14:33.574585 [ 270 ] {9ac4ee9a-3933-4e2c-a2b4-d87f586413c8} oximeter.fields_u16 (75d7a870-5da0-445d-b2e0-ec90b5ea7788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:14:33.574622 [ 270 ] {9ac4ee9a-3933-4e2c-a2b4-d87f586413c8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. 2026.01.02 05:14:33.574925 [ 270 ] {9ac4ee9a-3933-4e2c-a2b4-d87f586413c8} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2026.01.02 05:14:33.575135 [ 270 ] {9ac4ee9a-3933-4e2c-a2b4-d87f586413c8} oximeter.fields_u16 (75d7a870-5da0-445d-b2e0-ec90b5ea7788): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:14:33.575266 [ 270 ] {9ac4ee9a-3933-4e2c-a2b4-d87f586413c8} executeQuery: Read 40 rows, 3.01 KiB in 0.001166 sec., 34305.31732418525 rows/sec., 2.52 MiB/sec. 2026.01.02 05:14:33.575302 [ 270 ] {9ac4ee9a-3933-4e2c-a2b4-d87f586413c8} TCPHandler: Processed in 0.001334652 sec. 2026.01.02 05:14:33.575325 [ 221 ] {} oximeter.fields_u16 (75d7a870-5da0-445d-b2e0-ec90b5ea7788): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2026.01.02 05:14:33.575377 [ 221 ] {} oximeter.fields_u16 (75d7a870-5da0-445d-b2e0-ec90b5ea7788): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2026.01.02 05:14:33.575412 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:14:33.575504 [ 270 ] {13ab9341-d975-4b12-ad8c-6cb6cb4da255} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.02 05:14:33.575545 [ 270 ] {13ab9341-d975-4b12-ad8c-6cb6cb4da255} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.02 05:14:33.575964 [ 270 ] {13ab9341-d975-4b12-ad8c-6cb6cb4da255} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:14:33.576000 [ 270 ] {13ab9341-d975-4b12-ad8c-6cb6cb4da255} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. 2026.01.02 05:14:33.576313 [ 270 ] {13ab9341-d975-4b12-ad8c-6cb6cb4da255} MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) 2026.01.02 05:14:33.576527 [ 270 ] {13ab9341-d975-4b12-ad8c-6cb6cb4da255} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:14:33.576657 [ 270 ] {13ab9341-d975-4b12-ad8c-6cb6cb4da255} executeQuery: Read 104 rows, 8.32 KiB in 0.00117 sec., 88888.88888888889 rows/sec., 6.94 MiB/sec. 2026.01.02 05:14:33.576695 [ 270 ] {13ab9341-d975-4b12-ad8c-6cb6cb4da255} TCPHandler: Processed in 0.001332173 sec. 2026.01.02 05:14:33.576806 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:14:33.576899 [ 270 ] {8d7282f0-93bf-4d9f-81ce-bbb294abbf53} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.02 05:14:33.576945 [ 270 ] {8d7282f0-93bf-4d9f-81ce-bbb294abbf53} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.02 05:14:33.577351 [ 270 ] {8d7282f0-93bf-4d9f-81ce-bbb294abbf53} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:14:33.577386 [ 270 ] {8d7282f0-93bf-4d9f-81ce-bbb294abbf53} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. 2026.01.02 05:14:33.577725 [ 270 ] {8d7282f0-93bf-4d9f-81ce-bbb294abbf53} MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) 2026.01.02 05:14:33.577933 [ 270 ] {8d7282f0-93bf-4d9f-81ce-bbb294abbf53} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:14:33.578062 [ 270 ] {8d7282f0-93bf-4d9f-81ce-bbb294abbf53} executeQuery: Read 160 rows, 11.41 KiB in 0.001181 sec., 135478.4081287045 rows/sec., 9.44 MiB/sec. 2026.01.02 05:14:33.578098 [ 270 ] {8d7282f0-93bf-4d9f-81ce-bbb294abbf53} TCPHandler: Processed in 0.001340632 sec. 2026.01.02 05:14:33.578214 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:14:33.578307 [ 270 ] {f8246ee9-2584-4ba7-980f-38da5ee36cf8} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.02 05:14:33.578362 [ 270 ] {f8246ee9-2584-4ba7-980f-38da5ee36cf8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.01.02 05:14:33.579218 [ 270 ] {f8246ee9-2584-4ba7-980f-38da5ee36cf8} oximeter.measurements_histogramu64 (1ea2d44b-9dfb-4731-8ee2-8779179f369b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:14:33.579257 [ 270 ] {f8246ee9-2584-4ba7-980f-38da5ee36cf8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. 2026.01.02 05:14:33.579849 [ 270 ] {f8246ee9-2584-4ba7-980f-38da5ee36cf8} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2026.01.02 05:14:33.580093 [ 270 ] {f8246ee9-2584-4ba7-980f-38da5ee36cf8} oximeter.measurements_histogramu64 (1ea2d44b-9dfb-4731-8ee2-8779179f369b): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:14:33.580234 [ 221 ] {} oximeter.fields_u16 (75d7a870-5da0-445d-b2e0-ec90b5ea7788): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2026.01.02 05:14:33.580240 [ 270 ] {f8246ee9-2584-4ba7-980f-38da5ee36cf8} executeQuery: Read 40 rows, 73.40 KiB in 0.00195 sec., 20512.820512820515 rows/sec., 36.76 MiB/sec. 2026.01.02 05:14:33.580304 [ 270 ] {f8246ee9-2584-4ba7-980f-38da5ee36cf8} TCPHandler: Processed in 0.002138676 sec. 2026.01.02 05:14:33.580415 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:14:33.580511 [ 270 ] {c048f829-85e5-4ac0-9c89-cb3b98a75e3e} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.02 05:14:33.580554 [ 270 ] {c048f829-85e5-4ac0-9c89-cb3b98a75e3e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.02 05:14:33.580896 [ 270 ] {c048f829-85e5-4ac0-9c89-cb3b98a75e3e} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:14:33.580934 [ 270 ] {c048f829-85e5-4ac0-9c89-cb3b98a75e3e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. 2026.01.02 05:14:33.581248 [ 270 ] {c048f829-85e5-4ac0-9c89-cb3b98a75e3e} MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) 2026.01.02 05:14:33.581455 [ 270 ] {c048f829-85e5-4ac0-9c89-cb3b98a75e3e} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:14:33.581587 [ 270 ] {c048f829-85e5-4ac0-9c89-cb3b98a75e3e} executeQuery: Read 60 rows, 4.14 KiB in 0.001094 sec., 54844.60694698355 rows/sec., 3.70 MiB/sec. 2026.01.02 05:14:33.581625 [ 270 ] {c048f829-85e5-4ac0-9c89-cb3b98a75e3e} TCPHandler: Processed in 0.001261381 sec. 2026.01.02 05:14:33.907491 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 543 2026.01.02 05:14:33.923974 [ 244 ] {} system.metric_log (a59fffb9-cc3a-4586-97e5-9d20b67a7356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:14:33.924040 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. 2026.01.02 05:14:33.930105 [ 244 ] {} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2026.01.02 05:14:33.930803 [ 244 ] {} system.metric_log (a59fffb9-cc3a-4586-97e5-9d20b67a7356): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:14:33.933792 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 543 2026.01.02 05:14:38.434054 [ 224 ] {} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2026.01.02 05:14:38.434126 [ 224 ] {} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2026.01.02 05:14:38.437340 [ 224 ] {} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2026.01.02 05:14:38.599248 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:14:38.599447 [ 270 ] {971423c5-f32e-4ff3-b38d-9dee69deff37} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.01.02 05:14:38.599520 [ 270 ] {971423c5-f32e-4ff3-b38d-9dee69deff37} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.01.02 05:14:38.600163 [ 270 ] {971423c5-f32e-4ff3-b38d-9dee69deff37} oximeter.fields_i16 (cb56b64a-0514-41c6-b851-58b3833bf8fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:14:38.600208 [ 270 ] {971423c5-f32e-4ff3-b38d-9dee69deff37} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. 2026.01.02 05:14:38.600580 [ 270 ] {971423c5-f32e-4ff3-b38d-9dee69deff37} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.01.02 05:14:38.600797 [ 270 ] {971423c5-f32e-4ff3-b38d-9dee69deff37} oximeter.fields_i16 (cb56b64a-0514-41c6-b851-58b3833bf8fd): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:14:38.600944 [ 270 ] {971423c5-f32e-4ff3-b38d-9dee69deff37} executeQuery: Read 24 rows, 2.04 KiB in 0.001553 sec., 15453.960077269801 rows/sec., 1.28 MiB/sec. 2026.01.02 05:14:38.600988 [ 270 ] {971423c5-f32e-4ff3-b38d-9dee69deff37} TCPHandler: Processed in 0.001879121 sec. 2026.01.02 05:14:38.601114 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:14:38.601208 [ 270 ] {7bac2774-1b11-411d-9090-4887858f690c} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.01.02 05:14:38.601248 [ 270 ] {7bac2774-1b11-411d-9090-4887858f690c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.01.02 05:14:38.601622 [ 270 ] {7bac2774-1b11-411d-9090-4887858f690c} oximeter.fields_ipaddr (645cdd3d-4969-40ee-99e7-272b8c981424): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:14:38.601657 [ 270 ] {7bac2774-1b11-411d-9090-4887858f690c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. 2026.01.02 05:14:38.601936 [ 270 ] {7bac2774-1b11-411d-9090-4887858f690c} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.01.02 05:14:38.602161 [ 270 ] {7bac2774-1b11-411d-9090-4887858f690c} oximeter.fields_ipaddr (645cdd3d-4969-40ee-99e7-272b8c981424): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:14:38.602285 [ 270 ] {7bac2774-1b11-411d-9090-4887858f690c} executeQuery: Read 2 rows, 167.00 B in 0.001097 sec., 1823.1540565177756 rows/sec., 148.67 KiB/sec. 2026.01.02 05:14:38.602322 [ 270 ] {7bac2774-1b11-411d-9090-4887858f690c} TCPHandler: Processed in 0.001263961 sec. 2026.01.02 05:14:38.602428 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:14:38.602519 [ 270 ] {36f613b2-6c74-4d12-8af5-6d57732d5d8b} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.02 05:14:38.602558 [ 270 ] {36f613b2-6c74-4d12-8af5-6d57732d5d8b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.02 05:14:38.603450 [ 270 ] {36f613b2-6c74-4d12-8af5-6d57732d5d8b} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:14:38.603486 [ 270 ] {36f613b2-6c74-4d12-8af5-6d57732d5d8b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. 2026.01.02 05:14:38.603862 [ 270 ] {36f613b2-6c74-4d12-8af5-6d57732d5d8b} MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) 2026.01.02 05:14:38.604064 [ 270 ] {36f613b2-6c74-4d12-8af5-6d57732d5d8b} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:14:38.604189 [ 270 ] {36f613b2-6c74-4d12-8af5-6d57732d5d8b} executeQuery: Read 1317 rows, 112.50 KiB in 0.001687 sec., 780675.7557794902 rows/sec., 65.12 MiB/sec. 2026.01.02 05:14:38.604225 [ 270 ] {36f613b2-6c74-4d12-8af5-6d57732d5d8b} TCPHandler: Processed in 0.001845451 sec. 2026.01.02 05:14:38.604344 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:14:38.604437 [ 270 ] {eec1fe77-7ff2-4a00-abeb-15042f761328} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.02 05:14:38.604475 [ 270 ] {eec1fe77-7ff2-4a00-abeb-15042f761328} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.02 05:14:38.604877 [ 270 ] {eec1fe77-7ff2-4a00-abeb-15042f761328} oximeter.fields_u16 (75d7a870-5da0-445d-b2e0-ec90b5ea7788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:14:38.604912 [ 270 ] {eec1fe77-7ff2-4a00-abeb-15042f761328} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. 2026.01.02 05:14:38.605197 [ 270 ] {eec1fe77-7ff2-4a00-abeb-15042f761328} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2026.01.02 05:14:38.605396 [ 270 ] {eec1fe77-7ff2-4a00-abeb-15042f761328} oximeter.fields_u16 (75d7a870-5da0-445d-b2e0-ec90b5ea7788): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:14:38.605506 [ 154 ] {} oximeter.fields_u16 (75d7a870-5da0-445d-b2e0-ec90b5ea7788) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 2026.01.02 05:14:38.605519 [ 270 ] {eec1fe77-7ff2-4a00-abeb-15042f761328} executeQuery: Read 14 rows, 1.10 KiB in 0.0011 sec., 12727.272727272726 rows/sec., 1000.53 KiB/sec. 2026.01.02 05:14:38.605573 [ 154 ] {} oximeter.fields_u16 (75d7a870-5da0-445d-b2e0-ec90b5ea7788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:14:38.605581 [ 270 ] {eec1fe77-7ff2-4a00-abeb-15042f761328} TCPHandler: Processed in 0.001284692 sec. 2026.01.02 05:14:38.605602 [ 154 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. 2026.01.02 05:14:38.605703 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:14:38.605713 [ 193 ] {75d7a870-5da0-445d-b2e0-ec90b5ea7788::all_1_71_14} MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full 2026.01.02 05:14:38.605799 [ 270 ] {4b5bf2a6-a472-4ab0-919f-90598d0becc7} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.02 05:14:38.605806 [ 193 ] {75d7a870-5da0-445d-b2e0-ec90b5ea7788::all_1_71_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.02 05:14:38.605839 [ 270 ] {4b5bf2a6-a472-4ab0-919f-90598d0becc7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.02 05:14:38.605842 [ 193 ] {75d7a870-5da0-445d-b2e0-ec90b5ea7788::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 277 rows starting from the beginning of the part 2026.01.02 05:14:38.605910 [ 193 ] {75d7a870-5da0-445d-b2e0-ec90b5ea7788::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 14 rows starting from the beginning of the part 2026.01.02 05:14:38.605958 [ 193 ] {75d7a870-5da0-445d-b2e0-ec90b5ea7788::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 40 rows starting from the beginning of the part 2026.01.02 05:14:38.606008 [ 193 ] {75d7a870-5da0-445d-b2e0-ec90b5ea7788::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 44 rows starting from the beginning of the part 2026.01.02 05:14:38.606054 [ 193 ] {75d7a870-5da0-445d-b2e0-ec90b5ea7788::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 40 rows starting from the beginning of the part 2026.01.02 05:14:38.606105 [ 193 ] {75d7a870-5da0-445d-b2e0-ec90b5ea7788::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 14 rows starting from the beginning of the part 2026.01.02 05:14:38.606310 [ 270 ] {4b5bf2a6-a472-4ab0-919f-90598d0becc7} oximeter.fields_u32 (1310015a-3be0-40ba-9fec-1b5eb4ed9f75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:14:38.606345 [ 270 ] {4b5bf2a6-a472-4ab0-919f-90598d0becc7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. 2026.01.02 05:14:38.606653 [ 270 ] {4b5bf2a6-a472-4ab0-919f-90598d0becc7} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.01.02 05:14:38.606853 [ 270 ] {4b5bf2a6-a472-4ab0-919f-90598d0becc7} oximeter.fields_u32 (1310015a-3be0-40ba-9fec-1b5eb4ed9f75): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:14:38.606905 [ 197 ] {75d7a870-5da0-445d-b2e0-ec90b5ea7788::all_1_71_14} MergeTask::MergeProjectionsStage: Merge sorted 429 rows, containing 5 columns (5 merged, 0 gathered) in 0.001243981 sec., 344860.57262932474 rows/sec., 24.23 MiB/sec. 2026.01.02 05:14:38.606975 [ 270 ] {4b5bf2a6-a472-4ab0-919f-90598d0becc7} executeQuery: Read 252 rows, 17.85 KiB in 0.001193 sec., 211232.18776194466 rows/sec., 14.61 MiB/sec. 2026.01.02 05:14:38.607014 [ 270 ] {4b5bf2a6-a472-4ab0-919f-90598d0becc7} TCPHandler: Processed in 0.001358563 sec. 2026.01.02 05:14:38.607114 [ 194 ] {75d7a870-5da0-445d-b2e0-ec90b5ea7788::all_1_71_14} MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) 2026.01.02 05:14:38.607130 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:14:38.607231 [ 270 ] {77ec7af1-e155-4e1e-8c6a-cf2bbe21eaca} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.01.02 05:14:38.607271 [ 270 ] {77ec7af1-e155-4e1e-8c6a-cf2bbe21eaca} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.01.02 05:14:38.607426 [ 194 ] {75d7a870-5da0-445d-b2e0-ec90b5ea7788::all_1_71_14} oximeter.fields_u16 (75d7a870-5da0-445d-b2e0-ec90b5ea7788): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:14:38.607506 [ 194 ] {75d7a870-5da0-445d-b2e0-ec90b5ea7788::all_1_71_14} oximeter.fields_u16 (75d7a870-5da0-445d-b2e0-ec90b5ea7788) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 2026.01.02 05:14:38.607603 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. 2026.01.02 05:14:38.607663 [ 270 ] {77ec7af1-e155-4e1e-8c6a-cf2bbe21eaca} oximeter.fields_u8 (ae3e3832-81ae-4954-8933-d68b9608f6be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:14:38.607703 [ 270 ] {77ec7af1-e155-4e1e-8c6a-cf2bbe21eaca} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. 2026.01.02 05:14:38.608008 [ 270 ] {77ec7af1-e155-4e1e-8c6a-cf2bbe21eaca} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.01.02 05:14:38.608212 [ 270 ] {77ec7af1-e155-4e1e-8c6a-cf2bbe21eaca} oximeter.fields_u8 (ae3e3832-81ae-4954-8933-d68b9608f6be): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:14:38.608336 [ 270 ] {77ec7af1-e155-4e1e-8c6a-cf2bbe21eaca} executeQuery: Read 12 rows, 960.00 B in 0.001123 sec., 10685.66340160285 rows/sec., 834.82 KiB/sec. 2026.01.02 05:14:38.608373 [ 270 ] {77ec7af1-e155-4e1e-8c6a-cf2bbe21eaca} TCPHandler: Processed in 0.001290872 sec. 2026.01.02 05:14:38.608479 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:14:38.608569 [ 270 ] {f5c7a499-3ee1-46a3-9e2f-99ea0d5d091f} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.02 05:14:38.608607 [ 270 ] {f5c7a499-3ee1-46a3-9e2f-99ea0d5d091f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.02 05:14:38.609155 [ 270 ] {f5c7a499-3ee1-46a3-9e2f-99ea0d5d091f} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:14:38.609190 [ 270 ] {f5c7a499-3ee1-46a3-9e2f-99ea0d5d091f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. 2026.01.02 05:14:38.609505 [ 270 ] {f5c7a499-3ee1-46a3-9e2f-99ea0d5d091f} MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) 2026.01.02 05:14:38.609708 [ 270 ] {f5c7a499-3ee1-46a3-9e2f-99ea0d5d091f} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:14:38.609833 [ 270 ] {f5c7a499-3ee1-46a3-9e2f-99ea0d5d091f} executeQuery: Read 558 rows, 42.83 KiB in 0.001281 sec., 435597.18969555036 rows/sec., 32.65 MiB/sec. 2026.01.02 05:14:38.609870 [ 270 ] {f5c7a499-3ee1-46a3-9e2f-99ea0d5d091f} TCPHandler: Processed in 0.001438664 sec. 2026.01.02 05:14:38.609980 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:14:38.610071 [ 270 ] {46651840-47f5-4a8b-b01c-0d2a2e964f85} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.02 05:14:38.610113 [ 270 ] {46651840-47f5-4a8b-b01c-0d2a2e964f85} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.02 05:14:38.610681 [ 270 ] {46651840-47f5-4a8b-b01c-0d2a2e964f85} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:14:38.610717 [ 270 ] {46651840-47f5-4a8b-b01c-0d2a2e964f85} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. 2026.01.02 05:14:38.611082 [ 270 ] {46651840-47f5-4a8b-b01c-0d2a2e964f85} MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) 2026.01.02 05:14:38.611285 [ 270 ] {46651840-47f5-4a8b-b01c-0d2a2e964f85} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:14:38.611410 [ 270 ] {46651840-47f5-4a8b-b01c-0d2a2e964f85} executeQuery: Read 881 rows, 61.23 KiB in 0.001357 sec., 649226.2343404569 rows/sec., 44.06 MiB/sec. 2026.01.02 05:14:38.611446 [ 270 ] {46651840-47f5-4a8b-b01c-0d2a2e964f85} TCPHandler: Processed in 0.001513795 sec. 2026.01.02 05:14:38.611559 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:14:38.611650 [ 270 ] {53e86839-dedb-4b90-bd5b-be5239719dc4} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.02 05:14:38.611691 [ 270 ] {53e86839-dedb-4b90-bd5b-be5239719dc4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.02 05:14:38.612016 [ 270 ] {53e86839-dedb-4b90-bd5b-be5239719dc4} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:14:38.612051 [ 270 ] {53e86839-dedb-4b90-bd5b-be5239719dc4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. 2026.01.02 05:14:38.612356 [ 270 ] {53e86839-dedb-4b90-bd5b-be5239719dc4} MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) 2026.01.02 05:14:38.612561 [ 270 ] {53e86839-dedb-4b90-bd5b-be5239719dc4} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:14:38.612687 [ 270 ] {53e86839-dedb-4b90-bd5b-be5239719dc4} executeQuery: Read 60 rows, 4.14 KiB in 0.001055 sec., 56872.037914691944 rows/sec., 3.83 MiB/sec. 2026.01.02 05:14:38.612722 [ 270 ] {53e86839-dedb-4b90-bd5b-be5239719dc4} TCPHandler: Processed in 0.00121061 sec. 2026.01.02 05:14:39.512790 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 35097 2026.01.02 05:14:39.513324 [ 245 ] {} system.asynchronous_metric_log (bb53ce5c-bddd-4105-a5af-ef87950cd4f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:14:39.513375 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. 2026.01.02 05:14:39.513896 [ 245 ] {} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2026.01.02 05:14:39.514147 [ 245 ] {} system.asynchronous_metric_log (bb53ce5c-bddd-4105-a5af-ef87950cd4f3): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:14:39.514295 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 35097 2026.01.02 05:14:40.868298 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49021 2026.01.02 05:14:40.868419 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:14:40.868450 [ 289 ] {} TCP-Session: c6c5a1ba-788f-4b2d-9767-907a0601f4de Authenticating user 'default' from [fd00:1122:3344:101::e]:49021 2026.01.02 05:14:40.868472 [ 289 ] {} TCP-Session: c6c5a1ba-788f-4b2d-9767-907a0601f4de Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:14:40.868486 [ 289 ] {} TCP-Session: c6c5a1ba-788f-4b2d-9767-907a0601f4de Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:14:40.868701 [ 352 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64186 2026.01.02 05:14:40.868718 [ 353 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55273 2026.01.02 05:14:40.868734 [ 354 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45849 2026.01.02 05:14:40.868770 [ 356 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33930 2026.01.02 05:14:40.868813 [ 352 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:14:40.868825 [ 353 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:14:40.868846 [ 289 ] {} TCP-Session: c6c5a1ba-788f-4b2d-9767-907a0601f4de Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:14:40.868854 [ 352 ] {} TCP-Session: 43f5f35d-365c-4bef-8fa0-ed4c51ec3d06 Authenticating user 'default' from [fd00:1122:3344:101::e]:64186 2026.01.02 05:14:40.868870 [ 354 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:14:40.868871 [ 353 ] {} TCP-Session: 60a1378e-507e-4258-96db-f98fb37a6573 Authenticating user 'default' from [fd00:1122:3344:101::e]:55273 2026.01.02 05:14:40.868896 [ 352 ] {} TCP-Session: 43f5f35d-365c-4bef-8fa0-ed4c51ec3d06 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:14:40.868920 [ 354 ] {} TCP-Session: 051402c3-6f6b-40b3-87c2-a7d173f770cb Authenticating user 'default' from [fd00:1122:3344:101::e]:45849 2026.01.02 05:14:40.868934 [ 352 ] {} TCP-Session: 43f5f35d-365c-4bef-8fa0-ed4c51ec3d06 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:14:40.868929 [ 353 ] {} TCP-Session: 60a1378e-507e-4258-96db-f98fb37a6573 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:14:40.868952 [ 354 ] {} TCP-Session: 051402c3-6f6b-40b3-87c2-a7d173f770cb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:14:40.868973 [ 353 ] {} TCP-Session: 60a1378e-507e-4258-96db-f98fb37a6573 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:14:40.868994 [ 354 ] {} TCP-Session: 051402c3-6f6b-40b3-87c2-a7d173f770cb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:14:40.868903 [ 356 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:14:40.869045 [ 289 ] {ad732d85-84a5-427e-82ee-66fae7bbc421} executeQuery: (from [fd00:1122:3344:101::e]:49021) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.01.02 05:14:40.868788 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53629 2026.01.02 05:14:40.869071 [ 356 ] {} TCP-Session: d66763c4-e049-4a3b-9307-f879929c5162 Authenticating user 'default' from [fd00:1122:3344:101::e]:33930 2026.01.02 05:14:40.868781 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42964 2026.01.02 05:14:40.869118 [ 356 ] {} TCP-Session: d66763c4-e049-4a3b-9307-f879929c5162 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:14:40.868769 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52717 2026.01.02 05:14:40.869160 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:14:40.869151 [ 356 ] {} TCP-Session: d66763c4-e049-4a3b-9307-f879929c5162 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:14:40.869204 [ 288 ] {} TCP-Session: 6a184ba5-77d5-4d41-8781-110d80e9f753 Authenticating user 'default' from [fd00:1122:3344:101::e]:53629 2026.01.02 05:14:40.868757 [ 355 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44450 2026.01.02 05:14:40.869225 [ 288 ] {} TCP-Session: 6a184ba5-77d5-4d41-8781-110d80e9f753 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:14:40.869263 [ 288 ] {} TCP-Session: 6a184ba5-77d5-4d41-8781-110d80e9f753 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:14:40.869358 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:14:40.869394 [ 287 ] {} TCP-Session: cf45cdca-4cb3-4c81-92b3-046d794affc4 Authenticating user 'default' from [fd00:1122:3344:101::e]:42964 2026.01.02 05:14:40.869412 [ 287 ] {} TCP-Session: cf45cdca-4cb3-4c81-92b3-046d794affc4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:14:40.869424 [ 287 ] {} TCP-Session: cf45cdca-4cb3-4c81-92b3-046d794affc4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:14:40.869577 [ 289 ] {ad732d85-84a5-427e-82ee-66fae7bbc421} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.01.02 05:14:40.869655 [ 289 ] {ad732d85-84a5-427e-82ee-66fae7bbc421} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.02 05:14:40.869814 [ 355 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:14:40.869854 [ 355 ] {} TCP-Session: 9907f210-d842-42d6-9b8d-90e04ad65cfd Authenticating user 'default' from [fd00:1122:3344:101::e]:44450 2026.01.02 05:14:40.869879 [ 355 ] {} TCP-Session: 9907f210-d842-42d6-9b8d-90e04ad65cfd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:14:40.869892 [ 355 ] {} TCP-Session: 9907f210-d842-42d6-9b8d-90e04ad65cfd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:14:40.869967 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:14:40.870005 [ 286 ] {} TCP-Session: e70def15-0559-4e8e-a64c-ec1e958374fe Authenticating user 'default' from [fd00:1122:3344:101::e]:52717 2026.01.02 05:14:40.870024 [ 286 ] {} TCP-Session: e70def15-0559-4e8e-a64c-ec1e958374fe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:14:40.870036 [ 286 ] {} TCP-Session: e70def15-0559-4e8e-a64c-ec1e958374fe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:14:40.870104 [ 289 ] {ad732d85-84a5-427e-82ee-66fae7bbc421} oximeter.version (e3550e79-451c-4c3d-8ba1-9d3e49618ffc) (SelectExecutor): Key condition: unknown 2026.01.02 05:14:40.871240 [ 340 ] {ad732d85-84a5-427e-82ee-66fae7bbc421} AggregatingTransform: Aggregating 2026.01.02 05:14:40.871290 [ 340 ] {ad732d85-84a5-427e-82ee-66fae7bbc421} Aggregator: Aggregation method: without_key 2026.01.02 05:14:40.871327 [ 340 ] {ad732d85-84a5-427e-82ee-66fae7bbc421} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001114608 sec. (897.176 rows/sec., 35.05 KiB/sec.) 2026.01.02 05:14:40.871345 [ 340 ] {ad732d85-84a5-427e-82ee-66fae7bbc421} Aggregator: Merging aggregated data 2026.01.02 05:14:40.872751 [ 289 ] {ad732d85-84a5-427e-82ee-66fae7bbc421} executeQuery: Read 1 rows, 40.00 B in 0.003774 sec., 264.9708532061473 rows/sec., 10.35 KiB/sec. 2026.01.02 05:14:40.872912 [ 289 ] {ad732d85-84a5-427e-82ee-66fae7bbc421} TCPHandler: Processed in 0.004220411 sec. 2026.01.02 05:14:40.873043 [ 289 ] {} TCPHandler: Done processing connection. 2026.01.02 05:14:40.873071 [ 289 ] {} TCP-Session: c6c5a1ba-788f-4b2d-9767-907a0601f4de Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:14:40.873074 [ 288 ] {} TCPHandler: Done processing connection. 2026.01.02 05:14:40.873097 [ 352 ] {} TCPHandler: Done processing connection. 2026.01.02 05:14:40.873119 [ 353 ] {} TCPHandler: Done processing connection. 2026.01.02 05:14:40.873136 [ 354 ] {} TCPHandler: Done processing connection. 2026.01.02 05:14:40.873154 [ 355 ] {} TCPHandler: Done processing connection. 2026.01.02 05:14:40.873173 [ 356 ] {} TCPHandler: Done processing connection. 2026.01.02 05:14:40.873200 [ 354 ] {} TCP-Session: 051402c3-6f6b-40b3-87c2-a7d173f770cb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:14:40.873213 [ 287 ] {} TCPHandler: Done processing connection. 2026.01.02 05:14:40.873223 [ 355 ] {} TCP-Session: 9907f210-d842-42d6-9b8d-90e04ad65cfd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:14:40.873238 [ 356 ] {} TCP-Session: d66763c4-e049-4a3b-9307-f879929c5162 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:14:40.873259 [ 287 ] {} TCP-Session: cf45cdca-4cb3-4c81-92b3-046d794affc4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:14:40.873195 [ 286 ] {} TCPHandler: Done processing connection. 2026.01.02 05:14:40.873169 [ 353 ] {} TCP-Session: 60a1378e-507e-4258-96db-f98fb37a6573 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:14:40.873124 [ 288 ] {} TCP-Session: 6a184ba5-77d5-4d41-8781-110d80e9f753 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:14:40.873327 [ 286 ] {} TCP-Session: e70def15-0559-4e8e-a64c-ec1e958374fe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:14:40.873148 [ 352 ] {} TCP-Session: 43f5f35d-365c-4bef-8fa0-ed4c51ec3d06 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:14:40.975318 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37893 2026.01.02 05:14:40.975429 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:14:40.975459 [ 289 ] {} TCP-Session: af376ed0-19fd-4390-8352-b8e80dc2255e Authenticating user 'default' from [fd00:1122:3344:101::e]:37893 2026.01.02 05:14:40.975481 [ 289 ] {} TCP-Session: af376ed0-19fd-4390-8352-b8e80dc2255e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:14:40.975495 [ 289 ] {} TCP-Session: af376ed0-19fd-4390-8352-b8e80dc2255e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:14:40.975711 [ 352 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48102 2026.01.02 05:14:40.975727 [ 354 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57533 2026.01.02 05:14:40.975764 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51189 2026.01.02 05:14:40.975770 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48795 2026.01.02 05:14:40.975813 [ 289 ] {} TCP-Session: af376ed0-19fd-4390-8352-b8e80dc2255e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:14:40.975829 [ 354 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:14:40.975829 [ 352 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:14:40.975856 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:14:40.975884 [ 352 ] {} TCP-Session: 7502d524-fa0b-4b54-8390-74a1e4dda165 Authenticating user 'default' from [fd00:1122:3344:101::e]:48102 2026.01.02 05:14:40.975872 [ 354 ] {} TCP-Session: cabf8865-b50b-4824-99f9-b2d3d24bf0e9 Authenticating user 'default' from [fd00:1122:3344:101::e]:57533 2026.01.02 05:14:40.975921 [ 286 ] {} TCP-Session: b18dd142-126f-4c48-b33c-02c32a733fe1 Authenticating user 'default' from [fd00:1122:3344:101::e]:51189 2026.01.02 05:14:40.975932 [ 352 ] {} TCP-Session: 7502d524-fa0b-4b54-8390-74a1e4dda165 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:14:40.975944 [ 354 ] {} TCP-Session: cabf8865-b50b-4824-99f9-b2d3d24bf0e9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:14:40.975958 [ 286 ] {} TCP-Session: b18dd142-126f-4c48-b33c-02c32a733fe1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:14:40.975977 [ 354 ] {} TCP-Session: cabf8865-b50b-4824-99f9-b2d3d24bf0e9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:14:40.975992 [ 286 ] {} TCP-Session: b18dd142-126f-4c48-b33c-02c32a733fe1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:14:40.975990 [ 289 ] {19a2a96a-f090-4540-88f0-07b4f8e2dc95} executeQuery: (from [fd00:1122:3344:101::e]:37893) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.01.02 05:14:40.975967 [ 352 ] {} TCP-Session: 7502d524-fa0b-4b54-8390-74a1e4dda165 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:14:40.975866 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:14:40.975785 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61065 2026.01.02 05:14:40.976083 [ 287 ] {} TCP-Session: d89508ef-7373-4471-bf1b-faaadb13557e Authenticating user 'default' from [fd00:1122:3344:101::e]:48795 2026.01.02 05:14:40.975765 [ 355 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37040 2026.01.02 05:14:40.976142 [ 287 ] {} TCP-Session: d89508ef-7373-4471-bf1b-faaadb13557e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:14:40.975763 [ 356 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38141 2026.01.02 05:14:40.976182 [ 287 ] {} TCP-Session: d89508ef-7373-4471-bf1b-faaadb13557e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:14:40.976190 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:14:40.975719 [ 353 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53673 2026.01.02 05:14:40.976242 [ 288 ] {} TCP-Session: 7b56c4af-ae5f-4668-a175-090303121a97 Authenticating user 'default' from [fd00:1122:3344:101::e]:61065 2026.01.02 05:14:40.976247 [ 356 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:14:40.976235 [ 355 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:14:40.976290 [ 356 ] {} TCP-Session: af8a4d5e-0f7a-4f50-83bc-5f4ccbcd075a Authenticating user 'default' from [fd00:1122:3344:101::e]:38141 2026.01.02 05:14:40.976306 [ 353 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:14:40.976323 [ 356 ] {} TCP-Session: af8a4d5e-0f7a-4f50-83bc-5f4ccbcd075a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:14:40.976318 [ 355 ] {} TCP-Session: aa7efb65-1427-4c19-bd01-85a4912c5cd8 Authenticating user 'default' from [fd00:1122:3344:101::e]:37040 2026.01.02 05:14:40.976349 [ 356 ] {} TCP-Session: af8a4d5e-0f7a-4f50-83bc-5f4ccbcd075a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:14:40.976342 [ 353 ] {} TCP-Session: 4041c17b-6ce0-4f0b-8810-b91f4384aeac Authenticating user 'default' from [fd00:1122:3344:101::e]:53673 2026.01.02 05:14:40.976373 [ 355 ] {} TCP-Session: aa7efb65-1427-4c19-bd01-85a4912c5cd8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:14:40.976401 [ 353 ] {} TCP-Session: 4041c17b-6ce0-4f0b-8810-b91f4384aeac Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:14:40.976414 [ 355 ] {} TCP-Session: aa7efb65-1427-4c19-bd01-85a4912c5cd8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:14:40.976430 [ 353 ] {} TCP-Session: 4041c17b-6ce0-4f0b-8810-b91f4384aeac Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:14:40.976282 [ 288 ] {} TCP-Session: 7b56c4af-ae5f-4668-a175-090303121a97 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:14:40.976280 [ 289 ] {19a2a96a-f090-4540-88f0-07b4f8e2dc95} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.01.02 05:14:40.976477 [ 288 ] {} TCP-Session: 7b56c4af-ae5f-4668-a175-090303121a97 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:14:40.976537 [ 289 ] {19a2a96a-f090-4540-88f0-07b4f8e2dc95} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.02 05:14:40.976873 [ 289 ] {19a2a96a-f090-4540-88f0-07b4f8e2dc95} oximeter.version (e3550e79-451c-4c3d-8ba1-9d3e49618ffc) (SelectExecutor): Key condition: unknown 2026.01.02 05:14:40.977903 [ 296 ] {19a2a96a-f090-4540-88f0-07b4f8e2dc95} AggregatingTransform: Aggregating 2026.01.02 05:14:40.977947 [ 296 ] {19a2a96a-f090-4540-88f0-07b4f8e2dc95} Aggregator: Aggregation method: without_key 2026.01.02 05:14:40.977988 [ 296 ] {19a2a96a-f090-4540-88f0-07b4f8e2dc95} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001002727 sec. (997.280 rows/sec., 38.96 KiB/sec.) 2026.01.02 05:14:40.978008 [ 296 ] {19a2a96a-f090-4540-88f0-07b4f8e2dc95} Aggregator: Merging aggregated data 2026.01.02 05:14:40.979402 [ 289 ] {19a2a96a-f090-4540-88f0-07b4f8e2dc95} executeQuery: Read 1 rows, 40.00 B in 0.003463 sec., 288.7669650591972 rows/sec., 11.28 KiB/sec. 2026.01.02 05:14:40.979596 [ 289 ] {19a2a96a-f090-4540-88f0-07b4f8e2dc95} TCPHandler: Processed in 0.003907935 sec. 2026.01.02 05:14:40.979748 [ 289 ] {} TCPHandler: Done processing connection. 2026.01.02 05:14:40.979770 [ 287 ] {} TCPHandler: Done processing connection. 2026.01.02 05:14:40.979783 [ 289 ] {} TCP-Session: af376ed0-19fd-4390-8352-b8e80dc2255e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:14:40.979794 [ 353 ] {} TCPHandler: Done processing connection. 2026.01.02 05:14:40.979811 [ 287 ] {} TCP-Session: d89508ef-7373-4471-bf1b-faaadb13557e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:14:40.979817 [ 354 ] {} TCPHandler: Done processing connection. 2026.01.02 05:14:40.979830 [ 355 ] {} TCPHandler: Done processing connection. 2026.01.02 05:14:40.979857 [ 352 ] {} TCPHandler: Done processing connection. 2026.01.02 05:14:40.979878 [ 354 ] {} TCP-Session: cabf8865-b50b-4824-99f9-b2d3d24bf0e9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:14:40.979894 [ 356 ] {} TCPHandler: Done processing connection. 2026.01.02 05:14:40.979913 [ 288 ] {} TCPHandler: Done processing connection. 2026.01.02 05:14:40.979946 [ 356 ] {} TCP-Session: af8a4d5e-0f7a-4f50-83bc-5f4ccbcd075a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:14:40.979910 [ 352 ] {} TCP-Session: 7502d524-fa0b-4b54-8390-74a1e4dda165 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:14:40.979969 [ 288 ] {} TCP-Session: 7b56c4af-ae5f-4668-a175-090303121a97 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:14:40.979898 [ 355 ] {} TCP-Session: aa7efb65-1427-4c19-bd01-85a4912c5cd8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:14:40.979847 [ 353 ] {} TCP-Session: 4041c17b-6ce0-4f0b-8810-b91f4384aeac Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:14:40.979873 [ 286 ] {} TCPHandler: Done processing connection. 2026.01.02 05:14:40.980078 [ 286 ] {} TCP-Session: b18dd142-126f-4c48-b33c-02c32a733fe1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:14:40.992723 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50503 2026.01.02 05:14:40.992793 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:14:40.992814 [ 289 ] {} TCP-Session: fe9271a6-ff3e-4dee-b3a6-52fe190d7ca7 Authenticating user 'default' from [fd00:1122:3344:101::e]:50503 2026.01.02 05:14:40.992833 [ 289 ] {} TCP-Session: fe9271a6-ff3e-4dee-b3a6-52fe190d7ca7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:14:40.992845 [ 289 ] {} TCP-Session: fe9271a6-ff3e-4dee-b3a6-52fe190d7ca7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:14:40.992986 [ 352 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47454 2026.01.02 05:14:40.993021 [ 353 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44242 2026.01.02 05:14:40.993033 [ 354 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55285 2026.01.02 05:14:40.993053 [ 352 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:14:40.993064 [ 356 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58689 2026.01.02 05:14:40.993087 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61492 2026.01.02 05:14:40.993104 [ 289 ] {} TCP-Session: fe9271a6-ff3e-4dee-b3a6-52fe190d7ca7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:14:40.993125 [ 354 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:14:40.993144 [ 356 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:14:40.993153 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:14:40.993176 [ 354 ] {} TCP-Session: 99564b11-5119-4a49-8914-7ab804f29401 Authenticating user 'default' from [fd00:1122:3344:101::e]:55285 2026.01.02 05:14:40.993187 [ 356 ] {} TCP-Session: c8da0cfd-bb61-4e21-b383-b0b7d89e21c4 Authenticating user 'default' from [fd00:1122:3344:101::e]:58689 2026.01.02 05:14:40.993194 [ 288 ] {} TCP-Session: dcf7d54e-03d9-48d6-8ae0-f725b5e7835e Authenticating user 'default' from [fd00:1122:3344:101::e]:61492 2026.01.02 05:14:40.993207 [ 354 ] {} TCP-Session: 99564b11-5119-4a49-8914-7ab804f29401 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:14:40.993225 [ 288 ] {} TCP-Session: dcf7d54e-03d9-48d6-8ae0-f725b5e7835e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:14:40.993236 [ 354 ] {} TCP-Session: 99564b11-5119-4a49-8914-7ab804f29401 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:14:40.993249 [ 288 ] {} TCP-Session: dcf7d54e-03d9-48d6-8ae0-f725b5e7835e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:14:40.993262 [ 289 ] {69a034d2-56fc-40e3-9b90-caab9fd86ed4} executeQuery: (from [fd00:1122:3344:101::e]:50503) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.01.02 05:14:40.993218 [ 356 ] {} TCP-Session: c8da0cfd-bb61-4e21-b383-b0b7d89e21c4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:14:40.993090 [ 353 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:14:40.993315 [ 356 ] {} TCP-Session: c8da0cfd-bb61-4e21-b383-b0b7d89e21c4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:14:40.993082 [ 352 ] {} TCP-Session: 873a55d1-7997-4edd-9489-624d3868f935 Authenticating user 'default' from [fd00:1122:3344:101::e]:47454 2026.01.02 05:14:40.993342 [ 353 ] {} TCP-Session: 7befe703-4db3-4318-ad20-0a044e56382c Authenticating user 'default' from [fd00:1122:3344:101::e]:44242 2026.01.02 05:14:40.993371 [ 352 ] {} TCP-Session: 873a55d1-7997-4edd-9489-624d3868f935 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:14:40.993385 [ 353 ] {} TCP-Session: 7befe703-4db3-4318-ad20-0a044e56382c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:14:40.993396 [ 352 ] {} TCP-Session: 873a55d1-7997-4edd-9489-624d3868f935 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:14:40.993411 [ 353 ] {} TCP-Session: 7befe703-4db3-4318-ad20-0a044e56382c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:14:40.993079 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64011 2026.01.02 05:14:40.993073 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52744 2026.01.02 05:14:40.993473 [ 289 ] {69a034d2-56fc-40e3-9b90-caab9fd86ed4} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.01.02 05:14:40.993049 [ 355 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64128 2026.01.02 05:14:40.993506 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:14:40.993531 [ 289 ] {69a034d2-56fc-40e3-9b90-caab9fd86ed4} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.02 05:14:40.993530 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:14:40.993554 [ 287 ] {} TCP-Session: 6623695b-c417-41b3-a826-173e6fd95b66 Authenticating user 'default' from [fd00:1122:3344:101::e]:64011 2026.01.02 05:14:40.993579 [ 355 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.02 05:14:40.993579 [ 286 ] {} TCP-Session: d5fa2647-fa5e-4edb-9cfb-1a9df6a4438c Authenticating user 'default' from [fd00:1122:3344:101::e]:52744 2026.01.02 05:14:40.993597 [ 287 ] {} TCP-Session: 6623695b-c417-41b3-a826-173e6fd95b66 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:14:40.993614 [ 355 ] {} TCP-Session: bf22a978-abdd-4087-8e04-1d8dcf2578be Authenticating user 'default' from [fd00:1122:3344:101::e]:64128 2026.01.02 05:14:40.993634 [ 287 ] {} TCP-Session: 6623695b-c417-41b3-a826-173e6fd95b66 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:14:40.993653 [ 355 ] {} TCP-Session: bf22a978-abdd-4087-8e04-1d8dcf2578be Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:14:40.993623 [ 286 ] {} TCP-Session: d5fa2647-fa5e-4edb-9cfb-1a9df6a4438c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:14:40.993681 [ 355 ] {} TCP-Session: bf22a978-abdd-4087-8e04-1d8dcf2578be Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:14:40.993700 [ 286 ] {} TCP-Session: d5fa2647-fa5e-4edb-9cfb-1a9df6a4438c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:14:40.993798 [ 289 ] {69a034d2-56fc-40e3-9b90-caab9fd86ed4} oximeter.version (e3550e79-451c-4c3d-8ba1-9d3e49618ffc) (SelectExecutor): Key condition: unknown 2026.01.02 05:14:40.994757 [ 304 ] {69a034d2-56fc-40e3-9b90-caab9fd86ed4} AggregatingTransform: Aggregating 2026.01.02 05:14:40.994796 [ 304 ] {69a034d2-56fc-40e3-9b90-caab9fd86ed4} Aggregator: Aggregation method: without_key 2026.01.02 05:14:40.994827 [ 304 ] {69a034d2-56fc-40e3-9b90-caab9fd86ed4} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000941846 sec. (1061.745 rows/sec., 41.47 KiB/sec.) 2026.01.02 05:14:40.994844 [ 304 ] {69a034d2-56fc-40e3-9b90-caab9fd86ed4} Aggregator: Merging aggregated data 2026.01.02 05:14:40.996082 [ 289 ] {69a034d2-56fc-40e3-9b90-caab9fd86ed4} executeQuery: Read 1 rows, 40.00 B in 0.002859 sec., 349.7726477789437 rows/sec., 13.66 KiB/sec. 2026.01.02 05:14:40.996251 [ 289 ] {69a034d2-56fc-40e3-9b90-caab9fd86ed4} TCPHandler: Processed in 0.003231655 sec. 2026.01.02 05:14:40.996380 [ 289 ] {} TCPHandler: Done processing connection. 2026.01.02 05:14:40.996411 [ 352 ] {} TCPHandler: Done processing connection. 2026.01.02 05:14:40.996426 [ 288 ] {} TCPHandler: Done processing connection. 2026.01.02 05:14:40.996447 [ 355 ] {} TCPHandler: Done processing connection. 2026.01.02 05:14:40.996477 [ 288 ] {} TCP-Session: dcf7d54e-03d9-48d6-8ae0-f725b5e7835e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:14:40.996484 [ 353 ] {} TCPHandler: Done processing connection. 2026.01.02 05:14:40.996502 [ 286 ] {} TCPHandler: Done processing connection. 2026.01.02 05:14:40.996510 [ 355 ] {} TCP-Session: bf22a978-abdd-4087-8e04-1d8dcf2578be Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:14:40.996528 [ 353 ] {} TCP-Session: 7befe703-4db3-4318-ad20-0a044e56382c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:14:40.996545 [ 286 ] {} TCP-Session: d5fa2647-fa5e-4edb-9cfb-1a9df6a4438c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:14:40.996535 [ 287 ] {} TCPHandler: Done processing connection. 2026.01.02 05:14:40.996519 [ 356 ] {} TCPHandler: Done processing connection. 2026.01.02 05:14:40.996609 [ 287 ] {} TCP-Session: 6623695b-c417-41b3-a826-173e6fd95b66 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:14:40.996462 [ 352 ] {} TCP-Session: 873a55d1-7997-4edd-9489-624d3868f935 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:14:40.996630 [ 356 ] {} TCP-Session: c8da0cfd-bb61-4e21-b383-b0b7d89e21c4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:14:40.996464 [ 354 ] {} TCPHandler: Done processing connection. 2026.01.02 05:14:40.996416 [ 289 ] {} TCP-Session: fe9271a6-ff3e-4dee-b3a6-52fe190d7ca7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:14:40.996695 [ 354 ] {} TCP-Session: 99564b11-5119-4a49-8914-7ab804f29401 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.02 05:14:41.433939 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 550 2026.01.02 05:14:41.451010 [ 244 ] {} system.metric_log (a59fffb9-cc3a-4586-97e5-9d20b67a7356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:14:41.451081 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. 2026.01.02 05:14:41.457442 [ 244 ] {} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2026.01.02 05:14:41.458168 [ 244 ] {} system.metric_log (a59fffb9-cc3a-4586-97e5-9d20b67a7356): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:14:41.461801 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 550 2026.01.02 05:14:42.126017 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1616 2026.01.02 05:14:42.128577 [ 243 ] {} system.query_log (dd3f3490-5765-4d2a-9406-0e239d3e9a13): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:14:42.128628 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. 2026.01.02 05:14:42.129898 [ 243 ] {} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2026.01.02 05:14:42.130182 [ 243 ] {} system.query_log (dd3f3490-5765-4d2a-9406-0e239d3e9a13): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:14:42.130536 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1616 2026.01.02 05:14:43.578232 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:14:43.578531 [ 270 ] {76dbd559-96ff-42da-9d61-e0c9db5be315} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.02 05:14:43.578635 [ 270 ] {76dbd559-96ff-42da-9d61-e0c9db5be315} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.02 05:14:43.579663 [ 270 ] {76dbd559-96ff-42da-9d61-e0c9db5be315} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:14:43.579741 [ 270 ] {76dbd559-96ff-42da-9d61-e0c9db5be315} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. 2026.01.02 05:14:43.580523 [ 270 ] {76dbd559-96ff-42da-9d61-e0c9db5be315} MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) 2026.01.02 05:14:43.580999 [ 270 ] {76dbd559-96ff-42da-9d61-e0c9db5be315} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:14:43.581242 [ 137 ] {} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 2026.01.02 05:14:43.581276 [ 270 ] {76dbd559-96ff-42da-9d61-e0c9db5be315} executeQuery: Read 136 rows, 12.08 KiB in 0.002832 sec., 48022.5988700565 rows/sec., 4.16 MiB/sec. 2026.01.02 05:14:43.581287 [ 137 ] {} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:14:43.581318 [ 137 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. 2026.01.02 05:14:43.581347 [ 270 ] {76dbd559-96ff-42da-9d61-e0c9db5be315} TCPHandler: Processed in 0.003335476 sec. 2026.01.02 05:14:43.581464 [ 195 ] {83d580c8-cdc4-4d78-bcce-488a9e56976e::all_1_106_21} MergeTask::PrepareStage: Merging 6 parts: from all_1_101_20 to all_106_106_0 into Compact with storage Full 2026.01.02 05:14:43.581492 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:14:43.581648 [ 270 ] {9543b9a8-905b-4db5-9265-2f4299ada215} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.02 05:14:43.581653 [ 195 ] {83d580c8-cdc4-4d78-bcce-488a9e56976e::all_1_106_21} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.02 05:14:43.581708 [ 270 ] {9543b9a8-905b-4db5-9265-2f4299ada215} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.02 05:14:43.581715 [ 195 ] {83d580c8-cdc4-4d78-bcce-488a9e56976e::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 2464 rows starting from the beginning of the part 2026.01.02 05:14:43.581816 [ 195 ] {83d580c8-cdc4-4d78-bcce-488a9e56976e::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 138 rows starting from the beginning of the part 2026.01.02 05:14:43.581875 [ 195 ] {83d580c8-cdc4-4d78-bcce-488a9e56976e::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 56 rows starting from the beginning of the part 2026.01.02 05:14:43.581928 [ 195 ] {83d580c8-cdc4-4d78-bcce-488a9e56976e::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 136 rows starting from the beginning of the part 2026.01.02 05:14:43.582044 [ 195 ] {83d580c8-cdc4-4d78-bcce-488a9e56976e::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 1317 rows starting from the beginning of the part 2026.01.02 05:14:43.582105 [ 195 ] {83d580c8-cdc4-4d78-bcce-488a9e56976e::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 136 rows starting from the beginning of the part 2026.01.02 05:14:43.582352 [ 270 ] {9543b9a8-905b-4db5-9265-2f4299ada215} oximeter.fields_u16 (75d7a870-5da0-445d-b2e0-ec90b5ea7788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:14:43.582408 [ 270 ] {9543b9a8-905b-4db5-9265-2f4299ada215} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. 2026.01.02 05:14:43.582859 [ 270 ] {9543b9a8-905b-4db5-9265-2f4299ada215} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2026.01.02 05:14:43.583177 [ 270 ] {9543b9a8-905b-4db5-9265-2f4299ada215} oximeter.fields_u16 (75d7a870-5da0-445d-b2e0-ec90b5ea7788): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:14:43.583371 [ 270 ] {9543b9a8-905b-4db5-9265-2f4299ada215} executeQuery: Read 40 rows, 3.01 KiB in 0.001717 sec., 23296.447291788 rows/sec., 1.71 MiB/sec. 2026.01.02 05:14:43.583425 [ 270 ] {9543b9a8-905b-4db5-9265-2f4299ada215} TCPHandler: Processed in 0.001969013 sec. 2026.01.02 05:14:43.583573 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:14:43.583699 [ 270 ] {3e4e3d9b-1248-4e5a-88a1-6d144dfcae7f} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.02 05:14:43.583755 [ 270 ] {3e4e3d9b-1248-4e5a-88a1-6d144dfcae7f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.02 05:14:43.584331 [ 270 ] {3e4e3d9b-1248-4e5a-88a1-6d144dfcae7f} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:14:43.584377 [ 270 ] {3e4e3d9b-1248-4e5a-88a1-6d144dfcae7f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. 2026.01.02 05:14:43.584818 [ 270 ] {3e4e3d9b-1248-4e5a-88a1-6d144dfcae7f} MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) 2026.01.02 05:14:43.584823 [ 197 ] {83d580c8-cdc4-4d78-bcce-488a9e56976e::all_1_106_21} MergeTask::MergeProjectionsStage: Merge sorted 4247 rows, containing 5 columns (5 merged, 0 gathered) in 0.003404976 sec., 1247292.1982416322 rows/sec., 107.93 MiB/sec. 2026.01.02 05:14:43.585119 [ 270 ] {3e4e3d9b-1248-4e5a-88a1-6d144dfcae7f} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:14:43.585225 [ 199 ] {83d580c8-cdc4-4d78-bcce-488a9e56976e::all_1_106_21} MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) 2026.01.02 05:14:43.585317 [ 270 ] {3e4e3d9b-1248-4e5a-88a1-6d144dfcae7f} executeQuery: Read 104 rows, 8.32 KiB in 0.001645 sec., 63221.88449848024 rows/sec., 4.94 MiB/sec. 2026.01.02 05:14:43.585341 [ 134 ] {} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 2026.01.02 05:14:43.585378 [ 270 ] {3e4e3d9b-1248-4e5a-88a1-6d144dfcae7f} TCPHandler: Processed in 0.001870132 sec. 2026.01.02 05:14:43.585427 [ 134 ] {} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:14:43.585471 [ 134 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. 2026.01.02 05:14:43.585566 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:14:43.585621 [ 188 ] {a2603088-a695-4667-9faf-2a4ce1a4e7af::all_1_106_21} MergeTask::PrepareStage: Merging 6 parts: from all_1_101_20 to all_106_106_0 into Compact with storage Full 2026.01.02 05:14:43.585701 [ 270 ] {3c5c2861-3a52-47db-9bad-d9c03575b93e} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.02 05:14:43.585711 [ 199 ] {83d580c8-cdc4-4d78-bcce-488a9e56976e::all_1_106_21} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:14:43.585772 [ 270 ] {3c5c2861-3a52-47db-9bad-d9c03575b93e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.02 05:14:43.585825 [ 188 ] {a2603088-a695-4667-9faf-2a4ce1a4e7af::all_1_106_21} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.02 05:14:43.585857 [ 199 ] {83d580c8-cdc4-4d78-bcce-488a9e56976e::all_1_106_21} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 2026.01.02 05:14:43.585888 [ 188 ] {a2603088-a695-4667-9faf-2a4ce1a4e7af::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 1249 rows starting from the beginning of the part 2026.01.02 05:14:43.585996 [ 188 ] {a2603088-a695-4667-9faf-2a4ce1a4e7af::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 108 rows starting from the beginning of the part 2026.01.02 05:14:43.586016 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.05 MiB. 2026.01.02 05:14:43.586064 [ 188 ] {a2603088-a695-4667-9faf-2a4ce1a4e7af::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 64 rows starting from the beginning of the part 2026.01.02 05:14:43.586130 [ 188 ] {a2603088-a695-4667-9faf-2a4ce1a4e7af::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 104 rows starting from the beginning of the part 2026.01.02 05:14:43.586190 [ 188 ] {a2603088-a695-4667-9faf-2a4ce1a4e7af::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 558 rows starting from the beginning of the part 2026.01.02 05:14:43.586244 [ 188 ] {a2603088-a695-4667-9faf-2a4ce1a4e7af::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 104 rows starting from the beginning of the part 2026.01.02 05:14:43.586365 [ 270 ] {3c5c2861-3a52-47db-9bad-d9c03575b93e} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:14:43.586414 [ 270 ] {3c5c2861-3a52-47db-9bad-d9c03575b93e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. 2026.01.02 05:14:43.586933 [ 270 ] {3c5c2861-3a52-47db-9bad-d9c03575b93e} MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) 2026.01.02 05:14:43.587243 [ 270 ] {3c5c2861-3a52-47db-9bad-d9c03575b93e} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:14:43.587435 [ 270 ] {3c5c2861-3a52-47db-9bad-d9c03575b93e} executeQuery: Read 160 rows, 11.41 KiB in 0.001759 sec., 90960.77316657192 rows/sec., 6.34 MiB/sec. 2026.01.02 05:14:43.587490 [ 270 ] {3c5c2861-3a52-47db-9bad-d9c03575b93e} TCPHandler: Processed in 0.001991943 sec. 2026.01.02 05:14:43.587655 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:14:43.587781 [ 270 ] {937c2036-f693-4c42-a666-0e2489de7a2f} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.02 05:14:43.587867 [ 270 ] {937c2036-f693-4c42-a666-0e2489de7a2f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.01.02 05:14:43.587936 [ 197 ] {a2603088-a695-4667-9faf-2a4ce1a4e7af::all_1_106_21} MergeTask::MergeProjectionsStage: Merge sorted 2187 rows, containing 5 columns (5 merged, 0 gathered) in 0.002391409 sec., 914523.6134847698 rows/sec., 71.08 MiB/sec. 2026.01.02 05:14:43.588184 [ 188 ] {a2603088-a695-4667-9faf-2a4ce1a4e7af::all_1_106_21} MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) 2026.01.02 05:14:43.588552 [ 188 ] {a2603088-a695-4667-9faf-2a4ce1a4e7af::all_1_106_21} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:14:43.588654 [ 188 ] {a2603088-a695-4667-9faf-2a4ce1a4e7af::all_1_106_21} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 2026.01.02 05:14:43.588765 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.63 MiB. 2026.01.02 05:14:43.589069 [ 270 ] {937c2036-f693-4c42-a666-0e2489de7a2f} oximeter.measurements_histogramu64 (1ea2d44b-9dfb-4731-8ee2-8779179f369b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:14:43.589125 [ 270 ] {937c2036-f693-4c42-a666-0e2489de7a2f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. 2026.01.02 05:14:43.589973 [ 270 ] {937c2036-f693-4c42-a666-0e2489de7a2f} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2026.01.02 05:14:43.590324 [ 270 ] {937c2036-f693-4c42-a666-0e2489de7a2f} oximeter.measurements_histogramu64 (1ea2d44b-9dfb-4731-8ee2-8779179f369b): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:14:43.590520 [ 270 ] {937c2036-f693-4c42-a666-0e2489de7a2f} executeQuery: Read 40 rows, 73.40 KiB in 0.002766 sec., 14461.31597975416 rows/sec., 25.91 MiB/sec. 2026.01.02 05:14:43.590562 [ 218 ] {} oximeter.measurements_histogramu64 (1ea2d44b-9dfb-4731-8ee2-8779179f369b): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2026.01.02 05:14:43.590604 [ 218 ] {} oximeter.measurements_histogramu64 (1ea2d44b-9dfb-4731-8ee2-8779179f369b): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2026.01.02 05:14:43.590616 [ 270 ] {937c2036-f693-4c42-a666-0e2489de7a2f} TCPHandler: Processed in 0.003029431 sec. 2026.01.02 05:14:43.590778 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:14:43.590899 [ 270 ] {2f574886-9759-45a3-85a4-1df0417350e0} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.02 05:14:43.590953 [ 270 ] {2f574886-9759-45a3-85a4-1df0417350e0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.02 05:14:43.591398 [ 270 ] {2f574886-9759-45a3-85a4-1df0417350e0} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:14:43.591452 [ 270 ] {2f574886-9759-45a3-85a4-1df0417350e0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. 2026.01.02 05:14:43.591865 [ 270 ] {2f574886-9759-45a3-85a4-1df0417350e0} MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) 2026.01.02 05:14:43.592136 [ 270 ] {2f574886-9759-45a3-85a4-1df0417350e0} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:14:43.592309 [ 270 ] {2f574886-9759-45a3-85a4-1df0417350e0} executeQuery: Read 60 rows, 4.14 KiB in 0.001433 sec., 41870.2023726448 rows/sec., 2.82 MiB/sec. 2026.01.02 05:14:43.592355 [ 270 ] {2f574886-9759-45a3-85a4-1df0417350e0} TCPHandler: Processed in 0.001638178 sec. 2026.01.02 05:14:43.595894 [ 218 ] {} oximeter.measurements_histogramu64 (1ea2d44b-9dfb-4731-8ee2-8779179f369b): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2026.01.02 05:14:46.781896 [ 150 ] {} DNSResolver: Updating DNS cache 2026.01.02 05:14:46.781944 [ 150 ] {} DNSResolver: Updated DNS cache 2026.01.02 05:14:47.014514 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 35609 2026.01.02 05:14:47.015132 [ 245 ] {} system.asynchronous_metric_log (bb53ce5c-bddd-4105-a5af-ef87950cd4f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:14:47.015183 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. 2026.01.02 05:14:47.015706 [ 245 ] {} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2026.01.02 05:14:47.015961 [ 245 ] {} system.asynchronous_metric_log (bb53ce5c-bddd-4105-a5af-ef87950cd4f3): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:14:47.016117 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 35609 2026.01.02 05:14:48.570718 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:14:48.570918 [ 270 ] {2fbe693e-0a83-4ad2-bb4d-75236e74e824} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.02 05:14:48.570988 [ 270 ] {2fbe693e-0a83-4ad2-bb4d-75236e74e824} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.02 05:14:48.571706 [ 270 ] {2fbe693e-0a83-4ad2-bb4d-75236e74e824} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:14:48.571757 [ 270 ] {2fbe693e-0a83-4ad2-bb4d-75236e74e824} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. 2026.01.02 05:14:48.572160 [ 270 ] {2fbe693e-0a83-4ad2-bb4d-75236e74e824} MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) 2026.01.02 05:14:48.572388 [ 270 ] {2fbe693e-0a83-4ad2-bb4d-75236e74e824} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:14:48.572550 [ 270 ] {2fbe693e-0a83-4ad2-bb4d-75236e74e824} executeQuery: Read 56 rows, 4.41 KiB in 0.001682 sec., 33293.69797859691 rows/sec., 2.56 MiB/sec. 2026.01.02 05:14:48.572603 [ 270 ] {2fbe693e-0a83-4ad2-bb4d-75236e74e824} TCPHandler: Processed in 0.002017694 sec. 2026.01.02 05:14:48.572729 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:14:48.572829 [ 270 ] {1a208c5f-026a-4ef4-856b-43ee5717e356} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.02 05:14:48.572873 [ 270 ] {1a208c5f-026a-4ef4-856b-43ee5717e356} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.02 05:14:48.573317 [ 270 ] {1a208c5f-026a-4ef4-856b-43ee5717e356} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:14:48.573356 [ 270 ] {1a208c5f-026a-4ef4-856b-43ee5717e356} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. 2026.01.02 05:14:48.573686 [ 270 ] {1a208c5f-026a-4ef4-856b-43ee5717e356} MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) 2026.01.02 05:14:48.573925 [ 270 ] {1a208c5f-026a-4ef4-856b-43ee5717e356} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:14:48.574070 [ 270 ] {1a208c5f-026a-4ef4-856b-43ee5717e356} executeQuery: Read 64 rows, 5.12 KiB in 0.001263 sec., 50673.00079176564 rows/sec., 3.96 MiB/sec. 2026.01.02 05:14:48.574110 [ 270 ] {1a208c5f-026a-4ef4-856b-43ee5717e356} TCPHandler: Processed in 0.001433314 sec. 2026.01.02 05:14:48.574251 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:14:48.574366 [ 270 ] {b306066c-cd55-45dd-82b2-335f3129d105} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.02 05:14:48.574421 [ 270 ] {b306066c-cd55-45dd-82b2-335f3129d105} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.02 05:14:48.574856 [ 270 ] {b306066c-cd55-45dd-82b2-335f3129d105} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:14:48.574894 [ 270 ] {b306066c-cd55-45dd-82b2-335f3129d105} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. 2026.01.02 05:14:48.575244 [ 270 ] {b306066c-cd55-45dd-82b2-335f3129d105} MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) 2026.01.02 05:14:48.575460 [ 270 ] {b306066c-cd55-45dd-82b2-335f3129d105} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:14:48.575599 [ 270 ] {b306066c-cd55-45dd-82b2-335f3129d105} executeQuery: Read 160 rows, 11.41 KiB in 0.001265 sec., 126482.21343873517 rows/sec., 8.81 MiB/sec. 2026.01.02 05:14:48.575600 [ 147 ] {} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda) (MergerMutator): Selected 5 parts from all_1_101_20 to all_105_105_0 2026.01.02 05:14:48.575637 [ 270 ] {b306066c-cd55-45dd-82b2-335f3129d105} TCPHandler: Processed in 0.001446104 sec. 2026.01.02 05:14:48.575679 [ 147 ] {} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:14:48.575711 [ 147 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. 2026.01.02 05:14:48.575785 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:14:48.575822 [ 196 ] {935760ec-14c4-43f9-bf0f-f949cce05eda::all_1_105_21} MergeTask::PrepareStage: Merging 5 parts: from all_1_101_20 to all_105_105_0 into Compact with storage Full 2026.01.02 05:14:48.575905 [ 270 ] {2397c4c7-b5d7-4409-9573-43359c07dea7} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.02 05:14:48.575956 [ 270 ] {2397c4c7-b5d7-4409-9573-43359c07dea7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.02 05:14:48.575973 [ 196 ] {935760ec-14c4-43f9-bf0f-f949cce05eda::all_1_105_21} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.02 05:14:48.576016 [ 196 ] {935760ec-14c4-43f9-bf0f-f949cce05eda::all_1_105_21} MergeTreeSequentialSource: Reading 5 marks from part all_1_101_20, total 29891 rows starting from the beginning of the part 2026.01.02 05:14:48.576085 [ 196 ] {935760ec-14c4-43f9-bf0f-f949cce05eda::all_1_105_21} MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 160 rows starting from the beginning of the part 2026.01.02 05:14:48.576133 [ 196 ] {935760ec-14c4-43f9-bf0f-f949cce05eda::all_1_105_21} MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 160 rows starting from the beginning of the part 2026.01.02 05:14:48.576179 [ 196 ] {935760ec-14c4-43f9-bf0f-f949cce05eda::all_1_105_21} MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 881 rows starting from the beginning of the part 2026.01.02 05:14:48.576219 [ 196 ] {935760ec-14c4-43f9-bf0f-f949cce05eda::all_1_105_21} MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 160 rows starting from the beginning of the part 2026.01.02 05:14:48.576306 [ 270 ] {2397c4c7-b5d7-4409-9573-43359c07dea7} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:14:48.576349 [ 270 ] {2397c4c7-b5d7-4409-9573-43359c07dea7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. 2026.01.02 05:14:48.576687 [ 270 ] {2397c4c7-b5d7-4409-9573-43359c07dea7} MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) 2026.01.02 05:14:48.576895 [ 270 ] {2397c4c7-b5d7-4409-9573-43359c07dea7} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:14:48.577036 [ 270 ] {2397c4c7-b5d7-4409-9573-43359c07dea7} executeQuery: Read 60 rows, 4.14 KiB in 0.001154 sec., 51993.06759098786 rows/sec., 3.50 MiB/sec. 2026.01.02 05:14:48.577074 [ 270 ] {2397c4c7-b5d7-4409-9573-43359c07dea7} TCPHandler: Processed in 0.001349343 sec. 2026.01.02 05:14:48.583018 [ 197 ] {935760ec-14c4-43f9-bf0f-f949cce05eda::all_1_105_21} MergeTask::MergeProjectionsStage: Merge sorted 31252 rows, containing 5 columns (5 merged, 0 gathered) in 0.007249321 sec., 4311024.439392324 rows/sec., 294.98 MiB/sec. 2026.01.02 05:14:48.583587 [ 188 ] {935760ec-14c4-43f9-bf0f-f949cce05eda::all_1_105_21} MergedBlockOutputStream: filled checksums all_1_105_21 (state Temporary) 2026.01.02 05:14:48.583885 [ 188 ] {935760ec-14c4-43f9-bf0f-f949cce05eda::all_1_105_21} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Renaming temporary part tmp_merge_all_1_105_21 to all_1_105_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:14:48.583968 [ 188 ] {935760ec-14c4-43f9-bf0f-f949cce05eda::all_1_105_21} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda) (MergerMutator): Merged 5 parts: [all_1_101_20, all_105_105_0] -> all_1_105_21 2026.01.02 05:14:48.584052 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.34 MiB. 2026.01.02 05:14:48.961944 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 558 2026.01.02 05:14:48.980864 [ 244 ] {} system.metric_log (a59fffb9-cc3a-4586-97e5-9d20b67a7356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:14:48.980929 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. 2026.01.02 05:14:48.987246 [ 244 ] {} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2026.01.02 05:14:48.988019 [ 244 ] {} system.metric_log (a59fffb9-cc3a-4586-97e5-9d20b67a7356): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:14:48.991777 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 558 2026.01.02 05:14:52.130862 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1636 2026.01.02 05:14:52.133097 [ 243 ] {} system.query_log (dd3f3490-5765-4d2a-9406-0e239d3e9a13): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:14:52.133158 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. 2026.01.02 05:14:52.134392 [ 243 ] {} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2026.01.02 05:14:52.134683 [ 243 ] {} system.query_log (dd3f3490-5765-4d2a-9406-0e239d3e9a13): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:14:52.134857 [ 145 ] {} system.query_log (dd3f3490-5765-4d2a-9406-0e239d3e9a13) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2026.01.02 05:14:52.134926 [ 145 ] {} system.query_log (dd3f3490-5765-4d2a-9406-0e239d3e9a13): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:14:52.134948 [ 145 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. 2026.01.02 05:14:52.135060 [ 189 ] {dd3f3490-5765-4d2a-9406-0e239d3e9a13::all_1_56_11} MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full 2026.01.02 05:14:52.135080 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1636 2026.01.02 05:14:52.135609 [ 189 ] {dd3f3490-5765-4d2a-9406-0e239d3e9a13::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.02 05:14:52.135764 [ 189 ] {dd3f3490-5765-4d2a-9406-0e239d3e9a13::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 1508 rows starting from the beginning of the part 2026.01.02 05:14:52.136130 [ 189 ] {dd3f3490-5765-4d2a-9406-0e239d3e9a13::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 30 rows starting from the beginning of the part 2026.01.02 05:14:52.136464 [ 189 ] {dd3f3490-5765-4d2a-9406-0e239d3e9a13::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 20 rows starting from the beginning of the part 2026.01.02 05:14:52.136797 [ 189 ] {dd3f3490-5765-4d2a-9406-0e239d3e9a13::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 22 rows starting from the beginning of the part 2026.01.02 05:14:52.137112 [ 189 ] {dd3f3490-5765-4d2a-9406-0e239d3e9a13::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.01.02 05:14:52.137420 [ 189 ] {dd3f3490-5765-4d2a-9406-0e239d3e9a13::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 20 rows starting from the beginning of the part 2026.01.02 05:14:52.144660 [ 191 ] {dd3f3490-5765-4d2a-9406-0e239d3e9a13::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 1636 rows, containing 72 columns (72 merged, 0 gathered) in 0.009645431 sec., 169613.98614535734 rows/sec., 134.01 MiB/sec. 2026.01.02 05:14:52.146144 [ 201 ] {dd3f3490-5765-4d2a-9406-0e239d3e9a13::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2026.01.02 05:14:52.146696 [ 201 ] {dd3f3490-5765-4d2a-9406-0e239d3e9a13::all_1_56_11} system.query_log (dd3f3490-5765-4d2a-9406-0e239d3e9a13): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:14:52.146771 [ 201 ] {dd3f3490-5765-4d2a-9406-0e239d3e9a13::all_1_56_11} system.query_log (dd3f3490-5765-4d2a-9406-0e239d3e9a13) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2026.01.02 05:14:52.146967 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.93 MiB. 2026.01.02 05:14:53.089429 [ 223 ] {} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] 2026.01.02 05:14:53.089507 [ 223 ] {} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] 2026.01.02 05:14:53.092598 [ 223 ] {} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] 2026.01.02 05:14:53.494201 [ 218 ] {} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] 2026.01.02 05:14:53.494276 [ 218 ] {} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] 2026.01.02 05:14:53.496940 [ 218 ] {} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] 2026.01.02 05:14:53.571849 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:14:53.572135 [ 270 ] {2c9eb34b-ceb6-4f15-a82f-e1d246bd2d08} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.01.02 05:14:53.572251 [ 270 ] {2c9eb34b-ceb6-4f15-a82f-e1d246bd2d08} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.01.02 05:14:53.572942 [ 270 ] {2c9eb34b-ceb6-4f15-a82f-e1d246bd2d08} oximeter.fields_ipaddr (645cdd3d-4969-40ee-99e7-272b8c981424): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:14:53.572984 [ 270 ] {2c9eb34b-ceb6-4f15-a82f-e1d246bd2d08} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. 2026.01.02 05:14:53.573386 [ 270 ] {2c9eb34b-ceb6-4f15-a82f-e1d246bd2d08} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.01.02 05:14:53.573629 [ 270 ] {2c9eb34b-ceb6-4f15-a82f-e1d246bd2d08} oximeter.fields_ipaddr (645cdd3d-4969-40ee-99e7-272b8c981424): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:14:53.573793 [ 270 ] {2c9eb34b-ceb6-4f15-a82f-e1d246bd2d08} executeQuery: Read 10 rows, 835.00 B in 0.001736 sec., 5760.3686635944705 rows/sec., 469.72 KiB/sec. 2026.01.02 05:14:53.573845 [ 270 ] {2c9eb34b-ceb6-4f15-a82f-e1d246bd2d08} TCPHandler: Processed in 0.002179767 sec. 2026.01.02 05:14:53.573965 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:14:53.574070 [ 270 ] {3da41063-6729-48c0-b72f-9b15f05df214} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.02 05:14:53.574112 [ 270 ] {3da41063-6729-48c0-b72f-9b15f05df214} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.02 05:14:53.574618 [ 270 ] {3da41063-6729-48c0-b72f-9b15f05df214} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:14:53.574655 [ 270 ] {3da41063-6729-48c0-b72f-9b15f05df214} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. 2026.01.02 05:14:53.574984 [ 270 ] {3da41063-6729-48c0-b72f-9b15f05df214} MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) 2026.01.02 05:14:53.575199 [ 270 ] {3da41063-6729-48c0-b72f-9b15f05df214} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:14:53.575332 [ 270 ] {3da41063-6729-48c0-b72f-9b15f05df214} executeQuery: Read 141 rows, 12.44 KiB in 0.001285 sec., 109727.62645914398 rows/sec., 9.46 MiB/sec. 2026.01.02 05:14:53.575372 [ 270 ] {3da41063-6729-48c0-b72f-9b15f05df214} TCPHandler: Processed in 0.001459854 sec. 2026.01.02 05:14:53.575476 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:14:53.575571 [ 270 ] {28b71843-7128-467f-928b-b37f9f7111c7} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.02 05:14:53.575613 [ 270 ] {28b71843-7128-467f-928b-b37f9f7111c7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.02 05:14:53.576026 [ 270 ] {28b71843-7128-467f-928b-b37f9f7111c7} oximeter.fields_u16 (75d7a870-5da0-445d-b2e0-ec90b5ea7788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:14:53.576060 [ 270 ] {28b71843-7128-467f-928b-b37f9f7111c7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. 2026.01.02 05:14:53.576364 [ 270 ] {28b71843-7128-467f-928b-b37f9f7111c7} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2026.01.02 05:14:53.576630 [ 270 ] {28b71843-7128-467f-928b-b37f9f7111c7} oximeter.fields_u16 (75d7a870-5da0-445d-b2e0-ec90b5ea7788): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:14:53.576760 [ 270 ] {28b71843-7128-467f-928b-b37f9f7111c7} executeQuery: Read 50 rows, 3.71 KiB in 0.001208 sec., 41390.72847682119 rows/sec., 3.00 MiB/sec. 2026.01.02 05:14:53.576798 [ 270 ] {28b71843-7128-467f-928b-b37f9f7111c7} TCPHandler: Processed in 0.001373143 sec. 2026.01.02 05:14:53.576899 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:14:53.576999 [ 270 ] {fc5d1bfe-69bd-4eaa-8c1d-2a88d8138e45} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.02 05:14:53.577039 [ 270 ] {fc5d1bfe-69bd-4eaa-8c1d-2a88d8138e45} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.02 05:14:53.577480 [ 270 ] {fc5d1bfe-69bd-4eaa-8c1d-2a88d8138e45} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:14:53.577516 [ 270 ] {fc5d1bfe-69bd-4eaa-8c1d-2a88d8138e45} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. 2026.01.02 05:14:53.577881 [ 270 ] {fc5d1bfe-69bd-4eaa-8c1d-2a88d8138e45} MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) 2026.01.02 05:14:53.578099 [ 270 ] {fc5d1bfe-69bd-4eaa-8c1d-2a88d8138e45} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:14:53.578230 [ 270 ] {fc5d1bfe-69bd-4eaa-8c1d-2a88d8138e45} executeQuery: Read 114 rows, 9.13 KiB in 0.00125 sec., 91200 rows/sec., 7.14 MiB/sec. 2026.01.02 05:14:53.578270 [ 270 ] {fc5d1bfe-69bd-4eaa-8c1d-2a88d8138e45} TCPHandler: Processed in 0.001419204 sec. 2026.01.02 05:14:53.578373 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:14:53.578466 [ 270 ] {f358b57b-7dfd-4d34-86c5-069d1a8563b1} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.02 05:14:53.578509 [ 270 ] {f358b57b-7dfd-4d34-86c5-069d1a8563b1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.02 05:14:53.578917 [ 270 ] {f358b57b-7dfd-4d34-86c5-069d1a8563b1} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:14:53.578951 [ 270 ] {f358b57b-7dfd-4d34-86c5-069d1a8563b1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. 2026.01.02 05:14:53.579277 [ 270 ] {f358b57b-7dfd-4d34-86c5-069d1a8563b1} MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) 2026.01.02 05:14:53.579486 [ 270 ] {f358b57b-7dfd-4d34-86c5-069d1a8563b1} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:14:53.579616 [ 270 ] {f358b57b-7dfd-4d34-86c5-069d1a8563b1} executeQuery: Read 165 rows, 11.76 KiB in 0.001169 sec., 141146.2788708298 rows/sec., 9.83 MiB/sec. 2026.01.02 05:14:53.579653 [ 270 ] {f358b57b-7dfd-4d34-86c5-069d1a8563b1} TCPHandler: Processed in 0.001327892 sec. 2026.01.02 05:14:53.579770 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:14:53.579889 [ 270 ] {61e16e6f-d112-4013-aea9-622e78a460df} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.02 05:14:53.579957 [ 270 ] {61e16e6f-d112-4013-aea9-622e78a460df} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.01.02 05:14:53.580895 [ 270 ] {61e16e6f-d112-4013-aea9-622e78a460df} oximeter.measurements_histogramu64 (1ea2d44b-9dfb-4731-8ee2-8779179f369b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:14:53.580933 [ 270 ] {61e16e6f-d112-4013-aea9-622e78a460df} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. 2026.01.02 05:14:53.581529 [ 270 ] {61e16e6f-d112-4013-aea9-622e78a460df} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2026.01.02 05:14:53.581758 [ 270 ] {61e16e6f-d112-4013-aea9-622e78a460df} oximeter.measurements_histogramu64 (1ea2d44b-9dfb-4731-8ee2-8779179f369b): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:14:53.581906 [ 270 ] {61e16e6f-d112-4013-aea9-622e78a460df} executeQuery: Read 40 rows, 73.40 KiB in 0.002041 sec., 19598.236158745713 rows/sec., 35.12 MiB/sec. 2026.01.02 05:14:53.581977 [ 270 ] {61e16e6f-d112-4013-aea9-622e78a460df} TCPHandler: Processed in 0.002267828 sec. 2026.01.02 05:14:53.582098 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:14:53.582197 [ 270 ] {5dbd4128-4d99-445a-a684-b0058b7052e7} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.02 05:14:53.582239 [ 270 ] {5dbd4128-4d99-445a-a684-b0058b7052e7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.02 05:14:53.582611 [ 270 ] {5dbd4128-4d99-445a-a684-b0058b7052e7} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:14:53.582648 [ 270 ] {5dbd4128-4d99-445a-a684-b0058b7052e7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. 2026.01.02 05:14:53.582956 [ 270 ] {5dbd4128-4d99-445a-a684-b0058b7052e7} MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) 2026.01.02 05:14:53.583169 [ 270 ] {5dbd4128-4d99-445a-a684-b0058b7052e7} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:14:53.583270 [ 141 ] {} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 2026.01.02 05:14:53.583290 [ 270 ] {5dbd4128-4d99-445a-a684-b0058b7052e7} executeQuery: Read 60 rows, 4.14 KiB in 0.001121 sec., 53523.63960749331 rows/sec., 3.61 MiB/sec. 2026.01.02 05:14:53.583304 [ 141 ] {} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:14:53.583323 [ 141 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. 2026.01.02 05:14:53.583324 [ 270 ] {5dbd4128-4d99-445a-a684-b0058b7052e7} TCPHandler: Processed in 0.001285742 sec. 2026.01.02 05:14:53.583446 [ 200 ] {45294a01-6668-46b2-a532-60faf64b8164::all_1_106_21} MergeTask::PrepareStage: Merging 6 parts: from all_1_101_20 to all_106_106_0 into Compact with storage Full 2026.01.02 05:14:53.583602 [ 200 ] {45294a01-6668-46b2-a532-60faf64b8164::all_1_106_21} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.02 05:14:53.583641 [ 200 ] {45294a01-6668-46b2-a532-60faf64b8164::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 6022 rows starting from the beginning of the part 2026.01.02 05:14:53.583706 [ 200 ] {45294a01-6668-46b2-a532-60faf64b8164::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 60 rows starting from the beginning of the part 2026.01.02 05:14:53.583754 [ 200 ] {45294a01-6668-46b2-a532-60faf64b8164::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 60 rows starting from the beginning of the part 2026.01.02 05:14:53.583800 [ 200 ] {45294a01-6668-46b2-a532-60faf64b8164::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 60 rows starting from the beginning of the part 2026.01.02 05:14:53.583842 [ 200 ] {45294a01-6668-46b2-a532-60faf64b8164::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 60 rows starting from the beginning of the part 2026.01.02 05:14:53.583883 [ 200 ] {45294a01-6668-46b2-a532-60faf64b8164::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 60 rows starting from the beginning of the part 2026.01.02 05:14:53.585603 [ 201 ] {45294a01-6668-46b2-a532-60faf64b8164::all_1_106_21} MergeTask::MergeProjectionsStage: Merge sorted 6322 rows, containing 4 columns (4 merged, 0 gathered) in 0.002204197 sec., 2868164.687639081 rows/sec., 190.97 MiB/sec. 2026.01.02 05:14:53.586109 [ 191 ] {45294a01-6668-46b2-a532-60faf64b8164::all_1_106_21} MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) 2026.01.02 05:14:53.586470 [ 191 ] {45294a01-6668-46b2-a532-60faf64b8164::all_1_106_21} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:14:53.586558 [ 191 ] {45294a01-6668-46b2-a532-60faf64b8164::all_1_106_21} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 2026.01.02 05:14:53.586658 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.21 MiB. 2026.01.02 05:14:54.516341 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 36057 2026.01.02 05:14:54.516931 [ 245 ] {} system.asynchronous_metric_log (bb53ce5c-bddd-4105-a5af-ef87950cd4f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:14:54.516985 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. 2026.01.02 05:14:54.517534 [ 245 ] {} MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) 2026.01.02 05:14:54.517799 [ 245 ] {} system.asynchronous_metric_log (bb53ce5c-bddd-4105-a5af-ef87950cd4f3): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:14:54.517957 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 36057 2026.01.02 05:14:54.684947 [ 222 ] {} system.metric_log (a59fffb9-cc3a-4586-97e5-9d20b67a7356): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] 2026.01.02 05:14:54.685028 [ 222 ] {} system.metric_log (a59fffb9-cc3a-4586-97e5-9d20b67a7356): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] 2026.01.02 05:14:54.687698 [ 222 ] {} system.metric_log (a59fffb9-cc3a-4586-97e5-9d20b67a7356): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] 2026.01.02 05:14:54.971235 [ 220 ] {} system.asynchronous_metric_log (bb53ce5c-bddd-4105-a5af-ef87950cd4f3): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] 2026.01.02 05:14:54.971301 [ 220 ] {} system.asynchronous_metric_log (bb53ce5c-bddd-4105-a5af-ef87950cd4f3): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] 2026.01.02 05:14:54.975451 [ 220 ] {} system.asynchronous_metric_log (bb53ce5c-bddd-4105-a5af-ef87950cd4f3): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] 2026.01.02 05:14:55.000236 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 365.38 MiB, peak 385.64 MiB, free memory in arenas 0.00 B, will set to 369.38 MiB (RSS), difference: 3.99 MiB 2026.01.02 05:14:56.491918 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 565 2026.01.02 05:14:56.508627 [ 244 ] {} system.metric_log (a59fffb9-cc3a-4586-97e5-9d20b67a7356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:14:56.508687 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. 2026.01.02 05:14:56.514733 [ 244 ] {} MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) 2026.01.02 05:14:56.515440 [ 244 ] {} system.metric_log (a59fffb9-cc3a-4586-97e5-9d20b67a7356): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:14:56.518481 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 565 2026.01.02 05:14:58.570344 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:14:58.570584 [ 270 ] {e26ea7a9-940a-4e25-96cb-9745d29e405c} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.02 05:14:58.570672 [ 270 ] {e26ea7a9-940a-4e25-96cb-9745d29e405c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.02 05:14:58.571504 [ 270 ] {e26ea7a9-940a-4e25-96cb-9745d29e405c} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:14:58.571555 [ 270 ] {e26ea7a9-940a-4e25-96cb-9745d29e405c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. 2026.01.02 05:14:58.571958 [ 270 ] {e26ea7a9-940a-4e25-96cb-9745d29e405c} MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) 2026.01.02 05:14:58.572192 [ 270 ] {e26ea7a9-940a-4e25-96cb-9745d29e405c} oximeter.fields_string (83d580c8-cdc4-4d78-bcce-488a9e56976e): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:14:58.572363 [ 270 ] {e26ea7a9-940a-4e25-96cb-9745d29e405c} executeQuery: Read 56 rows, 4.41 KiB in 0.00184 sec., 30434.782608695652 rows/sec., 2.34 MiB/sec. 2026.01.02 05:14:58.572415 [ 270 ] {e26ea7a9-940a-4e25-96cb-9745d29e405c} TCPHandler: Processed in 0.002214557 sec. 2026.01.02 05:14:58.572531 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:14:58.572631 [ 270 ] {56c9bdef-d8ce-455c-9237-a22b1935eec5} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.02 05:14:58.572674 [ 270 ] {56c9bdef-d8ce-455c-9237-a22b1935eec5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.02 05:14:58.573094 [ 270 ] {56c9bdef-d8ce-455c-9237-a22b1935eec5} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:14:58.573132 [ 270 ] {56c9bdef-d8ce-455c-9237-a22b1935eec5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. 2026.01.02 05:14:58.573439 [ 270 ] {56c9bdef-d8ce-455c-9237-a22b1935eec5} MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) 2026.01.02 05:14:58.573659 [ 270 ] {56c9bdef-d8ce-455c-9237-a22b1935eec5} oximeter.fields_uuid (a2603088-a695-4667-9faf-2a4ce1a4e7af): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:14:58.573798 [ 270 ] {56c9bdef-d8ce-455c-9237-a22b1935eec5} executeQuery: Read 64 rows, 5.12 KiB in 0.001189 sec., 53826.74516400337 rows/sec., 4.20 MiB/sec. 2026.01.02 05:14:58.573836 [ 270 ] {56c9bdef-d8ce-455c-9237-a22b1935eec5} TCPHandler: Processed in 0.001356083 sec. 2026.01.02 05:14:58.573954 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:14:58.574047 [ 270 ] {213bc0ff-11f3-41ea-802a-ef3a407b73c0} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.02 05:14:58.574093 [ 270 ] {213bc0ff-11f3-41ea-802a-ef3a407b73c0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.02 05:14:58.574493 [ 270 ] {213bc0ff-11f3-41ea-802a-ef3a407b73c0} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:14:58.574529 [ 270 ] {213bc0ff-11f3-41ea-802a-ef3a407b73c0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. 2026.01.02 05:14:58.574856 [ 270 ] {213bc0ff-11f3-41ea-802a-ef3a407b73c0} MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) 2026.01.02 05:14:58.575068 [ 270 ] {213bc0ff-11f3-41ea-802a-ef3a407b73c0} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:14:58.575205 [ 270 ] {213bc0ff-11f3-41ea-802a-ef3a407b73c0} executeQuery: Read 160 rows, 11.41 KiB in 0.001176 sec., 136054.42176870749 rows/sec., 9.48 MiB/sec. 2026.01.02 05:14:58.575243 [ 270 ] {213bc0ff-11f3-41ea-802a-ef3a407b73c0} TCPHandler: Processed in 0.001338162 sec. 2026.01.02 05:14:58.575346 [ 270 ] {} TCP-Session: fa20fedc-1214-461d-8c23-8ab52d5814e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.02 05:14:58.575455 [ 270 ] {a3f3998c-5b26-431f-83cd-2bafa62e1027} executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.02 05:14:58.575508 [ 270 ] {a3f3998c-5b26-431f-83cd-2bafa62e1027} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.02 05:14:58.575907 [ 270 ] {a3f3998c-5b26-431f-83cd-2bafa62e1027} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:14:58.575949 [ 270 ] {a3f3998c-5b26-431f-83cd-2bafa62e1027} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. 2026.01.02 05:14:58.576340 [ 270 ] {a3f3998c-5b26-431f-83cd-2bafa62e1027} MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) 2026.01.02 05:14:58.576562 [ 270 ] {a3f3998c-5b26-431f-83cd-2bafa62e1027} oximeter.measurements_u64 (45294a01-6668-46b2-a532-60faf64b8164): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:14:58.576698 [ 270 ] {a3f3998c-5b26-431f-83cd-2bafa62e1027} executeQuery: Read 60 rows, 4.14 KiB in 0.001268 sec., 47318.6119873817 rows/sec., 3.19 MiB/sec. 2026.01.02 05:14:58.576736 [ 270 ] {a3f3998c-5b26-431f-83cd-2bafa62e1027} TCPHandler: Processed in 0.001439974 sec. 2026.01.02 05:14:59.776686 [ 221 ] {} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] 2026.01.02 05:14:59.776744 [ 221 ] {} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] 2026.01.02 05:14:59.778985 [ 221 ] {} oximeter.measurements_cumulativeu64 (935760ec-14c4-43f9-bf0f-f949cce05eda): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] 2026.01.02 05:15:01.782002 [ 133 ] {} DNSResolver: Updating DNS cache 2026.01.02 05:15:01.782056 [ 133 ] {} DNSResolver: Updated DNS cache 2026.01.02 05:15:02.018149 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 36569 2026.01.02 05:15:02.018699 [ 245 ] {} system.asynchronous_metric_log (bb53ce5c-bddd-4105-a5af-ef87950cd4f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:15:02.018742 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. 2026.01.02 05:15:02.019245 [ 245 ] {} MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) 2026.01.02 05:15:02.019488 [ 245 ] {} system.asynchronous_metric_log (bb53ce5c-bddd-4105-a5af-ef87950cd4f3): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:15:02.019622 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 36569 2026.01.02 05:15:02.019633 [ 133 ] {} system.asynchronous_metric_log (bb53ce5c-bddd-4105-a5af-ef87950cd4f3) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 2026.01.02 05:15:02.019677 [ 133 ] {} system.asynchronous_metric_log (bb53ce5c-bddd-4105-a5af-ef87950cd4f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:15:02.019703 [ 133 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. 2026.01.02 05:15:02.019808 [ 201 ] {bb53ce5c-bddd-4105-a5af-ef87950cd4f3::all_1_76_15} MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full 2026.01.02 05:15:02.019906 [ 201 ] {bb53ce5c-bddd-4105-a5af-ef87950cd4f3::all_1_76_15} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.02 05:15:02.019939 [ 201 ] {bb53ce5c-bddd-4105-a5af-ef87950cd4f3::all_1_76_15} MergeTreeSequentialSource: Reading 6 marks from part all_1_71_14, total 34137 rows starting from the beginning of the part 2026.01.02 05:15:02.019999 [ 201 ] {bb53ce5c-bddd-4105-a5af-ef87950cd4f3::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 512 rows starting from the beginning of the part 2026.01.02 05:15:02.020047 [ 201 ] {bb53ce5c-bddd-4105-a5af-ef87950cd4f3::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 448 rows starting from the beginning of the part 2026.01.02 05:15:02.020094 [ 201 ] {bb53ce5c-bddd-4105-a5af-ef87950cd4f3::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 512 rows starting from the beginning of the part 2026.01.02 05:15:02.020147 [ 201 ] {bb53ce5c-bddd-4105-a5af-ef87950cd4f3::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 448 rows starting from the beginning of the part 2026.01.02 05:15:02.020194 [ 201 ] {bb53ce5c-bddd-4105-a5af-ef87950cd4f3::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 512 rows starting from the beginning of the part 2026.01.02 05:15:02.022987 [ 191 ] {bb53ce5c-bddd-4105-a5af-ef87950cd4f3::all_1_76_15} MergeTask::MergeProjectionsStage: Merge sorted 36569 rows, containing 4 columns (4 merged, 0 gathered) in 0.003215434 sec., 11372959.295696942 rows/sec., 162.69 MiB/sec. 2026.01.02 05:15:02.023448 [ 198 ] {bb53ce5c-bddd-4105-a5af-ef87950cd4f3::all_1_76_15} MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) 2026.01.02 05:15:02.023837 [ 198 ] {bb53ce5c-bddd-4105-a5af-ef87950cd4f3::all_1_76_15} system.asynchronous_metric_log (bb53ce5c-bddd-4105-a5af-ef87950cd4f3): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:15:02.023946 [ 198 ] {bb53ce5c-bddd-4105-a5af-ef87950cd4f3::all_1_76_15} system.asynchronous_metric_log (bb53ce5c-bddd-4105-a5af-ef87950cd4f3) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 2026.01.02 05:15:02.024076 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.13 MiB. 2026.01.02 05:15:02.135325 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 22 entries to flush up to offset 1658 2026.01.02 05:15:02.137712 [ 243 ] {} system.query_log (dd3f3490-5765-4d2a-9406-0e239d3e9a13): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.02 05:15:02.137772 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. 2026.01.02 05:15:02.139201 [ 243 ] {} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2026.01.02 05:15:02.139599 [ 243 ] {} system.query_log (dd3f3490-5765-4d2a-9406-0e239d3e9a13): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.02 05:15:02.139993 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1658