[ Feb 23 16:30:55 Enabled. ] [ Feb 23 16:30:55 Rereading configuration. ] [ Feb 23 16:30:56 Rereading configuration. ] [ Feb 23 16:31:08 Executing start method ("/opt/oxide/lib/svc/manifest/clickhouse.sh"). ] + set -o errexit + set -o pipefail + . /lib/svc/share/smf_include.sh ++ SMF_EXIT_OK=0 ++ SMF_EXIT_NODAEMON=94 ++ SMF_EXIT_ERR_FATAL=95 ++ SMF_EXIT_ERR_CONFIG=96 ++ SMF_EXIT_MON_DEGRADE=97 ++ SMF_EXIT_MON_OFFLINE=98 ++ SMF_EXIT_ERR_NOSMF=99 ++ SMF_EXIT_ERR_PERM=100 ++ svcprop -c -p config/listen_addr svc:/oxide/clickhouse:default + LISTEN_ADDR=fd00:1122:3344:101::e ++ svcprop -c -p config/listen_port svc:/oxide/clickhouse:default + LISTEN_PORT=8123 ++ svcprop -c -p config/store svc:/oxide/clickhouse:default + DATASTORE=/data + args=("--config-file" "/opt/oxide/clickhouse/config.xml" "--" "--path" "${DATASTORE}" "--listen_host" "$LISTEN_ADDR" "--http_port" "$LISTEN_PORT") + exec /opt/oxide/clickhouse/clickhouse server --config-file /opt/oxide/clickhouse/config.xml -- --path /data --listen_host fd00:1122:3344:101::e --http_port 8123 [ Feb 23 16:31:08 Method "start" exited with status 0. ] Processing configuration file '/opt/oxide/clickhouse/config.xml'. Logging trace to /var/tmp/clickhouse-server.log Logging errors to /var/tmp/clickhouse-server.errlog 2026.02.23 16:31:11.795844 [ 1 ] {} Application: Will watch for the process with pid 29524 2026.02.23 16:31:11.796344 [ 1 ] {} Application: Forked a child process to watch 2026.02.23 16:31:12.075678 [ 1 ] {} Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: 3042d295d963012962f5c683bd2776fa331a38c3, build id: ), PID 29524 2026.02.23 16:31:12.078776 [ 1 ] {} Application: starting up 2026.02.23 16:31:12.079006 [ 1 ] {} Application: OS name: SunOS, version: 5.11, architecture: i86pc 2026.02.23 16:31:12.470816 [ 1 ] {} Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48. 2026.02.23 16:31:12.514647 [ 1 ] {} Application: rlimit on number of file descriptors is 65536 2026.02.23 16:31:12.514751 [ 1 ] {} Application: Initializing DateLUT. 2026.02.23 16:31:12.514774 [ 1 ] {} Application: Initialized DateLUT with time zone 'UTC'. 2026.02.23 16:31:12.514874 [ 1 ] {} Context: Setting up /data/tmp/ to store temporary data in it 2026.02.23 16:31:12.515796 [ 1 ] {} Application: Initializing interserver credentials. 2026.02.23 16:31:12.521224 [ 1 ] {} ConfigReloader: Loading config '/opt/oxide/clickhouse/config.xml' Processing configuration file '/opt/oxide/clickhouse/config.xml'. Saved preprocessed configuration to '/data/preprocessed_configs/config.xml'. 2026.02.23 16:31:12.522364 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration 2026.02.23 16:31:12.523372 [ 1 ] {} Application: Setting max_server_memory_usage was set to 86.29 GiB (95.88 GiB available * 0.90 max_server_memory_usage_to_ram_ratio) 2026.02.23 16:31:12.523429 [ 1 ] {} Application: Setting merges_mutations_memory_usage_soft_limit was set to 47.94 GiB (95.88 GiB available * 0.50 merges_mutations_memory_usage_to_ram_ratio) 2026.02.23 16:31:12.523474 [ 1 ] {} Application: Merges and mutations memory limit is set to 47.94 GiB 2026.02.23 16:31:12.526221 [ 1 ] {} BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads 2026.02.23 16:31:12.527391 [ 1 ] {} BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads 2026.02.23 16:31:12.534292 [ 1 ] {} BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads 2026.02.23 16:31:12.535181 [ 1 ] {} BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads 2026.02.23 16:31:12.538232 [ 1 ] {} CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. 2026.02.23 16:31:12.538360 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration 2026.02.23 16:31:12.539881 [ 1 ] {} ConfigReloader: Loading config '/opt/oxide/clickhouse/config.xml' Processing configuration file '/opt/oxide/clickhouse/config.xml'. Saved preprocessed configuration to '/data/preprocessed_configs/config.xml'. 2026.02.23 16:31:12.540423 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration 2026.02.23 16:31:12.550494 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration 2026.02.23 16:31:12.551306 [ 1 ] {} Access(user directories): Added users_xml access storage 'users_xml', path: /opt/oxide/clickhouse/config.xml 2026.02.23 16:31:12.561143 [ 1 ] {} Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin 2026.02.23 16:31:12.561574 [ 1 ] {} Context: Initialized background executor for move operations with num_threads=8, num_tasks=8 2026.02.23 16:31:12.562061 [ 1 ] {} Context: Initialized background executor for fetches with num_threads=8, num_tasks=8 2026.02.23 16:31:12.562458 [ 1 ] {} Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8 2026.02.23 16:31:12.565616 [ 1 ] {} DNSCacheUpdater: Update period 15 seconds 2026.02.23 16:31:12.565647 [ 1 ] {} Application: Loading metadata from /data/ 2026.02.23 16:31:12.565732 [ 168 ] {} DNSResolver: Updating DNS cache 2026.02.23 16:31:12.565799 [ 168 ] {} DNSResolver: Updated DNS cache 2026.02.23 16:31:12.578993 [ 1 ] {} DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total. 2026.02.23 16:31:12.579023 [ 1 ] {} TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000201464 sec 2026.02.23 16:31:12.579084 [ 1 ] {} ReferentialDeps: No tables 2026.02.23 16:31:12.579125 [ 1 ] {} LoadingDeps: No tables 2026.02.23 16:31:12.581773 [ 1 ] {} DatabaseAtomic (system): Starting up tables. 2026.02.23 16:31:12.583955 [ 1 ] {} SystemLog: Creating system.query_log from query_log 2026.02.23 16:31:12.606928 [ 1 ] {} SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config 2026.02.23 16:31:12.606982 [ 1 ] {} SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config 2026.02.23 16:31:12.607071 [ 1 ] {} SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config 2026.02.23 16:31:12.607087 [ 1 ] {} SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config 2026.02.23 16:31:12.607126 [ 1 ] {} SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config 2026.02.23 16:31:12.607216 [ 1 ] {} SystemLog: Creating system.metric_log from metric_log 2026.02.23 16:31:12.609766 [ 1 ] {} SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config 2026.02.23 16:31:12.609826 [ 1 ] {} SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config 2026.02.23 16:31:12.609923 [ 1 ] {} SystemLog: Creating system.asynchronous_metric_log from asynchronous_metric_log 2026.02.23 16:31:12.610141 [ 1 ] {} SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config 2026.02.23 16:31:12.610193 [ 1 ] {} SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config 2026.02.23 16:31:12.610206 [ 1 ] {} SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config 2026.02.23 16:31:12.610285 [ 1 ] {} SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config 2026.02.23 16:31:12.610301 [ 1 ] {} SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config 2026.02.23 16:31:12.610336 [ 1 ] {} SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config 2026.02.23 16:31:12.610419 [ 1 ] {} SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config 2026.02.23 16:31:12.658789 [ 1 ] {} DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal. 2026.02.23 16:31:12.660333 [ 1 ] {} DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total. 2026.02.23 16:31:12.660429 [ 1 ] {} TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000124442 sec 2026.02.23 16:31:12.660446 [ 1 ] {} ReferentialDeps: No tables 2026.02.23 16:31:12.660456 [ 1 ] {} LoadingDeps: No tables 2026.02.23 16:31:12.660485 [ 1 ] {} DatabaseAtomic (default): Starting up tables. 2026.02.23 16:31:12.660736 [ 1 ] {} UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/ 2026.02.23 16:31:12.660849 [ 1 ] {} UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded 2026.02.23 16:31:12.660867 [ 1 ] {} Application: Loaded metadata. 2026.02.23 16:31:12.660878 [ 1 ] {} Application: Query Profiler and TraceCollector are disabled because they require PHDR cache to be created (otherwise the function 'dl_iterate_phdr' is not lock free and not async-signal safe). 2026.02.23 16:31:12.660888 [ 1 ] {} Application: TaskStats is not implemented for this OS. IO accounting will be disabled. 2026.02.23 16:31:12.689073 [ 1 ] {} CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. 2026.02.23 16:31:12.689320 [ 1 ] {} AsynchronousMetrics: MemoryTracking: was 24.78 MiB, peak 24.78 MiB, free memory in arenas 0.00 B, will set to 116.74 MiB (RSS), difference: 91.96 MiB 2026.02.23 16:31:12.694390 [ 1 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 1.6841e-05 sec. 2026.02.23 16:31:12.694905 [ 1 ] {} Application: Listening for http://[fd00:1122:3344:101::e]:8123 2026.02.23 16:31:12.695620 [ 1 ] {} Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000 2026.02.23 16:31:12.695642 [ 1 ] {} Application: Ready for connections. 2026.02.23 16:31:12.718571 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:41973 2026.02.23 16:31:12.719628 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:31:12.719695 [ 3 ] {} TCP-Session: 6750d04c-1db3-4671-af1b-705c1898afd6 Authenticating user 'default' from [fd00:1122:3344:101::b]:41973 2026.02.23 16:31:12.719729 [ 3 ] {} TCP-Session: 6750d04c-1db3-4671-af1b-705c1898afd6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:31:12.719844 [ 3 ] {} TCP-Session: 6750d04c-1db3-4671-af1b-705c1898afd6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:31:12.719978 [ 3 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.02.23 16:31:12.720009 [ 3 ] {} ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2026.02.23 16:31:12.720107 [ 3 ] {} ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2026.02.23 16:31:12.720791 [ 4 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:64909 2026.02.23 16:31:12.721007 [ 4 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:31:12.721054 [ 4 ] {} TCP-Session: 4f32cfe6-2a1d-437a-a8a1-79b25d529881 Authenticating user 'default' from [fd00:1122:3344:101::b]:64909 2026.02.23 16:31:12.721083 [ 4 ] {} TCP-Session: 4f32cfe6-2a1d-437a-a8a1-79b25d529881 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:31:12.721185 [ 4 ] {} TCP-Session: 4f32cfe6-2a1d-437a-a8a1-79b25d529881 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:31:12.721777 [ 253 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:58574 2026.02.23 16:31:12.721797 [ 5 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:37839 2026.02.23 16:31:12.721907 [ 254 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:35547 2026.02.23 16:31:12.721928 [ 253 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:31:12.721982 [ 253 ] {} TCP-Session: c7f8d107-8f6d-47f1-aff6-55a9553b856e Authenticating user 'default' from [fd00:1122:3344:101::b]:58574 2026.02.23 16:31:12.722005 [ 253 ] {} TCP-Session: c7f8d107-8f6d-47f1-aff6-55a9553b856e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:31:12.722104 [ 253 ] {} TCP-Session: c7f8d107-8f6d-47f1-aff6-55a9553b856e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:31:12.722156 [ 254 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:31:12.722177 [ 5 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:31:12.722207 [ 255 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:51128 2026.02.23 16:31:12.722199 [ 254 ] {} TCP-Session: bb7f3d2c-acb9-45c8-a24b-fa74f13747e7 Authenticating user 'default' from [fd00:1122:3344:101::b]:35547 2026.02.23 16:31:12.722299 [ 5 ] {} TCP-Session: aac35f91-0972-4812-872c-30428399a39b Authenticating user 'default' from [fd00:1122:3344:101::b]:37839 2026.02.23 16:31:12.722318 [ 254 ] {} TCP-Session: bb7f3d2c-acb9-45c8-a24b-fa74f13747e7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:31:12.722373 [ 5 ] {} TCP-Session: aac35f91-0972-4812-872c-30428399a39b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:31:12.722301 [ 256 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:65519 2026.02.23 16:31:12.722426 [ 254 ] {} TCP-Session: bb7f3d2c-acb9-45c8-a24b-fa74f13747e7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:31:12.722462 [ 5 ] {} TCP-Session: aac35f91-0972-4812-872c-30428399a39b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:31:12.722443 [ 255 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:31:12.722421 [ 257 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:55386 2026.02.23 16:31:12.722584 [ 255 ] {} TCP-Session: 9b486a94-dccc-47a7-8024-eb3dd3dadc81 Authenticating user 'default' from [fd00:1122:3344:101::b]:51128 2026.02.23 16:31:12.722565 [ 256 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:31:12.722684 [ 256 ] {} TCP-Session: 76f4f020-572b-414b-b0e1-822240353947 Authenticating user 'default' from [fd00:1122:3344:101::b]:65519 2026.02.23 16:31:12.722714 [ 255 ] {} TCP-Session: 9b486a94-dccc-47a7-8024-eb3dd3dadc81 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:31:12.722758 [ 256 ] {} TCP-Session: 76f4f020-572b-414b-b0e1-822240353947 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:31:12.722778 [ 257 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:31:12.722832 [ 255 ] {} TCP-Session: 9b486a94-dccc-47a7-8024-eb3dd3dadc81 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:31:12.722859 [ 257 ] {} TCP-Session: 36fa9d90-4820-42bd-a456-6e49eda90d20 Authenticating user 'default' from [fd00:1122:3344:101::b]:55386 2026.02.23 16:31:12.722861 [ 256 ] {} TCP-Session: 76f4f020-572b-414b-b0e1-822240353947 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:31:12.722993 [ 257 ] {} TCP-Session: 36fa9d90-4820-42bd-a456-6e49eda90d20 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:31:12.723134 [ 257 ] {} TCP-Session: 36fa9d90-4820-42bd-a456-6e49eda90d20 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:31:12.753280 [ 258 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:37785 2026.02.23 16:31:12.755341 [ 258 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:31:12.755463 [ 258 ] {} TCP-Session: b14dc289-e982-4bad-9359-60ef5f16865d Authenticating user 'default' from [fd00:1122:3344:101::c]:37785 2026.02.23 16:31:12.755487 [ 258 ] {} TCP-Session: b14dc289-e982-4bad-9359-60ef5f16865d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:31:12.755502 [ 258 ] {} TCP-Session: b14dc289-e982-4bad-9359-60ef5f16865d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:31:12.755667 [ 258 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.02.23 16:31:12.755705 [ 258 ] {} ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2026.02.23 16:31:12.755795 [ 258 ] {} ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2026.02.23 16:31:12.758837 [ 259 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:59816 2026.02.23 16:31:12.758965 [ 260 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:36202 2026.02.23 16:31:12.759043 [ 261 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:43522 2026.02.23 16:31:12.759140 [ 259 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:31:12.759187 [ 259 ] {} TCP-Session: 2ca2afe7-4eec-435f-959a-2205ae1a3dee Authenticating user 'default' from [fd00:1122:3344:101::c]:59816 2026.02.23 16:31:12.759318 [ 259 ] {} TCP-Session: 2ca2afe7-4eec-435f-959a-2205ae1a3dee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:31:12.759349 [ 262 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:48322 2026.02.23 16:31:12.759360 [ 259 ] {} TCP-Session: 2ca2afe7-4eec-435f-959a-2205ae1a3dee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:31:12.759522 [ 263 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:37056 2026.02.23 16:31:12.759547 [ 260 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:31:12.759597 [ 260 ] {} TCP-Session: df71a1c5-4a63-484c-9ed7-056a02438677 Authenticating user 'default' from [fd00:1122:3344:101::c]:36202 2026.02.23 16:31:12.759658 [ 261 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:31:12.759701 [ 262 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:31:12.759662 [ 260 ] {} TCP-Session: df71a1c5-4a63-484c-9ed7-056a02438677 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:31:12.759785 [ 260 ] {} TCP-Session: df71a1c5-4a63-484c-9ed7-056a02438677 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:31:12.759809 [ 262 ] {} TCP-Session: ebd3fb59-0f04-46a5-8111-3c7b7b264f4c Authenticating user 'default' from [fd00:1122:3344:101::c]:48322 2026.02.23 16:31:12.759784 [ 263 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:31:12.759790 [ 261 ] {} TCP-Session: b2375e41-180c-416b-81b3-6811a3985998 Authenticating user 'default' from [fd00:1122:3344:101::c]:43522 2026.02.23 16:31:12.759944 [ 263 ] {} TCP-Session: f0178468-45d4-4689-843b-64dbe9a22ef0 Authenticating user 'default' from [fd00:1122:3344:101::c]:37056 2026.02.23 16:31:12.759910 [ 265 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:53798 2026.02.23 16:31:12.759911 [ 262 ] {} TCP-Session: ebd3fb59-0f04-46a5-8111-3c7b7b264f4c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:31:12.760002 [ 261 ] {} TCP-Session: b2375e41-180c-416b-81b3-6811a3985998 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:31:12.760034 [ 262 ] {} TCP-Session: ebd3fb59-0f04-46a5-8111-3c7b7b264f4c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:31:12.760031 [ 263 ] {} TCP-Session: f0178468-45d4-4689-843b-64dbe9a22ef0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:31:12.759790 [ 264 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:54852 2026.02.23 16:31:12.760138 [ 265 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:31:12.760103 [ 261 ] {} TCP-Session: b2375e41-180c-416b-81b3-6811a3985998 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:31:12.760116 [ 263 ] {} TCP-Session: f0178468-45d4-4689-843b-64dbe9a22ef0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:31:12.760252 [ 265 ] {} TCP-Session: 4485aca1-68a5-4030-808d-799b34f7e7e2 Authenticating user 'default' from [fd00:1122:3344:101::c]:53798 2026.02.23 16:31:12.760327 [ 265 ] {} TCP-Session: 4485aca1-68a5-4030-808d-799b34f7e7e2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:31:12.760344 [ 265 ] {} TCP-Session: 4485aca1-68a5-4030-808d-799b34f7e7e2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:31:12.760415 [ 264 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:31:12.760471 [ 264 ] {} TCP-Session: 24d9f2a0-5272-4f90-a6d6-4af14da583d9 Authenticating user 'default' from [fd00:1122:3344:101::c]:54852 2026.02.23 16:31:12.760493 [ 264 ] {} TCP-Session: 24d9f2a0-5272-4f90-a6d6-4af14da583d9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:31:12.760583 [ 264 ] {} TCP-Session: 24d9f2a0-5272-4f90-a6d6-4af14da583d9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:31:13.000185 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 116.85 MiB, peak 116.85 MiB, free memory in arenas 0.00 B, will set to 119.39 MiB (RSS), difference: 2.54 MiB 2026.02.23 16:31:13.083592 [ 266 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:41034 2026.02.23 16:31:13.083860 [ 266 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:31:13.083969 [ 266 ] {} TCP-Session: c06dedd3-994a-4dbd-986e-50e6290e34fc Authenticating user 'default' from [fd00:1122:3344:101::a]:41034 2026.02.23 16:31:13.083994 [ 266 ] {} TCP-Session: c06dedd3-994a-4dbd-986e-50e6290e34fc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:31:13.084006 [ 266 ] {} TCP-Session: c06dedd3-994a-4dbd-986e-50e6290e34fc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:31:13.084157 [ 266 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.02.23 16:31:13.084195 [ 266 ] {} ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2026.02.23 16:31:13.084287 [ 266 ] {} ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2026.02.23 16:31:13.089279 [ 267 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:45148 2026.02.23 16:31:13.089404 [ 268 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:55008 2026.02.23 16:31:13.089512 [ 267 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:31:13.089527 [ 269 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:55356 2026.02.23 16:31:13.089553 [ 267 ] {} TCP-Session: 89a14d0f-5be7-434d-ac22-e4b5b38817e2 Authenticating user 'default' from [fd00:1122:3344:101::a]:45148 2026.02.23 16:31:13.089652 [ 270 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:33197 2026.02.23 16:31:13.089698 [ 267 ] {} TCP-Session: 89a14d0f-5be7-434d-ac22-e4b5b38817e2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:31:13.089721 [ 267 ] {} TCP-Session: 89a14d0f-5be7-434d-ac22-e4b5b38817e2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:31:13.089749 [ 268 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:31:13.089849 [ 271 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:54567 2026.02.23 16:31:13.089904 [ 268 ] {} TCP-Session: 23cfa6bf-af5e-4396-8825-3942f2688a0e Authenticating user 'default' from [fd00:1122:3344:101::a]:55008 2026.02.23 16:31:13.090004 [ 268 ] {} TCP-Session: 23cfa6bf-af5e-4396-8825-3942f2688a0e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:31:13.090018 [ 268 ] {} TCP-Session: 23cfa6bf-af5e-4396-8825-3942f2688a0e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:31:13.090031 [ 272 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:42861 2026.02.23 16:31:13.090048 [ 269 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:31:13.090200 [ 269 ] {} TCP-Session: c661b54d-7c4f-4d89-ac88-bc1d5b72e580 Authenticating user 'default' from [fd00:1122:3344:101::a]:55356 2026.02.23 16:31:13.090226 [ 273 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:58331 2026.02.23 16:31:13.090231 [ 269 ] {} TCP-Session: c661b54d-7c4f-4d89-ac88-bc1d5b72e580 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:31:13.090249 [ 270 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:31:13.090311 [ 271 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:31:13.090331 [ 269 ] {} TCP-Session: c661b54d-7c4f-4d89-ac88-bc1d5b72e580 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:31:13.090354 [ 270 ] {} TCP-Session: edbc538e-02a1-446a-acac-aa1f1cc1b291 Authenticating user 'default' from [fd00:1122:3344:101::a]:33197 2026.02.23 16:31:13.090331 [ 272 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:31:13.090422 [ 273 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:31:13.090361 [ 271 ] {} TCP-Session: 515d0314-bfe7-439b-b6c2-1f7cb4f17370 Authenticating user 'default' from [fd00:1122:3344:101::a]:54567 2026.02.23 16:31:13.090477 [ 273 ] {} TCP-Session: 46980e1e-d7aa-4466-a02c-e76d034647ad Authenticating user 'default' from [fd00:1122:3344:101::a]:58331 2026.02.23 16:31:13.090463 [ 272 ] {} TCP-Session: ee46d3a4-f1c7-40be-960b-da90ee0492be Authenticating user 'default' from [fd00:1122:3344:101::a]:42861 2026.02.23 16:31:13.090455 [ 270 ] {} TCP-Session: edbc538e-02a1-446a-acac-aa1f1cc1b291 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:31:13.090614 [ 273 ] {} TCP-Session: 46980e1e-d7aa-4466-a02c-e76d034647ad Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:31:13.090591 [ 271 ] {} TCP-Session: 515d0314-bfe7-439b-b6c2-1f7cb4f17370 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:31:13.090601 [ 272 ] {} TCP-Session: ee46d3a4-f1c7-40be-960b-da90ee0492be Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:31:13.090776 [ 273 ] {} TCP-Session: 46980e1e-d7aa-4466-a02c-e76d034647ad Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:31:13.090745 [ 270 ] {} TCP-Session: edbc538e-02a1-446a-acac-aa1f1cc1b291 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:31:13.090869 [ 272 ] {} TCP-Session: ee46d3a4-f1c7-40be-960b-da90ee0492be Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:31:13.090753 [ 271 ] {} TCP-Session: 515d0314-bfe7-439b-b6c2-1f7cb4f17370 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:31:13.760157 [ 274 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:37118 2026.02.23 16:31:13.764184 [ 274 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:31:13.764321 [ 274 ] {} TCP-Session: 5b5d643d-0c28-45fb-b1db-27667008eb70 Authenticating user 'default' from [fd00:1122:3344:101::d]:37118 2026.02.23 16:31:13.764365 [ 274 ] {} TCP-Session: 5b5d643d-0c28-45fb-b1db-27667008eb70 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:31:13.764387 [ 274 ] {} TCP-Session: 5b5d643d-0c28-45fb-b1db-27667008eb70 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:31:13.764569 [ 274 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.02.23 16:31:13.764621 [ 274 ] {} ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2026.02.23 16:31:13.764708 [ 274 ] {} ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2026.02.23 16:31:13.767685 [ 275 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:33032 2026.02.23 16:31:13.767875 [ 277 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:43193 2026.02.23 16:31:13.767894 [ 276 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:51817 2026.02.23 16:31:13.768003 [ 278 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:46070 2026.02.23 16:31:13.768097 [ 279 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:48416 2026.02.23 16:31:13.768315 [ 280 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:61804 2026.02.23 16:31:13.768536 [ 281 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:64884 2026.02.23 16:31:13.768842 [ 282 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:35523 2026.02.23 16:31:13.769949 [ 277 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:31:13.769955 [ 279 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:31:13.770013 [ 281 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:31:13.770086 [ 276 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:31:13.770103 [ 279 ] {} TCP-Session: bc2cfe1d-f7fa-4527-b2f1-66ae81fb3ce0 Authenticating user 'default' from [fd00:1122:3344:101::d]:48416 2026.02.23 16:31:13.770144 [ 275 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:31:13.770155 [ 276 ] {} TCP-Session: 4e16a1c0-3938-4592-a4a7-db36154c8c9c Authenticating user 'default' from [fd00:1122:3344:101::d]:51817 2026.02.23 16:31:13.770129 [ 281 ] {} TCP-Session: 8f430f9b-a42b-40c2-918d-c020f7786e2d Authenticating user 'default' from [fd00:1122:3344:101::d]:64884 2026.02.23 16:31:13.770240 [ 276 ] {} TCP-Session: 4e16a1c0-3938-4592-a4a7-db36154c8c9c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:31:13.770217 [ 279 ] {} TCP-Session: bc2cfe1d-f7fa-4527-b2f1-66ae81fb3ce0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:31:13.770271 [ 281 ] {} TCP-Session: 8f430f9b-a42b-40c2-918d-c020f7786e2d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:31:13.770317 [ 276 ] {} TCP-Session: 4e16a1c0-3938-4592-a4a7-db36154c8c9c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:31:13.770329 [ 279 ] {} TCP-Session: bc2cfe1d-f7fa-4527-b2f1-66ae81fb3ce0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:31:13.770267 [ 275 ] {} TCP-Session: feb1ee04-d194-4b25-afe1-cd3d32c703ee Authenticating user 'default' from [fd00:1122:3344:101::d]:33032 2026.02.23 16:31:13.770375 [ 281 ] {} TCP-Session: 8f430f9b-a42b-40c2-918d-c020f7786e2d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:31:13.770426 [ 275 ] {} TCP-Session: feb1ee04-d194-4b25-afe1-cd3d32c703ee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:31:13.770014 [ 282 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:31:13.770493 [ 275 ] {} TCP-Session: feb1ee04-d194-4b25-afe1-cd3d32c703ee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:31:13.770522 [ 282 ] {} TCP-Session: 140a712d-9b75-4b91-8b01-0777f3b01200 Authenticating user 'default' from [fd00:1122:3344:101::d]:35523 2026.02.23 16:31:13.770008 [ 277 ] {} TCP-Session: 49863787-7349-4dc4-9e2f-cb3bae3898d8 Authenticating user 'default' from [fd00:1122:3344:101::d]:43193 2026.02.23 16:31:13.769979 [ 280 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:31:13.770611 [ 277 ] {} TCP-Session: 49863787-7349-4dc4-9e2f-cb3bae3898d8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:31:13.770593 [ 282 ] {} TCP-Session: 140a712d-9b75-4b91-8b01-0777f3b01200 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:31:13.770032 [ 278 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:31:13.770742 [ 277 ] {} TCP-Session: 49863787-7349-4dc4-9e2f-cb3bae3898d8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:31:13.770730 [ 280 ] {} TCP-Session: 7a288e93-cc28-4616-ba1d-5419d6bcee82 Authenticating user 'default' from [fd00:1122:3344:101::d]:61804 2026.02.23 16:31:13.770728 [ 282 ] {} TCP-Session: 140a712d-9b75-4b91-8b01-0777f3b01200 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:31:13.770834 [ 280 ] {} TCP-Session: 7a288e93-cc28-4616-ba1d-5419d6bcee82 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:31:13.770828 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Authenticating user 'default' from [fd00:1122:3344:101::d]:46070 2026.02.23 16:31:13.770961 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:31:13.770974 [ 280 ] {} TCP-Session: 7a288e93-cc28-4616-ba1d-5419d6bcee82 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:31:13.771077 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:31:13.784257 [ 274 ] {} TCP-Session: 5b5d643d-0c28-45fb-b1db-27667008eb70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:31:13.788612 [ 274 ] {3d43a552-39e2-474a-b6d7-2f7d768832c7} executeQuery: (from [fd00:1122:3344:101::d]:37118) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.02.23 16:31:13.900378 [ 274 ] {3d43a552-39e2-474a-b6d7-2f7d768832c7} executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:37118) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::Exception::Exception, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&) @ 0x000000000a3c7817 in /opt/oxide/clickhouse/clickhouse 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string, std::allocator > const&) const @ 0x00000000147ad091 in /opt/oxide/clickhouse/clickhouse 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x000000001476347d in /opt/oxide/clickhouse/clickhouse 5. DB::JoinedTables::getLeftTableStorage() @ 0x00000000148ec08b in /opt/oxide/clickhouse/clickhouse 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000014866701 in /opt/oxide/clickhouse/clickhouse 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x0000000014864f66 in /opt/oxide/clickhouse/clickhouse 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b3d46 in /opt/oxide/clickhouse/clickhouse 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr const&, std::shared_ptr, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b2a83 in /opt/oxide/clickhouse/clickhouse 10. std::__detail::_MakeUniq::__single_object std::make_unique&, std::shared_ptr&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr&, DB::SelectQueryOptions const&) @ 0x000000001483d407 in /opt/oxide/clickhouse/clickhouse 11. DB::InterpreterFactory::get(std::shared_ptr&, std::shared_ptr, DB::SelectQueryOptions const&) @ 0x000000001483c8d5 in /opt/oxide/clickhouse/clickhouse 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000014a5f216 in /opt/oxide/clickhouse/clickhouse 13. DB::executeQuery(std::__cxx11::basic_string, std::allocator > const&, std::shared_ptr, bool, DB::QueryProcessingStage::Enum) @ 0x0000000014a5bd46 in /opt/oxide/clickhouse/clickhouse 14. DB::TCPHandler::runImpl() @ 0x00000000153fbaaa in /opt/oxide/clickhouse/clickhouse 15. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 16. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 17. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 18. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 20. _thrp_setup @ 0x0000000000117077 in /system/lib/amd64/libc.so.1 2026.02.23 16:31:13.901344 [ 274 ] {3d43a552-39e2-474a-b6d7-2f7d768832c7} TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::Exception::Exception, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&) @ 0x000000000a3c7817 in /opt/oxide/clickhouse/clickhouse 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string, std::allocator > const&) const @ 0x00000000147ad091 in /opt/oxide/clickhouse/clickhouse 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x000000001476347d in /opt/oxide/clickhouse/clickhouse 5. DB::JoinedTables::getLeftTableStorage() @ 0x00000000148ec08b in /opt/oxide/clickhouse/clickhouse 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000014866701 in /opt/oxide/clickhouse/clickhouse 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x0000000014864f66 in /opt/oxide/clickhouse/clickhouse 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b3d46 in /opt/oxide/clickhouse/clickhouse 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr const&, std::shared_ptr, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b2a83 in /opt/oxide/clickhouse/clickhouse 10. std::__detail::_MakeUniq::__single_object std::make_unique&, std::shared_ptr&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr&, DB::SelectQueryOptions const&) @ 0x000000001483d407 in /opt/oxide/clickhouse/clickhouse 11. DB::InterpreterFactory::get(std::shared_ptr&, std::shared_ptr, DB::SelectQueryOptions const&) @ 0x000000001483c8d5 in /opt/oxide/clickhouse/clickhouse 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000014a5f216 in /opt/oxide/clickhouse/clickhouse 13. DB::executeQuery(std::__cxx11::basic_string, std::allocator > const&, std::shared_ptr, bool, DB::QueryProcessingStage::Enum) @ 0x0000000014a5bd46 in /opt/oxide/clickhouse/clickhouse 14. DB::TCPHandler::runImpl() @ 0x00000000153fbaaa in /opt/oxide/clickhouse/clickhouse 15. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 16. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 17. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 18. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 20. _thrp_setup @ 0x0000000000117077 in /system/lib/amd64/libc.so.1 2026.02.23 16:31:13.901558 [ 274 ] {3d43a552-39e2-474a-b6d7-2f7d768832c7} TCPHandler: Processed in 0.12398547 sec. 2026.02.23 16:31:13.908030 [ 274 ] {} TCP-Session: 5b5d643d-0c28-45fb-b1db-27667008eb70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:31:13.908199 [ 274 ] {c09adbe2-78cd-4e46-807e-099b730b97eb} executeQuery: (from [fd00:1122:3344:101::d]:37118) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.02.23 16:31:13.908551 [ 274 ] {c09adbe2-78cd-4e46-807e-099b730b97eb} executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:37118) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::Exception::Exception, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&) @ 0x000000000a3c7817 in /opt/oxide/clickhouse/clickhouse 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string, std::allocator > const&) const @ 0x00000000147ad091 in /opt/oxide/clickhouse/clickhouse 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x000000001476347d in /opt/oxide/clickhouse/clickhouse 5. DB::JoinedTables::getLeftTableStorage() @ 0x00000000148ec08b in /opt/oxide/clickhouse/clickhouse 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000014866701 in /opt/oxide/clickhouse/clickhouse 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x0000000014864f66 in /opt/oxide/clickhouse/clickhouse 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b3d46 in /opt/oxide/clickhouse/clickhouse 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr const&, std::shared_ptr, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b2a83 in /opt/oxide/clickhouse/clickhouse 10. std::__detail::_MakeUniq::__single_object std::make_unique&, std::shared_ptr&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr&, DB::SelectQueryOptions const&) @ 0x000000001483d407 in /opt/oxide/clickhouse/clickhouse 11. DB::InterpreterFactory::get(std::shared_ptr&, std::shared_ptr, DB::SelectQueryOptions const&) @ 0x000000001483c8d5 in /opt/oxide/clickhouse/clickhouse 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000014a5f216 in /opt/oxide/clickhouse/clickhouse 13. DB::executeQuery(std::__cxx11::basic_string, std::allocator > const&, std::shared_ptr, bool, DB::QueryProcessingStage::Enum) @ 0x0000000014a5bd46 in /opt/oxide/clickhouse/clickhouse 14. DB::TCPHandler::runImpl() @ 0x00000000153fbaaa in /opt/oxide/clickhouse/clickhouse 15. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 16. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 17. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 18. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 20. _thrp_setup @ 0x0000000000117077 in /system/lib/amd64/libc.so.1 2026.02.23 16:31:13.908846 [ 274 ] {c09adbe2-78cd-4e46-807e-099b730b97eb} TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::Exception::Exception, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&) @ 0x000000000a3c7817 in /opt/oxide/clickhouse/clickhouse 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string, std::allocator > const&) const @ 0x00000000147ad091 in /opt/oxide/clickhouse/clickhouse 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x000000001476347d in /opt/oxide/clickhouse/clickhouse 5. DB::JoinedTables::getLeftTableStorage() @ 0x00000000148ec08b in /opt/oxide/clickhouse/clickhouse 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000014866701 in /opt/oxide/clickhouse/clickhouse 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x0000000014864f66 in /opt/oxide/clickhouse/clickhouse 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b3d46 in /opt/oxide/clickhouse/clickhouse 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr const&, std::shared_ptr, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b2a83 in /opt/oxide/clickhouse/clickhouse 10. std::__detail::_MakeUniq::__single_object std::make_unique&, std::shared_ptr&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr&, DB::SelectQueryOptions const&) @ 0x000000001483d407 in /opt/oxide/clickhouse/clickhouse 11. DB::InterpreterFactory::get(std::shared_ptr&, std::shared_ptr, DB::SelectQueryOptions const&) @ 0x000000001483c8d5 in /opt/oxide/clickhouse/clickhouse 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000014a5f216 in /opt/oxide/clickhouse/clickhouse 13. DB::executeQuery(std::__cxx11::basic_string, std::allocator > const&, std::shared_ptr, bool, DB::QueryProcessingStage::Enum) @ 0x0000000014a5bd46 in /opt/oxide/clickhouse/clickhouse 14. DB::TCPHandler::runImpl() @ 0x00000000153fbaaa in /opt/oxide/clickhouse/clickhouse 15. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 16. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 17. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 18. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 20. _thrp_setup @ 0x0000000000117077 in /system/lib/amd64/libc.so.1 2026.02.23 16:31:13.909050 [ 274 ] {c09adbe2-78cd-4e46-807e-099b730b97eb} TCPHandler: Processed in 0.001144034 sec. 2026.02.23 16:31:13.913953 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:31:13.914930 [ 278 ] {dad52e09-ce68-4957-b528-574a10352adb} executeQuery: (from [fd00:1122:3344:101::d]:46070) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete) 2026.02.23 16:31:13.916932 [ 278 ] {dad52e09-ce68-4957-b528-574a10352adb} ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.* 2026.02.23 16:31:13.918232 [ 278 ] {dad52e09-ce68-4957-b528-574a10352adb} DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total. 2026.02.23 16:31:13.918325 [ 278 ] {dad52e09-ce68-4957-b528-574a10352adb} TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000137783 sec 2026.02.23 16:31:13.918340 [ 278 ] {dad52e09-ce68-4957-b528-574a10352adb} ReferentialDeps: No tables 2026.02.23 16:31:13.918351 [ 278 ] {dad52e09-ce68-4957-b528-574a10352adb} LoadingDeps: No tables 2026.02.23 16:31:13.918421 [ 278 ] {dad52e09-ce68-4957-b528-574a10352adb} DatabaseAtomic (oximeter): Starting up tables. 2026.02.23 16:31:13.919107 [ 278 ] {dad52e09-ce68-4957-b528-574a10352adb} TCPHandler: Processed in 0.00534568 sec. 2026.02.23 16:31:13.919270 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:31:13.919431 [ 278 ] {149f4e51-c062-41b6-bcf4-a2a644b31b31} executeQuery: (from [fd00:1122:3344:101::d]:46070) /* The version table contains metadata about the `oximeter` database */ CREATE TABLE IF NOT EXISTS oximeter.version ( value UInt64, timestamp DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (value, timestamp) (stage: Complete) 2026.02.23 16:31:13.919556 [ 278 ] {149f4e51-c062-41b6-bcf4-a2a644b31b31} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version 2026.02.23 16:31:13.933935 [ 278 ] {149f4e51-c062-41b6-bcf4-a2a644b31b31} StoragePolicy (default): Storage policy default created, total volumes 1 2026.02.23 16:31:13.935393 [ 278 ] {149f4e51-c062-41b6-bcf4-a2a644b31b31} oximeter.version (5b0048b8-9e05-4abf-ab1d-311c7f35e206): Loading data parts 2026.02.23 16:31:13.937785 [ 278 ] {149f4e51-c062-41b6-bcf4-a2a644b31b31} oximeter.version (5b0048b8-9e05-4abf-ab1d-311c7f35e206): There are no data parts 2026.02.23 16:31:13.943924 [ 278 ] {149f4e51-c062-41b6-bcf4-a2a644b31b31} TCPHandler: Processed in 0.024706848 sec. 2026.02.23 16:31:13.944295 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:31:13.944557 [ 278 ] {0fe5e831-28ca-46ab-9e3a-f19bea227085} executeQuery: (from [fd00:1122:3344:101::d]:46070) /* The measurement tables contain all individual samples from each timeseries. * * Each table stores a single datum type, and otherwise contains nearly the same * structure. The primary sorting key is on the timeseries name, key, and then * timestamp, so that all timeseries from the same schema are grouped, followed * by all samples from the same timeseries. * * This reflects that one usually looks up the _key_ in one or more field table, * and then uses that to index quickly into the measurements tables. */ CREATE TABLE IF NOT EXISTS oximeter.measurements_bool ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Bool) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.02.23 16:31:13.944739 [ 278 ] {0fe5e831-28ca-46ab-9e3a-f19bea227085} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool 2026.02.23 16:31:13.970594 [ 278 ] {0fe5e831-28ca-46ab-9e3a-f19bea227085} oximeter.measurements_bool (4d7206cf-919d-48fb-bf2a-954f10b7f89e): Loading data parts 2026.02.23 16:31:13.970985 [ 278 ] {0fe5e831-28ca-46ab-9e3a-f19bea227085} oximeter.measurements_bool (4d7206cf-919d-48fb-bf2a-954f10b7f89e): There are no data parts 2026.02.23 16:31:13.972412 [ 278 ] {0fe5e831-28ca-46ab-9e3a-f19bea227085} TCPHandler: Processed in 0.02821589 sec. 2026.02.23 16:31:13.972651 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:31:13.972922 [ 278 ] {6116781d-d1e0-4859-8154-edac9a26bc7d} executeQuery: (from [fd00:1122:3344:101::d]:46070) CREATE TABLE IF NOT EXISTS oximeter.measurements_i8 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.02.23 16:31:13.972978 [ 278 ] {6116781d-d1e0-4859-8154-edac9a26bc7d} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8 2026.02.23 16:31:13.974912 [ 278 ] {6116781d-d1e0-4859-8154-edac9a26bc7d} oximeter.measurements_i8 (7d126101-7076-4517-9549-cc51728a486d): Loading data parts 2026.02.23 16:31:13.975048 [ 278 ] {6116781d-d1e0-4859-8154-edac9a26bc7d} oximeter.measurements_i8 (7d126101-7076-4517-9549-cc51728a486d): There are no data parts 2026.02.23 16:31:13.976293 [ 278 ] {6116781d-d1e0-4859-8154-edac9a26bc7d} TCPHandler: Processed in 0.003742847 sec. 2026.02.23 16:31:13.976529 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:31:13.976696 [ 278 ] {7dc224d8-8bfe-4003-a645-61f81c0463d8} executeQuery: (from [fd00:1122:3344:101::d]:46070) CREATE TABLE IF NOT EXISTS oximeter.measurements_u8 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.02.23 16:31:13.976808 [ 278 ] {7dc224d8-8bfe-4003-a645-61f81c0463d8} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8 2026.02.23 16:31:13.978539 [ 278 ] {7dc224d8-8bfe-4003-a645-61f81c0463d8} oximeter.measurements_u8 (e175c582-cbe4-4679-9430-233fd1d84c77): Loading data parts 2026.02.23 16:31:13.978726 [ 278 ] {7dc224d8-8bfe-4003-a645-61f81c0463d8} oximeter.measurements_u8 (e175c582-cbe4-4679-9430-233fd1d84c77): There are no data parts 2026.02.23 16:31:13.980293 [ 278 ] {7dc224d8-8bfe-4003-a645-61f81c0463d8} TCPHandler: Processed in 0.003815958 sec. 2026.02.23 16:31:13.980458 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:31:13.980682 [ 278 ] {e0f57286-daac-4497-bc92-4c4e9c8e6a9a} executeQuery: (from [fd00:1122:3344:101::d]:46070) CREATE TABLE IF NOT EXISTS oximeter.measurements_i16 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int16) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.02.23 16:31:13.980762 [ 278 ] {e0f57286-daac-4497-bc92-4c4e9c8e6a9a} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16 2026.02.23 16:31:13.982717 [ 278 ] {e0f57286-daac-4497-bc92-4c4e9c8e6a9a} oximeter.measurements_i16 (14345244-75c0-457c-bb5d-4e1753936938): Loading data parts 2026.02.23 16:31:13.982853 [ 278 ] {e0f57286-daac-4497-bc92-4c4e9c8e6a9a} oximeter.measurements_i16 (14345244-75c0-457c-bb5d-4e1753936938): There are no data parts 2026.02.23 16:31:13.984459 [ 278 ] {e0f57286-daac-4497-bc92-4c4e9c8e6a9a} TCPHandler: Processed in 0.004053223 sec. 2026.02.23 16:31:13.984696 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:31:13.984901 [ 278 ] {ec02eac5-1418-4049-b32b-fbdc00c4a108} executeQuery: (from [fd00:1122:3344:101::d]:46070) CREATE TABLE IF NOT EXISTS oximeter.measurements_u16 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt16) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.02.23 16:31:13.985022 [ 278 ] {ec02eac5-1418-4049-b32b-fbdc00c4a108} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16 2026.02.23 16:31:13.986755 [ 278 ] {ec02eac5-1418-4049-b32b-fbdc00c4a108} oximeter.measurements_u16 (be6aa5d1-2f0d-4b67-8156-e2ad80be911a): Loading data parts 2026.02.23 16:31:13.986914 [ 278 ] {ec02eac5-1418-4049-b32b-fbdc00c4a108} oximeter.measurements_u16 (be6aa5d1-2f0d-4b67-8156-e2ad80be911a): There are no data parts 2026.02.23 16:31:13.988145 [ 278 ] {ec02eac5-1418-4049-b32b-fbdc00c4a108} TCPHandler: Processed in 0.003512803 sec. 2026.02.23 16:31:13.988306 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:31:13.988506 [ 278 ] {8d82c3b8-b34a-4a10-ba63-582f45dd8630} executeQuery: (from [fd00:1122:3344:101::d]:46070) CREATE TABLE IF NOT EXISTS oximeter.measurements_i32 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.02.23 16:31:13.988583 [ 278 ] {8d82c3b8-b34a-4a10-ba63-582f45dd8630} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32 2026.02.23 16:31:13.990537 [ 278 ] {8d82c3b8-b34a-4a10-ba63-582f45dd8630} oximeter.measurements_i32 (64ad5e08-e636-49a5-89a4-0e4f19291530): Loading data parts 2026.02.23 16:31:13.990803 [ 278 ] {8d82c3b8-b34a-4a10-ba63-582f45dd8630} oximeter.measurements_i32 (64ad5e08-e636-49a5-89a4-0e4f19291530): There are no data parts 2026.02.23 16:31:13.992823 [ 278 ] {8d82c3b8-b34a-4a10-ba63-582f45dd8630} TCPHandler: Processed in 0.004565754 sec. 2026.02.23 16:31:13.993048 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:31:13.993210 [ 278 ] {68078c1b-537b-47f5-99cb-b5ddfc11d1dc} executeQuery: (from [fd00:1122:3344:101::d]:46070) CREATE TABLE IF NOT EXISTS oximeter.measurements_u32 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.02.23 16:31:13.993322 [ 278 ] {68078c1b-537b-47f5-99cb-b5ddfc11d1dc} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32 2026.02.23 16:31:13.995065 [ 278 ] {68078c1b-537b-47f5-99cb-b5ddfc11d1dc} oximeter.measurements_u32 (952e0e85-89ad-48fa-97bc-2404251c3eb8): Loading data parts 2026.02.23 16:31:13.995280 [ 278 ] {68078c1b-537b-47f5-99cb-b5ddfc11d1dc} oximeter.measurements_u32 (952e0e85-89ad-48fa-97bc-2404251c3eb8): There are no data parts 2026.02.23 16:31:13.996605 [ 278 ] {68078c1b-537b-47f5-99cb-b5ddfc11d1dc} TCPHandler: Processed in 0.003615375 sec. 2026.02.23 16:31:13.996753 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:31:13.996951 [ 278 ] {671bc631-284d-4493-98ca-29937dc0b808} executeQuery: (from [fd00:1122:3344:101::d]:46070) CREATE TABLE IF NOT EXISTS oximeter.measurements_i64 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.02.23 16:31:13.997027 [ 278 ] {671bc631-284d-4493-98ca-29937dc0b808} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64 2026.02.23 16:31:13.998821 [ 278 ] {671bc631-284d-4493-98ca-29937dc0b808} oximeter.measurements_i64 (c4023ee6-d304-4be9-ac18-40ab79ff5d48): Loading data parts 2026.02.23 16:31:13.998949 [ 278 ] {671bc631-284d-4493-98ca-29937dc0b808} oximeter.measurements_i64 (c4023ee6-d304-4be9-ac18-40ab79ff5d48): There are no data parts 2026.02.23 16:31:14.000249 [ 278 ] {671bc631-284d-4493-98ca-29937dc0b808} TCPHandler: Processed in 0.003546023 sec. 2026.02.23 16:31:14.000354 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 124.17 MiB, peak 124.17 MiB, free memory in arenas 0.00 B, will set to 132.83 MiB (RSS), difference: 8.66 MiB 2026.02.23 16:31:14.000466 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:31:14.000628 [ 278 ] {237daea0-89af-48ae-a8fa-e8df53af350f} executeQuery: (from [fd00:1122:3344:101::d]:46070) CREATE TABLE IF NOT EXISTS oximeter.measurements_u64 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.02.23 16:31:14.000741 [ 278 ] {237daea0-89af-48ae-a8fa-e8df53af350f} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64 2026.02.23 16:31:14.002530 [ 278 ] {237daea0-89af-48ae-a8fa-e8df53af350f} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Loading data parts 2026.02.23 16:31:14.002765 [ 278 ] {237daea0-89af-48ae-a8fa-e8df53af350f} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): There are no data parts 2026.02.23 16:31:14.003936 [ 278 ] {237daea0-89af-48ae-a8fa-e8df53af350f} TCPHandler: Processed in 0.003523252 sec. 2026.02.23 16:31:14.004090 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:31:14.004326 [ 278 ] {4df5455f-3ace-4681-9741-2f2eaf21f2bb} executeQuery: (from [fd00:1122:3344:101::d]:46070) CREATE TABLE IF NOT EXISTS oximeter.measurements_f32 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Float32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.02.23 16:31:14.004438 [ 278 ] {4df5455f-3ace-4681-9741-2f2eaf21f2bb} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32 2026.02.23 16:31:14.006191 [ 278 ] {4df5455f-3ace-4681-9741-2f2eaf21f2bb} oximeter.measurements_f32 (6b6145bc-a86d-4762-89b6-36c0486ec4d0): Loading data parts 2026.02.23 16:31:14.006358 [ 278 ] {4df5455f-3ace-4681-9741-2f2eaf21f2bb} oximeter.measurements_f32 (6b6145bc-a86d-4762-89b6-36c0486ec4d0): There are no data parts 2026.02.23 16:31:14.007735 [ 278 ] {4df5455f-3ace-4681-9741-2f2eaf21f2bb} TCPHandler: Processed in 0.003699046 sec. 2026.02.23 16:31:14.007882 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:31:14.008036 [ 278 ] {fe315fda-593f-4c67-ae3d-ea04bab7c342} executeQuery: (from [fd00:1122:3344:101::d]:46070) CREATE TABLE IF NOT EXISTS oximeter.measurements_f64 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.02.23 16:31:14.008215 [ 278 ] {fe315fda-593f-4c67-ae3d-ea04bab7c342} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64 2026.02.23 16:31:14.009977 [ 278 ] {fe315fda-593f-4c67-ae3d-ea04bab7c342} oximeter.measurements_f64 (97dc9cb4-ce5b-499b-8326-a1427ee1bb47): Loading data parts 2026.02.23 16:31:14.010194 [ 278 ] {fe315fda-593f-4c67-ae3d-ea04bab7c342} oximeter.measurements_f64 (97dc9cb4-ce5b-499b-8326-a1427ee1bb47): There are no data parts 2026.02.23 16:31:14.011436 [ 278 ] {fe315fda-593f-4c67-ae3d-ea04bab7c342} TCPHandler: Processed in 0.003604324 sec. 2026.02.23 16:31:14.011598 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:31:14.011875 [ 278 ] {2acdd6c8-1a5e-4848-b4c3-9b1febb4500e} executeQuery: (from [fd00:1122:3344:101::d]:46070) CREATE TABLE IF NOT EXISTS oximeter.measurements_string ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(String) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.02.23 16:31:14.011991 [ 278 ] {2acdd6c8-1a5e-4848-b4c3-9b1febb4500e} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string 2026.02.23 16:31:14.013785 [ 278 ] {2acdd6c8-1a5e-4848-b4c3-9b1febb4500e} oximeter.measurements_string (8f9963e4-e5ad-4eae-9bf8-9d5e2e26ab2c): Loading data parts 2026.02.23 16:31:14.013918 [ 278 ] {2acdd6c8-1a5e-4848-b4c3-9b1febb4500e} oximeter.measurements_string (8f9963e4-e5ad-4eae-9bf8-9d5e2e26ab2c): There are no data parts 2026.02.23 16:31:14.015609 [ 278 ] {2acdd6c8-1a5e-4848-b4c3-9b1febb4500e} TCPHandler: Processed in 0.004074124 sec. 2026.02.23 16:31:14.015791 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:31:14.016006 [ 278 ] {6514e47e-87d1-412b-ae25-20b01e45b78c} executeQuery: (from [fd00:1122:3344:101::d]:46070) CREATE TABLE IF NOT EXISTS oximeter.measurements_bytes ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), /* * NOTE: Right now we can't unambiguously record a nullable byte array. * Arrays cannot be nested in `Nullable()` types, and encoding the array as * a string isn't palatable for a few reasons. * See: https://github.com/oxidecomputer/omicron/issues/4551 for more * details. */ datum Array(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.02.23 16:31:14.016257 [ 278 ] {6514e47e-87d1-412b-ae25-20b01e45b78c} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes 2026.02.23 16:31:14.018934 [ 278 ] {6514e47e-87d1-412b-ae25-20b01e45b78c} oximeter.measurements_bytes (3905ade3-e843-47c7-a0b9-339350764d0c): Loading data parts 2026.02.23 16:31:14.019109 [ 278 ] {6514e47e-87d1-412b-ae25-20b01e45b78c} oximeter.measurements_bytes (3905ade3-e843-47c7-a0b9-339350764d0c): There are no data parts 2026.02.23 16:31:14.020387 [ 278 ] {6514e47e-87d1-412b-ae25-20b01e45b78c} TCPHandler: Processed in 0.004661706 sec. 2026.02.23 16:31:14.020543 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:31:14.020707 [ 278 ] {4bf147ef-2383-4a41-84ee-9538f7b02680} executeQuery: (from [fd00:1122:3344:101::d]:46070) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativei64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(Int64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.02.23 16:31:14.020835 [ 278 ] {4bf147ef-2383-4a41-84ee-9538f7b02680} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64 2026.02.23 16:31:14.022688 [ 278 ] {4bf147ef-2383-4a41-84ee-9538f7b02680} oximeter.measurements_cumulativei64 (ff04dfd7-62f0-4db4-af22-2edf25396c89): Loading data parts 2026.02.23 16:31:14.022848 [ 278 ] {4bf147ef-2383-4a41-84ee-9538f7b02680} oximeter.measurements_cumulativei64 (ff04dfd7-62f0-4db4-af22-2edf25396c89): There are no data parts 2026.02.23 16:31:14.024072 [ 278 ] {4bf147ef-2383-4a41-84ee-9538f7b02680} TCPHandler: Processed in 0.003580504 sec. 2026.02.23 16:31:14.024312 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:31:14.024474 [ 278 ] {2f931642-30da-4a8b-b340-dc498b368825} executeQuery: (from [fd00:1122:3344:101::d]:46070) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativeu64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.02.23 16:31:14.024595 [ 278 ] {2f931642-30da-4a8b-b340-dc498b368825} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64 2026.02.23 16:31:14.026361 [ 278 ] {2f931642-30da-4a8b-b340-dc498b368825} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Loading data parts 2026.02.23 16:31:14.026608 [ 278 ] {2f931642-30da-4a8b-b340-dc498b368825} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): There are no data parts 2026.02.23 16:31:14.028492 [ 278 ] {2f931642-30da-4a8b-b340-dc498b368825} TCPHandler: Processed in 0.004230788 sec. 2026.02.23 16:31:14.028651 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:31:14.028911 [ 278 ] {6beb406d-c9a7-4983-8d3d-e07e9be4c2bf} executeQuery: (from [fd00:1122:3344:101::d]:46070) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativef32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(Float32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.02.23 16:31:14.029024 [ 278 ] {6beb406d-c9a7-4983-8d3d-e07e9be4c2bf} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32 2026.02.23 16:31:14.031866 [ 278 ] {6beb406d-c9a7-4983-8d3d-e07e9be4c2bf} oximeter.measurements_cumulativef32 (cf62b2c5-3c75-414c-9f31-b5771d06f348): Loading data parts 2026.02.23 16:31:14.032012 [ 278 ] {6beb406d-c9a7-4983-8d3d-e07e9be4c2bf} oximeter.measurements_cumulativef32 (cf62b2c5-3c75-414c-9f31-b5771d06f348): There are no data parts 2026.02.23 16:31:14.033408 [ 278 ] {6beb406d-c9a7-4983-8d3d-e07e9be4c2bf} TCPHandler: Processed in 0.004808649 sec. 2026.02.23 16:31:14.033562 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:31:14.033728 [ 278 ] {6288c138-4433-4ef0-be76-efd4915039ee} executeQuery: (from [fd00:1122:3344:101::d]:46070) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativef64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.02.23 16:31:14.033847 [ 278 ] {6288c138-4433-4ef0-be76-efd4915039ee} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64 2026.02.23 16:31:14.035953 [ 278 ] {6288c138-4433-4ef0-be76-efd4915039ee} oximeter.measurements_cumulativef64 (deb34f64-b92e-403b-9565-c0acb9e41b00): Loading data parts 2026.02.23 16:31:14.036087 [ 278 ] {6288c138-4433-4ef0-be76-efd4915039ee} oximeter.measurements_cumulativef64 (deb34f64-b92e-403b-9565-c0acb9e41b00): There are no data parts 2026.02.23 16:31:14.037422 [ 278 ] {6288c138-4433-4ef0-be76-efd4915039ee} TCPHandler: Processed in 0.00391285 sec. 2026.02.23 16:31:14.037683 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:31:14.037911 [ 278 ] {5897e801-3389-4b45-8ae2-a78c23201426} executeQuery: (from [fd00:1122:3344:101::d]:46070) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), /* * NOTE: Array types cannot be Nullable, see * https://clickhouse.com/docs/en/sql-reference/data-types/nullable * for more details. * * This means we need to use empty arrays to indicate a missing value. This * is unfortunate, and at this point relies on the fact that an * `oximeter::Histogram` cannot have zero bins. If that changes, we'll need * to figure out another way to represent missing samples here. */ bins Array(Int8), counts Array(UInt64), min Int8, max Int8, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.02.23 16:31:14.038047 [ 278 ] {5897e801-3389-4b45-8ae2-a78c23201426} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8 2026.02.23 16:31:14.040675 [ 278 ] {5897e801-3389-4b45-8ae2-a78c23201426} oximeter.measurements_histogrami8 (e3598a5f-87f2-4c0a-92f4-3dde3e64aba3): Loading data parts 2026.02.23 16:31:14.040817 [ 278 ] {5897e801-3389-4b45-8ae2-a78c23201426} oximeter.measurements_histogrami8 (e3598a5f-87f2-4c0a-92f4-3dde3e64aba3): There are no data parts 2026.02.23 16:31:14.042197 [ 278 ] {5897e801-3389-4b45-8ae2-a78c23201426} TCPHandler: Processed in 0.004573185 sec. 2026.02.23 16:31:14.042365 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:31:14.042577 [ 278 ] {7dc80f76-25bf-4e1a-9b12-91f99fa49895} executeQuery: (from [fd00:1122:3344:101::d]:46070) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt8), counts Array(UInt64), min UInt8, max UInt8, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.02.23 16:31:14.042715 [ 278 ] {7dc80f76-25bf-4e1a-9b12-91f99fa49895} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8 2026.02.23 16:31:14.044741 [ 278 ] {7dc80f76-25bf-4e1a-9b12-91f99fa49895} oximeter.measurements_histogramu8 (dd52a27f-ae9e-4178-804d-0e3864f92c50): Loading data parts 2026.02.23 16:31:14.044956 [ 278 ] {7dc80f76-25bf-4e1a-9b12-91f99fa49895} oximeter.measurements_histogramu8 (dd52a27f-ae9e-4178-804d-0e3864f92c50): There are no data parts 2026.02.23 16:31:14.046493 [ 278 ] {7dc80f76-25bf-4e1a-9b12-91f99fa49895} TCPHandler: Processed in 0.004186406 sec. 2026.02.23 16:31:14.046695 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:31:14.046948 [ 278 ] {d3c4c39d-c542-4d98-9734-101853658a22} executeQuery: (from [fd00:1122:3344:101::d]:46070) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami16 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int16), counts Array(UInt64), min Int16, max Int16, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.02.23 16:31:14.047070 [ 278 ] {d3c4c39d-c542-4d98-9734-101853658a22} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16 2026.02.23 16:31:14.049237 [ 278 ] {d3c4c39d-c542-4d98-9734-101853658a22} oximeter.measurements_histogrami16 (d33b14e6-3156-4ba5-9b25-35d65c430f7c): Loading data parts 2026.02.23 16:31:14.049393 [ 278 ] {d3c4c39d-c542-4d98-9734-101853658a22} oximeter.measurements_histogrami16 (d33b14e6-3156-4ba5-9b25-35d65c430f7c): There are no data parts 2026.02.23 16:31:14.050739 [ 278 ] {d3c4c39d-c542-4d98-9734-101853658a22} TCPHandler: Processed in 0.004103714 sec. 2026.02.23 16:31:14.050892 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:31:14.051105 [ 278 ] {ef280409-9fcd-48f4-9ce4-f82c143c56d1} executeQuery: (from [fd00:1122:3344:101::d]:46070) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu16 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt16), counts Array(UInt64), min UInt16, max UInt16, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.02.23 16:31:14.051251 [ 278 ] {ef280409-9fcd-48f4-9ce4-f82c143c56d1} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16 2026.02.23 16:31:14.053229 [ 278 ] {ef280409-9fcd-48f4-9ce4-f82c143c56d1} oximeter.measurements_histogramu16 (4923f6fb-3b31-4d63-86c7-29dc5c91f24c): Loading data parts 2026.02.23 16:31:14.053383 [ 278 ] {ef280409-9fcd-48f4-9ce4-f82c143c56d1} oximeter.measurements_histogramu16 (4923f6fb-3b31-4d63-86c7-29dc5c91f24c): There are no data parts 2026.02.23 16:31:14.054669 [ 278 ] {ef280409-9fcd-48f4-9ce4-f82c143c56d1} TCPHandler: Processed in 0.003828729 sec. 2026.02.23 16:31:14.054868 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:31:14.055131 [ 278 ] {6fdf3a39-2322-4743-87e1-ba65ac6f6469} executeQuery: (from [fd00:1122:3344:101::d]:46070) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int32), counts Array(UInt64), min Int32, max Int32, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.02.23 16:31:14.055288 [ 278 ] {6fdf3a39-2322-4743-87e1-ba65ac6f6469} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32 2026.02.23 16:31:14.058076 [ 278 ] {6fdf3a39-2322-4743-87e1-ba65ac6f6469} oximeter.measurements_histogrami32 (ce05c3c9-5802-40d5-94fa-a6027afeff12): Loading data parts 2026.02.23 16:31:14.058227 [ 278 ] {6fdf3a39-2322-4743-87e1-ba65ac6f6469} oximeter.measurements_histogrami32 (ce05c3c9-5802-40d5-94fa-a6027afeff12): There are no data parts 2026.02.23 16:31:14.060421 [ 278 ] {6fdf3a39-2322-4743-87e1-ba65ac6f6469} TCPHandler: Processed in 0.005603495 sec. 2026.02.23 16:31:14.060573 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:31:14.060786 [ 278 ] {90e6a49f-15e6-4edb-b507-26a558897a95} executeQuery: (from [fd00:1122:3344:101::d]:46070) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt32), counts Array(UInt64), min UInt32, max UInt32, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.02.23 16:31:14.060914 [ 278 ] {90e6a49f-15e6-4edb-b507-26a558897a95} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32 2026.02.23 16:31:14.062830 [ 278 ] {90e6a49f-15e6-4edb-b507-26a558897a95} oximeter.measurements_histogramu32 (c7b01d55-d585-4699-b00e-e24ed6ea91be): Loading data parts 2026.02.23 16:31:14.063025 [ 278 ] {90e6a49f-15e6-4edb-b507-26a558897a95} oximeter.measurements_histogramu32 (c7b01d55-d585-4699-b00e-e24ed6ea91be): There are no data parts 2026.02.23 16:31:14.064616 [ 278 ] {90e6a49f-15e6-4edb-b507-26a558897a95} TCPHandler: Processed in 0.004094155 sec. 2026.02.23 16:31:14.064777 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:31:14.065060 [ 278 ] {c358ee52-cd15-463e-b7cf-7ebd272b8320} executeQuery: (from [fd00:1122:3344:101::d]:46070) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int64), counts Array(UInt64), min Int64, max Int64, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.02.23 16:31:14.065192 [ 278 ] {c358ee52-cd15-463e-b7cf-7ebd272b8320} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64 2026.02.23 16:31:14.067129 [ 278 ] {c358ee52-cd15-463e-b7cf-7ebd272b8320} oximeter.measurements_histogrami64 (df9db8c2-9ffa-4b30-8df2-bedbbc45b105): Loading data parts 2026.02.23 16:31:14.067275 [ 278 ] {c358ee52-cd15-463e-b7cf-7ebd272b8320} oximeter.measurements_histogrami64 (df9db8c2-9ffa-4b30-8df2-bedbbc45b105): There are no data parts 2026.02.23 16:31:14.068807 [ 278 ] {c358ee52-cd15-463e-b7cf-7ebd272b8320} TCPHandler: Processed in 0.004082314 sec. 2026.02.23 16:31:14.068961 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:31:14.069193 [ 278 ] {3957482b-4f65-4c34-9fc7-87457408b68c} executeQuery: (from [fd00:1122:3344:101::d]:46070) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt64), counts Array(UInt64), min UInt64, max UInt64, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.02.23 16:31:14.069332 [ 278 ] {3957482b-4f65-4c34-9fc7-87457408b68c} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64 2026.02.23 16:31:14.071494 [ 278 ] {3957482b-4f65-4c34-9fc7-87457408b68c} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Loading data parts 2026.02.23 16:31:14.071723 [ 278 ] {3957482b-4f65-4c34-9fc7-87457408b68c} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): There are no data parts 2026.02.23 16:31:14.072976 [ 278 ] {3957482b-4f65-4c34-9fc7-87457408b68c} TCPHandler: Processed in 0.004067163 sec. 2026.02.23 16:31:14.073128 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:31:14.073483 [ 278 ] {4b5b6cf7-2723-446e-8b06-899641a1299f} executeQuery: (from [fd00:1122:3344:101::d]:46070) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramf32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Float32), counts Array(UInt64), min Float32, max Float32, sum_of_samples Float64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.02.23 16:31:14.073620 [ 278 ] {4b5b6cf7-2723-446e-8b06-899641a1299f} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32 2026.02.23 16:31:14.075577 [ 278 ] {4b5b6cf7-2723-446e-8b06-899641a1299f} oximeter.measurements_histogramf32 (d37620ed-744e-4827-bd97-d69315e18993): Loading data parts 2026.02.23 16:31:14.075728 [ 278 ] {4b5b6cf7-2723-446e-8b06-899641a1299f} oximeter.measurements_histogramf32 (d37620ed-744e-4827-bd97-d69315e18993): There are no data parts 2026.02.23 16:31:14.077140 [ 278 ] {4b5b6cf7-2723-446e-8b06-899641a1299f} TCPHandler: Processed in 0.004063023 sec. 2026.02.23 16:31:14.077304 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:31:14.077552 [ 278 ] {e2121919-9177-4de7-9479-8d8b9159df2d} executeQuery: (from [fd00:1122:3344:101::d]:46070) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramf64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Float64), counts Array(UInt64), min Float64, max Float64, sum_of_samples Float64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.02.23 16:31:14.077714 [ 278 ] {e2121919-9177-4de7-9479-8d8b9159df2d} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64 2026.02.23 16:31:14.079961 [ 278 ] {e2121919-9177-4de7-9479-8d8b9159df2d} oximeter.measurements_histogramf64 (ed9e2fba-0d5d-46dd-8013-e192a4b4c942): Loading data parts 2026.02.23 16:31:14.080199 [ 278 ] {e2121919-9177-4de7-9479-8d8b9159df2d} oximeter.measurements_histogramf64 (ed9e2fba-0d5d-46dd-8013-e192a4b4c942): There are no data parts 2026.02.23 16:31:14.082296 [ 278 ] {e2121919-9177-4de7-9479-8d8b9159df2d} TCPHandler: Processed in 0.005040994 sec. 2026.02.23 16:31:14.082498 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:31:14.082838 [ 278 ] {a2336e13-9d87-462f-a1e0-10b5ba85030b} executeQuery: (from [fd00:1122:3344:101::d]:46070) /* The field tables store named dimensions of each timeseries. * * As with the measurement tables, there is one field table for each field data * type. Fields are deduplicated by using the "replacing merge tree", though * this behavior **must not** be relied upon for query correctness. * * The index for the fields differs from the measurements, however. Rows are * sorted by timeseries name, then field name, field value, and finally * timeseries key. This reflects the most common pattern for looking them up: * by field name and possibly value, within a timeseries. The resulting keys are * usually then used to look up measurements. * * NOTE: We may want to consider a secondary index on these tables, sorting by * timeseries name and then key, since it would improve lookups where one * already has the key. Realistically though, these tables are quite small and * so performance benefits will be low in absolute terms. * * TTL: We use a materialized column to expire old field table records. This * column is generated automatically by the database whenever a new row is * inserted. It cannot be inserted directly, nor is it returned in a `SELECT *` * query. Since these tables are `ReplacingMergeTree`s, that means the last * record will remain during a deduplication, which will have the last * timestamp. ClickHouse will then expire old data for us, similar to the * measurement tables. */ CREATE TABLE IF NOT EXISTS oximeter.fields_bool ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Bool, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2026.02.23 16:31:14.082997 [ 278 ] {a2336e13-9d87-462f-a1e0-10b5ba85030b} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool 2026.02.23 16:31:14.085027 [ 278 ] {a2336e13-9d87-462f-a1e0-10b5ba85030b} oximeter.fields_bool (94eaafcc-e503-4747-9a8d-b124b48d94eb): Loading data parts 2026.02.23 16:31:14.085198 [ 278 ] {a2336e13-9d87-462f-a1e0-10b5ba85030b} oximeter.fields_bool (94eaafcc-e503-4747-9a8d-b124b48d94eb): There are no data parts 2026.02.23 16:31:14.086680 [ 278 ] {a2336e13-9d87-462f-a1e0-10b5ba85030b} TCPHandler: Processed in 0.004248097 sec. 2026.02.23 16:31:14.086852 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:31:14.087034 [ 278 ] {533827de-d140-4db5-b43c-60fe75404eb4} executeQuery: (from [fd00:1122:3344:101::d]:46070) CREATE TABLE IF NOT EXISTS oximeter.fields_i8 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int8, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2026.02.23 16:31:14.087165 [ 278 ] {533827de-d140-4db5-b43c-60fe75404eb4} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8 2026.02.23 16:31:14.089287 [ 278 ] {533827de-d140-4db5-b43c-60fe75404eb4} oximeter.fields_i8 (e9e0a4f7-1bef-41b6-a5a1-ddcbc5c76a55): Loading data parts 2026.02.23 16:31:14.089579 [ 278 ] {533827de-d140-4db5-b43c-60fe75404eb4} oximeter.fields_i8 (e9e0a4f7-1bef-41b6-a5a1-ddcbc5c76a55): There are no data parts 2026.02.23 16:31:14.090947 [ 278 ] {533827de-d140-4db5-b43c-60fe75404eb4} TCPHandler: Processed in 0.004143555 sec. 2026.02.23 16:31:14.091116 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:31:14.091424 [ 278 ] {29e673f0-4765-48dc-a126-c3e48ca33570} executeQuery: (from [fd00:1122:3344:101::d]:46070) CREATE TABLE IF NOT EXISTS oximeter.fields_u8 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt8, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2026.02.23 16:31:14.091560 [ 278 ] {29e673f0-4765-48dc-a126-c3e48ca33570} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8 2026.02.23 16:31:14.093515 [ 278 ] {29e673f0-4765-48dc-a126-c3e48ca33570} oximeter.fields_u8 (bee44bc4-3670-4879-9501-74bd8c0c3792): Loading data parts 2026.02.23 16:31:14.093656 [ 278 ] {29e673f0-4765-48dc-a126-c3e48ca33570} oximeter.fields_u8 (bee44bc4-3670-4879-9501-74bd8c0c3792): There are no data parts 2026.02.23 16:31:14.095018 [ 278 ] {29e673f0-4765-48dc-a126-c3e48ca33570} TCPHandler: Processed in 0.003955341 sec. 2026.02.23 16:31:14.095163 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:31:14.095318 [ 278 ] {6d18641f-4071-4b56-874a-60899daa0497} executeQuery: (from [fd00:1122:3344:101::d]:46070) CREATE TABLE IF NOT EXISTS oximeter.fields_i16 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int16, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2026.02.23 16:31:14.095434 [ 278 ] {6d18641f-4071-4b56-874a-60899daa0497} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16 2026.02.23 16:31:14.097468 [ 278 ] {6d18641f-4071-4b56-874a-60899daa0497} oximeter.fields_i16 (91b3829e-2a99-49e1-955c-43ffdc3fb409): Loading data parts 2026.02.23 16:31:14.097653 [ 278 ] {6d18641f-4071-4b56-874a-60899daa0497} oximeter.fields_i16 (91b3829e-2a99-49e1-955c-43ffdc3fb409): There are no data parts 2026.02.23 16:31:14.098922 [ 278 ] {6d18641f-4071-4b56-874a-60899daa0497} TCPHandler: Processed in 0.003807868 sec. 2026.02.23 16:31:14.099107 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:31:14.099338 [ 278 ] {0fb6c08f-3692-42ac-ad6a-dee80b1df9ff} executeQuery: (from [fd00:1122:3344:101::d]:46070) CREATE TABLE IF NOT EXISTS oximeter.fields_u16 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt16, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2026.02.23 16:31:14.099449 [ 278 ] {0fb6c08f-3692-42ac-ad6a-dee80b1df9ff} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16 2026.02.23 16:31:14.101302 [ 278 ] {0fb6c08f-3692-42ac-ad6a-dee80b1df9ff} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Loading data parts 2026.02.23 16:31:14.101436 [ 278 ] {0fb6c08f-3692-42ac-ad6a-dee80b1df9ff} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): There are no data parts 2026.02.23 16:31:14.103292 [ 278 ] {0fb6c08f-3692-42ac-ad6a-dee80b1df9ff} TCPHandler: Processed in 0.004233557 sec. 2026.02.23 16:31:14.103439 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:31:14.103593 [ 278 ] {2058b8a1-bf4e-4861-a3f2-228690fa37de} executeQuery: (from [fd00:1122:3344:101::d]:46070) CREATE TABLE IF NOT EXISTS oximeter.fields_i32 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int32, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2026.02.23 16:31:14.103712 [ 278 ] {2058b8a1-bf4e-4861-a3f2-228690fa37de} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32 2026.02.23 16:31:14.105587 [ 278 ] {2058b8a1-bf4e-4861-a3f2-228690fa37de} oximeter.fields_i32 (685e37e3-40d8-44ab-a48e-e3ca3b4596f0): Loading data parts 2026.02.23 16:31:14.105715 [ 278 ] {2058b8a1-bf4e-4861-a3f2-228690fa37de} oximeter.fields_i32 (685e37e3-40d8-44ab-a48e-e3ca3b4596f0): There are no data parts 2026.02.23 16:31:14.106855 [ 278 ] {2058b8a1-bf4e-4861-a3f2-228690fa37de} TCPHandler: Processed in 0.003465131 sec. 2026.02.23 16:31:14.107022 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:31:14.107264 [ 278 ] {d729d85b-86e3-438f-9791-4068f7d98aaa} executeQuery: (from [fd00:1122:3344:101::d]:46070) CREATE TABLE IF NOT EXISTS oximeter.fields_u32 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt32, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2026.02.23 16:31:14.107376 [ 278 ] {d729d85b-86e3-438f-9791-4068f7d98aaa} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32 2026.02.23 16:31:14.109343 [ 278 ] {d729d85b-86e3-438f-9791-4068f7d98aaa} oximeter.fields_u32 (3630ead0-c5da-4e23-a9d2-59d0589dc119): Loading data parts 2026.02.23 16:31:14.109483 [ 278 ] {d729d85b-86e3-438f-9791-4068f7d98aaa} oximeter.fields_u32 (3630ead0-c5da-4e23-a9d2-59d0589dc119): There are no data parts 2026.02.23 16:31:14.110729 [ 278 ] {d729d85b-86e3-438f-9791-4068f7d98aaa} TCPHandler: Processed in 0.003769927 sec. 2026.02.23 16:31:14.110874 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:31:14.111041 [ 278 ] {e16ae39c-a972-40ba-adab-22847aecc8e8} executeQuery: (from [fd00:1122:3344:101::d]:46070) CREATE TABLE IF NOT EXISTS oximeter.fields_i64 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int64, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2026.02.23 16:31:14.111223 [ 278 ] {e16ae39c-a972-40ba-adab-22847aecc8e8} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64 2026.02.23 16:31:14.113215 [ 278 ] {e16ae39c-a972-40ba-adab-22847aecc8e8} oximeter.fields_i64 (6edbfe08-b72f-4479-b861-838ca9dae933): Loading data parts 2026.02.23 16:31:14.113382 [ 278 ] {e16ae39c-a972-40ba-adab-22847aecc8e8} oximeter.fields_i64 (6edbfe08-b72f-4479-b861-838ca9dae933): There are no data parts 2026.02.23 16:31:14.114884 [ 278 ] {e16ae39c-a972-40ba-adab-22847aecc8e8} TCPHandler: Processed in 0.004056624 sec. 2026.02.23 16:31:14.115142 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:31:14.115338 [ 278 ] {5462ec30-7802-44b1-ab40-f373e41dc56c} executeQuery: (from [fd00:1122:3344:101::d]:46070) CREATE TABLE IF NOT EXISTS oximeter.fields_u64 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt64, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2026.02.23 16:31:14.115464 [ 278 ] {5462ec30-7802-44b1-ab40-f373e41dc56c} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64 2026.02.23 16:31:14.118473 [ 278 ] {5462ec30-7802-44b1-ab40-f373e41dc56c} oximeter.fields_u64 (6f141972-f51c-4e3b-987d-cb42a78fef13): Loading data parts 2026.02.23 16:31:14.118615 [ 278 ] {5462ec30-7802-44b1-ab40-f373e41dc56c} oximeter.fields_u64 (6f141972-f51c-4e3b-987d-cb42a78fef13): There are no data parts 2026.02.23 16:31:14.120185 [ 278 ] {5462ec30-7802-44b1-ab40-f373e41dc56c} TCPHandler: Processed in 0.005091525 sec. 2026.02.23 16:31:14.120334 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:31:14.120489 [ 278 ] {b06df79c-8d1b-42dc-814f-2804d46f049a} executeQuery: (from [fd00:1122:3344:101::d]:46070) CREATE TABLE IF NOT EXISTS oximeter.fields_ipaddr ( timeseries_name String, timeseries_key UInt64, field_name String, field_value IPv6, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2026.02.23 16:31:14.120602 [ 278 ] {b06df79c-8d1b-42dc-814f-2804d46f049a} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr 2026.02.23 16:31:14.123299 [ 278 ] {b06df79c-8d1b-42dc-814f-2804d46f049a} oximeter.fields_ipaddr (aca7842a-9245-4e3c-8c67-e3828bf88048): Loading data parts 2026.02.23 16:31:14.123448 [ 278 ] {b06df79c-8d1b-42dc-814f-2804d46f049a} oximeter.fields_ipaddr (aca7842a-9245-4e3c-8c67-e3828bf88048): There are no data parts 2026.02.23 16:31:14.125181 [ 278 ] {b06df79c-8d1b-42dc-814f-2804d46f049a} TCPHandler: Processed in 0.0048942 sec. 2026.02.23 16:31:14.125400 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:31:14.125558 [ 278 ] {6fd3fa5a-b5ba-41e0-87c7-6db773b52860} executeQuery: (from [fd00:1122:3344:101::d]:46070) CREATE TABLE IF NOT EXISTS oximeter.fields_string ( timeseries_name String, timeseries_key UInt64, field_name String, field_value String, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2026.02.23 16:31:14.125695 [ 278 ] {6fd3fa5a-b5ba-41e0-87c7-6db773b52860} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string 2026.02.23 16:31:14.128203 [ 278 ] {6fd3fa5a-b5ba-41e0-87c7-6db773b52860} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Loading data parts 2026.02.23 16:31:14.128738 [ 278 ] {6fd3fa5a-b5ba-41e0-87c7-6db773b52860} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): There are no data parts 2026.02.23 16:31:14.130891 [ 278 ] {6fd3fa5a-b5ba-41e0-87c7-6db773b52860} TCPHandler: Processed in 0.005540924 sec. 2026.02.23 16:31:14.131051 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:31:14.131322 [ 278 ] {57cfa343-4178-42b2-8c75-434fe68fe860} executeQuery: (from [fd00:1122:3344:101::d]:46070) CREATE TABLE IF NOT EXISTS oximeter.fields_uuid ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UUID, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2026.02.23 16:31:14.131368 [ 278 ] {57cfa343-4178-42b2-8c75-434fe68fe860} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid 2026.02.23 16:31:14.133684 [ 278 ] {57cfa343-4178-42b2-8c75-434fe68fe860} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Loading data parts 2026.02.23 16:31:14.133843 [ 278 ] {57cfa343-4178-42b2-8c75-434fe68fe860} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): There are no data parts 2026.02.23 16:31:14.135507 [ 278 ] {57cfa343-4178-42b2-8c75-434fe68fe860} TCPHandler: Processed in 0.004512553 sec. 2026.02.23 16:31:14.135834 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:31:14.136091 [ 278 ] {cc08e610-8fbe-4468-b7df-0ca1aa8b89d0} executeQuery: (from [fd00:1122:3344:101::d]:46070) /* The timeseries schema table stores the extracted schema for the samples * oximeter collects. */ CREATE TABLE IF NOT EXISTS oximeter.timeseries_schema ( timeseries_name String, fields Nested( name String, type Enum( 'Bool' = 1, 'I64' = 2, 'IpAddr' = 3, 'String' = 4, 'Uuid' = 6, 'I8' = 7, 'U8' = 8, 'I16' = 9, 'U16' = 10, 'I32' = 11, 'U32' = 12, 'U64' = 13 ), source Enum( 'Target' = 1, 'Metric' = 2 ) ), datum_type Enum( 'Bool' = 1, 'I64' = 2, 'F64' = 3, 'String' = 4, 'Bytes' = 5, 'CumulativeI64' = 6, 'CumulativeF64' = 7, 'HistogramI64' = 8, 'HistogramF64' = 9, 'I8' = 10, 'U8' = 11, 'I16' = 12, 'U16' = 13, 'I32' = 14, 'U32' = 15, 'U64' = 16, 'F32' = 17, 'CumulativeU64' = 18, 'CumulativeF32' = 19, 'HistogramI8' = 20, 'HistogramU8' = 21, 'HistogramI16' = 22, 'HistogramU16' = 23, 'HistogramI32' = 24, 'HistogramU32' = 25, 'HistogramU64' = 26, 'HistogramF32' = 27 ), created DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (timeseries_name, fields.name) (stage: Complete) 2026.02.23 16:31:14.136230 [ 278 ] {cc08e610-8fbe-4468-b7df-0ca1aa8b89d0} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema 2026.02.23 16:31:14.138265 [ 278 ] {cc08e610-8fbe-4468-b7df-0ca1aa8b89d0} oximeter.timeseries_schema (01d04810-3288-4eb0-b300-784d29626f91): Loading data parts 2026.02.23 16:31:14.138449 [ 278 ] {cc08e610-8fbe-4468-b7df-0ca1aa8b89d0} oximeter.timeseries_schema (01d04810-3288-4eb0-b300-784d29626f91): There are no data parts 2026.02.23 16:31:14.140066 [ 278 ] {cc08e610-8fbe-4468-b7df-0ca1aa8b89d0} TCPHandler: Processed in 0.004285419 sec. 2026.02.23 16:31:14.140423 [ 274 ] {} TCP-Session: 5b5d643d-0c28-45fb-b1db-27667008eb70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:31:14.140858 [ 274 ] {bc0d6c22-3302-4bf6-802f-1522f75215f1} executeQuery: (from [fd00:1122:3344:101::d]:37118) INSERT INTO oximeter.version (*) VALUES (stage: Complete) 2026.02.23 16:31:14.145729 [ 274 ] {bc0d6c22-3302-4bf6-802f-1522f75215f1} ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version 2026.02.23 16:31:14.171050 [ 284 ] {bc0d6c22-3302-4bf6-802f-1522f75215f1} oximeter.version (5b0048b8-9e05-4abf-ab1d-311c7f35e206): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:31:14.171109 [ 284 ] {bc0d6c22-3302-4bf6-802f-1522f75215f1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.02.23 16:31:14.177513 [ 284 ] {bc0d6c22-3302-4bf6-802f-1522f75215f1} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.02.23 16:31:14.178180 [ 284 ] {bc0d6c22-3302-4bf6-802f-1522f75215f1} oximeter.version (5b0048b8-9e05-4abf-ab1d-311c7f35e206): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:31:14.178481 [ 274 ] {bc0d6c22-3302-4bf6-802f-1522f75215f1} executeQuery: Read 1 rows, 16.00 B in 0.037764 sec., 26.480245736680438 rows/sec., 423.68 B/sec. 2026.02.23 16:31:14.178889 [ 274 ] {bc0d6c22-3302-4bf6-802f-1522f75215f1} TCPHandler: Processed in 0.038598464 sec. 2026.02.23 16:31:15.000160 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 135.38 MiB, peak 135.38 MiB, free memory in arenas 0.00 B, will set to 139.55 MiB (RSS), difference: 4.17 MiB 2026.02.23 16:31:20.110776 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 8 2026.02.23 16:31:20.110808 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 549 entries to flush up to offset 549 2026.02.23 16:31:20.110864 [ 243 ] {} SystemLog (system.metric_log): Creating new table system.metric_log for MetricLog 2026.02.23 16:31:20.111015 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Creating new table system.asynchronous_metric_log for AsynchronousMetricLog 2026.02.23 16:31:20.114163 [ 244 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Loading data parts 2026.02.23 16:31:20.114393 [ 244 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): There are no data parts 2026.02.23 16:31:20.120169 [ 244 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:31:20.120217 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.02.23 16:31:20.128660 [ 244 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.02.23 16:31:20.129249 [ 244 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:31:20.129399 [ 243 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Loading data parts 2026.02.23 16:31:20.129401 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 549 2026.02.23 16:31:20.129561 [ 243 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): There are no data parts 2026.02.23 16:31:20.166478 [ 243 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:31:20.166524 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.02.23 16:31:20.172684 [ 243 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.02.23 16:31:20.173958 [ 243 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:31:20.177142 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 8 2026.02.23 16:31:21.000167 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 144.76 MiB, peak 148.76 MiB, free memory in arenas 0.00 B, will set to 153.80 MiB (RSS), difference: 9.04 MiB 2026.02.23 16:31:22.610698 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 88 entries to flush up to offset 88 2026.02.23 16:31:22.610786 [ 242 ] {} SystemLog (system.query_log): Creating new table system.query_log for QueryLog 2026.02.23 16:31:22.615461 [ 242 ] {} system.query_log (b83b341e-dbaf-448e-9582-20b3e6cd291d): Loading data parts 2026.02.23 16:31:22.615660 [ 242 ] {} system.query_log (b83b341e-dbaf-448e-9582-20b3e6cd291d): There are no data parts 2026.02.23 16:31:22.622527 [ 242 ] {} system.query_log (b83b341e-dbaf-448e-9582-20b3e6cd291d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:31:22.622565 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.02.23 16:31:22.625893 [ 242 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.02.23 16:31:22.626440 [ 242 ] {} system.query_log (b83b341e-dbaf-448e-9582-20b3e6cd291d): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:31:22.626757 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 88 2026.02.23 16:31:23.001149 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 157.99 MiB, peak 157.99 MiB, free memory in arenas 0.00 B, will set to 155.12 MiB (RSS), difference: -2.88 MiB 2026.02.23 16:31:27.565835 [ 45 ] {} DNSResolver: Updating DNS cache 2026.02.23 16:31:27.565937 [ 45 ] {} DNSResolver: Updated DNS cache 2026.02.23 16:31:27.629635 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 976 2026.02.23 16:31:27.630416 [ 244 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:31:27.630462 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.02.23 16:31:27.631347 [ 244 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.02.23 16:31:27.631765 [ 244 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:31:27.631909 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 976 2026.02.23 16:31:27.677280 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 16 2026.02.23 16:31:27.694668 [ 243 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:31:27.694719 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.02.23 16:31:27.701156 [ 243 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.02.23 16:31:27.702470 [ 243 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:31:27.705362 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 16 2026.02.23 16:31:28.000191 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 155.81 MiB, peak 159.81 MiB, free memory in arenas 0.00 B, will set to 157.87 MiB (RSS), difference: 2.06 MiB 2026.02.23 16:31:33.001143 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 153.90 MiB, peak 159.81 MiB, free memory in arenas 0.00 B, will set to 157.93 MiB (RSS), difference: 4.02 MiB 2026.02.23 16:31:34.192890 [ 274 ] {} TCP-Session: 5b5d643d-0c28-45fb-b1db-27667008eb70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:31:34.193137 [ 274 ] {3164f5a9-e028-4385-b052-42f46f55e274} executeQuery: (from [fd00:1122:3344:101::d]:37118) SELECT * FROM oximeter.timeseries_schema FORMAT Native; (stage: Complete) 2026.02.23 16:31:34.193488 [ 274 ] {3164f5a9-e028-4385-b052-42f46f55e274} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.23 16:31:34.193707 [ 274 ] {3164f5a9-e028-4385-b052-42f46f55e274} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.23 16:31:34.194410 [ 274 ] {3164f5a9-e028-4385-b052-42f46f55e274} TCPHandler: Processed in 0.001649004 sec. 2026.02.23 16:31:34.199230 [ 274 ] {} TCP-Session: 5b5d643d-0c28-45fb-b1db-27667008eb70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:31:34.199373 [ 274 ] {28c291f8-aa9e-4cf1-921b-3b1d4c4ee5c9} executeQuery: (from [fd00:1122:3344:101::d]:37118) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.02.23 16:31:34.206577 [ 274 ] {28c291f8-aa9e-4cf1-921b-3b1d4c4ee5c9} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.23 16:31:34.206626 [ 274 ] {28c291f8-aa9e-4cf1-921b-3b1d4c4ee5c9} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.23 16:31:34.207076 [ 274 ] {28c291f8-aa9e-4cf1-921b-3b1d4c4ee5c9} TCPHandler: Processed in 0.007900552 sec. 2026.02.23 16:31:34.210292 [ 274 ] {} TCP-Session: 5b5d643d-0c28-45fb-b1db-27667008eb70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:31:34.210420 [ 274 ] {a1cd003b-0584-452f-a2b0-ef8abb8598dd} executeQuery: (from [fd00:1122:3344:101::d]:37118) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('oximeter_collector:collections', 'switch_data_link:link_enabled') FORMAT Native; (stage: Complete) 2026.02.23 16:31:34.210716 [ 274 ] {a1cd003b-0584-452f-a2b0-ef8abb8598dd} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.23 16:31:34.210761 [ 274 ] {a1cd003b-0584-452f-a2b0-ef8abb8598dd} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.23 16:31:34.211141 [ 274 ] {a1cd003b-0584-452f-a2b0-ef8abb8598dd} TCPHandler: Processed in 0.000901399 sec. 2026.02.23 16:31:34.211727 [ 274 ] {} TCP-Session: 5b5d643d-0c28-45fb-b1db-27667008eb70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:31:34.211856 [ 274 ] {14969e85-bd1a-470c-8c4a-ccf0169c1ca9} executeQuery: (from [fd00:1122:3344:101::d]:37118) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up') FORMAT Native; (stage: Complete) 2026.02.23 16:31:34.212125 [ 274 ] {14969e85-bd1a-470c-8c4a-ccf0169c1ca9} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.23 16:31:34.212172 [ 274 ] {14969e85-bd1a-470c-8c4a-ccf0169c1ca9} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.23 16:31:34.212524 [ 274 ] {14969e85-bd1a-470c-8c4a-ccf0169c1ca9} TCPHandler: Processed in 0.000850977 sec. 2026.02.23 16:31:34.212748 [ 274 ] {} TCP-Session: 5b5d643d-0c28-45fb-b1db-27667008eb70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:31:34.212867 [ 274 ] {04b708e6-4a61-4069-be1c-df713643ddbe} executeQuery: (from [fd00:1122:3344:101::d]:37118) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity') FORMAT Native; (stage: Complete) 2026.02.23 16:31:34.213109 [ 274 ] {04b708e6-4a61-4069-be1c-df713643ddbe} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.23 16:31:34.213155 [ 274 ] {04b708e6-4a61-4069-be1c-df713643ddbe} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.23 16:31:34.213475 [ 274 ] {04b708e6-4a61-4069-be1c-df713643ddbe} TCPHandler: Processed in 0.000777416 sec. 2026.02.23 16:31:34.213690 [ 274 ] {} TCP-Session: 5b5d643d-0c28-45fb-b1db-27667008eb70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:31:34.213822 [ 274 ] {e4a6f1a9-e1f2-42ab-a4af-538e78cc6b81} executeQuery: (from [fd00:1122:3344:101::d]:37118) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:occupancy') FORMAT Native; (stage: Complete) 2026.02.23 16:31:34.214065 [ 274 ] {e4a6f1a9-e1f2-42ab-a4af-538e78cc6b81} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.23 16:31:34.214108 [ 274 ] {e4a6f1a9-e1f2-42ab-a4af-538e78cc6b81} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.23 16:31:34.214441 [ 274 ] {e4a6f1a9-e1f2-42ab-a4af-538e78cc6b81} TCPHandler: Processed in 0.000802887 sec. 2026.02.23 16:31:34.214686 [ 274 ] {} TCP-Session: 5b5d643d-0c28-45fb-b1db-27667008eb70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:31:34.214803 [ 274 ] {ac8dbcb5-e72a-42ce-ae38-afddbe6f3330} executeQuery: (from [fd00:1122:3344:101::d]:37118) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('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.02.23 16:31:34.215040 [ 274 ] {ac8dbcb5-e72a-42ce-ae38-afddbe6f3330} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.23 16:31:34.215083 [ 274 ] {ac8dbcb5-e72a-42ce-ae38-afddbe6f3330} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.23 16:31:34.215406 [ 274 ] {ac8dbcb5-e72a-42ce-ae38-afddbe6f3330} TCPHandler: Processed in 0.000770325 sec. 2026.02.23 16:31:34.215650 [ 274 ] {} TCP-Session: 5b5d643d-0c28-45fb-b1db-27667008eb70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:31:34.215765 [ 274 ] {699ede69-7881-4da5-843a-53499b9c8b48} executeQuery: (from [fd00:1122:3344:101::d]:37118) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('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.02.23 16:31:34.216000 [ 274 ] {699ede69-7881-4da5-843a-53499b9c8b48} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.23 16:31:34.216042 [ 274 ] {699ede69-7881-4da5-843a-53499b9c8b48} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.23 16:31:34.216369 [ 274 ] {699ede69-7881-4da5-843a-53499b9c8b48} TCPHandler: Processed in 0.000767835 sec. 2026.02.23 16:31:34.216657 [ 274 ] {} TCP-Session: 5b5d643d-0c28-45fb-b1db-27667008eb70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:31:34.216773 [ 274 ] {a19b1a03-43a6-410b-9d0d-5188c70376b9} executeQuery: (from [fd00:1122:3344:101::d]:37118) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('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.02.23 16:31:34.217009 [ 274 ] {a19b1a03-43a6-410b-9d0d-5188c70376b9} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.23 16:31:34.217050 [ 274 ] {a19b1a03-43a6-410b-9d0d-5188c70376b9} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.23 16:31:34.217363 [ 274 ] {a19b1a03-43a6-410b-9d0d-5188c70376b9} TCPHandler: Processed in 0.000754766 sec. 2026.02.23 16:31:34.217642 [ 274 ] {} TCP-Session: 5b5d643d-0c28-45fb-b1db-27667008eb70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:31:34.217776 [ 274 ] {e700a52e-544e-4fef-a9fc-2acf92470223} executeQuery: (from [fd00:1122:3344:101::d]:37118) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('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.02.23 16:31:34.218020 [ 274 ] {e700a52e-544e-4fef-a9fc-2acf92470223} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.23 16:31:34.218061 [ 274 ] {e700a52e-544e-4fef-a9fc-2acf92470223} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.23 16:31:34.218375 [ 274 ] {e700a52e-544e-4fef-a9fc-2acf92470223} TCPHandler: Processed in 0.000780727 sec. 2026.02.23 16:31:34.218601 [ 274 ] {} TCP-Session: 5b5d643d-0c28-45fb-b1db-27667008eb70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:31:34.218717 [ 274 ] {23f1ee7d-dd17-4457-ad35-619be1c5cf24} executeQuery: (from [fd00:1122:3344:101::d]:37118) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('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.02.23 16:31:34.218953 [ 274 ] {23f1ee7d-dd17-4457-ad35-619be1c5cf24} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.23 16:31:34.218994 [ 274 ] {23f1ee7d-dd17-4457-ad35-619be1c5cf24} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.23 16:31:34.219301 [ 274 ] {23f1ee7d-dd17-4457-ad35-619be1c5cf24} TCPHandler: Processed in 0.000748516 sec. 2026.02.23 16:31:34.219519 [ 274 ] {} TCP-Session: 5b5d643d-0c28-45fb-b1db-27667008eb70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:31:34.219636 [ 274 ] {c399356f-ca26-46df-9679-01481abb55e5} executeQuery: (from [fd00:1122:3344:101::d]:37118) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('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.02.23 16:31:34.219875 [ 274 ] {c399356f-ca26-46df-9679-01481abb55e5} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.23 16:31:34.219916 [ 274 ] {c399356f-ca26-46df-9679-01481abb55e5} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.23 16:31:34.220233 [ 274 ] {c399356f-ca26-46df-9679-01481abb55e5} TCPHandler: Processed in 0.000762296 sec. 2026.02.23 16:31:34.228124 [ 274 ] {} TCP-Session: 5b5d643d-0c28-45fb-b1db-27667008eb70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:31:34.228280 [ 274 ] {2cd5f8aa-2a16-488a-88af-a2689b504120} executeQuery: (from [fd00:1122:3344:101::d]:37118) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('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.02.23 16:31:34.228600 [ 274 ] {2cd5f8aa-2a16-488a-88af-a2689b504120} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.23 16:31:34.228654 [ 274 ] {2cd5f8aa-2a16-488a-88af-a2689b504120} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.23 16:31:34.229049 [ 274 ] {2cd5f8aa-2a16-488a-88af-a2689b504120} TCPHandler: Processed in 0.00098944 sec. 2026.02.23 16:31:34.229418 [ 274 ] {} TCP-Session: 5b5d643d-0c28-45fb-b1db-27667008eb70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:31:34.229526 [ 274 ] {28151d64-1e27-48d0-8c14-80d02e6ee56e} executeQuery: (from [fd00:1122:3344:101::d]:37118) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2026.02.23 16:31:34.229569 [ 274 ] {28151d64-1e27-48d0-8c14-80d02e6ee56e} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.23 16:31:34.230133 [ 274 ] {28151d64-1e27-48d0-8c14-80d02e6ee56e} oximeter.timeseries_schema (01d04810-3288-4eb0-b300-784d29626f91): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:31:34.230180 [ 274 ] {28151d64-1e27-48d0-8c14-80d02e6ee56e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.02.23 16:31:34.230777 [ 274 ] {28151d64-1e27-48d0-8c14-80d02e6ee56e} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.02.23 16:31:34.231190 [ 274 ] {28151d64-1e27-48d0-8c14-80d02e6ee56e} oximeter.timeseries_schema (01d04810-3288-4eb0-b300-784d29626f91): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:31:34.231340 [ 274 ] {28151d64-1e27-48d0-8c14-80d02e6ee56e} executeQuery: Read 13 rows, 4.60 KiB in 0.001844 sec., 7049.891540130152 rows/sec., 2.43 MiB/sec. 2026.02.23 16:31:34.231379 [ 274 ] {28151d64-1e27-48d0-8c14-80d02e6ee56e} TCPHandler: Processed in 0.002011251 sec. 2026.02.23 16:31:34.231516 [ 274 ] {} TCP-Session: 5b5d643d-0c28-45fb-b1db-27667008eb70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:31:34.231617 [ 274 ] {03683730-06e7-42d1-90a9-1a40af25493d} executeQuery: (from [fd00:1122:3344:101::d]:37118) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.02.23 16:31:34.231658 [ 274 ] {03683730-06e7-42d1-90a9-1a40af25493d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.02.23 16:31:34.232415 [ 274 ] {03683730-06e7-42d1-90a9-1a40af25493d} oximeter.fields_i16 (91b3829e-2a99-49e1-955c-43ffdc3fb409): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:31:34.232449 [ 274 ] {03683730-06e7-42d1-90a9-1a40af25493d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.02.23 16:31:34.232912 [ 274 ] {03683730-06e7-42d1-90a9-1a40af25493d} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.02.23 16:31:34.233368 [ 274 ] {03683730-06e7-42d1-90a9-1a40af25493d} oximeter.fields_i16 (91b3829e-2a99-49e1-955c-43ffdc3fb409): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:31:34.233500 [ 274 ] {03683730-06e7-42d1-90a9-1a40af25493d} executeQuery: Read 284 rows, 18.47 KiB in 0.001905 sec., 149081.36482939633 rows/sec., 9.47 MiB/sec. 2026.02.23 16:31:34.233539 [ 274 ] {03683730-06e7-42d1-90a9-1a40af25493d} TCPHandler: Processed in 0.002073893 sec. 2026.02.23 16:31:34.233656 [ 274 ] {} TCP-Session: 5b5d643d-0c28-45fb-b1db-27667008eb70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:31:34.233752 [ 274 ] {9ad548c4-cf8a-4f34-8e4c-a035dd61a899} executeQuery: (from [fd00:1122:3344:101::d]:37118) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.02.23 16:31:34.233793 [ 274 ] {9ad548c4-cf8a-4f34-8e4c-a035dd61a899} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.02.23 16:31:34.234177 [ 274 ] {9ad548c4-cf8a-4f34-8e4c-a035dd61a899} oximeter.fields_ipaddr (aca7842a-9245-4e3c-8c67-e3828bf88048): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:31:34.234213 [ 274 ] {9ad548c4-cf8a-4f34-8e4c-a035dd61a899} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.02.23 16:31:34.234606 [ 274 ] {9ad548c4-cf8a-4f34-8e4c-a035dd61a899} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.02.23 16:31:34.235021 [ 274 ] {9ad548c4-cf8a-4f34-8e4c-a035dd61a899} oximeter.fields_ipaddr (aca7842a-9245-4e3c-8c67-e3828bf88048): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:31:34.235148 [ 274 ] {9ad548c4-cf8a-4f34-8e4c-a035dd61a899} executeQuery: Read 2 rows, 167.00 B in 0.001416 sec., 1412.4293785310736 rows/sec., 115.17 KiB/sec. 2026.02.23 16:31:34.235186 [ 274 ] {9ad548c4-cf8a-4f34-8e4c-a035dd61a899} TCPHandler: Processed in 0.001580692 sec. 2026.02.23 16:31:34.235301 [ 274 ] {} TCP-Session: 5b5d643d-0c28-45fb-b1db-27667008eb70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:31:34.235398 [ 274 ] {a538325d-aa40-4e7c-8bbc-dd92327fefe4} executeQuery: (from [fd00:1122:3344:101::d]:37118) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.23 16:31:34.235437 [ 274 ] {a538325d-aa40-4e7c-8bbc-dd92327fefe4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.23 16:31:34.236220 [ 274 ] {a538325d-aa40-4e7c-8bbc-dd92327fefe4} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:31:34.236260 [ 274 ] {a538325d-aa40-4e7c-8bbc-dd92327fefe4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.02.23 16:31:34.236849 [ 274 ] {a538325d-aa40-4e7c-8bbc-dd92327fefe4} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.02.23 16:31:34.237398 [ 274 ] {a538325d-aa40-4e7c-8bbc-dd92327fefe4} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:31:34.237541 [ 274 ] {a538325d-aa40-4e7c-8bbc-dd92327fefe4} executeQuery: Read 742 rows, 59.86 KiB in 0.002153 sec., 344635.39247561543 rows/sec., 27.15 MiB/sec. 2026.02.23 16:31:34.237584 [ 274 ] {a538325d-aa40-4e7c-8bbc-dd92327fefe4} TCPHandler: Processed in 0.002332448 sec. 2026.02.23 16:31:34.237709 [ 274 ] {} TCP-Session: 5b5d643d-0c28-45fb-b1db-27667008eb70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:31:34.237803 [ 274 ] {7619a431-a688-48ae-97b3-74584cff06e9} executeQuery: (from [fd00:1122:3344:101::d]:37118) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.23 16:31:34.237842 [ 274 ] {7619a431-a688-48ae-97b3-74584cff06e9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.23 16:31:34.238287 [ 274 ] {7619a431-a688-48ae-97b3-74584cff06e9} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:31:34.238324 [ 274 ] {7619a431-a688-48ae-97b3-74584cff06e9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.02.23 16:31:34.238721 [ 274 ] {7619a431-a688-48ae-97b3-74584cff06e9} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.02.23 16:31:34.239135 [ 274 ] {7619a431-a688-48ae-97b3-74584cff06e9} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:31:34.239261 [ 274 ] {7619a431-a688-48ae-97b3-74584cff06e9} executeQuery: Read 144 rows, 8.68 KiB in 0.001476 sec., 97560.97560975609 rows/sec., 5.74 MiB/sec. 2026.02.23 16:31:34.239301 [ 274 ] {7619a431-a688-48ae-97b3-74584cff06e9} TCPHandler: Processed in 0.001642214 sec. 2026.02.23 16:31:34.239414 [ 274 ] {} TCP-Session: 5b5d643d-0c28-45fb-b1db-27667008eb70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:31:34.239508 [ 274 ] {0e878da1-2833-4ece-ad62-316f23f2ac7f} executeQuery: (from [fd00:1122:3344:101::d]:37118) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.02.23 16:31:34.239546 [ 274 ] {0e878da1-2833-4ece-ad62-316f23f2ac7f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.02.23 16:31:34.240018 [ 274 ] {0e878da1-2833-4ece-ad62-316f23f2ac7f} oximeter.fields_u32 (3630ead0-c5da-4e23-a9d2-59d0589dc119): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:31:34.240051 [ 274 ] {0e878da1-2833-4ece-ad62-316f23f2ac7f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.02.23 16:31:34.240465 [ 274 ] {0e878da1-2833-4ece-ad62-316f23f2ac7f} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.02.23 16:31:34.240916 [ 274 ] {0e878da1-2833-4ece-ad62-316f23f2ac7f} oximeter.fields_u32 (3630ead0-c5da-4e23-a9d2-59d0589dc119): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:31:34.241044 [ 274 ] {0e878da1-2833-4ece-ad62-316f23f2ac7f} executeQuery: Read 149 rows, 9.86 KiB in 0.001554 sec., 95881.59588159587 rows/sec., 6.19 MiB/sec. 2026.02.23 16:31:34.241082 [ 274 ] {0e878da1-2833-4ece-ad62-316f23f2ac7f} TCPHandler: Processed in 0.001718096 sec. 2026.02.23 16:31:34.241199 [ 274 ] {} TCP-Session: 5b5d643d-0c28-45fb-b1db-27667008eb70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:31:34.241293 [ 274 ] {8279b1ed-9ee4-4319-90ac-73dc223b2aec} executeQuery: (from [fd00:1122:3344:101::d]:37118) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.02.23 16:31:34.241331 [ 274 ] {8279b1ed-9ee4-4319-90ac-73dc223b2aec} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.02.23 16:31:34.241769 [ 274 ] {8279b1ed-9ee4-4319-90ac-73dc223b2aec} oximeter.fields_u8 (bee44bc4-3670-4879-9501-74bd8c0c3792): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:31:34.241806 [ 274 ] {8279b1ed-9ee4-4319-90ac-73dc223b2aec} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.02.23 16:31:34.242214 [ 274 ] {8279b1ed-9ee4-4319-90ac-73dc223b2aec} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.02.23 16:31:34.242690 [ 274 ] {8279b1ed-9ee4-4319-90ac-73dc223b2aec} oximeter.fields_u8 (bee44bc4-3670-4879-9501-74bd8c0c3792): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:31:34.242815 [ 274 ] {8279b1ed-9ee4-4319-90ac-73dc223b2aec} executeQuery: Read 148 rows, 8.62 KiB in 0.00154 sec., 96103.89610389611 rows/sec., 5.47 MiB/sec. 2026.02.23 16:31:34.242855 [ 274 ] {8279b1ed-9ee4-4319-90ac-73dc223b2aec} TCPHandler: Processed in 0.001705175 sec. 2026.02.23 16:31:34.242983 [ 274 ] {} TCP-Session: 5b5d643d-0c28-45fb-b1db-27667008eb70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:31:34.243077 [ 274 ] {8bda7f9a-2ea5-40c6-8761-cd3722553465} executeQuery: (from [fd00:1122:3344:101::d]:37118) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.23 16:31:34.243117 [ 274 ] {8bda7f9a-2ea5-40c6-8761-cd3722553465} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.23 16:31:34.243668 [ 274 ] {8bda7f9a-2ea5-40c6-8761-cd3722553465} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:31:34.243704 [ 274 ] {8bda7f9a-2ea5-40c6-8761-cd3722553465} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.02.23 16:31:34.244141 [ 274 ] {8bda7f9a-2ea5-40c6-8761-cd3722553465} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.02.23 16:31:34.244571 [ 274 ] {8bda7f9a-2ea5-40c6-8761-cd3722553465} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:31:34.244697 [ 274 ] {8bda7f9a-2ea5-40c6-8761-cd3722553465} executeQuery: Read 428 rows, 30.23 KiB in 0.001639 sec., 261134.83831604637 rows/sec., 18.01 MiB/sec. 2026.02.23 16:31:34.244737 [ 274 ] {8bda7f9a-2ea5-40c6-8761-cd3722553465} TCPHandler: Processed in 0.001806667 sec. 2026.02.23 16:31:34.244852 [ 274 ] {} TCP-Session: 5b5d643d-0c28-45fb-b1db-27667008eb70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:31:34.244947 [ 274 ] {bbe5ba61-c3dd-4f53-9bf1-34f4599e8705} executeQuery: (from [fd00:1122:3344:101::d]:37118) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.02.23 16:31:34.244987 [ 274 ] {bbe5ba61-c3dd-4f53-9bf1-34f4599e8705} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.02.23 16:31:34.245338 [ 274 ] {bbe5ba61-c3dd-4f53-9bf1-34f4599e8705} oximeter.measurements_bool (4d7206cf-919d-48fb-bf2a-954f10b7f89e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:31:34.245373 [ 274 ] {bbe5ba61-c3dd-4f53-9bf1-34f4599e8705} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.02.23 16:31:34.245832 [ 274 ] {bbe5ba61-c3dd-4f53-9bf1-34f4599e8705} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.02.23 16:31:34.246272 [ 274 ] {bbe5ba61-c3dd-4f53-9bf1-34f4599e8705} oximeter.measurements_bool (4d7206cf-919d-48fb-bf2a-954f10b7f89e): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:31:34.246397 [ 274 ] {bbe5ba61-c3dd-4f53-9bf1-34f4599e8705} executeQuery: Read 6 rows, 321.00 B in 0.001469 sec., 4084.411164057182 rows/sec., 213.39 KiB/sec. 2026.02.23 16:31:34.246432 [ 274 ] {bbe5ba61-c3dd-4f53-9bf1-34f4599e8705} TCPHandler: Processed in 0.001629614 sec. 2026.02.23 16:31:34.246589 [ 274 ] {} TCP-Session: 5b5d643d-0c28-45fb-b1db-27667008eb70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:31:34.246683 [ 274 ] {5949456e-4ca0-4af7-87dd-5feaeae5c657} executeQuery: (from [fd00:1122:3344:101::d]:37118) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.23 16:31:34.246725 [ 274 ] {5949456e-4ca0-4af7-87dd-5feaeae5c657} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.23 16:31:34.247089 [ 274 ] {5949456e-4ca0-4af7-87dd-5feaeae5c657} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:31:34.247125 [ 274 ] {5949456e-4ca0-4af7-87dd-5feaeae5c657} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.02.23 16:31:34.247638 [ 274 ] {5949456e-4ca0-4af7-87dd-5feaeae5c657} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.02.23 16:31:34.248152 [ 274 ] {5949456e-4ca0-4af7-87dd-5feaeae5c657} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:31:34.248287 [ 274 ] {5949456e-4ca0-4af7-87dd-5feaeae5c657} executeQuery: Read 106 rows, 6.69 KiB in 0.001622 sec., 65351.4180024661 rows/sec., 4.03 MiB/sec. 2026.02.23 16:31:34.248325 [ 274 ] {5949456e-4ca0-4af7-87dd-5feaeae5c657} TCPHandler: Processed in 0.001785677 sec. 2026.02.23 16:31:34.248441 [ 274 ] {} TCP-Session: 5b5d643d-0c28-45fb-b1db-27667008eb70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:31:34.248538 [ 274 ] {4cdbc527-3a86-4479-85ba-56ac343f7bed} executeQuery: (from [fd00:1122:3344:101::d]:37118) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.02.23 16:31:34.248582 [ 274 ] {4cdbc527-3a86-4479-85ba-56ac343f7bed} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.02.23 16:31:34.248899 [ 274 ] {4cdbc527-3a86-4479-85ba-56ac343f7bed} oximeter.measurements_f64 (97dc9cb4-ce5b-499b-8326-a1427ee1bb47): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:31:34.248937 [ 274 ] {4cdbc527-3a86-4479-85ba-56ac343f7bed} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.02.23 16:31:34.249398 [ 274 ] {4cdbc527-3a86-4479-85ba-56ac343f7bed} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.02.23 16:31:34.249934 [ 274 ] {4cdbc527-3a86-4479-85ba-56ac343f7bed} oximeter.measurements_f64 (97dc9cb4-ce5b-499b-8326-a1427ee1bb47): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:31:34.250068 [ 274 ] {4cdbc527-3a86-4479-85ba-56ac343f7bed} executeQuery: Read 1 rows, 69.00 B in 0.001549 sec., 645.5777921239509 rows/sec., 43.50 KiB/sec. 2026.02.23 16:31:34.250105 [ 274 ] {4cdbc527-3a86-4479-85ba-56ac343f7bed} TCPHandler: Processed in 0.001715105 sec. 2026.02.23 16:31:34.250223 [ 274 ] {} TCP-Session: 5b5d643d-0c28-45fb-b1db-27667008eb70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:31:34.250319 [ 274 ] {fd4349f7-ca57-4294-a85e-5fc92951724e} executeQuery: (from [fd00:1122:3344:101::d]:37118) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.23 16:31:34.250362 [ 274 ] {fd4349f7-ca57-4294-a85e-5fc92951724e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.23 16:31:34.250699 [ 274 ] {fd4349f7-ca57-4294-a85e-5fc92951724e} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:31:34.250742 [ 274 ] {fd4349f7-ca57-4294-a85e-5fc92951724e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.02.23 16:31:34.251194 [ 274 ] {fd4349f7-ca57-4294-a85e-5fc92951724e} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.02.23 16:31:34.251748 [ 274 ] {fd4349f7-ca57-4294-a85e-5fc92951724e} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:31:34.251885 [ 274 ] {fd4349f7-ca57-4294-a85e-5fc92951724e} executeQuery: Read 30 rows, 1.63 KiB in 0.001584 sec., 18939.39393939394 rows/sec., 1.00 MiB/sec. 2026.02.23 16:31:34.251919 [ 274 ] {fd4349f7-ca57-4294-a85e-5fc92951724e} TCPHandler: Processed in 0.001747756 sec. 2026.02.23 16:31:35.132067 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 1464 2026.02.23 16:31:35.132598 [ 244 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:31:35.132651 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.02.23 16:31:35.133377 [ 244 ] {} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.02.23 16:31:35.134015 [ 244 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:31:35.134182 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1464 2026.02.23 16:31:35.205446 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 23 2026.02.23 16:31:35.224370 [ 243 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:31:35.224447 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.02.23 16:31:35.231628 [ 243 ] {} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.02.23 16:31:35.233154 [ 243 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:31:35.237478 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 23 2026.02.23 16:31:35.564905 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57457 2026.02.23 16:31:35.565497 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:31:35.565553 [ 286 ] {} TCP-Session: 0df669b9-a3ad-4472-a70e-c75310ea7ba3 Authenticating user 'default' from [fd00:1122:3344:101::e]:57457 2026.02.23 16:31:35.565583 [ 286 ] {} TCP-Session: 0df669b9-a3ad-4472-a70e-c75310ea7ba3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:31:35.565602 [ 286 ] {} TCP-Session: 0df669b9-a3ad-4472-a70e-c75310ea7ba3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:31:35.565667 [ 286 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.02.23 16:31:35.565700 [ 286 ] {} ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2026.02.23 16:31:35.565725 [ 286 ] {} ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2026.02.23 16:31:35.566182 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44310 2026.02.23 16:31:35.566192 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39326 2026.02.23 16:31:35.566418 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57987 2026.02.23 16:31:35.566430 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38837 2026.02.23 16:31:35.566507 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41389 2026.02.23 16:31:35.566604 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60417 2026.02.23 16:31:35.566810 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54668 2026.02.23 16:31:35.567123 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41426 2026.02.23 16:31:35.568104 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:31:35.568151 [ 288 ] {} TCP-Session: 9d59fe04-2deb-4f5c-8ff2-6e2dbfa03637 Authenticating user 'default' from [fd00:1122:3344:101::e]:44310 2026.02.23 16:31:35.568155 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:31:35.568176 [ 288 ] {} TCP-Session: 9d59fe04-2deb-4f5c-8ff2-6e2dbfa03637 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:31:35.568172 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:31:35.568195 [ 288 ] {} TCP-Session: 9d59fe04-2deb-4f5c-8ff2-6e2dbfa03637 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:31:35.568225 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:31:35.568238 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:31:35.568259 [ 294 ] {} TCP-Session: c004c795-68ac-4217-9495-74dfaab1eaa4 Authenticating user 'default' from [fd00:1122:3344:101::e]:41426 2026.02.23 16:31:35.568287 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:31:35.568294 [ 287 ] {} TCP-Session: ee4ff9ec-e1a4-4f25-9191-20fa3e63fafc Authenticating user 'default' from [fd00:1122:3344:101::e]:39326 2026.02.23 16:31:35.568314 [ 294 ] {} TCP-Session: c004c795-68ac-4217-9495-74dfaab1eaa4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:31:35.568341 [ 289 ] {} TCP-Session: b80931b7-fb5e-4afa-8a35-7d24749bfc5e Authenticating user 'default' from [fd00:1122:3344:101::e]:38837 2026.02.23 16:31:35.568356 [ 287 ] {} TCP-Session: ee4ff9ec-e1a4-4f25-9191-20fa3e63fafc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:31:35.568387 [ 289 ] {} TCP-Session: b80931b7-fb5e-4afa-8a35-7d24749bfc5e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:31:35.568400 [ 287 ] {} TCP-Session: ee4ff9ec-e1a4-4f25-9191-20fa3e63fafc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:31:35.568366 [ 294 ] {} TCP-Session: c004c795-68ac-4217-9495-74dfaab1eaa4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:31:35.568432 [ 289 ] {} TCP-Session: b80931b7-fb5e-4afa-8a35-7d24749bfc5e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:31:35.568419 [ 286 ] {} TCP-Session: 0df669b9-a3ad-4472-a70e-c75310ea7ba3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:31:35.568313 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:31:35.568282 [ 291 ] {} TCP-Session: f53aeed5-3e32-4924-abdf-79017b711b7a Authenticating user 'default' from [fd00:1122:3344:101::e]:41389 2026.02.23 16:31:35.568535 [ 290 ] {} TCP-Session: cecace63-46d1-477f-bc56-65fd367ae0bf Authenticating user 'default' from [fd00:1122:3344:101::e]:57987 2026.02.23 16:31:35.568552 [ 291 ] {} TCP-Session: f53aeed5-3e32-4924-abdf-79017b711b7a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:31:35.568572 [ 290 ] {} TCP-Session: cecace63-46d1-477f-bc56-65fd367ae0bf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:31:35.568581 [ 291 ] {} TCP-Session: f53aeed5-3e32-4924-abdf-79017b711b7a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:31:35.568604 [ 290 ] {} TCP-Session: cecace63-46d1-477f-bc56-65fd367ae0bf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:31:35.568200 [ 292 ] {} TCP-Session: 4edce004-51f7-44a5-9615-89d52eb30d8f Authenticating user 'default' from [fd00:1122:3344:101::e]:60417 2026.02.23 16:31:35.568150 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:31:35.568649 [ 286 ] {e5015ac1-b12a-41a1-ab3c-0e9ece367f6a} executeQuery: (from [fd00:1122:3344:101::e]:57457) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.02.23 16:31:35.568659 [ 292 ] {} TCP-Session: 4edce004-51f7-44a5-9615-89d52eb30d8f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:31:35.568709 [ 293 ] {} TCP-Session: cdf9d2dc-c065-42e7-9a9c-27f128a84853 Authenticating user 'default' from [fd00:1122:3344:101::e]:54668 2026.02.23 16:31:35.568722 [ 292 ] {} TCP-Session: 4edce004-51f7-44a5-9615-89d52eb30d8f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:31:35.568737 [ 293 ] {} TCP-Session: cdf9d2dc-c065-42e7-9a9c-27f128a84853 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:31:35.568756 [ 293 ] {} TCP-Session: cdf9d2dc-c065-42e7-9a9c-27f128a84853 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:31:35.568995 [ 286 ] {e5015ac1-b12a-41a1-ab3c-0e9ece367f6a} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.02.23 16:31:35.569165 [ 286 ] {e5015ac1-b12a-41a1-ab3c-0e9ece367f6a} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.23 16:31:35.574901 [ 286 ] {e5015ac1-b12a-41a1-ab3c-0e9ece367f6a} oximeter.version (5b0048b8-9e05-4abf-ab1d-311c7f35e206) (SelectExecutor): Key condition: unknown 2026.02.23 16:31:35.586833 [ 296 ] {e5015ac1-b12a-41a1-ab3c-0e9ece367f6a} AggregatingTransform: Aggregating 2026.02.23 16:31:35.586946 [ 296 ] {e5015ac1-b12a-41a1-ab3c-0e9ece367f6a} Aggregator: Aggregation method: without_key 2026.02.23 16:31:35.587666 [ 296 ] {e5015ac1-b12a-41a1-ab3c-0e9ece367f6a} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.0048589 sec. (205.808 rows/sec., 8.04 KiB/sec.) 2026.02.23 16:31:35.587697 [ 296 ] {e5015ac1-b12a-41a1-ab3c-0e9ece367f6a} Aggregator: Merging aggregated data 2026.02.23 16:31:35.587734 [ 296 ] {e5015ac1-b12a-41a1-ab3c-0e9ece367f6a} Aggregator: Statistics updated for key=4896758355805104663: new sum_of_sizes=1, median_size=1 2026.02.23 16:31:35.588899 [ 286 ] {e5015ac1-b12a-41a1-ab3c-0e9ece367f6a} executeQuery: Read 1 rows, 40.00 B in 0.020302 sec., 49.25623091321052 rows/sec., 1.92 KiB/sec. 2026.02.23 16:31:35.589090 [ 286 ] {e5015ac1-b12a-41a1-ab3c-0e9ece367f6a} TCPHandler: Processed in 0.020802737 sec. 2026.02.23 16:31:35.593302 [ 286 ] {} TCPHandler: Done processing connection. 2026.02.23 16:31:35.593343 [ 287 ] {} TCPHandler: Done processing connection. 2026.02.23 16:31:35.593363 [ 288 ] {} TCPHandler: Done processing connection. 2026.02.23 16:31:35.593385 [ 294 ] {} TCPHandler: Done processing connection. 2026.02.23 16:31:35.593410 [ 291 ] {} TCPHandler: Done processing connection. 2026.02.23 16:31:35.593438 [ 288 ] {} TCP-Session: 9d59fe04-2deb-4f5c-8ff2-6e2dbfa03637 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:31:35.593445 [ 294 ] {} TCP-Session: c004c795-68ac-4217-9495-74dfaab1eaa4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:31:35.593465 [ 292 ] {} TCPHandler: Done processing connection. 2026.02.23 16:31:35.593485 [ 293 ] {} TCPHandler: Done processing connection. 2026.02.23 16:31:35.593522 [ 292 ] {} TCP-Session: 4edce004-51f7-44a5-9615-89d52eb30d8f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:31:35.593473 [ 291 ] {} TCP-Session: f53aeed5-3e32-4924-abdf-79017b711b7a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:31:35.593561 [ 293 ] {} TCP-Session: cdf9d2dc-c065-42e7-9a9c-27f128a84853 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:31:35.593451 [ 289 ] {} TCPHandler: Done processing connection. 2026.02.23 16:31:35.593425 [ 290 ] {} TCPHandler: Done processing connection. 2026.02.23 16:31:35.593621 [ 289 ] {} TCP-Session: b80931b7-fb5e-4afa-8a35-7d24749bfc5e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:31:35.593414 [ 287 ] {} TCP-Session: ee4ff9ec-e1a4-4f25-9191-20fa3e63fafc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:31:35.593646 [ 290 ] {} TCP-Session: cecace63-46d1-477f-bc56-65fd367ae0bf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:31:35.593361 [ 286 ] {} TCP-Session: 0df669b9-a3ad-4472-a70e-c75310ea7ba3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:31:36.000183 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 160.11 MiB, peak 168.25 MiB, free memory in arenas 0.00 B, will set to 164.04 MiB (RSS), difference: 3.93 MiB 2026.02.23 16:31:41.148107 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53029 2026.02.23 16:31:41.148219 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:31:41.148246 [ 286 ] {} TCP-Session: c5a558e2-2c9d-4b50-b686-76f82d22ad60 Authenticating user 'default' from [fd00:1122:3344:101::e]:53029 2026.02.23 16:31:41.148270 [ 286 ] {} TCP-Session: c5a558e2-2c9d-4b50-b686-76f82d22ad60 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:31:41.148282 [ 286 ] {} TCP-Session: c5a558e2-2c9d-4b50-b686-76f82d22ad60 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:31:41.148504 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45135 2026.02.23 16:31:41.148537 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44109 2026.02.23 16:31:41.148569 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37903 2026.02.23 16:31:41.148592 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34569 2026.02.23 16:31:41.148619 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:31:41.148592 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42951 2026.02.23 16:31:41.148672 [ 288 ] {} TCP-Session: 88a3f2c2-9fba-4592-af51-0afc8b03c013 Authenticating user 'default' from [fd00:1122:3344:101::e]:45135 2026.02.23 16:31:41.148699 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:31:41.148703 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:31:41.148719 [ 288 ] {} TCP-Session: 88a3f2c2-9fba-4592-af51-0afc8b03c013 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:31:41.148745 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:31:41.148751 [ 294 ] {} TCP-Session: a792eca0-1cf0-4d01-a098-25d1d5196a77 Authenticating user 'default' from [fd00:1122:3344:101::e]:34569 2026.02.23 16:31:41.148759 [ 291 ] {} TCP-Session: a97ef48e-0e8a-4984-b64c-3ecda25bb9bf Authenticating user 'default' from [fd00:1122:3344:101::e]:37903 2026.02.23 16:31:41.148783 [ 293 ] {} TCP-Session: 990b5ac7-15e6-46e5-92e3-dae984c4d336 Authenticating user 'default' from [fd00:1122:3344:101::e]:42951 2026.02.23 16:31:41.148801 [ 294 ] {} TCP-Session: a792eca0-1cf0-4d01-a098-25d1d5196a77 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:31:41.148816 [ 291 ] {} TCP-Session: a97ef48e-0e8a-4984-b64c-3ecda25bb9bf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:31:41.148831 [ 294 ] {} TCP-Session: a792eca0-1cf0-4d01-a098-25d1d5196a77 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:31:41.148829 [ 293 ] {} TCP-Session: 990b5ac7-15e6-46e5-92e3-dae984c4d336 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:31:41.148844 [ 291 ] {} TCP-Session: a97ef48e-0e8a-4984-b64c-3ecda25bb9bf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:31:41.148873 [ 293 ] {} TCP-Session: 990b5ac7-15e6-46e5-92e3-dae984c4d336 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:31:41.148759 [ 288 ] {} TCP-Session: 88a3f2c2-9fba-4592-af51-0afc8b03c013 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:31:41.148664 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:31:41.148585 [ 286 ] {} TCP-Session: c5a558e2-2c9d-4b50-b686-76f82d22ad60 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:31:41.148966 [ 289 ] {} TCP-Session: 794ae76e-0b94-4916-9347-e4f938bac2c6 Authenticating user 'default' from [fd00:1122:3344:101::e]:44109 2026.02.23 16:31:41.148542 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41429 2026.02.23 16:31:41.148999 [ 289 ] {} TCP-Session: 794ae76e-0b94-4916-9347-e4f938bac2c6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:31:41.148506 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63147 2026.02.23 16:31:41.149026 [ 289 ] {} TCP-Session: 794ae76e-0b94-4916-9347-e4f938bac2c6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:31:41.149049 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:31:41.148579 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47062 2026.02.23 16:31:41.149089 [ 290 ] {} TCP-Session: ba8b54b8-6f9a-4246-8390-787e1368a306 Authenticating user 'default' from [fd00:1122:3344:101::e]:41429 2026.02.23 16:31:41.149116 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:31:41.149130 [ 290 ] {} TCP-Session: ba8b54b8-6f9a-4246-8390-787e1368a306 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:31:41.149128 [ 286 ] {88df172e-14a0-42a7-a6b3-7b7531199395} executeQuery: (from [fd00:1122:3344:101::e]:53029) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.02.23 16:31:41.149154 [ 290 ] {} TCP-Session: ba8b54b8-6f9a-4246-8390-787e1368a306 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:31:41.149149 [ 287 ] {} TCP-Session: 3a71381f-d8dc-4097-b444-90f90fd4db89 Authenticating user 'default' from [fd00:1122:3344:101::e]:63147 2026.02.23 16:31:41.149197 [ 287 ] {} TCP-Session: 3a71381f-d8dc-4097-b444-90f90fd4db89 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:31:41.149210 [ 287 ] {} TCP-Session: 3a71381f-d8dc-4097-b444-90f90fd4db89 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:31:41.149231 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:31:41.149264 [ 292 ] {} TCP-Session: ff2f3808-4ad7-4862-88be-e6d4c4822f71 Authenticating user 'default' from [fd00:1122:3344:101::e]:47062 2026.02.23 16:31:41.149281 [ 292 ] {} TCP-Session: ff2f3808-4ad7-4862-88be-e6d4c4822f71 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:31:41.149293 [ 292 ] {} TCP-Session: ff2f3808-4ad7-4862-88be-e6d4c4822f71 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:31:41.149396 [ 286 ] {88df172e-14a0-42a7-a6b3-7b7531199395} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.02.23 16:31:41.149470 [ 286 ] {88df172e-14a0-42a7-a6b3-7b7531199395} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.23 16:31:41.149752 [ 286 ] {88df172e-14a0-42a7-a6b3-7b7531199395} oximeter.version (5b0048b8-9e05-4abf-ab1d-311c7f35e206) (SelectExecutor): Key condition: unknown 2026.02.23 16:31:41.150630 [ 334 ] {88df172e-14a0-42a7-a6b3-7b7531199395} AggregatingTransform: Aggregating 2026.02.23 16:31:41.150674 [ 334 ] {88df172e-14a0-42a7-a6b3-7b7531199395} Aggregator: Aggregation method: without_key 2026.02.23 16:31:41.150713 [ 334 ] {88df172e-14a0-42a7-a6b3-7b7531199395} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000859618 sec. (1163.307 rows/sec., 45.44 KiB/sec.) 2026.02.23 16:31:41.150733 [ 334 ] {88df172e-14a0-42a7-a6b3-7b7531199395} Aggregator: Merging aggregated data 2026.02.23 16:31:41.152298 [ 286 ] {88df172e-14a0-42a7-a6b3-7b7531199395} executeQuery: Read 1 rows, 40.00 B in 0.003223 sec., 310.26993484331365 rows/sec., 12.12 KiB/sec. 2026.02.23 16:31:41.152423 [ 286 ] {88df172e-14a0-42a7-a6b3-7b7531199395} TCPHandler: Processed in 0.003953051 sec. 2026.02.23 16:31:41.152549 [ 286 ] {} TCPHandler: Done processing connection. 2026.02.23 16:31:41.152569 [ 294 ] {} TCPHandler: Done processing connection. 2026.02.23 16:31:41.152594 [ 287 ] {} TCPHandler: Done processing connection. 2026.02.23 16:31:41.152609 [ 290 ] {} TCPHandler: Done processing connection. 2026.02.23 16:31:41.152632 [ 292 ] {} TCPHandler: Done processing connection. 2026.02.23 16:31:41.152646 [ 288 ] {} TCPHandler: Done processing connection. 2026.02.23 16:31:41.152664 [ 290 ] {} TCP-Session: ba8b54b8-6f9a-4246-8390-787e1368a306 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:31:41.152688 [ 292 ] {} TCP-Session: ff2f3808-4ad7-4862-88be-e6d4c4822f71 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:31:41.152701 [ 288 ] {} TCP-Session: 88a3f2c2-9fba-4592-af51-0afc8b03c013 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:31:41.152702 [ 293 ] {} TCPHandler: Done processing connection. 2026.02.23 16:31:41.152686 [ 291 ] {} TCPHandler: Done processing connection. 2026.02.23 16:31:41.152768 [ 293 ] {} TCP-Session: 990b5ac7-15e6-46e5-92e3-dae984c4d336 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:31:41.152650 [ 287 ] {} TCP-Session: 3a71381f-d8dc-4097-b444-90f90fd4db89 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:31:41.152809 [ 291 ] {} TCP-Session: a97ef48e-0e8a-4984-b64c-3ecda25bb9bf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:31:41.152608 [ 294 ] {} TCP-Session: a792eca0-1cf0-4d01-a098-25d1d5196a77 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:31:41.152668 [ 289 ] {} TCPHandler: Done processing connection. 2026.02.23 16:31:41.152598 [ 286 ] {} TCP-Session: c5a558e2-2c9d-4b50-b686-76f82d22ad60 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:31:41.152892 [ 289 ] {} TCP-Session: 794ae76e-0b94-4916-9347-e4f938bac2c6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:31:41.198591 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38247 2026.02.23 16:31:41.198667 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:31:41.198691 [ 286 ] {} TCP-Session: e28cd3d2-57a6-404e-89f9-df05532d8894 Authenticating user 'default' from [fd00:1122:3344:101::e]:38247 2026.02.23 16:31:41.198710 [ 286 ] {} TCP-Session: e28cd3d2-57a6-404e-89f9-df05532d8894 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:31:41.198723 [ 286 ] {} TCP-Session: e28cd3d2-57a6-404e-89f9-df05532d8894 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:31:41.198934 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58031 2026.02.23 16:31:41.198957 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55414 2026.02.23 16:31:41.198997 [ 286 ] {} TCP-Session: e28cd3d2-57a6-404e-89f9-df05532d8894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:31:41.199021 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59950 2026.02.23 16:31:41.199041 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:31:41.199015 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39542 2026.02.23 16:31:41.199070 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:31:41.199093 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:31:41.199127 [ 288 ] {} TCP-Session: 913d3eac-1437-4302-8168-b739e9c6f634 Authenticating user 'default' from [fd00:1122:3344:101::e]:55414 2026.02.23 16:31:41.199138 [ 294 ] {} TCP-Session: ece07c7b-c9ec-4f91-a2c1-81d0d9125be1 Authenticating user 'default' from [fd00:1122:3344:101::e]:59950 2026.02.23 16:31:41.199078 [ 287 ] {} TCP-Session: 4a6dfc3f-5760-465e-8f24-0525ce19209c Authenticating user 'default' from [fd00:1122:3344:101::e]:58031 2026.02.23 16:31:41.199166 [ 286 ] {94663360-a985-4363-b0da-e81c3e3ad989} executeQuery: (from [fd00:1122:3344:101::e]:38247) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.02.23 16:31:41.199188 [ 287 ] {} TCP-Session: 4a6dfc3f-5760-465e-8f24-0525ce19209c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:31:41.199159 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:31:41.199212 [ 287 ] {} TCP-Session: 4a6dfc3f-5760-465e-8f24-0525ce19209c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:31:41.199157 [ 288 ] {} TCP-Session: 913d3eac-1437-4302-8168-b739e9c6f634 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:31:41.199244 [ 293 ] {} TCP-Session: f2369cdd-b63f-4d0c-b3a4-85fa4f2a947d Authenticating user 'default' from [fd00:1122:3344:101::e]:39542 2026.02.23 16:31:41.199266 [ 288 ] {} TCP-Session: 913d3eac-1437-4302-8168-b739e9c6f634 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:31:41.199002 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40551 2026.02.23 16:31:41.199286 [ 293 ] {} TCP-Session: f2369cdd-b63f-4d0c-b3a4-85fa4f2a947d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:31:41.198994 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49973 2026.02.23 16:31:41.199344 [ 293 ] {} TCP-Session: f2369cdd-b63f-4d0c-b3a4-85fa4f2a947d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:31:41.198980 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36218 2026.02.23 16:31:41.199379 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:31:41.199413 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:31:41.199164 [ 294 ] {} TCP-Session: ece07c7b-c9ec-4f91-a2c1-81d0d9125be1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:31:41.199457 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:31:41.199457 [ 291 ] {} TCP-Session: 8fce99b4-0f6a-4b68-a03c-2525d2be5f35 Authenticating user 'default' from [fd00:1122:3344:101::e]:49973 2026.02.23 16:31:41.199477 [ 294 ] {} TCP-Session: ece07c7b-c9ec-4f91-a2c1-81d0d9125be1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:31:41.199487 [ 290 ] {} TCP-Session: 06d0169f-c8c5-4d30-a2dc-97dd5781ac29 Authenticating user 'default' from [fd00:1122:3344:101::e]:36218 2026.02.23 16:31:41.199501 [ 291 ] {} TCP-Session: 8fce99b4-0f6a-4b68-a03c-2525d2be5f35 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:31:41.199529 [ 290 ] {} TCP-Session: 06d0169f-c8c5-4d30-a2dc-97dd5781ac29 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:31:41.199537 [ 291 ] {} TCP-Session: 8fce99b4-0f6a-4b68-a03c-2525d2be5f35 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:31:41.199552 [ 290 ] {} TCP-Session: 06d0169f-c8c5-4d30-a2dc-97dd5781ac29 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:31:41.199447 [ 292 ] {} TCP-Session: c0d9cfe9-6249-4038-b0c0-c77485e70561 Authenticating user 'default' from [fd00:1122:3344:101::e]:40551 2026.02.23 16:31:41.199399 [ 286 ] {94663360-a985-4363-b0da-e81c3e3ad989} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.02.23 16:31:41.199614 [ 292 ] {} TCP-Session: c0d9cfe9-6249-4038-b0c0-c77485e70561 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:31:41.198972 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56707 2026.02.23 16:31:41.199652 [ 292 ] {} TCP-Session: c0d9cfe9-6249-4038-b0c0-c77485e70561 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:31:41.199662 [ 286 ] {94663360-a985-4363-b0da-e81c3e3ad989} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.23 16:31:41.199715 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:31:41.199743 [ 289 ] {} TCP-Session: 1ee8279d-357c-49f8-a6bc-9cee85134043 Authenticating user 'default' from [fd00:1122:3344:101::e]:56707 2026.02.23 16:31:41.199759 [ 289 ] {} TCP-Session: 1ee8279d-357c-49f8-a6bc-9cee85134043 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:31:41.199770 [ 289 ] {} TCP-Session: 1ee8279d-357c-49f8-a6bc-9cee85134043 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:31:41.199966 [ 286 ] {94663360-a985-4363-b0da-e81c3e3ad989} oximeter.version (5b0048b8-9e05-4abf-ab1d-311c7f35e206) (SelectExecutor): Key condition: unknown 2026.02.23 16:31:41.200859 [ 307 ] {94663360-a985-4363-b0da-e81c3e3ad989} AggregatingTransform: Aggregating 2026.02.23 16:31:41.200913 [ 307 ] {94663360-a985-4363-b0da-e81c3e3ad989} Aggregator: Aggregation method: without_key 2026.02.23 16:31:41.200951 [ 307 ] {94663360-a985-4363-b0da-e81c3e3ad989} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000874968 sec. (1142.899 rows/sec., 44.64 KiB/sec.) 2026.02.23 16:31:41.200970 [ 307 ] {94663360-a985-4363-b0da-e81c3e3ad989} Aggregator: Merging aggregated data 2026.02.23 16:31:41.202835 [ 286 ] {94663360-a985-4363-b0da-e81c3e3ad989} executeQuery: Read 1 rows, 40.00 B in 0.003721 sec., 268.74496103198067 rows/sec., 10.50 KiB/sec. 2026.02.23 16:31:41.202973 [ 286 ] {94663360-a985-4363-b0da-e81c3e3ad989} TCPHandler: Processed in 0.004076544 sec. 2026.02.23 16:31:41.203054 [ 286 ] {} TCPHandler: Done processing connection. 2026.02.23 16:31:41.203082 [ 286 ] {} TCP-Session: e28cd3d2-57a6-404e-89f9-df05532d8894 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:31:41.203087 [ 287 ] {} TCPHandler: Done processing connection. 2026.02.23 16:31:41.203100 [ 294 ] {} TCPHandler: Done processing connection. 2026.02.23 16:31:41.203117 [ 288 ] {} TCPHandler: Done processing connection. 2026.02.23 16:31:41.203139 [ 287 ] {} TCP-Session: 4a6dfc3f-5760-465e-8f24-0525ce19209c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:31:41.203161 [ 292 ] {} TCPHandler: Done processing connection. 2026.02.23 16:31:41.203182 [ 288 ] {} TCP-Session: 913d3eac-1437-4302-8168-b739e9c6f634 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:31:41.203189 [ 290 ] {} TCPHandler: Done processing connection. 2026.02.23 16:31:41.203210 [ 291 ] {} TCPHandler: Done processing connection. 2026.02.23 16:31:41.203232 [ 290 ] {} TCP-Session: 06d0169f-c8c5-4d30-a2dc-97dd5781ac29 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:31:41.203227 [ 293 ] {} TCPHandler: Done processing connection. 2026.02.23 16:31:41.203255 [ 291 ] {} TCP-Session: 8fce99b4-0f6a-4b68-a03c-2525d2be5f35 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:31:41.203210 [ 292 ] {} TCP-Session: c0d9cfe9-6249-4038-b0c0-c77485e70561 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:31:41.203293 [ 293 ] {} TCP-Session: f2369cdd-b63f-4d0c-b3a4-85fa4f2a947d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:31:41.203158 [ 294 ] {} TCP-Session: ece07c7b-c9ec-4f91-a2c1-81d0d9125be1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:31:41.203177 [ 289 ] {} TCPHandler: Done processing connection. 2026.02.23 16:31:41.203393 [ 289 ] {} TCP-Session: 1ee8279d-357c-49f8-a6bc-9cee85134043 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:31:42.566420 [ 107 ] {} DNSResolver: Updating DNS cache 2026.02.23 16:31:42.566471 [ 107 ] {} DNSResolver: Updated DNS cache 2026.02.23 16:31:42.627141 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 56 entries to flush up to offset 144 2026.02.23 16:31:42.630169 [ 242 ] {} system.query_log (b83b341e-dbaf-448e-9582-20b3e6cd291d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:31:42.630215 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.02.23 16:31:42.631447 [ 242 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.02.23 16:31:42.631906 [ 242 ] {} system.query_log (b83b341e-dbaf-448e-9582-20b3e6cd291d): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:31:42.632184 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 144 2026.02.23 16:31:42.634303 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 1912 2026.02.23 16:31:42.635021 [ 244 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:31:42.635089 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.02.23 16:31:42.635785 [ 244 ] {} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.02.23 16:31:42.636230 [ 244 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:31:42.636373 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1912 2026.02.23 16:31:42.737583 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 31 2026.02.23 16:31:42.755032 [ 243 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:31:42.755084 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.02.23 16:31:42.761366 [ 243 ] {} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.02.23 16:31:42.762519 [ 243 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:31:42.765903 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 31 2026.02.23 16:31:43.000244 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 164.78 MiB, peak 172.69 MiB, free memory in arenas 0.00 B, will set to 165.92 MiB (RSS), difference: 1.14 MiB 2026.02.23 16:31:44.200611 [ 274 ] {} TCP-Session: 5b5d643d-0c28-45fb-b1db-27667008eb70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:31:44.200811 [ 274 ] {de5ba16b-cce0-4a05-8cf7-a593cc9d46f1} executeQuery: (from [fd00:1122:3344:101::d]:37118) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.02.23 16:31:44.200885 [ 274 ] {de5ba16b-cce0-4a05-8cf7-a593cc9d46f1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.02.23 16:31:44.201679 [ 274 ] {de5ba16b-cce0-4a05-8cf7-a593cc9d46f1} oximeter.fields_i16 (91b3829e-2a99-49e1-955c-43ffdc3fb409): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:31:44.201729 [ 274 ] {de5ba16b-cce0-4a05-8cf7-a593cc9d46f1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.02.23 16:31:44.202297 [ 274 ] {de5ba16b-cce0-4a05-8cf7-a593cc9d46f1} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.02.23 16:31:44.202747 [ 274 ] {de5ba16b-cce0-4a05-8cf7-a593cc9d46f1} oximeter.fields_i16 (91b3829e-2a99-49e1-955c-43ffdc3fb409): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:31:44.202904 [ 274 ] {de5ba16b-cce0-4a05-8cf7-a593cc9d46f1} executeQuery: Read 284 rows, 18.47 KiB in 0.002147 sec., 132277.59664648346 rows/sec., 8.40 MiB/sec. 2026.02.23 16:31:44.202952 [ 274 ] {de5ba16b-cce0-4a05-8cf7-a593cc9d46f1} TCPHandler: Processed in 0.002482891 sec. 2026.02.23 16:31:44.203081 [ 274 ] {} TCP-Session: 5b5d643d-0c28-45fb-b1db-27667008eb70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:31:44.203184 [ 274 ] {5cbbf8bf-3ae4-439f-949b-e7fcf061c1f0} executeQuery: (from [fd00:1122:3344:101::d]:37118) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.23 16:31:44.203228 [ 274 ] {5cbbf8bf-3ae4-439f-949b-e7fcf061c1f0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.23 16:31:44.203991 [ 274 ] {5cbbf8bf-3ae4-439f-949b-e7fcf061c1f0} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:31:44.204030 [ 274 ] {5cbbf8bf-3ae4-439f-949b-e7fcf061c1f0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.02.23 16:31:44.204576 [ 274 ] {5cbbf8bf-3ae4-439f-949b-e7fcf061c1f0} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.02.23 16:31:44.205079 [ 274 ] {5cbbf8bf-3ae4-439f-949b-e7fcf061c1f0} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:31:44.205221 [ 274 ] {5cbbf8bf-3ae4-439f-949b-e7fcf061c1f0} executeQuery: Read 741 rows, 59.78 KiB in 0.00206 sec., 359708.7378640776 rows/sec., 28.34 MiB/sec. 2026.02.23 16:31:44.205264 [ 274 ] {5cbbf8bf-3ae4-439f-949b-e7fcf061c1f0} TCPHandler: Processed in 0.002235606 sec. 2026.02.23 16:31:44.205400 [ 274 ] {} TCP-Session: 5b5d643d-0c28-45fb-b1db-27667008eb70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:31:44.205500 [ 274 ] {dc084c4d-6787-4d1f-a053-d1900bc90207} executeQuery: (from [fd00:1122:3344:101::d]:37118) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.23 16:31:44.205557 [ 274 ] {dc084c4d-6787-4d1f-a053-d1900bc90207} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.23 16:31:44.206069 [ 274 ] {dc084c4d-6787-4d1f-a053-d1900bc90207} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:31:44.206107 [ 274 ] {dc084c4d-6787-4d1f-a053-d1900bc90207} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.02.23 16:31:44.206545 [ 274 ] {dc084c4d-6787-4d1f-a053-d1900bc90207} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.02.23 16:31:44.207003 [ 274 ] {dc084c4d-6787-4d1f-a053-d1900bc90207} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:31:44.207134 [ 274 ] {dc084c4d-6787-4d1f-a053-d1900bc90207} executeQuery: Read 142 rows, 8.54 KiB in 0.001656 sec., 85748.79227053141 rows/sec., 5.04 MiB/sec. 2026.02.23 16:31:44.207175 [ 274 ] {dc084c4d-6787-4d1f-a053-d1900bc90207} TCPHandler: Processed in 0.001832077 sec. 2026.02.23 16:31:44.207291 [ 274 ] {} TCP-Session: 5b5d643d-0c28-45fb-b1db-27667008eb70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:31:44.207386 [ 274 ] {c12b0b61-7137-47ea-bfa4-bb0d68224001} executeQuery: (from [fd00:1122:3344:101::d]:37118) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.02.23 16:31:44.207425 [ 274 ] {c12b0b61-7137-47ea-bfa4-bb0d68224001} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.02.23 16:31:44.207878 [ 274 ] {c12b0b61-7137-47ea-bfa4-bb0d68224001} oximeter.fields_u32 (3630ead0-c5da-4e23-a9d2-59d0589dc119): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:31:44.207915 [ 274 ] {c12b0b61-7137-47ea-bfa4-bb0d68224001} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.02.23 16:31:44.208325 [ 274 ] {c12b0b61-7137-47ea-bfa4-bb0d68224001} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.02.23 16:31:44.208768 [ 274 ] {c12b0b61-7137-47ea-bfa4-bb0d68224001} oximeter.fields_u32 (3630ead0-c5da-4e23-a9d2-59d0589dc119): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:31:44.208892 [ 274 ] {c12b0b61-7137-47ea-bfa4-bb0d68224001} executeQuery: Read 149 rows, 9.86 KiB in 0.001525 sec., 97704.91803278688 rows/sec., 6.31 MiB/sec. 2026.02.23 16:31:44.208932 [ 274 ] {c12b0b61-7137-47ea-bfa4-bb0d68224001} TCPHandler: Processed in 0.001690475 sec. 2026.02.23 16:31:44.209113 [ 274 ] {} TCP-Session: 5b5d643d-0c28-45fb-b1db-27667008eb70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:31:44.209214 [ 274 ] {4d29c818-afa0-4470-85f3-2f4401fe6a86} executeQuery: (from [fd00:1122:3344:101::d]:37118) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.02.23 16:31:44.209253 [ 274 ] {4d29c818-afa0-4470-85f3-2f4401fe6a86} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.02.23 16:31:44.209698 [ 274 ] {4d29c818-afa0-4470-85f3-2f4401fe6a86} oximeter.fields_u8 (bee44bc4-3670-4879-9501-74bd8c0c3792): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:31:44.209733 [ 274 ] {4d29c818-afa0-4470-85f3-2f4401fe6a86} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.02.23 16:31:44.210182 [ 274 ] {4d29c818-afa0-4470-85f3-2f4401fe6a86} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.02.23 16:31:44.210593 [ 274 ] {4d29c818-afa0-4470-85f3-2f4401fe6a86} oximeter.fields_u8 (bee44bc4-3670-4879-9501-74bd8c0c3792): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:31:44.210719 [ 274 ] {4d29c818-afa0-4470-85f3-2f4401fe6a86} executeQuery: Read 148 rows, 8.62 KiB in 0.001524 sec., 97112.86089238846 rows/sec., 5.52 MiB/sec. 2026.02.23 16:31:44.210755 [ 274 ] {4d29c818-afa0-4470-85f3-2f4401fe6a86} TCPHandler: Processed in 0.001691685 sec. 2026.02.23 16:31:44.210863 [ 274 ] {} TCP-Session: 5b5d643d-0c28-45fb-b1db-27667008eb70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:31:44.210955 [ 274 ] {8a3af2ea-e326-4967-b452-a35bd11d6be6} executeQuery: (from [fd00:1122:3344:101::d]:37118) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.23 16:31:44.210992 [ 274 ] {8a3af2ea-e326-4967-b452-a35bd11d6be6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.23 16:31:44.211520 [ 274 ] {8a3af2ea-e326-4967-b452-a35bd11d6be6} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:31:44.211556 [ 274 ] {8a3af2ea-e326-4967-b452-a35bd11d6be6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.02.23 16:31:44.212008 [ 274 ] {8a3af2ea-e326-4967-b452-a35bd11d6be6} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.02.23 16:31:44.212430 [ 274 ] {8a3af2ea-e326-4967-b452-a35bd11d6be6} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:31:44.212558 [ 274 ] {8a3af2ea-e326-4967-b452-a35bd11d6be6} executeQuery: Read 426 rows, 30.06 KiB in 0.001621 sec., 262800.74028377543 rows/sec., 18.11 MiB/sec. 2026.02.23 16:31:44.212593 [ 274 ] {8a3af2ea-e326-4967-b452-a35bd11d6be6} TCPHandler: Processed in 0.001777307 sec. 2026.02.23 16:31:44.212700 [ 274 ] {} TCP-Session: 5b5d643d-0c28-45fb-b1db-27667008eb70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:31:44.212791 [ 274 ] {fd68d11d-7803-4758-b71b-03ed5aea4563} executeQuery: (from [fd00:1122:3344:101::d]:37118) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.02.23 16:31:44.212831 [ 274 ] {fd68d11d-7803-4758-b71b-03ed5aea4563} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.02.23 16:31:44.213152 [ 274 ] {fd68d11d-7803-4758-b71b-03ed5aea4563} oximeter.measurements_bool (4d7206cf-919d-48fb-bf2a-954f10b7f89e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:31:44.213187 [ 274 ] {fd68d11d-7803-4758-b71b-03ed5aea4563} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.02.23 16:31:44.213588 [ 274 ] {fd68d11d-7803-4758-b71b-03ed5aea4563} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.02.23 16:31:44.214101 [ 274 ] {fd68d11d-7803-4758-b71b-03ed5aea4563} oximeter.measurements_bool (4d7206cf-919d-48fb-bf2a-954f10b7f89e): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:31:44.214227 [ 274 ] {fd68d11d-7803-4758-b71b-03ed5aea4563} executeQuery: Read 6 rows, 321.00 B in 0.001454 sec., 4126.547455295736 rows/sec., 215.60 KiB/sec. 2026.02.23 16:31:44.214260 [ 274 ] {fd68d11d-7803-4758-b71b-03ed5aea4563} TCPHandler: Processed in 0.001607143 sec. 2026.02.23 16:31:44.214363 [ 274 ] {} TCP-Session: 5b5d643d-0c28-45fb-b1db-27667008eb70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:31:44.214455 [ 274 ] {c26112f8-49be-4699-8adb-f1af1320ca69} executeQuery: (from [fd00:1122:3344:101::d]:37118) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.23 16:31:44.214496 [ 274 ] {c26112f8-49be-4699-8adb-f1af1320ca69} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.23 16:31:44.214872 [ 274 ] {c26112f8-49be-4699-8adb-f1af1320ca69} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:31:44.214906 [ 274 ] {c26112f8-49be-4699-8adb-f1af1320ca69} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.02.23 16:31:44.215408 [ 274 ] {c26112f8-49be-4699-8adb-f1af1320ca69} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.02.23 16:31:44.215887 [ 274 ] {c26112f8-49be-4699-8adb-f1af1320ca69} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:31:44.216013 [ 274 ] {c26112f8-49be-4699-8adb-f1af1320ca69} executeQuery: Read 105 rows, 6.62 KiB in 0.001576 sec., 66624.36548223351 rows/sec., 4.10 MiB/sec. 2026.02.23 16:31:44.216047 [ 274 ] {c26112f8-49be-4699-8adb-f1af1320ca69} TCPHandler: Processed in 0.001730226 sec. 2026.02.23 16:31:44.216153 [ 274 ] {} TCP-Session: 5b5d643d-0c28-45fb-b1db-27667008eb70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:31:44.216243 [ 274 ] {7ebc91bd-9340-4a17-9256-d0c7d93d0d7d} executeQuery: (from [fd00:1122:3344:101::d]:37118) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.02.23 16:31:44.216283 [ 274 ] {7ebc91bd-9340-4a17-9256-d0c7d93d0d7d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.02.23 16:31:44.216626 [ 274 ] {7ebc91bd-9340-4a17-9256-d0c7d93d0d7d} oximeter.measurements_f64 (97dc9cb4-ce5b-499b-8326-a1427ee1bb47): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:31:44.216659 [ 274 ] {7ebc91bd-9340-4a17-9256-d0c7d93d0d7d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.02.23 16:31:44.217096 [ 274 ] {7ebc91bd-9340-4a17-9256-d0c7d93d0d7d} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.02.23 16:31:44.217573 [ 274 ] {7ebc91bd-9340-4a17-9256-d0c7d93d0d7d} oximeter.measurements_f64 (97dc9cb4-ce5b-499b-8326-a1427ee1bb47): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:31:44.217697 [ 274 ] {7ebc91bd-9340-4a17-9256-d0c7d93d0d7d} executeQuery: Read 1 rows, 69.00 B in 0.001471 sec., 679.8096532970768 rows/sec., 45.81 KiB/sec. 2026.02.23 16:31:44.217731 [ 274 ] {7ebc91bd-9340-4a17-9256-d0c7d93d0d7d} TCPHandler: Processed in 0.001624943 sec. 2026.02.23 16:31:44.217835 [ 274 ] {} TCP-Session: 5b5d643d-0c28-45fb-b1db-27667008eb70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:31:44.217924 [ 274 ] {6aad8672-9a90-4741-bb16-aa28b831974b} executeQuery: (from [fd00:1122:3344:101::d]:37118) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.23 16:31:44.217963 [ 274 ] {6aad8672-9a90-4741-bb16-aa28b831974b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.23 16:31:44.218285 [ 274 ] {6aad8672-9a90-4741-bb16-aa28b831974b} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:31:44.218319 [ 274 ] {6aad8672-9a90-4741-bb16-aa28b831974b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.02.23 16:31:44.218752 [ 274 ] {6aad8672-9a90-4741-bb16-aa28b831974b} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.02.23 16:31:44.219234 [ 274 ] {6aad8672-9a90-4741-bb16-aa28b831974b} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:31:44.219356 [ 274 ] {6aad8672-9a90-4741-bb16-aa28b831974b} executeQuery: Read 30 rows, 1.63 KiB in 0.001449 sec., 20703.933747412008 rows/sec., 1.10 MiB/sec. 2026.02.23 16:31:44.219388 [ 274 ] {6aad8672-9a90-4741-bb16-aa28b831974b} TCPHandler: Processed in 0.001600473 sec. 2026.02.23 16:31:49.193147 [ 274 ] {} TCP-Session: 5b5d643d-0c28-45fb-b1db-27667008eb70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:31:49.193403 [ 274 ] {170a57ee-5774-4f43-9734-4eb8823cf25a} executeQuery: (from [fd00:1122:3344:101::d]:37118) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('dendrite:sample_collection_duration', '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.02.23 16:31:49.193770 [ 274 ] {170a57ee-5774-4f43-9734-4eb8823cf25a} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.02.23 16:31:49.193844 [ 274 ] {170a57ee-5774-4f43-9734-4eb8823cf25a} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('dendrite:sample_collection_duration', '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.02.23 16:31:49.194065 [ 274 ] {170a57ee-5774-4f43-9734-4eb8823cf25a} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.23 16:31:49.194141 [ 274 ] {170a57ee-5774-4f43-9734-4eb8823cf25a} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.23 16:31:49.194327 [ 274 ] {170a57ee-5774-4f43-9734-4eb8823cf25a} oximeter.timeseries_schema (01d04810-3288-4eb0-b300-784d29626f91) (SelectExecutor): Key condition: (column 0 notIn 13-element set) 2026.02.23 16:31:49.194391 [ 274 ] {170a57ee-5774-4f43-9734-4eb8823cf25a} oximeter.timeseries_schema (01d04810-3288-4eb0-b300-784d29626f91) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.02.23 16:31:49.194421 [ 274 ] {170a57ee-5774-4f43-9734-4eb8823cf25a} oximeter.timeseries_schema (01d04810-3288-4eb0-b300-784d29626f91) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2026.02.23 16:31:49.194438 [ 274 ] {170a57ee-5774-4f43-9734-4eb8823cf25a} oximeter.timeseries_schema (01d04810-3288-4eb0-b300-784d29626f91) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.02.23 16:31:49.199501 [ 274 ] {170a57ee-5774-4f43-9734-4eb8823cf25a} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('dendrite:sample_collection_duration', '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.02.23 16:31:49.199538 [ 274 ] {170a57ee-5774-4f43-9734-4eb8823cf25a} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 13 rows starting from 0 2026.02.23 16:31:49.219551 [ 274 ] {170a57ee-5774-4f43-9734-4eb8823cf25a} executeQuery: Read 13 rows, 436.00 B in 0.026234 sec., 495.5401387512388 rows/sec., 16.23 KiB/sec. 2026.02.23 16:31:49.219693 [ 274 ] {170a57ee-5774-4f43-9734-4eb8823cf25a} TCPHandler: Processed in 0.026693899 sec. 2026.02.23 16:31:49.220150 [ 274 ] {} TCP-Session: 5b5d643d-0c28-45fb-b1db-27667008eb70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:31:49.220368 [ 274 ] {cf520064-0e74-4564-ae27-b22116cc0f12} executeQuery: (from [fd00:1122:3344:101::d]:37118) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_underlay_prefixes', 'dendrite:sample_collection_duration', '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.02.23 16:31:49.220658 [ 274 ] {cf520064-0e74-4564-ae27-b22116cc0f12} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.02.23 16:31:49.220690 [ 274 ] {cf520064-0e74-4564-ae27-b22116cc0f12} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_underlay_prefixes', 'dendrite:sample_collection_duration', '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.02.23 16:31:49.220857 [ 274 ] {cf520064-0e74-4564-ae27-b22116cc0f12} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.23 16:31:49.220916 [ 274 ] {cf520064-0e74-4564-ae27-b22116cc0f12} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.23 16:31:49.221030 [ 274 ] {cf520064-0e74-4564-ae27-b22116cc0f12} oximeter.timeseries_schema (01d04810-3288-4eb0-b300-784d29626f91) (SelectExecutor): Key condition: (column 0 notIn 14-element set) 2026.02.23 16:31:49.221062 [ 274 ] {cf520064-0e74-4564-ae27-b22116cc0f12} oximeter.timeseries_schema (01d04810-3288-4eb0-b300-784d29626f91) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.02.23 16:31:49.221083 [ 274 ] {cf520064-0e74-4564-ae27-b22116cc0f12} oximeter.timeseries_schema (01d04810-3288-4eb0-b300-784d29626f91) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2026.02.23 16:31:49.221098 [ 274 ] {cf520064-0e74-4564-ae27-b22116cc0f12} oximeter.timeseries_schema (01d04810-3288-4eb0-b300-784d29626f91) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.02.23 16:31:49.221132 [ 274 ] {cf520064-0e74-4564-ae27-b22116cc0f12} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_underlay_prefixes', 'dendrite:sample_collection_duration', '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.02.23 16:31:49.221151 [ 274 ] {cf520064-0e74-4564-ae27-b22116cc0f12} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 13 rows starting from 0 2026.02.23 16:31:49.221572 [ 274 ] {cf520064-0e74-4564-ae27-b22116cc0f12} executeQuery: Read 13 rows, 436.00 B in 0.001294 sec., 10046.367851622876 rows/sec., 329.04 KiB/sec. 2026.02.23 16:31:49.221630 [ 274 ] {cf520064-0e74-4564-ae27-b22116cc0f12} TCPHandler: Processed in 0.001586873 sec. 2026.02.23 16:31:49.221886 [ 274 ] {} TCP-Session: 5b5d643d-0c28-45fb-b1db-27667008eb70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:31:49.222024 [ 274 ] {14ed9768-e6b7-41e7-acd3-76f907eb7eb5} executeQuery: (from [fd00:1122:3344:101::d]:37118) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'dendrite:sample_collection_duration', '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.02.23 16:31:49.222238 [ 274 ] {14ed9768-e6b7-41e7-acd3-76f907eb7eb5} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.02.23 16:31:49.222269 [ 274 ] {14ed9768-e6b7-41e7-acd3-76f907eb7eb5} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'dendrite:sample_collection_duration', '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.02.23 16:31:49.222425 [ 274 ] {14ed9768-e6b7-41e7-acd3-76f907eb7eb5} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.23 16:31:49.222480 [ 274 ] {14ed9768-e6b7-41e7-acd3-76f907eb7eb5} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.23 16:31:49.222582 [ 274 ] {14ed9768-e6b7-41e7-acd3-76f907eb7eb5} oximeter.timeseries_schema (01d04810-3288-4eb0-b300-784d29626f91) (SelectExecutor): Key condition: (column 0 notIn 15-element set) 2026.02.23 16:31:49.222611 [ 274 ] {14ed9768-e6b7-41e7-acd3-76f907eb7eb5} oximeter.timeseries_schema (01d04810-3288-4eb0-b300-784d29626f91) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.02.23 16:31:49.222630 [ 274 ] {14ed9768-e6b7-41e7-acd3-76f907eb7eb5} oximeter.timeseries_schema (01d04810-3288-4eb0-b300-784d29626f91) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2026.02.23 16:31:49.222644 [ 274 ] {14ed9768-e6b7-41e7-acd3-76f907eb7eb5} oximeter.timeseries_schema (01d04810-3288-4eb0-b300-784d29626f91) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.02.23 16:31:49.222676 [ 274 ] {14ed9768-e6b7-41e7-acd3-76f907eb7eb5} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'dendrite:sample_collection_duration', '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.02.23 16:31:49.222694 [ 274 ] {14ed9768-e6b7-41e7-acd3-76f907eb7eb5} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 13 rows starting from 0 2026.02.23 16:31:49.223042 [ 274 ] {14ed9768-e6b7-41e7-acd3-76f907eb7eb5} executeQuery: Read 13 rows, 436.00 B in 0.001068 sec., 12172.284644194757 rows/sec., 398.67 KiB/sec. 2026.02.23 16:31:49.223097 [ 274 ] {14ed9768-e6b7-41e7-acd3-76f907eb7eb5} TCPHandler: Processed in 0.001263316 sec. 2026.02.23 16:31:49.223299 [ 274 ] {} TCP-Session: 5b5d643d-0c28-45fb-b1db-27667008eb70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:31:49.223422 [ 274 ] {db064cec-94c0-4a73-8fad-aec0960426f9} executeQuery: (from [fd00:1122:3344:101::d]:37118) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', '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.02.23 16:31:49.223628 [ 274 ] {db064cec-94c0-4a73-8fad-aec0960426f9} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.02.23 16:31:49.223658 [ 274 ] {db064cec-94c0-4a73-8fad-aec0960426f9} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', '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.02.23 16:31:49.223812 [ 274 ] {db064cec-94c0-4a73-8fad-aec0960426f9} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.23 16:31:49.223863 [ 274 ] {db064cec-94c0-4a73-8fad-aec0960426f9} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.23 16:31:49.223963 [ 274 ] {db064cec-94c0-4a73-8fad-aec0960426f9} oximeter.timeseries_schema (01d04810-3288-4eb0-b300-784d29626f91) (SelectExecutor): Key condition: (column 0 notIn 16-element set) 2026.02.23 16:31:49.223992 [ 274 ] {db064cec-94c0-4a73-8fad-aec0960426f9} oximeter.timeseries_schema (01d04810-3288-4eb0-b300-784d29626f91) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.02.23 16:31:49.224010 [ 274 ] {db064cec-94c0-4a73-8fad-aec0960426f9} oximeter.timeseries_schema (01d04810-3288-4eb0-b300-784d29626f91) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2026.02.23 16:31:49.224023 [ 274 ] {db064cec-94c0-4a73-8fad-aec0960426f9} oximeter.timeseries_schema (01d04810-3288-4eb0-b300-784d29626f91) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.02.23 16:31:49.224055 [ 274 ] {db064cec-94c0-4a73-8fad-aec0960426f9} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', '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.02.23 16:31:49.224077 [ 274 ] {db064cec-94c0-4a73-8fad-aec0960426f9} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 13 rows starting from 0 2026.02.23 16:31:49.224453 [ 274 ] {db064cec-94c0-4a73-8fad-aec0960426f9} executeQuery: Read 13 rows, 436.00 B in 0.001076 sec., 12081.7843866171 rows/sec., 395.71 KiB/sec. 2026.02.23 16:31:49.224510 [ 274 ] {db064cec-94c0-4a73-8fad-aec0960426f9} TCPHandler: Processed in 0.001260916 sec. 2026.02.23 16:31:49.224706 [ 274 ] {} TCP-Session: 5b5d643d-0c28-45fb-b1db-27667008eb70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:31:49.224829 [ 274 ] {e31223ba-0be8-4874-a94d-5e2979aa51ab} executeQuery: (from [fd00:1122:3344:101::d]:37118) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', '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.02.23 16:31:49.225039 [ 274 ] {e31223ba-0be8-4874-a94d-5e2979aa51ab} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.02.23 16:31:49.225071 [ 274 ] {e31223ba-0be8-4874-a94d-5e2979aa51ab} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', '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.02.23 16:31:49.225229 [ 274 ] {e31223ba-0be8-4874-a94d-5e2979aa51ab} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.23 16:31:49.225281 [ 274 ] {e31223ba-0be8-4874-a94d-5e2979aa51ab} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.23 16:31:49.225378 [ 274 ] {e31223ba-0be8-4874-a94d-5e2979aa51ab} oximeter.timeseries_schema (01d04810-3288-4eb0-b300-784d29626f91) (SelectExecutor): Key condition: (column 0 notIn 17-element set) 2026.02.23 16:31:49.225407 [ 274 ] {e31223ba-0be8-4874-a94d-5e2979aa51ab} oximeter.timeseries_schema (01d04810-3288-4eb0-b300-784d29626f91) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.02.23 16:31:49.225426 [ 274 ] {e31223ba-0be8-4874-a94d-5e2979aa51ab} oximeter.timeseries_schema (01d04810-3288-4eb0-b300-784d29626f91) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2026.02.23 16:31:49.225439 [ 274 ] {e31223ba-0be8-4874-a94d-5e2979aa51ab} oximeter.timeseries_schema (01d04810-3288-4eb0-b300-784d29626f91) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.02.23 16:31:49.225471 [ 274 ] {e31223ba-0be8-4874-a94d-5e2979aa51ab} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', '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.02.23 16:31:49.225488 [ 274 ] {e31223ba-0be8-4874-a94d-5e2979aa51ab} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 13 rows starting from 0 2026.02.23 16:31:49.225848 [ 274 ] {e31223ba-0be8-4874-a94d-5e2979aa51ab} executeQuery: Read 13 rows, 436.00 B in 0.001063 sec., 12229.539040451553 rows/sec., 400.55 KiB/sec. 2026.02.23 16:31:49.225904 [ 274 ] {e31223ba-0be8-4874-a94d-5e2979aa51ab} TCPHandler: Processed in 0.001248746 sec. 2026.02.23 16:31:49.226105 [ 274 ] {} TCP-Session: 5b5d643d-0c28-45fb-b1db-27667008eb70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:31:49.226232 [ 274 ] {0eb7b2f8-2a26-4145-9c11-22739866c942} executeQuery: (from [fd00:1122:3344:101::d]:37118) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', '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.02.23 16:31:49.226446 [ 274 ] {0eb7b2f8-2a26-4145-9c11-22739866c942} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.02.23 16:31:49.226478 [ 274 ] {0eb7b2f8-2a26-4145-9c11-22739866c942} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', '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.02.23 16:31:49.226637 [ 274 ] {0eb7b2f8-2a26-4145-9c11-22739866c942} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.23 16:31:49.226689 [ 274 ] {0eb7b2f8-2a26-4145-9c11-22739866c942} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.23 16:31:49.226799 [ 274 ] {0eb7b2f8-2a26-4145-9c11-22739866c942} oximeter.timeseries_schema (01d04810-3288-4eb0-b300-784d29626f91) (SelectExecutor): Key condition: (column 0 notIn 18-element set) 2026.02.23 16:31:49.226829 [ 274 ] {0eb7b2f8-2a26-4145-9c11-22739866c942} oximeter.timeseries_schema (01d04810-3288-4eb0-b300-784d29626f91) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.02.23 16:31:49.226847 [ 274 ] {0eb7b2f8-2a26-4145-9c11-22739866c942} oximeter.timeseries_schema (01d04810-3288-4eb0-b300-784d29626f91) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2026.02.23 16:31:49.226861 [ 274 ] {0eb7b2f8-2a26-4145-9c11-22739866c942} oximeter.timeseries_schema (01d04810-3288-4eb0-b300-784d29626f91) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.02.23 16:31:49.226894 [ 274 ] {0eb7b2f8-2a26-4145-9c11-22739866c942} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('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', '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.02.23 16:31:49.226912 [ 274 ] {0eb7b2f8-2a26-4145-9c11-22739866c942} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 13 rows starting from 0 2026.02.23 16:31:49.227574 [ 274 ] {0eb7b2f8-2a26-4145-9c11-22739866c942} executeQuery: Read 13 rows, 436.00 B in 0.001387 sec., 9372.746935832733 rows/sec., 306.98 KiB/sec. 2026.02.23 16:31:49.227653 [ 274 ] {0eb7b2f8-2a26-4145-9c11-22739866c942} TCPHandler: Processed in 0.001598553 sec. 2026.02.23 16:31:49.227851 [ 274 ] {} TCP-Session: 5b5d643d-0c28-45fb-b1db-27667008eb70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:31:49.227977 [ 274 ] {376e81c4-d2ef-4e43-95e9-53c35b0730dc} executeQuery: (from [fd00:1122:3344:101::d]:37118) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', '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.02.23 16:31:49.228184 [ 274 ] {376e81c4-d2ef-4e43-95e9-53c35b0730dc} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.02.23 16:31:49.228215 [ 274 ] {376e81c4-d2ef-4e43-95e9-53c35b0730dc} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', '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.02.23 16:31:49.228389 [ 274 ] {376e81c4-d2ef-4e43-95e9-53c35b0730dc} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.23 16:31:49.228441 [ 274 ] {376e81c4-d2ef-4e43-95e9-53c35b0730dc} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.23 16:31:49.228540 [ 274 ] {376e81c4-d2ef-4e43-95e9-53c35b0730dc} oximeter.timeseries_schema (01d04810-3288-4eb0-b300-784d29626f91) (SelectExecutor): Key condition: (column 0 notIn 19-element set) 2026.02.23 16:31:49.228569 [ 274 ] {376e81c4-d2ef-4e43-95e9-53c35b0730dc} oximeter.timeseries_schema (01d04810-3288-4eb0-b300-784d29626f91) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.02.23 16:31:49.228587 [ 274 ] {376e81c4-d2ef-4e43-95e9-53c35b0730dc} oximeter.timeseries_schema (01d04810-3288-4eb0-b300-784d29626f91) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2026.02.23 16:31:49.228601 [ 274 ] {376e81c4-d2ef-4e43-95e9-53c35b0730dc} oximeter.timeseries_schema (01d04810-3288-4eb0-b300-784d29626f91) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.02.23 16:31:49.228649 [ 274 ] {376e81c4-d2ef-4e43-95e9-53c35b0730dc} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', '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.02.23 16:31:49.228669 [ 274 ] {376e81c4-d2ef-4e43-95e9-53c35b0730dc} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 13 rows starting from 0 2026.02.23 16:31:49.229455 [ 274 ] {376e81c4-d2ef-4e43-95e9-53c35b0730dc} executeQuery: Read 13 rows, 436.00 B in 0.001525 sec., 8524.590163934427 rows/sec., 279.20 KiB/sec. 2026.02.23 16:31:49.229541 [ 274 ] {376e81c4-d2ef-4e43-95e9-53c35b0730dc} TCPHandler: Processed in 0.001740305 sec. 2026.02.23 16:31:49.229736 [ 274 ] {} TCP-Session: 5b5d643d-0c28-45fb-b1db-27667008eb70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:31:49.229861 [ 274 ] {75242ca2-fea7-45ab-a078-c95a17859549} executeQuery: (from [fd00:1122:3344:101::d]:37118) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', '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.02.23 16:31:49.230075 [ 274 ] {75242ca2-fea7-45ab-a078-c95a17859549} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.02.23 16:31:49.230109 [ 274 ] {75242ca2-fea7-45ab-a078-c95a17859549} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', '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.02.23 16:31:49.230272 [ 274 ] {75242ca2-fea7-45ab-a078-c95a17859549} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.23 16:31:49.230324 [ 274 ] {75242ca2-fea7-45ab-a078-c95a17859549} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.23 16:31:49.230421 [ 274 ] {75242ca2-fea7-45ab-a078-c95a17859549} oximeter.timeseries_schema (01d04810-3288-4eb0-b300-784d29626f91) (SelectExecutor): Key condition: (column 0 notIn 20-element set) 2026.02.23 16:31:49.230449 [ 274 ] {75242ca2-fea7-45ab-a078-c95a17859549} oximeter.timeseries_schema (01d04810-3288-4eb0-b300-784d29626f91) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.02.23 16:31:49.230467 [ 274 ] {75242ca2-fea7-45ab-a078-c95a17859549} oximeter.timeseries_schema (01d04810-3288-4eb0-b300-784d29626f91) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2026.02.23 16:31:49.230481 [ 274 ] {75242ca2-fea7-45ab-a078-c95a17859549} oximeter.timeseries_schema (01d04810-3288-4eb0-b300-784d29626f91) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.02.23 16:31:49.230523 [ 274 ] {75242ca2-fea7-45ab-a078-c95a17859549} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', '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.02.23 16:31:49.230542 [ 274 ] {75242ca2-fea7-45ab-a078-c95a17859549} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 13 rows starting from 0 2026.02.23 16:31:49.230965 [ 274 ] {75242ca2-fea7-45ab-a078-c95a17859549} executeQuery: Read 13 rows, 436.00 B in 0.00115 sec., 11304.347826086956 rows/sec., 370.24 KiB/sec. 2026.02.23 16:31:49.231055 [ 274 ] {75242ca2-fea7-45ab-a078-c95a17859549} TCPHandler: Processed in 0.001369429 sec. 2026.02.23 16:31:49.231249 [ 274 ] {} TCP-Session: 5b5d643d-0c28-45fb-b1db-27667008eb70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:31:49.231375 [ 274 ] {10536517-fb89-4f3f-8b68-42c240f0acab} executeQuery: (from [fd00:1122:3344:101::d]:37118) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', '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.02.23 16:31:49.231583 [ 274 ] {10536517-fb89-4f3f-8b68-42c240f0acab} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.02.23 16:31:49.231614 [ 274 ] {10536517-fb89-4f3f-8b68-42c240f0acab} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', '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.02.23 16:31:49.231781 [ 274 ] {10536517-fb89-4f3f-8b68-42c240f0acab} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.23 16:31:49.231832 [ 274 ] {10536517-fb89-4f3f-8b68-42c240f0acab} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.23 16:31:49.231930 [ 274 ] {10536517-fb89-4f3f-8b68-42c240f0acab} oximeter.timeseries_schema (01d04810-3288-4eb0-b300-784d29626f91) (SelectExecutor): Key condition: (column 0 notIn 21-element set) 2026.02.23 16:31:49.231958 [ 274 ] {10536517-fb89-4f3f-8b68-42c240f0acab} oximeter.timeseries_schema (01d04810-3288-4eb0-b300-784d29626f91) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.02.23 16:31:49.231976 [ 274 ] {10536517-fb89-4f3f-8b68-42c240f0acab} oximeter.timeseries_schema (01d04810-3288-4eb0-b300-784d29626f91) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2026.02.23 16:31:49.231990 [ 274 ] {10536517-fb89-4f3f-8b68-42c240f0acab} oximeter.timeseries_schema (01d04810-3288-4eb0-b300-784d29626f91) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.02.23 16:31:49.232022 [ 274 ] {10536517-fb89-4f3f-8b68-42c240f0acab} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', '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.02.23 16:31:49.232133 [ 274 ] {10536517-fb89-4f3f-8b68-42c240f0acab} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 13 rows starting from 0 2026.02.23 16:31:49.232563 [ 274 ] {10536517-fb89-4f3f-8b68-42c240f0acab} executeQuery: Read 13 rows, 436.00 B in 0.001236 sec., 10517.79935275081 rows/sec., 344.48 KiB/sec. 2026.02.23 16:31:49.232645 [ 274 ] {10536517-fb89-4f3f-8b68-42c240f0acab} TCPHandler: Processed in 0.001446959 sec. 2026.02.23 16:31:49.232853 [ 274 ] {} TCP-Session: 5b5d643d-0c28-45fb-b1db-27667008eb70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:31:49.232981 [ 274 ] {d89219f6-5223-4795-9196-e59cc13372b0} executeQuery: (from [fd00:1122:3344:101::d]:37118) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', '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.02.23 16:31:49.233279 [ 274 ] {d89219f6-5223-4795-9196-e59cc13372b0} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.02.23 16:31:49.233320 [ 274 ] {d89219f6-5223-4795-9196-e59cc13372b0} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', '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.02.23 16:31:49.233487 [ 274 ] {d89219f6-5223-4795-9196-e59cc13372b0} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.23 16:31:49.233541 [ 274 ] {d89219f6-5223-4795-9196-e59cc13372b0} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.23 16:31:49.233638 [ 274 ] {d89219f6-5223-4795-9196-e59cc13372b0} oximeter.timeseries_schema (01d04810-3288-4eb0-b300-784d29626f91) (SelectExecutor): Key condition: (column 0 notIn 22-element set) 2026.02.23 16:31:49.233667 [ 274 ] {d89219f6-5223-4795-9196-e59cc13372b0} oximeter.timeseries_schema (01d04810-3288-4eb0-b300-784d29626f91) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.02.23 16:31:49.233685 [ 274 ] {d89219f6-5223-4795-9196-e59cc13372b0} oximeter.timeseries_schema (01d04810-3288-4eb0-b300-784d29626f91) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2026.02.23 16:31:49.233698 [ 274 ] {d89219f6-5223-4795-9196-e59cc13372b0} oximeter.timeseries_schema (01d04810-3288-4eb0-b300-784d29626f91) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.02.23 16:31:49.233730 [ 274 ] {d89219f6-5223-4795-9196-e59cc13372b0} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', '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.02.23 16:31:49.233747 [ 274 ] {d89219f6-5223-4795-9196-e59cc13372b0} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 13 rows starting from 0 2026.02.23 16:31:49.234137 [ 274 ] {d89219f6-5223-4795-9196-e59cc13372b0} executeQuery: Read 13 rows, 436.00 B in 0.001204 sec., 10797.34219269103 rows/sec., 353.64 KiB/sec. 2026.02.23 16:31:49.234225 [ 274 ] {d89219f6-5223-4795-9196-e59cc13372b0} TCPHandler: Processed in 0.001422049 sec. 2026.02.23 16:31:49.234427 [ 274 ] {} TCP-Session: 5b5d643d-0c28-45fb-b1db-27667008eb70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:31:49.234553 [ 274 ] {69053c84-c5c2-4885-bd61-d5c17dea803c} executeQuery: (from [fd00:1122:3344:101::d]:37118) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', '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.02.23 16:31:49.234774 [ 274 ] {69053c84-c5c2-4885-bd61-d5c17dea803c} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.02.23 16:31:49.234806 [ 274 ] {69053c84-c5c2-4885-bd61-d5c17dea803c} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session: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', '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.02.23 16:31:49.234976 [ 274 ] {69053c84-c5c2-4885-bd61-d5c17dea803c} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.23 16:31:49.235027 [ 274 ] {69053c84-c5c2-4885-bd61-d5c17dea803c} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.23 16:31:49.235124 [ 274 ] {69053c84-c5c2-4885-bd61-d5c17dea803c} oximeter.timeseries_schema (01d04810-3288-4eb0-b300-784d29626f91) (SelectExecutor): Key condition: (column 0 notIn 23-element set) 2026.02.23 16:31:49.235154 [ 274 ] {69053c84-c5c2-4885-bd61-d5c17dea803c} oximeter.timeseries_schema (01d04810-3288-4eb0-b300-784d29626f91) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.02.23 16:31:49.235171 [ 274 ] {69053c84-c5c2-4885-bd61-d5c17dea803c} oximeter.timeseries_schema (01d04810-3288-4eb0-b300-784d29626f91) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2026.02.23 16:31:49.235185 [ 274 ] {69053c84-c5c2-4885-bd61-d5c17dea803c} oximeter.timeseries_schema (01d04810-3288-4eb0-b300-784d29626f91) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.02.23 16:31:49.235217 [ 274 ] {69053c84-c5c2-4885-bd61-d5c17dea803c} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session: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', '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.02.23 16:31:49.235233 [ 274 ] {69053c84-c5c2-4885-bd61-d5c17dea803c} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 13 rows starting from 0 2026.02.23 16:31:49.235650 [ 274 ] {69053c84-c5c2-4885-bd61-d5c17dea803c} executeQuery: Read 13 rows, 436.00 B in 0.001144 sec., 11363.636363636364 rows/sec., 372.19 KiB/sec. 2026.02.23 16:31:49.235737 [ 274 ] {69053c84-c5c2-4885-bd61-d5c17dea803c} TCPHandler: Processed in 0.001360938 sec. 2026.02.23 16:31:49.235932 [ 274 ] {} TCP-Session: 5b5d643d-0c28-45fb-b1db-27667008eb70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:31:49.236057 [ 274 ] {1d22ea94-5462-4173-998d-5901fa4feeeb} executeQuery: (from [fd00:1122:3344:101::d]:37118) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', '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.02.23 16:31:49.236267 [ 274 ] {1d22ea94-5462-4173-998d-5901fa4feeeb} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.02.23 16:31:49.236299 [ 274 ] {1d22ea94-5462-4173-998d-5901fa4feeeb} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session: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', '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.02.23 16:31:49.236469 [ 274 ] {1d22ea94-5462-4173-998d-5901fa4feeeb} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.23 16:31:49.236521 [ 274 ] {1d22ea94-5462-4173-998d-5901fa4feeeb} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.23 16:31:49.236620 [ 274 ] {1d22ea94-5462-4173-998d-5901fa4feeeb} oximeter.timeseries_schema (01d04810-3288-4eb0-b300-784d29626f91) (SelectExecutor): Key condition: (column 0 notIn 24-element set) 2026.02.23 16:31:49.236649 [ 274 ] {1d22ea94-5462-4173-998d-5901fa4feeeb} oximeter.timeseries_schema (01d04810-3288-4eb0-b300-784d29626f91) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.02.23 16:31:49.236667 [ 274 ] {1d22ea94-5462-4173-998d-5901fa4feeeb} oximeter.timeseries_schema (01d04810-3288-4eb0-b300-784d29626f91) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2026.02.23 16:31:49.236681 [ 274 ] {1d22ea94-5462-4173-998d-5901fa4feeeb} oximeter.timeseries_schema (01d04810-3288-4eb0-b300-784d29626f91) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.02.23 16:31:49.236713 [ 274 ] {1d22ea94-5462-4173-998d-5901fa4feeeb} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session: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', '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.02.23 16:31:49.236729 [ 274 ] {1d22ea94-5462-4173-998d-5901fa4feeeb} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 13 rows starting from 0 2026.02.23 16:31:49.237149 [ 274 ] {1d22ea94-5462-4173-998d-5901fa4feeeb} executeQuery: Read 13 rows, 436.00 B in 0.001138 sec., 11423.550087873464 rows/sec., 374.15 KiB/sec. 2026.02.23 16:31:49.237244 [ 274 ] {1d22ea94-5462-4173-998d-5901fa4feeeb} TCPHandler: Processed in 0.001362668 sec. 2026.02.23 16:31:49.237444 [ 274 ] {} TCP-Session: 5b5d643d-0c28-45fb-b1db-27667008eb70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:31:49.237571 [ 274 ] {bcab9129-e44c-4965-a9c0-0d4e0655a89a} executeQuery: (from [fd00:1122:3344:101::d]:37118) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', '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.02.23 16:31:49.237781 [ 274 ] {bcab9129-e44c-4965-a9c0-0d4e0655a89a} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.02.23 16:31:49.237813 [ 274 ] {bcab9129-e44c-4965-a9c0-0d4e0655a89a} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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', '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.02.23 16:31:49.237985 [ 274 ] {bcab9129-e44c-4965-a9c0-0d4e0655a89a} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.23 16:31:49.238037 [ 274 ] {bcab9129-e44c-4965-a9c0-0d4e0655a89a} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.23 16:31:49.238134 [ 274 ] {bcab9129-e44c-4965-a9c0-0d4e0655a89a} oximeter.timeseries_schema (01d04810-3288-4eb0-b300-784d29626f91) (SelectExecutor): Key condition: (column 0 notIn 25-element set) 2026.02.23 16:31:49.238163 [ 274 ] {bcab9129-e44c-4965-a9c0-0d4e0655a89a} oximeter.timeseries_schema (01d04810-3288-4eb0-b300-784d29626f91) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.02.23 16:31:49.238181 [ 274 ] {bcab9129-e44c-4965-a9c0-0d4e0655a89a} oximeter.timeseries_schema (01d04810-3288-4eb0-b300-784d29626f91) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2026.02.23 16:31:49.238195 [ 274 ] {bcab9129-e44c-4965-a9c0-0d4e0655a89a} oximeter.timeseries_schema (01d04810-3288-4eb0-b300-784d29626f91) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.02.23 16:31:49.238227 [ 274 ] {bcab9129-e44c-4965-a9c0-0d4e0655a89a} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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', '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.02.23 16:31:49.238245 [ 274 ] {bcab9129-e44c-4965-a9c0-0d4e0655a89a} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 13 rows starting from 0 2026.02.23 16:31:49.238713 [ 274 ] {bcab9129-e44c-4965-a9c0-0d4e0655a89a} executeQuery: Read 13 rows, 436.00 B in 0.001189 sec., 10933.557611438184 rows/sec., 358.10 KiB/sec. 2026.02.23 16:31:49.238805 [ 274 ] {bcab9129-e44c-4965-a9c0-0d4e0655a89a} TCPHandler: Processed in 0.001411139 sec. 2026.02.23 16:31:49.239051 [ 274 ] {} TCP-Session: 5b5d643d-0c28-45fb-b1db-27667008eb70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:31:49.239186 [ 274 ] {d6be2782-9da8-42c0-900a-33edb1e8d1b0} executeQuery: (from [fd00:1122:3344:101::d]:37118) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', '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.02.23 16:31:49.239400 [ 274 ] {d6be2782-9da8-42c0-900a-33edb1e8d1b0} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.02.23 16:31:49.239433 [ 274 ] {d6be2782-9da8-42c0-900a-33edb1e8d1b0} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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', '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.02.23 16:31:49.239609 [ 274 ] {d6be2782-9da8-42c0-900a-33edb1e8d1b0} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.23 16:31:49.239661 [ 274 ] {d6be2782-9da8-42c0-900a-33edb1e8d1b0} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.23 16:31:49.239759 [ 274 ] {d6be2782-9da8-42c0-900a-33edb1e8d1b0} oximeter.timeseries_schema (01d04810-3288-4eb0-b300-784d29626f91) (SelectExecutor): Key condition: (column 0 notIn 26-element set) 2026.02.23 16:31:49.239787 [ 274 ] {d6be2782-9da8-42c0-900a-33edb1e8d1b0} oximeter.timeseries_schema (01d04810-3288-4eb0-b300-784d29626f91) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.02.23 16:31:49.239805 [ 274 ] {d6be2782-9da8-42c0-900a-33edb1e8d1b0} oximeter.timeseries_schema (01d04810-3288-4eb0-b300-784d29626f91) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2026.02.23 16:31:49.239818 [ 274 ] {d6be2782-9da8-42c0-900a-33edb1e8d1b0} oximeter.timeseries_schema (01d04810-3288-4eb0-b300-784d29626f91) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.02.23 16:31:49.239850 [ 274 ] {d6be2782-9da8-42c0-900a-33edb1e8d1b0} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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', '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.02.23 16:31:49.239868 [ 274 ] {d6be2782-9da8-42c0-900a-33edb1e8d1b0} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 13 rows starting from 0 2026.02.23 16:31:49.240303 [ 274 ] {d6be2782-9da8-42c0-900a-33edb1e8d1b0} executeQuery: Read 13 rows, 436.00 B in 0.001165 sec., 11158.798283261802 rows/sec., 365.48 KiB/sec. 2026.02.23 16:31:49.240391 [ 274 ] {d6be2782-9da8-42c0-900a-33edb1e8d1b0} TCPHandler: Processed in 0.001390289 sec. 2026.02.23 16:31:49.241052 [ 274 ] {} TCP-Session: 5b5d643d-0c28-45fb-b1db-27667008eb70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:31:49.241184 [ 274 ] {8b444d52-4fc5-4529-98e6-b83c10963491} executeQuery: (from [fd00:1122:3344:101::d]:37118) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', '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.02.23 16:31:49.241406 [ 274 ] {8b444d52-4fc5-4529-98e6-b83c10963491} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.02.23 16:31:49.241438 [ 274 ] {8b444d52-4fc5-4529-98e6-b83c10963491} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', '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.02.23 16:31:49.241618 [ 274 ] {8b444d52-4fc5-4529-98e6-b83c10963491} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.23 16:31:49.241669 [ 274 ] {8b444d52-4fc5-4529-98e6-b83c10963491} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.23 16:31:49.241767 [ 274 ] {8b444d52-4fc5-4529-98e6-b83c10963491} oximeter.timeseries_schema (01d04810-3288-4eb0-b300-784d29626f91) (SelectExecutor): Key condition: (column 0 notIn 27-element set) 2026.02.23 16:31:49.241796 [ 274 ] {8b444d52-4fc5-4529-98e6-b83c10963491} oximeter.timeseries_schema (01d04810-3288-4eb0-b300-784d29626f91) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.02.23 16:31:49.241814 [ 274 ] {8b444d52-4fc5-4529-98e6-b83c10963491} oximeter.timeseries_schema (01d04810-3288-4eb0-b300-784d29626f91) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2026.02.23 16:31:49.241828 [ 274 ] {8b444d52-4fc5-4529-98e6-b83c10963491} oximeter.timeseries_schema (01d04810-3288-4eb0-b300-784d29626f91) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.02.23 16:31:49.241861 [ 274 ] {8b444d52-4fc5-4529-98e6-b83c10963491} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', '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.02.23 16:31:49.241879 [ 274 ] {8b444d52-4fc5-4529-98e6-b83c10963491} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 13 rows starting from 0 2026.02.23 16:31:49.242329 [ 274 ] {8b444d52-4fc5-4529-98e6-b83c10963491} executeQuery: Read 13 rows, 436.00 B in 0.001197 sec., 10860.484544695071 rows/sec., 355.71 KiB/sec. 2026.02.23 16:31:49.242391 [ 274 ] {8b444d52-4fc5-4529-98e6-b83c10963491} TCPHandler: Processed in 0.001389649 sec. 2026.02.23 16:31:49.243010 [ 274 ] {} TCP-Session: 5b5d643d-0c28-45fb-b1db-27667008eb70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:31:49.243139 [ 274 ] {840af523-6ca9-4829-ac4c-d5b566e07964} executeQuery: (from [fd00:1122:3344:101::d]:37118) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', '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.02.23 16:31:49.243350 [ 274 ] {840af523-6ca9-4829-ac4c-d5b566e07964} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.02.23 16:31:49.243384 [ 274 ] {840af523-6ca9-4829-ac4c-d5b566e07964} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', '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.02.23 16:31:49.243562 [ 274 ] {840af523-6ca9-4829-ac4c-d5b566e07964} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.23 16:31:49.243614 [ 274 ] {840af523-6ca9-4829-ac4c-d5b566e07964} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.23 16:31:49.243712 [ 274 ] {840af523-6ca9-4829-ac4c-d5b566e07964} oximeter.timeseries_schema (01d04810-3288-4eb0-b300-784d29626f91) (SelectExecutor): Key condition: (column 0 notIn 28-element set) 2026.02.23 16:31:49.243740 [ 274 ] {840af523-6ca9-4829-ac4c-d5b566e07964} oximeter.timeseries_schema (01d04810-3288-4eb0-b300-784d29626f91) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.02.23 16:31:49.243758 [ 274 ] {840af523-6ca9-4829-ac4c-d5b566e07964} oximeter.timeseries_schema (01d04810-3288-4eb0-b300-784d29626f91) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2026.02.23 16:31:49.243772 [ 274 ] {840af523-6ca9-4829-ac4c-d5b566e07964} oximeter.timeseries_schema (01d04810-3288-4eb0-b300-784d29626f91) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.02.23 16:31:49.243804 [ 274 ] {840af523-6ca9-4829-ac4c-d5b566e07964} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', '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.02.23 16:31:49.243822 [ 274 ] {840af523-6ca9-4829-ac4c-d5b566e07964} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 13 rows starting from 0 2026.02.23 16:31:49.244481 [ 274 ] {840af523-6ca9-4829-ac4c-d5b566e07964} executeQuery: Read 13 rows, 436.00 B in 0.001391 sec., 9345.794392523363 rows/sec., 306.10 KiB/sec. 2026.02.23 16:31:49.244563 [ 274 ] {840af523-6ca9-4829-ac4c-d5b566e07964} TCPHandler: Processed in 0.001603543 sec. 2026.02.23 16:31:49.244751 [ 274 ] {} TCP-Session: 5b5d643d-0c28-45fb-b1db-27667008eb70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:31:49.244880 [ 274 ] {2a3832d9-84c8-4eb7-8c2f-395bbb6931c9} executeQuery: (from [fd00:1122:3344:101::d]:37118) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', '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.02.23 16:31:49.245095 [ 274 ] {2a3832d9-84c8-4eb7-8c2f-395bbb6931c9} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.02.23 16:31:49.245128 [ 274 ] {2a3832d9-84c8-4eb7-8c2f-395bbb6931c9} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', '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.02.23 16:31:49.245308 [ 274 ] {2a3832d9-84c8-4eb7-8c2f-395bbb6931c9} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.23 16:31:49.245360 [ 274 ] {2a3832d9-84c8-4eb7-8c2f-395bbb6931c9} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.23 16:31:49.245458 [ 274 ] {2a3832d9-84c8-4eb7-8c2f-395bbb6931c9} oximeter.timeseries_schema (01d04810-3288-4eb0-b300-784d29626f91) (SelectExecutor): Key condition: (column 0 notIn 29-element set) 2026.02.23 16:31:49.245487 [ 274 ] {2a3832d9-84c8-4eb7-8c2f-395bbb6931c9} oximeter.timeseries_schema (01d04810-3288-4eb0-b300-784d29626f91) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.02.23 16:31:49.245506 [ 274 ] {2a3832d9-84c8-4eb7-8c2f-395bbb6931c9} oximeter.timeseries_schema (01d04810-3288-4eb0-b300-784d29626f91) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2026.02.23 16:31:49.245520 [ 274 ] {2a3832d9-84c8-4eb7-8c2f-395bbb6931c9} oximeter.timeseries_schema (01d04810-3288-4eb0-b300-784d29626f91) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.02.23 16:31:49.245552 [ 274 ] {2a3832d9-84c8-4eb7-8c2f-395bbb6931c9} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', '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.02.23 16:31:49.245569 [ 274 ] {2a3832d9-84c8-4eb7-8c2f-395bbb6931c9} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 13 rows starting from 0 2026.02.23 16:31:49.246021 [ 274 ] {2a3832d9-84c8-4eb7-8c2f-395bbb6931c9} executeQuery: Read 13 rows, 436.00 B in 0.001191 sec., 10915.1973131822 rows/sec., 357.50 KiB/sec. 2026.02.23 16:31:49.246103 [ 274 ] {2a3832d9-84c8-4eb7-8c2f-395bbb6931c9} TCPHandler: Processed in 0.001402369 sec. 2026.02.23 16:31:49.246295 [ 274 ] {} TCP-Session: 5b5d643d-0c28-45fb-b1db-27667008eb70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:31:49.246426 [ 274 ] {75577f08-f17b-45b2-87d4-cd781ee594e3} executeQuery: (from [fd00:1122:3344:101::d]:37118) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', '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.02.23 16:31:49.246649 [ 274 ] {75577f08-f17b-45b2-87d4-cd781ee594e3} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.02.23 16:31:49.246684 [ 274 ] {75577f08-f17b-45b2-87d4-cd781ee594e3} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', '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.02.23 16:31:49.246868 [ 274 ] {75577f08-f17b-45b2-87d4-cd781ee594e3} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.23 16:31:49.246919 [ 274 ] {75577f08-f17b-45b2-87d4-cd781ee594e3} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.23 16:31:49.247017 [ 274 ] {75577f08-f17b-45b2-87d4-cd781ee594e3} oximeter.timeseries_schema (01d04810-3288-4eb0-b300-784d29626f91) (SelectExecutor): Key condition: (column 0 notIn 30-element set) 2026.02.23 16:31:49.247046 [ 274 ] {75577f08-f17b-45b2-87d4-cd781ee594e3} oximeter.timeseries_schema (01d04810-3288-4eb0-b300-784d29626f91) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.02.23 16:31:49.247064 [ 274 ] {75577f08-f17b-45b2-87d4-cd781ee594e3} oximeter.timeseries_schema (01d04810-3288-4eb0-b300-784d29626f91) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2026.02.23 16:31:49.247079 [ 274 ] {75577f08-f17b-45b2-87d4-cd781ee594e3} oximeter.timeseries_schema (01d04810-3288-4eb0-b300-784d29626f91) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.02.23 16:31:49.247112 [ 274 ] {75577f08-f17b-45b2-87d4-cd781ee594e3} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', '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.02.23 16:31:49.247130 [ 274 ] {75577f08-f17b-45b2-87d4-cd781ee594e3} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 13 rows starting from 0 2026.02.23 16:31:49.247550 [ 274 ] {75577f08-f17b-45b2-87d4-cd781ee594e3} executeQuery: Read 13 rows, 436.00 B in 0.001175 sec., 11063.829787234043 rows/sec., 362.37 KiB/sec. 2026.02.23 16:31:49.247634 [ 274 ] {75577f08-f17b-45b2-87d4-cd781ee594e3} TCPHandler: Processed in 0.001388828 sec. 2026.02.23 16:31:49.247970 [ 274 ] {} TCP-Session: 5b5d643d-0c28-45fb-b1db-27667008eb70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:31:49.248102 [ 274 ] {cbf89473-8557-4406-a886-c21f7c604805} executeQuery: (from [fd00:1122:3344:101::d]:37118) 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_table:capacity', 'switch_table: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.02.23 16:31:49.248319 [ 274 ] {cbf89473-8557-4406-a886-c21f7c604805} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.02.23 16:31:49.248353 [ 274 ] {cbf89473-8557-4406-a886-c21f7c604805} 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_table:capacity', 'switch_table: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.02.23 16:31:49.248541 [ 274 ] {cbf89473-8557-4406-a886-c21f7c604805} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.23 16:31:49.248593 [ 274 ] {cbf89473-8557-4406-a886-c21f7c604805} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.23 16:31:49.248691 [ 274 ] {cbf89473-8557-4406-a886-c21f7c604805} oximeter.timeseries_schema (01d04810-3288-4eb0-b300-784d29626f91) (SelectExecutor): Key condition: (column 0 notIn 31-element set) 2026.02.23 16:31:49.248718 [ 274 ] {cbf89473-8557-4406-a886-c21f7c604805} oximeter.timeseries_schema (01d04810-3288-4eb0-b300-784d29626f91) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.02.23 16:31:49.248737 [ 274 ] {cbf89473-8557-4406-a886-c21f7c604805} oximeter.timeseries_schema (01d04810-3288-4eb0-b300-784d29626f91) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2026.02.23 16:31:49.248750 [ 274 ] {cbf89473-8557-4406-a886-c21f7c604805} oximeter.timeseries_schema (01d04810-3288-4eb0-b300-784d29626f91) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.02.23 16:31:49.248782 [ 274 ] {cbf89473-8557-4406-a886-c21f7c604805} MergeTreeBaseSelectProcessor: 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_table:capacity', 'switch_table: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.02.23 16:31:49.248800 [ 274 ] {cbf89473-8557-4406-a886-c21f7c604805} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 13 rows starting from 0 2026.02.23 16:31:49.249250 [ 274 ] {cbf89473-8557-4406-a886-c21f7c604805} executeQuery: Read 13 rows, 436.00 B in 0.0012 sec., 10833.333333333334 rows/sec., 354.82 KiB/sec. 2026.02.23 16:31:49.249335 [ 274 ] {cbf89473-8557-4406-a886-c21f7c604805} TCPHandler: Processed in 0.00141454 sec. 2026.02.23 16:31:49.253376 [ 274 ] {} TCP-Session: 5b5d643d-0c28-45fb-b1db-27667008eb70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:31:49.253503 [ 274 ] {eefc4550-7bf0-4bf8-b7c1-6cca369450f8} executeQuery: (from [fd00:1122:3344:101::d]:37118) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2026.02.23 16:31:49.253553 [ 274 ] {eefc4550-7bf0-4bf8-b7c1-6cca369450f8} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.23 16:31:49.254167 [ 274 ] {eefc4550-7bf0-4bf8-b7c1-6cca369450f8} oximeter.timeseries_schema (01d04810-3288-4eb0-b300-784d29626f91): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:31:49.254217 [ 274 ] {eefc4550-7bf0-4bf8-b7c1-6cca369450f8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.02.23 16:31:49.254849 [ 274 ] {eefc4550-7bf0-4bf8-b7c1-6cca369450f8} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.02.23 16:31:49.255262 [ 274 ] {eefc4550-7bf0-4bf8-b7c1-6cca369450f8} oximeter.timeseries_schema (01d04810-3288-4eb0-b300-784d29626f91): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:31:49.255421 [ 274 ] {eefc4550-7bf0-4bf8-b7c1-6cca369450f8} executeQuery: Read 19 rows, 2.54 KiB in 0.001955 sec., 9718.670076726343 rows/sec., 1.27 MiB/sec. 2026.02.23 16:31:49.255461 [ 274 ] {eefc4550-7bf0-4bf8-b7c1-6cca369450f8} TCPHandler: Processed in 0.002146195 sec. 2026.02.23 16:31:49.255572 [ 274 ] {} TCP-Session: 5b5d643d-0c28-45fb-b1db-27667008eb70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:31:49.255670 [ 274 ] {abbefb56-0148-4ba3-ac3d-d88e7b4e964b} executeQuery: (from [fd00:1122:3344:101::d]:37118) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.02.23 16:31:49.255711 [ 274 ] {abbefb56-0148-4ba3-ac3d-d88e7b4e964b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.02.23 16:31:49.256137 [ 274 ] {abbefb56-0148-4ba3-ac3d-d88e7b4e964b} oximeter.fields_ipaddr (aca7842a-9245-4e3c-8c67-e3828bf88048): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:31:49.256175 [ 274 ] {abbefb56-0148-4ba3-ac3d-d88e7b4e964b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.02.23 16:31:49.256617 [ 274 ] {abbefb56-0148-4ba3-ac3d-d88e7b4e964b} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.02.23 16:31:49.257089 [ 274 ] {abbefb56-0148-4ba3-ac3d-d88e7b4e964b} oximeter.fields_ipaddr (aca7842a-9245-4e3c-8c67-e3828bf88048): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:31:49.257230 [ 274 ] {abbefb56-0148-4ba3-ac3d-d88e7b4e964b} executeQuery: Read 4 rows, 334.00 B in 0.001581 sec., 2530.044275774826 rows/sec., 206.31 KiB/sec. 2026.02.23 16:31:49.257268 [ 274 ] {abbefb56-0148-4ba3-ac3d-d88e7b4e964b} TCPHandler: Processed in 0.001746376 sec. 2026.02.23 16:31:49.257374 [ 274 ] {} TCP-Session: 5b5d643d-0c28-45fb-b1db-27667008eb70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:31:49.257468 [ 274 ] {89a12df2-39dd-4f87-9b91-879ced7348dc} executeQuery: (from [fd00:1122:3344:101::d]:37118) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.23 16:31:49.257508 [ 274 ] {89a12df2-39dd-4f87-9b91-879ced7348dc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.23 16:31:49.257920 [ 274 ] {89a12df2-39dd-4f87-9b91-879ced7348dc} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:31:49.257957 [ 274 ] {89a12df2-39dd-4f87-9b91-879ced7348dc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.02.23 16:31:49.258392 [ 274 ] {89a12df2-39dd-4f87-9b91-879ced7348dc} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.02.23 16:31:49.258863 [ 274 ] {89a12df2-39dd-4f87-9b91-879ced7348dc} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:31:49.259003 [ 274 ] {89a12df2-39dd-4f87-9b91-879ced7348dc} executeQuery: Read 43 rows, 3.58 KiB in 0.001552 sec., 27706.18556701031 rows/sec., 2.25 MiB/sec. 2026.02.23 16:31:49.259042 [ 274 ] {89a12df2-39dd-4f87-9b91-879ced7348dc} TCPHandler: Processed in 0.001717205 sec. 2026.02.23 16:31:49.259141 [ 274 ] {} TCP-Session: 5b5d643d-0c28-45fb-b1db-27667008eb70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:31:49.259235 [ 274 ] {36e018b9-6b0d-4c5c-95ee-5845b92d2c65} executeQuery: (from [fd00:1122:3344:101::d]:37118) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.23 16:31:49.259274 [ 274 ] {36e018b9-6b0d-4c5c-95ee-5845b92d2c65} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.23 16:31:49.259941 [ 274 ] {36e018b9-6b0d-4c5c-95ee-5845b92d2c65} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:31:49.259977 [ 274 ] {36e018b9-6b0d-4c5c-95ee-5845b92d2c65} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.02.23 16:31:49.260446 [ 274 ] {36e018b9-6b0d-4c5c-95ee-5845b92d2c65} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.02.23 16:31:49.260917 [ 274 ] {36e018b9-6b0d-4c5c-95ee-5845b92d2c65} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:31:49.261057 [ 274 ] {36e018b9-6b0d-4c5c-95ee-5845b92d2c65} executeQuery: Read 11 rows, 825.00 B in 0.00184 sec., 5978.260869565217 rows/sec., 437.86 KiB/sec. 2026.02.23 16:31:49.261101 [ 274 ] {36e018b9-6b0d-4c5c-95ee-5845b92d2c65} TCPHandler: Processed in 0.002010071 sec. 2026.02.23 16:31:49.261205 [ 274 ] {} TCP-Session: 5b5d643d-0c28-45fb-b1db-27667008eb70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:31:49.261300 [ 274 ] {dd04c838-7af4-4a10-a3e5-cfc191952d3e} executeQuery: (from [fd00:1122:3344:101::d]:37118) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.02.23 16:31:49.261338 [ 274 ] {dd04c838-7af4-4a10-a3e5-cfc191952d3e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.02.23 16:31:49.261718 [ 274 ] {dd04c838-7af4-4a10-a3e5-cfc191952d3e} oximeter.fields_u32 (3630ead0-c5da-4e23-a9d2-59d0589dc119): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:31:49.261754 [ 274 ] {dd04c838-7af4-4a10-a3e5-cfc191952d3e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.02.23 16:31:49.262228 [ 274 ] {dd04c838-7af4-4a10-a3e5-cfc191952d3e} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.02.23 16:31:49.262788 [ 274 ] {dd04c838-7af4-4a10-a3e5-cfc191952d3e} oximeter.fields_u32 (3630ead0-c5da-4e23-a9d2-59d0589dc119): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:31:49.262935 [ 274 ] {dd04c838-7af4-4a10-a3e5-cfc191952d3e} executeQuery: Read 1 rows, 68.00 B in 0.001653 sec., 604.9606775559589 rows/sec., 40.17 KiB/sec. 2026.02.23 16:31:49.262979 [ 274 ] {dd04c838-7af4-4a10-a3e5-cfc191952d3e} TCPHandler: Processed in 0.001825167 sec. 2026.02.23 16:31:49.263083 [ 274 ] {} TCP-Session: 5b5d643d-0c28-45fb-b1db-27667008eb70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:31:49.263178 [ 274 ] {62152179-2127-4db1-9506-f145df41142b} executeQuery: (from [fd00:1122:3344:101::d]:37118) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.23 16:31:49.263217 [ 274 ] {62152179-2127-4db1-9506-f145df41142b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.23 16:31:49.263628 [ 274 ] {62152179-2127-4db1-9506-f145df41142b} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:31:49.263664 [ 274 ] {62152179-2127-4db1-9506-f145df41142b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.02.23 16:31:49.264102 [ 274 ] {62152179-2127-4db1-9506-f145df41142b} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.02.23 16:31:49.264600 [ 274 ] {62152179-2127-4db1-9506-f145df41142b} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:31:49.264733 [ 274 ] {62152179-2127-4db1-9506-f145df41142b} executeQuery: Read 45 rows, 3.61 KiB in 0.001573 sec., 28607.755880483153 rows/sec., 2.24 MiB/sec. 2026.02.23 16:31:49.264777 [ 274 ] {62152179-2127-4db1-9506-f145df41142b} TCPHandler: Processed in 0.001745396 sec. 2026.02.23 16:31:49.264874 [ 274 ] {} TCP-Session: 5b5d643d-0c28-45fb-b1db-27667008eb70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:31:49.264968 [ 274 ] {cee58d51-5678-45f0-aedc-fb4e00abe5a2} executeQuery: (from [fd00:1122:3344:101::d]:37118) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.23 16:31:49.265010 [ 274 ] {cee58d51-5678-45f0-aedc-fb4e00abe5a2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.23 16:31:49.265420 [ 274 ] {cee58d51-5678-45f0-aedc-fb4e00abe5a2} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:31:49.265454 [ 274 ] {cee58d51-5678-45f0-aedc-fb4e00abe5a2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.02.23 16:31:49.265912 [ 274 ] {cee58d51-5678-45f0-aedc-fb4e00abe5a2} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.02.23 16:31:49.266451 [ 274 ] {cee58d51-5678-45f0-aedc-fb4e00abe5a2} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:31:49.266588 [ 274 ] {cee58d51-5678-45f0-aedc-fb4e00abe5a2} executeQuery: Read 102 rows, 7.24 KiB in 0.001638 sec., 62271.06227106228 rows/sec., 4.32 MiB/sec. 2026.02.23 16:31:49.266629 [ 274 ] {cee58d51-5678-45f0-aedc-fb4e00abe5a2} TCPHandler: Processed in 0.001804167 sec. 2026.02.23 16:31:49.266734 [ 274 ] {} TCP-Session: 5b5d643d-0c28-45fb-b1db-27667008eb70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:31:49.266828 [ 274 ] {5d8bb313-8ffe-4242-9b12-2921790373f1} executeQuery: (from [fd00:1122:3344:101::d]:37118) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.02.23 16:31:49.266870 [ 274 ] {5d8bb313-8ffe-4242-9b12-2921790373f1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.02.23 16:31:49.267185 [ 274 ] {5d8bb313-8ffe-4242-9b12-2921790373f1} oximeter.measurements_f64 (97dc9cb4-ce5b-499b-8326-a1427ee1bb47): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:31:49.267222 [ 274 ] {5d8bb313-8ffe-4242-9b12-2921790373f1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.02.23 16:31:49.267654 [ 274 ] {5d8bb313-8ffe-4242-9b12-2921790373f1} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.02.23 16:31:49.268104 [ 274 ] {5d8bb313-8ffe-4242-9b12-2921790373f1} oximeter.measurements_f64 (97dc9cb4-ce5b-499b-8326-a1427ee1bb47): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:31:49.268240 [ 274 ] {5d8bb313-8ffe-4242-9b12-2921790373f1} executeQuery: Read 1 rows, 65.00 B in 0.00143 sec., 699.3006993006993 rows/sec., 44.39 KiB/sec. 2026.02.23 16:31:49.268280 [ 274 ] {5d8bb313-8ffe-4242-9b12-2921790373f1} TCPHandler: Processed in 0.001596523 sec. 2026.02.23 16:31:49.268385 [ 274 ] {} TCP-Session: 5b5d643d-0c28-45fb-b1db-27667008eb70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:31:49.268479 [ 274 ] {8b52c864-90de-4c45-b9eb-14639a6bb921} executeQuery: (from [fd00:1122:3344:101::d]:37118) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.23 16:31:49.268532 [ 274 ] {8b52c864-90de-4c45-b9eb-14639a6bb921} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.23 16:31:49.269212 [ 274 ] {8b52c864-90de-4c45-b9eb-14639a6bb921} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:31:49.269248 [ 274 ] {8b52c864-90de-4c45-b9eb-14639a6bb921} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.02.23 16:31:49.272261 [ 274 ] {8b52c864-90de-4c45-b9eb-14639a6bb921} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.02.23 16:31:49.272718 [ 274 ] {8b52c864-90de-4c45-b9eb-14639a6bb921} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:31:49.272868 [ 274 ] {8b52c864-90de-4c45-b9eb-14639a6bb921} executeQuery: Read 7 rows, 12.84 KiB in 0.004406 sec., 1588.7426236949614 rows/sec., 2.85 MiB/sec. 2026.02.23 16:31:49.272926 [ 274 ] {8b52c864-90de-4c45-b9eb-14639a6bb921} TCPHandler: Processed in 0.004590625 sec. 2026.02.23 16:31:49.273044 [ 274 ] {} TCP-Session: 5b5d643d-0c28-45fb-b1db-27667008eb70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:31:49.273141 [ 274 ] {7e1d1599-c095-4252-a416-e06fe691b9a8} executeQuery: (from [fd00:1122:3344:101::d]:37118) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) 2026.02.23 16:31:49.273182 [ 274 ] {7e1d1599-c095-4252-a416-e06fe691b9a8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2026.02.23 16:31:49.273513 [ 274 ] {7e1d1599-c095-4252-a416-e06fe691b9a8} oximeter.measurements_i64 (c4023ee6-d304-4be9-ac18-40ab79ff5d48): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:31:49.273550 [ 274 ] {7e1d1599-c095-4252-a416-e06fe691b9a8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.02.23 16:31:49.274044 [ 274 ] {7e1d1599-c095-4252-a416-e06fe691b9a8} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.02.23 16:31:49.274482 [ 274 ] {7e1d1599-c095-4252-a416-e06fe691b9a8} oximeter.measurements_i64 (c4023ee6-d304-4be9-ac18-40ab79ff5d48): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:31:49.274618 [ 274 ] {7e1d1599-c095-4252-a416-e06fe691b9a8} executeQuery: Read 6 rows, 434.00 B in 0.001496 sec., 4010.6951871657757 rows/sec., 283.31 KiB/sec. 2026.02.23 16:31:49.274653 [ 274 ] {7e1d1599-c095-4252-a416-e06fe691b9a8} TCPHandler: Processed in 0.001658814 sec. 2026.02.23 16:31:49.274822 [ 274 ] {} TCP-Session: 5b5d643d-0c28-45fb-b1db-27667008eb70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:31:49.274916 [ 274 ] {1c557b67-aabf-408b-930f-da8b0e0f0e95} executeQuery: (from [fd00:1122:3344:101::d]:37118) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.23 16:31:49.274957 [ 274 ] {1c557b67-aabf-408b-930f-da8b0e0f0e95} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.23 16:31:49.275312 [ 274 ] {1c557b67-aabf-408b-930f-da8b0e0f0e95} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:31:49.275360 [ 274 ] {1c557b67-aabf-408b-930f-da8b0e0f0e95} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.02.23 16:31:49.276003 [ 274 ] {1c557b67-aabf-408b-930f-da8b0e0f0e95} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.02.23 16:31:49.276651 [ 274 ] {1c557b67-aabf-408b-930f-da8b0e0f0e95} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:31:49.276838 [ 274 ] {1c557b67-aabf-408b-930f-da8b0e0f0e95} executeQuery: Read 30 rows, 2.10 KiB in 0.001937 sec., 15487.867836861125 rows/sec., 1.06 MiB/sec. 2026.02.23 16:31:49.276890 [ 274 ] {1c557b67-aabf-408b-930f-da8b0e0f0e95} TCPHandler: Processed in 0.002116133 sec. 2026.02.23 16:31:50.136519 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 2424 2026.02.23 16:31:50.137049 [ 244 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:31:50.137105 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.02.23 16:31:50.137770 [ 244 ] {} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.02.23 16:31:50.138212 [ 244 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:31:50.138380 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2424 2026.02.23 16:31:50.266037 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 38 2026.02.23 16:31:50.283523 [ 243 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:31:50.283590 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.02.23 16:31:50.290122 [ 243 ] {} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.02.23 16:31:50.291493 [ 243 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:31:50.294704 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 38 2026.02.23 16:31:51.000181 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 168.57 MiB, peak 172.69 MiB, free memory in arenas 0.00 B, will set to 170.26 MiB (RSS), difference: 1.69 MiB 2026.02.23 16:31:52.632451 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 80 entries to flush up to offset 224 2026.02.23 16:31:52.635593 [ 242 ] {} system.query_log (b83b341e-dbaf-448e-9582-20b3e6cd291d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:31:52.635636 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2026.02.23 16:31:52.636965 [ 242 ] {} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.02.23 16:31:52.637442 [ 242 ] {} system.query_log (b83b341e-dbaf-448e-9582-20b3e6cd291d): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:31:52.637729 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 224 2026.02.23 16:31:54.205656 [ 274 ] {} TCP-Session: 5b5d643d-0c28-45fb-b1db-27667008eb70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:31:54.205840 [ 274 ] {80c62a29-47ca-45de-9d62-9d2f1c21e021} executeQuery: (from [fd00:1122:3344:101::d]:37118) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.02.23 16:31:54.205903 [ 274 ] {80c62a29-47ca-45de-9d62-9d2f1c21e021} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.02.23 16:31:54.206628 [ 274 ] {80c62a29-47ca-45de-9d62-9d2f1c21e021} oximeter.fields_i16 (91b3829e-2a99-49e1-955c-43ffdc3fb409): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:31:54.206667 [ 274 ] {80c62a29-47ca-45de-9d62-9d2f1c21e021} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2026.02.23 16:31:54.207267 [ 274 ] {80c62a29-47ca-45de-9d62-9d2f1c21e021} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.02.23 16:31:54.207771 [ 274 ] {80c62a29-47ca-45de-9d62-9d2f1c21e021} oximeter.fields_i16 (91b3829e-2a99-49e1-955c-43ffdc3fb409): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:31:54.207918 [ 274 ] {80c62a29-47ca-45de-9d62-9d2f1c21e021} executeQuery: Read 284 rows, 18.47 KiB in 0.002126 sec., 133584.19567262466 rows/sec., 8.48 MiB/sec. 2026.02.23 16:31:54.207958 [ 274 ] {80c62a29-47ca-45de-9d62-9d2f1c21e021} TCPHandler: Processed in 0.0024259 sec. 2026.02.23 16:31:54.208078 [ 274 ] {} TCP-Session: 5b5d643d-0c28-45fb-b1db-27667008eb70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:31:54.208172 [ 274 ] {3104534c-9fa8-4ec4-baa4-21e71f85e32b} executeQuery: (from [fd00:1122:3344:101::d]:37118) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.23 16:31:54.208212 [ 274 ] {3104534c-9fa8-4ec4-baa4-21e71f85e32b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.23 16:31:54.208955 [ 274 ] {3104534c-9fa8-4ec4-baa4-21e71f85e32b} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:31:54.208990 [ 274 ] {3104534c-9fa8-4ec4-baa4-21e71f85e32b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2026.02.23 16:31:54.209441 [ 274 ] {3104534c-9fa8-4ec4-baa4-21e71f85e32b} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.02.23 16:31:54.209871 [ 274 ] {3104534c-9fa8-4ec4-baa4-21e71f85e32b} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:31:54.209998 [ 274 ] {3104534c-9fa8-4ec4-baa4-21e71f85e32b} executeQuery: Read 767 rows, 61.79 KiB in 0.001845 sec., 415718.1571815718 rows/sec., 32.71 MiB/sec. 2026.02.23 16:31:54.210033 [ 274 ] {3104534c-9fa8-4ec4-baa4-21e71f85e32b} TCPHandler: Processed in 0.002003442 sec. 2026.02.23 16:31:54.210143 [ 274 ] {} TCP-Session: 5b5d643d-0c28-45fb-b1db-27667008eb70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:31:54.210234 [ 274 ] {2cc789d9-d2e5-40a2-99a2-359dd2dc206a} executeQuery: (from [fd00:1122:3344:101::d]:37118) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.23 16:31:54.210273 [ 274 ] {2cc789d9-d2e5-40a2-99a2-359dd2dc206a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.23 16:31:54.210690 [ 274 ] {2cc789d9-d2e5-40a2-99a2-359dd2dc206a} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:31:54.210726 [ 274 ] {2cc789d9-d2e5-40a2-99a2-359dd2dc206a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2026.02.23 16:31:54.211133 [ 274 ] {2cc789d9-d2e5-40a2-99a2-359dd2dc206a} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.02.23 16:31:54.211621 [ 274 ] {2cc789d9-d2e5-40a2-99a2-359dd2dc206a} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:31:54.211746 [ 274 ] {2cc789d9-d2e5-40a2-99a2-359dd2dc206a} executeQuery: Read 142 rows, 8.54 KiB in 0.001529 sec., 92871.15761935906 rows/sec., 5.46 MiB/sec. 2026.02.23 16:31:54.211781 [ 274 ] {2cc789d9-d2e5-40a2-99a2-359dd2dc206a} TCPHandler: Processed in 0.001686834 sec. 2026.02.23 16:31:54.211890 [ 274 ] {} TCP-Session: 5b5d643d-0c28-45fb-b1db-27667008eb70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:31:54.211982 [ 274 ] {24950834-069d-4022-86f3-226475a3137b} executeQuery: (from [fd00:1122:3344:101::d]:37118) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.02.23 16:31:54.212020 [ 274 ] {24950834-069d-4022-86f3-226475a3137b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.02.23 16:31:54.212434 [ 274 ] {24950834-069d-4022-86f3-226475a3137b} oximeter.fields_u32 (3630ead0-c5da-4e23-a9d2-59d0589dc119): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:31:54.212469 [ 274 ] {24950834-069d-4022-86f3-226475a3137b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2026.02.23 16:31:54.212874 [ 274 ] {24950834-069d-4022-86f3-226475a3137b} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.02.23 16:31:54.213352 [ 274 ] {24950834-069d-4022-86f3-226475a3137b} oximeter.fields_u32 (3630ead0-c5da-4e23-a9d2-59d0589dc119): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:31:54.213477 [ 274 ] {24950834-069d-4022-86f3-226475a3137b} executeQuery: Read 149 rows, 9.86 KiB in 0.001513 sec., 98479.84137475214 rows/sec., 6.36 MiB/sec. 2026.02.23 16:31:54.213512 [ 274 ] {24950834-069d-4022-86f3-226475a3137b} TCPHandler: Processed in 0.001669284 sec. 2026.02.23 16:31:54.213619 [ 274 ] {} TCP-Session: 5b5d643d-0c28-45fb-b1db-27667008eb70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:31:54.213711 [ 274 ] {bda1ed16-4da7-4c92-ae7d-531c573cf828} executeQuery: (from [fd00:1122:3344:101::d]:37118) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.02.23 16:31:54.213749 [ 274 ] {bda1ed16-4da7-4c92-ae7d-531c573cf828} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.02.23 16:31:54.214162 [ 274 ] {bda1ed16-4da7-4c92-ae7d-531c573cf828} oximeter.fields_u8 (bee44bc4-3670-4879-9501-74bd8c0c3792): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:31:54.214197 [ 274 ] {bda1ed16-4da7-4c92-ae7d-531c573cf828} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2026.02.23 16:31:54.214593 [ 274 ] {bda1ed16-4da7-4c92-ae7d-531c573cf828} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.02.23 16:31:54.215012 [ 274 ] {bda1ed16-4da7-4c92-ae7d-531c573cf828} oximeter.fields_u8 (bee44bc4-3670-4879-9501-74bd8c0c3792): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:31:54.215136 [ 274 ] {bda1ed16-4da7-4c92-ae7d-531c573cf828} executeQuery: Read 148 rows, 8.62 KiB in 0.001442 sec., 102635.22884882109 rows/sec., 5.84 MiB/sec. 2026.02.23 16:31:54.215170 [ 274 ] {bda1ed16-4da7-4c92-ae7d-531c573cf828} TCPHandler: Processed in 0.001598573 sec. 2026.02.23 16:31:54.215283 [ 274 ] {} TCP-Session: 5b5d643d-0c28-45fb-b1db-27667008eb70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:31:54.215374 [ 274 ] {f7db2887-1281-4ba2-836c-7ddd83d822a8} executeQuery: (from [fd00:1122:3344:101::d]:37118) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.23 16:31:54.215412 [ 274 ] {f7db2887-1281-4ba2-836c-7ddd83d822a8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.23 16:31:54.215940 [ 274 ] {f7db2887-1281-4ba2-836c-7ddd83d822a8} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:31:54.215975 [ 274 ] {f7db2887-1281-4ba2-836c-7ddd83d822a8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2026.02.23 16:31:54.216404 [ 274 ] {f7db2887-1281-4ba2-836c-7ddd83d822a8} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.02.23 16:31:54.216824 [ 274 ] {f7db2887-1281-4ba2-836c-7ddd83d822a8} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:31:54.216948 [ 274 ] {f7db2887-1281-4ba2-836c-7ddd83d822a8} executeQuery: Read 454 rows, 32.30 KiB in 0.001591 sec., 285355.1225644249 rows/sec., 19.83 MiB/sec. 2026.02.23 16:31:54.216983 [ 274 ] {f7db2887-1281-4ba2-836c-7ddd83d822a8} TCPHandler: Processed in 0.001747225 sec. 2026.02.23 16:31:54.217090 [ 274 ] {} TCP-Session: 5b5d643d-0c28-45fb-b1db-27667008eb70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:31:54.217182 [ 274 ] {8ab05892-61b0-4cef-b155-1e6fe16b6d5d} executeQuery: (from [fd00:1122:3344:101::d]:37118) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.02.23 16:31:54.217221 [ 274 ] {8ab05892-61b0-4cef-b155-1e6fe16b6d5d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.02.23 16:31:54.217547 [ 274 ] {8ab05892-61b0-4cef-b155-1e6fe16b6d5d} oximeter.measurements_bool (4d7206cf-919d-48fb-bf2a-954f10b7f89e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:31:54.217582 [ 274 ] {8ab05892-61b0-4cef-b155-1e6fe16b6d5d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2026.02.23 16:31:54.217983 [ 274 ] {8ab05892-61b0-4cef-b155-1e6fe16b6d5d} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.02.23 16:31:54.218404 [ 274 ] {8ab05892-61b0-4cef-b155-1e6fe16b6d5d} oximeter.measurements_bool (4d7206cf-919d-48fb-bf2a-954f10b7f89e): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:31:54.218529 [ 274 ] {8ab05892-61b0-4cef-b155-1e6fe16b6d5d} executeQuery: Read 6 rows, 321.00 B in 0.001365 sec., 4395.604395604396 rows/sec., 229.65 KiB/sec. 2026.02.23 16:31:54.218564 [ 274 ] {8ab05892-61b0-4cef-b155-1e6fe16b6d5d} TCPHandler: Processed in 0.001520631 sec. 2026.02.23 16:31:54.218671 [ 274 ] {} TCP-Session: 5b5d643d-0c28-45fb-b1db-27667008eb70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:31:54.218763 [ 274 ] {30db79c5-889f-49e4-bcab-fef5cc4bd7b0} executeQuery: (from [fd00:1122:3344:101::d]:37118) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.23 16:31:54.218804 [ 274 ] {30db79c5-889f-49e4-bcab-fef5cc4bd7b0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.23 16:31:54.219190 [ 274 ] {30db79c5-889f-49e4-bcab-fef5cc4bd7b0} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:31:54.219225 [ 274 ] {30db79c5-889f-49e4-bcab-fef5cc4bd7b0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2026.02.23 16:31:54.219679 [ 274 ] {30db79c5-889f-49e4-bcab-fef5cc4bd7b0} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.02.23 16:31:54.220115 [ 274 ] {30db79c5-889f-49e4-bcab-fef5cc4bd7b0} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:31:54.220241 [ 274 ] {30db79c5-889f-49e4-bcab-fef5cc4bd7b0} executeQuery: Read 205 rows, 13.72 KiB in 0.001496 sec., 137032.08556149734 rows/sec., 8.96 MiB/sec. 2026.02.23 16:31:54.220275 [ 274 ] {30db79c5-889f-49e4-bcab-fef5cc4bd7b0} TCPHandler: Processed in 0.001651044 sec. 2026.02.23 16:31:54.220380 [ 274 ] {} TCP-Session: 5b5d643d-0c28-45fb-b1db-27667008eb70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:31:54.220472 [ 274 ] {e9eba4df-56a4-422c-86f2-d3937aae37e7} executeQuery: (from [fd00:1122:3344:101::d]:37118) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.02.23 16:31:54.220511 [ 274 ] {e9eba4df-56a4-422c-86f2-d3937aae37e7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.02.23 16:31:54.220815 [ 274 ] {e9eba4df-56a4-422c-86f2-d3937aae37e7} oximeter.measurements_f64 (97dc9cb4-ce5b-499b-8326-a1427ee1bb47): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:31:54.220850 [ 274 ] {e9eba4df-56a4-422c-86f2-d3937aae37e7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2026.02.23 16:31:54.221254 [ 274 ] {e9eba4df-56a4-422c-86f2-d3937aae37e7} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.02.23 16:31:54.221673 [ 274 ] {e9eba4df-56a4-422c-86f2-d3937aae37e7} oximeter.measurements_f64 (97dc9cb4-ce5b-499b-8326-a1427ee1bb47): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:31:54.221799 [ 274 ] {e9eba4df-56a4-422c-86f2-d3937aae37e7} executeQuery: Read 1 rows, 69.00 B in 0.001345 sec., 743.4944237918215 rows/sec., 50.10 KiB/sec. 2026.02.23 16:31:54.221833 [ 274 ] {e9eba4df-56a4-422c-86f2-d3937aae37e7} TCPHandler: Processed in 0.00150095 sec. 2026.02.23 16:31:54.221949 [ 274 ] {} TCP-Session: 5b5d643d-0c28-45fb-b1db-27667008eb70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:31:54.222040 [ 274 ] {b944d2a6-b1d9-4e16-820e-0ce51e062691} executeQuery: (from [fd00:1122:3344:101::d]:37118) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.23 16:31:54.222079 [ 274 ] {b944d2a6-b1d9-4e16-820e-0ce51e062691} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.23 16:31:54.222396 [ 274 ] {b944d2a6-b1d9-4e16-820e-0ce51e062691} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:31:54.222433 [ 274 ] {b944d2a6-b1d9-4e16-820e-0ce51e062691} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2026.02.23 16:31:54.222832 [ 274 ] {b944d2a6-b1d9-4e16-820e-0ce51e062691} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.02.23 16:31:54.223314 [ 274 ] {b944d2a6-b1d9-4e16-820e-0ce51e062691} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:31:54.223439 [ 274 ] {b944d2a6-b1d9-4e16-820e-0ce51e062691} executeQuery: Read 60 rows, 3.73 KiB in 0.001416 sec., 42372.88135593221 rows/sec., 2.57 MiB/sec. 2026.02.23 16:31:54.223472 [ 274 ] {b944d2a6-b1d9-4e16-820e-0ce51e062691} TCPHandler: Processed in 0.001570382 sec. 2026.02.23 16:31:57.566709 [ 94 ] {} DNSResolver: Updating DNS cache 2026.02.23 16:31:57.566776 [ 94 ] {} DNSResolver: Updated DNS cache 2026.02.23 16:31:57.638514 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 2872 2026.02.23 16:31:57.639118 [ 244 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:31:57.639162 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2026.02.23 16:31:57.639813 [ 244 ] {} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.02.23 16:31:57.640391 [ 244 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:31:57.640527 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2872 2026.02.23 16:31:57.640531 [ 94 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.02.23 16:31:57.640618 [ 94 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:31:57.640646 [ 94 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2026.02.23 16:31:57.640850 [ 202 ] {e006da4c-49b0-4d27-967a-f293ec4e8bf5::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2026.02.23 16:31:57.643410 [ 202 ] {e006da4c-49b0-4d27-967a-f293ec4e8bf5::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:31:57.643485 [ 202 ] {e006da4c-49b0-4d27-967a-f293ec4e8bf5::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 549 rows starting from the beginning of the part 2026.02.23 16:31:57.643595 [ 202 ] {e006da4c-49b0-4d27-967a-f293ec4e8bf5::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 427 rows starting from the beginning of the part 2026.02.23 16:31:57.643646 [ 202 ] {e006da4c-49b0-4d27-967a-f293ec4e8bf5::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 488 rows starting from the beginning of the part 2026.02.23 16:31:57.643699 [ 202 ] {e006da4c-49b0-4d27-967a-f293ec4e8bf5::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 448 rows starting from the beginning of the part 2026.02.23 16:31:57.643752 [ 202 ] {e006da4c-49b0-4d27-967a-f293ec4e8bf5::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 512 rows starting from the beginning of the part 2026.02.23 16:31:57.643807 [ 202 ] {e006da4c-49b0-4d27-967a-f293ec4e8bf5::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 448 rows starting from the beginning of the part 2026.02.23 16:31:57.674960 [ 197 ] {e006da4c-49b0-4d27-967a-f293ec4e8bf5::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 2872 rows, containing 4 columns (4 merged, 0 gathered) in 0.034196303 sec., 83985.68699078378 rows/sec., 1.20 MiB/sec. 2026.02.23 16:31:57.675966 [ 197 ] {e006da4c-49b0-4d27-967a-f293ec4e8bf5::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.02.23 16:31:57.676642 [ 197 ] {e006da4c-49b0-4d27-967a-f293ec4e8bf5::all_1_6_1} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:31:57.676723 [ 197 ] {e006da4c-49b0-4d27-967a-f293ec4e8bf5::all_1_6_1} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.02.23 16:31:57.676835 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.35 MiB. 2026.02.23 16:31:57.794810 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 46 2026.02.23 16:31:57.812903 [ 243 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:31:57.812980 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2026.02.23 16:31:57.819559 [ 243 ] {} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.02.23 16:31:57.820871 [ 243 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:31:57.821177 [ 92 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.02.23 16:31:57.821235 [ 92 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:31:57.821257 [ 92 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2026.02.23 16:31:57.821379 [ 197 ] {3c5e35cc-2202-4d2d-a2da-f2d3b912fea0::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2026.02.23 16:31:57.825349 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 46 2026.02.23 16:31:57.825568 [ 197 ] {3c5e35cc-2202-4d2d-a2da-f2d3b912fea0::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:31:57.827050 [ 197 ] {3c5e35cc-2202-4d2d-a2da-f2d3b912fea0::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 8 rows starting from the beginning of the part 2026.02.23 16:31:57.831619 [ 197 ] {3c5e35cc-2202-4d2d-a2da-f2d3b912fea0::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 8 rows starting from the beginning of the part 2026.02.23 16:31:57.835728 [ 197 ] {3c5e35cc-2202-4d2d-a2da-f2d3b912fea0::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 7 rows starting from the beginning of the part 2026.02.23 16:31:57.840032 [ 197 ] {3c5e35cc-2202-4d2d-a2da-f2d3b912fea0::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 8 rows starting from the beginning of the part 2026.02.23 16:31:57.847582 [ 197 ] {3c5e35cc-2202-4d2d-a2da-f2d3b912fea0::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 7 rows starting from the beginning of the part 2026.02.23 16:31:57.852007 [ 197 ] {3c5e35cc-2202-4d2d-a2da-f2d3b912fea0::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 8 rows starting from the beginning of the part 2026.02.23 16:31:57.911887 [ 186 ] {3c5e35cc-2202-4d2d-a2da-f2d3b912fea0::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 46 rows, containing 679 columns (679 merged, 0 gathered) in 0.090563932 sec., 507.9284764270173 rows/sec., 2.63 MiB/sec. 2026.02.23 16:31:57.913785 [ 189 ] {3c5e35cc-2202-4d2d-a2da-f2d3b912fea0::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.02.23 16:31:57.916193 [ 189 ] {3c5e35cc-2202-4d2d-a2da-f2d3b912fea0::all_1_6_1} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:31:57.916300 [ 189 ] {3c5e35cc-2202-4d2d-a2da-f2d3b912fea0::all_1_6_1} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.02.23 16:31:57.917582 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.09 MiB. 2026.02.23 16:31:58.000179 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 171.48 MiB, peak 181.02 MiB, free memory in arenas 0.00 B, will set to 181.35 MiB (RSS), difference: 9.87 MiB 2026.02.23 16:31:59.199240 [ 274 ] {} TCP-Session: 5b5d643d-0c28-45fb-b1db-27667008eb70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:31:59.199422 [ 274 ] {cc97eeb3-7063-4977-b4a0-182e833673a9} executeQuery: (from [fd00:1122:3344:101::d]:37118) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.23 16:31:59.199492 [ 274 ] {cc97eeb3-7063-4977-b4a0-182e833673a9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.23 16:31:59.200176 [ 274 ] {cc97eeb3-7063-4977-b4a0-182e833673a9} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:31:59.200225 [ 274 ] {cc97eeb3-7063-4977-b4a0-182e833673a9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2026.02.23 16:31:59.200856 [ 274 ] {cc97eeb3-7063-4977-b4a0-182e833673a9} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.02.23 16:31:59.201383 [ 274 ] {cc97eeb3-7063-4977-b4a0-182e833673a9} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:31:59.201564 [ 274 ] {cc97eeb3-7063-4977-b4a0-182e833673a9} executeQuery: Read 72 rows, 6.34 KiB in 0.002193 sec., 32831.73734610123 rows/sec., 2.82 MiB/sec. 2026.02.23 16:31:59.201637 [ 274 ] {cc97eeb3-7063-4977-b4a0-182e833673a9} TCPHandler: Processed in 0.002527012 sec. 2026.02.23 16:31:59.201783 [ 274 ] {} TCP-Session: 5b5d643d-0c28-45fb-b1db-27667008eb70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:31:59.201890 [ 274 ] {2b582684-c2a1-4dd5-ad5e-5ed2355978b6} executeQuery: (from [fd00:1122:3344:101::d]:37118) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.23 16:31:59.201937 [ 274 ] {2b582684-c2a1-4dd5-ad5e-5ed2355978b6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.23 16:31:59.202404 [ 274 ] {2b582684-c2a1-4dd5-ad5e-5ed2355978b6} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:31:59.202443 [ 274 ] {2b582684-c2a1-4dd5-ad5e-5ed2355978b6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2026.02.23 16:31:59.202889 [ 274 ] {2b582684-c2a1-4dd5-ad5e-5ed2355978b6} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.02.23 16:31:59.203450 [ 274 ] {2b582684-c2a1-4dd5-ad5e-5ed2355978b6} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:31:59.203632 [ 274 ] {2b582684-c2a1-4dd5-ad5e-5ed2355978b6} executeQuery: Read 23 rows, 1.73 KiB in 0.001767 sec., 13016.411997736277 rows/sec., 978.77 KiB/sec. 2026.02.23 16:31:59.203675 [ 274 ] {2b582684-c2a1-4dd5-ad5e-5ed2355978b6} TCPHandler: Processed in 0.00194574 sec. 2026.02.23 16:31:59.203792 [ 274 ] {} TCP-Session: 5b5d643d-0c28-45fb-b1db-27667008eb70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:31:59.203895 [ 274 ] {da860929-dc39-406f-aee3-38ae397b95fa} executeQuery: (from [fd00:1122:3344:101::d]:37118) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.23 16:31:59.203939 [ 274 ] {da860929-dc39-406f-aee3-38ae397b95fa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.23 16:31:59.204392 [ 274 ] {da860929-dc39-406f-aee3-38ae397b95fa} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:31:59.204434 [ 274 ] {da860929-dc39-406f-aee3-38ae397b95fa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2026.02.23 16:31:59.204897 [ 274 ] {da860929-dc39-406f-aee3-38ae397b95fa} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.02.23 16:31:59.205416 [ 274 ] {da860929-dc39-406f-aee3-38ae397b95fa} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:31:59.205591 [ 274 ] {da860929-dc39-406f-aee3-38ae397b95fa} executeQuery: Read 59 rows, 4.74 KiB in 0.001719 sec., 34322.280395578826 rows/sec., 2.69 MiB/sec. 2026.02.23 16:31:59.205633 [ 274 ] {da860929-dc39-406f-aee3-38ae397b95fa} TCPHandler: Processed in 0.001893079 sec. 2026.02.23 16:31:59.205746 [ 274 ] {} TCP-Session: 5b5d643d-0c28-45fb-b1db-27667008eb70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:31:59.205845 [ 274 ] {6cf8486f-616e-43e6-9a94-7614e05f75f1} executeQuery: (from [fd00:1122:3344:101::d]:37118) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.23 16:31:59.205892 [ 274 ] {6cf8486f-616e-43e6-9a94-7614e05f75f1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.23 16:31:59.206288 [ 274 ] {6cf8486f-616e-43e6-9a94-7614e05f75f1} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:31:59.206326 [ 274 ] {6cf8486f-616e-43e6-9a94-7614e05f75f1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2026.02.23 16:31:59.206818 [ 274 ] {6cf8486f-616e-43e6-9a94-7614e05f75f1} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.02.23 16:31:59.207284 [ 274 ] {6cf8486f-616e-43e6-9a94-7614e05f75f1} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:31:59.207454 [ 274 ] {6cf8486f-616e-43e6-9a94-7614e05f75f1} executeQuery: Read 100 rows, 7.10 KiB in 0.001629 sec., 61387.354205033764 rows/sec., 4.26 MiB/sec. 2026.02.23 16:31:59.207494 [ 274 ] {6cf8486f-616e-43e6-9a94-7614e05f75f1} TCPHandler: Processed in 0.001798767 sec. 2026.02.23 16:31:59.207621 [ 274 ] {} TCP-Session: 5b5d643d-0c28-45fb-b1db-27667008eb70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:31:59.207717 [ 274 ] {f5afa2b0-e060-49a3-a3a6-4a0274af541b} executeQuery: (from [fd00:1122:3344:101::d]:37118) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.23 16:31:59.207772 [ 274 ] {f5afa2b0-e060-49a3-a3a6-4a0274af541b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.23 16:31:59.208575 [ 274 ] {f5afa2b0-e060-49a3-a3a6-4a0274af541b} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:31:59.208615 [ 274 ] {f5afa2b0-e060-49a3-a3a6-4a0274af541b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2026.02.23 16:31:59.209329 [ 274 ] {f5afa2b0-e060-49a3-a3a6-4a0274af541b} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.02.23 16:31:59.209881 [ 274 ] {f5afa2b0-e060-49a3-a3a6-4a0274af541b} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:31:59.210026 [ 274 ] {f5afa2b0-e060-49a3-a3a6-4a0274af541b} executeQuery: Read 23 rows, 42.20 KiB in 0.002327 sec., 9883.970777825527 rows/sec., 17.71 MiB/sec. 2026.02.23 16:31:59.210088 [ 274 ] {f5afa2b0-e060-49a3-a3a6-4a0274af541b} TCPHandler: Processed in 0.002518732 sec. 2026.02.23 16:31:59.210209 [ 274 ] {} TCP-Session: 5b5d643d-0c28-45fb-b1db-27667008eb70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:31:59.210307 [ 274 ] {84577d37-ddf4-44b4-9266-4dc2ff6a681b} executeQuery: (from [fd00:1122:3344:101::d]:37118) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) 2026.02.23 16:31:59.210350 [ 274 ] {84577d37-ddf4-44b4-9266-4dc2ff6a681b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2026.02.23 16:31:59.210692 [ 274 ] {84577d37-ddf4-44b4-9266-4dc2ff6a681b} oximeter.measurements_i64 (c4023ee6-d304-4be9-ac18-40ab79ff5d48): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:31:59.210731 [ 274 ] {84577d37-ddf4-44b4-9266-4dc2ff6a681b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2026.02.23 16:31:59.211206 [ 274 ] {84577d37-ddf4-44b4-9266-4dc2ff6a681b} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.02.23 16:31:59.211670 [ 274 ] {84577d37-ddf4-44b4-9266-4dc2ff6a681b} oximeter.measurements_i64 (c4023ee6-d304-4be9-ac18-40ab79ff5d48): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:31:59.211809 [ 274 ] {84577d37-ddf4-44b4-9266-4dc2ff6a681b} executeQuery: Read 15 rows, 1.14 KiB in 0.00152 sec., 9868.421052631578 rows/sec., 752.98 KiB/sec. 2026.02.23 16:31:59.211846 [ 274 ] {84577d37-ddf4-44b4-9266-4dc2ff6a681b} TCPHandler: Processed in 0.001687604 sec. 2026.02.23 16:31:59.211961 [ 274 ] {} TCP-Session: 5b5d643d-0c28-45fb-b1db-27667008eb70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:31:59.212083 [ 274 ] {abeac1b9-7394-4266-9620-8c94e23ab931} executeQuery: (from [fd00:1122:3344:101::d]:37118) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.23 16:31:59.212133 [ 274 ] {abeac1b9-7394-4266-9620-8c94e23ab931} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.23 16:31:59.212481 [ 274 ] {abeac1b9-7394-4266-9620-8c94e23ab931} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:31:59.212522 [ 274 ] {abeac1b9-7394-4266-9620-8c94e23ab931} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2026.02.23 16:31:59.212970 [ 274 ] {abeac1b9-7394-4266-9620-8c94e23ab931} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.02.23 16:31:59.213435 [ 274 ] {abeac1b9-7394-4266-9620-8c94e23ab931} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:31:59.213592 [ 274 ] {abeac1b9-7394-4266-9620-8c94e23ab931} executeQuery: Read 30 rows, 2.10 KiB in 0.001528 sec., 19633.50785340314 rows/sec., 1.35 MiB/sec. 2026.02.23 16:31:59.213631 [ 274 ] {abeac1b9-7394-4266-9620-8c94e23ab931} TCPHandler: Processed in 0.001721656 sec. 2026.02.23 16:32:02.638067 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 258 2026.02.23 16:32:02.640296 [ 242 ] {} system.query_log (b83b341e-dbaf-448e-9582-20b3e6cd291d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:32:02.640363 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.02.23 16:32:02.641710 [ 242 ] {} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.02.23 16:32:02.642221 [ 242 ] {} system.query_log (b83b341e-dbaf-448e-9582-20b3e6cd291d): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:32:02.642563 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 258 2026.02.23 16:32:04.201939 [ 274 ] {} TCP-Session: 5b5d643d-0c28-45fb-b1db-27667008eb70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:32:04.202281 [ 274 ] {e719a07d-afac-4707-97bd-4cb40e59b08f} executeQuery: (from [fd00:1122:3344:101::d]:37118) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', '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.02.23 16:32:04.202813 [ 274 ] {e719a07d-afac-4707-97bd-4cb40e59b08f} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.02.23 16:32:04.202882 [ 274 ] {e719a07d-afac-4707-97bd-4cb40e59b08f} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', '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.02.23 16:32:04.203241 [ 274 ] {e719a07d-afac-4707-97bd-4cb40e59b08f} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.23 16:32:04.203310 [ 274 ] {e719a07d-afac-4707-97bd-4cb40e59b08f} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.23 16:32:04.203451 [ 274 ] {e719a07d-afac-4707-97bd-4cb40e59b08f} oximeter.timeseries_schema (01d04810-3288-4eb0-b300-784d29626f91) (SelectExecutor): Key condition: (column 0 notIn 32-element set) 2026.02.23 16:32:04.203566 [ 330 ] {e719a07d-afac-4707-97bd-4cb40e59b08f} oximeter.timeseries_schema (01d04810-3288-4eb0-b300-784d29626f91) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.02.23 16:32:04.203571 [ 324 ] {e719a07d-afac-4707-97bd-4cb40e59b08f} oximeter.timeseries_schema (01d04810-3288-4eb0-b300-784d29626f91) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.02.23 16:32:04.203715 [ 274 ] {e719a07d-afac-4707-97bd-4cb40e59b08f} oximeter.timeseries_schema (01d04810-3288-4eb0-b300-784d29626f91) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges 2026.02.23 16:32:04.203742 [ 274 ] {e719a07d-afac-4707-97bd-4cb40e59b08f} oximeter.timeseries_schema (01d04810-3288-4eb0-b300-784d29626f91) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.02.23 16:32:04.206267 [ 274 ] {e719a07d-afac-4707-97bd-4cb40e59b08f} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.02.23 16:32:04.206299 [ 274 ] {e719a07d-afac-4707-97bd-4cb40e59b08f} oximeter.timeseries_schema (01d04810-3288-4eb0-b300-784d29626f91) (SelectExecutor): Reading approx. 32 rows with 2 streams 2026.02.23 16:32:04.206354 [ 274 ] {e719a07d-afac-4707-97bd-4cb40e59b08f} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', '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.02.23 16:32:04.206395 [ 274 ] {e719a07d-afac-4707-97bd-4cb40e59b08f} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', '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.02.23 16:32:04.207205 [ 274 ] {e719a07d-afac-4707-97bd-4cb40e59b08f} executeQuery: Read 32 rows, 1.22 KiB in 0.005081 sec., 6297.972839992128 rows/sec., 240.25 KiB/sec. 2026.02.23 16:32:04.207284 [ 274 ] {e719a07d-afac-4707-97bd-4cb40e59b08f} TCPHandler: Processed in 0.005488563 sec. 2026.02.23 16:32:04.207590 [ 274 ] {} TCP-Session: 5b5d643d-0c28-45fb-b1db-27667008eb70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:32:04.207727 [ 274 ] {dfac9edd-e6c9-4274-ac8b-80db2c93e5f2} executeQuery: (from [fd00:1122:3344:101::d]:37118) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.02.23 16:32:04.207940 [ 274 ] {dfac9edd-e6c9-4274-ac8b-80db2c93e5f2} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.02.23 16:32:04.207975 [ 274 ] {dfac9edd-e6c9-4274-ac8b-80db2c93e5f2} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.02.23 16:32:04.208173 [ 274 ] {dfac9edd-e6c9-4274-ac8b-80db2c93e5f2} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.23 16:32:04.208226 [ 274 ] {dfac9edd-e6c9-4274-ac8b-80db2c93e5f2} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.23 16:32:04.208327 [ 274 ] {dfac9edd-e6c9-4274-ac8b-80db2c93e5f2} oximeter.timeseries_schema (01d04810-3288-4eb0-b300-784d29626f91) (SelectExecutor): Key condition: (column 0 notIn 33-element set) 2026.02.23 16:32:04.208383 [ 323 ] {dfac9edd-e6c9-4274-ac8b-80db2c93e5f2} oximeter.timeseries_schema (01d04810-3288-4eb0-b300-784d29626f91) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.02.23 16:32:04.208391 [ 339 ] {dfac9edd-e6c9-4274-ac8b-80db2c93e5f2} oximeter.timeseries_schema (01d04810-3288-4eb0-b300-784d29626f91) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.02.23 16:32:04.208459 [ 274 ] {dfac9edd-e6c9-4274-ac8b-80db2c93e5f2} oximeter.timeseries_schema (01d04810-3288-4eb0-b300-784d29626f91) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges 2026.02.23 16:32:04.208480 [ 274 ] {dfac9edd-e6c9-4274-ac8b-80db2c93e5f2} oximeter.timeseries_schema (01d04810-3288-4eb0-b300-784d29626f91) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.02.23 16:32:04.208534 [ 274 ] {dfac9edd-e6c9-4274-ac8b-80db2c93e5f2} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.02.23 16:32:04.208551 [ 274 ] {dfac9edd-e6c9-4274-ac8b-80db2c93e5f2} oximeter.timeseries_schema (01d04810-3288-4eb0-b300-784d29626f91) (SelectExecutor): Reading approx. 32 rows with 2 streams 2026.02.23 16:32:04.208582 [ 274 ] {dfac9edd-e6c9-4274-ac8b-80db2c93e5f2} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.02.23 16:32:04.208615 [ 274 ] {dfac9edd-e6c9-4274-ac8b-80db2c93e5f2} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.02.23 16:32:04.209377 [ 274 ] {dfac9edd-e6c9-4274-ac8b-80db2c93e5f2} executeQuery: Read 32 rows, 1.22 KiB in 0.001707 sec., 18746.338605741068 rows/sec., 715.12 KiB/sec. 2026.02.23 16:32:04.209464 [ 274 ] {dfac9edd-e6c9-4274-ac8b-80db2c93e5f2} TCPHandler: Processed in 0.00192571 sec. 2026.02.23 16:32:04.209720 [ 274 ] {} TCP-Session: 5b5d643d-0c28-45fb-b1db-27667008eb70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:32:04.209854 [ 274 ] {2b110809-3000-4741-8d9b-c13dbc84d42b} executeQuery: (from [fd00:1122:3344:101::d]:37118) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.02.23 16:32:04.210162 [ 274 ] {2b110809-3000-4741-8d9b-c13dbc84d42b} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.02.23 16:32:04.210199 [ 274 ] {2b110809-3000-4741-8d9b-c13dbc84d42b} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.02.23 16:32:04.210392 [ 274 ] {2b110809-3000-4741-8d9b-c13dbc84d42b} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.23 16:32:04.210445 [ 274 ] {2b110809-3000-4741-8d9b-c13dbc84d42b} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.23 16:32:04.210543 [ 274 ] {2b110809-3000-4741-8d9b-c13dbc84d42b} oximeter.timeseries_schema (01d04810-3288-4eb0-b300-784d29626f91) (SelectExecutor): Key condition: (column 0 notIn 34-element set) 2026.02.23 16:32:04.210594 [ 339 ] {2b110809-3000-4741-8d9b-c13dbc84d42b} oximeter.timeseries_schema (01d04810-3288-4eb0-b300-784d29626f91) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.02.23 16:32:04.210595 [ 323 ] {2b110809-3000-4741-8d9b-c13dbc84d42b} oximeter.timeseries_schema (01d04810-3288-4eb0-b300-784d29626f91) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.02.23 16:32:04.210665 [ 274 ] {2b110809-3000-4741-8d9b-c13dbc84d42b} oximeter.timeseries_schema (01d04810-3288-4eb0-b300-784d29626f91) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges 2026.02.23 16:32:04.210686 [ 274 ] {2b110809-3000-4741-8d9b-c13dbc84d42b} oximeter.timeseries_schema (01d04810-3288-4eb0-b300-784d29626f91) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.02.23 16:32:04.210738 [ 274 ] {2b110809-3000-4741-8d9b-c13dbc84d42b} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.02.23 16:32:04.210754 [ 274 ] {2b110809-3000-4741-8d9b-c13dbc84d42b} oximeter.timeseries_schema (01d04810-3288-4eb0-b300-784d29626f91) (SelectExecutor): Reading approx. 32 rows with 2 streams 2026.02.23 16:32:04.210783 [ 274 ] {2b110809-3000-4741-8d9b-c13dbc84d42b} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.02.23 16:32:04.210813 [ 274 ] {2b110809-3000-4741-8d9b-c13dbc84d42b} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.02.23 16:32:04.211311 [ 274 ] {2b110809-3000-4741-8d9b-c13dbc84d42b} executeQuery: Read 32 rows, 1.22 KiB in 0.001513 sec., 21150.033046926637 rows/sec., 806.81 KiB/sec. 2026.02.23 16:32:04.211399 [ 274 ] {2b110809-3000-4741-8d9b-c13dbc84d42b} TCPHandler: Processed in 0.001728706 sec. 2026.02.23 16:32:04.211599 [ 274 ] {} TCP-Session: 5b5d643d-0c28-45fb-b1db-27667008eb70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:32:04.211731 [ 274 ] {a208878f-3347-42b2-906f-5ecc5dbb6d21} executeQuery: (from [fd00:1122:3344:101::d]:37118) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.02.23 16:32:04.211937 [ 274 ] {a208878f-3347-42b2-906f-5ecc5dbb6d21} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.02.23 16:32:04.211971 [ 274 ] {a208878f-3347-42b2-906f-5ecc5dbb6d21} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.02.23 16:32:04.212168 [ 274 ] {a208878f-3347-42b2-906f-5ecc5dbb6d21} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.23 16:32:04.212220 [ 274 ] {a208878f-3347-42b2-906f-5ecc5dbb6d21} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.23 16:32:04.212317 [ 274 ] {a208878f-3347-42b2-906f-5ecc5dbb6d21} oximeter.timeseries_schema (01d04810-3288-4eb0-b300-784d29626f91) (SelectExecutor): Key condition: (column 0 notIn 35-element set) 2026.02.23 16:32:04.212366 [ 339 ] {a208878f-3347-42b2-906f-5ecc5dbb6d21} oximeter.timeseries_schema (01d04810-3288-4eb0-b300-784d29626f91) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.02.23 16:32:04.212393 [ 299 ] {a208878f-3347-42b2-906f-5ecc5dbb6d21} oximeter.timeseries_schema (01d04810-3288-4eb0-b300-784d29626f91) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.02.23 16:32:04.212455 [ 274 ] {a208878f-3347-42b2-906f-5ecc5dbb6d21} oximeter.timeseries_schema (01d04810-3288-4eb0-b300-784d29626f91) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges 2026.02.23 16:32:04.212475 [ 274 ] {a208878f-3347-42b2-906f-5ecc5dbb6d21} oximeter.timeseries_schema (01d04810-3288-4eb0-b300-784d29626f91) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.02.23 16:32:04.212527 [ 274 ] {a208878f-3347-42b2-906f-5ecc5dbb6d21} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.02.23 16:32:04.212543 [ 274 ] {a208878f-3347-42b2-906f-5ecc5dbb6d21} oximeter.timeseries_schema (01d04810-3288-4eb0-b300-784d29626f91) (SelectExecutor): Reading approx. 32 rows with 2 streams 2026.02.23 16:32:04.212572 [ 274 ] {a208878f-3347-42b2-906f-5ecc5dbb6d21} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.02.23 16:32:04.212601 [ 274 ] {a208878f-3347-42b2-906f-5ecc5dbb6d21} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.02.23 16:32:04.213171 [ 274 ] {a208878f-3347-42b2-906f-5ecc5dbb6d21} executeQuery: Read 32 rows, 1.22 KiB in 0.001494 sec., 21419.0093708166 rows/sec., 817.07 KiB/sec. 2026.02.23 16:32:04.213259 [ 274 ] {a208878f-3347-42b2-906f-5ecc5dbb6d21} TCPHandler: Processed in 0.001710175 sec. 2026.02.23 16:32:04.217869 [ 274 ] {} TCP-Session: 5b5d643d-0c28-45fb-b1db-27667008eb70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:32:04.217995 [ 274 ] {6fb039ac-528d-4884-b351-e6a7527a2b46} executeQuery: (from [fd00:1122:3344:101::d]:37118) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2026.02.23 16:32:04.218046 [ 274 ] {6fb039ac-528d-4884-b351-e6a7527a2b46} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.23 16:32:04.218618 [ 274 ] {6fb039ac-528d-4884-b351-e6a7527a2b46} oximeter.timeseries_schema (01d04810-3288-4eb0-b300-784d29626f91): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:32:04.218667 [ 274 ] {6fb039ac-528d-4884-b351-e6a7527a2b46} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.02.23 16:32:04.219244 [ 274 ] {6fb039ac-528d-4884-b351-e6a7527a2b46} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.02.23 16:32:04.219625 [ 274 ] {6fb039ac-528d-4884-b351-e6a7527a2b46} oximeter.timeseries_schema (01d04810-3288-4eb0-b300-784d29626f91): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:32:04.219767 [ 274 ] {6fb039ac-528d-4884-b351-e6a7527a2b46} executeQuery: Read 4 rows, 521.00 B in 0.001808 sec., 2212.3893805309735 rows/sec., 281.41 KiB/sec. 2026.02.23 16:32:04.219806 [ 274 ] {6fb039ac-528d-4884-b351-e6a7527a2b46} TCPHandler: Processed in 0.001996491 sec. 2026.02.23 16:32:04.219913 [ 274 ] {} TCP-Session: 5b5d643d-0c28-45fb-b1db-27667008eb70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:32:04.220008 [ 274 ] {92e10498-bea4-4e6b-896c-52d5f1db23e4} executeQuery: (from [fd00:1122:3344:101::d]:37118) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.02.23 16:32:04.220047 [ 274 ] {92e10498-bea4-4e6b-896c-52d5f1db23e4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.02.23 16:32:04.220625 [ 274 ] {92e10498-bea4-4e6b-896c-52d5f1db23e4} oximeter.fields_i16 (91b3829e-2a99-49e1-955c-43ffdc3fb409): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:32:04.220662 [ 274 ] {92e10498-bea4-4e6b-896c-52d5f1db23e4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.02.23 16:32:04.221107 [ 274 ] {92e10498-bea4-4e6b-896c-52d5f1db23e4} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.02.23 16:32:04.221638 [ 274 ] {92e10498-bea4-4e6b-896c-52d5f1db23e4} oximeter.fields_i16 (91b3829e-2a99-49e1-955c-43ffdc3fb409): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:32:04.221765 [ 274 ] {92e10498-bea4-4e6b-896c-52d5f1db23e4} executeQuery: Read 284 rows, 18.47 KiB in 0.001776 sec., 159909.9099099099 rows/sec., 10.16 MiB/sec. 2026.02.23 16:32:04.221800 [ 274 ] {92e10498-bea4-4e6b-896c-52d5f1db23e4} TCPHandler: Processed in 0.00193603 sec. 2026.02.23 16:32:04.221905 [ 274 ] {} TCP-Session: 5b5d643d-0c28-45fb-b1db-27667008eb70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:32:04.221996 [ 274 ] {f6a3e9ab-2444-4568-abe7-d3c7c9f7907c} executeQuery: (from [fd00:1122:3344:101::d]:37118) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.02.23 16:32:04.222033 [ 274 ] {f6a3e9ab-2444-4568-abe7-d3c7c9f7907c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.02.23 16:32:04.222413 [ 274 ] {f6a3e9ab-2444-4568-abe7-d3c7c9f7907c} oximeter.fields_ipaddr (aca7842a-9245-4e3c-8c67-e3828bf88048): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:32:04.222449 [ 274 ] {f6a3e9ab-2444-4568-abe7-d3c7c9f7907c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.02.23 16:32:04.222893 [ 274 ] {f6a3e9ab-2444-4568-abe7-d3c7c9f7907c} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.02.23 16:32:04.223505 [ 274 ] {f6a3e9ab-2444-4568-abe7-d3c7c9f7907c} oximeter.fields_ipaddr (aca7842a-9245-4e3c-8c67-e3828bf88048): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:32:04.223632 [ 274 ] {f6a3e9ab-2444-4568-abe7-d3c7c9f7907c} executeQuery: Read 2 rows, 167.00 B in 0.001654 sec., 1209.1898428053203 rows/sec., 98.60 KiB/sec. 2026.02.23 16:32:04.223668 [ 274 ] {f6a3e9ab-2444-4568-abe7-d3c7c9f7907c} TCPHandler: Processed in 0.001810097 sec. 2026.02.23 16:32:04.223770 [ 274 ] {} TCP-Session: 5b5d643d-0c28-45fb-b1db-27667008eb70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:32:04.223860 [ 274 ] {85cadcca-6a71-43e6-9c0f-37eb7a80cdef} executeQuery: (from [fd00:1122:3344:101::d]:37118) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.23 16:32:04.223899 [ 274 ] {85cadcca-6a71-43e6-9c0f-37eb7a80cdef} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.23 16:32:04.224613 [ 274 ] {85cadcca-6a71-43e6-9c0f-37eb7a80cdef} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:32:04.224649 [ 274 ] {85cadcca-6a71-43e6-9c0f-37eb7a80cdef} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.02.23 16:32:04.225161 [ 274 ] {85cadcca-6a71-43e6-9c0f-37eb7a80cdef} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.02.23 16:32:04.225703 [ 274 ] {85cadcca-6a71-43e6-9c0f-37eb7a80cdef} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:32:04.225807 [ 71 ] {} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.02.23 16:32:04.225829 [ 274 ] {85cadcca-6a71-43e6-9c0f-37eb7a80cdef} executeQuery: Read 772 rows, 62.20 KiB in 0.001986 sec., 388721.04733131925 rows/sec., 30.59 MiB/sec. 2026.02.23 16:32:04.225881 [ 71 ] {} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:32:04.225889 [ 274 ] {85cadcca-6a71-43e6-9c0f-37eb7a80cdef} TCPHandler: Processed in 0.002165235 sec. 2026.02.23 16:32:04.225914 [ 71 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.02.23 16:32:04.226007 [ 274 ] {} TCP-Session: 5b5d643d-0c28-45fb-b1db-27667008eb70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:32:04.226052 [ 188 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2026.02.23 16:32:04.226103 [ 274 ] {336239a6-71c4-491e-a076-99a454fb9ffe} executeQuery: (from [fd00:1122:3344:101::d]:37118) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.23 16:32:04.226147 [ 274 ] {336239a6-71c4-491e-a076-99a454fb9ffe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.23 16:32:04.226193 [ 188 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:32:04.226241 [ 188 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 742 rows starting from the beginning of the part 2026.02.23 16:32:04.226335 [ 188 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 741 rows starting from the beginning of the part 2026.02.23 16:32:04.226395 [ 188 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 43 rows starting from the beginning of the part 2026.02.23 16:32:04.226451 [ 188 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 767 rows starting from the beginning of the part 2026.02.23 16:32:04.226503 [ 188 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 72 rows starting from the beginning of the part 2026.02.23 16:32:04.226551 [ 188 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 772 rows starting from the beginning of the part 2026.02.23 16:32:04.226578 [ 274 ] {336239a6-71c4-491e-a076-99a454fb9ffe} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:32:04.226619 [ 274 ] {336239a6-71c4-491e-a076-99a454fb9ffe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.02.23 16:32:04.227183 [ 274 ] {336239a6-71c4-491e-a076-99a454fb9ffe} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.02.23 16:32:04.227816 [ 274 ] {336239a6-71c4-491e-a076-99a454fb9ffe} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:32:04.227919 [ 71 ] {} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.02.23 16:32:04.227949 [ 71 ] {} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:32:04.227950 [ 274 ] {336239a6-71c4-491e-a076-99a454fb9ffe} executeQuery: Read 144 rows, 8.68 KiB in 0.001865 sec., 77211.7962466488 rows/sec., 4.55 MiB/sec. 2026.02.23 16:32:04.227967 [ 71 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.02.23 16:32:04.228002 [ 274 ] {336239a6-71c4-491e-a076-99a454fb9ffe} TCPHandler: Processed in 0.002042042 sec. 2026.02.23 16:32:04.228065 [ 186 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2026.02.23 16:32:04.228122 [ 274 ] {} TCP-Session: 5b5d643d-0c28-45fb-b1db-27667008eb70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:32:04.228164 [ 186 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:32:04.228179 [ 191 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 3137 rows, containing 5 columns (5 merged, 0 gathered) in 0.002164755 sec., 1449124.7277405527 rows/sec., 119.91 MiB/sec. 2026.02.23 16:32:04.228205 [ 186 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 144 rows starting from the beginning of the part 2026.02.23 16:32:04.228215 [ 274 ] {76d05cbe-8d71-48aa-966e-2815acb4702d} executeQuery: (from [fd00:1122:3344:101::d]:37118) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.02.23 16:32:04.228268 [ 274 ] {76d05cbe-8d71-48aa-966e-2815acb4702d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.02.23 16:32:04.228304 [ 186 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 142 rows starting from the beginning of the part 2026.02.23 16:32:04.228359 [ 186 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 11 rows starting from the beginning of the part 2026.02.23 16:32:04.228402 [ 186 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 142 rows starting from the beginning of the part 2026.02.23 16:32:04.228446 [ 186 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 23 rows starting from the beginning of the part 2026.02.23 16:32:04.228490 [ 186 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 144 rows starting from the beginning of the part 2026.02.23 16:32:04.228720 [ 274 ] {76d05cbe-8d71-48aa-966e-2815acb4702d} oximeter.fields_u32 (3630ead0-c5da-4e23-a9d2-59d0589dc119): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:32:04.228736 [ 191 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.02.23 16:32:04.228755 [ 274 ] {76d05cbe-8d71-48aa-966e-2815acb4702d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.02.23 16:32:04.229373 [ 274 ] {76d05cbe-8d71-48aa-966e-2815acb4702d} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.02.23 16:32:04.229493 [ 193 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 606 rows, containing 5 columns (5 merged, 0 gathered) in 0.00146601 sec., 413366.8938138212 rows/sec., 26.21 MiB/sec. 2026.02.23 16:32:04.229547 [ 186 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_6_1} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:32:04.229631 [ 186 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_6_1} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.02.23 16:32:04.229709 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.69 MiB. 2026.02.23 16:32:04.229766 [ 191 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.02.23 16:32:04.229907 [ 274 ] {76d05cbe-8d71-48aa-966e-2815acb4702d} oximeter.fields_u32 (3630ead0-c5da-4e23-a9d2-59d0589dc119): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:32:04.230074 [ 274 ] {76d05cbe-8d71-48aa-966e-2815acb4702d} executeQuery: Read 149 rows, 9.86 KiB in 0.001876 sec., 79424.30703624734 rows/sec., 5.13 MiB/sec. 2026.02.23 16:32:04.230115 [ 274 ] {76d05cbe-8d71-48aa-966e-2815acb4702d} TCPHandler: Processed in 0.002039862 sec. 2026.02.23 16:32:04.230251 [ 274 ] {} TCP-Session: 5b5d643d-0c28-45fb-b1db-27667008eb70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:32:04.230342 [ 274 ] {f665c72c-e53d-484e-829e-566629d9f4c8} executeQuery: (from [fd00:1122:3344:101::d]:37118) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.02.23 16:32:04.230381 [ 274 ] {f665c72c-e53d-484e-829e-566629d9f4c8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.02.23 16:32:04.230503 [ 191 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_6_1} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:32:04.230598 [ 191 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_6_1} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.02.23 16:32:04.230695 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. 2026.02.23 16:32:04.230807 [ 274 ] {f665c72c-e53d-484e-829e-566629d9f4c8} oximeter.fields_u8 (bee44bc4-3670-4879-9501-74bd8c0c3792): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:32:04.230847 [ 274 ] {f665c72c-e53d-484e-829e-566629d9f4c8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.02.23 16:32:04.231269 [ 274 ] {f665c72c-e53d-484e-829e-566629d9f4c8} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.02.23 16:32:04.231737 [ 274 ] {f665c72c-e53d-484e-829e-566629d9f4c8} oximeter.fields_u8 (bee44bc4-3670-4879-9501-74bd8c0c3792): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:32:04.231862 [ 274 ] {f665c72c-e53d-484e-829e-566629d9f4c8} executeQuery: Read 148 rows, 8.62 KiB in 0.001537 sec., 96291.4769030579 rows/sec., 5.48 MiB/sec. 2026.02.23 16:32:04.231897 [ 274 ] {f665c72c-e53d-484e-829e-566629d9f4c8} TCPHandler: Processed in 0.001693525 sec. 2026.02.23 16:32:04.232005 [ 274 ] {} TCP-Session: 5b5d643d-0c28-45fb-b1db-27667008eb70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:32:04.232096 [ 274 ] {46c0d251-fb9b-4b67-867f-67cc9eda65a3} executeQuery: (from [fd00:1122:3344:101::d]:37118) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.23 16:32:04.232133 [ 274 ] {46c0d251-fb9b-4b67-867f-67cc9eda65a3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.23 16:32:04.232678 [ 274 ] {46c0d251-fb9b-4b67-867f-67cc9eda65a3} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:32:04.232713 [ 274 ] {46c0d251-fb9b-4b67-867f-67cc9eda65a3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.02.23 16:32:04.233167 [ 274 ] {46c0d251-fb9b-4b67-867f-67cc9eda65a3} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.02.23 16:32:04.233797 [ 274 ] {46c0d251-fb9b-4b67-867f-67cc9eda65a3} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:32:04.233897 [ 71 ] {} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.02.23 16:32:04.233924 [ 274 ] {46c0d251-fb9b-4b67-867f-67cc9eda65a3} executeQuery: Read 464 rows, 33.11 KiB in 0.001846 sec., 251354.2795232936 rows/sec., 17.51 MiB/sec. 2026.02.23 16:32:04.233935 [ 71 ] {} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:32:04.233967 [ 71 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.02.23 16:32:04.233969 [ 274 ] {46c0d251-fb9b-4b67-867f-67cc9eda65a3} TCPHandler: Processed in 0.002011511 sec. 2026.02.23 16:32:04.234062 [ 187 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2026.02.23 16:32:04.234100 [ 274 ] {} TCP-Session: 5b5d643d-0c28-45fb-b1db-27667008eb70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:32:04.234188 [ 187 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:32:04.234196 [ 274 ] {83313631-147c-42f5-94f6-7f71cff95d20} executeQuery: (from [fd00:1122:3344:101::d]:37118) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.02.23 16:32:04.234236 [ 187 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 428 rows starting from the beginning of the part 2026.02.23 16:32:04.234250 [ 274 ] {83313631-147c-42f5-94f6-7f71cff95d20} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.02.23 16:32:04.234327 [ 187 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 426 rows starting from the beginning of the part 2026.02.23 16:32:04.234382 [ 187 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 45 rows starting from the beginning of the part 2026.02.23 16:32:04.234429 [ 187 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 454 rows starting from the beginning of the part 2026.02.23 16:32:04.234476 [ 187 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 59 rows starting from the beginning of the part 2026.02.23 16:32:04.234520 [ 187 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 464 rows starting from the beginning of the part 2026.02.23 16:32:04.234584 [ 274 ] {83313631-147c-42f5-94f6-7f71cff95d20} oximeter.measurements_bool (4d7206cf-919d-48fb-bf2a-954f10b7f89e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:32:04.234624 [ 274 ] {83313631-147c-42f5-94f6-7f71cff95d20} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.02.23 16:32:04.235138 [ 274 ] {83313631-147c-42f5-94f6-7f71cff95d20} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.02.23 16:32:04.235681 [ 274 ] {83313631-147c-42f5-94f6-7f71cff95d20} oximeter.measurements_bool (4d7206cf-919d-48fb-bf2a-954f10b7f89e): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:32:04.235718 [ 186 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 1876 rows, containing 5 columns (5 merged, 0 gathered) in 0.001695615 sec., 1106383.2296836253 rows/sec., 81.42 MiB/sec. 2026.02.23 16:32:04.235813 [ 274 ] {83313631-147c-42f5-94f6-7f71cff95d20} executeQuery: Read 6 rows, 321.00 B in 0.001634 sec., 3671.970624235006 rows/sec., 191.85 KiB/sec. 2026.02.23 16:32:04.235848 [ 274 ] {83313631-147c-42f5-94f6-7f71cff95d20} TCPHandler: Processed in 0.001795407 sec. 2026.02.23 16:32:04.235961 [ 274 ] {} TCP-Session: 5b5d643d-0c28-45fb-b1db-27667008eb70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:32:04.235973 [ 191 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.02.23 16:32:04.236056 [ 274 ] {5748ed10-14c3-4f8b-90cf-e7d831bbbfca} executeQuery: (from [fd00:1122:3344:101::d]:37118) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.23 16:32:04.236101 [ 274 ] {5748ed10-14c3-4f8b-90cf-e7d831bbbfca} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.23 16:32:04.236494 [ 274 ] {5748ed10-14c3-4f8b-90cf-e7d831bbbfca} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:32:04.236531 [ 274 ] {5748ed10-14c3-4f8b-90cf-e7d831bbbfca} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.02.23 16:32:04.236556 [ 191 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_6_1} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:32:04.236628 [ 191 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_6_1} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.02.23 16:32:04.236682 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.47 MiB. 2026.02.23 16:32:04.237030 [ 274 ] {5748ed10-14c3-4f8b-90cf-e7d831bbbfca} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.02.23 16:32:04.237602 [ 274 ] {5748ed10-14c3-4f8b-90cf-e7d831bbbfca} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:32:04.237699 [ 71 ] {} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.02.23 16:32:04.237727 [ 274 ] {5748ed10-14c3-4f8b-90cf-e7d831bbbfca} executeQuery: Read 216 rows, 14.55 KiB in 0.00169 sec., 127810.65088757395 rows/sec., 8.41 MiB/sec. 2026.02.23 16:32:04.237733 [ 71 ] {} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:32:04.237767 [ 71 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.02.23 16:32:04.237769 [ 274 ] {5748ed10-14c3-4f8b-90cf-e7d831bbbfca} TCPHandler: Processed in 0.001854978 sec. 2026.02.23 16:32:04.237863 [ 194 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2026.02.23 16:32:04.237896 [ 274 ] {} TCP-Session: 5b5d643d-0c28-45fb-b1db-27667008eb70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:32:04.237966 [ 194 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:32:04.237988 [ 274 ] {b3659ba3-25ba-480a-a493-eac35b56185b} executeQuery: (from [fd00:1122:3344:101::d]:37118) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.02.23 16:32:04.238001 [ 194 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 106 rows starting from the beginning of the part 2026.02.23 16:32:04.238029 [ 274 ] {b3659ba3-25ba-480a-a493-eac35b56185b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.02.23 16:32:04.238079 [ 194 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 105 rows starting from the beginning of the part 2026.02.23 16:32:04.238128 [ 194 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 102 rows starting from the beginning of the part 2026.02.23 16:32:04.238174 [ 194 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 205 rows starting from the beginning of the part 2026.02.23 16:32:04.238216 [ 194 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 100 rows starting from the beginning of the part 2026.02.23 16:32:04.238258 [ 194 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 216 rows starting from the beginning of the part 2026.02.23 16:32:04.238341 [ 274 ] {b3659ba3-25ba-480a-a493-eac35b56185b} oximeter.measurements_f64 (97dc9cb4-ce5b-499b-8326-a1427ee1bb47): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:32:04.238377 [ 274 ] {b3659ba3-25ba-480a-a493-eac35b56185b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.02.23 16:32:04.238823 [ 274 ] {b3659ba3-25ba-480a-a493-eac35b56185b} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.02.23 16:32:04.239175 [ 186 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 834 rows, containing 5 columns (5 merged, 0 gathered) in 0.001353148 sec., 616340.5628948201 rows/sec., 40.36 MiB/sec. 2026.02.23 16:32:04.239314 [ 274 ] {b3659ba3-25ba-480a-a493-eac35b56185b} oximeter.measurements_f64 (97dc9cb4-ce5b-499b-8326-a1427ee1bb47): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:32:04.239437 [ 186 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.02.23 16:32:04.239459 [ 274 ] {b3659ba3-25ba-480a-a493-eac35b56185b} executeQuery: Read 1 rows, 69.00 B in 0.001488 sec., 672.0430107526882 rows/sec., 45.28 KiB/sec. 2026.02.23 16:32:04.239496 [ 274 ] {b3659ba3-25ba-480a-a493-eac35b56185b} TCPHandler: Processed in 0.001646654 sec. 2026.02.23 16:32:04.239599 [ 274 ] {} TCP-Session: 5b5d643d-0c28-45fb-b1db-27667008eb70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:32:04.239690 [ 274 ] {964a923d-11c8-479f-bba9-6215fd71b6cf} executeQuery: (from [fd00:1122:3344:101::d]:37118) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.23 16:32:04.239730 [ 274 ] {964a923d-11c8-479f-bba9-6215fd71b6cf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.23 16:32:04.239952 [ 186 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_6_1} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:32:04.240011 [ 186 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_6_1} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.02.23 16:32:04.240045 [ 274 ] {964a923d-11c8-479f-bba9-6215fd71b6cf} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:32:04.240059 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.38 MiB. 2026.02.23 16:32:04.240078 [ 274 ] {964a923d-11c8-479f-bba9-6215fd71b6cf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.02.23 16:32:04.240548 [ 274 ] {964a923d-11c8-479f-bba9-6215fd71b6cf} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.02.23 16:32:04.241098 [ 274 ] {964a923d-11c8-479f-bba9-6215fd71b6cf} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:32:04.241197 [ 71 ] {} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.02.23 16:32:04.241227 [ 274 ] {964a923d-11c8-479f-bba9-6215fd71b6cf} executeQuery: Read 70 rows, 4.36 KiB in 0.00155 sec., 45161.290322580644 rows/sec., 2.75 MiB/sec. 2026.02.23 16:32:04.241234 [ 71 ] {} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:32:04.241270 [ 71 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.02.23 16:32:04.241272 [ 274 ] {964a923d-11c8-479f-bba9-6215fd71b6cf} TCPHandler: Processed in 0.001719535 sec. 2026.02.23 16:32:04.241336 [ 194 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2026.02.23 16:32:04.241410 [ 194 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:32:04.241432 [ 194 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 30 rows starting from the beginning of the part 2026.02.23 16:32:04.241473 [ 194 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 30 rows starting from the beginning of the part 2026.02.23 16:32:04.241505 [ 194 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 30 rows starting from the beginning of the part 2026.02.23 16:32:04.241535 [ 194 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 60 rows starting from the beginning of the part 2026.02.23 16:32:04.241564 [ 194 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 30 rows starting from the beginning of the part 2026.02.23 16:32:04.241595 [ 194 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 70 rows starting from the beginning of the part 2026.02.23 16:32:04.242245 [ 191 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 250 rows, containing 4 columns (4 merged, 0 gathered) in 0.000933759 sec., 267735.03655654186 rows/sec., 16.26 MiB/sec. 2026.02.23 16:32:04.242537 [ 193 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.02.23 16:32:04.243147 [ 193 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_6_1} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:32:04.243239 [ 193 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_6_1} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.02.23 16:32:04.243329 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. 2026.02.23 16:32:05.140586 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 3384 2026.02.23 16:32:05.141057 [ 244 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:32:05.141090 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.02.23 16:32:05.141775 [ 244 ] {} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.02.23 16:32:05.142329 [ 244 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:32:05.142452 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3384 2026.02.23 16:32:05.325413 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 53 2026.02.23 16:32:05.342700 [ 243 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:32:05.342751 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.02.23 16:32:05.348558 [ 243 ] {} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.02.23 16:32:05.349663 [ 243 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:32:05.352597 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 53 2026.02.23 16:32:09.199496 [ 274 ] {} TCP-Session: 5b5d643d-0c28-45fb-b1db-27667008eb70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:32:09.199795 [ 274 ] {ae5c7e52-035f-4a7a-a35f-468a58ca3fb4} executeQuery: (from [fd00:1122:3344:101::d]:37118) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.23 16:32:09.199895 [ 274 ] {ae5c7e52-035f-4a7a-a35f-468a58ca3fb4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.23 16:32:09.200746 [ 274 ] {ae5c7e52-035f-4a7a-a35f-468a58ca3fb4} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:32:09.200789 [ 274 ] {ae5c7e52-035f-4a7a-a35f-468a58ca3fb4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.02.23 16:32:09.201295 [ 274 ] {ae5c7e52-035f-4a7a-a35f-468a58ca3fb4} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.02.23 16:32:09.201801 [ 274 ] {ae5c7e52-035f-4a7a-a35f-468a58ca3fb4} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:32:09.201951 [ 274 ] {ae5c7e52-035f-4a7a-a35f-468a58ca3fb4} executeQuery: Read 78 rows, 6.88 KiB in 0.002232 sec., 34946.23655913978 rows/sec., 3.01 MiB/sec. 2026.02.23 16:32:09.201991 [ 274 ] {ae5c7e52-035f-4a7a-a35f-468a58ca3fb4} TCPHandler: Processed in 0.002672265 sec. 2026.02.23 16:32:09.202115 [ 274 ] {} TCP-Session: 5b5d643d-0c28-45fb-b1db-27667008eb70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:32:09.202208 [ 274 ] {84e03b4b-e064-47ff-ac07-98cd9833eef5} executeQuery: (from [fd00:1122:3344:101::d]:37118) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.23 16:32:09.202248 [ 274 ] {84e03b4b-e064-47ff-ac07-98cd9833eef5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.23 16:32:09.202684 [ 274 ] {84e03b4b-e064-47ff-ac07-98cd9833eef5} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:32:09.202719 [ 274 ] {84e03b4b-e064-47ff-ac07-98cd9833eef5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.02.23 16:32:09.203163 [ 274 ] {84e03b4b-e064-47ff-ac07-98cd9833eef5} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.02.23 16:32:09.203654 [ 274 ] {84e03b4b-e064-47ff-ac07-98cd9833eef5} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:32:09.203780 [ 274 ] {84e03b4b-e064-47ff-ac07-98cd9833eef5} executeQuery: Read 24 rows, 1.80 KiB in 0.001591 sec., 15084.85229415462 rows/sec., 1.11 MiB/sec. 2026.02.23 16:32:09.203816 [ 274 ] {84e03b4b-e064-47ff-ac07-98cd9833eef5} TCPHandler: Processed in 0.001748686 sec. 2026.02.23 16:32:09.203931 [ 274 ] {} TCP-Session: 5b5d643d-0c28-45fb-b1db-27667008eb70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:32:09.204022 [ 274 ] {37229e12-6817-4335-b3fc-2f66582e39d8} executeQuery: (from [fd00:1122:3344:101::d]:37118) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.23 16:32:09.204060 [ 274 ] {37229e12-6817-4335-b3fc-2f66582e39d8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.23 16:32:09.204460 [ 274 ] {37229e12-6817-4335-b3fc-2f66582e39d8} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:32:09.204494 [ 274 ] {37229e12-6817-4335-b3fc-2f66582e39d8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.02.23 16:32:09.204976 [ 274 ] {37229e12-6817-4335-b3fc-2f66582e39d8} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.02.23 16:32:09.205530 [ 274 ] {37229e12-6817-4335-b3fc-2f66582e39d8} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:32:09.205658 [ 274 ] {37229e12-6817-4335-b3fc-2f66582e39d8} executeQuery: Read 60 rows, 4.80 KiB in 0.001654 sec., 36275.695284159614 rows/sec., 2.83 MiB/sec. 2026.02.23 16:32:09.205694 [ 274 ] {37229e12-6817-4335-b3fc-2f66582e39d8} TCPHandler: Processed in 0.001810887 sec. 2026.02.23 16:32:09.205804 [ 274 ] {} TCP-Session: 5b5d643d-0c28-45fb-b1db-27667008eb70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:32:09.205894 [ 274 ] {a765d999-5a15-43c9-bdb6-d67031a5ab1f} executeQuery: (from [fd00:1122:3344:101::d]:37118) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.23 16:32:09.205935 [ 274 ] {a765d999-5a15-43c9-bdb6-d67031a5ab1f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.23 16:32:09.206320 [ 274 ] {a765d999-5a15-43c9-bdb6-d67031a5ab1f} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:32:09.206355 [ 274 ] {a765d999-5a15-43c9-bdb6-d67031a5ab1f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.02.23 16:32:09.206837 [ 274 ] {a765d999-5a15-43c9-bdb6-d67031a5ab1f} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.02.23 16:32:09.207259 [ 274 ] {a765d999-5a15-43c9-bdb6-d67031a5ab1f} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:32:09.207385 [ 274 ] {a765d999-5a15-43c9-bdb6-d67031a5ab1f} executeQuery: Read 110 rows, 7.86 KiB in 0.001508 sec., 72944.29708222812 rows/sec., 5.09 MiB/sec. 2026.02.23 16:32:09.207420 [ 274 ] {a765d999-5a15-43c9-bdb6-d67031a5ab1f} TCPHandler: Processed in 0.001663194 sec. 2026.02.23 16:32:09.207526 [ 274 ] {} TCP-Session: 5b5d643d-0c28-45fb-b1db-27667008eb70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:32:09.207617 [ 274 ] {d9447d19-8d95-4d52-8229-e31693be4077} executeQuery: (from [fd00:1122:3344:101::d]:37118) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.23 16:32:09.207669 [ 274 ] {d9447d19-8d95-4d52-8229-e31693be4077} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.23 16:32:09.208429 [ 274 ] {d9447d19-8d95-4d52-8229-e31693be4077} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:32:09.208465 [ 274 ] {d9447d19-8d95-4d52-8229-e31693be4077} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.02.23 16:32:09.209082 [ 274 ] {d9447d19-8d95-4d52-8229-e31693be4077} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.02.23 16:32:09.209574 [ 274 ] {d9447d19-8d95-4d52-8229-e31693be4077} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:32:09.209709 [ 274 ] {d9447d19-8d95-4d52-8229-e31693be4077} executeQuery: Read 24 rows, 44.04 KiB in 0.002109 sec., 11379.800853485063 rows/sec., 20.39 MiB/sec. 2026.02.23 16:32:09.209756 [ 274 ] {d9447d19-8d95-4d52-8229-e31693be4077} TCPHandler: Processed in 0.002276997 sec. 2026.02.23 16:32:09.209862 [ 274 ] {} TCP-Session: 5b5d643d-0c28-45fb-b1db-27667008eb70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:32:09.209954 [ 274 ] {86ad1458-709b-4125-811a-36e18a64e6fb} executeQuery: (from [fd00:1122:3344:101::d]:37118) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.23 16:32:09.209993 [ 274 ] {86ad1458-709b-4125-811a-36e18a64e6fb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.23 16:32:09.210303 [ 274 ] {86ad1458-709b-4125-811a-36e18a64e6fb} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:32:09.210338 [ 274 ] {86ad1458-709b-4125-811a-36e18a64e6fb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.02.23 16:32:09.210717 [ 274 ] {86ad1458-709b-4125-811a-36e18a64e6fb} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.02.23 16:32:09.211221 [ 274 ] {86ad1458-709b-4125-811a-36e18a64e6fb} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:32:09.211346 [ 274 ] {86ad1458-709b-4125-811a-36e18a64e6fb} executeQuery: Read 40 rows, 2.73 KiB in 0.001411 sec., 28348.688873139617 rows/sec., 1.89 MiB/sec. 2026.02.23 16:32:09.211380 [ 274 ] {86ad1458-709b-4125-811a-36e18a64e6fb} TCPHandler: Processed in 0.001564982 sec. 2026.02.23 16:32:10.965324 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38575 2026.02.23 16:32:10.965447 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:32:10.965488 [ 286 ] {} TCP-Session: 2be5f3bb-d87a-400d-8683-b8d0961af469 Authenticating user 'default' from [fd00:1122:3344:101::e]:38575 2026.02.23 16:32:10.965511 [ 286 ] {} TCP-Session: 2be5f3bb-d87a-400d-8683-b8d0961af469 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:32:10.965525 [ 286 ] {} TCP-Session: 2be5f3bb-d87a-400d-8683-b8d0961af469 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:32:10.965729 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61162 2026.02.23 16:32:10.965767 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41450 2026.02.23 16:32:10.965773 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53835 2026.02.23 16:32:10.965802 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44407 2026.02.23 16:32:10.965828 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47698 2026.02.23 16:32:10.965851 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:32:10.965848 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:32:10.965889 [ 286 ] {} TCP-Session: 2be5f3bb-d87a-400d-8683-b8d0961af469 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:32:10.965894 [ 290 ] {} TCP-Session: 7d421635-b9fb-412f-9cd7-1bcbe3e30686 Authenticating user 'default' from [fd00:1122:3344:101::e]:41450 2026.02.23 16:32:10.965921 [ 288 ] {} TCP-Session: 42a70723-f566-42ae-85c4-c0cdfcaaa319 Authenticating user 'default' from [fd00:1122:3344:101::e]:61162 2026.02.23 16:32:10.965822 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64731 2026.02.23 16:32:10.965972 [ 288 ] {} TCP-Session: 42a70723-f566-42ae-85c4-c0cdfcaaa319 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:32:10.965974 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:32:10.965999 [ 288 ] {} TCP-Session: 42a70723-f566-42ae-85c4-c0cdfcaaa319 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:32:10.965962 [ 290 ] {} TCP-Session: 7d421635-b9fb-412f-9cd7-1bcbe3e30686 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:32:10.966024 [ 289 ] {} TCP-Session: f6e309b8-07ba-4c05-b478-c5f358734b33 Authenticating user 'default' from [fd00:1122:3344:101::e]:53835 2026.02.23 16:32:10.966046 [ 290 ] {} TCP-Session: 7d421635-b9fb-412f-9cd7-1bcbe3e30686 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:32:10.965797 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50022 2026.02.23 16:32:10.966072 [ 289 ] {} TCP-Session: f6e309b8-07ba-4c05-b478-c5f358734b33 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:32:10.966069 [ 286 ] {ffa18b6c-c5f4-46fb-88ac-d1375b7eba6d} executeQuery: (from [fd00:1122:3344:101::e]:38575) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.02.23 16:32:10.966130 [ 289 ] {} TCP-Session: f6e309b8-07ba-4c05-b478-c5f358734b33 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:32:10.965733 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44852 2026.02.23 16:32:10.966229 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:32:10.966231 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:32:10.966269 [ 292 ] {} TCP-Session: f6b11a8e-5760-4a2a-bcf4-f0d1bed3376f Authenticating user 'default' from [fd00:1122:3344:101::e]:44407 2026.02.23 16:32:10.966289 [ 293 ] {} TCP-Session: e801e50b-84b6-45fa-816d-065555db867e Authenticating user 'default' from [fd00:1122:3344:101::e]:64731 2026.02.23 16:32:10.966295 [ 292 ] {} TCP-Session: f6b11a8e-5760-4a2a-bcf4-f0d1bed3376f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:32:10.966314 [ 293 ] {} TCP-Session: e801e50b-84b6-45fa-816d-065555db867e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:32:10.966323 [ 292 ] {} TCP-Session: f6b11a8e-5760-4a2a-bcf4-f0d1bed3376f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:32:10.966337 [ 293 ] {} TCP-Session: e801e50b-84b6-45fa-816d-065555db867e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:32:10.966389 [ 286 ] {ffa18b6c-c5f4-46fb-88ac-d1375b7eba6d} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.02.23 16:32:10.966424 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:32:10.966421 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:32:10.966455 [ 286 ] {ffa18b6c-c5f4-46fb-88ac-d1375b7eba6d} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.23 16:32:10.966464 [ 287 ] {} TCP-Session: a6cffdcd-6c68-4e19-b76d-5677582ce889 Authenticating user 'default' from [fd00:1122:3344:101::e]:44852 2026.02.23 16:32:10.966485 [ 294 ] {} TCP-Session: df24ded3-2f61-4ef3-ad91-cffdd1f4dec1 Authenticating user 'default' from [fd00:1122:3344:101::e]:47698 2026.02.23 16:32:10.966509 [ 287 ] {} TCP-Session: a6cffdcd-6c68-4e19-b76d-5677582ce889 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:32:10.966442 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:32:10.966535 [ 287 ] {} TCP-Session: a6cffdcd-6c68-4e19-b76d-5677582ce889 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:32:10.966531 [ 294 ] {} TCP-Session: df24ded3-2f61-4ef3-ad91-cffdd1f4dec1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:32:10.966569 [ 291 ] {} TCP-Session: 4cef5faf-7b15-4fe1-9091-60064ef712e6 Authenticating user 'default' from [fd00:1122:3344:101::e]:50022 2026.02.23 16:32:10.966601 [ 294 ] {} TCP-Session: df24ded3-2f61-4ef3-ad91-cffdd1f4dec1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:32:10.966622 [ 291 ] {} TCP-Session: 4cef5faf-7b15-4fe1-9091-60064ef712e6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:32:10.966652 [ 291 ] {} TCP-Session: 4cef5faf-7b15-4fe1-9091-60064ef712e6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:32:10.966815 [ 286 ] {ffa18b6c-c5f4-46fb-88ac-d1375b7eba6d} oximeter.version (5b0048b8-9e05-4abf-ab1d-311c7f35e206) (SelectExecutor): Key condition: unknown 2026.02.23 16:32:10.966909 [ 286 ] {ffa18b6c-c5f4-46fb-88ac-d1375b7eba6d} Aggregator: Compile expression max()(UInt64) 0 2026.02.23 16:32:11.000168 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 182.68 MiB, peak 188.57 MiB, free memory in arenas 0.00 B, will set to 183.71 MiB (RSS), difference: 1.03 MiB 2026.02.23 16:32:11.470918 [ 319 ] {ffa18b6c-c5f4-46fb-88ac-d1375b7eba6d} AggregatingTransform: Aggregating 2026.02.23 16:32:11.470986 [ 319 ] {ffa18b6c-c5f4-46fb-88ac-d1375b7eba6d} Aggregator: Aggregation method: without_key 2026.02.23 16:32:11.471023 [ 319 ] {ffa18b6c-c5f4-46fb-88ac-d1375b7eba6d} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001327728 sec. (753.166 rows/sec., 29.42 KiB/sec.) 2026.02.23 16:32:11.471040 [ 319 ] {ffa18b6c-c5f4-46fb-88ac-d1375b7eba6d} Aggregator: Merging aggregated data 2026.02.23 16:32:11.472157 [ 286 ] {ffa18b6c-c5f4-46fb-88ac-d1375b7eba6d} executeQuery: Read 1 rows, 40.00 B in 0.506137 sec., 1.9757496488105002 rows/sec., 79.03 B/sec. 2026.02.23 16:32:11.472346 [ 286 ] {ffa18b6c-c5f4-46fb-88ac-d1375b7eba6d} MemoryTracker: Peak memory usage (for query): 4.11 MiB. 2026.02.23 16:32:11.472363 [ 286 ] {ffa18b6c-c5f4-46fb-88ac-d1375b7eba6d} TCPHandler: Processed in 0.506595879 sec. 2026.02.23 16:32:11.472494 [ 287 ] {} TCPHandler: Done processing connection. 2026.02.23 16:32:11.472518 [ 294 ] {} TCPHandler: Done processing connection. 2026.02.23 16:32:11.472544 [ 288 ] {} TCPHandler: Done processing connection. 2026.02.23 16:32:11.472565 [ 294 ] {} TCP-Session: df24ded3-2f61-4ef3-ad91-cffdd1f4dec1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:32:11.472567 [ 289 ] {} TCPHandler: Done processing connection. 2026.02.23 16:32:11.472599 [ 292 ] {} TCPHandler: Done processing connection. 2026.02.23 16:32:11.472617 [ 290 ] {} TCPHandler: Done processing connection. 2026.02.23 16:32:11.472644 [ 286 ] {} TCPHandler: Done processing connection. 2026.02.23 16:32:11.472660 [ 289 ] {} TCP-Session: f6e309b8-07ba-4c05-b478-c5f358734b33 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:32:11.472678 [ 290 ] {} TCP-Session: 7d421635-b9fb-412f-9cd7-1bcbe3e30686 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:32:11.472687 [ 286 ] {} TCP-Session: 2be5f3bb-d87a-400d-8683-b8d0961af469 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:32:11.472668 [ 292 ] {} TCP-Session: f6b11a8e-5760-4a2a-bcf4-f0d1bed3376f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:32:11.472639 [ 293 ] {} TCPHandler: Done processing connection. 2026.02.23 16:32:11.472581 [ 291 ] {} TCPHandler: Done processing connection. 2026.02.23 16:32:11.472551 [ 287 ] {} TCP-Session: a6cffdcd-6c68-4e19-b76d-5677582ce889 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:32:11.472812 [ 293 ] {} TCP-Session: e801e50b-84b6-45fa-816d-065555db867e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:32:11.472818 [ 291 ] {} TCP-Session: 4cef5faf-7b15-4fe1-9091-60064ef712e6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:32:11.472612 [ 288 ] {} TCP-Session: 42a70723-f566-42ae-85c4-c0cdfcaaa319 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:32:12.000176 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 185.09 MiB, peak 197.23 MiB, free memory in arenas 0.00 B, will set to 203.14 MiB (RSS), difference: 18.04 MiB 2026.02.23 16:32:12.566817 [ 55 ] {} DNSResolver: Updating DNS cache 2026.02.23 16:32:12.566883 [ 55 ] {} DNSResolver: Updated DNS cache 2026.02.23 16:32:12.642634 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 3832 2026.02.23 16:32:12.642744 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 46 entries to flush up to offset 304 2026.02.23 16:32:12.643415 [ 244 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:32:12.643466 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.02.23 16:32:12.643959 [ 244 ] {} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.02.23 16:32:12.644201 [ 244 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:32:12.644355 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3832 2026.02.23 16:32:12.645293 [ 242 ] {} system.query_log (b83b341e-dbaf-448e-9582-20b3e6cd291d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:32:12.645345 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.02.23 16:32:12.646519 [ 242 ] {} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.02.23 16:32:12.646783 [ 242 ] {} system.query_log (b83b341e-dbaf-448e-9582-20b3e6cd291d): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:32:12.647085 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 304 2026.02.23 16:32:12.852757 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 61 2026.02.23 16:32:12.871601 [ 243 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:32:12.871661 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.02.23 16:32:12.878002 [ 243 ] {} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.02.23 16:32:12.878686 [ 243 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:32:12.881869 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 61 2026.02.23 16:32:13.000288 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 203.67 MiB, peak 207.67 MiB, free memory in arenas 0.00 B, will set to 205.02 MiB (RSS), difference: 1.36 MiB 2026.02.23 16:32:13.771902 [ 274 ] {} TCPHandler: Done processing connection. 2026.02.23 16:32:13.771999 [ 274 ] {} TCP-Session: 5b5d643d-0c28-45fb-b1db-27667008eb70 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:32:14.000186 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 202.99 MiB, peak 207.67 MiB, free memory in arenas 0.00 B, will set to 205.03 MiB (RSS), difference: 2.04 MiB 2026.02.23 16:32:14.206506 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:32:14.206687 [ 278 ] {5fdb3d11-a564-40d5-a4c7-728339df8ad1} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.02.23 16:32:14.206753 [ 278 ] {5fdb3d11-a564-40d5-a4c7-728339df8ad1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.02.23 16:32:14.207586 [ 278 ] {5fdb3d11-a564-40d5-a4c7-728339df8ad1} oximeter.fields_i16 (91b3829e-2a99-49e1-955c-43ffdc3fb409): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:32:14.207638 [ 278 ] {5fdb3d11-a564-40d5-a4c7-728339df8ad1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.02.23 16:32:14.208037 [ 278 ] {5fdb3d11-a564-40d5-a4c7-728339df8ad1} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.02.23 16:32:14.208276 [ 278 ] {5fdb3d11-a564-40d5-a4c7-728339df8ad1} oximeter.fields_i16 (91b3829e-2a99-49e1-955c-43ffdc3fb409): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:32:14.208416 [ 53 ] {} oximeter.fields_i16 (91b3829e-2a99-49e1-955c-43ffdc3fb409) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2026.02.23 16:32:14.208430 [ 278 ] {5fdb3d11-a564-40d5-a4c7-728339df8ad1} executeQuery: Read 284 rows, 18.47 KiB in 0.001793 sec., 158393.75348577803 rows/sec., 10.06 MiB/sec. 2026.02.23 16:32:14.208485 [ 53 ] {} oximeter.fields_i16 (91b3829e-2a99-49e1-955c-43ffdc3fb409): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:32:14.208503 [ 278 ] {5fdb3d11-a564-40d5-a4c7-728339df8ad1} TCPHandler: Processed in 0.002125323 sec. 2026.02.23 16:32:14.208513 [ 53 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.02.23 16:32:14.208642 [ 194 ] {91b3829e-2a99-49e1-955c-43ffdc3fb409::all_1_5_1} MergeTask::PrepareStage: Merging 5 parts: from all_1_1_0 to all_5_5_0 into Compact with storage Full 2026.02.23 16:32:14.208658 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:32:14.208780 [ 194 ] {91b3829e-2a99-49e1-955c-43ffdc3fb409::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:32:14.208782 [ 278 ] {6d4a6631-126b-4d67-a910-0e050727eb4d} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.23 16:32:14.208821 [ 194 ] {91b3829e-2a99-49e1-955c-43ffdc3fb409::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 284 rows starting from the beginning of the part 2026.02.23 16:32:14.208843 [ 278 ] {6d4a6631-126b-4d67-a910-0e050727eb4d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.23 16:32:14.208890 [ 194 ] {91b3829e-2a99-49e1-955c-43ffdc3fb409::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 284 rows starting from the beginning of the part 2026.02.23 16:32:14.208938 [ 194 ] {91b3829e-2a99-49e1-955c-43ffdc3fb409::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 284 rows starting from the beginning of the part 2026.02.23 16:32:14.208978 [ 194 ] {91b3829e-2a99-49e1-955c-43ffdc3fb409::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 284 rows starting from the beginning of the part 2026.02.23 16:32:14.209017 [ 194 ] {91b3829e-2a99-49e1-955c-43ffdc3fb409::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 284 rows starting from the beginning of the part 2026.02.23 16:32:14.209735 [ 278 ] {6d4a6631-126b-4d67-a910-0e050727eb4d} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:32:14.209777 [ 278 ] {6d4a6631-126b-4d67-a910-0e050727eb4d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.02.23 16:32:14.209983 [ 194 ] {91b3829e-2a99-49e1-955c-43ffdc3fb409::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 1420 rows, containing 5 columns (5 merged, 0 gathered) in 0.001396289 sec., 1016981.4415210604 rows/sec., 68.47 MiB/sec. 2026.02.23 16:32:14.210134 [ 191 ] {91b3829e-2a99-49e1-955c-43ffdc3fb409::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2026.02.23 16:32:14.210170 [ 278 ] {6d4a6631-126b-4d67-a910-0e050727eb4d} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.02.23 16:32:14.210399 [ 191 ] {91b3829e-2a99-49e1-955c-43ffdc3fb409::all_1_5_1} oximeter.fields_i16 (91b3829e-2a99-49e1-955c-43ffdc3fb409): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:32:14.210407 [ 278 ] {6d4a6631-126b-4d67-a910-0e050727eb4d} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:32:14.210462 [ 191 ] {91b3829e-2a99-49e1-955c-43ffdc3fb409::all_1_5_1} oximeter.fields_i16 (91b3829e-2a99-49e1-955c-43ffdc3fb409) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2026.02.23 16:32:14.210535 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB. 2026.02.23 16:32:14.210543 [ 278 ] {6d4a6631-126b-4d67-a910-0e050727eb4d} executeQuery: Read 771 rows, 62.13 KiB in 0.001784 sec., 432174.8878923767 rows/sec., 34.01 MiB/sec. 2026.02.23 16:32:14.210583 [ 278 ] {6d4a6631-126b-4d67-a910-0e050727eb4d} TCPHandler: Processed in 0.00197899 sec. 2026.02.23 16:32:14.210701 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:32:14.210798 [ 278 ] {1aee968d-d315-4382-9211-f6d04a58bcb6} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.23 16:32:14.210837 [ 278 ] {1aee968d-d315-4382-9211-f6d04a58bcb6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.23 16:32:14.211283 [ 278 ] {1aee968d-d315-4382-9211-f6d04a58bcb6} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:32:14.211320 [ 278 ] {1aee968d-d315-4382-9211-f6d04a58bcb6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.02.23 16:32:14.211613 [ 278 ] {1aee968d-d315-4382-9211-f6d04a58bcb6} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.02.23 16:32:14.211829 [ 278 ] {1aee968d-d315-4382-9211-f6d04a58bcb6} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:32:14.211954 [ 278 ] {1aee968d-d315-4382-9211-f6d04a58bcb6} executeQuery: Read 142 rows, 8.54 KiB in 0.001177 sec., 120645.70943075615 rows/sec., 7.09 MiB/sec. 2026.02.23 16:32:14.211991 [ 278 ] {1aee968d-d315-4382-9211-f6d04a58bcb6} TCPHandler: Processed in 0.001339328 sec. 2026.02.23 16:32:14.212107 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:32:14.212200 [ 278 ] {0e5b968c-56aa-4f35-aa22-d5c9757c09dc} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.02.23 16:32:14.212239 [ 278 ] {0e5b968c-56aa-4f35-aa22-d5c9757c09dc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.02.23 16:32:14.212685 [ 278 ] {0e5b968c-56aa-4f35-aa22-d5c9757c09dc} oximeter.fields_u32 (3630ead0-c5da-4e23-a9d2-59d0589dc119): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:32:14.212721 [ 278 ] {0e5b968c-56aa-4f35-aa22-d5c9757c09dc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.02.23 16:32:14.213011 [ 278 ] {0e5b968c-56aa-4f35-aa22-d5c9757c09dc} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.02.23 16:32:14.213213 [ 278 ] {0e5b968c-56aa-4f35-aa22-d5c9757c09dc} oximeter.fields_u32 (3630ead0-c5da-4e23-a9d2-59d0589dc119): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:32:14.213309 [ 53 ] {} oximeter.fields_u32 (3630ead0-c5da-4e23-a9d2-59d0589dc119) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.02.23 16:32:14.213338 [ 278 ] {0e5b968c-56aa-4f35-aa22-d5c9757c09dc} executeQuery: Read 149 rows, 9.86 KiB in 0.001157 sec., 128781.33102852204 rows/sec., 8.32 MiB/sec. 2026.02.23 16:32:14.213342 [ 53 ] {} oximeter.fields_u32 (3630ead0-c5da-4e23-a9d2-59d0589dc119): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:32:14.213378 [ 53 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.02.23 16:32:14.213381 [ 278 ] {0e5b968c-56aa-4f35-aa22-d5c9757c09dc} TCPHandler: Processed in 0.001322308 sec. 2026.02.23 16:32:14.213481 [ 195 ] {3630ead0-c5da-4e23-a9d2-59d0589dc119::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2026.02.23 16:32:14.213505 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:32:14.213595 [ 195 ] {3630ead0-c5da-4e23-a9d2-59d0589dc119::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:32:14.213600 [ 278 ] {c638bcc2-bc4e-4fbf-9c6f-d2275c3c9582} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.02.23 16:32:14.213636 [ 195 ] {3630ead0-c5da-4e23-a9d2-59d0589dc119::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 149 rows starting from the beginning of the part 2026.02.23 16:32:14.213646 [ 278 ] {c638bcc2-bc4e-4fbf-9c6f-d2275c3c9582} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.02.23 16:32:14.213728 [ 195 ] {3630ead0-c5da-4e23-a9d2-59d0589dc119::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 149 rows starting from the beginning of the part 2026.02.23 16:32:14.213780 [ 195 ] {3630ead0-c5da-4e23-a9d2-59d0589dc119::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 1 rows starting from the beginning of the part 2026.02.23 16:32:14.213832 [ 195 ] {3630ead0-c5da-4e23-a9d2-59d0589dc119::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 149 rows starting from the beginning of the part 2026.02.23 16:32:14.213888 [ 195 ] {3630ead0-c5da-4e23-a9d2-59d0589dc119::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 149 rows starting from the beginning of the part 2026.02.23 16:32:14.213966 [ 195 ] {3630ead0-c5da-4e23-a9d2-59d0589dc119::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 149 rows starting from the beginning of the part 2026.02.23 16:32:14.214078 [ 278 ] {c638bcc2-bc4e-4fbf-9c6f-d2275c3c9582} oximeter.fields_u8 (bee44bc4-3670-4879-9501-74bd8c0c3792): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:32:14.214114 [ 278 ] {c638bcc2-bc4e-4fbf-9c6f-d2275c3c9582} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.02.23 16:32:14.214411 [ 278 ] {c638bcc2-bc4e-4fbf-9c6f-d2275c3c9582} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.02.23 16:32:14.214615 [ 278 ] {c638bcc2-bc4e-4fbf-9c6f-d2275c3c9582} oximeter.fields_u8 (bee44bc4-3670-4879-9501-74bd8c0c3792): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:32:14.214715 [ 53 ] {} oximeter.fields_u8 (bee44bc4-3670-4879-9501-74bd8c0c3792) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2026.02.23 16:32:14.214742 [ 278 ] {c638bcc2-bc4e-4fbf-9c6f-d2275c3c9582} executeQuery: Read 148 rows, 8.62 KiB in 0.00116 sec., 127586.20689655172 rows/sec., 7.26 MiB/sec. 2026.02.23 16:32:14.214744 [ 53 ] {} oximeter.fields_u8 (bee44bc4-3670-4879-9501-74bd8c0c3792): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:32:14.214781 [ 53 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.02.23 16:32:14.214785 [ 278 ] {c638bcc2-bc4e-4fbf-9c6f-d2275c3c9582} TCPHandler: Processed in 0.001329267 sec. 2026.02.23 16:32:14.214852 [ 194 ] {bee44bc4-3670-4879-9501-74bd8c0c3792::all_1_5_1} MergeTask::PrepareStage: Merging 5 parts: from all_1_1_0 to all_5_5_0 into Compact with storage Full 2026.02.23 16:32:14.214920 [ 196 ] {3630ead0-c5da-4e23-a9d2-59d0589dc119::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 746 rows, containing 5 columns (5 merged, 0 gathered) in 0.00147913 sec., 504350.53037934465 rows/sec., 34.51 MiB/sec. 2026.02.23 16:32:14.214968 [ 194 ] {bee44bc4-3670-4879-9501-74bd8c0c3792::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:32:14.214975 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:32:14.215007 [ 194 ] {bee44bc4-3670-4879-9501-74bd8c0c3792::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 148 rows starting from the beginning of the part 2026.02.23 16:32:14.215052 [ 195 ] {3630ead0-c5da-4e23-a9d2-59d0589dc119::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.02.23 16:32:14.215071 [ 194 ] {bee44bc4-3670-4879-9501-74bd8c0c3792::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 148 rows starting from the beginning of the part 2026.02.23 16:32:14.215083 [ 278 ] {59fb5167-a19e-4885-ada8-12c2c6ba1ce3} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.23 16:32:14.215125 [ 194 ] {bee44bc4-3670-4879-9501-74bd8c0c3792::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 148 rows starting from the beginning of the part 2026.02.23 16:32:14.215131 [ 278 ] {59fb5167-a19e-4885-ada8-12c2c6ba1ce3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.23 16:32:14.215176 [ 194 ] {bee44bc4-3670-4879-9501-74bd8c0c3792::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 148 rows starting from the beginning of the part 2026.02.23 16:32:14.215225 [ 194 ] {bee44bc4-3670-4879-9501-74bd8c0c3792::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 148 rows starting from the beginning of the part 2026.02.23 16:32:14.215299 [ 195 ] {3630ead0-c5da-4e23-a9d2-59d0589dc119::all_1_6_1} oximeter.fields_u32 (3630ead0-c5da-4e23-a9d2-59d0589dc119): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:32:14.215370 [ 195 ] {3630ead0-c5da-4e23-a9d2-59d0589dc119::all_1_6_1} oximeter.fields_u32 (3630ead0-c5da-4e23-a9d2-59d0589dc119) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.02.23 16:32:14.215423 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. 2026.02.23 16:32:14.215702 [ 278 ] {59fb5167-a19e-4885-ada8-12c2c6ba1ce3} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:32:14.215739 [ 278 ] {59fb5167-a19e-4885-ada8-12c2c6ba1ce3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.02.23 16:32:14.216021 [ 195 ] {bee44bc4-3670-4879-9501-74bd8c0c3792::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 740 rows, containing 5 columns (5 merged, 0 gathered) in 0.001200335 sec., 616494.5619347931 rows/sec., 37.41 MiB/sec. 2026.02.23 16:32:14.216080 [ 278 ] {59fb5167-a19e-4885-ada8-12c2c6ba1ce3} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.02.23 16:32:14.216179 [ 194 ] {bee44bc4-3670-4879-9501-74bd8c0c3792::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2026.02.23 16:32:14.216342 [ 278 ] {59fb5167-a19e-4885-ada8-12c2c6ba1ce3} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:32:14.216473 [ 194 ] {bee44bc4-3670-4879-9501-74bd8c0c3792::all_1_5_1} oximeter.fields_u8 (bee44bc4-3670-4879-9501-74bd8c0c3792): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:32:14.216485 [ 278 ] {59fb5167-a19e-4885-ada8-12c2c6ba1ce3} executeQuery: Read 462 rows, 32.94 KiB in 0.001419 sec., 325581.39534883725 rows/sec., 22.67 MiB/sec. 2026.02.23 16:32:14.216532 [ 278 ] {59fb5167-a19e-4885-ada8-12c2c6ba1ce3} TCPHandler: Processed in 0.001605744 sec. 2026.02.23 16:32:14.216557 [ 194 ] {bee44bc4-3670-4879-9501-74bd8c0c3792::all_1_5_1} oximeter.fields_u8 (bee44bc4-3670-4879-9501-74bd8c0c3792) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2026.02.23 16:32:14.216629 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. 2026.02.23 16:32:14.216647 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:32:14.216743 [ 278 ] {23095ea9-e519-4af2-9db1-5e48e78ee21e} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.02.23 16:32:14.216785 [ 278 ] {23095ea9-e519-4af2-9db1-5e48e78ee21e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.02.23 16:32:14.217112 [ 278 ] {23095ea9-e519-4af2-9db1-5e48e78ee21e} oximeter.measurements_bool (4d7206cf-919d-48fb-bf2a-954f10b7f89e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:32:14.217148 [ 278 ] {23095ea9-e519-4af2-9db1-5e48e78ee21e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.02.23 16:32:14.217454 [ 278 ] {23095ea9-e519-4af2-9db1-5e48e78ee21e} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.02.23 16:32:14.217659 [ 278 ] {23095ea9-e519-4af2-9db1-5e48e78ee21e} oximeter.measurements_bool (4d7206cf-919d-48fb-bf2a-954f10b7f89e): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:32:14.217790 [ 278 ] {23095ea9-e519-4af2-9db1-5e48e78ee21e} executeQuery: Read 6 rows, 321.00 B in 0.001064 sec., 5639.097744360902 rows/sec., 294.62 KiB/sec. 2026.02.23 16:32:14.217825 [ 278 ] {23095ea9-e519-4af2-9db1-5e48e78ee21e} TCPHandler: Processed in 0.001226135 sec. 2026.02.23 16:32:14.217934 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:32:14.218026 [ 278 ] {2f7d9fba-b97a-4b39-b3de-7a3a98388ccc} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.23 16:32:14.218066 [ 278 ] {2f7d9fba-b97a-4b39-b3de-7a3a98388ccc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.23 16:32:14.218458 [ 278 ] {2f7d9fba-b97a-4b39-b3de-7a3a98388ccc} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:32:14.218493 [ 278 ] {2f7d9fba-b97a-4b39-b3de-7a3a98388ccc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.02.23 16:32:14.218826 [ 278 ] {2f7d9fba-b97a-4b39-b3de-7a3a98388ccc} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.02.23 16:32:14.219032 [ 278 ] {2f7d9fba-b97a-4b39-b3de-7a3a98388ccc} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:32:14.219154 [ 278 ] {2f7d9fba-b97a-4b39-b3de-7a3a98388ccc} executeQuery: Read 215 rows, 14.48 KiB in 0.001147 sec., 187445.51002615519 rows/sec., 12.33 MiB/sec. 2026.02.23 16:32:14.219189 [ 278 ] {2f7d9fba-b97a-4b39-b3de-7a3a98388ccc} TCPHandler: Processed in 0.001303727 sec. 2026.02.23 16:32:14.219301 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:32:14.219393 [ 278 ] {7a8773ae-72e9-4935-97bd-7cdb35f13dae} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.02.23 16:32:14.219434 [ 278 ] {7a8773ae-72e9-4935-97bd-7cdb35f13dae} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.02.23 16:32:14.219734 [ 278 ] {7a8773ae-72e9-4935-97bd-7cdb35f13dae} oximeter.measurements_f64 (97dc9cb4-ce5b-499b-8326-a1427ee1bb47): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:32:14.219770 [ 278 ] {7a8773ae-72e9-4935-97bd-7cdb35f13dae} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.02.23 16:32:14.220052 [ 278 ] {7a8773ae-72e9-4935-97bd-7cdb35f13dae} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.02.23 16:32:14.220316 [ 278 ] {7a8773ae-72e9-4935-97bd-7cdb35f13dae} oximeter.measurements_f64 (97dc9cb4-ce5b-499b-8326-a1427ee1bb47): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:32:14.220423 [ 53 ] {} oximeter.measurements_f64 (97dc9cb4-ce5b-499b-8326-a1427ee1bb47) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.02.23 16:32:14.220456 [ 53 ] {} oximeter.measurements_f64 (97dc9cb4-ce5b-499b-8326-a1427ee1bb47): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:32:14.220462 [ 278 ] {7a8773ae-72e9-4935-97bd-7cdb35f13dae} executeQuery: Read 1 rows, 69.00 B in 0.001086 sec., 920.8103130755065 rows/sec., 62.05 KiB/sec. 2026.02.23 16:32:14.220475 [ 53 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.02.23 16:32:14.220504 [ 278 ] {7a8773ae-72e9-4935-97bd-7cdb35f13dae} TCPHandler: Processed in 0.001250726 sec. 2026.02.23 16:32:14.220547 [ 191 ] {97dc9cb4-ce5b-499b-8326-a1427ee1bb47::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2026.02.23 16:32:14.220616 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:32:14.220646 [ 191 ] {97dc9cb4-ce5b-499b-8326-a1427ee1bb47::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:32:14.220675 [ 191 ] {97dc9cb4-ce5b-499b-8326-a1427ee1bb47::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.02.23 16:32:14.220709 [ 278 ] {a823b5f9-a5d6-4b9a-bab4-86608b6173f1} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.23 16:32:14.220749 [ 278 ] {a823b5f9-a5d6-4b9a-bab4-86608b6173f1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.23 16:32:14.220756 [ 191 ] {97dc9cb4-ce5b-499b-8326-a1427ee1bb47::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 1 rows starting from the beginning of the part 2026.02.23 16:32:14.220805 [ 191 ] {97dc9cb4-ce5b-499b-8326-a1427ee1bb47::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 1 rows starting from the beginning of the part 2026.02.23 16:32:14.220845 [ 191 ] {97dc9cb4-ce5b-499b-8326-a1427ee1bb47::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 1 rows starting from the beginning of the part 2026.02.23 16:32:14.220890 [ 191 ] {97dc9cb4-ce5b-499b-8326-a1427ee1bb47::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 1 rows starting from the beginning of the part 2026.02.23 16:32:14.220938 [ 191 ] {97dc9cb4-ce5b-499b-8326-a1427ee1bb47::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 1 rows starting from the beginning of the part 2026.02.23 16:32:14.221080 [ 278 ] {a823b5f9-a5d6-4b9a-bab4-86608b6173f1} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:32:14.221115 [ 278 ] {a823b5f9-a5d6-4b9a-bab4-86608b6173f1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2026.02.23 16:32:14.221410 [ 278 ] {a823b5f9-a5d6-4b9a-bab4-86608b6173f1} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.02.23 16:32:14.221606 [ 278 ] {a823b5f9-a5d6-4b9a-bab4-86608b6173f1} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:32:14.221692 [ 195 ] {97dc9cb4-ce5b-499b-8326-a1427ee1bb47::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 6 rows, containing 4 columns (4 merged, 0 gathered) in 0.001170693 sec., 5125.169450914971 rows/sec., 342.01 KiB/sec. 2026.02.23 16:32:14.221730 [ 278 ] {a823b5f9-a5d6-4b9a-bab4-86608b6173f1} executeQuery: Read 70 rows, 4.36 KiB in 0.00104 sec., 67307.69230769231 rows/sec., 4.09 MiB/sec. 2026.02.23 16:32:14.221764 [ 278 ] {a823b5f9-a5d6-4b9a-bab4-86608b6173f1} TCPHandler: Processed in 0.001196444 sec. 2026.02.23 16:32:14.221788 [ 191 ] {97dc9cb4-ce5b-499b-8326-a1427ee1bb47::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.02.23 16:32:14.222013 [ 191 ] {97dc9cb4-ce5b-499b-8326-a1427ee1bb47::all_1_6_1} oximeter.measurements_f64 (97dc9cb4-ce5b-499b-8326-a1427ee1bb47): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:32:14.222069 [ 191 ] {97dc9cb4-ce5b-499b-8326-a1427ee1bb47::all_1_6_1} oximeter.measurements_f64 (97dc9cb4-ce5b-499b-8326-a1427ee1bb47) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.02.23 16:32:14.222118 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2026.02.23 16:32:19.196127 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:32:19.196401 [ 278 ] {d53e1336-c544-47cc-88cb-9e0ba16b184c} executeQuery: (from [fd00:1122:3344:101::d]:46070) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.02.23 16:32:19.196783 [ 278 ] {d53e1336-c544-47cc-88cb-9e0ba16b184c} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.02.23 16:32:19.196821 [ 278 ] {d53e1336-c544-47cc-88cb-9e0ba16b184c} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.02.23 16:32:19.197081 [ 278 ] {d53e1336-c544-47cc-88cb-9e0ba16b184c} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.23 16:32:19.197148 [ 278 ] {d53e1336-c544-47cc-88cb-9e0ba16b184c} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.23 16:32:19.197282 [ 278 ] {d53e1336-c544-47cc-88cb-9e0ba16b184c} oximeter.timeseries_schema (01d04810-3288-4eb0-b300-784d29626f91) (SelectExecutor): Key condition: (column 0 notIn 36-element set) 2026.02.23 16:32:19.197401 [ 295 ] {d53e1336-c544-47cc-88cb-9e0ba16b184c} oximeter.timeseries_schema (01d04810-3288-4eb0-b300-784d29626f91) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.02.23 16:32:19.197437 [ 326 ] {d53e1336-c544-47cc-88cb-9e0ba16b184c} oximeter.timeseries_schema (01d04810-3288-4eb0-b300-784d29626f91) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.02.23 16:32:19.197401 [ 303 ] {d53e1336-c544-47cc-88cb-9e0ba16b184c} oximeter.timeseries_schema (01d04810-3288-4eb0-b300-784d29626f91) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.02.23 16:32:19.197596 [ 278 ] {d53e1336-c544-47cc-88cb-9e0ba16b184c} oximeter.timeseries_schema (01d04810-3288-4eb0-b300-784d29626f91) (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.02.23 16:32:19.197624 [ 278 ] {d53e1336-c544-47cc-88cb-9e0ba16b184c} oximeter.timeseries_schema (01d04810-3288-4eb0-b300-784d29626f91) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.02.23 16:32:19.197717 [ 278 ] {d53e1336-c544-47cc-88cb-9e0ba16b184c} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.02.23 16:32:19.197739 [ 278 ] {d53e1336-c544-47cc-88cb-9e0ba16b184c} oximeter.timeseries_schema (01d04810-3288-4eb0-b300-784d29626f91) (SelectExecutor): Reading approx. 36 rows with 3 streams 2026.02.23 16:32:19.197774 [ 278 ] {d53e1336-c544-47cc-88cb-9e0ba16b184c} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.02.23 16:32:19.197825 [ 278 ] {d53e1336-c544-47cc-88cb-9e0ba16b184c} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.02.23 16:32:19.197870 [ 278 ] {d53e1336-c544-47cc-88cb-9e0ba16b184c} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.02.23 16:32:19.199018 [ 278 ] {d53e1336-c544-47cc-88cb-9e0ba16b184c} executeQuery: Read 36 rows, 1.39 KiB in 0.002729 sec., 13191.645291315499 rows/sec., 507.78 KiB/sec. 2026.02.23 16:32:19.199167 [ 278 ] {d53e1336-c544-47cc-88cb-9e0ba16b184c} TCPHandler: Processed in 0.003170985 sec. 2026.02.23 16:32:19.199540 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:32:19.199680 [ 278 ] {a11ffade-cb2f-4a28-8437-8c4d7a35394f} executeQuery: (from [fd00:1122:3344:101::d]:46070) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:errors_received', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.02.23 16:32:19.199896 [ 278 ] {a11ffade-cb2f-4a28-8437-8c4d7a35394f} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.02.23 16:32:19.199932 [ 278 ] {a11ffade-cb2f-4a28-8437-8c4d7a35394f} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:errors_received', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.02.23 16:32:19.200134 [ 278 ] {a11ffade-cb2f-4a28-8437-8c4d7a35394f} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.23 16:32:19.200185 [ 278 ] {a11ffade-cb2f-4a28-8437-8c4d7a35394f} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.23 16:32:19.200285 [ 278 ] {a11ffade-cb2f-4a28-8437-8c4d7a35394f} oximeter.timeseries_schema (01d04810-3288-4eb0-b300-784d29626f91) (SelectExecutor): Key condition: (column 0 notIn 37-element set) 2026.02.23 16:32:19.200345 [ 303 ] {a11ffade-cb2f-4a28-8437-8c4d7a35394f} oximeter.timeseries_schema (01d04810-3288-4eb0-b300-784d29626f91) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.02.23 16:32:19.200377 [ 295 ] {a11ffade-cb2f-4a28-8437-8c4d7a35394f} oximeter.timeseries_schema (01d04810-3288-4eb0-b300-784d29626f91) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.02.23 16:32:19.200377 [ 318 ] {a11ffade-cb2f-4a28-8437-8c4d7a35394f} oximeter.timeseries_schema (01d04810-3288-4eb0-b300-784d29626f91) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.02.23 16:32:19.200482 [ 278 ] {a11ffade-cb2f-4a28-8437-8c4d7a35394f} oximeter.timeseries_schema (01d04810-3288-4eb0-b300-784d29626f91) (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.02.23 16:32:19.200508 [ 278 ] {a11ffade-cb2f-4a28-8437-8c4d7a35394f} oximeter.timeseries_schema (01d04810-3288-4eb0-b300-784d29626f91) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.02.23 16:32:19.200576 [ 278 ] {a11ffade-cb2f-4a28-8437-8c4d7a35394f} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.02.23 16:32:19.200593 [ 278 ] {a11ffade-cb2f-4a28-8437-8c4d7a35394f} oximeter.timeseries_schema (01d04810-3288-4eb0-b300-784d29626f91) (SelectExecutor): Reading approx. 36 rows with 3 streams 2026.02.23 16:32:19.200623 [ 278 ] {a11ffade-cb2f-4a28-8437-8c4d7a35394f} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:errors_received', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.02.23 16:32:19.200653 [ 278 ] {a11ffade-cb2f-4a28-8437-8c4d7a35394f} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:errors_received', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.02.23 16:32:19.200681 [ 278 ] {a11ffade-cb2f-4a28-8437-8c4d7a35394f} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:errors_received', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.02.23 16:32:19.201489 [ 278 ] {a11ffade-cb2f-4a28-8437-8c4d7a35394f} executeQuery: Read 36 rows, 1.39 KiB in 0.001866 sec., 19292.604501607715 rows/sec., 742.63 KiB/sec. 2026.02.23 16:32:19.201650 [ 278 ] {a11ffade-cb2f-4a28-8437-8c4d7a35394f} TCPHandler: Processed in 0.002160034 sec. 2026.02.23 16:32:19.201917 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:32:19.202051 [ 278 ] {a64a4d68-3282-4819-91bc-fa32aad7ca74} executeQuery: (from [fd00:1122:3344:101::d]:46070) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.02.23 16:32:19.202286 [ 278 ] {a64a4d68-3282-4819-91bc-fa32aad7ca74} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.02.23 16:32:19.202326 [ 278 ] {a64a4d68-3282-4819-91bc-fa32aad7ca74} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.02.23 16:32:19.202548 [ 278 ] {a64a4d68-3282-4819-91bc-fa32aad7ca74} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.23 16:32:19.202631 [ 278 ] {a64a4d68-3282-4819-91bc-fa32aad7ca74} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.23 16:32:19.202771 [ 278 ] {a64a4d68-3282-4819-91bc-fa32aad7ca74} oximeter.timeseries_schema (01d04810-3288-4eb0-b300-784d29626f91) (SelectExecutor): Key condition: (column 0 notIn 38-element set) 2026.02.23 16:32:19.202850 [ 303 ] {a64a4d68-3282-4819-91bc-fa32aad7ca74} oximeter.timeseries_schema (01d04810-3288-4eb0-b300-784d29626f91) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.02.23 16:32:19.202862 [ 295 ] {a64a4d68-3282-4819-91bc-fa32aad7ca74} oximeter.timeseries_schema (01d04810-3288-4eb0-b300-784d29626f91) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.02.23 16:32:19.202854 [ 318 ] {a64a4d68-3282-4819-91bc-fa32aad7ca74} oximeter.timeseries_schema (01d04810-3288-4eb0-b300-784d29626f91) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.02.23 16:32:19.202988 [ 278 ] {a64a4d68-3282-4819-91bc-fa32aad7ca74} oximeter.timeseries_schema (01d04810-3288-4eb0-b300-784d29626f91) (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.02.23 16:32:19.203018 [ 278 ] {a64a4d68-3282-4819-91bc-fa32aad7ca74} oximeter.timeseries_schema (01d04810-3288-4eb0-b300-784d29626f91) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.02.23 16:32:19.203104 [ 278 ] {a64a4d68-3282-4819-91bc-fa32aad7ca74} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.02.23 16:32:19.203125 [ 278 ] {a64a4d68-3282-4819-91bc-fa32aad7ca74} oximeter.timeseries_schema (01d04810-3288-4eb0-b300-784d29626f91) (SelectExecutor): Reading approx. 36 rows with 3 streams 2026.02.23 16:32:19.203162 [ 278 ] {a64a4d68-3282-4819-91bc-fa32aad7ca74} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.02.23 16:32:19.203200 [ 278 ] {a64a4d68-3282-4819-91bc-fa32aad7ca74} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.02.23 16:32:19.203234 [ 278 ] {a64a4d68-3282-4819-91bc-fa32aad7ca74} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.02.23 16:32:19.204032 [ 278 ] {a64a4d68-3282-4819-91bc-fa32aad7ca74} executeQuery: Read 36 rows, 1.39 KiB in 0.002037 sec., 17673.048600883652 rows/sec., 680.29 KiB/sec. 2026.02.23 16:32:19.204163 [ 278 ] {a64a4d68-3282-4819-91bc-fa32aad7ca74} TCPHandler: Processed in 0.002293667 sec. 2026.02.23 16:32:19.204407 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:32:19.204543 [ 278 ] {b218c867-aa6f-4d7d-abcd-e9cf569cc7e5} executeQuery: (from [fd00:1122:3344:101::d]:46070) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.02.23 16:32:19.204766 [ 278 ] {b218c867-aa6f-4d7d-abcd-e9cf569cc7e5} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.02.23 16:32:19.204801 [ 278 ] {b218c867-aa6f-4d7d-abcd-e9cf569cc7e5} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.02.23 16:32:19.205006 [ 278 ] {b218c867-aa6f-4d7d-abcd-e9cf569cc7e5} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.23 16:32:19.205058 [ 278 ] {b218c867-aa6f-4d7d-abcd-e9cf569cc7e5} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.23 16:32:19.205163 [ 278 ] {b218c867-aa6f-4d7d-abcd-e9cf569cc7e5} oximeter.timeseries_schema (01d04810-3288-4eb0-b300-784d29626f91) (SelectExecutor): Key condition: (column 0 notIn 39-element set) 2026.02.23 16:32:19.205229 [ 303 ] {b218c867-aa6f-4d7d-abcd-e9cf569cc7e5} oximeter.timeseries_schema (01d04810-3288-4eb0-b300-784d29626f91) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.02.23 16:32:19.205233 [ 318 ] {b218c867-aa6f-4d7d-abcd-e9cf569cc7e5} oximeter.timeseries_schema (01d04810-3288-4eb0-b300-784d29626f91) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.02.23 16:32:19.205232 [ 336 ] {b218c867-aa6f-4d7d-abcd-e9cf569cc7e5} oximeter.timeseries_schema (01d04810-3288-4eb0-b300-784d29626f91) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.02.23 16:32:19.205373 [ 278 ] {b218c867-aa6f-4d7d-abcd-e9cf569cc7e5} oximeter.timeseries_schema (01d04810-3288-4eb0-b300-784d29626f91) (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.02.23 16:32:19.205403 [ 278 ] {b218c867-aa6f-4d7d-abcd-e9cf569cc7e5} oximeter.timeseries_schema (01d04810-3288-4eb0-b300-784d29626f91) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.02.23 16:32:19.205470 [ 278 ] {b218c867-aa6f-4d7d-abcd-e9cf569cc7e5} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.02.23 16:32:19.205487 [ 278 ] {b218c867-aa6f-4d7d-abcd-e9cf569cc7e5} oximeter.timeseries_schema (01d04810-3288-4eb0-b300-784d29626f91) (SelectExecutor): Reading approx. 36 rows with 3 streams 2026.02.23 16:32:19.205517 [ 278 ] {b218c867-aa6f-4d7d-abcd-e9cf569cc7e5} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.02.23 16:32:19.205548 [ 278 ] {b218c867-aa6f-4d7d-abcd-e9cf569cc7e5} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.02.23 16:32:19.205583 [ 278 ] {b218c867-aa6f-4d7d-abcd-e9cf569cc7e5} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.02.23 16:32:19.206292 [ 278 ] {b218c867-aa6f-4d7d-abcd-e9cf569cc7e5} executeQuery: Read 36 rows, 1.39 KiB in 0.001808 sec., 19911.504424778763 rows/sec., 766.45 KiB/sec. 2026.02.23 16:32:19.206405 [ 278 ] {b218c867-aa6f-4d7d-abcd-e9cf569cc7e5} TCPHandler: Processed in 0.002046082 sec. 2026.02.23 16:32:19.206642 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:32:19.206775 [ 278 ] {06e2cede-1fd4-4e21-8261-a9e9c1e90cf0} executeQuery: (from [fd00:1122:3344:101::d]:46070) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.02.23 16:32:19.206987 [ 278 ] {06e2cede-1fd4-4e21-8261-a9e9c1e90cf0} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.02.23 16:32:19.207025 [ 278 ] {06e2cede-1fd4-4e21-8261-a9e9c1e90cf0} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.02.23 16:32:19.207228 [ 278 ] {06e2cede-1fd4-4e21-8261-a9e9c1e90cf0} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.23 16:32:19.207279 [ 278 ] {06e2cede-1fd4-4e21-8261-a9e9c1e90cf0} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.23 16:32:19.207376 [ 278 ] {06e2cede-1fd4-4e21-8261-a9e9c1e90cf0} oximeter.timeseries_schema (01d04810-3288-4eb0-b300-784d29626f91) (SelectExecutor): Key condition: (column 0 notIn 40-element set) 2026.02.23 16:32:19.207441 [ 336 ] {06e2cede-1fd4-4e21-8261-a9e9c1e90cf0} oximeter.timeseries_schema (01d04810-3288-4eb0-b300-784d29626f91) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.02.23 16:32:19.207454 [ 347 ] {06e2cede-1fd4-4e21-8261-a9e9c1e90cf0} oximeter.timeseries_schema (01d04810-3288-4eb0-b300-784d29626f91) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.02.23 16:32:19.207448 [ 295 ] {06e2cede-1fd4-4e21-8261-a9e9c1e90cf0} oximeter.timeseries_schema (01d04810-3288-4eb0-b300-784d29626f91) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.02.23 16:32:19.207565 [ 278 ] {06e2cede-1fd4-4e21-8261-a9e9c1e90cf0} oximeter.timeseries_schema (01d04810-3288-4eb0-b300-784d29626f91) (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.02.23 16:32:19.207590 [ 278 ] {06e2cede-1fd4-4e21-8261-a9e9c1e90cf0} oximeter.timeseries_schema (01d04810-3288-4eb0-b300-784d29626f91) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.02.23 16:32:19.207657 [ 278 ] {06e2cede-1fd4-4e21-8261-a9e9c1e90cf0} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.02.23 16:32:19.207673 [ 278 ] {06e2cede-1fd4-4e21-8261-a9e9c1e90cf0} oximeter.timeseries_schema (01d04810-3288-4eb0-b300-784d29626f91) (SelectExecutor): Reading approx. 36 rows with 3 streams 2026.02.23 16:32:19.207703 [ 278 ] {06e2cede-1fd4-4e21-8261-a9e9c1e90cf0} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.02.23 16:32:19.207732 [ 278 ] {06e2cede-1fd4-4e21-8261-a9e9c1e90cf0} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.02.23 16:32:19.207770 [ 278 ] {06e2cede-1fd4-4e21-8261-a9e9c1e90cf0} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.02.23 16:32:19.208448 [ 278 ] {06e2cede-1fd4-4e21-8261-a9e9c1e90cf0} executeQuery: Read 36 rows, 1.39 KiB in 0.00173 sec., 20809.248554913294 rows/sec., 801.01 KiB/sec. 2026.02.23 16:32:19.208570 [ 278 ] {06e2cede-1fd4-4e21-8261-a9e9c1e90cf0} TCPHandler: Processed in 0.001976731 sec. 2026.02.23 16:32:19.208833 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:32:19.208965 [ 278 ] {661fcf74-ead4-4c9a-916c-e5e6c25e50fc} executeQuery: (from [fd00:1122:3344:101::d]:46070) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table: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.02.23 16:32:19.209176 [ 278 ] {661fcf74-ead4-4c9a-916c-e5e6c25e50fc} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.02.23 16:32:19.209211 [ 278 ] {661fcf74-ead4-4c9a-916c-e5e6c25e50fc} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table: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.02.23 16:32:19.209414 [ 278 ] {661fcf74-ead4-4c9a-916c-e5e6c25e50fc} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.23 16:32:19.209464 [ 278 ] {661fcf74-ead4-4c9a-916c-e5e6c25e50fc} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.23 16:32:19.209559 [ 278 ] {661fcf74-ead4-4c9a-916c-e5e6c25e50fc} oximeter.timeseries_schema (01d04810-3288-4eb0-b300-784d29626f91) (SelectExecutor): Key condition: (column 0 notIn 41-element set) 2026.02.23 16:32:19.209621 [ 336 ] {661fcf74-ead4-4c9a-916c-e5e6c25e50fc} oximeter.timeseries_schema (01d04810-3288-4eb0-b300-784d29626f91) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.02.23 16:32:19.209625 [ 303 ] {661fcf74-ead4-4c9a-916c-e5e6c25e50fc} oximeter.timeseries_schema (01d04810-3288-4eb0-b300-784d29626f91) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.02.23 16:32:19.209640 [ 308 ] {661fcf74-ead4-4c9a-916c-e5e6c25e50fc} oximeter.timeseries_schema (01d04810-3288-4eb0-b300-784d29626f91) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.02.23 16:32:19.209742 [ 278 ] {661fcf74-ead4-4c9a-916c-e5e6c25e50fc} oximeter.timeseries_schema (01d04810-3288-4eb0-b300-784d29626f91) (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.02.23 16:32:19.209767 [ 278 ] {661fcf74-ead4-4c9a-916c-e5e6c25e50fc} oximeter.timeseries_schema (01d04810-3288-4eb0-b300-784d29626f91) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.02.23 16:32:19.209833 [ 278 ] {661fcf74-ead4-4c9a-916c-e5e6c25e50fc} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.02.23 16:32:19.209849 [ 278 ] {661fcf74-ead4-4c9a-916c-e5e6c25e50fc} oximeter.timeseries_schema (01d04810-3288-4eb0-b300-784d29626f91) (SelectExecutor): Reading approx. 36 rows with 3 streams 2026.02.23 16:32:19.209878 [ 278 ] {661fcf74-ead4-4c9a-916c-e5e6c25e50fc} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table: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.02.23 16:32:19.209908 [ 278 ] {661fcf74-ead4-4c9a-916c-e5e6c25e50fc} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table: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.02.23 16:32:19.209942 [ 278 ] {661fcf74-ead4-4c9a-916c-e5e6c25e50fc} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table: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.02.23 16:32:19.210517 [ 278 ] {661fcf74-ead4-4c9a-916c-e5e6c25e50fc} executeQuery: Read 36 rows, 1.39 KiB in 0.001609 sec., 22374.145431945308 rows/sec., 861.24 KiB/sec. 2026.02.23 16:32:19.210629 [ 278 ] {661fcf74-ead4-4c9a-916c-e5e6c25e50fc} TCPHandler: Processed in 0.001842738 sec. 2026.02.23 16:32:19.226862 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:32:19.226987 [ 278 ] {f94ee717-5762-4b4e-b531-a143639780ab} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2026.02.23 16:32:19.227035 [ 278 ] {f94ee717-5762-4b4e-b531-a143639780ab} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.23 16:32:19.227683 [ 278 ] {f94ee717-5762-4b4e-b531-a143639780ab} oximeter.timeseries_schema (01d04810-3288-4eb0-b300-784d29626f91): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:32:19.227718 [ 278 ] {f94ee717-5762-4b4e-b531-a143639780ab} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.02.23 16:32:19.228138 [ 278 ] {f94ee717-5762-4b4e-b531-a143639780ab} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.02.23 16:32:19.228334 [ 278 ] {f94ee717-5762-4b4e-b531-a143639780ab} oximeter.timeseries_schema (01d04810-3288-4eb0-b300-784d29626f91): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:32:19.228468 [ 278 ] {f94ee717-5762-4b4e-b531-a143639780ab} executeQuery: Read 6 rows, 2.84 KiB in 0.001517 sec., 3955.174686882004 rows/sec., 1.83 MiB/sec. 2026.02.23 16:32:19.228503 [ 278 ] {f94ee717-5762-4b4e-b531-a143639780ab} TCPHandler: Processed in 0.001698686 sec. 2026.02.23 16:32:19.228640 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:32:19.228733 [ 278 ] {5b37bdb7-dc5f-4106-ad07-87663107f34c} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.02.23 16:32:19.228771 [ 278 ] {5b37bdb7-dc5f-4106-ad07-87663107f34c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.02.23 16:32:19.229199 [ 278 ] {5b37bdb7-dc5f-4106-ad07-87663107f34c} oximeter.fields_i16 (91b3829e-2a99-49e1-955c-43ffdc3fb409): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:32:19.229232 [ 278 ] {5b37bdb7-dc5f-4106-ad07-87663107f34c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.02.23 16:32:19.229521 [ 278 ] {5b37bdb7-dc5f-4106-ad07-87663107f34c} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.02.23 16:32:19.229721 [ 278 ] {5b37bdb7-dc5f-4106-ad07-87663107f34c} oximeter.fields_i16 (91b3829e-2a99-49e1-955c-43ffdc3fb409): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:32:19.229840 [ 278 ] {5b37bdb7-dc5f-4106-ad07-87663107f34c} executeQuery: Read 24 rows, 2.04 KiB in 0.001127 sec., 21295.47471162378 rows/sec., 1.77 MiB/sec. 2026.02.23 16:32:19.229874 [ 278 ] {5b37bdb7-dc5f-4106-ad07-87663107f34c} TCPHandler: Processed in 0.001281197 sec. 2026.02.23 16:32:19.229993 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:32:19.230085 [ 278 ] {d63056df-8433-4b36-992f-efd90f1aa514} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.02.23 16:32:19.230122 [ 278 ] {d63056df-8433-4b36-992f-efd90f1aa514} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.02.23 16:32:19.230520 [ 278 ] {d63056df-8433-4b36-992f-efd90f1aa514} oximeter.fields_ipaddr (aca7842a-9245-4e3c-8c67-e3828bf88048): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:32:19.230554 [ 278 ] {d63056df-8433-4b36-992f-efd90f1aa514} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.02.23 16:32:19.230829 [ 278 ] {d63056df-8433-4b36-992f-efd90f1aa514} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.02.23 16:32:19.231025 [ 278 ] {d63056df-8433-4b36-992f-efd90f1aa514} oximeter.fields_ipaddr (aca7842a-9245-4e3c-8c67-e3828bf88048): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:32:19.231144 [ 278 ] {d63056df-8433-4b36-992f-efd90f1aa514} executeQuery: Read 4 rows, 334.00 B in 0.001077 sec., 3714.020427112349 rows/sec., 302.85 KiB/sec. 2026.02.23 16:32:19.231178 [ 278 ] {d63056df-8433-4b36-992f-efd90f1aa514} TCPHandler: Processed in 0.001232296 sec. 2026.02.23 16:32:19.231291 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:32:19.231382 [ 278 ] {d197c338-71d1-4536-8ec6-9a206e145ff6} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.23 16:32:19.231419 [ 278 ] {d197c338-71d1-4536-8ec6-9a206e145ff6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.23 16:32:19.231896 [ 278 ] {d197c338-71d1-4536-8ec6-9a206e145ff6} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:32:19.231930 [ 278 ] {d197c338-71d1-4536-8ec6-9a206e145ff6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.02.23 16:32:19.232231 [ 278 ] {d197c338-71d1-4536-8ec6-9a206e145ff6} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.02.23 16:32:19.232444 [ 278 ] {d197c338-71d1-4536-8ec6-9a206e145ff6} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:32:19.232561 [ 278 ] {d197c338-71d1-4536-8ec6-9a206e145ff6} executeQuery: Read 215 rows, 19.91 KiB in 0.001196 sec., 179765.8862876254 rows/sec., 16.26 MiB/sec. 2026.02.23 16:32:19.232594 [ 278 ] {d197c338-71d1-4536-8ec6-9a206e145ff6} TCPHandler: Processed in 0.001349097 sec. 2026.02.23 16:32:19.232701 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:32:19.232792 [ 278 ] {d6760233-ba17-415d-a9cd-3a19287896d7} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.23 16:32:19.232829 [ 278 ] {d6760233-ba17-415d-a9cd-3a19287896d7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.23 16:32:19.233215 [ 278 ] {d6760233-ba17-415d-a9cd-3a19287896d7} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:32:19.233248 [ 278 ] {d6760233-ba17-415d-a9cd-3a19287896d7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.02.23 16:32:19.233524 [ 278 ] {d6760233-ba17-415d-a9cd-3a19287896d7} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.02.23 16:32:19.233719 [ 278 ] {d6760233-ba17-415d-a9cd-3a19287896d7} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:32:19.233836 [ 278 ] {d6760233-ba17-415d-a9cd-3a19287896d7} executeQuery: Read 47 rows, 3.57 KiB in 0.001062 sec., 44256.120527306965 rows/sec., 3.28 MiB/sec. 2026.02.23 16:32:19.233870 [ 278 ] {d6760233-ba17-415d-a9cd-3a19287896d7} TCPHandler: Processed in 0.001215545 sec. 2026.02.23 16:32:19.233977 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:32:19.234071 [ 278 ] {9970901e-d6c7-4c87-a9b2-57ed22820cd0} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.02.23 16:32:19.234108 [ 278 ] {9970901e-d6c7-4c87-a9b2-57ed22820cd0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.02.23 16:32:19.234483 [ 278 ] {9970901e-d6c7-4c87-a9b2-57ed22820cd0} oximeter.fields_u32 (3630ead0-c5da-4e23-a9d2-59d0589dc119): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:32:19.234521 [ 278 ] {9970901e-d6c7-4c87-a9b2-57ed22820cd0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.02.23 16:32:19.234790 [ 278 ] {9970901e-d6c7-4c87-a9b2-57ed22820cd0} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.02.23 16:32:19.234984 [ 278 ] {9970901e-d6c7-4c87-a9b2-57ed22820cd0} oximeter.fields_u32 (3630ead0-c5da-4e23-a9d2-59d0589dc119): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:32:19.235103 [ 278 ] {9970901e-d6c7-4c87-a9b2-57ed22820cd0} executeQuery: Read 25 rows, 2.11 KiB in 0.001049 sec., 23832.221163012393 rows/sec., 1.96 MiB/sec. 2026.02.23 16:32:19.235138 [ 278 ] {9970901e-d6c7-4c87-a9b2-57ed22820cd0} TCPHandler: Processed in 0.001208485 sec. 2026.02.23 16:32:19.235242 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:32:19.235332 [ 278 ] {4f06bb16-6368-411e-b065-39c6c4db1b47} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.02.23 16:32:19.235368 [ 278 ] {4f06bb16-6368-411e-b065-39c6c4db1b47} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.02.23 16:32:19.235737 [ 278 ] {4f06bb16-6368-411e-b065-39c6c4db1b47} oximeter.fields_u8 (bee44bc4-3670-4879-9501-74bd8c0c3792): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:32:19.235771 [ 278 ] {4f06bb16-6368-411e-b065-39c6c4db1b47} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.02.23 16:32:19.236040 [ 278 ] {4f06bb16-6368-411e-b065-39c6c4db1b47} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.02.23 16:32:19.236248 [ 278 ] {4f06bb16-6368-411e-b065-39c6c4db1b47} oximeter.fields_u8 (bee44bc4-3670-4879-9501-74bd8c0c3792): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:32:19.236366 [ 278 ] {4f06bb16-6368-411e-b065-39c6c4db1b47} executeQuery: Read 12 rows, 960.00 B in 0.001051 sec., 11417.697431018078 rows/sec., 892.01 KiB/sec. 2026.02.23 16:32:19.236400 [ 278 ] {4f06bb16-6368-411e-b065-39c6c4db1b47} TCPHandler: Processed in 0.001204655 sec. 2026.02.23 16:32:19.236502 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:32:19.236591 [ 278 ] {ba6a93dd-a176-4135-9b7e-65bd128084a0} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.23 16:32:19.236628 [ 278 ] {ba6a93dd-a176-4135-9b7e-65bd128084a0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.23 16:32:19.237039 [ 278 ] {ba6a93dd-a176-4135-9b7e-65bd128084a0} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:32:19.237072 [ 278 ] {ba6a93dd-a176-4135-9b7e-65bd128084a0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.02.23 16:32:19.237367 [ 278 ] {ba6a93dd-a176-4135-9b7e-65bd128084a0} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.02.23 16:32:19.237565 [ 278 ] {ba6a93dd-a176-4135-9b7e-65bd128084a0} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:32:19.237681 [ 278 ] {ba6a93dd-a176-4135-9b7e-65bd128084a0} executeQuery: Read 113 rows, 9.43 KiB in 0.001107 sec., 102077.68744354112 rows/sec., 8.32 MiB/sec. 2026.02.23 16:32:19.237715 [ 278 ] {ba6a93dd-a176-4135-9b7e-65bd128084a0} TCPHandler: Processed in 0.001260096 sec. 2026.02.23 16:32:19.237820 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:32:19.237911 [ 278 ] {1fac7ba0-b122-4d5f-82d7-e7ac0c36ac43} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.23 16:32:19.237950 [ 278 ] {1fac7ba0-b122-4d5f-82d7-e7ac0c36ac43} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.23 16:32:19.238394 [ 278 ] {1fac7ba0-b122-4d5f-82d7-e7ac0c36ac43} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:32:19.238427 [ 278 ] {1fac7ba0-b122-4d5f-82d7-e7ac0c36ac43} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.02.23 16:32:19.238764 [ 278 ] {1fac7ba0-b122-4d5f-82d7-e7ac0c36ac43} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.02.23 16:32:19.238962 [ 278 ] {1fac7ba0-b122-4d5f-82d7-e7ac0c36ac43} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:32:19.239080 [ 278 ] {1fac7ba0-b122-4d5f-82d7-e7ac0c36ac43} executeQuery: Read 400 rows, 31.91 KiB in 0.001187 sec., 336983.99326032016 rows/sec., 26.25 MiB/sec. 2026.02.23 16:32:19.239114 [ 278 ] {1fac7ba0-b122-4d5f-82d7-e7ac0c36ac43} TCPHandler: Processed in 0.001340288 sec. 2026.02.23 16:32:19.239246 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:32:19.239369 [ 278 ] {5c94d0c6-e297-4b2f-9558-2f5719596c60} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.02.23 16:32:19.239418 [ 278 ] {5c94d0c6-e297-4b2f-9558-2f5719596c60} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.02.23 16:32:19.239769 [ 278 ] {5c94d0c6-e297-4b2f-9558-2f5719596c60} oximeter.measurements_f64 (97dc9cb4-ce5b-499b-8326-a1427ee1bb47): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:32:19.239802 [ 278 ] {5c94d0c6-e297-4b2f-9558-2f5719596c60} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.02.23 16:32:19.240110 [ 278 ] {5c94d0c6-e297-4b2f-9558-2f5719596c60} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.02.23 16:32:19.240318 [ 278 ] {5c94d0c6-e297-4b2f-9558-2f5719596c60} oximeter.measurements_f64 (97dc9cb4-ce5b-499b-8326-a1427ee1bb47): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:32:19.240443 [ 278 ] {5c94d0c6-e297-4b2f-9558-2f5719596c60} executeQuery: Read 1 rows, 65.00 B in 0.001099 sec., 909.9181073703368 rows/sec., 57.76 KiB/sec. 2026.02.23 16:32:19.240477 [ 278 ] {5c94d0c6-e297-4b2f-9558-2f5719596c60} TCPHandler: Processed in 0.001289987 sec. 2026.02.23 16:32:19.240588 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:32:19.240699 [ 278 ] {42bef092-79f9-4991-8acb-2f8f00c2056e} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.23 16:32:19.240760 [ 278 ] {42bef092-79f9-4991-8acb-2f8f00c2056e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.23 16:32:19.241618 [ 278 ] {42bef092-79f9-4991-8acb-2f8f00c2056e} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:32:19.241657 [ 278 ] {42bef092-79f9-4991-8acb-2f8f00c2056e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.02.23 16:32:19.242185 [ 278 ] {42bef092-79f9-4991-8acb-2f8f00c2056e} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.02.23 16:32:19.242398 [ 278 ] {42bef092-79f9-4991-8acb-2f8f00c2056e} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:32:19.242534 [ 278 ] {42bef092-79f9-4991-8acb-2f8f00c2056e} executeQuery: Read 31 rows, 56.88 KiB in 0.001858 sec., 16684.607104413346 rows/sec., 29.90 MiB/sec. 2026.02.23 16:32:19.242584 [ 278 ] {42bef092-79f9-4991-8acb-2f8f00c2056e} TCPHandler: Processed in 0.002053112 sec. 2026.02.23 16:32:19.242699 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:32:19.242793 [ 278 ] {417e22e0-cbc4-4303-abd9-09fed0bbe35f} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) 2026.02.23 16:32:19.242834 [ 278 ] {417e22e0-cbc4-4303-abd9-09fed0bbe35f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2026.02.23 16:32:19.243156 [ 278 ] {417e22e0-cbc4-4303-abd9-09fed0bbe35f} oximeter.measurements_i64 (c4023ee6-d304-4be9-ac18-40ab79ff5d48): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:32:19.243190 [ 278 ] {417e22e0-cbc4-4303-abd9-09fed0bbe35f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.02.23 16:32:19.243497 [ 278 ] {417e22e0-cbc4-4303-abd9-09fed0bbe35f} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.02.23 16:32:19.243698 [ 278 ] {417e22e0-cbc4-4303-abd9-09fed0bbe35f} oximeter.measurements_i64 (c4023ee6-d304-4be9-ac18-40ab79ff5d48): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:32:19.243818 [ 278 ] {417e22e0-cbc4-4303-abd9-09fed0bbe35f} executeQuery: Read 6 rows, 434.00 B in 0.001042 sec., 5758.157389635317 rows/sec., 406.74 KiB/sec. 2026.02.23 16:32:19.243853 [ 278 ] {417e22e0-cbc4-4303-abd9-09fed0bbe35f} TCPHandler: Processed in 0.001203394 sec. 2026.02.23 16:32:19.243963 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:32:19.244056 [ 278 ] {0d3e981e-4172-4421-b612-c40637f9fcd6} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.23 16:32:19.244095 [ 278 ] {0d3e981e-4172-4421-b612-c40637f9fcd6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.23 16:32:19.244407 [ 278 ] {0d3e981e-4172-4421-b612-c40637f9fcd6} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:32:19.244441 [ 278 ] {0d3e981e-4172-4421-b612-c40637f9fcd6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.02.23 16:32:19.244739 [ 278 ] {0d3e981e-4172-4421-b612-c40637f9fcd6} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.02.23 16:32:19.244938 [ 278 ] {0d3e981e-4172-4421-b612-c40637f9fcd6} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:32:19.245068 [ 278 ] {0d3e981e-4172-4421-b612-c40637f9fcd6} executeQuery: Read 40 rows, 2.73 KiB in 0.001029 sec., 38872.69193391642 rows/sec., 2.60 MiB/sec. 2026.02.23 16:32:19.245104 [ 278 ] {0d3e981e-4172-4421-b612-c40637f9fcd6} TCPHandler: Processed in 0.001189625 sec. 2026.02.23 16:32:20.144469 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 4344 2026.02.23 16:32:20.144969 [ 244 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:32:20.145013 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.02.23 16:32:20.145503 [ 244 ] {} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.02.23 16:32:20.145733 [ 244 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:32:20.145877 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4344 2026.02.23 16:32:20.381980 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 68 2026.02.23 16:32:20.399183 [ 243 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:32:20.399250 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.02.23 16:32:20.405562 [ 243 ] {} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.02.23 16:32:20.406269 [ 243 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:32:20.409480 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 68 2026.02.23 16:32:21.000218 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 206.29 MiB, peak 210.29 MiB, free memory in arenas 0.00 B, will set to 208.24 MiB (RSS), difference: 1.95 MiB 2026.02.23 16:32:22.647298 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 58 entries to flush up to offset 362 2026.02.23 16:32:22.650032 [ 242 ] {} system.query_log (b83b341e-dbaf-448e-9582-20b3e6cd291d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:32:22.650084 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.02.23 16:32:22.651266 [ 242 ] {} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.02.23 16:32:22.651532 [ 242 ] {} system.query_log (b83b341e-dbaf-448e-9582-20b3e6cd291d): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:32:22.651672 [ 32 ] {} system.query_log (b83b341e-dbaf-448e-9582-20b3e6cd291d) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.02.23 16:32:22.651738 [ 32 ] {} system.query_log (b83b341e-dbaf-448e-9582-20b3e6cd291d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:32:22.651760 [ 32 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.02.23 16:32:22.651875 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 362 2026.02.23 16:32:22.651893 [ 195 ] {b83b341e-dbaf-448e-9582-20b3e6cd291d::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2026.02.23 16:32:22.652549 [ 195 ] {b83b341e-dbaf-448e-9582-20b3e6cd291d::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:32:22.652739 [ 195 ] {b83b341e-dbaf-448e-9582-20b3e6cd291d::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 88 rows starting from the beginning of the part 2026.02.23 16:32:22.653145 [ 195 ] {b83b341e-dbaf-448e-9582-20b3e6cd291d::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 56 rows starting from the beginning of the part 2026.02.23 16:32:22.653522 [ 195 ] {b83b341e-dbaf-448e-9582-20b3e6cd291d::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 80 rows starting from the beginning of the part 2026.02.23 16:32:22.653890 [ 195 ] {b83b341e-dbaf-448e-9582-20b3e6cd291d::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 34 rows starting from the beginning of the part 2026.02.23 16:32:22.654237 [ 195 ] {b83b341e-dbaf-448e-9582-20b3e6cd291d::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 46 rows starting from the beginning of the part 2026.02.23 16:32:22.654589 [ 195 ] {b83b341e-dbaf-448e-9582-20b3e6cd291d::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 58 rows starting from the beginning of the part 2026.02.23 16:32:22.660638 [ 195 ] {b83b341e-dbaf-448e-9582-20b3e6cd291d::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 362 rows, containing 72 columns (72 merged, 0 gathered) in 0.008809621 sec., 41091.4385533725 rows/sec., 40.69 MiB/sec. 2026.02.23 16:32:22.661314 [ 195 ] {b83b341e-dbaf-448e-9582-20b3e6cd291d::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.02.23 16:32:22.661817 [ 195 ] {b83b341e-dbaf-448e-9582-20b3e6cd291d::all_1_6_1} system.query_log (b83b341e-dbaf-448e-9582-20b3e6cd291d): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:32:22.661890 [ 195 ] {b83b341e-dbaf-448e-9582-20b3e6cd291d::all_1_6_1} system.query_log (b83b341e-dbaf-448e-9582-20b3e6cd291d) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.02.23 16:32:22.662055 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.74 MiB. 2026.02.23 16:32:24.198337 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:32:24.198511 [ 278 ] {34d3e943-bee3-41ff-8274-a28fed5aae75} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.23 16:32:24.198575 [ 278 ] {34d3e943-bee3-41ff-8274-a28fed5aae75} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.23 16:32:24.199194 [ 278 ] {34d3e943-bee3-41ff-8274-a28fed5aae75} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:32:24.199239 [ 278 ] {34d3e943-bee3-41ff-8274-a28fed5aae75} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.02.23 16:32:24.199620 [ 278 ] {34d3e943-bee3-41ff-8274-a28fed5aae75} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.02.23 16:32:24.199840 [ 278 ] {34d3e943-bee3-41ff-8274-a28fed5aae75} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:32:24.199987 [ 278 ] {34d3e943-bee3-41ff-8274-a28fed5aae75} executeQuery: Read 30 rows, 2.34 KiB in 0.001524 sec., 19685.03937007874 rows/sec., 1.50 MiB/sec. 2026.02.23 16:32:24.200027 [ 278 ] {34d3e943-bee3-41ff-8274-a28fed5aae75} TCPHandler: Processed in 0.001816227 sec. 2026.02.23 16:32:24.200151 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:32:24.200244 [ 278 ] {b6311e5c-a5f1-470f-b738-c01115d42621} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.23 16:32:24.200282 [ 278 ] {b6311e5c-a5f1-470f-b738-c01115d42621} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.23 16:32:24.200679 [ 278 ] {b6311e5c-a5f1-470f-b738-c01115d42621} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:32:24.200715 [ 278 ] {b6311e5c-a5f1-470f-b738-c01115d42621} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.02.23 16:32:24.201004 [ 278 ] {b6311e5c-a5f1-470f-b738-c01115d42621} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.02.23 16:32:24.201219 [ 278 ] {b6311e5c-a5f1-470f-b738-c01115d42621} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:32:24.201340 [ 278 ] {b6311e5c-a5f1-470f-b738-c01115d42621} executeQuery: Read 36 rows, 2.88 KiB in 0.001115 sec., 32286.995515695064 rows/sec., 2.52 MiB/sec. 2026.02.23 16:32:24.201376 [ 278 ] {b6311e5c-a5f1-470f-b738-c01115d42621} TCPHandler: Processed in 0.001273186 sec. 2026.02.23 16:32:24.201482 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:32:24.201574 [ 278 ] {505da394-49ac-40dd-9908-809d8b55d95f} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.23 16:32:24.201617 [ 278 ] {505da394-49ac-40dd-9908-809d8b55d95f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.23 16:32:24.201976 [ 278 ] {505da394-49ac-40dd-9908-809d8b55d95f} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:32:24.202011 [ 278 ] {505da394-49ac-40dd-9908-809d8b55d95f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.02.23 16:32:24.202324 [ 278 ] {505da394-49ac-40dd-9908-809d8b55d95f} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.02.23 16:32:24.202523 [ 278 ] {505da394-49ac-40dd-9908-809d8b55d95f} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:32:24.202643 [ 278 ] {505da394-49ac-40dd-9908-809d8b55d95f} executeQuery: Read 110 rows, 7.86 KiB in 0.001088 sec., 101102.94117647059 rows/sec., 7.06 MiB/sec. 2026.02.23 16:32:24.202677 [ 278 ] {505da394-49ac-40dd-9908-809d8b55d95f} TCPHandler: Processed in 0.001241746 sec. 2026.02.23 16:32:24.202784 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:32:24.202876 [ 278 ] {e65fa10e-32f1-404b-9be5-d21320edc463} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.23 16:32:24.202916 [ 278 ] {e65fa10e-32f1-404b-9be5-d21320edc463} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.23 16:32:24.203223 [ 278 ] {e65fa10e-32f1-404b-9be5-d21320edc463} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:32:24.203259 [ 278 ] {e65fa10e-32f1-404b-9be5-d21320edc463} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.02.23 16:32:24.203544 [ 278 ] {e65fa10e-32f1-404b-9be5-d21320edc463} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.02.23 16:32:24.203744 [ 278 ] {e65fa10e-32f1-404b-9be5-d21320edc463} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:32:24.203863 [ 278 ] {e65fa10e-32f1-404b-9be5-d21320edc463} executeQuery: Read 40 rows, 2.73 KiB in 0.001005 sec., 39800.99502487562 rows/sec., 2.66 MiB/sec. 2026.02.23 16:32:24.203897 [ 278 ] {e65fa10e-32f1-404b-9be5-d21320edc463} TCPHandler: Processed in 0.001159074 sec. 2026.02.23 16:32:26.021147 [ 82 ] {} oximeter.measurements_bool (4d7206cf-919d-48fb-bf2a-954f10b7f89e) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2026.02.23 16:32:26.021248 [ 82 ] {} oximeter.measurements_bool (4d7206cf-919d-48fb-bf2a-954f10b7f89e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:32:26.021283 [ 82 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.02.23 16:32:26.021405 [ 190 ] {4d7206cf-919d-48fb-bf2a-954f10b7f89e::all_1_5_1} MergeTask::PrepareStage: Merging 5 parts: from all_1_1_0 to all_5_5_0 into Compact with storage Full 2026.02.23 16:32:26.021556 [ 190 ] {4d7206cf-919d-48fb-bf2a-954f10b7f89e::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:32:26.021609 [ 190 ] {4d7206cf-919d-48fb-bf2a-954f10b7f89e::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 6 rows starting from the beginning of the part 2026.02.23 16:32:26.021711 [ 190 ] {4d7206cf-919d-48fb-bf2a-954f10b7f89e::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 6 rows starting from the beginning of the part 2026.02.23 16:32:26.021760 [ 190 ] {4d7206cf-919d-48fb-bf2a-954f10b7f89e::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 6 rows starting from the beginning of the part 2026.02.23 16:32:26.021803 [ 190 ] {4d7206cf-919d-48fb-bf2a-954f10b7f89e::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 6 rows starting from the beginning of the part 2026.02.23 16:32:26.021849 [ 190 ] {4d7206cf-919d-48fb-bf2a-954f10b7f89e::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 6 rows starting from the beginning of the part 2026.02.23 16:32:26.022632 [ 195 ] {4d7206cf-919d-48fb-bf2a-954f10b7f89e::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 4 columns (4 merged, 0 gathered) in 0.001268376 sec., 23652.292380177485 rows/sec., 1.21 MiB/sec. 2026.02.23 16:32:26.022838 [ 191 ] {4d7206cf-919d-48fb-bf2a-954f10b7f89e::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2026.02.23 16:32:26.023197 [ 191 ] {4d7206cf-919d-48fb-bf2a-954f10b7f89e::all_1_5_1} oximeter.measurements_bool (4d7206cf-919d-48fb-bf2a-954f10b7f89e): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:32:26.023285 [ 191 ] {4d7206cf-919d-48fb-bf2a-954f10b7f89e::all_1_5_1} oximeter.measurements_bool (4d7206cf-919d-48fb-bf2a-954f10b7f89e) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2026.02.23 16:32:26.023379 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. 2026.02.23 16:32:27.566930 [ 83 ] {} DNSResolver: Updating DNS cache 2026.02.23 16:32:27.567019 [ 83 ] {} DNSResolver: Updated DNS cache 2026.02.23 16:32:27.645965 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 4792 2026.02.23 16:32:27.646445 [ 244 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:32:27.646492 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.02.23 16:32:27.646984 [ 244 ] {} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.02.23 16:32:27.647220 [ 244 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:32:27.647370 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4792 2026.02.23 16:32:27.909574 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 76 2026.02.23 16:32:27.927962 [ 243 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:32:27.928030 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.02.23 16:32:27.934233 [ 243 ] {} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.02.23 16:32:27.934948 [ 243 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:32:27.937945 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 76 2026.02.23 16:32:28.000188 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 208.94 MiB, peak 212.98 MiB, free memory in arenas 0.00 B, will set to 211.75 MiB (RSS), difference: 2.81 MiB 2026.02.23 16:32:29.200393 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:32:29.200676 [ 278 ] {525cc596-f09b-4dcc-a0c3-250f291e40fc} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.23 16:32:29.200783 [ 278 ] {525cc596-f09b-4dcc-a0c3-250f291e40fc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.23 16:32:29.201497 [ 278 ] {525cc596-f09b-4dcc-a0c3-250f291e40fc} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:32:29.201549 [ 278 ] {525cc596-f09b-4dcc-a0c3-250f291e40fc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.02.23 16:32:29.201948 [ 278 ] {525cc596-f09b-4dcc-a0c3-250f291e40fc} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.02.23 16:32:29.202181 [ 278 ] {525cc596-f09b-4dcc-a0c3-250f291e40fc} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:32:29.202335 [ 278 ] {525cc596-f09b-4dcc-a0c3-250f291e40fc} executeQuery: Read 92 rows, 8.21 KiB in 0.001738 sec., 52934.40736478711 rows/sec., 4.61 MiB/sec. 2026.02.23 16:32:29.202348 [ 26 ] {} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.02.23 16:32:29.202383 [ 278 ] {525cc596-f09b-4dcc-a0c3-250f291e40fc} TCPHandler: Processed in 0.002177194 sec. 2026.02.23 16:32:29.202433 [ 26 ] {} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:32:29.202475 [ 26 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.02.23 16:32:29.202537 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:32:29.202584 [ 190 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2026.02.23 16:32:29.202645 [ 278 ] {b6f77635-bfa5-4b28-b6ac-98c24560fe46} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.23 16:32:29.202694 [ 278 ] {b6f77635-bfa5-4b28-b6ac-98c24560fe46} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.23 16:32:29.202737 [ 190 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:32:29.202778 [ 190 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 822 rows starting from the beginning of the part 2026.02.23 16:32:29.202844 [ 190 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 78 rows starting from the beginning of the part 2026.02.23 16:32:29.202889 [ 190 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 771 rows starting from the beginning of the part 2026.02.23 16:32:29.202951 [ 190 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 215 rows starting from the beginning of the part 2026.02.23 16:32:29.202999 [ 190 ] {6ae9402f-5c38-443c-a059-a44bca03d636::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.02.23 16:32:29.203087 [ 190 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 92 rows starting from the beginning of the part 2026.02.23 16:32:29.203120 [ 278 ] {b6f77635-bfa5-4b28-b6ac-98c24560fe46} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:32:29.203164 [ 278 ] {b6f77635-bfa5-4b28-b6ac-98c24560fe46} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.02.23 16:32:29.203495 [ 278 ] {b6f77635-bfa5-4b28-b6ac-98c24560fe46} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.02.23 16:32:29.203737 [ 278 ] {b6f77635-bfa5-4b28-b6ac-98c24560fe46} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:32:29.203875 [ 278 ] {b6f77635-bfa5-4b28-b6ac-98c24560fe46} executeQuery: Read 31 rows, 2.33 KiB in 0.001253 sec., 24740.622505985633 rows/sec., 1.82 MiB/sec. 2026.02.23 16:32:29.203914 [ 278 ] {b6f77635-bfa5-4b28-b6ac-98c24560fe46} TCPHandler: Processed in 0.001437919 sec. 2026.02.23 16:32:29.204033 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:32:29.204129 [ 278 ] {8f42b06b-0dd1-4e0a-b286-22ee65a6e8b1} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.23 16:32:29.204170 [ 278 ] {8f42b06b-0dd1-4e0a-b286-22ee65a6e8b1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.23 16:32:29.204597 [ 278 ] {8f42b06b-0dd1-4e0a-b286-22ee65a6e8b1} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:32:29.204632 [ 278 ] {8f42b06b-0dd1-4e0a-b286-22ee65a6e8b1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.02.23 16:32:29.204826 [ 199 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 2008 rows, containing 5 columns (5 merged, 0 gathered) in 0.002275036 sec., 882623.3958495603 rows/sec., 74.75 MiB/sec. 2026.02.23 16:32:29.204929 [ 278 ] {8f42b06b-0dd1-4e0a-b286-22ee65a6e8b1} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.02.23 16:32:29.205069 [ 199 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.02.23 16:32:29.205133 [ 278 ] {8f42b06b-0dd1-4e0a-b286-22ee65a6e8b1} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:32:29.205225 [ 123 ] {} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.02.23 16:32:29.205259 [ 278 ] {8f42b06b-0dd1-4e0a-b286-22ee65a6e8b1} executeQuery: Read 67 rows, 5.36 KiB in 0.00115 sec., 58260.86956521739 rows/sec., 4.55 MiB/sec. 2026.02.23 16:32:29.205261 [ 123 ] {} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:32:29.205293 [ 123 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.02.23 16:32:29.205297 [ 278 ] {8f42b06b-0dd1-4e0a-b286-22ee65a6e8b1} TCPHandler: Processed in 0.001313498 sec. 2026.02.23 16:32:29.205331 [ 199 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_11_2} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:32:29.205361 [ 195 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2026.02.23 16:32:29.205399 [ 199 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_11_2} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.02.23 16:32:29.205417 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:32:29.205446 [ 195 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:32:29.205470 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.58 MiB. 2026.02.23 16:32:29.205473 [ 195 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 505 rows starting from the beginning of the part 2026.02.23 16:32:29.205512 [ 278 ] {55aa83c9-9624-4eab-871d-fb9f215d25e2} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.23 16:32:29.205535 [ 195 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::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.02.23 16:32:29.205558 [ 278 ] {55aa83c9-9624-4eab-871d-fb9f215d25e2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.23 16:32:29.205576 [ 195 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 462 rows starting from the beginning of the part 2026.02.23 16:32:29.205615 [ 195 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 113 rows starting from the beginning of the part 2026.02.23 16:32:29.205653 [ 195 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::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.02.23 16:32:29.205688 [ 195 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 67 rows starting from the beginning of the part 2026.02.23 16:32:29.205926 [ 278 ] {55aa83c9-9624-4eab-871d-fb9f215d25e2} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:32:29.205960 [ 278 ] {55aa83c9-9624-4eab-871d-fb9f215d25e2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.02.23 16:32:29.206289 [ 278 ] {55aa83c9-9624-4eab-871d-fb9f215d25e2} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.02.23 16:32:29.206503 [ 278 ] {55aa83c9-9624-4eab-871d-fb9f215d25e2} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:32:29.206593 [ 123 ] {} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.02.23 16:32:29.206598 [ 190 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 1243 rows, containing 5 columns (5 merged, 0 gathered) in 0.001266176 sec., 981696.0675293166 rows/sec., 74.56 MiB/sec. 2026.02.23 16:32:29.206620 [ 123 ] {} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:32:29.206627 [ 278 ] {55aa83c9-9624-4eab-871d-fb9f215d25e2} executeQuery: Read 110 rows, 7.86 KiB in 0.001133 sec., 97087.3786407767 rows/sec., 6.78 MiB/sec. 2026.02.23 16:32:29.206654 [ 123 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.02.23 16:32:29.206678 [ 278 ] {55aa83c9-9624-4eab-871d-fb9f215d25e2} TCPHandler: Processed in 0.001311257 sec. 2026.02.23 16:32:29.206764 [ 195 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.02.23 16:32:29.206790 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:32:29.206793 [ 200 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2026.02.23 16:32:29.206887 [ 278 ] {ae38037a-6e6f-4281-bf89-7bf53798b037} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.23 16:32:29.206945 [ 278 ] {ae38037a-6e6f-4281-bf89-7bf53798b037} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.23 16:32:29.206982 [ 200 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:32:29.207021 [ 195 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_11_2} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:32:29.207034 [ 200 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 834 rows starting from the beginning of the part 2026.02.23 16:32:29.207094 [ 195 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_11_2} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.02.23 16:32:29.207144 [ 200 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 110 rows starting from the beginning of the part 2026.02.23 16:32:29.207156 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.44 MiB. 2026.02.23 16:32:29.207203 [ 200 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 215 rows starting from the beginning of the part 2026.02.23 16:32:29.207254 [ 200 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 400 rows starting from the beginning of the part 2026.02.23 16:32:29.207311 [ 200 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 110 rows starting from the beginning of the part 2026.02.23 16:32:29.207357 [ 200 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 110 rows starting from the beginning of the part 2026.02.23 16:32:29.207706 [ 278 ] {ae38037a-6e6f-4281-bf89-7bf53798b037} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:32:29.207746 [ 278 ] {ae38037a-6e6f-4281-bf89-7bf53798b037} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.02.23 16:32:29.208304 [ 278 ] {ae38037a-6e6f-4281-bf89-7bf53798b037} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.02.23 16:32:29.208533 [ 195 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 1779 rows, containing 5 columns (5 merged, 0 gathered) in 0.001806637 sec., 984702.5163328327 rows/sec., 68.05 MiB/sec. 2026.02.23 16:32:29.208544 [ 278 ] {ae38037a-6e6f-4281-bf89-7bf53798b037} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:32:29.208686 [ 278 ] {ae38037a-6e6f-4281-bf89-7bf53798b037} executeQuery: Read 31 rows, 56.88 KiB in 0.001817 sec., 17061.089708310403 rows/sec., 30.57 MiB/sec. 2026.02.23 16:32:29.208729 [ 200 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.02.23 16:32:29.208747 [ 278 ] {ae38037a-6e6f-4281-bf89-7bf53798b037} TCPHandler: Processed in 0.002006502 sec. 2026.02.23 16:32:29.208864 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:32:29.208962 [ 278 ] {f12be1a1-2503-45ad-8dcd-11520436c571} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.23 16:32:29.208996 [ 200 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_11_2} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:32:29.209005 [ 278 ] {f12be1a1-2503-45ad-8dcd-11520436c571} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.23 16:32:29.209083 [ 200 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_11_2} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.02.23 16:32:29.209164 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. 2026.02.23 16:32:29.209340 [ 278 ] {f12be1a1-2503-45ad-8dcd-11520436c571} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:32:29.209380 [ 278 ] {f12be1a1-2503-45ad-8dcd-11520436c571} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.02.23 16:32:29.209683 [ 278 ] {f12be1a1-2503-45ad-8dcd-11520436c571} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.02.23 16:32:29.209886 [ 278 ] {f12be1a1-2503-45ad-8dcd-11520436c571} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:32:29.209974 [ 123 ] {} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.02.23 16:32:29.210002 [ 123 ] {} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:32:29.210009 [ 278 ] {f12be1a1-2503-45ad-8dcd-11520436c571} executeQuery: Read 40 rows, 2.73 KiB in 0.001067 sec., 37488.284910965325 rows/sec., 2.50 MiB/sec. 2026.02.23 16:32:29.210021 [ 123 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.02.23 16:32:29.210045 [ 278 ] {f12be1a1-2503-45ad-8dcd-11520436c571} TCPHandler: Processed in 0.001229725 sec. 2026.02.23 16:32:29.210084 [ 195 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2026.02.23 16:32:29.210155 [ 195 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:32:29.210177 [ 195 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 250 rows starting from the beginning of the part 2026.02.23 16:32:29.210218 [ 195 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::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.02.23 16:32:29.210252 [ 195 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 70 rows starting from the beginning of the part 2026.02.23 16:32:29.210281 [ 195 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::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.02.23 16:32:29.210311 [ 195 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::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.02.23 16:32:29.210342 [ 195 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::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.02.23 16:32:29.210985 [ 202 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 480 rows, containing 4 columns (4 merged, 0 gathered) in 0.00092759 sec., 517470.0029107688 rows/sec., 32.48 MiB/sec. 2026.02.23 16:32:29.211110 [ 195 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.02.23 16:32:29.211342 [ 195 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_11_2} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:32:29.211404 [ 195 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_11_2} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.02.23 16:32:29.211453 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. 2026.02.23 16:32:32.652156 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 382 2026.02.23 16:32:32.654207 [ 242 ] {} system.query_log (b83b341e-dbaf-448e-9582-20b3e6cd291d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:32:32.654259 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.02.23 16:32:32.655386 [ 242 ] {} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.02.23 16:32:32.655652 [ 242 ] {} system.query_log (b83b341e-dbaf-448e-9582-20b3e6cd291d): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:32:32.655984 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 382 2026.02.23 16:32:34.198861 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:32:34.199039 [ 278 ] {d3581909-48ba-4099-b09e-309ad8d79d22} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.02.23 16:32:34.199102 [ 278 ] {d3581909-48ba-4099-b09e-309ad8d79d22} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.02.23 16:32:34.199724 [ 278 ] {d3581909-48ba-4099-b09e-309ad8d79d22} oximeter.fields_ipaddr (aca7842a-9245-4e3c-8c67-e3828bf88048): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:32:34.199774 [ 278 ] {d3581909-48ba-4099-b09e-309ad8d79d22} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.02.23 16:32:34.200143 [ 278 ] {d3581909-48ba-4099-b09e-309ad8d79d22} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.02.23 16:32:34.200366 [ 278 ] {d3581909-48ba-4099-b09e-309ad8d79d22} oximeter.fields_ipaddr (aca7842a-9245-4e3c-8c67-e3828bf88048): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:32:34.200522 [ 278 ] {d3581909-48ba-4099-b09e-309ad8d79d22} executeQuery: Read 4 rows, 334.00 B in 0.001532 sec., 2610.9660574412533 rows/sec., 212.91 KiB/sec. 2026.02.23 16:32:34.200566 [ 278 ] {d3581909-48ba-4099-b09e-309ad8d79d22} TCPHandler: Processed in 0.001832337 sec. 2026.02.23 16:32:34.200690 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:32:34.200795 [ 278 ] {a11e4ac5-3b4d-49d0-93f1-a3154555e435} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.23 16:32:34.200837 [ 278 ] {a11e4ac5-3b4d-49d0-93f1-a3154555e435} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.23 16:32:34.201292 [ 278 ] {a11e4ac5-3b4d-49d0-93f1-a3154555e435} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:32:34.201332 [ 278 ] {a11e4ac5-3b4d-49d0-93f1-a3154555e435} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.02.23 16:32:34.201670 [ 278 ] {a11e4ac5-3b4d-49d0-93f1-a3154555e435} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.02.23 16:32:34.201886 [ 278 ] {a11e4ac5-3b4d-49d0-93f1-a3154555e435} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:32:34.202011 [ 278 ] {a11e4ac5-3b4d-49d0-93f1-a3154555e435} executeQuery: Read 52 rows, 4.50 KiB in 0.001239 sec., 41969.33010492332 rows/sec., 3.55 MiB/sec. 2026.02.23 16:32:34.202049 [ 278 ] {a11e4ac5-3b4d-49d0-93f1-a3154555e435} TCPHandler: Processed in 0.001410509 sec. 2026.02.23 16:32:34.202171 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:32:34.202268 [ 278 ] {e25c2075-433e-4412-a790-5627f17acf06} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.23 16:32:34.202309 [ 278 ] {e25c2075-433e-4412-a790-5627f17acf06} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.23 16:32:34.202721 [ 278 ] {e25c2075-433e-4412-a790-5627f17acf06} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:32:34.202757 [ 278 ] {e25c2075-433e-4412-a790-5627f17acf06} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.02.23 16:32:34.203041 [ 278 ] {e25c2075-433e-4412-a790-5627f17acf06} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.02.23 16:32:34.203326 [ 278 ] {e25c2075-433e-4412-a790-5627f17acf06} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:32:34.203436 [ 145 ] {} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.02.23 16:32:34.203459 [ 278 ] {e25c2075-433e-4412-a790-5627f17acf06} executeQuery: Read 14 rows, 1.03 KiB in 0.001211 sec., 11560.693641618496 rows/sec., 851.57 KiB/sec. 2026.02.23 16:32:34.203501 [ 145 ] {} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:32:34.203511 [ 278 ] {e25c2075-433e-4412-a790-5627f17acf06} TCPHandler: Processed in 0.001389249 sec. 2026.02.23 16:32:34.203530 [ 145 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.02.23 16:32:34.203637 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:32:34.203647 [ 200 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2026.02.23 16:32:34.203737 [ 278 ] {70cf4783-7ade-41f9-9ce2-0ea044b596e9} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.23 16:32:34.203782 [ 278 ] {70cf4783-7ade-41f9-9ce2-0ea044b596e9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.23 16:32:34.203783 [ 200 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:32:34.203830 [ 200 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 173 rows starting from the beginning of the part 2026.02.23 16:32:34.203893 [ 200 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 24 rows starting from the beginning of the part 2026.02.23 16:32:34.203936 [ 200 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 142 rows starting from the beginning of the part 2026.02.23 16:32:34.203976 [ 200 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 47 rows starting from the beginning of the part 2026.02.23 16:32:34.204015 [ 200 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 31 rows starting from the beginning of the part 2026.02.23 16:32:34.204058 [ 200 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::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.02.23 16:32:34.204207 [ 278 ] {70cf4783-7ade-41f9-9ce2-0ea044b596e9} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:32:34.204251 [ 278 ] {70cf4783-7ade-41f9-9ce2-0ea044b596e9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.02.23 16:32:34.204584 [ 278 ] {70cf4783-7ade-41f9-9ce2-0ea044b596e9} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.02.23 16:32:34.204806 [ 278 ] {70cf4783-7ade-41f9-9ce2-0ea044b596e9} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:32:34.204908 [ 202 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 431 rows, containing 5 columns (5 merged, 0 gathered) in 0.001308377 sec., 329415.75707919046 rows/sec., 22.24 MiB/sec. 2026.02.23 16:32:34.204935 [ 278 ] {70cf4783-7ade-41f9-9ce2-0ea044b596e9} executeQuery: Read 50 rows, 4.01 KiB in 0.001218 sec., 41050.90311986864 rows/sec., 3.21 MiB/sec. 2026.02.23 16:32:34.204987 [ 278 ] {70cf4783-7ade-41f9-9ce2-0ea044b596e9} TCPHandler: Processed in 0.001400189 sec. 2026.02.23 16:32:34.205100 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:32:34.205121 [ 189 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.02.23 16:32:34.205197 [ 278 ] {c272c08f-6254-42a0-a7c0-b49211e6df98} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.23 16:32:34.205249 [ 278 ] {c272c08f-6254-42a0-a7c0-b49211e6df98} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.23 16:32:34.205429 [ 189 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_11_2} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:32:34.205515 [ 189 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_11_2} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.02.23 16:32:34.205631 [ 278 ] {c272c08f-6254-42a0-a7c0-b49211e6df98} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:32:34.205634 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. 2026.02.23 16:32:34.205675 [ 278 ] {c272c08f-6254-42a0-a7c0-b49211e6df98} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.02.23 16:32:34.206015 [ 278 ] {c272c08f-6254-42a0-a7c0-b49211e6df98} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.02.23 16:32:34.206214 [ 278 ] {c272c08f-6254-42a0-a7c0-b49211e6df98} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:32:34.206335 [ 278 ] {c272c08f-6254-42a0-a7c0-b49211e6df98} executeQuery: Read 112 rows, 8.00 KiB in 0.001156 sec., 96885.81314878893 rows/sec., 6.76 MiB/sec. 2026.02.23 16:32:34.206372 [ 278 ] {c272c08f-6254-42a0-a7c0-b49211e6df98} TCPHandler: Processed in 0.001320738 sec. 2026.02.23 16:32:34.206489 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:32:34.206587 [ 278 ] {7b8226ae-effb-4829-b03e-62ba53a90910} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.23 16:32:34.206652 [ 278 ] {7b8226ae-effb-4829-b03e-62ba53a90910} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.23 16:32:34.207389 [ 278 ] {7b8226ae-effb-4829-b03e-62ba53a90910} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:32:34.207427 [ 278 ] {7b8226ae-effb-4829-b03e-62ba53a90910} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.02.23 16:32:34.207927 [ 278 ] {7b8226ae-effb-4829-b03e-62ba53a90910} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.02.23 16:32:34.208149 [ 278 ] {7b8226ae-effb-4829-b03e-62ba53a90910} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:32:34.208263 [ 154 ] {} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.02.23 16:32:34.208285 [ 278 ] {7b8226ae-effb-4829-b03e-62ba53a90910} executeQuery: Read 10 rows, 18.35 KiB in 0.001719 sec., 5817.335660267598 rows/sec., 10.42 MiB/sec. 2026.02.23 16:32:34.208307 [ 154 ] {} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:32:34.208334 [ 154 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.02.23 16:32:34.208353 [ 278 ] {7b8226ae-effb-4829-b03e-62ba53a90910} TCPHandler: Processed in 0.001911849 sec. 2026.02.23 16:32:34.208411 [ 200 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2026.02.23 16:32:34.208478 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:32:34.208580 [ 278 ] {3d23295e-2455-49df-a4e8-0e81a9138abb} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.23 16:32:34.208610 [ 200 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:32:34.208621 [ 278 ] {3d23295e-2455-49df-a4e8-0e81a9138abb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.23 16:32:34.208666 [ 200 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 7 rows starting from the beginning of the part 2026.02.23 16:32:34.208787 [ 200 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 23 rows starting from the beginning of the part 2026.02.23 16:32:34.208896 [ 200 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 24 rows starting from the beginning of the part 2026.02.23 16:32:34.208953 [ 278 ] {3d23295e-2455-49df-a4e8-0e81a9138abb} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:32:34.208994 [ 278 ] {3d23295e-2455-49df-a4e8-0e81a9138abb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.02.23 16:32:34.208995 [ 200 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 31 rows starting from the beginning of the part 2026.02.23 16:32:34.209107 [ 200 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 31 rows starting from the beginning of the part 2026.02.23 16:32:34.209207 [ 200 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 10 rows starting from the beginning of the part 2026.02.23 16:32:34.209298 [ 278 ] {3d23295e-2455-49df-a4e8-0e81a9138abb} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.02.23 16:32:34.209522 [ 278 ] {3d23295e-2455-49df-a4e8-0e81a9138abb} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:32:34.209661 [ 278 ] {3d23295e-2455-49df-a4e8-0e81a9138abb} executeQuery: Read 40 rows, 2.73 KiB in 0.001099 sec., 36396.724294813466 rows/sec., 2.43 MiB/sec. 2026.02.23 16:32:34.209698 [ 278 ] {3d23295e-2455-49df-a4e8-0e81a9138abb} TCPHandler: Processed in 0.001269506 sec. 2026.02.23 16:32:34.210899 [ 189 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 126 rows, containing 19 columns (19 merged, 0 gathered) in 0.002519142 sec., 50017.02960769977 rows/sec., 89.63 MiB/sec. 2026.02.23 16:32:34.211176 [ 200 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.02.23 16:32:34.211469 [ 200 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_6_1} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:32:34.211535 [ 200 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_6_1} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.02.23 16:32:34.211611 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.95 MiB. 2026.02.23 16:32:35.147510 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 5304 2026.02.23 16:32:35.148291 [ 244 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:32:35.148334 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.02.23 16:32:35.148816 [ 244 ] {} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.02.23 16:32:35.149041 [ 244 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:32:35.149172 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5304 2026.02.23 16:32:35.149187 [ 145 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.02.23 16:32:35.149260 [ 145 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:32:35.149284 [ 145 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.02.23 16:32:35.149398 [ 197 ] {e006da4c-49b0-4d27-967a-f293ec4e8bf5::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2026.02.23 16:32:35.149532 [ 197 ] {e006da4c-49b0-4d27-967a-f293ec4e8bf5::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:32:35.149578 [ 197 ] {e006da4c-49b0-4d27-967a-f293ec4e8bf5::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 2872 rows starting from the beginning of the part 2026.02.23 16:32:35.149649 [ 197 ] {e006da4c-49b0-4d27-967a-f293ec4e8bf5::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 512 rows starting from the beginning of the part 2026.02.23 16:32:35.149699 [ 197 ] {e006da4c-49b0-4d27-967a-f293ec4e8bf5::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 448 rows starting from the beginning of the part 2026.02.23 16:32:35.149746 [ 197 ] {e006da4c-49b0-4d27-967a-f293ec4e8bf5::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 512 rows starting from the beginning of the part 2026.02.23 16:32:35.149789 [ 197 ] {e006da4c-49b0-4d27-967a-f293ec4e8bf5::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 448 rows starting from the beginning of the part 2026.02.23 16:32:35.149837 [ 197 ] {e006da4c-49b0-4d27-967a-f293ec4e8bf5::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 512 rows starting from the beginning of the part 2026.02.23 16:32:35.151270 [ 200 ] {e006da4c-49b0-4d27-967a-f293ec4e8bf5::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 5304 rows, containing 4 columns (4 merged, 0 gathered) in 0.00192373 sec., 2757143.6740083066 rows/sec., 39.44 MiB/sec. 2026.02.23 16:32:35.151938 [ 189 ] {e006da4c-49b0-4d27-967a-f293ec4e8bf5::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.02.23 16:32:35.152210 [ 189 ] {e006da4c-49b0-4d27-967a-f293ec4e8bf5::all_1_11_2} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:32:35.152281 [ 189 ] {e006da4c-49b0-4d27-967a-f293ec4e8bf5::all_1_11_2} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.02.23 16:32:35.152370 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.41 MiB. 2026.02.23 16:32:35.438076 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 83 2026.02.23 16:32:35.456374 [ 243 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:32:35.456447 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.02.23 16:32:35.462681 [ 243 ] {} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.02.23 16:32:35.463400 [ 243 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:32:35.463699 [ 145 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.02.23 16:32:35.463757 [ 145 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:32:35.463777 [ 145 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2026.02.23 16:32:35.463925 [ 188 ] {3c5e35cc-2202-4d2d-a2da-f2d3b912fea0::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2026.02.23 16:32:35.466761 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 83 2026.02.23 16:32:35.468258 [ 188 ] {3c5e35cc-2202-4d2d-a2da-f2d3b912fea0::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:32:35.469883 [ 188 ] {3c5e35cc-2202-4d2d-a2da-f2d3b912fea0::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 46 rows starting from the beginning of the part 2026.02.23 16:32:35.474632 [ 188 ] {3c5e35cc-2202-4d2d-a2da-f2d3b912fea0::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 7 rows starting from the beginning of the part 2026.02.23 16:32:35.478956 [ 188 ] {3c5e35cc-2202-4d2d-a2da-f2d3b912fea0::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 8 rows starting from the beginning of the part 2026.02.23 16:32:35.483084 [ 188 ] {3c5e35cc-2202-4d2d-a2da-f2d3b912fea0::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 7 rows starting from the beginning of the part 2026.02.23 16:32:35.487776 [ 188 ] {3c5e35cc-2202-4d2d-a2da-f2d3b912fea0::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 8 rows starting from the beginning of the part 2026.02.23 16:32:35.492258 [ 188 ] {3c5e35cc-2202-4d2d-a2da-f2d3b912fea0::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 7 rows starting from the beginning of the part 2026.02.23 16:32:35.543404 [ 200 ] {3c5e35cc-2202-4d2d-a2da-f2d3b912fea0::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 83 rows, containing 679 columns (679 merged, 0 gathered) in 0.079553815 sec., 1043.3189156296276 rows/sec., 5.39 MiB/sec. 2026.02.23 16:32:35.546487 [ 187 ] {3c5e35cc-2202-4d2d-a2da-f2d3b912fea0::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.02.23 16:32:35.548547 [ 187 ] {3c5e35cc-2202-4d2d-a2da-f2d3b912fea0::all_1_11_2} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:32:35.548629 [ 187 ] {3c5e35cc-2202-4d2d-a2da-f2d3b912fea0::all_1_11_2} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.02.23 16:32:35.550534 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.45 MiB. 2026.02.23 16:32:36.000190 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 213.23 MiB, peak 223.11 MiB, free memory in arenas 0.00 B, will set to 221.97 MiB (RSS), difference: 8.74 MiB 2026.02.23 16:32:39.199844 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:32:39.200039 [ 278 ] {523976e2-4cf7-4531-80d0-ee71c8a48286} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.23 16:32:39.200111 [ 278 ] {523976e2-4cf7-4531-80d0-ee71c8a48286} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.23 16:32:39.200829 [ 278 ] {523976e2-4cf7-4531-80d0-ee71c8a48286} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:32:39.200874 [ 278 ] {523976e2-4cf7-4531-80d0-ee71c8a48286} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2026.02.23 16:32:39.201274 [ 278 ] {523976e2-4cf7-4531-80d0-ee71c8a48286} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.02.23 16:32:39.201491 [ 278 ] {523976e2-4cf7-4531-80d0-ee71c8a48286} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:32:39.201641 [ 278 ] {523976e2-4cf7-4531-80d0-ee71c8a48286} executeQuery: Read 92 rows, 8.21 KiB in 0.001655 sec., 55589.12386706949 rows/sec., 4.84 MiB/sec. 2026.02.23 16:32:39.201687 [ 278 ] {523976e2-4cf7-4531-80d0-ee71c8a48286} TCPHandler: Processed in 0.001979381 sec. 2026.02.23 16:32:39.201813 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:32:39.201911 [ 278 ] {44de9166-ce61-418b-b9c6-a9640df946ef} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.23 16:32:39.201954 [ 278 ] {44de9166-ce61-418b-b9c6-a9640df946ef} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.23 16:32:39.202386 [ 278 ] {44de9166-ce61-418b-b9c6-a9640df946ef} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:32:39.202423 [ 278 ] {44de9166-ce61-418b-b9c6-a9640df946ef} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2026.02.23 16:32:39.202711 [ 278 ] {44de9166-ce61-418b-b9c6-a9640df946ef} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.02.23 16:32:39.202913 [ 278 ] {44de9166-ce61-418b-b9c6-a9640df946ef} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:32:39.203070 [ 278 ] {44de9166-ce61-418b-b9c6-a9640df946ef} executeQuery: Read 31 rows, 2.33 KiB in 0.001179 sec., 26293.469041560646 rows/sec., 1.93 MiB/sec. 2026.02.23 16:32:39.203109 [ 278 ] {44de9166-ce61-418b-b9c6-a9640df946ef} TCPHandler: Processed in 0.001343917 sec. 2026.02.23 16:32:39.203225 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:32:39.203319 [ 278 ] {af721788-4507-4fb8-a7bc-641d767d9d79} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.23 16:32:39.203359 [ 278 ] {af721788-4507-4fb8-a7bc-641d767d9d79} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.23 16:32:39.203765 [ 278 ] {af721788-4507-4fb8-a7bc-641d767d9d79} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:32:39.203800 [ 278 ] {af721788-4507-4fb8-a7bc-641d767d9d79} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2026.02.23 16:32:39.204091 [ 278 ] {af721788-4507-4fb8-a7bc-641d767d9d79} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.02.23 16:32:39.204288 [ 278 ] {af721788-4507-4fb8-a7bc-641d767d9d79} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:32:39.204407 [ 278 ] {af721788-4507-4fb8-a7bc-641d767d9d79} executeQuery: Read 67 rows, 5.36 KiB in 0.001108 sec., 60469.31407942238 rows/sec., 4.73 MiB/sec. 2026.02.23 16:32:39.204442 [ 278 ] {af721788-4507-4fb8-a7bc-641d767d9d79} TCPHandler: Processed in 0.001263935 sec. 2026.02.23 16:32:39.204558 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:32:39.204649 [ 278 ] {808829da-0cdb-44a4-81cd-a86fd5211206} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.23 16:32:39.204692 [ 278 ] {808829da-0cdb-44a4-81cd-a86fd5211206} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.23 16:32:39.205054 [ 278 ] {808829da-0cdb-44a4-81cd-a86fd5211206} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:32:39.205088 [ 278 ] {808829da-0cdb-44a4-81cd-a86fd5211206} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2026.02.23 16:32:39.205396 [ 278 ] {808829da-0cdb-44a4-81cd-a86fd5211206} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.02.23 16:32:39.205601 [ 278 ] {808829da-0cdb-44a4-81cd-a86fd5211206} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:32:39.205718 [ 278 ] {808829da-0cdb-44a4-81cd-a86fd5211206} executeQuery: Read 110 rows, 7.86 KiB in 0.001087 sec., 101195.95216191352 rows/sec., 7.06 MiB/sec. 2026.02.23 16:32:39.205752 [ 278 ] {808829da-0cdb-44a4-81cd-a86fd5211206} TCPHandler: Processed in 0.001241056 sec. 2026.02.23 16:32:39.205864 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:32:39.205955 [ 278 ] {9db95989-8c30-4d3b-8e7a-ee8aad9ea925} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.23 16:32:39.206006 [ 278 ] {9db95989-8c30-4d3b-8e7a-ee8aad9ea925} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.23 16:32:39.206761 [ 278 ] {9db95989-8c30-4d3b-8e7a-ee8aad9ea925} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:32:39.206797 [ 278 ] {9db95989-8c30-4d3b-8e7a-ee8aad9ea925} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2026.02.23 16:32:39.207323 [ 278 ] {9db95989-8c30-4d3b-8e7a-ee8aad9ea925} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.02.23 16:32:39.207541 [ 278 ] {9db95989-8c30-4d3b-8e7a-ee8aad9ea925} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:32:39.207667 [ 278 ] {9db95989-8c30-4d3b-8e7a-ee8aad9ea925} executeQuery: Read 31 rows, 56.88 KiB in 0.00173 sec., 17919.07514450867 rows/sec., 32.11 MiB/sec. 2026.02.23 16:32:39.207715 [ 278 ] {9db95989-8c30-4d3b-8e7a-ee8aad9ea925} TCPHandler: Processed in 0.001897839 sec. 2026.02.23 16:32:39.207828 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:32:39.207920 [ 278 ] {55469e45-9ca4-464c-8951-902ebb427e29} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.23 16:32:39.207960 [ 278 ] {55469e45-9ca4-464c-8951-902ebb427e29} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.23 16:32:39.208276 [ 278 ] {55469e45-9ca4-464c-8951-902ebb427e29} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:32:39.208310 [ 278 ] {55469e45-9ca4-464c-8951-902ebb427e29} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2026.02.23 16:32:39.208595 [ 278 ] {55469e45-9ca4-464c-8951-902ebb427e29} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.02.23 16:32:39.208793 [ 278 ] {55469e45-9ca4-464c-8951-902ebb427e29} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:32:39.208913 [ 278 ] {55469e45-9ca4-464c-8951-902ebb427e29} executeQuery: Read 40 rows, 2.73 KiB in 0.00101 sec., 39603.960396039605 rows/sec., 2.64 MiB/sec. 2026.02.23 16:32:39.208946 [ 278 ] {55469e45-9ca4-464c-8951-902ebb427e29} TCPHandler: Processed in 0.001164654 sec. 2026.02.23 16:32:42.567084 [ 147 ] {} DNSResolver: Updating DNS cache 2026.02.23 16:32:42.567185 [ 147 ] {} DNSResolver: Updated DNS cache 2026.02.23 16:32:42.649301 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 5752 2026.02.23 16:32:42.649777 [ 244 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:32:42.649816 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2026.02.23 16:32:42.650355 [ 244 ] {} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.02.23 16:32:42.650589 [ 244 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:32:42.650712 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5752 2026.02.23 16:32:42.656192 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 408 2026.02.23 16:32:42.658370 [ 242 ] {} system.query_log (b83b341e-dbaf-448e-9582-20b3e6cd291d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:32:42.658428 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2026.02.23 16:32:42.659581 [ 242 ] {} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.02.23 16:32:42.659851 [ 242 ] {} system.query_log (b83b341e-dbaf-448e-9582-20b3e6cd291d): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:32:42.660189 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 408 2026.02.23 16:32:42.966892 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 91 2026.02.23 16:32:42.983954 [ 243 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:32:42.984010 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2026.02.23 16:32:42.989723 [ 243 ] {} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.02.23 16:32:42.990414 [ 243 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:32:42.993125 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 91 2026.02.23 16:32:44.198890 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:32:44.199069 [ 278 ] {f307592b-6ad3-4bcd-9840-596e678dc310} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.23 16:32:44.199137 [ 278 ] {f307592b-6ad3-4bcd-9840-596e678dc310} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.23 16:32:44.199790 [ 278 ] {f307592b-6ad3-4bcd-9840-596e678dc310} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:32:44.199843 [ 278 ] {f307592b-6ad3-4bcd-9840-596e678dc310} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2026.02.23 16:32:44.200242 [ 278 ] {f307592b-6ad3-4bcd-9840-596e678dc310} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.02.23 16:32:44.200477 [ 278 ] {f307592b-6ad3-4bcd-9840-596e678dc310} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:32:44.200630 [ 278 ] {f307592b-6ad3-4bcd-9840-596e678dc310} executeQuery: Read 50 rows, 4.35 KiB in 0.001612 sec., 31017.36972704715 rows/sec., 2.64 MiB/sec. 2026.02.23 16:32:44.200678 [ 278 ] {f307592b-6ad3-4bcd-9840-596e678dc310} TCPHandler: Processed in 0.00191923 sec. 2026.02.23 16:32:44.200813 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:32:44.200919 [ 278 ] {25a47e8e-4e0e-425f-8990-a5f59ef8d61e} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.23 16:32:44.200962 [ 278 ] {25a47e8e-4e0e-425f-8990-a5f59ef8d61e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.23 16:32:44.201378 [ 278 ] {25a47e8e-4e0e-425f-8990-a5f59ef8d61e} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:32:44.201417 [ 278 ] {25a47e8e-4e0e-425f-8990-a5f59ef8d61e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2026.02.23 16:32:44.201715 [ 278 ] {25a47e8e-4e0e-425f-8990-a5f59ef8d61e} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.02.23 16:32:44.201925 [ 278 ] {25a47e8e-4e0e-425f-8990-a5f59ef8d61e} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:32:44.202054 [ 278 ] {25a47e8e-4e0e-425f-8990-a5f59ef8d61e} executeQuery: Read 10 rows, 770.00 B in 0.00116 sec., 8620.689655172413 rows/sec., 648.24 KiB/sec. 2026.02.23 16:32:44.202092 [ 278 ] {25a47e8e-4e0e-425f-8990-a5f59ef8d61e} TCPHandler: Processed in 0.001333478 sec. 2026.02.23 16:32:44.202205 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:32:44.202303 [ 278 ] {ac265492-a950-4ed9-9336-1e3e91bb6afe} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.23 16:32:44.202346 [ 278 ] {ac265492-a950-4ed9-9336-1e3e91bb6afe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.23 16:32:44.202784 [ 278 ] {ac265492-a950-4ed9-9336-1e3e91bb6afe} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:32:44.202820 [ 278 ] {ac265492-a950-4ed9-9336-1e3e91bb6afe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2026.02.23 16:32:44.203118 [ 278 ] {ac265492-a950-4ed9-9336-1e3e91bb6afe} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.02.23 16:32:44.203315 [ 278 ] {ac265492-a950-4ed9-9336-1e3e91bb6afe} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:32:44.203441 [ 278 ] {ac265492-a950-4ed9-9336-1e3e91bb6afe} executeQuery: Read 46 rows, 3.68 KiB in 0.001159 sec., 39689.387402933564 rows/sec., 3.10 MiB/sec. 2026.02.23 16:32:44.203477 [ 278 ] {ac265492-a950-4ed9-9336-1e3e91bb6afe} TCPHandler: Processed in 0.001323067 sec. 2026.02.23 16:32:44.203604 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:32:44.203700 [ 278 ] {e6218090-16e4-484b-92f4-1c07b49c5159} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.23 16:32:44.203743 [ 278 ] {e6218090-16e4-484b-92f4-1c07b49c5159} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.23 16:32:44.204125 [ 278 ] {e6218090-16e4-484b-92f4-1c07b49c5159} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:32:44.204161 [ 278 ] {e6218090-16e4-484b-92f4-1c07b49c5159} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2026.02.23 16:32:44.204479 [ 278 ] {e6218090-16e4-484b-92f4-1c07b49c5159} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.02.23 16:32:44.204693 [ 278 ] {e6218090-16e4-484b-92f4-1c07b49c5159} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:32:44.204817 [ 278 ] {e6218090-16e4-484b-92f4-1c07b49c5159} executeQuery: Read 110 rows, 7.86 KiB in 0.001137 sec., 96745.82233948988 rows/sec., 6.75 MiB/sec. 2026.02.23 16:32:44.204853 [ 278 ] {e6218090-16e4-484b-92f4-1c07b49c5159} TCPHandler: Processed in 0.001298407 sec. 2026.02.23 16:32:44.204967 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:32:44.205060 [ 278 ] {893fde5f-9d38-4b00-bc4b-4cea50c0be03} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.23 16:32:44.205113 [ 278 ] {893fde5f-9d38-4b00-bc4b-4cea50c0be03} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.23 16:32:44.205854 [ 278 ] {893fde5f-9d38-4b00-bc4b-4cea50c0be03} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:32:44.205890 [ 278 ] {893fde5f-9d38-4b00-bc4b-4cea50c0be03} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2026.02.23 16:32:44.206384 [ 278 ] {893fde5f-9d38-4b00-bc4b-4cea50c0be03} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.02.23 16:32:44.206599 [ 278 ] {893fde5f-9d38-4b00-bc4b-4cea50c0be03} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:32:44.206733 [ 278 ] {893fde5f-9d38-4b00-bc4b-4cea50c0be03} executeQuery: Read 10 rows, 18.35 KiB in 0.001692 sec., 5910.16548463357 rows/sec., 10.59 MiB/sec. 2026.02.23 16:32:44.206791 [ 278 ] {893fde5f-9d38-4b00-bc4b-4cea50c0be03} TCPHandler: Processed in 0.001873789 sec. 2026.02.23 16:32:44.206903 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:32:44.207008 [ 278 ] {fc24beff-7eae-44c4-ad5f-9cd20e5c3718} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.23 16:32:44.207062 [ 278 ] {fc24beff-7eae-44c4-ad5f-9cd20e5c3718} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.23 16:32:44.207401 [ 278 ] {fc24beff-7eae-44c4-ad5f-9cd20e5c3718} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:32:44.207436 [ 278 ] {fc24beff-7eae-44c4-ad5f-9cd20e5c3718} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2026.02.23 16:32:44.207732 [ 278 ] {fc24beff-7eae-44c4-ad5f-9cd20e5c3718} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.02.23 16:32:44.207935 [ 278 ] {fc24beff-7eae-44c4-ad5f-9cd20e5c3718} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:32:44.208061 [ 278 ] {fc24beff-7eae-44c4-ad5f-9cd20e5c3718} executeQuery: Read 40 rows, 2.73 KiB in 0.001078 sec., 37105.75139146568 rows/sec., 2.48 MiB/sec. 2026.02.23 16:32:44.208096 [ 278 ] {fc24beff-7eae-44c4-ad5f-9cd20e5c3718} TCPHandler: Processed in 0.001242985 sec. 2026.02.23 16:32:45.144172 [ 144 ] {} oximeter.fields_ipaddr (aca7842a-9245-4e3c-8c67-e3828bf88048) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2026.02.23 16:32:45.144239 [ 144 ] {} oximeter.fields_ipaddr (aca7842a-9245-4e3c-8c67-e3828bf88048): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:32:45.144264 [ 144 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2026.02.23 16:32:45.144401 [ 186 ] {aca7842a-9245-4e3c-8c67-e3828bf88048::all_1_5_1} MergeTask::PrepareStage: Merging 5 parts: from all_1_1_0 to all_5_5_0 into Compact with storage Full 2026.02.23 16:32:45.144570 [ 186 ] {aca7842a-9245-4e3c-8c67-e3828bf88048::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:32:45.144615 [ 186 ] {aca7842a-9245-4e3c-8c67-e3828bf88048::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 2 rows starting from the beginning of the part 2026.02.23 16:32:45.144703 [ 186 ] {aca7842a-9245-4e3c-8c67-e3828bf88048::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.02.23 16:32:45.144764 [ 186 ] {aca7842a-9245-4e3c-8c67-e3828bf88048::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 2 rows starting from the beginning of the part 2026.02.23 16:32:45.144820 [ 186 ] {aca7842a-9245-4e3c-8c67-e3828bf88048::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.02.23 16:32:45.144873 [ 186 ] {aca7842a-9245-4e3c-8c67-e3828bf88048::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 4 rows starting from the beginning of the part 2026.02.23 16:32:45.145805 [ 187 ] {aca7842a-9245-4e3c-8c67-e3828bf88048::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 16 rows, containing 5 columns (5 merged, 0 gathered) in 0.0014663 sec., 10911.81886380686 rows/sec., 932.41 KiB/sec. 2026.02.23 16:32:45.145949 [ 186 ] {aca7842a-9245-4e3c-8c67-e3828bf88048::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2026.02.23 16:32:45.146210 [ 186 ] {aca7842a-9245-4e3c-8c67-e3828bf88048::all_1_5_1} oximeter.fields_ipaddr (aca7842a-9245-4e3c-8c67-e3828bf88048): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:32:45.146283 [ 186 ] {aca7842a-9245-4e3c-8c67-e3828bf88048::all_1_5_1} oximeter.fields_ipaddr (aca7842a-9245-4e3c-8c67-e3828bf88048) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2026.02.23 16:32:45.146353 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. 2026.02.23 16:32:49.201908 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:32:49.202102 [ 278 ] {ae252415-b9fe-42c1-893c-dc7cbb2f4a58} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.02.23 16:32:49.202170 [ 278 ] {ae252415-b9fe-42c1-893c-dc7cbb2f4a58} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.02.23 16:32:49.202796 [ 278 ] {ae252415-b9fe-42c1-893c-dc7cbb2f4a58} oximeter.fields_i16 (91b3829e-2a99-49e1-955c-43ffdc3fb409): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:32:49.202845 [ 278 ] {ae252415-b9fe-42c1-893c-dc7cbb2f4a58} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2026.02.23 16:32:49.203243 [ 278 ] {ae252415-b9fe-42c1-893c-dc7cbb2f4a58} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.02.23 16:32:49.203464 [ 278 ] {ae252415-b9fe-42c1-893c-dc7cbb2f4a58} oximeter.fields_i16 (91b3829e-2a99-49e1-955c-43ffdc3fb409): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:32:49.203616 [ 278 ] {ae252415-b9fe-42c1-893c-dc7cbb2f4a58} executeQuery: Read 24 rows, 2.04 KiB in 0.001563 sec., 15355.086372360845 rows/sec., 1.27 MiB/sec. 2026.02.23 16:32:49.203656 [ 278 ] {ae252415-b9fe-42c1-893c-dc7cbb2f4a58} TCPHandler: Processed in 0.001877309 sec. 2026.02.23 16:32:49.203787 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:32:49.203882 [ 278 ] {7afcd7ad-2dfa-446f-a781-120779cc644d} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.02.23 16:32:49.203924 [ 278 ] {7afcd7ad-2dfa-446f-a781-120779cc644d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.02.23 16:32:49.204331 [ 278 ] {7afcd7ad-2dfa-446f-a781-120779cc644d} oximeter.fields_ipaddr (aca7842a-9245-4e3c-8c67-e3828bf88048): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:32:49.204366 [ 278 ] {7afcd7ad-2dfa-446f-a781-120779cc644d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2026.02.23 16:32:49.204679 [ 278 ] {7afcd7ad-2dfa-446f-a781-120779cc644d} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.02.23 16:32:49.204898 [ 278 ] {7afcd7ad-2dfa-446f-a781-120779cc644d} oximeter.fields_ipaddr (aca7842a-9245-4e3c-8c67-e3828bf88048): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:32:49.205024 [ 278 ] {7afcd7ad-2dfa-446f-a781-120779cc644d} executeQuery: Read 4 rows, 334.00 B in 0.00116 sec., 3448.2758620689656 rows/sec., 281.18 KiB/sec. 2026.02.23 16:32:49.205066 [ 278 ] {7afcd7ad-2dfa-446f-a781-120779cc644d} TCPHandler: Processed in 0.001328687 sec. 2026.02.23 16:32:49.205193 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:32:49.205286 [ 278 ] {0c64c524-5b72-478c-95ba-63d873cce947} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.23 16:32:49.205325 [ 278 ] {0c64c524-5b72-478c-95ba-63d873cce947} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.23 16:32:49.205835 [ 278 ] {0c64c524-5b72-478c-95ba-63d873cce947} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:32:49.205871 [ 278 ] {0c64c524-5b72-478c-95ba-63d873cce947} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2026.02.23 16:32:49.206189 [ 278 ] {0c64c524-5b72-478c-95ba-63d873cce947} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.02.23 16:32:49.206397 [ 278 ] {0c64c524-5b72-478c-95ba-63d873cce947} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:32:49.206524 [ 278 ] {0c64c524-5b72-478c-95ba-63d873cce947} executeQuery: Read 214 rows, 19.82 KiB in 0.001255 sec., 170517.92828685258 rows/sec., 15.42 MiB/sec. 2026.02.23 16:32:49.206559 [ 278 ] {0c64c524-5b72-478c-95ba-63d873cce947} TCPHandler: Processed in 0.001415629 sec. 2026.02.23 16:32:49.206682 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:32:49.206776 [ 278 ] {36d29981-5255-4b7c-9229-df81eff7b63f} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.23 16:32:49.206814 [ 278 ] {36d29981-5255-4b7c-9229-df81eff7b63f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.23 16:32:49.207225 [ 278 ] {36d29981-5255-4b7c-9229-df81eff7b63f} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:32:49.207259 [ 278 ] {36d29981-5255-4b7c-9229-df81eff7b63f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2026.02.23 16:32:49.207547 [ 278 ] {36d29981-5255-4b7c-9229-df81eff7b63f} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.02.23 16:32:49.207744 [ 278 ] {36d29981-5255-4b7c-9229-df81eff7b63f} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:32:49.207866 [ 278 ] {36d29981-5255-4b7c-9229-df81eff7b63f} executeQuery: Read 47 rows, 3.57 KiB in 0.001107 sec., 42457.09123757904 rows/sec., 3.15 MiB/sec. 2026.02.23 16:32:49.207901 [ 278 ] {36d29981-5255-4b7c-9229-df81eff7b63f} TCPHandler: Processed in 0.001268476 sec. 2026.02.23 16:32:49.208017 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:32:49.208111 [ 278 ] {6735a4e0-3515-4810-8753-6a1397cb3e96} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.02.23 16:32:49.208149 [ 278 ] {6735a4e0-3515-4810-8753-6a1397cb3e96} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.02.23 16:32:49.208547 [ 278 ] {6735a4e0-3515-4810-8753-6a1397cb3e96} oximeter.fields_u32 (3630ead0-c5da-4e23-a9d2-59d0589dc119): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:32:49.208581 [ 278 ] {6735a4e0-3515-4810-8753-6a1397cb3e96} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2026.02.23 16:32:49.208877 [ 278 ] {6735a4e0-3515-4810-8753-6a1397cb3e96} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.02.23 16:32:49.209083 [ 278 ] {6735a4e0-3515-4810-8753-6a1397cb3e96} oximeter.fields_u32 (3630ead0-c5da-4e23-a9d2-59d0589dc119): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:32:49.209204 [ 278 ] {6735a4e0-3515-4810-8753-6a1397cb3e96} executeQuery: Read 24 rows, 2.04 KiB in 0.001112 sec., 21582.733812949642 rows/sec., 1.79 MiB/sec. 2026.02.23 16:32:49.209241 [ 278 ] {6735a4e0-3515-4810-8753-6a1397cb3e96} TCPHandler: Processed in 0.001272997 sec. 2026.02.23 16:32:49.209354 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:32:49.209446 [ 278 ] {e82ebdf2-6f1d-4ff8-b559-33eb61cb9825} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.02.23 16:32:49.209485 [ 278 ] {e82ebdf2-6f1d-4ff8-b559-33eb61cb9825} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.02.23 16:32:49.209877 [ 278 ] {e82ebdf2-6f1d-4ff8-b559-33eb61cb9825} oximeter.fields_u8 (bee44bc4-3670-4879-9501-74bd8c0c3792): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:32:49.209913 [ 278 ] {e82ebdf2-6f1d-4ff8-b559-33eb61cb9825} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2026.02.23 16:32:49.210199 [ 278 ] {e82ebdf2-6f1d-4ff8-b559-33eb61cb9825} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.02.23 16:32:49.210447 [ 278 ] {e82ebdf2-6f1d-4ff8-b559-33eb61cb9825} oximeter.fields_u8 (bee44bc4-3670-4879-9501-74bd8c0c3792): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:32:49.210576 [ 278 ] {e82ebdf2-6f1d-4ff8-b559-33eb61cb9825} executeQuery: Read 12 rows, 960.00 B in 0.001148 sec., 10452.961672473868 rows/sec., 816.64 KiB/sec. 2026.02.23 16:32:49.210612 [ 278 ] {e82ebdf2-6f1d-4ff8-b559-33eb61cb9825} TCPHandler: Processed in 0.001307397 sec. 2026.02.23 16:32:49.210726 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:32:49.210818 [ 278 ] {133d8855-3fbb-4510-8d79-0a105ba9436a} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.23 16:32:49.210858 [ 278 ] {133d8855-3fbb-4510-8d79-0a105ba9436a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.23 16:32:49.211288 [ 278 ] {133d8855-3fbb-4510-8d79-0a105ba9436a} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:32:49.211322 [ 278 ] {133d8855-3fbb-4510-8d79-0a105ba9436a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2026.02.23 16:32:49.211633 [ 278 ] {133d8855-3fbb-4510-8d79-0a105ba9436a} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.02.23 16:32:49.211834 [ 278 ] {133d8855-3fbb-4510-8d79-0a105ba9436a} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:32:49.211956 [ 278 ] {133d8855-3fbb-4510-8d79-0a105ba9436a} executeQuery: Read 107 rows, 8.95 KiB in 0.001155 sec., 92640.69264069264 rows/sec., 7.56 MiB/sec. 2026.02.23 16:32:49.211991 [ 278 ] {133d8855-3fbb-4510-8d79-0a105ba9436a} TCPHandler: Processed in 0.001314907 sec. 2026.02.23 16:32:49.212104 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:32:49.212197 [ 278 ] {7e027961-db73-4874-a85c-c73690afb963} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.23 16:32:49.212240 [ 278 ] {7e027961-db73-4874-a85c-c73690afb963} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.23 16:32:49.212638 [ 278 ] {7e027961-db73-4874-a85c-c73690afb963} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:32:49.212672 [ 278 ] {7e027961-db73-4874-a85c-c73690afb963} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2026.02.23 16:32:49.212988 [ 278 ] {7e027961-db73-4874-a85c-c73690afb963} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.02.23 16:32:49.213199 [ 278 ] {7e027961-db73-4874-a85c-c73690afb963} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:32:49.213322 [ 278 ] {7e027961-db73-4874-a85c-c73690afb963} executeQuery: Read 148 rows, 10.99 KiB in 0.001142 sec., 129597.19789842382 rows/sec., 9.40 MiB/sec. 2026.02.23 16:32:49.213358 [ 278 ] {7e027961-db73-4874-a85c-c73690afb963} TCPHandler: Processed in 0.001302127 sec. 2026.02.23 16:32:49.213466 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:32:49.213560 [ 278 ] {507a17f2-bd0f-4da3-995a-2c338f4ba3cc} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.23 16:32:49.213612 [ 278 ] {507a17f2-bd0f-4da3-995a-2c338f4ba3cc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.23 16:32:49.214398 [ 278 ] {507a17f2-bd0f-4da3-995a-2c338f4ba3cc} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:32:49.214435 [ 278 ] {507a17f2-bd0f-4da3-995a-2c338f4ba3cc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2026.02.23 16:32:49.214963 [ 278 ] {507a17f2-bd0f-4da3-995a-2c338f4ba3cc} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.02.23 16:32:49.215177 [ 278 ] {507a17f2-bd0f-4da3-995a-2c338f4ba3cc} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:32:49.215310 [ 278 ] {507a17f2-bd0f-4da3-995a-2c338f4ba3cc} executeQuery: Read 31 rows, 56.88 KiB in 0.001768 sec., 17533.93665158371 rows/sec., 31.42 MiB/sec. 2026.02.23 16:32:49.215367 [ 278 ] {507a17f2-bd0f-4da3-995a-2c338f4ba3cc} TCPHandler: Processed in 0.00195012 sec. 2026.02.23 16:32:49.215482 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:32:49.215576 [ 278 ] {90cb19d8-0af8-4ac7-8b30-a70ac0b85573} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.23 16:32:49.215617 [ 278 ] {90cb19d8-0af8-4ac7-8b30-a70ac0b85573} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.23 16:32:49.215945 [ 278 ] {90cb19d8-0af8-4ac7-8b30-a70ac0b85573} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:32:49.215980 [ 278 ] {90cb19d8-0af8-4ac7-8b30-a70ac0b85573} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2026.02.23 16:32:49.216274 [ 278 ] {90cb19d8-0af8-4ac7-8b30-a70ac0b85573} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.02.23 16:32:49.216480 [ 278 ] {90cb19d8-0af8-4ac7-8b30-a70ac0b85573} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:32:49.216603 [ 278 ] {90cb19d8-0af8-4ac7-8b30-a70ac0b85573} executeQuery: Read 40 rows, 2.73 KiB in 0.001046 sec., 38240.917782026765 rows/sec., 2.55 MiB/sec. 2026.02.23 16:32:49.216638 [ 278 ] {90cb19d8-0af8-4ac7-8b30-a70ac0b85573} TCPHandler: Processed in 0.001205375 sec. 2026.02.23 16:32:50.150811 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 6264 2026.02.23 16:32:50.151374 [ 244 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:32:50.151424 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2026.02.23 16:32:50.151962 [ 244 ] {} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.02.23 16:32:50.152188 [ 244 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:32:50.152311 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6264 2026.02.23 16:32:50.493204 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 98 2026.02.23 16:32:50.510109 [ 243 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:32:50.510180 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2026.02.23 16:32:50.516297 [ 243 ] {} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.02.23 16:32:50.517076 [ 243 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:32:50.520193 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 98 2026.02.23 16:32:52.660298 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 440 2026.02.23 16:32:52.662551 [ 242 ] {} system.query_log (b83b341e-dbaf-448e-9582-20b3e6cd291d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:32:52.662606 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2026.02.23 16:32:52.663763 [ 242 ] {} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.02.23 16:32:52.664028 [ 242 ] {} system.query_log (b83b341e-dbaf-448e-9582-20b3e6cd291d): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:32:52.664367 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 440 2026.02.23 16:32:54.199639 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:32:54.199821 [ 278 ] {3fd76f1a-5847-4520-a68f-ff9535f31ad8} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.23 16:32:54.199889 [ 278 ] {3fd76f1a-5847-4520-a68f-ff9535f31ad8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.23 16:32:54.200511 [ 278 ] {3fd76f1a-5847-4520-a68f-ff9535f31ad8} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:32:54.200561 [ 278 ] {3fd76f1a-5847-4520-a68f-ff9535f31ad8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2026.02.23 16:32:54.200970 [ 278 ] {3fd76f1a-5847-4520-a68f-ff9535f31ad8} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.02.23 16:32:54.201211 [ 278 ] {3fd76f1a-5847-4520-a68f-ff9535f31ad8} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:32:54.201362 [ 132 ] {} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.02.23 16:32:54.201370 [ 278 ] {3fd76f1a-5847-4520-a68f-ff9535f31ad8} executeQuery: Read 50 rows, 4.35 KiB in 0.001597 sec., 31308.703819661867 rows/sec., 2.66 MiB/sec. 2026.02.23 16:32:54.201433 [ 132 ] {} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:32:54.201460 [ 132 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2026.02.23 16:32:54.201462 [ 278 ] {3fd76f1a-5847-4520-a68f-ff9535f31ad8} TCPHandler: Processed in 0.0019515 sec. 2026.02.23 16:32:54.201582 [ 193 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2026.02.23 16:32:54.201597 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:32:54.201738 [ 193 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:32:54.201746 [ 278 ] {df5553b1-dd24-4599-be2c-9d776c449304} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.23 16:32:54.201780 [ 193 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 960 rows starting from the beginning of the part 2026.02.23 16:32:54.201801 [ 278 ] {df5553b1-dd24-4599-be2c-9d776c449304} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.23 16:32:54.201880 [ 193 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 52 rows starting from the beginning of the part 2026.02.23 16:32:54.201940 [ 193 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 92 rows starting from the beginning of the part 2026.02.23 16:32:54.201987 [ 193 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 50 rows starting from the beginning of the part 2026.02.23 16:32:54.202032 [ 193 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 214 rows starting from the beginning of the part 2026.02.23 16:32:54.202080 [ 193 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 50 rows starting from the beginning of the part 2026.02.23 16:32:54.202234 [ 278 ] {df5553b1-dd24-4599-be2c-9d776c449304} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:32:54.202280 [ 278 ] {df5553b1-dd24-4599-be2c-9d776c449304} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2026.02.23 16:32:54.202712 [ 278 ] {df5553b1-dd24-4599-be2c-9d776c449304} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.02.23 16:32:54.202945 [ 278 ] {df5553b1-dd24-4599-be2c-9d776c449304} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:32:54.203085 [ 278 ] {df5553b1-dd24-4599-be2c-9d776c449304} executeQuery: Read 10 rows, 770.00 B in 0.00137 sec., 7299.270072992701 rows/sec., 548.87 KiB/sec. 2026.02.23 16:32:54.203124 [ 278 ] {df5553b1-dd24-4599-be2c-9d776c449304} TCPHandler: Processed in 0.001578933 sec. 2026.02.23 16:32:54.203234 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:32:54.203340 [ 278 ] {dc342efd-c31a-4bcc-845e-df0c4d6c28a2} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.23 16:32:54.203356 [ 186 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 1418 rows, containing 5 columns (5 merged, 0 gathered) in 0.001827248 sec., 776030.40200345 rows/sec., 67.74 MiB/sec. 2026.02.23 16:32:54.203380 [ 278 ] {dc342efd-c31a-4bcc-845e-df0c4d6c28a2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.23 16:32:54.203571 [ 187 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.02.23 16:32:54.203810 [ 278 ] {dc342efd-c31a-4bcc-845e-df0c4d6c28a2} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:32:54.203819 [ 187 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_16_3} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:32:54.203846 [ 278 ] {dc342efd-c31a-4bcc-845e-df0c4d6c28a2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2026.02.23 16:32:54.203891 [ 187 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_16_3} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.02.23 16:32:54.203987 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.48 MiB. 2026.02.23 16:32:54.204152 [ 278 ] {dc342efd-c31a-4bcc-845e-df0c4d6c28a2} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.02.23 16:32:54.204355 [ 278 ] {dc342efd-c31a-4bcc-845e-df0c4d6c28a2} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:32:54.204478 [ 132 ] {} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.02.23 16:32:54.204482 [ 278 ] {dc342efd-c31a-4bcc-845e-df0c4d6c28a2} executeQuery: Read 46 rows, 3.68 KiB in 0.001162 sec., 39586.91910499139 rows/sec., 3.09 MiB/sec. 2026.02.23 16:32:54.204521 [ 132 ] {} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:32:54.204542 [ 278 ] {dc342efd-c31a-4bcc-845e-df0c4d6c28a2} TCPHandler: Processed in 0.001356558 sec. 2026.02.23 16:32:54.204547 [ 132 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2026.02.23 16:32:54.204636 [ 193 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2026.02.23 16:32:54.204662 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:32:54.204741 [ 193 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:32:54.204768 [ 278 ] {c30cd083-0f3b-4e29-ab55-b79334be8c26} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.23 16:32:54.204771 [ 193 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 559 rows starting from the beginning of the part 2026.02.23 16:32:54.204819 [ 278 ] {c30cd083-0f3b-4e29-ab55-b79334be8c26} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.23 16:32:54.204839 [ 193 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 50 rows starting from the beginning of the part 2026.02.23 16:32:54.204883 [ 193 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 67 rows starting from the beginning of the part 2026.02.23 16:32:54.204918 [ 193 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 46 rows starting from the beginning of the part 2026.02.23 16:32:54.204952 [ 193 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 107 rows starting from the beginning of the part 2026.02.23 16:32:54.204988 [ 193 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 46 rows starting from the beginning of the part 2026.02.23 16:32:54.205220 [ 278 ] {c30cd083-0f3b-4e29-ab55-b79334be8c26} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:32:54.205261 [ 278 ] {c30cd083-0f3b-4e29-ab55-b79334be8c26} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2026.02.23 16:32:54.205596 [ 278 ] {c30cd083-0f3b-4e29-ab55-b79334be8c26} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.02.23 16:32:54.205813 [ 278 ] {c30cd083-0f3b-4e29-ab55-b79334be8c26} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:32:54.205870 [ 198 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 875 rows, containing 5 columns (5 merged, 0 gathered) in 0.001266746 sec., 690746.2111583537 rows/sec., 54.12 MiB/sec. 2026.02.23 16:32:54.205937 [ 132 ] {} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.02.23 16:32:54.205940 [ 278 ] {c30cd083-0f3b-4e29-ab55-b79334be8c26} executeQuery: Read 110 rows, 7.86 KiB in 0.001191 sec., 92359.36188077246 rows/sec., 6.45 MiB/sec. 2026.02.23 16:32:54.205979 [ 132 ] {} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:32:54.205999 [ 278 ] {c30cd083-0f3b-4e29-ab55-b79334be8c26} TCPHandler: Processed in 0.001387228 sec. 2026.02.23 16:32:54.206006 [ 132 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2026.02.23 16:32:54.206056 [ 193 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.02.23 16:32:54.206102 [ 186 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2026.02.23 16:32:54.206125 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:32:54.206222 [ 186 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:32:54.206233 [ 278 ] {b169b135-6757-472d-88d1-30f5d2a3e891} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.23 16:32:54.206266 [ 186 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 1779 rows starting from the beginning of the part 2026.02.23 16:32:54.206297 [ 278 ] {b169b135-6757-472d-88d1-30f5d2a3e891} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.23 16:32:54.206336 [ 186 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 112 rows starting from the beginning of the part 2026.02.23 16:32:54.206336 [ 193 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_16_3} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:32:54.206390 [ 186 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 110 rows starting from the beginning of the part 2026.02.23 16:32:54.206430 [ 193 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_16_3} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.02.23 16:32:54.206443 [ 186 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 110 rows starting from the beginning of the part 2026.02.23 16:32:54.206490 [ 186 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 148 rows starting from the beginning of the part 2026.02.23 16:32:54.206517 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB. 2026.02.23 16:32:54.206528 [ 186 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 110 rows starting from the beginning of the part 2026.02.23 16:32:54.207037 [ 278 ] {b169b135-6757-472d-88d1-30f5d2a3e891} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:32:54.207078 [ 278 ] {b169b135-6757-472d-88d1-30f5d2a3e891} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2026.02.23 16:32:54.207620 [ 278 ] {b169b135-6757-472d-88d1-30f5d2a3e891} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.02.23 16:32:54.207676 [ 186 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 2369 rows, containing 5 columns (5 merged, 0 gathered) in 0.001611264 sec., 1470274.2691452177 rows/sec., 102.11 MiB/sec. 2026.02.23 16:32:54.207847 [ 278 ] {b169b135-6757-472d-88d1-30f5d2a3e891} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:32:54.207972 [ 193 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.02.23 16:32:54.207993 [ 278 ] {b169b135-6757-472d-88d1-30f5d2a3e891} executeQuery: Read 10 rows, 18.35 KiB in 0.001784 sec., 5605.3811659192825 rows/sec., 10.04 MiB/sec. 2026.02.23 16:32:54.208066 [ 278 ] {b169b135-6757-472d-88d1-30f5d2a3e891} TCPHandler: Processed in 0.001989481 sec. 2026.02.23 16:32:54.208175 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:32:54.208245 [ 193 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_16_3} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:32:54.208272 [ 278 ] {053853b3-6f04-482b-8d53-f8786b74ee05} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.23 16:32:54.208318 [ 193 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_16_3} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.02.23 16:32:54.208319 [ 278 ] {053853b3-6f04-482b-8d53-f8786b74ee05} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.23 16:32:54.208401 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.61 MiB. 2026.02.23 16:32:54.208673 [ 278 ] {053853b3-6f04-482b-8d53-f8786b74ee05} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:32:54.208713 [ 278 ] {053853b3-6f04-482b-8d53-f8786b74ee05} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2026.02.23 16:32:54.209020 [ 278 ] {053853b3-6f04-482b-8d53-f8786b74ee05} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.02.23 16:32:54.209234 [ 278 ] {053853b3-6f04-482b-8d53-f8786b74ee05} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:32:54.209358 [ 132 ] {} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.02.23 16:32:54.209361 [ 278 ] {053853b3-6f04-482b-8d53-f8786b74ee05} executeQuery: Read 40 rows, 2.73 KiB in 0.001109 sec., 36068.53020739405 rows/sec., 2.41 MiB/sec. 2026.02.23 16:32:54.209399 [ 132 ] {} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:32:54.209420 [ 278 ] {053853b3-6f04-482b-8d53-f8786b74ee05} TCPHandler: Processed in 0.001293586 sec. 2026.02.23 16:32:54.209425 [ 132 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2026.02.23 16:32:54.209517 [ 194 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2026.02.23 16:32:54.209614 [ 194 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:32:54.209643 [ 194 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 480 rows starting from the beginning of the part 2026.02.23 16:32:54.209698 [ 194 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::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.02.23 16:32:54.209742 [ 194 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::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.02.23 16:32:54.209778 [ 194 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::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.02.23 16:32:54.209812 [ 194 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::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.02.23 16:32:54.209845 [ 194 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::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.02.23 16:32:54.210657 [ 193 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 680 rows, containing 4 columns (4 merged, 0 gathered) in 0.001169204 sec., 581592.2627702266 rows/sec., 37.19 MiB/sec. 2026.02.23 16:32:54.210819 [ 194 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.02.23 16:32:54.211071 [ 194 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_16_3} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:32:54.211141 [ 194 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_16_3} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.02.23 16:32:54.211204 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. 2026.02.23 16:32:57.567438 [ 129 ] {} DNSResolver: Updating DNS cache 2026.02.23 16:32:57.567507 [ 129 ] {} DNSResolver: Updated DNS cache 2026.02.23 16:32:57.652488 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 6712 2026.02.23 16:32:57.653173 [ 244 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:32:57.653218 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2026.02.23 16:32:57.653758 [ 244 ] {} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.02.23 16:32:57.654001 [ 244 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:32:57.654144 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6712 2026.02.23 16:32:58.020365 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 106 2026.02.23 16:32:58.037125 [ 243 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:32:58.037193 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2026.02.23 16:32:58.042484 [ 243 ] {} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.02.23 16:32:58.043162 [ 243 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:32:58.046109 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 106 2026.02.23 16:32:59.201261 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:32:59.201537 [ 278 ] {6cd506c6-9866-413e-ab8f-4cf2789d0f2e} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.23 16:32:59.201638 [ 278 ] {6cd506c6-9866-413e-ab8f-4cf2789d0f2e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.23 16:32:59.202507 [ 278 ] {6cd506c6-9866-413e-ab8f-4cf2789d0f2e} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:32:59.202552 [ 278 ] {6cd506c6-9866-413e-ab8f-4cf2789d0f2e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2026.02.23 16:32:59.202946 [ 278 ] {6cd506c6-9866-413e-ab8f-4cf2789d0f2e} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.02.23 16:32:59.203171 [ 278 ] {6cd506c6-9866-413e-ab8f-4cf2789d0f2e} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:32:59.203323 [ 278 ] {6cd506c6-9866-413e-ab8f-4cf2789d0f2e} executeQuery: Read 92 rows, 8.21 KiB in 0.001863 sec., 49382.71604938272 rows/sec., 4.30 MiB/sec. 2026.02.23 16:32:59.203369 [ 278 ] {6cd506c6-9866-413e-ab8f-4cf2789d0f2e} TCPHandler: Processed in 0.002283767 sec. 2026.02.23 16:32:59.203502 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:32:59.203601 [ 278 ] {bdfc1e57-aa74-41c2-b50b-1b4f5fa5876a} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.23 16:32:59.203648 [ 278 ] {bdfc1e57-aa74-41c2-b50b-1b4f5fa5876a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.23 16:32:59.204161 [ 278 ] {bdfc1e57-aa74-41c2-b50b-1b4f5fa5876a} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:32:59.204212 [ 278 ] {bdfc1e57-aa74-41c2-b50b-1b4f5fa5876a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2026.02.23 16:32:59.204607 [ 278 ] {bdfc1e57-aa74-41c2-b50b-1b4f5fa5876a} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.02.23 16:32:59.204849 [ 278 ] {bdfc1e57-aa74-41c2-b50b-1b4f5fa5876a} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:32:59.204961 [ 128 ] {} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.02.23 16:32:59.204982 [ 278 ] {bdfc1e57-aa74-41c2-b50b-1b4f5fa5876a} executeQuery: Read 31 rows, 2.33 KiB in 0.001403 sec., 22095.509622238063 rows/sec., 1.62 MiB/sec. 2026.02.23 16:32:59.205031 [ 128 ] {} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:32:59.205040 [ 278 ] {bdfc1e57-aa74-41c2-b50b-1b4f5fa5876a} TCPHandler: Processed in 0.001587942 sec. 2026.02.23 16:32:59.205067 [ 128 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2026.02.23 16:32:59.205175 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:32:59.205187 [ 196 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2026.02.23 16:32:59.205278 [ 278 ] {469e7148-af45-49cd-b2df-4b7fa202445e} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.23 16:32:59.205321 [ 196 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:32:59.205323 [ 278 ] {469e7148-af45-49cd-b2df-4b7fa202445e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.23 16:32:59.205375 [ 196 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 211 rows starting from the beginning of the part 2026.02.23 16:32:59.205475 [ 196 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 31 rows starting from the beginning of the part 2026.02.23 16:32:59.205527 [ 196 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 10 rows starting from the beginning of the part 2026.02.23 16:32:59.205573 [ 196 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 47 rows starting from the beginning of the part 2026.02.23 16:32:59.205617 [ 196 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 10 rows starting from the beginning of the part 2026.02.23 16:32:59.205662 [ 196 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 31 rows starting from the beginning of the part 2026.02.23 16:32:59.205778 [ 278 ] {469e7148-af45-49cd-b2df-4b7fa202445e} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:32:59.205822 [ 278 ] {469e7148-af45-49cd-b2df-4b7fa202445e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2026.02.23 16:32:59.206156 [ 278 ] {469e7148-af45-49cd-b2df-4b7fa202445e} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.02.23 16:32:59.206395 [ 278 ] {469e7148-af45-49cd-b2df-4b7fa202445e} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:32:59.206525 [ 278 ] {469e7148-af45-49cd-b2df-4b7fa202445e} executeQuery: Read 67 rows, 5.36 KiB in 0.001267 sec., 52880.82083662195 rows/sec., 4.13 MiB/sec. 2026.02.23 16:32:59.206558 [ 194 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 340 rows, containing 5 columns (5 merged, 0 gathered) in 0.001417999 sec., 239774.49913575395 rows/sec., 17.06 MiB/sec. 2026.02.23 16:32:59.206563 [ 278 ] {469e7148-af45-49cd-b2df-4b7fa202445e} TCPHandler: Processed in 0.00144272 sec. 2026.02.23 16:32:59.206725 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:32:59.206791 [ 193 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.02.23 16:32:59.206830 [ 278 ] {bffa10c7-b654-44cc-a711-d5190c6391f9} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.23 16:32:59.206878 [ 278 ] {bffa10c7-b654-44cc-a711-d5190c6391f9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.23 16:32:59.207126 [ 193 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_16_3} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:32:59.207213 [ 193 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_16_3} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.02.23 16:32:59.207268 [ 278 ] {bffa10c7-b654-44cc-a711-d5190c6391f9} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:32:59.207308 [ 278 ] {bffa10c7-b654-44cc-a711-d5190c6391f9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2026.02.23 16:32:59.207318 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. 2026.02.23 16:32:59.207632 [ 278 ] {bffa10c7-b654-44cc-a711-d5190c6391f9} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.02.23 16:32:59.207852 [ 278 ] {bffa10c7-b654-44cc-a711-d5190c6391f9} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:32:59.207975 [ 278 ] {bffa10c7-b654-44cc-a711-d5190c6391f9} executeQuery: Read 110 rows, 7.86 KiB in 0.001166 sec., 94339.62264150944 rows/sec., 6.58 MiB/sec. 2026.02.23 16:32:59.208011 [ 278 ] {bffa10c7-b654-44cc-a711-d5190c6391f9} TCPHandler: Processed in 0.001333357 sec. 2026.02.23 16:32:59.208123 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:32:59.208225 [ 278 ] {0790998c-8ae1-4d6d-9957-116db42f9cf5} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.23 16:32:59.208277 [ 278 ] {0790998c-8ae1-4d6d-9957-116db42f9cf5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.23 16:32:59.209095 [ 278 ] {0790998c-8ae1-4d6d-9957-116db42f9cf5} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:32:59.209132 [ 278 ] {0790998c-8ae1-4d6d-9957-116db42f9cf5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2026.02.23 16:32:59.209677 [ 278 ] {0790998c-8ae1-4d6d-9957-116db42f9cf5} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.02.23 16:32:59.209913 [ 278 ] {0790998c-8ae1-4d6d-9957-116db42f9cf5} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:32:59.210021 [ 128 ] {} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.02.23 16:32:59.210049 [ 278 ] {0790998c-8ae1-4d6d-9957-116db42f9cf5} executeQuery: Read 31 rows, 56.88 KiB in 0.001842 sec., 16829.533116178067 rows/sec., 30.16 MiB/sec. 2026.02.23 16:32:59.210052 [ 128 ] {} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:32:59.210088 [ 128 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2026.02.23 16:32:59.210115 [ 278 ] {0790998c-8ae1-4d6d-9957-116db42f9cf5} TCPHandler: Processed in 0.002040702 sec. 2026.02.23 16:32:59.210154 [ 196 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2026.02.23 16:32:59.210235 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:32:59.210344 [ 278 ] {0d8fe826-6d83-4b34-a13b-6a5d5e7bf8c8} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.23 16:32:59.210384 [ 196 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:32:59.210386 [ 278 ] {0d8fe826-6d83-4b34-a13b-6a5d5e7bf8c8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.23 16:32:59.210451 [ 196 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 126 rows starting from the beginning of the part 2026.02.23 16:32:59.210587 [ 196 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 31 rows starting from the beginning of the part 2026.02.23 16:32:59.210714 [ 196 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 10 rows starting from the beginning of the part 2026.02.23 16:32:59.210744 [ 278 ] {0d8fe826-6d83-4b34-a13b-6a5d5e7bf8c8} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:32:59.210783 [ 278 ] {0d8fe826-6d83-4b34-a13b-6a5d5e7bf8c8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2026.02.23 16:32:59.210834 [ 196 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 31 rows starting from the beginning of the part 2026.02.23 16:32:59.210959 [ 196 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 10 rows starting from the beginning of the part 2026.02.23 16:32:59.211074 [ 196 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 31 rows starting from the beginning of the part 2026.02.23 16:32:59.211100 [ 278 ] {0d8fe826-6d83-4b34-a13b-6a5d5e7bf8c8} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.02.23 16:32:59.211327 [ 278 ] {0d8fe826-6d83-4b34-a13b-6a5d5e7bf8c8} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:32:59.211465 [ 278 ] {0d8fe826-6d83-4b34-a13b-6a5d5e7bf8c8} executeQuery: Read 40 rows, 2.73 KiB in 0.001139 sec., 35118.52502194908 rows/sec., 2.34 MiB/sec. 2026.02.23 16:32:59.211502 [ 278 ] {0d8fe826-6d83-4b34-a13b-6a5d5e7bf8c8} TCPHandler: Processed in 0.001315257 sec. 2026.02.23 16:32:59.217936 [ 192 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 239 rows, containing 19 columns (19 merged, 0 gathered) in 0.00780931 sec., 30604.496427981474 rows/sec., 54.84 MiB/sec. 2026.02.23 16:32:59.218359 [ 196 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.02.23 16:32:59.218666 [ 196 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_11_2} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:32:59.218737 [ 196 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_11_2} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.02.23 16:32:59.218815 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.50 MiB. 2026.02.23 16:33:02.664722 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 464 2026.02.23 16:33:02.666839 [ 242 ] {} system.query_log (b83b341e-dbaf-448e-9582-20b3e6cd291d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:33:02.666888 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2026.02.23 16:33:02.668048 [ 242 ] {} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.02.23 16:33:02.668321 [ 242 ] {} system.query_log (b83b341e-dbaf-448e-9582-20b3e6cd291d): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:33:02.668661 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 464 2026.02.23 16:33:04.201866 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:33:04.202057 [ 278 ] {0b128d74-a296-4bf5-9e4f-76ffe0dbaa40} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.02.23 16:33:04.202125 [ 278 ] {0b128d74-a296-4bf5-9e4f-76ffe0dbaa40} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.02.23 16:33:04.202798 [ 278 ] {0b128d74-a296-4bf5-9e4f-76ffe0dbaa40} oximeter.fields_ipaddr (aca7842a-9245-4e3c-8c67-e3828bf88048): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:33:04.202847 [ 278 ] {0b128d74-a296-4bf5-9e4f-76ffe0dbaa40} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2026.02.23 16:33:04.203264 [ 278 ] {0b128d74-a296-4bf5-9e4f-76ffe0dbaa40} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.02.23 16:33:04.203489 [ 278 ] {0b128d74-a296-4bf5-9e4f-76ffe0dbaa40} oximeter.fields_ipaddr (aca7842a-9245-4e3c-8c67-e3828bf88048): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:33:04.203640 [ 278 ] {0b128d74-a296-4bf5-9e4f-76ffe0dbaa40} executeQuery: Read 4 rows, 334.00 B in 0.001634 sec., 2447.980416156671 rows/sec., 199.62 KiB/sec. 2026.02.23 16:33:04.203687 [ 278 ] {0b128d74-a296-4bf5-9e4f-76ffe0dbaa40} TCPHandler: Processed in 0.00195255 sec. 2026.02.23 16:33:04.203815 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:33:04.203916 [ 278 ] {a9b4bd7a-ce83-418a-85f6-b060ea155ed0} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.23 16:33:04.203959 [ 278 ] {a9b4bd7a-ce83-418a-85f6-b060ea155ed0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.23 16:33:04.204415 [ 278 ] {a9b4bd7a-ce83-418a-85f6-b060ea155ed0} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:33:04.204455 [ 278 ] {a9b4bd7a-ce83-418a-85f6-b060ea155ed0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2026.02.23 16:33:04.204765 [ 278 ] {a9b4bd7a-ce83-418a-85f6-b060ea155ed0} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.02.23 16:33:04.204985 [ 278 ] {a9b4bd7a-ce83-418a-85f6-b060ea155ed0} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:33:04.205129 [ 278 ] {a9b4bd7a-ce83-418a-85f6-b060ea155ed0} executeQuery: Read 78 rows, 6.56 KiB in 0.001236 sec., 63106.79611650486 rows/sec., 5.18 MiB/sec. 2026.02.23 16:33:04.205167 [ 278 ] {a9b4bd7a-ce83-418a-85f6-b060ea155ed0} TCPHandler: Processed in 0.001404038 sec. 2026.02.23 16:33:04.205294 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:33:04.205391 [ 278 ] {a87423ce-21a9-4876-ae82-deaed8844486} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.23 16:33:04.205430 [ 278 ] {a87423ce-21a9-4876-ae82-deaed8844486} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.23 16:33:04.205835 [ 278 ] {a87423ce-21a9-4876-ae82-deaed8844486} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:33:04.205872 [ 278 ] {a87423ce-21a9-4876-ae82-deaed8844486} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2026.02.23 16:33:04.206165 [ 278 ] {a87423ce-21a9-4876-ae82-deaed8844486} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.02.23 16:33:04.206375 [ 278 ] {a87423ce-21a9-4876-ae82-deaed8844486} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:33:04.206499 [ 278 ] {a87423ce-21a9-4876-ae82-deaed8844486} executeQuery: Read 14 rows, 1.03 KiB in 0.001128 sec., 12411.347517730495 rows/sec., 914.23 KiB/sec. 2026.02.23 16:33:04.206536 [ 278 ] {a87423ce-21a9-4876-ae82-deaed8844486} TCPHandler: Processed in 0.001291067 sec. 2026.02.23 16:33:04.206647 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:33:04.206741 [ 278 ] {d1887c37-4f1e-400e-9f57-dc62dabed555} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.23 16:33:04.206780 [ 278 ] {d1887c37-4f1e-400e-9f57-dc62dabed555} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.23 16:33:04.207186 [ 278 ] {d1887c37-4f1e-400e-9f57-dc62dabed555} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:33:04.207222 [ 278 ] {d1887c37-4f1e-400e-9f57-dc62dabed555} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2026.02.23 16:33:04.207524 [ 278 ] {d1887c37-4f1e-400e-9f57-dc62dabed555} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.02.23 16:33:04.207747 [ 278 ] {d1887c37-4f1e-400e-9f57-dc62dabed555} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:33:04.207883 [ 278 ] {d1887c37-4f1e-400e-9f57-dc62dabed555} executeQuery: Read 78 rows, 6.24 KiB in 0.001159 sec., 67299.39603106126 rows/sec., 5.26 MiB/sec. 2026.02.23 16:33:04.207920 [ 278 ] {d1887c37-4f1e-400e-9f57-dc62dabed555} TCPHandler: Processed in 0.001321267 sec. 2026.02.23 16:33:04.208034 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:33:04.208126 [ 278 ] {dba16e8b-9483-4983-b10f-46bf6c67e293} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.23 16:33:04.208168 [ 278 ] {dba16e8b-9483-4983-b10f-46bf6c67e293} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.23 16:33:04.208576 [ 278 ] {dba16e8b-9483-4983-b10f-46bf6c67e293} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:33:04.208611 [ 278 ] {dba16e8b-9483-4983-b10f-46bf6c67e293} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2026.02.23 16:33:04.208950 [ 278 ] {dba16e8b-9483-4983-b10f-46bf6c67e293} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.02.23 16:33:04.209170 [ 278 ] {dba16e8b-9483-4983-b10f-46bf6c67e293} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:33:04.209304 [ 278 ] {dba16e8b-9483-4983-b10f-46bf6c67e293} executeQuery: Read 162 rows, 11.55 KiB in 0.001196 sec., 135451.5050167224 rows/sec., 9.43 MiB/sec. 2026.02.23 16:33:04.209341 [ 278 ] {dba16e8b-9483-4983-b10f-46bf6c67e293} TCPHandler: Processed in 0.001355879 sec. 2026.02.23 16:33:04.209453 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:33:04.209544 [ 278 ] {d65c2b8a-fd27-4c65-b87d-d25baed97f76} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.23 16:33:04.209597 [ 278 ] {d65c2b8a-fd27-4c65-b87d-d25baed97f76} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.23 16:33:04.210318 [ 278 ] {d65c2b8a-fd27-4c65-b87d-d25baed97f76} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:33:04.210356 [ 278 ] {d65c2b8a-fd27-4c65-b87d-d25baed97f76} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2026.02.23 16:33:04.210876 [ 278 ] {d65c2b8a-fd27-4c65-b87d-d25baed97f76} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.02.23 16:33:04.211099 [ 278 ] {d65c2b8a-fd27-4c65-b87d-d25baed97f76} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:33:04.211237 [ 278 ] {d65c2b8a-fd27-4c65-b87d-d25baed97f76} executeQuery: Read 10 rows, 18.35 KiB in 0.001709 sec., 5851.375073142189 rows/sec., 10.49 MiB/sec. 2026.02.23 16:33:04.211297 [ 278 ] {d65c2b8a-fd27-4c65-b87d-d25baed97f76} TCPHandler: Processed in 0.001893249 sec. 2026.02.23 16:33:04.211408 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:33:04.211505 [ 278 ] {d9917bd8-ffc8-45a2-9e06-80e40df36964} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.23 16:33:04.211548 [ 278 ] {d9917bd8-ffc8-45a2-9e06-80e40df36964} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.23 16:33:04.211891 [ 278 ] {d9917bd8-ffc8-45a2-9e06-80e40df36964} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:33:04.211927 [ 278 ] {d9917bd8-ffc8-45a2-9e06-80e40df36964} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2026.02.23 16:33:04.212231 [ 278 ] {d9917bd8-ffc8-45a2-9e06-80e40df36964} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.02.23 16:33:04.212441 [ 278 ] {d9917bd8-ffc8-45a2-9e06-80e40df36964} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:33:04.212579 [ 278 ] {d9917bd8-ffc8-45a2-9e06-80e40df36964} executeQuery: Read 60 rows, 4.14 KiB in 0.001093 sec., 54894.784995425434 rows/sec., 3.70 MiB/sec. 2026.02.23 16:33:04.212614 [ 278 ] {d9917bd8-ffc8-45a2-9e06-80e40df36964} TCPHandler: Processed in 0.001254756 sec. 2026.02.23 16:33:05.154206 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 7224 2026.02.23 16:33:05.154689 [ 244 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:33:05.154729 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2026.02.23 16:33:05.155197 [ 244 ] {} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.02.23 16:33:05.155420 [ 244 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:33:05.155546 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7224 2026.02.23 16:33:05.546168 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 113 2026.02.23 16:33:05.562541 [ 243 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:33:05.562605 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2026.02.23 16:33:05.568295 [ 243 ] {} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.02.23 16:33:05.568994 [ 243 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:33:05.571627 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 113 2026.02.23 16:33:09.202783 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:33:09.202979 [ 278 ] {9038dabd-8f2c-4662-9dfb-8000ec78de85} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.23 16:33:09.203048 [ 278 ] {9038dabd-8f2c-4662-9dfb-8000ec78de85} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.23 16:33:09.203743 [ 278 ] {9038dabd-8f2c-4662-9dfb-8000ec78de85} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:33:09.203797 [ 278 ] {9038dabd-8f2c-4662-9dfb-8000ec78de85} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2026.02.23 16:33:09.204210 [ 278 ] {9038dabd-8f2c-4662-9dfb-8000ec78de85} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.02.23 16:33:09.204437 [ 278 ] {9038dabd-8f2c-4662-9dfb-8000ec78de85} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:33:09.204595 [ 278 ] {9038dabd-8f2c-4662-9dfb-8000ec78de85} executeQuery: Read 118 rows, 10.27 KiB in 0.001665 sec., 70870.87087087087 rows/sec., 6.02 MiB/sec. 2026.02.23 16:33:09.204651 [ 278 ] {9038dabd-8f2c-4662-9dfb-8000ec78de85} TCPHandler: Processed in 0.001999351 sec. 2026.02.23 16:33:09.204797 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:33:09.204911 [ 278 ] {0b6ee04b-0037-4b83-abc3-54bebda390b8} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.23 16:33:09.204967 [ 278 ] {0b6ee04b-0037-4b83-abc3-54bebda390b8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.23 16:33:09.205428 [ 278 ] {0b6ee04b-0037-4b83-abc3-54bebda390b8} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:33:09.205467 [ 278 ] {0b6ee04b-0037-4b83-abc3-54bebda390b8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2026.02.23 16:33:09.205848 [ 278 ] {0b6ee04b-0037-4b83-abc3-54bebda390b8} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.02.23 16:33:09.206072 [ 278 ] {0b6ee04b-0037-4b83-abc3-54bebda390b8} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:33:09.206214 [ 278 ] {0b6ee04b-0037-4b83-abc3-54bebda390b8} executeQuery: Read 31 rows, 2.33 KiB in 0.001327 sec., 23360.964581763375 rows/sec., 1.72 MiB/sec. 2026.02.23 16:33:09.206254 [ 278 ] {0b6ee04b-0037-4b83-abc3-54bebda390b8} TCPHandler: Processed in 0.001516441 sec. 2026.02.23 16:33:09.206369 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:33:09.206465 [ 278 ] {f0ade849-4505-473c-a05a-8e140714ab68} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.23 16:33:09.206507 [ 278 ] {f0ade849-4505-473c-a05a-8e140714ab68} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.23 16:33:09.206939 [ 278 ] {f0ade849-4505-473c-a05a-8e140714ab68} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:33:09.206976 [ 278 ] {f0ade849-4505-473c-a05a-8e140714ab68} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2026.02.23 16:33:09.207277 [ 278 ] {f0ade849-4505-473c-a05a-8e140714ab68} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.02.23 16:33:09.207480 [ 278 ] {f0ade849-4505-473c-a05a-8e140714ab68} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:33:09.207605 [ 278 ] {f0ade849-4505-473c-a05a-8e140714ab68} executeQuery: Read 95 rows, 7.60 KiB in 0.001158 sec., 82037.99654576858 rows/sec., 6.41 MiB/sec. 2026.02.23 16:33:09.207642 [ 278 ] {f0ade849-4505-473c-a05a-8e140714ab68} TCPHandler: Processed in 0.001322907 sec. 2026.02.23 16:33:09.207759 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:33:09.207854 [ 278 ] {1997cacd-1f40-4580-b15f-04c91480ed2f} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.23 16:33:09.207897 [ 278 ] {1997cacd-1f40-4580-b15f-04c91480ed2f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.23 16:33:09.208310 [ 278 ] {1997cacd-1f40-4580-b15f-04c91480ed2f} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:33:09.208346 [ 278 ] {1997cacd-1f40-4580-b15f-04c91480ed2f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2026.02.23 16:33:09.208672 [ 278 ] {1997cacd-1f40-4580-b15f-04c91480ed2f} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.02.23 16:33:09.208877 [ 278 ] {1997cacd-1f40-4580-b15f-04c91480ed2f} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:33:09.209002 [ 278 ] {1997cacd-1f40-4580-b15f-04c91480ed2f} executeQuery: Read 160 rows, 11.41 KiB in 0.001167 sec., 137103.68466152527 rows/sec., 9.55 MiB/sec. 2026.02.23 16:33:09.209040 [ 278 ] {1997cacd-1f40-4580-b15f-04c91480ed2f} TCPHandler: Processed in 0.001329398 sec. 2026.02.23 16:33:09.209168 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:33:09.209261 [ 278 ] {12db3c3e-5d90-4f70-96f3-fb0f4bbe683d} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.23 16:33:09.209315 [ 278 ] {12db3c3e-5d90-4f70-96f3-fb0f4bbe683d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.23 16:33:09.210116 [ 278 ] {12db3c3e-5d90-4f70-96f3-fb0f4bbe683d} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:33:09.210153 [ 278 ] {12db3c3e-5d90-4f70-96f3-fb0f4bbe683d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2026.02.23 16:33:09.210670 [ 278 ] {12db3c3e-5d90-4f70-96f3-fb0f4bbe683d} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.02.23 16:33:09.210903 [ 278 ] {12db3c3e-5d90-4f70-96f3-fb0f4bbe683d} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:33:09.211038 [ 278 ] {12db3c3e-5d90-4f70-96f3-fb0f4bbe683d} executeQuery: Read 31 rows, 56.88 KiB in 0.001795 sec., 17270.194986072423 rows/sec., 30.95 MiB/sec. 2026.02.23 16:33:09.211090 [ 278 ] {12db3c3e-5d90-4f70-96f3-fb0f4bbe683d} TCPHandler: Processed in 0.00197261 sec. 2026.02.23 16:33:09.211209 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:33:09.211303 [ 278 ] {88344259-fc93-43ed-917f-bc08b6beb898} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.23 16:33:09.211345 [ 278 ] {88344259-fc93-43ed-917f-bc08b6beb898} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.23 16:33:09.211675 [ 278 ] {88344259-fc93-43ed-917f-bc08b6beb898} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:33:09.211711 [ 278 ] {88344259-fc93-43ed-917f-bc08b6beb898} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2026.02.23 16:33:09.212012 [ 278 ] {88344259-fc93-43ed-917f-bc08b6beb898} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.02.23 16:33:09.212218 [ 278 ] {88344259-fc93-43ed-917f-bc08b6beb898} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:33:09.212345 [ 278 ] {88344259-fc93-43ed-917f-bc08b6beb898} executeQuery: Read 60 rows, 4.14 KiB in 0.00106 sec., 56603.77358490566 rows/sec., 3.81 MiB/sec. 2026.02.23 16:33:09.212381 [ 278 ] {88344259-fc93-43ed-917f-bc08b6beb898} TCPHandler: Processed in 0.001221896 sec. 2026.02.23 16:33:10.998112 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56278 2026.02.23 16:33:10.998229 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:33:10.998257 [ 289 ] {} TCP-Session: 7601dd21-bf4e-43d3-82b0-f0a3fa0c634e Authenticating user 'default' from [fd00:1122:3344:101::e]:56278 2026.02.23 16:33:10.998281 [ 289 ] {} TCP-Session: 7601dd21-bf4e-43d3-82b0-f0a3fa0c634e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:33:10.998294 [ 289 ] {} TCP-Session: 7601dd21-bf4e-43d3-82b0-f0a3fa0c634e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:33:10.998536 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41472 2026.02.23 16:33:10.998559 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36561 2026.02.23 16:33:10.998580 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50015 2026.02.23 16:33:10.998605 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48374 2026.02.23 16:33:10.998615 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51232 2026.02.23 16:33:10.998663 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:33:10.998673 [ 289 ] {} TCP-Session: 7601dd21-bf4e-43d3-82b0-f0a3fa0c634e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:33:10.998702 [ 290 ] {} TCP-Session: fed62231-9f55-4bfb-b4c8-426ea4327edf Authenticating user 'default' from [fd00:1122:3344:101::e]:41472 2026.02.23 16:33:10.998595 [ 274 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62822 2026.02.23 16:33:10.998736 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:33:10.998557 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63591 2026.02.23 16:33:10.998795 [ 294 ] {} TCP-Session: 7867d2de-1e1e-480d-a284-97862a0e1a83 Authenticating user 'default' from [fd00:1122:3344:101::e]:50015 2026.02.23 16:33:10.998818 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:33:10.998834 [ 294 ] {} TCP-Session: 7867d2de-1e1e-480d-a284-97862a0e1a83 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:33:10.998566 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36407 2026.02.23 16:33:10.998851 [ 294 ] {} TCP-Session: 7867d2de-1e1e-480d-a284-97862a0e1a83 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:33:10.998875 [ 289 ] {8b2db1f0-9ff1-4864-a8da-0e912a9a2104} executeQuery: (from [fd00:1122:3344:101::e]:56278) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.02.23 16:33:10.998852 [ 286 ] {} TCP-Session: a5ffb0fa-0984-4edb-b5da-a08435b91a75 Authenticating user 'default' from [fd00:1122:3344:101::e]:48374 2026.02.23 16:33:10.998740 [ 290 ] {} TCP-Session: fed62231-9f55-4bfb-b4c8-426ea4327edf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:33:10.998940 [ 286 ] {} TCP-Session: a5ffb0fa-0984-4edb-b5da-a08435b91a75 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:33:10.998950 [ 290 ] {} TCP-Session: fed62231-9f55-4bfb-b4c8-426ea4327edf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:33:10.998958 [ 286 ] {} TCP-Session: a5ffb0fa-0984-4edb-b5da-a08435b91a75 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:33:10.998981 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:33:10.998985 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:33:10.999029 [ 292 ] {} TCP-Session: c7fc098f-ad8a-463b-a370-db59be9117a3 Authenticating user 'default' from [fd00:1122:3344:101::e]:36561 2026.02.23 16:33:10.999043 [ 291 ] {} TCP-Session: 8db0b963-516a-49c6-a2f3-078a31ace654 Authenticating user 'default' from [fd00:1122:3344:101::e]:63591 2026.02.23 16:33:10.999062 [ 292 ] {} TCP-Session: c7fc098f-ad8a-463b-a370-db59be9117a3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:33:10.999074 [ 291 ] {} TCP-Session: 8db0b963-516a-49c6-a2f3-078a31ace654 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:33:10.999084 [ 274 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:33:10.999097 [ 291 ] {} TCP-Session: 8db0b963-516a-49c6-a2f3-078a31ace654 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:33:10.999085 [ 292 ] {} TCP-Session: c7fc098f-ad8a-463b-a370-db59be9117a3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:33:10.999121 [ 274 ] {} TCP-Session: 00c3f7f8-0f8e-43a6-b6e0-8565257f943b Authenticating user 'default' from [fd00:1122:3344:101::e]:62822 2026.02.23 16:33:10.999083 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:33:10.999156 [ 274 ] {} TCP-Session: 00c3f7f8-0f8e-43a6-b6e0-8565257f943b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:33:10.999175 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:33:10.999184 [ 274 ] {} TCP-Session: 00c3f7f8-0f8e-43a6-b6e0-8565257f943b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:33:10.999184 [ 293 ] {} TCP-Session: 29d89382-0cc2-483a-8a38-a48a48d8c18e Authenticating user 'default' from [fd00:1122:3344:101::e]:36407 2026.02.23 16:33:10.999212 [ 287 ] {} TCP-Session: 954c453f-101c-461c-bd44-2e53084a4c7a Authenticating user 'default' from [fd00:1122:3344:101::e]:51232 2026.02.23 16:33:10.999226 [ 289 ] {8b2db1f0-9ff1-4864-a8da-0e912a9a2104} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.02.23 16:33:10.999232 [ 293 ] {} TCP-Session: 29d89382-0cc2-483a-8a38-a48a48d8c18e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:33:10.999243 [ 287 ] {} TCP-Session: 954c453f-101c-461c-bd44-2e53084a4c7a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:33:10.999266 [ 293 ] {} TCP-Session: 29d89382-0cc2-483a-8a38-a48a48d8c18e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:33:10.999280 [ 287 ] {} TCP-Session: 954c453f-101c-461c-bd44-2e53084a4c7a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:33:10.999294 [ 289 ] {8b2db1f0-9ff1-4864-a8da-0e912a9a2104} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.23 16:33:10.999617 [ 289 ] {8b2db1f0-9ff1-4864-a8da-0e912a9a2104} oximeter.version (5b0048b8-9e05-4abf-ab1d-311c7f35e206) (SelectExecutor): Key condition: unknown 2026.02.23 16:33:11.000761 [ 303 ] {8b2db1f0-9ff1-4864-a8da-0e912a9a2104} AggregatingTransform: Aggregating 2026.02.23 16:33:11.000804 [ 303 ] {8b2db1f0-9ff1-4864-a8da-0e912a9a2104} Aggregator: Aggregation method: without_key 2026.02.23 16:33:11.000840 [ 303 ] {8b2db1f0-9ff1-4864-a8da-0e912a9a2104} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001118853 sec. (893.772 rows/sec., 34.91 KiB/sec.) 2026.02.23 16:33:11.000860 [ 303 ] {8b2db1f0-9ff1-4864-a8da-0e912a9a2104} Aggregator: Merging aggregated data 2026.02.23 16:33:11.002339 [ 289 ] {8b2db1f0-9ff1-4864-a8da-0e912a9a2104} executeQuery: Read 1 rows, 40.00 B in 0.003521 sec., 284.0102243680773 rows/sec., 11.09 KiB/sec. 2026.02.23 16:33:11.002547 [ 289 ] {8b2db1f0-9ff1-4864-a8da-0e912a9a2104} TCPHandler: Processed in 0.004026363 sec. 2026.02.23 16:33:11.002651 [ 289 ] {} TCPHandler: Done processing connection. 2026.02.23 16:33:11.002682 [ 287 ] {} TCPHandler: Done processing connection. 2026.02.23 16:33:11.002695 [ 289 ] {} TCP-Session: 7601dd21-bf4e-43d3-82b0-f0a3fa0c634e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:33:11.002712 [ 290 ] {} TCPHandler: Done processing connection. 2026.02.23 16:33:11.002725 [ 287 ] {} TCP-Session: 954c453f-101c-461c-bd44-2e53084a4c7a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:33:11.002744 [ 291 ] {} TCPHandler: Done processing connection. 2026.02.23 16:33:11.002767 [ 292 ] {} TCPHandler: Done processing connection. 2026.02.23 16:33:11.002787 [ 294 ] {} TCPHandler: Done processing connection. 2026.02.23 16:33:11.002804 [ 274 ] {} TCPHandler: Done processing connection. 2026.02.23 16:33:11.002823 [ 292 ] {} TCP-Session: c7fc098f-ad8a-463b-a370-db59be9117a3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:33:11.002856 [ 274 ] {} TCP-Session: 00c3f7f8-0f8e-43a6-b6e0-8565257f943b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:33:11.002838 [ 294 ] {} TCP-Session: 7867d2de-1e1e-480d-a284-97862a0e1a83 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:33:11.002824 [ 286 ] {} TCPHandler: Done processing connection. 2026.02.23 16:33:11.002799 [ 291 ] {} TCP-Session: 8db0b963-516a-49c6-a2f3-078a31ace654 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:33:11.002965 [ 286 ] {} TCP-Session: a5ffb0fa-0984-4edb-b5da-a08435b91a75 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:33:11.002730 [ 293 ] {} TCPHandler: Done processing connection. 2026.02.23 16:33:11.002776 [ 290 ] {} TCP-Session: fed62231-9f55-4bfb-b4c8-426ea4327edf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:33:11.003062 [ 293 ] {} TCP-Session: 29d89382-0cc2-483a-8a38-a48a48d8c18e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:33:11.051543 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53710 2026.02.23 16:33:11.051654 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:33:11.051681 [ 289 ] {} TCP-Session: 6ebeecd8-b00b-45af-a760-6a4dc396fb20 Authenticating user 'default' from [fd00:1122:3344:101::e]:53710 2026.02.23 16:33:11.051732 [ 289 ] {} TCP-Session: 6ebeecd8-b00b-45af-a760-6a4dc396fb20 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:33:11.051746 [ 289 ] {} TCP-Session: 6ebeecd8-b00b-45af-a760-6a4dc396fb20 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:33:11.051947 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35321 2026.02.23 16:33:11.051978 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46419 2026.02.23 16:33:11.051995 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41751 2026.02.23 16:33:11.052020 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53071 2026.02.23 16:33:11.052045 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:33:11.052042 [ 289 ] {} TCP-Session: 6ebeecd8-b00b-45af-a760-6a4dc396fb20 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:33:11.052087 [ 290 ] {} TCP-Session: 35452706-68eb-4c87-8a53-227d7093c198 Authenticating user 'default' from [fd00:1122:3344:101::e]:35321 2026.02.23 16:33:11.052093 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:33:11.052104 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:33:11.052119 [ 290 ] {} TCP-Session: 35452706-68eb-4c87-8a53-227d7093c198 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:33:11.052125 [ 294 ] {} TCP-Session: 4eacfa70-4d5e-4b02-9228-c28441d2a288 Authenticating user 'default' from [fd00:1122:3344:101::e]:41751 2026.02.23 16:33:11.052135 [ 290 ] {} TCP-Session: 35452706-68eb-4c87-8a53-227d7093c198 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:33:11.052134 [ 286 ] {} TCP-Session: cfdb437a-b523-4bc4-a40d-c4d83da49d95 Authenticating user 'default' from [fd00:1122:3344:101::e]:53071 2026.02.23 16:33:11.052147 [ 294 ] {} TCP-Session: 4eacfa70-4d5e-4b02-9228-c28441d2a288 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:33:11.052161 [ 286 ] {} TCP-Session: cfdb437a-b523-4bc4-a40d-c4d83da49d95 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:33:11.052169 [ 294 ] {} TCP-Session: 4eacfa70-4d5e-4b02-9228-c28441d2a288 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:33:11.052179 [ 286 ] {} TCP-Session: cfdb437a-b523-4bc4-a40d-c4d83da49d95 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:33:11.052095 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:33:11.052009 [ 274 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56312 2026.02.23 16:33:11.052245 [ 289 ] {df904635-f93e-4703-a2a8-ad84ffbede07} executeQuery: (from [fd00:1122:3344:101::e]:53710) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.02.23 16:33:11.052232 [ 292 ] {} TCP-Session: 2dcce098-53ef-4370-8f11-2b1a101efdff Authenticating user 'default' from [fd00:1122:3344:101::e]:46419 2026.02.23 16:33:11.051982 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56136 2026.02.23 16:33:11.052303 [ 292 ] {} TCP-Session: 2dcce098-53ef-4370-8f11-2b1a101efdff Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:33:11.052326 [ 274 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:33:11.052338 [ 292 ] {} TCP-Session: 2dcce098-53ef-4370-8f11-2b1a101efdff Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:33:11.051986 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57730 2026.02.23 16:33:11.052370 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:33:11.052363 [ 274 ] {} TCP-Session: 82a82264-7c3b-4787-add7-320c6ab45319 Authenticating user 'default' from [fd00:1122:3344:101::e]:56312 2026.02.23 16:33:11.052416 [ 293 ] {} TCP-Session: 079279a3-1524-4985-bb7f-f3c78a4831c4 Authenticating user 'default' from [fd00:1122:3344:101::e]:56136 2026.02.23 16:33:11.052440 [ 274 ] {} TCP-Session: 82a82264-7c3b-4787-add7-320c6ab45319 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:33:11.052440 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:33:11.052460 [ 274 ] {} TCP-Session: 82a82264-7c3b-4787-add7-320c6ab45319 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:33:11.052448 [ 293 ] {} TCP-Session: 079279a3-1524-4985-bb7f-f3c78a4831c4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:33:11.052483 [ 291 ] {} TCP-Session: 187f2aca-7d99-46ec-bffa-f32845c1f381 Authenticating user 'default' from [fd00:1122:3344:101::e]:57730 2026.02.23 16:33:11.052502 [ 293 ] {} TCP-Session: 079279a3-1524-4985-bb7f-f3c78a4831c4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:33:11.052521 [ 291 ] {} TCP-Session: 187f2aca-7d99-46ec-bffa-f32845c1f381 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:33:11.052528 [ 289 ] {df904635-f93e-4703-a2a8-ad84ffbede07} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.02.23 16:33:11.052545 [ 291 ] {} TCP-Session: 187f2aca-7d99-46ec-bffa-f32845c1f381 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:33:11.052030 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59293 2026.02.23 16:33:11.052600 [ 289 ] {df904635-f93e-4703-a2a8-ad84ffbede07} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.23 16:33:11.052647 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:33:11.052674 [ 287 ] {} TCP-Session: 219bf51b-8882-4b49-a0e1-fa926d7c33ca Authenticating user 'default' from [fd00:1122:3344:101::e]:59293 2026.02.23 16:33:11.052690 [ 287 ] {} TCP-Session: 219bf51b-8882-4b49-a0e1-fa926d7c33ca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:33:11.052702 [ 287 ] {} TCP-Session: 219bf51b-8882-4b49-a0e1-fa926d7c33ca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:33:11.052883 [ 289 ] {df904635-f93e-4703-a2a8-ad84ffbede07} oximeter.version (5b0048b8-9e05-4abf-ab1d-311c7f35e206) (SelectExecutor): Key condition: unknown 2026.02.23 16:33:11.053813 [ 344 ] {df904635-f93e-4703-a2a8-ad84ffbede07} AggregatingTransform: Aggregating 2026.02.23 16:33:11.053864 [ 344 ] {df904635-f93e-4703-a2a8-ad84ffbede07} Aggregator: Aggregation method: without_key 2026.02.23 16:33:11.053902 [ 344 ] {df904635-f93e-4703-a2a8-ad84ffbede07} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000911289 sec. (1097.347 rows/sec., 42.87 KiB/sec.) 2026.02.23 16:33:11.053919 [ 344 ] {df904635-f93e-4703-a2a8-ad84ffbede07} Aggregator: Merging aggregated data 2026.02.23 16:33:11.055274 [ 289 ] {df904635-f93e-4703-a2a8-ad84ffbede07} executeQuery: Read 1 rows, 40.00 B in 0.003082 sec., 324.4646333549643 rows/sec., 12.67 KiB/sec. 2026.02.23 16:33:11.055447 [ 289 ] {df904635-f93e-4703-a2a8-ad84ffbede07} TCPHandler: Processed in 0.003520493 sec. 2026.02.23 16:33:11.055581 [ 289 ] {} TCPHandler: Done processing connection. 2026.02.23 16:33:11.055611 [ 287 ] {} TCPHandler: Done processing connection. 2026.02.23 16:33:11.055628 [ 291 ] {} TCPHandler: Done processing connection. 2026.02.23 16:33:11.055645 [ 290 ] {} TCPHandler: Done processing connection. 2026.02.23 16:33:11.055661 [ 292 ] {} TCPHandler: Done processing connection. 2026.02.23 16:33:11.055695 [ 274 ] {} TCPHandler: Done processing connection. 2026.02.23 16:33:11.055696 [ 290 ] {} TCP-Session: 35452706-68eb-4c87-8a53-227d7093c198 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:33:11.055727 [ 286 ] {} TCPHandler: Done processing connection. 2026.02.23 16:33:11.055742 [ 274 ] {} TCP-Session: 82a82264-7c3b-4787-add7-320c6ab45319 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:33:11.055726 [ 292 ] {} TCP-Session: 2dcce098-53ef-4370-8f11-2b1a101efdff Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:33:11.055770 [ 286 ] {} TCP-Session: cfdb437a-b523-4bc4-a40d-c4d83da49d95 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:33:11.055712 [ 294 ] {} TCPHandler: Done processing connection. 2026.02.23 16:33:11.055667 [ 291 ] {} TCP-Session: 187f2aca-7d99-46ec-bffa-f32845c1f381 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:33:11.055842 [ 294 ] {} TCP-Session: 4eacfa70-4d5e-4b02-9228-c28441d2a288 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:33:11.055676 [ 293 ] {} TCPHandler: Done processing connection. 2026.02.23 16:33:11.055655 [ 287 ] {} TCP-Session: 219bf51b-8882-4b49-a0e1-fa926d7c33ca Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:33:11.055898 [ 293 ] {} TCP-Session: 079279a3-1524-4985-bb7f-f3c78a4831c4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:33:11.055619 [ 289 ] {} TCP-Session: 6ebeecd8-b00b-45af-a760-6a4dc396fb20 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:33:11.286822 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38517 2026.02.23 16:33:11.286950 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:33:11.286981 [ 289 ] {} TCP-Session: d77dc01a-e863-4a77-af37-a199947f3422 Authenticating user 'default' from [fd00:1122:3344:101::e]:38517 2026.02.23 16:33:11.287012 [ 289 ] {} TCP-Session: d77dc01a-e863-4a77-af37-a199947f3422 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:33:11.287029 [ 289 ] {} TCP-Session: d77dc01a-e863-4a77-af37-a199947f3422 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:33:11.287254 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45667 2026.02.23 16:33:11.287266 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40581 2026.02.23 16:33:11.287294 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62498 2026.02.23 16:33:11.287330 [ 274 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33466 2026.02.23 16:33:11.287374 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:33:11.287382 [ 289 ] {} TCP-Session: d77dc01a-e863-4a77-af37-a199947f3422 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:33:11.287413 [ 290 ] {} TCP-Session: 1b97b40f-e7b2-4c62-92d9-7e4efc199471 Authenticating user 'default' from [fd00:1122:3344:101::e]:45667 2026.02.23 16:33:11.287421 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:33:11.287447 [ 274 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:33:11.287451 [ 290 ] {} TCP-Session: 1b97b40f-e7b2-4c62-92d9-7e4efc199471 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:33:11.287470 [ 292 ] {} TCP-Session: b6951d27-95e3-422f-a36d-6087edae5fa3 Authenticating user 'default' from [fd00:1122:3344:101::e]:62498 2026.02.23 16:33:11.287492 [ 274 ] {} TCP-Session: b1de8742-686c-4a50-9177-44d6901fabc2 Authenticating user 'default' from [fd00:1122:3344:101::e]:33466 2026.02.23 16:33:11.287492 [ 290 ] {} TCP-Session: 1b97b40f-e7b2-4c62-92d9-7e4efc199471 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:33:11.287513 [ 292 ] {} TCP-Session: b6951d27-95e3-422f-a36d-6087edae5fa3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:33:11.287535 [ 274 ] {} TCP-Session: b1de8742-686c-4a50-9177-44d6901fabc2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:33:11.287548 [ 292 ] {} TCP-Session: b6951d27-95e3-422f-a36d-6087edae5fa3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:33:11.287567 [ 274 ] {} TCP-Session: b1de8742-686c-4a50-9177-44d6901fabc2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:33:11.287578 [ 289 ] {37e5115d-d0cb-4747-8193-4fb2166137bd} executeQuery: (from [fd00:1122:3344:101::e]:38517) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.02.23 16:33:11.287400 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:33:11.287315 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43492 2026.02.23 16:33:11.287645 [ 291 ] {} TCP-Session: 6ca8b471-1bfd-455f-b55a-4e16b4e76ce3 Authenticating user 'default' from [fd00:1122:3344:101::e]:40581 2026.02.23 16:33:11.287302 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36727 2026.02.23 16:33:11.287677 [ 291 ] {} TCP-Session: 6ca8b471-1bfd-455f-b55a-4e16b4e76ce3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:33:11.287709 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:33:11.287711 [ 291 ] {} TCP-Session: 6ca8b471-1bfd-455f-b55a-4e16b4e76ce3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:33:11.287741 [ 294 ] {} TCP-Session: 508c3137-758b-4361-b06b-3c4173e80e49 Authenticating user 'default' from [fd00:1122:3344:101::e]:43492 2026.02.23 16:33:11.287753 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:33:11.287771 [ 294 ] {} TCP-Session: 508c3137-758b-4361-b06b-3c4173e80e49 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:33:11.287788 [ 293 ] {} TCP-Session: 359d5bd6-9a46-4f83-b5c6-f5aa6a0540b5 Authenticating user 'default' from [fd00:1122:3344:101::e]:36727 2026.02.23 16:33:11.287792 [ 294 ] {} TCP-Session: 508c3137-758b-4361-b06b-3c4173e80e49 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:33:11.287824 [ 293 ] {} TCP-Session: 359d5bd6-9a46-4f83-b5c6-f5aa6a0540b5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:33:11.287843 [ 293 ] {} TCP-Session: 359d5bd6-9a46-4f83-b5c6-f5aa6a0540b5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:33:11.287916 [ 289 ] {37e5115d-d0cb-4747-8193-4fb2166137bd} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.02.23 16:33:11.287987 [ 289 ] {37e5115d-d0cb-4747-8193-4fb2166137bd} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.23 16:33:11.288329 [ 289 ] {37e5115d-d0cb-4747-8193-4fb2166137bd} oximeter.version (5b0048b8-9e05-4abf-ab1d-311c7f35e206) (SelectExecutor): Key condition: unknown 2026.02.23 16:33:11.289299 [ 337 ] {37e5115d-d0cb-4747-8193-4fb2166137bd} AggregatingTransform: Aggregating 2026.02.23 16:33:11.289374 [ 337 ] {37e5115d-d0cb-4747-8193-4fb2166137bd} Aggregator: Aggregation method: without_key 2026.02.23 16:33:11.289414 [ 337 ] {37e5115d-d0cb-4747-8193-4fb2166137bd} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.00096636 sec. (1034.811 rows/sec., 40.42 KiB/sec.) 2026.02.23 16:33:11.289434 [ 337 ] {37e5115d-d0cb-4747-8193-4fb2166137bd} Aggregator: Merging aggregated data 2026.02.23 16:33:11.290265 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46733 2026.02.23 16:33:11.290268 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40708 2026.02.23 16:33:11.290374 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:33:11.290398 [ 286 ] {} TCP-Session: 1d961c06-147e-4b10-bc83-fdde0a30ab34 Authenticating user 'default' from [fd00:1122:3344:101::e]:40708 2026.02.23 16:33:11.290422 [ 286 ] {} TCP-Session: 1d961c06-147e-4b10-bc83-fdde0a30ab34 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:33:11.290436 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:33:11.290438 [ 286 ] {} TCP-Session: 1d961c06-147e-4b10-bc83-fdde0a30ab34 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:33:11.290466 [ 287 ] {} TCP-Session: df23951d-1ee8-497f-946c-3cc68ba567c1 Authenticating user 'default' from [fd00:1122:3344:101::e]:46733 2026.02.23 16:33:11.290491 [ 287 ] {} TCP-Session: df23951d-1ee8-497f-946c-3cc68ba567c1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:33:11.290506 [ 287 ] {} TCP-Session: df23951d-1ee8-497f-946c-3cc68ba567c1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:33:11.291070 [ 289 ] {37e5115d-d0cb-4747-8193-4fb2166137bd} executeQuery: Read 1 rows, 40.00 B in 0.00355 sec., 281.6901408450704 rows/sec., 11.00 KiB/sec. 2026.02.23 16:33:11.291218 [ 289 ] {37e5115d-d0cb-4747-8193-4fb2166137bd} TCPHandler: Processed in 0.003959301 sec. 2026.02.23 16:33:11.291354 [ 289 ] {} TCPHandler: Done processing connection. 2026.02.23 16:33:11.291384 [ 289 ] {} TCP-Session: d77dc01a-e863-4a77-af37-a199947f3422 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:33:11.291387 [ 290 ] {} TCPHandler: Done processing connection. 2026.02.23 16:33:11.291413 [ 291 ] {} TCPHandler: Done processing connection. 2026.02.23 16:33:11.291430 [ 290 ] {} TCP-Session: 1b97b40f-e7b2-4c62-92d9-7e4efc199471 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:33:11.291439 [ 293 ] {} TCPHandler: Done processing connection. 2026.02.23 16:33:11.291462 [ 274 ] {} TCPHandler: Done processing connection. 2026.02.23 16:33:11.291487 [ 292 ] {} TCPHandler: Done processing connection. 2026.02.23 16:33:11.291493 [ 293 ] {} TCP-Session: 359d5bd6-9a46-4f83-b5c6-f5aa6a0540b5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:33:11.291508 [ 287 ] {} TCPHandler: Done processing connection. 2026.02.23 16:33:11.291531 [ 294 ] {} TCPHandler: Done processing connection. 2026.02.23 16:33:11.291552 [ 286 ] {} TCPHandler: Done processing connection. 2026.02.23 16:33:11.291564 [ 287 ] {} TCP-Session: df23951d-1ee8-497f-946c-3cc68ba567c1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:33:11.291584 [ 294 ] {} TCP-Session: 508c3137-758b-4361-b06b-3c4173e80e49 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:33:11.291603 [ 286 ] {} TCP-Session: 1d961c06-147e-4b10-bc83-fdde0a30ab34 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:33:11.291549 [ 292 ] {} TCP-Session: b6951d27-95e3-422f-a36d-6087edae5fa3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:33:11.291517 [ 274 ] {} TCP-Session: b1de8742-686c-4a50-9177-44d6901fabc2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:33:11.291463 [ 291 ] {} TCP-Session: 6ca8b471-1bfd-455f-b55a-4e16b4e76ce3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:33:12.567759 [ 47 ] {} DNSResolver: Updating DNS cache 2026.02.23 16:33:12.567811 [ 47 ] {} DNSResolver: Updated DNS cache 2026.02.23 16:33:12.655726 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 7672 2026.02.23 16:33:12.656276 [ 244 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:33:12.656335 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2026.02.23 16:33:12.656873 [ 244 ] {} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.02.23 16:33:12.657117 [ 244 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:33:12.657267 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7672 2026.02.23 16:33:12.657282 [ 47 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.02.23 16:33:12.657354 [ 47 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:33:12.657373 [ 47 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2026.02.23 16:33:12.657529 [ 194 ] {e006da4c-49b0-4d27-967a-f293ec4e8bf5::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2026.02.23 16:33:12.657729 [ 194 ] {e006da4c-49b0-4d27-967a-f293ec4e8bf5::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:33:12.657790 [ 194 ] {e006da4c-49b0-4d27-967a-f293ec4e8bf5::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 5304 rows starting from the beginning of the part 2026.02.23 16:33:12.657883 [ 194 ] {e006da4c-49b0-4d27-967a-f293ec4e8bf5::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 448 rows starting from the beginning of the part 2026.02.23 16:33:12.657950 [ 194 ] {e006da4c-49b0-4d27-967a-f293ec4e8bf5::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 512 rows starting from the beginning of the part 2026.02.23 16:33:12.658012 [ 194 ] {e006da4c-49b0-4d27-967a-f293ec4e8bf5::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 448 rows starting from the beginning of the part 2026.02.23 16:33:12.658066 [ 194 ] {e006da4c-49b0-4d27-967a-f293ec4e8bf5::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 512 rows starting from the beginning of the part 2026.02.23 16:33:12.658125 [ 194 ] {e006da4c-49b0-4d27-967a-f293ec4e8bf5::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 448 rows starting from the beginning of the part 2026.02.23 16:33:12.659782 [ 192 ] {e006da4c-49b0-4d27-967a-f293ec4e8bf5::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 7672 rows, containing 4 columns (4 merged, 0 gathered) in 0.002333428 sec., 3287866.60655482 rows/sec., 47.03 MiB/sec. 2026.02.23 16:33:12.660541 [ 191 ] {e006da4c-49b0-4d27-967a-f293ec4e8bf5::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.02.23 16:33:12.660930 [ 191 ] {e006da4c-49b0-4d27-967a-f293ec4e8bf5::all_1_16_3} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:33:12.661005 [ 191 ] {e006da4c-49b0-4d27-967a-f293ec4e8bf5::all_1_16_3} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.02.23 16:33:12.661102 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.45 MiB. 2026.02.23 16:33:12.668786 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 496 2026.02.23 16:33:12.671275 [ 242 ] {} system.query_log (b83b341e-dbaf-448e-9582-20b3e6cd291d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:33:12.671321 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2026.02.23 16:33:12.672498 [ 242 ] {} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.02.23 16:33:12.672765 [ 242 ] {} system.query_log (b83b341e-dbaf-448e-9582-20b3e6cd291d): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:33:12.672909 [ 47 ] {} system.query_log (b83b341e-dbaf-448e-9582-20b3e6cd291d) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.02.23 16:33:12.672944 [ 47 ] {} system.query_log (b83b341e-dbaf-448e-9582-20b3e6cd291d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:33:12.672964 [ 47 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2026.02.23 16:33:12.673039 [ 194 ] {b83b341e-dbaf-448e-9582-20b3e6cd291d::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2026.02.23 16:33:12.673093 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 496 2026.02.23 16:33:12.673635 [ 194 ] {b83b341e-dbaf-448e-9582-20b3e6cd291d::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:33:12.673792 [ 194 ] {b83b341e-dbaf-448e-9582-20b3e6cd291d::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 362 rows starting from the beginning of the part 2026.02.23 16:33:12.674169 [ 194 ] {b83b341e-dbaf-448e-9582-20b3e6cd291d::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 20 rows starting from the beginning of the part 2026.02.23 16:33:12.674538 [ 194 ] {b83b341e-dbaf-448e-9582-20b3e6cd291d::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 26 rows starting from the beginning of the part 2026.02.23 16:33:12.674882 [ 194 ] {b83b341e-dbaf-448e-9582-20b3e6cd291d::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 32 rows starting from the beginning of the part 2026.02.23 16:33:12.675212 [ 194 ] {b83b341e-dbaf-448e-9582-20b3e6cd291d::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 24 rows starting from the beginning of the part 2026.02.23 16:33:12.675557 [ 194 ] {b83b341e-dbaf-448e-9582-20b3e6cd291d::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 32 rows starting from the beginning of the part 2026.02.23 16:33:12.681982 [ 199 ] {b83b341e-dbaf-448e-9582-20b3e6cd291d::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 496 rows, containing 72 columns (72 merged, 0 gathered) in 0.008971565 sec., 55285.783472560244 rows/sec., 50.62 MiB/sec. 2026.02.23 16:33:12.682688 [ 194 ] {b83b341e-dbaf-448e-9582-20b3e6cd291d::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.02.23 16:33:12.683179 [ 194 ] {b83b341e-dbaf-448e-9582-20b3e6cd291d::all_1_11_2} system.query_log (b83b341e-dbaf-448e-9582-20b3e6cd291d): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:33:12.683247 [ 194 ] {b83b341e-dbaf-448e-9582-20b3e6cd291d::all_1_11_2} system.query_log (b83b341e-dbaf-448e-9582-20b3e6cd291d) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.02.23 16:33:12.683405 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.79 MiB. 2026.02.23 16:33:13.000186 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 225.98 MiB, peak 234.24 MiB, free memory in arenas 0.00 B, will set to 227.47 MiB (RSS), difference: 1.49 MiB 2026.02.23 16:33:13.001255 [ 247 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000839548 sec. 2026.02.23 16:33:13.071792 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 121 2026.02.23 16:33:13.089114 [ 243 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:33:13.089175 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2026.02.23 16:33:13.095179 [ 243 ] {} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.02.23 16:33:13.095922 [ 243 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:33:13.096188 [ 47 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.02.23 16:33:13.096228 [ 47 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:33:13.096250 [ 47 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2026.02.23 16:33:13.096397 [ 192 ] {3c5e35cc-2202-4d2d-a2da-f2d3b912fea0::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2026.02.23 16:33:13.099021 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 121 2026.02.23 16:33:13.100595 [ 192 ] {3c5e35cc-2202-4d2d-a2da-f2d3b912fea0::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:33:13.102244 [ 192 ] {3c5e35cc-2202-4d2d-a2da-f2d3b912fea0::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 83 rows starting from the beginning of the part 2026.02.23 16:33:13.107003 [ 192 ] {3c5e35cc-2202-4d2d-a2da-f2d3b912fea0::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 8 rows starting from the beginning of the part 2026.02.23 16:33:13.111387 [ 192 ] {3c5e35cc-2202-4d2d-a2da-f2d3b912fea0::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 7 rows starting from the beginning of the part 2026.02.23 16:33:13.115568 [ 192 ] {3c5e35cc-2202-4d2d-a2da-f2d3b912fea0::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 8 rows starting from the beginning of the part 2026.02.23 16:33:13.120200 [ 192 ] {3c5e35cc-2202-4d2d-a2da-f2d3b912fea0::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 7 rows starting from the beginning of the part 2026.02.23 16:33:13.124278 [ 192 ] {3c5e35cc-2202-4d2d-a2da-f2d3b912fea0::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 8 rows starting from the beginning of the part 2026.02.23 16:33:13.177262 [ 199 ] {3c5e35cc-2202-4d2d-a2da-f2d3b912fea0::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 121 rows, containing 679 columns (679 merged, 0 gathered) in 0.080944455 sec., 1494.8522415772643 rows/sec., 7.73 MiB/sec. 2026.02.23 16:33:13.179760 [ 199 ] {3c5e35cc-2202-4d2d-a2da-f2d3b912fea0::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.02.23 16:33:13.181830 [ 199 ] {3c5e35cc-2202-4d2d-a2da-f2d3b912fea0::all_1_16_3} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:33:13.181905 [ 199 ] {3c5e35cc-2202-4d2d-a2da-f2d3b912fea0::all_1_16_3} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.02.23 16:33:13.183843 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.52 MiB. 2026.02.23 16:33:14.000192 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 228.56 MiB, peak 238.51 MiB, free memory in arenas 0.00 B, will set to 239.32 MiB (RSS), difference: 10.75 MiB 2026.02.23 16:33:14.202640 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:33:14.202829 [ 278 ] {e56245c9-0677-47f5-8239-db19dd857a7c} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.23 16:33:14.202904 [ 278 ] {e56245c9-0677-47f5-8239-db19dd857a7c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.23 16:33:14.203633 [ 278 ] {e56245c9-0677-47f5-8239-db19dd857a7c} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:33:14.203691 [ 278 ] {e56245c9-0677-47f5-8239-db19dd857a7c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2026.02.23 16:33:14.204105 [ 278 ] {e56245c9-0677-47f5-8239-db19dd857a7c} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.02.23 16:33:14.204348 [ 278 ] {e56245c9-0677-47f5-8239-db19dd857a7c} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:33:14.204504 [ 278 ] {e56245c9-0677-47f5-8239-db19dd857a7c} executeQuery: Read 76 rows, 6.41 KiB in 0.001731 sec., 43905.257076834205 rows/sec., 3.62 MiB/sec. 2026.02.23 16:33:14.204554 [ 278 ] {e56245c9-0677-47f5-8239-db19dd857a7c} TCPHandler: Processed in 0.002046472 sec. 2026.02.23 16:33:14.204683 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:33:14.204788 [ 278 ] {7eb8a964-83a9-436e-b257-b254adbb2c33} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.23 16:33:14.204832 [ 278 ] {7eb8a964-83a9-436e-b257-b254adbb2c33} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.23 16:33:14.205250 [ 278 ] {7eb8a964-83a9-436e-b257-b254adbb2c33} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:33:14.205288 [ 278 ] {7eb8a964-83a9-436e-b257-b254adbb2c33} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2026.02.23 16:33:14.205596 [ 278 ] {7eb8a964-83a9-436e-b257-b254adbb2c33} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.02.23 16:33:14.205805 [ 278 ] {7eb8a964-83a9-436e-b257-b254adbb2c33} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:33:14.205945 [ 278 ] {7eb8a964-83a9-436e-b257-b254adbb2c33} executeQuery: Read 10 rows, 770.00 B in 0.00118 sec., 8474.57627118644 rows/sec., 637.25 KiB/sec. 2026.02.23 16:33:14.205985 [ 278 ] {7eb8a964-83a9-436e-b257-b254adbb2c33} TCPHandler: Processed in 0.001353708 sec. 2026.02.23 16:33:14.206100 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:33:14.206196 [ 278 ] {800c96a5-a6b4-41e0-86fe-3a03f8701fd8} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.23 16:33:14.206237 [ 278 ] {800c96a5-a6b4-41e0-86fe-3a03f8701fd8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.23 16:33:14.206652 [ 278 ] {800c96a5-a6b4-41e0-86fe-3a03f8701fd8} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:33:14.206691 [ 278 ] {800c96a5-a6b4-41e0-86fe-3a03f8701fd8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2026.02.23 16:33:14.206993 [ 278 ] {800c96a5-a6b4-41e0-86fe-3a03f8701fd8} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.02.23 16:33:14.207202 [ 278 ] {800c96a5-a6b4-41e0-86fe-3a03f8701fd8} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:33:14.207329 [ 278 ] {800c96a5-a6b4-41e0-86fe-3a03f8701fd8} executeQuery: Read 74 rows, 5.92 KiB in 0.001152 sec., 64236.11111111111 rows/sec., 5.02 MiB/sec. 2026.02.23 16:33:14.207366 [ 278 ] {800c96a5-a6b4-41e0-86fe-3a03f8701fd8} TCPHandler: Processed in 0.001316667 sec. 2026.02.23 16:33:14.207476 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:33:14.207571 [ 278 ] {df5e39b2-27c1-4853-a62e-b108ff39947c} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.23 16:33:14.207616 [ 278 ] {df5e39b2-27c1-4853-a62e-b108ff39947c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.23 16:33:14.208018 [ 278 ] {df5e39b2-27c1-4853-a62e-b108ff39947c} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:33:14.208055 [ 278 ] {df5e39b2-27c1-4853-a62e-b108ff39947c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2026.02.23 16:33:14.208397 [ 278 ] {df5e39b2-27c1-4853-a62e-b108ff39947c} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.02.23 16:33:14.208611 [ 278 ] {df5e39b2-27c1-4853-a62e-b108ff39947c} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:33:14.208744 [ 278 ] {df5e39b2-27c1-4853-a62e-b108ff39947c} executeQuery: Read 160 rows, 11.41 KiB in 0.001191 sec., 134340.8900083963 rows/sec., 9.36 MiB/sec. 2026.02.23 16:33:14.208789 [ 278 ] {df5e39b2-27c1-4853-a62e-b108ff39947c} TCPHandler: Processed in 0.001361968 sec. 2026.02.23 16:33:14.208930 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:33:14.209023 [ 278 ] {b00796b2-bd3f-43a0-895c-e36fa6ac7182} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.23 16:33:14.209078 [ 278 ] {b00796b2-bd3f-43a0-895c-e36fa6ac7182} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.23 16:33:14.209837 [ 278 ] {b00796b2-bd3f-43a0-895c-e36fa6ac7182} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:33:14.209874 [ 278 ] {b00796b2-bd3f-43a0-895c-e36fa6ac7182} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2026.02.23 16:33:14.210387 [ 278 ] {b00796b2-bd3f-43a0-895c-e36fa6ac7182} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.02.23 16:33:14.210603 [ 278 ] {b00796b2-bd3f-43a0-895c-e36fa6ac7182} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:33:14.210742 [ 278 ] {b00796b2-bd3f-43a0-895c-e36fa6ac7182} executeQuery: Read 10 rows, 18.35 KiB in 0.001736 sec., 5760.3686635944705 rows/sec., 10.32 MiB/sec. 2026.02.23 16:33:14.210802 [ 278 ] {b00796b2-bd3f-43a0-895c-e36fa6ac7182} TCPHandler: Processed in 0.00192135 sec. 2026.02.23 16:33:14.210917 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:33:14.211010 [ 278 ] {0a9c4c84-bbda-402b-b56a-f4f6f3bcac48} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.23 16:33:14.211052 [ 278 ] {0a9c4c84-bbda-402b-b56a-f4f6f3bcac48} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.23 16:33:14.211390 [ 278 ] {0a9c4c84-bbda-402b-b56a-f4f6f3bcac48} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:33:14.211427 [ 278 ] {0a9c4c84-bbda-402b-b56a-f4f6f3bcac48} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2026.02.23 16:33:14.211727 [ 278 ] {0a9c4c84-bbda-402b-b56a-f4f6f3bcac48} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.02.23 16:33:14.211930 [ 278 ] {0a9c4c84-bbda-402b-b56a-f4f6f3bcac48} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:33:14.212054 [ 278 ] {0a9c4c84-bbda-402b-b56a-f4f6f3bcac48} executeQuery: Read 60 rows, 4.14 KiB in 0.001062 sec., 56497.17514124294 rows/sec., 3.81 MiB/sec. 2026.02.23 16:33:14.212091 [ 278 ] {0a9c4c84-bbda-402b-b56a-f4f6f3bcac48} TCPHandler: Processed in 0.001223025 sec. 2026.02.23 16:33:19.204794 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:33:19.205027 [ 278 ] {20ede720-2ad5-480d-b6a8-bb4ef271c0ce} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.02.23 16:33:19.205106 [ 278 ] {20ede720-2ad5-480d-b6a8-bb4ef271c0ce} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.02.23 16:33:19.205830 [ 278 ] {20ede720-2ad5-480d-b6a8-bb4ef271c0ce} oximeter.fields_i16 (91b3829e-2a99-49e1-955c-43ffdc3fb409): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:33:19.205891 [ 278 ] {20ede720-2ad5-480d-b6a8-bb4ef271c0ce} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2026.02.23 16:33:19.206300 [ 278 ] {20ede720-2ad5-480d-b6a8-bb4ef271c0ce} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.02.23 16:33:19.206565 [ 278 ] {20ede720-2ad5-480d-b6a8-bb4ef271c0ce} oximeter.fields_i16 (91b3829e-2a99-49e1-955c-43ffdc3fb409): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:33:19.206724 [ 278 ] {20ede720-2ad5-480d-b6a8-bb4ef271c0ce} executeQuery: Read 24 rows, 2.04 KiB in 0.00175 sec., 13714.285714285714 rows/sec., 1.14 MiB/sec. 2026.02.23 16:33:19.206774 [ 278 ] {20ede720-2ad5-480d-b6a8-bb4ef271c0ce} TCPHandler: Processed in 0.002125303 sec. 2026.02.23 16:33:19.206900 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:33:19.207007 [ 278 ] {12ed6851-072e-4e23-a927-0caaf158b7a3} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.02.23 16:33:19.207052 [ 278 ] {12ed6851-072e-4e23-a927-0caaf158b7a3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.02.23 16:33:19.207461 [ 278 ] {12ed6851-072e-4e23-a927-0caaf158b7a3} oximeter.fields_ipaddr (aca7842a-9245-4e3c-8c67-e3828bf88048): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:33:19.207501 [ 278 ] {12ed6851-072e-4e23-a927-0caaf158b7a3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2026.02.23 16:33:19.207801 [ 278 ] {12ed6851-072e-4e23-a927-0caaf158b7a3} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.02.23 16:33:19.208018 [ 278 ] {12ed6851-072e-4e23-a927-0caaf158b7a3} oximeter.fields_ipaddr (aca7842a-9245-4e3c-8c67-e3828bf88048): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:33:19.208148 [ 278 ] {12ed6851-072e-4e23-a927-0caaf158b7a3} executeQuery: Read 4 rows, 334.00 B in 0.001164 sec., 3436.426116838488 rows/sec., 280.22 KiB/sec. 2026.02.23 16:33:19.208188 [ 278 ] {12ed6851-072e-4e23-a927-0caaf158b7a3} TCPHandler: Processed in 0.001341517 sec. 2026.02.23 16:33:19.208299 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:33:19.208396 [ 278 ] {a4899d80-12ed-4571-9406-ddc613f828cc} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.23 16:33:19.208437 [ 278 ] {a4899d80-12ed-4571-9406-ddc613f828cc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.23 16:33:19.208961 [ 278 ] {a4899d80-12ed-4571-9406-ddc613f828cc} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:33:19.208999 [ 278 ] {a4899d80-12ed-4571-9406-ddc613f828cc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2026.02.23 16:33:19.209339 [ 278 ] {a4899d80-12ed-4571-9406-ddc613f828cc} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.02.23 16:33:19.209551 [ 278 ] {a4899d80-12ed-4571-9406-ddc613f828cc} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:33:19.209658 [ 25 ] {} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.02.23 16:33:19.209680 [ 278 ] {a4899d80-12ed-4571-9406-ddc613f828cc} executeQuery: Read 240 rows, 21.88 KiB in 0.001304 sec., 184049.07975460123 rows/sec., 16.38 MiB/sec. 2026.02.23 16:33:19.209724 [ 25 ] {} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:33:19.209734 [ 278 ] {a4899d80-12ed-4571-9406-ddc613f828cc} TCPHandler: Processed in 0.00148451 sec. 2026.02.23 16:33:19.209753 [ 25 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2026.02.23 16:33:19.209852 [ 199 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2026.02.23 16:33:19.209859 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:33:19.209953 [ 199 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:33:19.209971 [ 278 ] {6d117e09-04c4-486c-aed3-97f78ebf16a0} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.23 16:33:19.209985 [ 199 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 982 rows starting from the beginning of the part 2026.02.23 16:33:19.210012 [ 278 ] {6d117e09-04c4-486c-aed3-97f78ebf16a0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.23 16:33:19.210072 [ 199 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 92 rows starting from the beginning of the part 2026.02.23 16:33:19.210122 [ 199 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 78 rows starting from the beginning of the part 2026.02.23 16:33:19.210171 [ 199 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 118 rows starting from the beginning of the part 2026.02.23 16:33:19.210216 [ 199 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 76 rows starting from the beginning of the part 2026.02.23 16:33:19.210262 [ 199 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 240 rows starting from the beginning of the part 2026.02.23 16:33:19.210421 [ 278 ] {6d117e09-04c4-486c-aed3-97f78ebf16a0} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:33:19.210456 [ 278 ] {6d117e09-04c4-486c-aed3-97f78ebf16a0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2026.02.23 16:33:19.210932 [ 278 ] {6d117e09-04c4-486c-aed3-97f78ebf16a0} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.02.23 16:33:19.211137 [ 278 ] {6d117e09-04c4-486c-aed3-97f78ebf16a0} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:33:19.211268 [ 278 ] {6d117e09-04c4-486c-aed3-97f78ebf16a0} executeQuery: Read 47 rows, 3.57 KiB in 0.001315 sec., 35741.44486692015 rows/sec., 2.65 MiB/sec. 2026.02.23 16:33:19.211306 [ 278 ] {6d117e09-04c4-486c-aed3-97f78ebf16a0} TCPHandler: Processed in 0.001496661 sec. 2026.02.23 16:33:19.211382 [ 190 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 1586 rows, containing 5 columns (5 merged, 0 gathered) in 0.001565922 sec., 1012821.839146522 rows/sec., 88.35 MiB/sec. 2026.02.23 16:33:19.211441 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:33:19.211569 [ 278 ] {163ea42c-359e-495c-9683-fb1e7b18b202} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.02.23 16:33:19.211617 [ 278 ] {163ea42c-359e-495c-9683-fb1e7b18b202} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.02.23 16:33:19.211689 [ 202 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.02.23 16:33:19.212021 [ 202 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_21_4} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:33:19.212072 [ 278 ] {163ea42c-359e-495c-9683-fb1e7b18b202} oximeter.fields_u32 (3630ead0-c5da-4e23-a9d2-59d0589dc119): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:33:19.212103 [ 202 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_21_4} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.02.23 16:33:19.212115 [ 278 ] {163ea42c-359e-495c-9683-fb1e7b18b202} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2026.02.23 16:33:19.212202 [ 202 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. 2026.02.23 16:33:19.212441 [ 278 ] {163ea42c-359e-495c-9683-fb1e7b18b202} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.02.23 16:33:19.212660 [ 278 ] {163ea42c-359e-495c-9683-fb1e7b18b202} oximeter.fields_u32 (3630ead0-c5da-4e23-a9d2-59d0589dc119): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:33:19.212789 [ 278 ] {163ea42c-359e-495c-9683-fb1e7b18b202} executeQuery: Read 24 rows, 2.04 KiB in 0.001245 sec., 19277.10843373494 rows/sec., 1.60 MiB/sec. 2026.02.23 16:33:19.212828 [ 278 ] {163ea42c-359e-495c-9683-fb1e7b18b202} TCPHandler: Processed in 0.00144578 sec. 2026.02.23 16:33:19.212942 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:33:19.213042 [ 278 ] {9b203887-5898-4c6a-913a-8eba114fb82c} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.02.23 16:33:19.213082 [ 278 ] {9b203887-5898-4c6a-913a-8eba114fb82c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.02.23 16:33:19.213475 [ 278 ] {9b203887-5898-4c6a-913a-8eba114fb82c} oximeter.fields_u8 (bee44bc4-3670-4879-9501-74bd8c0c3792): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:33:19.213512 [ 278 ] {9b203887-5898-4c6a-913a-8eba114fb82c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2026.02.23 16:33:19.213828 [ 278 ] {9b203887-5898-4c6a-913a-8eba114fb82c} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.02.23 16:33:19.214020 [ 278 ] {9b203887-5898-4c6a-913a-8eba114fb82c} oximeter.fields_u8 (bee44bc4-3670-4879-9501-74bd8c0c3792): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:33:19.214137 [ 278 ] {9b203887-5898-4c6a-913a-8eba114fb82c} executeQuery: Read 12 rows, 960.00 B in 0.001142 sec., 10507.880910683012 rows/sec., 820.93 KiB/sec. 2026.02.23 16:33:19.214175 [ 278 ] {9b203887-5898-4c6a-913a-8eba114fb82c} TCPHandler: Processed in 0.001322467 sec. 2026.02.23 16:33:19.214275 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:33:19.214362 [ 278 ] {c162f239-64b9-4cfd-8194-47613f0d54ec} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.23 16:33:19.214397 [ 278 ] {c162f239-64b9-4cfd-8194-47613f0d54ec} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.23 16:33:19.214911 [ 278 ] {c162f239-64b9-4cfd-8194-47613f0d54ec} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:33:19.214948 [ 278 ] {c162f239-64b9-4cfd-8194-47613f0d54ec} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2026.02.23 16:33:19.215265 [ 278 ] {c162f239-64b9-4cfd-8194-47613f0d54ec} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.02.23 16:33:19.215470 [ 278 ] {c162f239-64b9-4cfd-8194-47613f0d54ec} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:33:19.215567 [ 25 ] {} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.02.23 16:33:19.215593 [ 278 ] {c162f239-64b9-4cfd-8194-47613f0d54ec} executeQuery: Read 135 rows, 11.18 KiB in 0.001204 sec., 112126.24584717608 rows/sec., 9.07 MiB/sec. 2026.02.23 16:33:19.215599 [ 25 ] {} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:33:19.215634 [ 25 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2026.02.23 16:33:19.215639 [ 278 ] {c162f239-64b9-4cfd-8194-47613f0d54ec} TCPHandler: Processed in 0.001371818 sec. 2026.02.23 16:33:19.215711 [ 199 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2026.02.23 16:33:19.215758 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:33:19.215812 [ 199 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:33:19.215841 [ 199 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 573 rows starting from the beginning of the part 2026.02.23 16:33:19.215850 [ 278 ] {dcd44245-caae-4c55-b855-bad8cd910f73} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.23 16:33:19.215890 [ 199 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 67 rows starting from the beginning of the part 2026.02.23 16:33:19.215892 [ 278 ] {dcd44245-caae-4c55-b855-bad8cd910f73} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.23 16:33:19.215924 [ 199 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 78 rows starting from the beginning of the part 2026.02.23 16:33:19.215957 [ 199 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 95 rows starting from the beginning of the part 2026.02.23 16:33:19.216004 [ 199 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 74 rows starting from the beginning of the part 2026.02.23 16:33:19.216039 [ 199 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 135 rows starting from the beginning of the part 2026.02.23 16:33:19.216290 [ 278 ] {dcd44245-caae-4c55-b855-bad8cd910f73} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:33:19.216324 [ 278 ] {dcd44245-caae-4c55-b855-bad8cd910f73} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2026.02.23 16:33:19.216732 [ 278 ] {dcd44245-caae-4c55-b855-bad8cd910f73} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.02.23 16:33:19.216837 [ 202 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 1022 rows, containing 5 columns (5 merged, 0 gathered) in 0.001161524 sec., 879878.5044476051 rows/sec., 69.38 MiB/sec. 2026.02.23 16:33:19.216954 [ 278 ] {dcd44245-caae-4c55-b855-bad8cd910f73} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:33:19.217069 [ 197 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.02.23 16:33:19.217073 [ 25 ] {} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.02.23 16:33:19.217086 [ 278 ] {dcd44245-caae-4c55-b855-bad8cd910f73} executeQuery: Read 198 rows, 14.54 KiB in 0.001254 sec., 157894.73684210528 rows/sec., 11.32 MiB/sec. 2026.02.23 16:33:19.217120 [ 25 ] {} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:33:19.217142 [ 278 ] {dcd44245-caae-4c55-b855-bad8cd910f73} TCPHandler: Processed in 0.0014322 sec. 2026.02.23 16:33:19.217145 [ 25 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2026.02.23 16:33:19.217263 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:33:19.217268 [ 190 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2026.02.23 16:33:19.217363 [ 278 ] {51381649-d67a-4399-b600-49c6fd5f077a} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.23 16:33:19.217372 [ 197 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_21_4} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:33:19.217414 [ 190 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:33:19.217422 [ 278 ] {51381649-d67a-4399-b600-49c6fd5f077a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.23 16:33:19.217459 [ 190 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 2369 rows starting from the beginning of the part 2026.02.23 16:33:19.217467 [ 197 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_21_4} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.02.23 16:33:19.217541 [ 190 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 110 rows starting from the beginning of the part 2026.02.23 16:33:19.217587 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB. 2026.02.23 16:33:19.217599 [ 190 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 162 rows starting from the beginning of the part 2026.02.23 16:33:19.217653 [ 190 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 160 rows starting from the beginning of the part 2026.02.23 16:33:19.217704 [ 190 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 160 rows starting from the beginning of the part 2026.02.23 16:33:19.217750 [ 190 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 198 rows starting from the beginning of the part 2026.02.23 16:33:19.218213 [ 278 ] {51381649-d67a-4399-b600-49c6fd5f077a} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:33:19.218254 [ 278 ] {51381649-d67a-4399-b600-49c6fd5f077a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2026.02.23 16:33:19.218830 [ 278 ] {51381649-d67a-4399-b600-49c6fd5f077a} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.02.23 16:33:19.219056 [ 278 ] {51381649-d67a-4399-b600-49c6fd5f077a} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:33:19.219189 [ 278 ] {51381649-d67a-4399-b600-49c6fd5f077a} executeQuery: Read 31 rows, 56.88 KiB in 0.001844 sec., 16811.279826464208 rows/sec., 30.13 MiB/sec. 2026.02.23 16:33:19.219240 [ 278 ] {51381649-d67a-4399-b600-49c6fd5f077a} TCPHandler: Processed in 0.002024382 sec. 2026.02.23 16:33:19.219351 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:33:19.219390 [ 190 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 3159 rows, containing 5 columns (5 merged, 0 gathered) in 0.002165735 sec., 1458627.2097001711 rows/sec., 101.57 MiB/sec. 2026.02.23 16:33:19.219443 [ 278 ] {35636fa0-4004-4b41-8b77-8668f2209e2c} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.23 16:33:19.219489 [ 278 ] {35636fa0-4004-4b41-8b77-8668f2209e2c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.23 16:33:19.219746 [ 197 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.02.23 16:33:19.219832 [ 278 ] {35636fa0-4004-4b41-8b77-8668f2209e2c} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:33:19.219874 [ 278 ] {35636fa0-4004-4b41-8b77-8668f2209e2c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2026.02.23 16:33:19.220028 [ 197 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_21_4} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:33:19.220109 [ 197 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_21_4} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.02.23 16:33:19.220194 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.84 MiB. 2026.02.23 16:33:19.220202 [ 278 ] {35636fa0-4004-4b41-8b77-8668f2209e2c} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.02.23 16:33:19.220410 [ 278 ] {35636fa0-4004-4b41-8b77-8668f2209e2c} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:33:19.220506 [ 25 ] {} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.02.23 16:33:19.220535 [ 278 ] {35636fa0-4004-4b41-8b77-8668f2209e2c} executeQuery: Read 60 rows, 4.14 KiB in 0.00111 sec., 54054.054054054046 rows/sec., 3.64 MiB/sec. 2026.02.23 16:33:19.220537 [ 25 ] {} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:33:19.220574 [ 25 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2026.02.23 16:33:19.220578 [ 278 ] {35636fa0-4004-4b41-8b77-8668f2209e2c} TCPHandler: Processed in 0.001274746 sec. 2026.02.23 16:33:19.220645 [ 202 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2026.02.23 16:33:19.220736 [ 202 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:33:19.220760 [ 202 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 680 rows starting from the beginning of the part 2026.02.23 16:33:19.220809 [ 202 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::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.02.23 16:33:19.220847 [ 202 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 60 rows starting from the beginning of the part 2026.02.23 16:33:19.220884 [ 202 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 60 rows starting from the beginning of the part 2026.02.23 16:33:19.220917 [ 202 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 60 rows starting from the beginning of the part 2026.02.23 16:33:19.220953 [ 202 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 60 rows starting from the beginning of the part 2026.02.23 16:33:19.221776 [ 189 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 960 rows, containing 4 columns (4 merged, 0 gathered) in 0.001161474 sec., 826535.9362327525 rows/sec., 53.66 MiB/sec. 2026.02.23 16:33:19.221932 [ 202 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.02.23 16:33:19.222176 [ 202 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_21_4} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:33:19.222238 [ 202 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_21_4} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.02.23 16:33:19.222296 [ 202 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB. 2026.02.23 16:33:20.157378 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 8184 2026.02.23 16:33:20.157872 [ 244 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:33:20.157912 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2026.02.23 16:33:20.158401 [ 244 ] {} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.02.23 16:33:20.158624 [ 244 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:33:20.158762 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8184 2026.02.23 16:33:20.599127 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 128 2026.02.23 16:33:20.614041 [ 243 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:33:20.614112 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2026.02.23 16:33:20.620112 [ 243 ] {} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.02.23 16:33:20.620865 [ 243 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:33:20.624078 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 128 2026.02.23 16:33:21.000251 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 240.70 MiB, peak 244.70 MiB, free memory in arenas 0.00 B, will set to 242.02 MiB (RSS), difference: 1.32 MiB 2026.02.23 16:33:22.673313 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 528 2026.02.23 16:33:22.675522 [ 242 ] {} system.query_log (b83b341e-dbaf-448e-9582-20b3e6cd291d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:33:22.675568 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2026.02.23 16:33:22.676750 [ 242 ] {} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.02.23 16:33:22.677001 [ 242 ] {} system.query_log (b83b341e-dbaf-448e-9582-20b3e6cd291d): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:33:22.677240 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 528 2026.02.23 16:33:24.202272 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:33:24.202471 [ 278 ] {eb11bdeb-a478-4e97-ae08-c3405bfd74d2} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.23 16:33:24.202541 [ 278 ] {eb11bdeb-a478-4e97-ae08-c3405bfd74d2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.23 16:33:24.203210 [ 278 ] {eb11bdeb-a478-4e97-ae08-c3405bfd74d2} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:33:24.203265 [ 278 ] {eb11bdeb-a478-4e97-ae08-c3405bfd74d2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2026.02.23 16:33:24.203680 [ 278 ] {eb11bdeb-a478-4e97-ae08-c3405bfd74d2} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.02.23 16:33:24.203909 [ 278 ] {eb11bdeb-a478-4e97-ae08-c3405bfd74d2} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:33:24.204072 [ 278 ] {eb11bdeb-a478-4e97-ae08-c3405bfd74d2} executeQuery: Read 76 rows, 6.41 KiB in 0.001649 sec., 46088.53850818678 rows/sec., 3.80 MiB/sec. 2026.02.23 16:33:24.204121 [ 278 ] {eb11bdeb-a478-4e97-ae08-c3405bfd74d2} TCPHandler: Processed in 0.00198178 sec. 2026.02.23 16:33:24.204254 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:33:24.204357 [ 278 ] {d08e5d38-9b1f-463a-a005-410ee293cd59} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.23 16:33:24.204402 [ 278 ] {d08e5d38-9b1f-463a-a005-410ee293cd59} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.23 16:33:24.204815 [ 278 ] {d08e5d38-9b1f-463a-a005-410ee293cd59} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:33:24.204854 [ 278 ] {d08e5d38-9b1f-463a-a005-410ee293cd59} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2026.02.23 16:33:24.205180 [ 278 ] {d08e5d38-9b1f-463a-a005-410ee293cd59} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.02.23 16:33:24.205385 [ 278 ] {d08e5d38-9b1f-463a-a005-410ee293cd59} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:33:24.205492 [ 40 ] {} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.02.23 16:33:24.205518 [ 278 ] {d08e5d38-9b1f-463a-a005-410ee293cd59} executeQuery: Read 10 rows, 770.00 B in 0.001183 sec., 8453.085376162298 rows/sec., 635.63 KiB/sec. 2026.02.23 16:33:24.205561 [ 40 ] {} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:33:24.205571 [ 278 ] {d08e5d38-9b1f-463a-a005-410ee293cd59} TCPHandler: Processed in 0.001370888 sec. 2026.02.23 16:33:24.205593 [ 40 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2026.02.23 16:33:24.205687 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:33:24.205718 [ 202 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2026.02.23 16:33:24.205789 [ 278 ] {5c638262-eedc-408e-a770-07c603c0579c} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.23 16:33:24.205838 [ 278 ] {5c638262-eedc-408e-a770-07c603c0579c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.23 16:33:24.205871 [ 202 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:33:24.205914 [ 202 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 211 rows starting from the beginning of the part 2026.02.23 16:33:24.205989 [ 202 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 14 rows starting from the beginning of the part 2026.02.23 16:33:24.206040 [ 202 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 31 rows starting from the beginning of the part 2026.02.23 16:33:24.206095 [ 202 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 10 rows starting from the beginning of the part 2026.02.23 16:33:24.206162 [ 202 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 47 rows starting from the beginning of the part 2026.02.23 16:33:24.206225 [ 202 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 10 rows starting from the beginning of the part 2026.02.23 16:33:24.206265 [ 278 ] {5c638262-eedc-408e-a770-07c603c0579c} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:33:24.206308 [ 278 ] {5c638262-eedc-408e-a770-07c603c0579c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2026.02.23 16:33:24.206787 [ 278 ] {5c638262-eedc-408e-a770-07c603c0579c} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.02.23 16:33:24.207026 [ 278 ] {5c638262-eedc-408e-a770-07c603c0579c} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:33:24.207163 [ 278 ] {5c638262-eedc-408e-a770-07c603c0579c} executeQuery: Read 74 rows, 5.92 KiB in 0.001393 sec., 53122.75664034458 rows/sec., 4.15 MiB/sec. 2026.02.23 16:33:24.207201 [ 278 ] {5c638262-eedc-408e-a770-07c603c0579c} TCPHandler: Processed in 0.001564242 sec. 2026.02.23 16:33:24.207218 [ 189 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 323 rows, containing 5 columns (5 merged, 0 gathered) in 0.001557292 sec., 207411.32684172268 rows/sec., 14.68 MiB/sec. 2026.02.23 16:33:24.207314 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:33:24.207415 [ 278 ] {b8542b8b-a805-41af-bc5f-48070e606e0f} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.23 16:33:24.207457 [ 188 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.02.23 16:33:24.207460 [ 278 ] {b8542b8b-a805-41af-bc5f-48070e606e0f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.23 16:33:24.207809 [ 188 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_21_4} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:33:24.207889 [ 278 ] {b8542b8b-a805-41af-bc5f-48070e606e0f} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:33:24.207904 [ 188 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_21_4} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.02.23 16:33:24.207935 [ 278 ] {b8542b8b-a805-41af-bc5f-48070e606e0f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2026.02.23 16:33:24.208035 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. 2026.02.23 16:33:24.208291 [ 278 ] {b8542b8b-a805-41af-bc5f-48070e606e0f} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.02.23 16:33:24.208504 [ 278 ] {b8542b8b-a805-41af-bc5f-48070e606e0f} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:33:24.208635 [ 278 ] {b8542b8b-a805-41af-bc5f-48070e606e0f} executeQuery: Read 160 rows, 11.41 KiB in 0.001238 sec., 129240.71082390954 rows/sec., 9.00 MiB/sec. 2026.02.23 16:33:24.208672 [ 278 ] {b8542b8b-a805-41af-bc5f-48070e606e0f} TCPHandler: Processed in 0.001407559 sec. 2026.02.23 16:33:24.208784 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:33:24.208878 [ 278 ] {9d8138d5-d0b5-4fe1-9f01-26a498860e8b} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.23 16:33:24.208933 [ 278 ] {9d8138d5-d0b5-4fe1-9f01-26a498860e8b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.23 16:33:24.209684 [ 278 ] {9d8138d5-d0b5-4fe1-9f01-26a498860e8b} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:33:24.209721 [ 278 ] {9d8138d5-d0b5-4fe1-9f01-26a498860e8b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2026.02.23 16:33:24.210260 [ 278 ] {9d8138d5-d0b5-4fe1-9f01-26a498860e8b} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.02.23 16:33:24.210480 [ 278 ] {9d8138d5-d0b5-4fe1-9f01-26a498860e8b} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:33:24.210588 [ 40 ] {} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.02.23 16:33:24.210619 [ 278 ] {9d8138d5-d0b5-4fe1-9f01-26a498860e8b} executeQuery: Read 10 rows, 18.35 KiB in 0.001758 sec., 5688.282138794084 rows/sec., 10.19 MiB/sec. 2026.02.23 16:33:24.210624 [ 40 ] {} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:33:24.210660 [ 40 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2026.02.23 16:33:24.210687 [ 278 ] {9d8138d5-d0b5-4fe1-9f01-26a498860e8b} TCPHandler: Processed in 0.00195449 sec. 2026.02.23 16:33:24.210736 [ 202 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2026.02.23 16:33:24.210804 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:33:24.210906 [ 278 ] {19fa50a1-7c38-4440-84bc-ee58e80f7b6e} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.23 16:33:24.210949 [ 278 ] {19fa50a1-7c38-4440-84bc-ee58e80f7b6e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.23 16:33:24.210978 [ 202 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:33:24.211042 [ 202 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 239 rows starting from the beginning of the part 2026.02.23 16:33:24.211162 [ 202 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 10 rows starting from the beginning of the part 2026.02.23 16:33:24.211271 [ 202 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 31 rows starting from the beginning of the part 2026.02.23 16:33:24.211287 [ 278 ] {19fa50a1-7c38-4440-84bc-ee58e80f7b6e} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:33:24.211328 [ 278 ] {19fa50a1-7c38-4440-84bc-ee58e80f7b6e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2026.02.23 16:33:24.211371 [ 202 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 10 rows starting from the beginning of the part 2026.02.23 16:33:24.211476 [ 202 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 31 rows starting from the beginning of the part 2026.02.23 16:33:24.211574 [ 202 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 10 rows starting from the beginning of the part 2026.02.23 16:33:24.211644 [ 278 ] {19fa50a1-7c38-4440-84bc-ee58e80f7b6e} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.02.23 16:33:24.211875 [ 278 ] {19fa50a1-7c38-4440-84bc-ee58e80f7b6e} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:33:24.212019 [ 278 ] {19fa50a1-7c38-4440-84bc-ee58e80f7b6e} executeQuery: Read 60 rows, 4.14 KiB in 0.001131 sec., 53050.39787798408 rows/sec., 3.58 MiB/sec. 2026.02.23 16:33:24.212056 [ 278 ] {19fa50a1-7c38-4440-84bc-ee58e80f7b6e} TCPHandler: Processed in 0.001302247 sec. 2026.02.23 16:33:24.214792 [ 188 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 331 rows, containing 19 columns (19 merged, 0 gathered) in 0.004086994 sec., 80988.61901925963 rows/sec., 145.13 MiB/sec. 2026.02.23 16:33:24.215460 [ 189 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.02.23 16:33:24.215865 [ 189 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_16_3} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:33:24.215947 [ 189 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_16_3} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.02.23 16:33:24.216122 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.93 MiB. 2026.02.23 16:33:27.568084 [ 78 ] {} DNSResolver: Updating DNS cache 2026.02.23 16:33:27.568164 [ 78 ] {} DNSResolver: Updated DNS cache 2026.02.23 16:33:27.658907 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 8632 2026.02.23 16:33:27.659380 [ 244 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:33:27.659417 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2026.02.23 16:33:27.659962 [ 244 ] {} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.02.23 16:33:27.660184 [ 244 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:33:27.660322 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8632 2026.02.23 16:33:28.124202 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 136 2026.02.23 16:33:28.140340 [ 243 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:33:28.140396 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2026.02.23 16:33:28.146367 [ 243 ] {} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.02.23 16:33:28.147087 [ 243 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:33:28.149794 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 136 2026.02.23 16:33:29.203827 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:33:29.204031 [ 278 ] {ef863091-d4bc-4a02-87cd-81dbe38b7f69} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.23 16:33:29.204106 [ 278 ] {ef863091-d4bc-4a02-87cd-81dbe38b7f69} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.23 16:33:29.204788 [ 278 ] {ef863091-d4bc-4a02-87cd-81dbe38b7f69} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:33:29.204837 [ 278 ] {ef863091-d4bc-4a02-87cd-81dbe38b7f69} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2026.02.23 16:33:29.205247 [ 278 ] {ef863091-d4bc-4a02-87cd-81dbe38b7f69} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.02.23 16:33:29.205470 [ 278 ] {ef863091-d4bc-4a02-87cd-81dbe38b7f69} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:33:29.205625 [ 278 ] {ef863091-d4bc-4a02-87cd-81dbe38b7f69} executeQuery: Read 120 rows, 10.47 KiB in 0.001648 sec., 72815.53398058252 rows/sec., 6.20 MiB/sec. 2026.02.23 16:33:29.205673 [ 278 ] {ef863091-d4bc-4a02-87cd-81dbe38b7f69} TCPHandler: Processed in 0.002007311 sec. 2026.02.23 16:33:29.205803 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:33:29.205907 [ 278 ] {b03ee7eb-8140-4fd8-acaf-1f67ff14e914} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.23 16:33:29.205951 [ 278 ] {b03ee7eb-8140-4fd8-acaf-1f67ff14e914} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.23 16:33:29.206384 [ 278 ] {b03ee7eb-8140-4fd8-acaf-1f67ff14e914} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:33:29.206418 [ 278 ] {b03ee7eb-8140-4fd8-acaf-1f67ff14e914} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2026.02.23 16:33:29.206720 [ 278 ] {b03ee7eb-8140-4fd8-acaf-1f67ff14e914} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.02.23 16:33:29.206931 [ 278 ] {b03ee7eb-8140-4fd8-acaf-1f67ff14e914} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:33:29.207057 [ 278 ] {b03ee7eb-8140-4fd8-acaf-1f67ff14e914} executeQuery: Read 32 rows, 2.41 KiB in 0.001173 sec., 27280.477408354647 rows/sec., 2.00 MiB/sec. 2026.02.23 16:33:29.207096 [ 278 ] {b03ee7eb-8140-4fd8-acaf-1f67ff14e914} TCPHandler: Processed in 0.001346418 sec. 2026.02.23 16:33:29.207211 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:33:29.207307 [ 278 ] {e69ea8fe-7d45-4b91-bd6e-a87c84dbf034} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.23 16:33:29.207349 [ 278 ] {e69ea8fe-7d45-4b91-bd6e-a87c84dbf034} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.23 16:33:29.207767 [ 278 ] {e69ea8fe-7d45-4b91-bd6e-a87c84dbf034} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:33:29.207802 [ 278 ] {e69ea8fe-7d45-4b91-bd6e-a87c84dbf034} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2026.02.23 16:33:29.208115 [ 278 ] {e69ea8fe-7d45-4b91-bd6e-a87c84dbf034} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.02.23 16:33:29.208324 [ 278 ] {e69ea8fe-7d45-4b91-bd6e-a87c84dbf034} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:33:29.208449 [ 278 ] {e69ea8fe-7d45-4b91-bd6e-a87c84dbf034} executeQuery: Read 96 rows, 7.68 KiB in 0.001161 sec., 82687.33850129199 rows/sec., 6.46 MiB/sec. 2026.02.23 16:33:29.208487 [ 278 ] {e69ea8fe-7d45-4b91-bd6e-a87c84dbf034} TCPHandler: Processed in 0.001325957 sec. 2026.02.23 16:33:29.208601 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:33:29.208696 [ 278 ] {a0b714ad-1989-4869-bf7b-99f115466288} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.23 16:33:29.208740 [ 278 ] {a0b714ad-1989-4869-bf7b-99f115466288} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.23 16:33:29.209135 [ 278 ] {a0b714ad-1989-4869-bf7b-99f115466288} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:33:29.209171 [ 278 ] {a0b714ad-1989-4869-bf7b-99f115466288} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2026.02.23 16:33:29.209497 [ 278 ] {a0b714ad-1989-4869-bf7b-99f115466288} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.02.23 16:33:29.209697 [ 278 ] {a0b714ad-1989-4869-bf7b-99f115466288} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:33:29.209821 [ 278 ] {a0b714ad-1989-4869-bf7b-99f115466288} executeQuery: Read 160 rows, 11.41 KiB in 0.001144 sec., 139860.13986013984 rows/sec., 9.74 MiB/sec. 2026.02.23 16:33:29.209863 [ 278 ] {a0b714ad-1989-4869-bf7b-99f115466288} TCPHandler: Processed in 0.001310307 sec. 2026.02.23 16:33:29.209975 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:33:29.210069 [ 278 ] {31034f7d-4c1a-4a23-ad6e-da2f4669967b} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.23 16:33:29.210122 [ 278 ] {31034f7d-4c1a-4a23-ad6e-da2f4669967b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.23 16:33:29.210906 [ 278 ] {31034f7d-4c1a-4a23-ad6e-da2f4669967b} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:33:29.210941 [ 278 ] {31034f7d-4c1a-4a23-ad6e-da2f4669967b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2026.02.23 16:33:29.211477 [ 278 ] {31034f7d-4c1a-4a23-ad6e-da2f4669967b} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.02.23 16:33:29.211693 [ 278 ] {31034f7d-4c1a-4a23-ad6e-da2f4669967b} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:33:29.211827 [ 278 ] {31034f7d-4c1a-4a23-ad6e-da2f4669967b} executeQuery: Read 32 rows, 58.72 KiB in 0.001775 sec., 18028.169014084506 rows/sec., 32.31 MiB/sec. 2026.02.23 16:33:29.211884 [ 278 ] {31034f7d-4c1a-4a23-ad6e-da2f4669967b} TCPHandler: Processed in 0.00196065 sec. 2026.02.23 16:33:29.211993 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:33:29.212082 [ 278 ] {bb5546af-8026-489a-bb61-7fec1fb71f9e} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.23 16:33:29.212133 [ 278 ] {bb5546af-8026-489a-bb61-7fec1fb71f9e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.23 16:33:29.212443 [ 278 ] {bb5546af-8026-489a-bb61-7fec1fb71f9e} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:33:29.212476 [ 278 ] {bb5546af-8026-489a-bb61-7fec1fb71f9e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2026.02.23 16:33:29.212763 [ 278 ] {bb5546af-8026-489a-bb61-7fec1fb71f9e} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.02.23 16:33:29.213028 [ 278 ] {bb5546af-8026-489a-bb61-7fec1fb71f9e} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:33:29.213151 [ 278 ] {bb5546af-8026-489a-bb61-7fec1fb71f9e} executeQuery: Read 60 rows, 4.14 KiB in 0.001071 sec., 56022.40896358544 rows/sec., 3.78 MiB/sec. 2026.02.23 16:33:29.213187 [ 278 ] {bb5546af-8026-489a-bb61-7fec1fb71f9e} TCPHandler: Processed in 0.001233055 sec. 2026.02.23 16:33:32.677504 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 552 2026.02.23 16:33:32.680008 [ 242 ] {} system.query_log (b83b341e-dbaf-448e-9582-20b3e6cd291d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:33:32.680056 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2026.02.23 16:33:32.681222 [ 242 ] {} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.02.23 16:33:32.681498 [ 242 ] {} system.query_log (b83b341e-dbaf-448e-9582-20b3e6cd291d): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:33:32.681844 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 552 2026.02.23 16:33:34.202102 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:33:34.202301 [ 278 ] {479cc7c4-d4b1-45f9-a8a0-3e17f28e00ac} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.02.23 16:33:34.202370 [ 278 ] {479cc7c4-d4b1-45f9-a8a0-3e17f28e00ac} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.02.23 16:33:34.202995 [ 278 ] {479cc7c4-d4b1-45f9-a8a0-3e17f28e00ac} oximeter.fields_ipaddr (aca7842a-9245-4e3c-8c67-e3828bf88048): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:33:34.203048 [ 278 ] {479cc7c4-d4b1-45f9-a8a0-3e17f28e00ac} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2026.02.23 16:33:34.203444 [ 278 ] {479cc7c4-d4b1-45f9-a8a0-3e17f28e00ac} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.02.23 16:33:34.203679 [ 278 ] {479cc7c4-d4b1-45f9-a8a0-3e17f28e00ac} oximeter.fields_ipaddr (aca7842a-9245-4e3c-8c67-e3828bf88048): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:33:34.203838 [ 278 ] {479cc7c4-d4b1-45f9-a8a0-3e17f28e00ac} executeQuery: Read 4 rows, 334.00 B in 0.001587 sec., 2520.4788909892877 rows/sec., 205.53 KiB/sec. 2026.02.23 16:33:34.203887 [ 278 ] {479cc7c4-d4b1-45f9-a8a0-3e17f28e00ac} TCPHandler: Processed in 0.00191378 sec. 2026.02.23 16:33:34.204016 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:33:34.204118 [ 278 ] {32a5a397-0b53-482f-ae6f-97aa937ebd16} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.23 16:33:34.204161 [ 278 ] {32a5a397-0b53-482f-ae6f-97aa937ebd16} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.23 16:33:34.204617 [ 278 ] {32a5a397-0b53-482f-ae6f-97aa937ebd16} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:33:34.204655 [ 278 ] {32a5a397-0b53-482f-ae6f-97aa937ebd16} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2026.02.23 16:33:34.204964 [ 278 ] {32a5a397-0b53-482f-ae6f-97aa937ebd16} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.02.23 16:33:34.205167 [ 278 ] {32a5a397-0b53-482f-ae6f-97aa937ebd16} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:33:34.205298 [ 278 ] {32a5a397-0b53-482f-ae6f-97aa937ebd16} executeQuery: Read 78 rows, 6.56 KiB in 0.001201 sec., 64945.8784346378 rows/sec., 5.33 MiB/sec. 2026.02.23 16:33:34.205335 [ 278 ] {32a5a397-0b53-482f-ae6f-97aa937ebd16} TCPHandler: Processed in 0.001372189 sec. 2026.02.23 16:33:34.205450 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:33:34.205547 [ 278 ] {da9cc4ae-c021-4c8a-a155-e1bbca797053} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.23 16:33:34.205587 [ 278 ] {da9cc4ae-c021-4c8a-a155-e1bbca797053} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.23 16:33:34.205982 [ 278 ] {da9cc4ae-c021-4c8a-a155-e1bbca797053} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:33:34.206019 [ 278 ] {da9cc4ae-c021-4c8a-a155-e1bbca797053} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2026.02.23 16:33:34.206310 [ 278 ] {da9cc4ae-c021-4c8a-a155-e1bbca797053} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.02.23 16:33:34.206518 [ 278 ] {da9cc4ae-c021-4c8a-a155-e1bbca797053} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:33:34.206644 [ 278 ] {da9cc4ae-c021-4c8a-a155-e1bbca797053} executeQuery: Read 14 rows, 1.03 KiB in 0.001116 sec., 12544.802867383512 rows/sec., 924.06 KiB/sec. 2026.02.23 16:33:34.206680 [ 278 ] {da9cc4ae-c021-4c8a-a155-e1bbca797053} TCPHandler: Processed in 0.001280426 sec. 2026.02.23 16:33:34.206782 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:33:34.206875 [ 278 ] {14feacc9-ac4c-49cb-bc27-f14441902940} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.23 16:33:34.206917 [ 278 ] {14feacc9-ac4c-49cb-bc27-f14441902940} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.23 16:33:34.207326 [ 278 ] {14feacc9-ac4c-49cb-bc27-f14441902940} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:33:34.207363 [ 278 ] {14feacc9-ac4c-49cb-bc27-f14441902940} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2026.02.23 16:33:34.207656 [ 278 ] {14feacc9-ac4c-49cb-bc27-f14441902940} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.02.23 16:33:34.207868 [ 278 ] {14feacc9-ac4c-49cb-bc27-f14441902940} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:33:34.207995 [ 278 ] {14feacc9-ac4c-49cb-bc27-f14441902940} executeQuery: Read 78 rows, 6.24 KiB in 0.001138 sec., 68541.30052724078 rows/sec., 5.36 MiB/sec. 2026.02.23 16:33:34.208032 [ 278 ] {14feacc9-ac4c-49cb-bc27-f14441902940} TCPHandler: Processed in 0.001298926 sec. 2026.02.23 16:33:34.208147 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:33:34.208241 [ 278 ] {1f4657de-9ffe-40f9-8a47-437ac683b015} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.23 16:33:34.208285 [ 278 ] {1f4657de-9ffe-40f9-8a47-437ac683b015} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.23 16:33:34.208688 [ 278 ] {1f4657de-9ffe-40f9-8a47-437ac683b015} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:33:34.208725 [ 278 ] {1f4657de-9ffe-40f9-8a47-437ac683b015} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2026.02.23 16:33:34.209050 [ 278 ] {1f4657de-9ffe-40f9-8a47-437ac683b015} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.02.23 16:33:34.209255 [ 278 ] {1f4657de-9ffe-40f9-8a47-437ac683b015} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:33:34.209382 [ 278 ] {1f4657de-9ffe-40f9-8a47-437ac683b015} executeQuery: Read 162 rows, 11.55 KiB in 0.001158 sec., 139896.3730569948 rows/sec., 9.74 MiB/sec. 2026.02.23 16:33:34.209418 [ 278 ] {1f4657de-9ffe-40f9-8a47-437ac683b015} TCPHandler: Processed in 0.001321167 sec. 2026.02.23 16:33:34.209526 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:33:34.209622 [ 278 ] {1d4b1025-3478-4409-8fc8-fa783d50be7f} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.23 16:33:34.209675 [ 278 ] {1d4b1025-3478-4409-8fc8-fa783d50be7f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.23 16:33:34.210377 [ 278 ] {1d4b1025-3478-4409-8fc8-fa783d50be7f} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:33:34.210413 [ 278 ] {1d4b1025-3478-4409-8fc8-fa783d50be7f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2026.02.23 16:33:34.210956 [ 278 ] {1d4b1025-3478-4409-8fc8-fa783d50be7f} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.02.23 16:33:34.211174 [ 278 ] {1d4b1025-3478-4409-8fc8-fa783d50be7f} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:33:34.211315 [ 278 ] {1d4b1025-3478-4409-8fc8-fa783d50be7f} executeQuery: Read 10 rows, 18.35 KiB in 0.00171 sec., 5847.95321637427 rows/sec., 10.48 MiB/sec. 2026.02.23 16:33:34.211376 [ 278 ] {1d4b1025-3478-4409-8fc8-fa783d50be7f} TCPHandler: Processed in 0.001904199 sec. 2026.02.23 16:33:34.211487 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:33:34.211583 [ 278 ] {72967b17-aa6b-4d62-af15-327676f3aff1} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.23 16:33:34.211625 [ 278 ] {72967b17-aa6b-4d62-af15-327676f3aff1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.23 16:33:34.211954 [ 278 ] {72967b17-aa6b-4d62-af15-327676f3aff1} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:33:34.211991 [ 278 ] {72967b17-aa6b-4d62-af15-327676f3aff1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2026.02.23 16:33:34.212287 [ 278 ] {72967b17-aa6b-4d62-af15-327676f3aff1} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.02.23 16:33:34.212496 [ 278 ] {72967b17-aa6b-4d62-af15-327676f3aff1} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:33:34.212623 [ 278 ] {72967b17-aa6b-4d62-af15-327676f3aff1} executeQuery: Read 60 rows, 4.14 KiB in 0.001058 sec., 56710.77504725898 rows/sec., 3.82 MiB/sec. 2026.02.23 16:33:34.212661 [ 278 ] {72967b17-aa6b-4d62-af15-327676f3aff1} TCPHandler: Processed in 0.001223355 sec. 2026.02.23 16:33:35.160446 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 9144 2026.02.23 16:33:35.160992 [ 244 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:33:35.161038 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2026.02.23 16:33:35.161657 [ 244 ] {} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.02.23 16:33:35.161909 [ 244 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:33:35.162038 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9144 2026.02.23 16:33:35.649907 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 144 2026.02.23 16:33:35.666914 [ 243 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:33:35.666981 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2026.02.23 16:33:35.673186 [ 243 ] {} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.02.23 16:33:35.673924 [ 243 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:33:35.676978 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 144 2026.02.23 16:33:39.203449 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:33:39.203770 [ 278 ] {af484e19-c4b8-4645-8381-1ecdf07c14bb} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.23 16:33:39.203842 [ 278 ] {af484e19-c4b8-4645-8381-1ecdf07c14bb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.23 16:33:39.204648 [ 278 ] {af484e19-c4b8-4645-8381-1ecdf07c14bb} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:33:39.204697 [ 278 ] {af484e19-c4b8-4645-8381-1ecdf07c14bb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2026.02.23 16:33:39.205116 [ 278 ] {af484e19-c4b8-4645-8381-1ecdf07c14bb} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.02.23 16:33:39.205343 [ 278 ] {af484e19-c4b8-4645-8381-1ecdf07c14bb} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:33:39.205516 [ 278 ] {af484e19-c4b8-4645-8381-1ecdf07c14bb} executeQuery: Read 120 rows, 10.47 KiB in 0.001822 sec., 65861.69045005488 rows/sec., 5.61 MiB/sec. 2026.02.23 16:33:39.205566 [ 278 ] {af484e19-c4b8-4645-8381-1ecdf07c14bb} TCPHandler: Processed in 0.002303048 sec. 2026.02.23 16:33:39.205703 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:33:39.205807 [ 278 ] {9811cc09-a9a8-4306-99e6-af2cabeb9f23} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.23 16:33:39.205850 [ 278 ] {9811cc09-a9a8-4306-99e6-af2cabeb9f23} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.23 16:33:39.206356 [ 278 ] {9811cc09-a9a8-4306-99e6-af2cabeb9f23} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:33:39.206394 [ 278 ] {9811cc09-a9a8-4306-99e6-af2cabeb9f23} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2026.02.23 16:33:39.206695 [ 278 ] {9811cc09-a9a8-4306-99e6-af2cabeb9f23} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.02.23 16:33:39.206902 [ 278 ] {9811cc09-a9a8-4306-99e6-af2cabeb9f23} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:33:39.207036 [ 278 ] {9811cc09-a9a8-4306-99e6-af2cabeb9f23} executeQuery: Read 32 rows, 2.41 KiB in 0.001252 sec., 25559.1054313099 rows/sec., 1.88 MiB/sec. 2026.02.23 16:33:39.207073 [ 278 ] {9811cc09-a9a8-4306-99e6-af2cabeb9f23} TCPHandler: Processed in 0.001423419 sec. 2026.02.23 16:33:39.207195 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:33:39.207291 [ 278 ] {41e6f8ff-ad03-4351-a27e-f8de486b39bc} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.23 16:33:39.207332 [ 278 ] {41e6f8ff-ad03-4351-a27e-f8de486b39bc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.23 16:33:39.207830 [ 278 ] {41e6f8ff-ad03-4351-a27e-f8de486b39bc} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:33:39.207868 [ 278 ] {41e6f8ff-ad03-4351-a27e-f8de486b39bc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2026.02.23 16:33:39.208171 [ 278 ] {41e6f8ff-ad03-4351-a27e-f8de486b39bc} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.02.23 16:33:39.208377 [ 278 ] {41e6f8ff-ad03-4351-a27e-f8de486b39bc} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:33:39.208516 [ 278 ] {41e6f8ff-ad03-4351-a27e-f8de486b39bc} executeQuery: Read 96 rows, 7.68 KiB in 0.001243 sec., 77232.50201126307 rows/sec., 6.03 MiB/sec. 2026.02.23 16:33:39.208556 [ 278 ] {41e6f8ff-ad03-4351-a27e-f8de486b39bc} TCPHandler: Processed in 0.001411469 sec. 2026.02.23 16:33:39.208680 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:33:39.208775 [ 278 ] {6dcd6209-05c4-435d-b0da-95c9029ab2f8} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.23 16:33:39.208819 [ 278 ] {6dcd6209-05c4-435d-b0da-95c9029ab2f8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.23 16:33:39.209228 [ 278 ] {6dcd6209-05c4-435d-b0da-95c9029ab2f8} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:33:39.209342 [ 278 ] {6dcd6209-05c4-435d-b0da-95c9029ab2f8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2026.02.23 16:33:39.209687 [ 278 ] {6dcd6209-05c4-435d-b0da-95c9029ab2f8} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.02.23 16:33:39.209899 [ 278 ] {6dcd6209-05c4-435d-b0da-95c9029ab2f8} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:33:39.210036 [ 278 ] {6dcd6209-05c4-435d-b0da-95c9029ab2f8} executeQuery: Read 160 rows, 11.41 KiB in 0.00128 sec., 124999.99999999999 rows/sec., 8.71 MiB/sec. 2026.02.23 16:33:39.210074 [ 278 ] {6dcd6209-05c4-435d-b0da-95c9029ab2f8} TCPHandler: Processed in 0.001443069 sec. 2026.02.23 16:33:39.210187 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:33:39.210282 [ 278 ] {092f4be4-bd65-44b1-9fa4-19cef38798e0} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.23 16:33:39.210337 [ 278 ] {092f4be4-bd65-44b1-9fa4-19cef38798e0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.23 16:33:39.211229 [ 278 ] {092f4be4-bd65-44b1-9fa4-19cef38798e0} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:33:39.211266 [ 278 ] {092f4be4-bd65-44b1-9fa4-19cef38798e0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2026.02.23 16:33:39.211808 [ 278 ] {092f4be4-bd65-44b1-9fa4-19cef38798e0} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.02.23 16:33:39.212034 [ 278 ] {092f4be4-bd65-44b1-9fa4-19cef38798e0} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:33:39.212179 [ 278 ] {092f4be4-bd65-44b1-9fa4-19cef38798e0} executeQuery: Read 32 rows, 58.72 KiB in 0.001914 sec., 16718.91327063741 rows/sec., 29.96 MiB/sec. 2026.02.23 16:33:39.212242 [ 278 ] {092f4be4-bd65-44b1-9fa4-19cef38798e0} TCPHandler: Processed in 0.002104193 sec. 2026.02.23 16:33:39.212355 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:33:39.212450 [ 278 ] {391134f6-eecb-47d9-bf21-1d5ca01eb3f6} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.23 16:33:39.212492 [ 278 ] {391134f6-eecb-47d9-bf21-1d5ca01eb3f6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.23 16:33:39.212823 [ 278 ] {391134f6-eecb-47d9-bf21-1d5ca01eb3f6} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:33:39.212859 [ 278 ] {391134f6-eecb-47d9-bf21-1d5ca01eb3f6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2026.02.23 16:33:39.213162 [ 278 ] {391134f6-eecb-47d9-bf21-1d5ca01eb3f6} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.02.23 16:33:39.213368 [ 278 ] {391134f6-eecb-47d9-bf21-1d5ca01eb3f6} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:33:39.213504 [ 278 ] {391134f6-eecb-47d9-bf21-1d5ca01eb3f6} executeQuery: Read 60 rows, 4.14 KiB in 0.001074 sec., 55865.92178770949 rows/sec., 3.76 MiB/sec. 2026.02.23 16:33:39.213541 [ 278 ] {391134f6-eecb-47d9-bf21-1d5ca01eb3f6} TCPHandler: Processed in 0.001235836 sec. 2026.02.23 16:33:42.568216 [ 107 ] {} DNSResolver: Updating DNS cache 2026.02.23 16:33:42.568265 [ 107 ] {} DNSResolver: Updated DNS cache 2026.02.23 16:33:42.662108 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 9592 2026.02.23 16:33:42.662600 [ 244 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:33:42.662646 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2026.02.23 16:33:42.663138 [ 244 ] {} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.02.23 16:33:42.663370 [ 244 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:33:42.663513 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9592 2026.02.23 16:33:42.681955 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 578 2026.02.23 16:33:42.684275 [ 242 ] {} system.query_log (b83b341e-dbaf-448e-9582-20b3e6cd291d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:33:42.684343 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2026.02.23 16:33:42.685605 [ 242 ] {} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.02.23 16:33:42.685875 [ 242 ] {} system.query_log (b83b341e-dbaf-448e-9582-20b3e6cd291d): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:33:42.686199 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 578 2026.02.23 16:33:43.177030 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 151 2026.02.23 16:33:43.194544 [ 243 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:33:43.194601 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2026.02.23 16:33:43.200168 [ 243 ] {} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.02.23 16:33:43.200883 [ 243 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:33:43.203809 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 151 2026.02.23 16:33:44.201872 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:33:44.202056 [ 278 ] {09d31360-5d54-4b0a-82c7-35afbdb630b3} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.23 16:33:44.202122 [ 278 ] {09d31360-5d54-4b0a-82c7-35afbdb630b3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.23 16:33:44.202757 [ 278 ] {09d31360-5d54-4b0a-82c7-35afbdb630b3} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:33:44.202806 [ 278 ] {09d31360-5d54-4b0a-82c7-35afbdb630b3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2026.02.23 16:33:44.203202 [ 278 ] {09d31360-5d54-4b0a-82c7-35afbdb630b3} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.02.23 16:33:44.203422 [ 278 ] {09d31360-5d54-4b0a-82c7-35afbdb630b3} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:33:44.203567 [ 278 ] {09d31360-5d54-4b0a-82c7-35afbdb630b3} executeQuery: Read 76 rows, 6.41 KiB in 0.001561 sec., 48686.739269698905 rows/sec., 4.01 MiB/sec. 2026.02.23 16:33:44.203562 [ 106 ] {} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.02.23 16:33:44.203610 [ 278 ] {09d31360-5d54-4b0a-82c7-35afbdb630b3} TCPHandler: Processed in 0.001876238 sec. 2026.02.23 16:33:44.203646 [ 106 ] {} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:33:44.203673 [ 106 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2026.02.23 16:33:44.203755 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:33:44.203804 [ 200 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_26_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full 2026.02.23 16:33:44.203856 [ 278 ] {b57301bb-d5fc-46ae-9895-67f320cd8f5b} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.23 16:33:44.203904 [ 278 ] {b57301bb-d5fc-46ae-9895-67f320cd8f5b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.23 16:33:44.203958 [ 200 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:33:44.204000 [ 200 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1009 rows starting from the beginning of the part 2026.02.23 16:33:44.204072 [ 200 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 76 rows starting from the beginning of the part 2026.02.23 16:33:44.204124 [ 200 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 120 rows starting from the beginning of the part 2026.02.23 16:33:44.204171 [ 200 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 78 rows starting from the beginning of the part 2026.02.23 16:33:44.204249 [ 200 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 120 rows starting from the beginning of the part 2026.02.23 16:33:44.204301 [ 278 ] {b57301bb-d5fc-46ae-9895-67f320cd8f5b} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:33:44.204323 [ 200 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 76 rows starting from the beginning of the part 2026.02.23 16:33:44.204341 [ 278 ] {b57301bb-d5fc-46ae-9895-67f320cd8f5b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.02.23 16:33:44.204662 [ 278 ] {b57301bb-d5fc-46ae-9895-67f320cd8f5b} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.02.23 16:33:44.204900 [ 278 ] {b57301bb-d5fc-46ae-9895-67f320cd8f5b} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:33:44.205037 [ 278 ] {b57301bb-d5fc-46ae-9895-67f320cd8f5b} executeQuery: Read 10 rows, 770.00 B in 0.0012 sec., 8333.333333333334 rows/sec., 626.63 KiB/sec. 2026.02.23 16:33:44.205075 [ 278 ] {b57301bb-d5fc-46ae-9895-67f320cd8f5b} TCPHandler: Processed in 0.001372018 sec. 2026.02.23 16:33:44.205196 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:33:44.205290 [ 278 ] {2f85be31-a4cb-4186-80a1-e8e8457f4f1b} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.23 16:33:44.205331 [ 278 ] {2f85be31-a4cb-4186-80a1-e8e8457f4f1b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.23 16:33:44.205746 [ 278 ] {2f85be31-a4cb-4186-80a1-e8e8457f4f1b} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:33:44.205783 [ 278 ] {2f85be31-a4cb-4186-80a1-e8e8457f4f1b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.02.23 16:33:44.205921 [ 189 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 1479 rows, containing 5 columns (5 merged, 0 gathered) in 0.002173965 sec., 680323.7402626077 rows/sec., 58.57 MiB/sec. 2026.02.23 16:33:44.206083 [ 278 ] {2f85be31-a4cb-4186-80a1-e8e8457f4f1b} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.02.23 16:33:44.206182 [ 188 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.02.23 16:33:44.206329 [ 278 ] {2f85be31-a4cb-4186-80a1-e8e8457f4f1b} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:33:44.206448 [ 106 ] {} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.02.23 16:33:44.206470 [ 278 ] {2f85be31-a4cb-4186-80a1-e8e8457f4f1b} executeQuery: Read 74 rows, 5.92 KiB in 0.001198 sec., 61769.616026711185 rows/sec., 4.82 MiB/sec. 2026.02.23 16:33:44.206498 [ 106 ] {} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:33:44.206513 [ 278 ] {2f85be31-a4cb-4186-80a1-e8e8457f4f1b} TCPHandler: Processed in 0.001366258 sec. 2026.02.23 16:33:44.206529 [ 106 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.02.23 16:33:44.206534 [ 188 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_26_5} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:33:44.206621 [ 200 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_26_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full 2026.02.23 16:33:44.206631 [ 188 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_26_5} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.02.23 16:33:44.206636 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:33:44.206726 [ 200 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:33:44.206733 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. 2026.02.23 16:33:44.206749 [ 278 ] {9ba003e6-9ffd-48b7-be22-1e9e2134170f} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.23 16:33:44.206767 [ 200 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 603 rows starting from the beginning of the part 2026.02.23 16:33:44.206808 [ 278 ] {9ba003e6-9ffd-48b7-be22-1e9e2134170f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.23 16:33:44.206843 [ 200 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 74 rows starting from the beginning of the part 2026.02.23 16:33:44.206905 [ 200 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 96 rows starting from the beginning of the part 2026.02.23 16:33:44.206967 [ 200 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 78 rows starting from the beginning of the part 2026.02.23 16:33:44.207023 [ 200 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 96 rows starting from the beginning of the part 2026.02.23 16:33:44.207071 [ 200 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 74 rows starting from the beginning of the part 2026.02.23 16:33:44.207237 [ 278 ] {9ba003e6-9ffd-48b7-be22-1e9e2134170f} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:33:44.207280 [ 278 ] {9ba003e6-9ffd-48b7-be22-1e9e2134170f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.02.23 16:33:44.207633 [ 278 ] {9ba003e6-9ffd-48b7-be22-1e9e2134170f} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.02.23 16:33:44.207871 [ 278 ] {9ba003e6-9ffd-48b7-be22-1e9e2134170f} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:33:44.207982 [ 106 ] {} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.02.23 16:33:44.208009 [ 278 ] {9ba003e6-9ffd-48b7-be22-1e9e2134170f} executeQuery: Read 160 rows, 11.41 KiB in 0.001278 sec., 125195.61815336463 rows/sec., 8.72 MiB/sec. 2026.02.23 16:33:44.208013 [ 106 ] {} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:33:44.208048 [ 106 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.02.23 16:33:44.208052 [ 278 ] {9ba003e6-9ffd-48b7-be22-1e9e2134170f} TCPHandler: Processed in 0.0014657 sec. 2026.02.23 16:33:44.208131 [ 187 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_26_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full 2026.02.23 16:33:44.208173 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:33:44.208219 [ 187 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:33:44.208249 [ 187 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 3159 rows starting from the beginning of the part 2026.02.23 16:33:44.208264 [ 188 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 1021 rows, containing 5 columns (5 merged, 0 gathered) in 0.001684085 sec., 606263.9356089508 rows/sec., 47.58 MiB/sec. 2026.02.23 16:33:44.208266 [ 278 ] {2b4d3a10-de7f-4a53-8dd7-0f2dd7218d61} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.23 16:33:44.208305 [ 187 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 160 rows starting from the beginning of the part 2026.02.23 16:33:44.208340 [ 278 ] {2b4d3a10-de7f-4a53-8dd7-0f2dd7218d61} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.23 16:33:44.208348 [ 187 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 160 rows starting from the beginning of the part 2026.02.23 16:33:44.208391 [ 187 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 162 rows starting from the beginning of the part 2026.02.23 16:33:44.208395 [ 188 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.02.23 16:33:44.208433 [ 187 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 160 rows starting from the beginning of the part 2026.02.23 16:33:44.208476 [ 187 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 160 rows starting from the beginning of the part 2026.02.23 16:33:44.208670 [ 188 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_26_5} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:33:44.208746 [ 188 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_26_5} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.02.23 16:33:44.208810 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.43 MiB. 2026.02.23 16:33:44.209097 [ 278 ] {2b4d3a10-de7f-4a53-8dd7-0f2dd7218d61} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:33:44.209137 [ 278 ] {2b4d3a10-de7f-4a53-8dd7-0f2dd7218d61} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.02.23 16:33:44.209646 [ 278 ] {2b4d3a10-de7f-4a53-8dd7-0f2dd7218d61} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.02.23 16:33:44.209753 [ 198 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 3961 rows, containing 5 columns (5 merged, 0 gathered) in 0.001660225 sec., 2385821.1989338794 rows/sec., 166.14 MiB/sec. 2026.02.23 16:33:44.209871 [ 278 ] {2b4d3a10-de7f-4a53-8dd7-0f2dd7218d61} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:33:44.210015 [ 278 ] {2b4d3a10-de7f-4a53-8dd7-0f2dd7218d61} executeQuery: Read 10 rows, 18.35 KiB in 0.001765 sec., 5665.7223796033995 rows/sec., 10.15 MiB/sec. 2026.02.23 16:33:44.210066 [ 278 ] {2b4d3a10-de7f-4a53-8dd7-0f2dd7218d61} TCPHandler: Processed in 0.00194265 sec. 2026.02.23 16:33:44.210151 [ 188 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.02.23 16:33:44.210177 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:33:44.210277 [ 278 ] {6a0358b6-6d5e-4c4f-938d-5c1a14b37e77} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.23 16:33:44.210323 [ 278 ] {6a0358b6-6d5e-4c4f-938d-5c1a14b37e77} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.23 16:33:44.210410 [ 188 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_26_5} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:33:44.210483 [ 188 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_26_5} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.02.23 16:33:44.210567 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.89 MiB. 2026.02.23 16:33:44.210661 [ 278 ] {6a0358b6-6d5e-4c4f-938d-5c1a14b37e77} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:33:44.210702 [ 278 ] {6a0358b6-6d5e-4c4f-938d-5c1a14b37e77} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2026.02.23 16:33:44.211016 [ 278 ] {6a0358b6-6d5e-4c4f-938d-5c1a14b37e77} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.02.23 16:33:44.211225 [ 278 ] {6a0358b6-6d5e-4c4f-938d-5c1a14b37e77} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:33:44.211331 [ 106 ] {} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.02.23 16:33:44.211356 [ 278 ] {6a0358b6-6d5e-4c4f-938d-5c1a14b37e77} executeQuery: Read 60 rows, 4.14 KiB in 0.001098 sec., 54644.8087431694 rows/sec., 3.68 MiB/sec. 2026.02.23 16:33:44.211386 [ 106 ] {} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:33:44.211404 [ 278 ] {6a0358b6-6d5e-4c4f-938d-5c1a14b37e77} TCPHandler: Processed in 0.001275977 sec. 2026.02.23 16:33:44.211411 [ 106 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2026.02.23 16:33:44.211498 [ 187 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_26_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full 2026.02.23 16:33:44.211579 [ 187 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:33:44.211601 [ 187 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 960 rows starting from the beginning of the part 2026.02.23 16:33:44.211642 [ 187 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 60 rows starting from the beginning of the part 2026.02.23 16:33:44.211677 [ 187 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 60 rows starting from the beginning of the part 2026.02.23 16:33:44.211708 [ 187 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 60 rows starting from the beginning of the part 2026.02.23 16:33:44.211738 [ 187 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 60 rows starting from the beginning of the part 2026.02.23 16:33:44.211770 [ 187 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 60 rows starting from the beginning of the part 2026.02.23 16:33:44.212498 [ 188 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 1260 rows, containing 4 columns (4 merged, 0 gathered) in 0.001027261 sec., 1226562.6749190323 rows/sec., 80.35 MiB/sec. 2026.02.23 16:33:44.212748 [ 198 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.02.23 16:33:44.213079 [ 198 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_26_5} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:33:44.213160 [ 198 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_26_5} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.02.23 16:33:44.213248 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.46 MiB. 2026.02.23 16:33:45.539234 [ 98 ] {} oximeter.fields_ipaddr (aca7842a-9245-4e3c-8c67-e3828bf88048) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 2026.02.23 16:33:45.539339 [ 98 ] {} oximeter.fields_ipaddr (aca7842a-9245-4e3c-8c67-e3828bf88048): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:33:45.539378 [ 98 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2026.02.23 16:33:45.539554 [ 186 ] {aca7842a-9245-4e3c-8c67-e3828bf88048::all_1_9_2} MergeTask::PrepareStage: Merging 5 parts: from all_1_5_1 to all_9_9_0 into Compact with storage Full 2026.02.23 16:33:45.539751 [ 186 ] {aca7842a-9245-4e3c-8c67-e3828bf88048::all_1_9_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:33:45.539806 [ 186 ] {aca7842a-9245-4e3c-8c67-e3828bf88048::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 16 rows starting from the beginning of the part 2026.02.23 16:33:45.539912 [ 186 ] {aca7842a-9245-4e3c-8c67-e3828bf88048::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.02.23 16:33:45.539982 [ 186 ] {aca7842a-9245-4e3c-8c67-e3828bf88048::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 4 rows starting from the beginning of the part 2026.02.23 16:33:45.540022 [ 186 ] {aca7842a-9245-4e3c-8c67-e3828bf88048::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 4 rows starting from the beginning of the part 2026.02.23 16:33:45.540062 [ 186 ] {aca7842a-9245-4e3c-8c67-e3828bf88048::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 4 rows starting from the beginning of the part 2026.02.23 16:33:45.540772 [ 198 ] {aca7842a-9245-4e3c-8c67-e3828bf88048::all_1_9_2} MergeTask::MergeProjectionsStage: Merge sorted 32 rows, containing 5 columns (5 merged, 0 gathered) in 0.001287006 sec., 24863.90894836543 rows/sec., 2.07 MiB/sec. 2026.02.23 16:33:45.540918 [ 198 ] {aca7842a-9245-4e3c-8c67-e3828bf88048::all_1_9_2} MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) 2026.02.23 16:33:45.541162 [ 198 ] {aca7842a-9245-4e3c-8c67-e3828bf88048::all_1_9_2} oximeter.fields_ipaddr (aca7842a-9245-4e3c-8c67-e3828bf88048): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:33:45.541228 [ 198 ] {aca7842a-9245-4e3c-8c67-e3828bf88048::all_1_9_2} oximeter.fields_ipaddr (aca7842a-9245-4e3c-8c67-e3828bf88048) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 2026.02.23 16:33:45.541293 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2026.02.23 16:33:49.206154 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:33:49.206354 [ 278 ] {4f6ba458-2f87-4b64-89ed-bb5c514451b4} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.02.23 16:33:49.206420 [ 278 ] {4f6ba458-2f87-4b64-89ed-bb5c514451b4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.02.23 16:33:49.207040 [ 278 ] {4f6ba458-2f87-4b64-89ed-bb5c514451b4} oximeter.fields_i16 (91b3829e-2a99-49e1-955c-43ffdc3fb409): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:33:49.207088 [ 278 ] {4f6ba458-2f87-4b64-89ed-bb5c514451b4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.02.23 16:33:49.207482 [ 278 ] {4f6ba458-2f87-4b64-89ed-bb5c514451b4} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.02.23 16:33:49.207710 [ 278 ] {4f6ba458-2f87-4b64-89ed-bb5c514451b4} oximeter.fields_i16 (91b3829e-2a99-49e1-955c-43ffdc3fb409): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:33:49.207859 [ 278 ] {4f6ba458-2f87-4b64-89ed-bb5c514451b4} executeQuery: Read 24 rows, 2.04 KiB in 0.001555 sec., 15434.083601286175 rows/sec., 1.28 MiB/sec. 2026.02.23 16:33:49.207901 [ 278 ] {4f6ba458-2f87-4b64-89ed-bb5c514451b4} TCPHandler: Processed in 0.001882669 sec. 2026.02.23 16:33:49.208024 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:33:49.208120 [ 278 ] {307914f9-b3a9-4ea6-a307-199dd9a3b321} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.02.23 16:33:49.208161 [ 278 ] {307914f9-b3a9-4ea6-a307-199dd9a3b321} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.02.23 16:33:49.208546 [ 278 ] {307914f9-b3a9-4ea6-a307-199dd9a3b321} oximeter.fields_ipaddr (aca7842a-9245-4e3c-8c67-e3828bf88048): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:33:49.208583 [ 278 ] {307914f9-b3a9-4ea6-a307-199dd9a3b321} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.02.23 16:33:49.208865 [ 278 ] {307914f9-b3a9-4ea6-a307-199dd9a3b321} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.02.23 16:33:49.209071 [ 278 ] {307914f9-b3a9-4ea6-a307-199dd9a3b321} oximeter.fields_ipaddr (aca7842a-9245-4e3c-8c67-e3828bf88048): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:33:49.209198 [ 278 ] {307914f9-b3a9-4ea6-a307-199dd9a3b321} executeQuery: Read 4 rows, 334.00 B in 0.001096 sec., 3649.6350364963505 rows/sec., 297.60 KiB/sec. 2026.02.23 16:33:49.209234 [ 278 ] {307914f9-b3a9-4ea6-a307-199dd9a3b321} TCPHandler: Processed in 0.001260476 sec. 2026.02.23 16:33:49.209357 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:33:49.209479 [ 278 ] {d5627181-9413-4fc9-b078-16f662bb86ef} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.23 16:33:49.209529 [ 278 ] {d5627181-9413-4fc9-b078-16f662bb86ef} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.23 16:33:49.210128 [ 278 ] {d5627181-9413-4fc9-b078-16f662bb86ef} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:33:49.210166 [ 278 ] {d5627181-9413-4fc9-b078-16f662bb86ef} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.02.23 16:33:49.210521 [ 278 ] {d5627181-9413-4fc9-b078-16f662bb86ef} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.02.23 16:33:49.210727 [ 278 ] {d5627181-9413-4fc9-b078-16f662bb86ef} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:33:49.210854 [ 278 ] {d5627181-9413-4fc9-b078-16f662bb86ef} executeQuery: Read 242 rows, 22.08 KiB in 0.001399 sec., 172980.7005003574 rows/sec., 15.41 MiB/sec. 2026.02.23 16:33:49.210892 [ 278 ] {d5627181-9413-4fc9-b078-16f662bb86ef} TCPHandler: Processed in 0.001597833 sec. 2026.02.23 16:33:49.211006 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:33:49.211107 [ 278 ] {1000cf29-a9c8-4c06-bbb3-97f6ca0f7d00} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.23 16:33:49.211148 [ 278 ] {1000cf29-a9c8-4c06-bbb3-97f6ca0f7d00} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.23 16:33:49.211556 [ 278 ] {1000cf29-a9c8-4c06-bbb3-97f6ca0f7d00} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:33:49.211594 [ 278 ] {1000cf29-a9c8-4c06-bbb3-97f6ca0f7d00} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.02.23 16:33:49.211891 [ 278 ] {1000cf29-a9c8-4c06-bbb3-97f6ca0f7d00} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.02.23 16:33:49.212115 [ 278 ] {1000cf29-a9c8-4c06-bbb3-97f6ca0f7d00} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:33:49.212232 [ 114 ] {} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.02.23 16:33:49.212244 [ 278 ] {1000cf29-a9c8-4c06-bbb3-97f6ca0f7d00} executeQuery: Read 48 rows, 3.65 KiB in 0.001155 sec., 41558.44155844156 rows/sec., 3.08 MiB/sec. 2026.02.23 16:33:49.212306 [ 114 ] {} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:33:49.212324 [ 278 ] {1000cf29-a9c8-4c06-bbb3-97f6ca0f7d00} TCPHandler: Processed in 0.001370879 sec. 2026.02.23 16:33:49.212336 [ 114 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.02.23 16:33:49.212445 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:33:49.212449 [ 186 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_26_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full 2026.02.23 16:33:49.212546 [ 278 ] {14a19f71-7801-4cc2-a8ee-3f3020076459} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.02.23 16:33:49.212585 [ 186 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:33:49.212591 [ 278 ] {14a19f71-7801-4cc2-a8ee-3f3020076459} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.02.23 16:33:49.212626 [ 186 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 213 rows starting from the beginning of the part 2026.02.23 16:33:49.212702 [ 186 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 32 rows starting from the beginning of the part 2026.02.23 16:33:49.212747 [ 186 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::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.02.23 16:33:49.212788 [ 186 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 32 rows starting from the beginning of the part 2026.02.23 16:33:49.212827 [ 186 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 10 rows starting from the beginning of the part 2026.02.23 16:33:49.212870 [ 186 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 48 rows starting from the beginning of the part 2026.02.23 16:33:49.213009 [ 278 ] {14a19f71-7801-4cc2-a8ee-3f3020076459} oximeter.fields_u32 (3630ead0-c5da-4e23-a9d2-59d0589dc119): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:33:49.213051 [ 278 ] {14a19f71-7801-4cc2-a8ee-3f3020076459} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.02.23 16:33:49.213370 [ 278 ] {14a19f71-7801-4cc2-a8ee-3f3020076459} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.02.23 16:33:49.213595 [ 278 ] {14a19f71-7801-4cc2-a8ee-3f3020076459} oximeter.fields_u32 (3630ead0-c5da-4e23-a9d2-59d0589dc119): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:33:49.213724 [ 278 ] {14a19f71-7801-4cc2-a8ee-3f3020076459} executeQuery: Read 24 rows, 2.04 KiB in 0.001196 sec., 20066.889632107024 rows/sec., 1.66 MiB/sec. 2026.02.23 16:33:49.213763 [ 278 ] {14a19f71-7801-4cc2-a8ee-3f3020076459} TCPHandler: Processed in 0.001368878 sec. 2026.02.23 16:33:49.213775 [ 193 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 349 rows, containing 5 columns (5 merged, 0 gathered) in 0.001364738 sec., 255726.74022413092 rows/sec., 18.21 MiB/sec. 2026.02.23 16:33:49.213865 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:33:49.213941 [ 186 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.02.23 16:33:49.213963 [ 278 ] {481d2de4-ff59-4186-a07f-d50d46389414} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.02.23 16:33:49.214010 [ 278 ] {481d2de4-ff59-4186-a07f-d50d46389414} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.02.23 16:33:49.214200 [ 186 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_26_5} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:33:49.214273 [ 186 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_26_5} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.02.23 16:33:49.214343 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. 2026.02.23 16:33:49.214400 [ 278 ] {481d2de4-ff59-4186-a07f-d50d46389414} oximeter.fields_u8 (bee44bc4-3670-4879-9501-74bd8c0c3792): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:33:49.214440 [ 278 ] {481d2de4-ff59-4186-a07f-d50d46389414} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.02.23 16:33:49.214735 [ 278 ] {481d2de4-ff59-4186-a07f-d50d46389414} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.02.23 16:33:49.214941 [ 278 ] {481d2de4-ff59-4186-a07f-d50d46389414} oximeter.fields_u8 (bee44bc4-3670-4879-9501-74bd8c0c3792): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:33:49.215069 [ 278 ] {481d2de4-ff59-4186-a07f-d50d46389414} executeQuery: Read 12 rows, 960.00 B in 0.001123 sec., 10685.66340160285 rows/sec., 834.82 KiB/sec. 2026.02.23 16:33:49.215108 [ 278 ] {481d2de4-ff59-4186-a07f-d50d46389414} TCPHandler: Processed in 0.001292087 sec. 2026.02.23 16:33:49.215210 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:33:49.215302 [ 278 ] {2d79d614-3cc5-4e14-ba1a-3a06dae52b34} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.23 16:33:49.215343 [ 278 ] {2d79d614-3cc5-4e14-ba1a-3a06dae52b34} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.23 16:33:49.215786 [ 278 ] {2d79d614-3cc5-4e14-ba1a-3a06dae52b34} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:33:49.215823 [ 278 ] {2d79d614-3cc5-4e14-ba1a-3a06dae52b34} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.02.23 16:33:49.216141 [ 278 ] {2d79d614-3cc5-4e14-ba1a-3a06dae52b34} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.02.23 16:33:49.216366 [ 278 ] {2d79d614-3cc5-4e14-ba1a-3a06dae52b34} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:33:49.216494 [ 278 ] {2d79d614-3cc5-4e14-ba1a-3a06dae52b34} executeQuery: Read 136 rows, 11.26 KiB in 0.001209 sec., 112489.66087675765 rows/sec., 9.10 MiB/sec. 2026.02.23 16:33:49.216533 [ 278 ] {2d79d614-3cc5-4e14-ba1a-3a06dae52b34} TCPHandler: Processed in 0.001372508 sec. 2026.02.23 16:33:49.216636 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:33:49.216729 [ 278 ] {d7e25f19-bf84-48dd-89cc-3128d4901381} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.23 16:33:49.216773 [ 278 ] {d7e25f19-bf84-48dd-89cc-3128d4901381} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.23 16:33:49.217179 [ 278 ] {d7e25f19-bf84-48dd-89cc-3128d4901381} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:33:49.217214 [ 278 ] {d7e25f19-bf84-48dd-89cc-3128d4901381} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.02.23 16:33:49.217547 [ 278 ] {d7e25f19-bf84-48dd-89cc-3128d4901381} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.02.23 16:33:49.217751 [ 278 ] {d7e25f19-bf84-48dd-89cc-3128d4901381} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:33:49.217877 [ 278 ] {d7e25f19-bf84-48dd-89cc-3128d4901381} executeQuery: Read 198 rows, 14.54 KiB in 0.001165 sec., 169957.08154506437 rows/sec., 12.19 MiB/sec. 2026.02.23 16:33:49.217914 [ 278 ] {d7e25f19-bf84-48dd-89cc-3128d4901381} TCPHandler: Processed in 0.001328548 sec. 2026.02.23 16:33:49.218025 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:33:49.218120 [ 278 ] {877ed76e-b081-499a-9218-7bd35a37263b} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.23 16:33:49.218174 [ 278 ] {877ed76e-b081-499a-9218-7bd35a37263b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.23 16:33:49.218982 [ 278 ] {877ed76e-b081-499a-9218-7bd35a37263b} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:33:49.219019 [ 278 ] {877ed76e-b081-499a-9218-7bd35a37263b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.02.23 16:33:49.219556 [ 278 ] {877ed76e-b081-499a-9218-7bd35a37263b} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.02.23 16:33:49.219783 [ 278 ] {877ed76e-b081-499a-9218-7bd35a37263b} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:33:49.219894 [ 114 ] {} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.02.23 16:33:49.219919 [ 278 ] {877ed76e-b081-499a-9218-7bd35a37263b} executeQuery: Read 32 rows, 58.72 KiB in 0.001815 sec., 17630.853994490357 rows/sec., 31.59 MiB/sec. 2026.02.23 16:33:49.219933 [ 114 ] {} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:33:49.219960 [ 114 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.02.23 16:33:49.219986 [ 278 ] {877ed76e-b081-499a-9218-7bd35a37263b} TCPHandler: Processed in 0.002010861 sec. 2026.02.23 16:33:49.220022 [ 186 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2026.02.23 16:33:49.220108 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:33:49.220209 [ 278 ] {e4af9522-7fc0-430b-8874-3b46a23285d6} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.23 16:33:49.220222 [ 186 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:33:49.220250 [ 278 ] {e4af9522-7fc0-430b-8874-3b46a23285d6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.23 16:33:49.220281 [ 186 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 331 rows starting from the beginning of the part 2026.02.23 16:33:49.220415 [ 186 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 32 rows starting from the beginning of the part 2026.02.23 16:33:49.220542 [ 186 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 10 rows starting from the beginning of the part 2026.02.23 16:33:49.220597 [ 278 ] {e4af9522-7fc0-430b-8874-3b46a23285d6} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:33:49.220639 [ 278 ] {e4af9522-7fc0-430b-8874-3b46a23285d6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.02.23 16:33:49.220669 [ 186 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 32 rows starting from the beginning of the part 2026.02.23 16:33:49.220794 [ 186 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 10 rows starting from the beginning of the part 2026.02.23 16:33:49.220913 [ 186 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 32 rows starting from the beginning of the part 2026.02.23 16:33:49.220958 [ 278 ] {e4af9522-7fc0-430b-8874-3b46a23285d6} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.02.23 16:33:49.221202 [ 278 ] {e4af9522-7fc0-430b-8874-3b46a23285d6} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:33:49.221340 [ 278 ] {e4af9522-7fc0-430b-8874-3b46a23285d6} executeQuery: Read 60 rows, 4.14 KiB in 0.001149 sec., 52219.32114882506 rows/sec., 3.52 MiB/sec. 2026.02.23 16:33:49.221378 [ 278 ] {e4af9522-7fc0-430b-8874-3b46a23285d6} TCPHandler: Processed in 0.001322797 sec. 2026.02.23 16:33:49.224578 [ 193 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 447 rows, containing 19 columns (19 merged, 0 gathered) in 0.004581244 sec., 97571.75125358964 rows/sec., 174.84 MiB/sec. 2026.02.23 16:33:49.225046 [ 186 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.02.23 16:33:49.225339 [ 186 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_21_4} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:33:49.225402 [ 186 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_21_4} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.02.23 16:33:49.225474 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.22 MiB. 2026.02.23 16:33:50.163674 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 10104 2026.02.23 16:33:50.164189 [ 244 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:33:50.164238 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.02.23 16:33:50.164726 [ 244 ] {} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.02.23 16:33:50.164959 [ 244 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:33:50.165107 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10104 2026.02.23 16:33:50.165122 [ 113 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.02.23 16:33:50.165187 [ 113 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:33:50.165207 [ 113 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.02.23 16:33:50.165314 [ 196 ] {e006da4c-49b0-4d27-967a-f293ec4e8bf5::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2026.02.23 16:33:50.165428 [ 196 ] {e006da4c-49b0-4d27-967a-f293ec4e8bf5::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:33:50.165474 [ 196 ] {e006da4c-49b0-4d27-967a-f293ec4e8bf5::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 7672 rows starting from the beginning of the part 2026.02.23 16:33:50.165543 [ 196 ] {e006da4c-49b0-4d27-967a-f293ec4e8bf5::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 512 rows starting from the beginning of the part 2026.02.23 16:33:50.165593 [ 196 ] {e006da4c-49b0-4d27-967a-f293ec4e8bf5::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 448 rows starting from the beginning of the part 2026.02.23 16:33:50.165657 [ 196 ] {e006da4c-49b0-4d27-967a-f293ec4e8bf5::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 512 rows starting from the beginning of the part 2026.02.23 16:33:50.165720 [ 196 ] {e006da4c-49b0-4d27-967a-f293ec4e8bf5::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 448 rows starting from the beginning of the part 2026.02.23 16:33:50.165764 [ 196 ] {e006da4c-49b0-4d27-967a-f293ec4e8bf5::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 512 rows starting from the beginning of the part 2026.02.23 16:33:50.167509 [ 193 ] {e006da4c-49b0-4d27-967a-f293ec4e8bf5::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 10104 rows, containing 4 columns (4 merged, 0 gathered) in 0.002246156 sec., 4498351.850895486 rows/sec., 64.35 MiB/sec. 2026.02.23 16:33:50.167844 [ 191 ] {e006da4c-49b0-4d27-967a-f293ec4e8bf5::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.02.23 16:33:50.168194 [ 191 ] {e006da4c-49b0-4d27-967a-f293ec4e8bf5::all_1_21_4} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:33:50.168274 [ 191 ] {e006da4c-49b0-4d27-967a-f293ec4e8bf5::all_1_21_4} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.02.23 16:33:50.168376 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.55 MiB. 2026.02.23 16:33:50.703969 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 159 2026.02.23 16:33:50.721280 [ 243 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:33:50.721338 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.02.23 16:33:50.726714 [ 243 ] {} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.02.23 16:33:50.727446 [ 243 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:33:50.727733 [ 112 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.02.23 16:33:50.727812 [ 112 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:33:50.727846 [ 112 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.02.23 16:33:50.727957 [ 196 ] {3c5e35cc-2202-4d2d-a2da-f2d3b912fea0::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2026.02.23 16:33:50.730594 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 159 2026.02.23 16:33:50.731935 [ 196 ] {3c5e35cc-2202-4d2d-a2da-f2d3b912fea0::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:33:50.733441 [ 196 ] {3c5e35cc-2202-4d2d-a2da-f2d3b912fea0::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 121 rows starting from the beginning of the part 2026.02.23 16:33:50.737977 [ 196 ] {3c5e35cc-2202-4d2d-a2da-f2d3b912fea0::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 7 rows starting from the beginning of the part 2026.02.23 16:33:50.742396 [ 196 ] {3c5e35cc-2202-4d2d-a2da-f2d3b912fea0::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 8 rows starting from the beginning of the part 2026.02.23 16:33:50.746531 [ 196 ] {3c5e35cc-2202-4d2d-a2da-f2d3b912fea0::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 8 rows starting from the beginning of the part 2026.02.23 16:33:50.751946 [ 196 ] {3c5e35cc-2202-4d2d-a2da-f2d3b912fea0::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 7 rows starting from the beginning of the part 2026.02.23 16:33:50.756046 [ 196 ] {3c5e35cc-2202-4d2d-a2da-f2d3b912fea0::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 8 rows starting from the beginning of the part 2026.02.23 16:33:50.808855 [ 193 ] {3c5e35cc-2202-4d2d-a2da-f2d3b912fea0::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 159 rows, containing 679 columns (679 merged, 0 gathered) in 0.080997617 sec., 1963.0207145476886 rows/sec., 10.15 MiB/sec. 2026.02.23 16:33:50.811744 [ 194 ] {3c5e35cc-2202-4d2d-a2da-f2d3b912fea0::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.02.23 16:33:50.814125 [ 194 ] {3c5e35cc-2202-4d2d-a2da-f2d3b912fea0::all_1_21_4} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:33:50.814242 [ 194 ] {3c5e35cc-2202-4d2d-a2da-f2d3b912fea0::all_1_21_4} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.02.23 16:33:50.817448 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB. 2026.02.23 16:33:51.000279 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 247.54 MiB, peak 258.10 MiB, free memory in arenas 0.00 B, will set to 253.24 MiB (RSS), difference: 5.70 MiB 2026.02.23 16:33:52.686459 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 610 2026.02.23 16:33:52.688825 [ 242 ] {} system.query_log (b83b341e-dbaf-448e-9582-20b3e6cd291d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:33:52.688886 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.02.23 16:33:52.690096 [ 242 ] {} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.02.23 16:33:52.690377 [ 242 ] {} system.query_log (b83b341e-dbaf-448e-9582-20b3e6cd291d): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:33:52.690733 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 610 2026.02.23 16:33:54.201892 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:33:54.202114 [ 278 ] {f9e3d442-da0a-4fa2-9783-b557a7152af6} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.23 16:33:54.202189 [ 278 ] {f9e3d442-da0a-4fa2-9783-b557a7152af6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.23 16:33:54.202852 [ 278 ] {f9e3d442-da0a-4fa2-9783-b557a7152af6} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:33:54.202901 [ 278 ] {f9e3d442-da0a-4fa2-9783-b557a7152af6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.02.23 16:33:54.203314 [ 278 ] {f9e3d442-da0a-4fa2-9783-b557a7152af6} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.02.23 16:33:54.203547 [ 278 ] {f9e3d442-da0a-4fa2-9783-b557a7152af6} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:33:54.203698 [ 278 ] {f9e3d442-da0a-4fa2-9783-b557a7152af6} executeQuery: Read 76 rows, 6.41 KiB in 0.00164 sec., 46341.46341463415 rows/sec., 3.82 MiB/sec. 2026.02.23 16:33:54.203741 [ 278 ] {f9e3d442-da0a-4fa2-9783-b557a7152af6} TCPHandler: Processed in 0.001991101 sec. 2026.02.23 16:33:54.203870 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:33:54.203968 [ 278 ] {f6c2e22b-7c19-4050-ace8-4df67427a4f9} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.23 16:33:54.204014 [ 278 ] {f6c2e22b-7c19-4050-ace8-4df67427a4f9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.23 16:33:54.204411 [ 278 ] {f6c2e22b-7c19-4050-ace8-4df67427a4f9} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:33:54.204449 [ 278 ] {f6c2e22b-7c19-4050-ace8-4df67427a4f9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.02.23 16:33:54.204743 [ 278 ] {f6c2e22b-7c19-4050-ace8-4df67427a4f9} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.02.23 16:33:54.204946 [ 278 ] {f6c2e22b-7c19-4050-ace8-4df67427a4f9} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:33:54.205075 [ 278 ] {f6c2e22b-7c19-4050-ace8-4df67427a4f9} executeQuery: Read 10 rows, 770.00 B in 0.001125 sec., 8888.888888888889 rows/sec., 668.40 KiB/sec. 2026.02.23 16:33:54.205113 [ 278 ] {f6c2e22b-7c19-4050-ace8-4df67427a4f9} TCPHandler: Processed in 0.001293216 sec. 2026.02.23 16:33:54.205216 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:33:54.205311 [ 278 ] {d580c5c5-2483-4503-8bc5-38f3886e97dd} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.23 16:33:54.205352 [ 278 ] {d580c5c5-2483-4503-8bc5-38f3886e97dd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.23 16:33:54.205759 [ 278 ] {d580c5c5-2483-4503-8bc5-38f3886e97dd} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:33:54.205797 [ 278 ] {d580c5c5-2483-4503-8bc5-38f3886e97dd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.02.23 16:33:54.206110 [ 278 ] {d580c5c5-2483-4503-8bc5-38f3886e97dd} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.02.23 16:33:54.206319 [ 278 ] {d580c5c5-2483-4503-8bc5-38f3886e97dd} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:33:54.206444 [ 278 ] {d580c5c5-2483-4503-8bc5-38f3886e97dd} executeQuery: Read 74 rows, 5.92 KiB in 0.00115 sec., 64347.82608695652 rows/sec., 5.02 MiB/sec. 2026.02.23 16:33:54.206482 [ 278 ] {d580c5c5-2483-4503-8bc5-38f3886e97dd} TCPHandler: Processed in 0.001315817 sec. 2026.02.23 16:33:54.206593 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:33:54.206688 [ 278 ] {cf2a2c66-1016-414b-ae34-a83648875213} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.23 16:33:54.206733 [ 278 ] {cf2a2c66-1016-414b-ae34-a83648875213} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.23 16:33:54.207150 [ 278 ] {cf2a2c66-1016-414b-ae34-a83648875213} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:33:54.207188 [ 278 ] {cf2a2c66-1016-414b-ae34-a83648875213} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.02.23 16:33:54.207537 [ 278 ] {cf2a2c66-1016-414b-ae34-a83648875213} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.02.23 16:33:54.207737 [ 278 ] {cf2a2c66-1016-414b-ae34-a83648875213} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:33:54.207863 [ 278 ] {cf2a2c66-1016-414b-ae34-a83648875213} executeQuery: Read 160 rows, 11.41 KiB in 0.001192 sec., 134228.1879194631 rows/sec., 9.35 MiB/sec. 2026.02.23 16:33:54.207900 [ 278 ] {cf2a2c66-1016-414b-ae34-a83648875213} TCPHandler: Processed in 0.001357757 sec. 2026.02.23 16:33:54.208003 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:33:54.208096 [ 278 ] {952db2ae-36bf-40f8-ae8f-e6eb65a05f4a} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.23 16:33:54.208151 [ 278 ] {952db2ae-36bf-40f8-ae8f-e6eb65a05f4a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.23 16:33:54.208883 [ 278 ] {952db2ae-36bf-40f8-ae8f-e6eb65a05f4a} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:33:54.208920 [ 278 ] {952db2ae-36bf-40f8-ae8f-e6eb65a05f4a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.02.23 16:33:54.209442 [ 278 ] {952db2ae-36bf-40f8-ae8f-e6eb65a05f4a} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.02.23 16:33:54.209663 [ 278 ] {952db2ae-36bf-40f8-ae8f-e6eb65a05f4a} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:33:54.209805 [ 278 ] {952db2ae-36bf-40f8-ae8f-e6eb65a05f4a} executeQuery: Read 10 rows, 18.35 KiB in 0.001726 sec., 5793.742757821552 rows/sec., 10.38 MiB/sec. 2026.02.23 16:33:54.209858 [ 278 ] {952db2ae-36bf-40f8-ae8f-e6eb65a05f4a} TCPHandler: Processed in 0.00190499 sec. 2026.02.23 16:33:54.209967 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:33:54.210062 [ 278 ] {f7e36ac3-0ce9-4e32-814b-1fe277187356} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.23 16:33:54.210105 [ 278 ] {f7e36ac3-0ce9-4e32-814b-1fe277187356} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.23 16:33:54.210438 [ 278 ] {f7e36ac3-0ce9-4e32-814b-1fe277187356} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:33:54.210475 [ 278 ] {f7e36ac3-0ce9-4e32-814b-1fe277187356} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.02.23 16:33:54.210774 [ 278 ] {f7e36ac3-0ce9-4e32-814b-1fe277187356} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.02.23 16:33:54.210977 [ 278 ] {f7e36ac3-0ce9-4e32-814b-1fe277187356} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:33:54.211102 [ 278 ] {f7e36ac3-0ce9-4e32-814b-1fe277187356} executeQuery: Read 60 rows, 4.14 KiB in 0.001058 sec., 56710.77504725898 rows/sec., 3.82 MiB/sec. 2026.02.23 16:33:54.211139 [ 278 ] {f7e36ac3-0ce9-4e32-814b-1fe277187356} TCPHandler: Processed in 0.001221695 sec. 2026.02.23 16:33:57.568323 [ 102 ] {} DNSResolver: Updating DNS cache 2026.02.23 16:33:57.568389 [ 102 ] {} DNSResolver: Updated DNS cache 2026.02.23 16:33:57.665162 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 10552 2026.02.23 16:33:57.665692 [ 244 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:33:57.665749 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.02.23 16:33:57.666425 [ 244 ] {} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.02.23 16:33:57.666668 [ 244 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:33:57.666812 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10552 2026.02.23 16:33:58.231638 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 166 2026.02.23 16:33:58.247004 [ 243 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:33:58.247059 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.02.23 16:33:58.252899 [ 243 ] {} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.02.23 16:33:58.253627 [ 243 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:33:58.256218 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 166 2026.02.23 16:33:59.202859 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:33:59.203064 [ 278 ] {ab2924a7-e329-48d9-bf6f-db357a34b517} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.23 16:33:59.203140 [ 278 ] {ab2924a7-e329-48d9-bf6f-db357a34b517} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.23 16:33:59.203877 [ 278 ] {ab2924a7-e329-48d9-bf6f-db357a34b517} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:33:59.203921 [ 278 ] {ab2924a7-e329-48d9-bf6f-db357a34b517} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.02.23 16:33:59.204366 [ 278 ] {ab2924a7-e329-48d9-bf6f-db357a34b517} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.02.23 16:33:59.204598 [ 278 ] {ab2924a7-e329-48d9-bf6f-db357a34b517} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:33:59.204752 [ 278 ] {ab2924a7-e329-48d9-bf6f-db357a34b517} executeQuery: Read 120 rows, 10.47 KiB in 0.001745 sec., 68767.90830945558 rows/sec., 5.86 MiB/sec. 2026.02.23 16:33:59.204802 [ 278 ] {ab2924a7-e329-48d9-bf6f-db357a34b517} TCPHandler: Processed in 0.002086923 sec. 2026.02.23 16:33:59.204926 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:33:59.205044 [ 278 ] {0a26e59d-b052-48ba-9020-645a91a0450c} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.23 16:33:59.205095 [ 278 ] {0a26e59d-b052-48ba-9020-645a91a0450c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.23 16:33:59.205529 [ 278 ] {0a26e59d-b052-48ba-9020-645a91a0450c} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:33:59.205565 [ 278 ] {0a26e59d-b052-48ba-9020-645a91a0450c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.02.23 16:33:59.205872 [ 278 ] {0a26e59d-b052-48ba-9020-645a91a0450c} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.02.23 16:33:59.206083 [ 278 ] {0a26e59d-b052-48ba-9020-645a91a0450c} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:33:59.206212 [ 278 ] {0a26e59d-b052-48ba-9020-645a91a0450c} executeQuery: Read 32 rows, 2.41 KiB in 0.001204 sec., 26578.073089700996 rows/sec., 1.95 MiB/sec. 2026.02.23 16:33:59.206251 [ 278 ] {0a26e59d-b052-48ba-9020-645a91a0450c} TCPHandler: Processed in 0.001377738 sec. 2026.02.23 16:33:59.206360 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:33:59.206457 [ 278 ] {8d54becc-f234-476f-a3ab-5f2f3d524371} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.23 16:33:59.206499 [ 278 ] {8d54becc-f234-476f-a3ab-5f2f3d524371} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.23 16:33:59.206928 [ 278 ] {8d54becc-f234-476f-a3ab-5f2f3d524371} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:33:59.206963 [ 278 ] {8d54becc-f234-476f-a3ab-5f2f3d524371} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.02.23 16:33:59.207276 [ 278 ] {8d54becc-f234-476f-a3ab-5f2f3d524371} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.02.23 16:33:59.207481 [ 278 ] {8d54becc-f234-476f-a3ab-5f2f3d524371} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:33:59.207608 [ 278 ] {8d54becc-f234-476f-a3ab-5f2f3d524371} executeQuery: Read 96 rows, 7.68 KiB in 0.00117 sec., 82051.28205128205 rows/sec., 6.41 MiB/sec. 2026.02.23 16:33:59.207645 [ 278 ] {8d54becc-f234-476f-a3ab-5f2f3d524371} TCPHandler: Processed in 0.001336147 sec. 2026.02.23 16:33:59.207756 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:33:59.207853 [ 278 ] {8469063d-4ba0-4e32-96cc-3004f15eb135} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.23 16:33:59.207898 [ 278 ] {8469063d-4ba0-4e32-96cc-3004f15eb135} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.23 16:33:59.208304 [ 278 ] {8469063d-4ba0-4e32-96cc-3004f15eb135} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:33:59.208339 [ 278 ] {8469063d-4ba0-4e32-96cc-3004f15eb135} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.02.23 16:33:59.208666 [ 278 ] {8469063d-4ba0-4e32-96cc-3004f15eb135} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.02.23 16:33:59.208895 [ 278 ] {8469063d-4ba0-4e32-96cc-3004f15eb135} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:33:59.209021 [ 278 ] {8469063d-4ba0-4e32-96cc-3004f15eb135} executeQuery: Read 160 rows, 11.41 KiB in 0.001186 sec., 134907.25126475547 rows/sec., 9.40 MiB/sec. 2026.02.23 16:33:59.209059 [ 278 ] {8469063d-4ba0-4e32-96cc-3004f15eb135} TCPHandler: Processed in 0.001353518 sec. 2026.02.23 16:33:59.209168 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:33:59.209264 [ 278 ] {1d5c4ccc-d1d4-4901-a133-7b646f584e5f} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.23 16:33:59.209320 [ 278 ] {1d5c4ccc-d1d4-4901-a133-7b646f584e5f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.23 16:33:59.210134 [ 278 ] {1d5c4ccc-d1d4-4901-a133-7b646f584e5f} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:33:59.210169 [ 278 ] {1d5c4ccc-d1d4-4901-a133-7b646f584e5f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.02.23 16:33:59.210713 [ 278 ] {1d5c4ccc-d1d4-4901-a133-7b646f584e5f} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.02.23 16:33:59.210939 [ 278 ] {1d5c4ccc-d1d4-4901-a133-7b646f584e5f} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:33:59.211073 [ 278 ] {1d5c4ccc-d1d4-4901-a133-7b646f584e5f} executeQuery: Read 32 rows, 58.72 KiB in 0.001827 sec., 17515.051997810617 rows/sec., 31.39 MiB/sec. 2026.02.23 16:33:59.211137 [ 278 ] {1d5c4ccc-d1d4-4901-a133-7b646f584e5f} TCPHandler: Processed in 0.002019262 sec. 2026.02.23 16:33:59.211249 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:33:59.211347 [ 278 ] {e1490b90-54f1-4927-b5e6-8e6e3be86df0} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.23 16:33:59.211389 [ 278 ] {e1490b90-54f1-4927-b5e6-8e6e3be86df0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.23 16:33:59.211723 [ 278 ] {e1490b90-54f1-4927-b5e6-8e6e3be86df0} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:33:59.211758 [ 278 ] {e1490b90-54f1-4927-b5e6-8e6e3be86df0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.02.23 16:33:59.212057 [ 278 ] {e1490b90-54f1-4927-b5e6-8e6e3be86df0} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.02.23 16:33:59.212264 [ 278 ] {e1490b90-54f1-4927-b5e6-8e6e3be86df0} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:33:59.212387 [ 278 ] {e1490b90-54f1-4927-b5e6-8e6e3be86df0} executeQuery: Read 60 rows, 4.14 KiB in 0.00106 sec., 56603.77358490566 rows/sec., 3.81 MiB/sec. 2026.02.23 16:33:59.212424 [ 278 ] {e1490b90-54f1-4927-b5e6-8e6e3be86df0} TCPHandler: Processed in 0.001226035 sec. 2026.02.23 16:34:01.371595 [ 97 ] {} oximeter.fields_u32 (3630ead0-c5da-4e23-a9d2-59d0589dc119) (MergerMutator): Selected 5 parts from all_1_6_1 to all_10_10_0 2026.02.23 16:34:01.371653 [ 97 ] {} oximeter.fields_u32 (3630ead0-c5da-4e23-a9d2-59d0589dc119): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:34:01.371672 [ 97 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.02.23 16:34:01.371796 [ 195 ] {3630ead0-c5da-4e23-a9d2-59d0589dc119::all_1_10_2} MergeTask::PrepareStage: Merging 5 parts: from all_1_6_1 to all_10_10_0 into Compact with storage Full 2026.02.23 16:34:01.371935 [ 195 ] {3630ead0-c5da-4e23-a9d2-59d0589dc119::all_1_10_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:34:01.371970 [ 195 ] {3630ead0-c5da-4e23-a9d2-59d0589dc119::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 150 rows starting from the beginning of the part 2026.02.23 16:34:01.372035 [ 195 ] {3630ead0-c5da-4e23-a9d2-59d0589dc119::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 25 rows starting from the beginning of the part 2026.02.23 16:34:01.372080 [ 195 ] {3630ead0-c5da-4e23-a9d2-59d0589dc119::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 24 rows starting from the beginning of the part 2026.02.23 16:34:01.372121 [ 195 ] {3630ead0-c5da-4e23-a9d2-59d0589dc119::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 24 rows starting from the beginning of the part 2026.02.23 16:34:01.372158 [ 195 ] {3630ead0-c5da-4e23-a9d2-59d0589dc119::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.02.23 16:34:01.372910 [ 192 ] {3630ead0-c5da-4e23-a9d2-59d0589dc119::all_1_10_2} MergeTask::MergeProjectionsStage: Merge sorted 247 rows, containing 5 columns (5 merged, 0 gathered) in 0.001166004 sec., 211834.60777149993 rows/sec., 16.01 MiB/sec. 2026.02.23 16:34:01.373093 [ 199 ] {3630ead0-c5da-4e23-a9d2-59d0589dc119::all_1_10_2} MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary) 2026.02.23 16:34:01.373441 [ 199 ] {3630ead0-c5da-4e23-a9d2-59d0589dc119::all_1_10_2} oximeter.fields_u32 (3630ead0-c5da-4e23-a9d2-59d0589dc119): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:34:01.373536 [ 199 ] {3630ead0-c5da-4e23-a9d2-59d0589dc119::all_1_10_2} oximeter.fields_u32 (3630ead0-c5da-4e23-a9d2-59d0589dc119) (MergerMutator): Merged 5 parts: [all_1_6_1, all_10_10_0] -> all_1_10_2 2026.02.23 16:34:01.373631 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. 2026.02.23 16:34:02.690896 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 634 2026.02.23 16:34:02.692998 [ 242 ] {} system.query_log (b83b341e-dbaf-448e-9582-20b3e6cd291d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:34:02.693044 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.02.23 16:34:02.694181 [ 242 ] {} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.02.23 16:34:02.694431 [ 242 ] {} system.query_log (b83b341e-dbaf-448e-9582-20b3e6cd291d): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:34:02.694595 [ 96 ] {} system.query_log (b83b341e-dbaf-448e-9582-20b3e6cd291d) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.02.23 16:34:02.694660 [ 96 ] {} system.query_log (b83b341e-dbaf-448e-9582-20b3e6cd291d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:34:02.694679 [ 96 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.02.23 16:34:02.694685 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 634 2026.02.23 16:34:02.694809 [ 195 ] {b83b341e-dbaf-448e-9582-20b3e6cd291d::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2026.02.23 16:34:02.695352 [ 195 ] {b83b341e-dbaf-448e-9582-20b3e6cd291d::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:34:02.695475 [ 195 ] {b83b341e-dbaf-448e-9582-20b3e6cd291d::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 496 rows starting from the beginning of the part 2026.02.23 16:34:02.695793 [ 195 ] {b83b341e-dbaf-448e-9582-20b3e6cd291d::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 32 rows starting from the beginning of the part 2026.02.23 16:34:02.696080 [ 195 ] {b83b341e-dbaf-448e-9582-20b3e6cd291d::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 24 rows starting from the beginning of the part 2026.02.23 16:34:02.696356 [ 195 ] {b83b341e-dbaf-448e-9582-20b3e6cd291d::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 26 rows starting from the beginning of the part 2026.02.23 16:34:02.696622 [ 195 ] {b83b341e-dbaf-448e-9582-20b3e6cd291d::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 32 rows starting from the beginning of the part 2026.02.23 16:34:02.696892 [ 195 ] {b83b341e-dbaf-448e-9582-20b3e6cd291d::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 24 rows starting from the beginning of the part 2026.02.23 16:34:02.702613 [ 192 ] {b83b341e-dbaf-448e-9582-20b3e6cd291d::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 634 rows, containing 72 columns (72 merged, 0 gathered) in 0.007857511 sec., 80687.1285321777 rows/sec., 70.22 MiB/sec. 2026.02.23 16:34:02.704202 [ 192 ] {b83b341e-dbaf-448e-9582-20b3e6cd291d::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.02.23 16:34:02.704809 [ 192 ] {b83b341e-dbaf-448e-9582-20b3e6cd291d::all_1_16_3} system.query_log (b83b341e-dbaf-448e-9582-20b3e6cd291d): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:34:02.704890 [ 192 ] {b83b341e-dbaf-448e-9582-20b3e6cd291d::all_1_16_3} system.query_log (b83b341e-dbaf-448e-9582-20b3e6cd291d) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.02.23 16:34:02.705253 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.03 MiB. 2026.02.23 16:34:03.331771 [ 94 ] {} oximeter.fields_i16 (91b3829e-2a99-49e1-955c-43ffdc3fb409) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 2026.02.23 16:34:03.331853 [ 94 ] {} oximeter.fields_i16 (91b3829e-2a99-49e1-955c-43ffdc3fb409): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:34:03.331880 [ 94 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.02.23 16:34:03.332002 [ 195 ] {91b3829e-2a99-49e1-955c-43ffdc3fb409::all_1_9_2} MergeTask::PrepareStage: Merging 5 parts: from all_1_5_1 to all_9_9_0 into Compact with storage Full 2026.02.23 16:34:03.332152 [ 195 ] {91b3829e-2a99-49e1-955c-43ffdc3fb409::all_1_9_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:34:03.332184 [ 195 ] {91b3829e-2a99-49e1-955c-43ffdc3fb409::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 284 rows starting from the beginning of the part 2026.02.23 16:34:03.332250 [ 195 ] {91b3829e-2a99-49e1-955c-43ffdc3fb409::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 24 rows starting from the beginning of the part 2026.02.23 16:34:03.332293 [ 195 ] {91b3829e-2a99-49e1-955c-43ffdc3fb409::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 24 rows starting from the beginning of the part 2026.02.23 16:34:03.332338 [ 195 ] {91b3829e-2a99-49e1-955c-43ffdc3fb409::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 24 rows starting from the beginning of the part 2026.02.23 16:34:03.332377 [ 195 ] {91b3829e-2a99-49e1-955c-43ffdc3fb409::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 24 rows starting from the beginning of the part 2026.02.23 16:34:03.333186 [ 192 ] {91b3829e-2a99-49e1-955c-43ffdc3fb409::all_1_9_2} MergeTask::MergeProjectionsStage: Merge sorted 380 rows, containing 5 columns (5 merged, 0 gathered) in 0.001236316 sec., 307364.78376078606 rows/sec., 22.21 MiB/sec. 2026.02.23 16:34:03.333395 [ 197 ] {91b3829e-2a99-49e1-955c-43ffdc3fb409::all_1_9_2} MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) 2026.02.23 16:34:03.333720 [ 197 ] {91b3829e-2a99-49e1-955c-43ffdc3fb409::all_1_9_2} oximeter.fields_i16 (91b3829e-2a99-49e1-955c-43ffdc3fb409): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:34:03.333801 [ 197 ] {91b3829e-2a99-49e1-955c-43ffdc3fb409::all_1_9_2} oximeter.fields_i16 (91b3829e-2a99-49e1-955c-43ffdc3fb409) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 2026.02.23 16:34:03.333910 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. 2026.02.23 16:34:04.005697 [ 94 ] {} oximeter.fields_u8 (bee44bc4-3670-4879-9501-74bd8c0c3792) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 2026.02.23 16:34:04.005765 [ 94 ] {} oximeter.fields_u8 (bee44bc4-3670-4879-9501-74bd8c0c3792): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:34:04.005788 [ 94 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.02.23 16:34:04.005887 [ 202 ] {bee44bc4-3670-4879-9501-74bd8c0c3792::all_1_9_2} MergeTask::PrepareStage: Merging 5 parts: from all_1_5_1 to all_9_9_0 into Compact with storage Full 2026.02.23 16:34:04.006011 [ 202 ] {bee44bc4-3670-4879-9501-74bd8c0c3792::all_1_9_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:34:04.006051 [ 202 ] {bee44bc4-3670-4879-9501-74bd8c0c3792::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 148 rows starting from the beginning of the part 2026.02.23 16:34:04.006119 [ 202 ] {bee44bc4-3670-4879-9501-74bd8c0c3792::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 12 rows starting from the beginning of the part 2026.02.23 16:34:04.006169 [ 202 ] {bee44bc4-3670-4879-9501-74bd8c0c3792::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 12 rows starting from the beginning of the part 2026.02.23 16:34:04.006212 [ 202 ] {bee44bc4-3670-4879-9501-74bd8c0c3792::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 12 rows starting from the beginning of the part 2026.02.23 16:34:04.006249 [ 202 ] {bee44bc4-3670-4879-9501-74bd8c0c3792::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 12 rows starting from the beginning of the part 2026.02.23 16:34:04.007025 [ 197 ] {bee44bc4-3670-4879-9501-74bd8c0c3792::all_1_9_2} MergeTask::MergeProjectionsStage: Merge sorted 196 rows, containing 5 columns (5 merged, 0 gathered) in 0.001175754 sec., 166701.537906739 rows/sec., 10.91 MiB/sec. 2026.02.23 16:34:04.007244 [ 192 ] {bee44bc4-3670-4879-9501-74bd8c0c3792::all_1_9_2} MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) 2026.02.23 16:34:04.007596 [ 192 ] {bee44bc4-3670-4879-9501-74bd8c0c3792::all_1_9_2} oximeter.fields_u8 (bee44bc4-3670-4879-9501-74bd8c0c3792): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:34:04.007678 [ 192 ] {bee44bc4-3670-4879-9501-74bd8c0c3792::all_1_9_2} oximeter.fields_u8 (bee44bc4-3670-4879-9501-74bd8c0c3792) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 2026.02.23 16:34:04.007790 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. 2026.02.23 16:34:04.210664 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:34:04.210953 [ 278 ] {d26a9c53-97b2-47c7-ae3a-6d4b47cb1aeb} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.02.23 16:34:04.211086 [ 278 ] {d26a9c53-97b2-47c7-ae3a-6d4b47cb1aeb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.02.23 16:34:04.212076 [ 278 ] {d26a9c53-97b2-47c7-ae3a-6d4b47cb1aeb} oximeter.fields_i16 (91b3829e-2a99-49e1-955c-43ffdc3fb409): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:34:04.212130 [ 278 ] {d26a9c53-97b2-47c7-ae3a-6d4b47cb1aeb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.02.23 16:34:04.212557 [ 278 ] {d26a9c53-97b2-47c7-ae3a-6d4b47cb1aeb} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.02.23 16:34:04.212815 [ 278 ] {d26a9c53-97b2-47c7-ae3a-6d4b47cb1aeb} oximeter.fields_i16 (91b3829e-2a99-49e1-955c-43ffdc3fb409): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:34:04.212981 [ 278 ] {d26a9c53-97b2-47c7-ae3a-6d4b47cb1aeb} executeQuery: Read 284 rows, 18.47 KiB in 0.002108 sec., 134724.85768500948 rows/sec., 8.56 MiB/sec. 2026.02.23 16:34:04.213035 [ 278 ] {d26a9c53-97b2-47c7-ae3a-6d4b47cb1aeb} TCPHandler: Processed in 0.002543022 sec. 2026.02.23 16:34:04.213171 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:34:04.213275 [ 278 ] {2a3d1d74-683d-42ea-a763-940d3e7eb7d1} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.02.23 16:34:04.213320 [ 278 ] {2a3d1d74-683d-42ea-a763-940d3e7eb7d1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.02.23 16:34:04.213731 [ 278 ] {2a3d1d74-683d-42ea-a763-940d3e7eb7d1} oximeter.fields_ipaddr (aca7842a-9245-4e3c-8c67-e3828bf88048): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:34:04.213771 [ 278 ] {2a3d1d74-683d-42ea-a763-940d3e7eb7d1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.02.23 16:34:04.214066 [ 278 ] {2a3d1d74-683d-42ea-a763-940d3e7eb7d1} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.02.23 16:34:04.214270 [ 278 ] {2a3d1d74-683d-42ea-a763-940d3e7eb7d1} oximeter.fields_ipaddr (aca7842a-9245-4e3c-8c67-e3828bf88048): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:34:04.214422 [ 278 ] {2a3d1d74-683d-42ea-a763-940d3e7eb7d1} executeQuery: Read 4 rows, 334.00 B in 0.001169 sec., 3421.7279726261763 rows/sec., 279.02 KiB/sec. 2026.02.23 16:34:04.214462 [ 278 ] {2a3d1d74-683d-42ea-a763-940d3e7eb7d1} TCPHandler: Processed in 0.001346017 sec. 2026.02.23 16:34:04.214576 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:34:04.214680 [ 278 ] {7c05eaf0-8dd4-410b-8c44-c83f027e9ef9} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.23 16:34:04.214723 [ 278 ] {7c05eaf0-8dd4-410b-8c44-c83f027e9ef9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.23 16:34:04.215530 [ 278 ] {7c05eaf0-8dd4-410b-8c44-c83f027e9ef9} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:34:04.215569 [ 278 ] {7c05eaf0-8dd4-410b-8c44-c83f027e9ef9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.02.23 16:34:04.215960 [ 278 ] {7c05eaf0-8dd4-410b-8c44-c83f027e9ef9} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.02.23 16:34:04.216177 [ 278 ] {7c05eaf0-8dd4-410b-8c44-c83f027e9ef9} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:34:04.216312 [ 278 ] {7c05eaf0-8dd4-410b-8c44-c83f027e9ef9} executeQuery: Read 819 rows, 66.34 KiB in 0.001652 sec., 495762.71186440677 rows/sec., 39.22 MiB/sec. 2026.02.23 16:34:04.216350 [ 278 ] {7c05eaf0-8dd4-410b-8c44-c83f027e9ef9} TCPHandler: Processed in 0.001825857 sec. 2026.02.23 16:34:04.216460 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:34:04.216557 [ 278 ] {3980ab99-64df-4b51-bd6b-041d4988868f} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.23 16:34:04.216598 [ 278 ] {3980ab99-64df-4b51-bd6b-041d4988868f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.23 16:34:04.217048 [ 278 ] {3980ab99-64df-4b51-bd6b-041d4988868f} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:34:04.217085 [ 278 ] {3980ab99-64df-4b51-bd6b-041d4988868f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.02.23 16:34:04.217405 [ 278 ] {3980ab99-64df-4b51-bd6b-041d4988868f} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.02.23 16:34:04.217610 [ 278 ] {3980ab99-64df-4b51-bd6b-041d4988868f} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:34:04.217737 [ 278 ] {3980ab99-64df-4b51-bd6b-041d4988868f} executeQuery: Read 156 rows, 9.57 KiB in 0.001199 sec., 130108.42368640534 rows/sec., 7.80 MiB/sec. 2026.02.23 16:34:04.217775 [ 278 ] {3980ab99-64df-4b51-bd6b-041d4988868f} TCPHandler: Processed in 0.001366188 sec. 2026.02.23 16:34:04.217884 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:34:04.217979 [ 278 ] {6e14ec8c-bf44-4d60-92ce-03dc6b867624} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.02.23 16:34:04.218019 [ 278 ] {6e14ec8c-bf44-4d60-92ce-03dc6b867624} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.02.23 16:34:04.218449 [ 278 ] {6e14ec8c-bf44-4d60-92ce-03dc6b867624} oximeter.fields_u32 (3630ead0-c5da-4e23-a9d2-59d0589dc119): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:34:04.218486 [ 278 ] {6e14ec8c-bf44-4d60-92ce-03dc6b867624} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.02.23 16:34:04.218796 [ 278 ] {6e14ec8c-bf44-4d60-92ce-03dc6b867624} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.02.23 16:34:04.219018 [ 278 ] {6e14ec8c-bf44-4d60-92ce-03dc6b867624} oximeter.fields_u32 (3630ead0-c5da-4e23-a9d2-59d0589dc119): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:34:04.219150 [ 278 ] {6e14ec8c-bf44-4d60-92ce-03dc6b867624} executeQuery: Read 149 rows, 9.86 KiB in 0.001188 sec., 125420.87542087541 rows/sec., 8.10 MiB/sec. 2026.02.23 16:34:04.219188 [ 278 ] {6e14ec8c-bf44-4d60-92ce-03dc6b867624} TCPHandler: Processed in 0.001354148 sec. 2026.02.23 16:34:04.219296 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:34:04.219393 [ 278 ] {33fce8b6-9620-414b-bf32-4da7d1f1c18e} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.02.23 16:34:04.219433 [ 278 ] {33fce8b6-9620-414b-bf32-4da7d1f1c18e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.02.23 16:34:04.219865 [ 278 ] {33fce8b6-9620-414b-bf32-4da7d1f1c18e} oximeter.fields_u8 (bee44bc4-3670-4879-9501-74bd8c0c3792): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:34:04.219902 [ 278 ] {33fce8b6-9620-414b-bf32-4da7d1f1c18e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.02.23 16:34:04.220222 [ 278 ] {33fce8b6-9620-414b-bf32-4da7d1f1c18e} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.02.23 16:34:04.220437 [ 278 ] {33fce8b6-9620-414b-bf32-4da7d1f1c18e} oximeter.fields_u8 (bee44bc4-3670-4879-9501-74bd8c0c3792): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:34:04.220565 [ 278 ] {33fce8b6-9620-414b-bf32-4da7d1f1c18e} executeQuery: Read 148 rows, 8.62 KiB in 0.00119 sec., 124369.74789915966 rows/sec., 7.07 MiB/sec. 2026.02.23 16:34:04.220603 [ 278 ] {33fce8b6-9620-414b-bf32-4da7d1f1c18e} TCPHandler: Processed in 0.001356418 sec. 2026.02.23 16:34:04.220713 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:34:04.220809 [ 278 ] {1d6da5cc-9cd2-4f68-bbcf-5550bb2a3ccc} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.23 16:34:04.220850 [ 278 ] {1d6da5cc-9cd2-4f68-bbcf-5550bb2a3ccc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.23 16:34:04.221436 [ 278 ] {1d6da5cc-9cd2-4f68-bbcf-5550bb2a3ccc} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:34:04.221473 [ 278 ] {1d6da5cc-9cd2-4f68-bbcf-5550bb2a3ccc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.02.23 16:34:04.221805 [ 278 ] {1d6da5cc-9cd2-4f68-bbcf-5550bb2a3ccc} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.02.23 16:34:04.222012 [ 278 ] {1d6da5cc-9cd2-4f68-bbcf-5550bb2a3ccc} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:34:04.222141 [ 278 ] {1d6da5cc-9cd2-4f68-bbcf-5550bb2a3ccc} executeQuery: Read 504 rows, 36.31 KiB in 0.00135 sec., 373333.3333333333 rows/sec., 26.26 MiB/sec. 2026.02.23 16:34:04.222178 [ 278 ] {1d6da5cc-9cd2-4f68-bbcf-5550bb2a3ccc} TCPHandler: Processed in 0.001514501 sec. 2026.02.23 16:34:04.222279 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:34:04.222375 [ 278 ] {27065ad0-ea35-426d-ba61-c957462e572f} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.02.23 16:34:04.222417 [ 278 ] {27065ad0-ea35-426d-ba61-c957462e572f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.02.23 16:34:04.222742 [ 278 ] {27065ad0-ea35-426d-ba61-c957462e572f} oximeter.measurements_bool (4d7206cf-919d-48fb-bf2a-954f10b7f89e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:34:04.222777 [ 278 ] {27065ad0-ea35-426d-ba61-c957462e572f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.02.23 16:34:04.223084 [ 278 ] {27065ad0-ea35-426d-ba61-c957462e572f} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.02.23 16:34:04.223289 [ 278 ] {27065ad0-ea35-426d-ba61-c957462e572f} oximeter.measurements_bool (4d7206cf-919d-48fb-bf2a-954f10b7f89e): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:34:04.223415 [ 278 ] {27065ad0-ea35-426d-ba61-c957462e572f} executeQuery: Read 6 rows, 321.00 B in 0.001059 sec., 5665.7223796033995 rows/sec., 296.01 KiB/sec. 2026.02.23 16:34:04.223453 [ 278 ] {27065ad0-ea35-426d-ba61-c957462e572f} TCPHandler: Processed in 0.001223335 sec. 2026.02.23 16:34:04.223554 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:34:04.223649 [ 278 ] {aa20fa88-bf4e-41e2-a39d-d0621ebb2a9c} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.23 16:34:04.223691 [ 278 ] {aa20fa88-bf4e-41e2-a39d-d0621ebb2a9c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.23 16:34:04.224094 [ 278 ] {aa20fa88-bf4e-41e2-a39d-d0621ebb2a9c} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:34:04.224131 [ 278 ] {aa20fa88-bf4e-41e2-a39d-d0621ebb2a9c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.02.23 16:34:04.224487 [ 278 ] {aa20fa88-bf4e-41e2-a39d-d0621ebb2a9c} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.02.23 16:34:04.224694 [ 278 ] {aa20fa88-bf4e-41e2-a39d-d0621ebb2a9c} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:34:04.224820 [ 278 ] {aa20fa88-bf4e-41e2-a39d-d0621ebb2a9c} executeQuery: Read 267 rows, 18.17 KiB in 0.001189 sec., 224558.45248107656 rows/sec., 14.93 MiB/sec. 2026.02.23 16:34:04.224857 [ 278 ] {aa20fa88-bf4e-41e2-a39d-d0621ebb2a9c} TCPHandler: Processed in 0.001352438 sec. 2026.02.23 16:34:04.224967 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:34:04.225063 [ 278 ] {aea9da55-f07c-4e5a-a456-781da5c69a6c} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.02.23 16:34:04.225104 [ 278 ] {aea9da55-f07c-4e5a-a456-781da5c69a6c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.02.23 16:34:04.225409 [ 278 ] {aea9da55-f07c-4e5a-a456-781da5c69a6c} oximeter.measurements_f64 (97dc9cb4-ce5b-499b-8326-a1427ee1bb47): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:34:04.225444 [ 278 ] {aea9da55-f07c-4e5a-a456-781da5c69a6c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.02.23 16:34:04.225730 [ 278 ] {aea9da55-f07c-4e5a-a456-781da5c69a6c} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.02.23 16:34:04.225941 [ 278 ] {aea9da55-f07c-4e5a-a456-781da5c69a6c} oximeter.measurements_f64 (97dc9cb4-ce5b-499b-8326-a1427ee1bb47): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:34:04.226068 [ 278 ] {aea9da55-f07c-4e5a-a456-781da5c69a6c} executeQuery: Read 1 rows, 69.00 B in 0.001024 sec., 976.5625 rows/sec., 65.80 KiB/sec. 2026.02.23 16:34:04.226106 [ 278 ] {aea9da55-f07c-4e5a-a456-781da5c69a6c} TCPHandler: Processed in 0.001189214 sec. 2026.02.23 16:34:04.226211 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:34:04.226306 [ 278 ] {9302acdf-8fb2-49cd-b507-a789a573b5ca} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.23 16:34:04.226360 [ 278 ] {9302acdf-8fb2-49cd-b507-a789a573b5ca} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.23 16:34:04.227134 [ 278 ] {9302acdf-8fb2-49cd-b507-a789a573b5ca} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:34:04.227171 [ 278 ] {9302acdf-8fb2-49cd-b507-a789a573b5ca} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.02.23 16:34:04.227691 [ 278 ] {9302acdf-8fb2-49cd-b507-a789a573b5ca} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.02.23 16:34:04.227910 [ 278 ] {9302acdf-8fb2-49cd-b507-a789a573b5ca} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:34:04.228048 [ 278 ] {9302acdf-8fb2-49cd-b507-a789a573b5ca} executeQuery: Read 10 rows, 18.35 KiB in 0.00176 sec., 5681.818181818182 rows/sec., 10.18 MiB/sec. 2026.02.23 16:34:04.228109 [ 278 ] {9302acdf-8fb2-49cd-b507-a789a573b5ca} TCPHandler: Processed in 0.0019467 sec. 2026.02.23 16:34:04.228216 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:34:04.228311 [ 278 ] {dee746c7-b6e4-497e-ad69-d63b4a73bc75} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.23 16:34:04.228353 [ 278 ] {dee746c7-b6e4-497e-ad69-d63b4a73bc75} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.23 16:34:04.228683 [ 278 ] {dee746c7-b6e4-497e-ad69-d63b4a73bc75} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:34:04.228719 [ 278 ] {dee746c7-b6e4-497e-ad69-d63b4a73bc75} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.02.23 16:34:04.229022 [ 278 ] {dee746c7-b6e4-497e-ad69-d63b4a73bc75} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.02.23 16:34:04.229228 [ 278 ] {dee746c7-b6e4-497e-ad69-d63b4a73bc75} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:34:04.229349 [ 278 ] {dee746c7-b6e4-497e-ad69-d63b4a73bc75} executeQuery: Read 90 rows, 5.77 KiB in 0.001057 sec., 85146.64143803217 rows/sec., 5.33 MiB/sec. 2026.02.23 16:34:04.229385 [ 278 ] {dee746c7-b6e4-497e-ad69-d63b4a73bc75} TCPHandler: Processed in 0.001218995 sec. 2026.02.23 16:34:05.166924 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 11064 2026.02.23 16:34:05.167496 [ 244 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:34:05.167548 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.02.23 16:34:05.168216 [ 244 ] {} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.02.23 16:34:05.168522 [ 244 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:34:05.168689 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11064 2026.02.23 16:34:05.756325 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 174 2026.02.23 16:34:05.772897 [ 243 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:34:05.772954 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.02.23 16:34:05.779201 [ 243 ] {} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.02.23 16:34:05.779989 [ 243 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:34:05.782760 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 174 2026.02.23 16:34:09.202698 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:34:09.202942 [ 278 ] {1e1da031-ed32-4f3c-a1a3-57860493787f} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.23 16:34:09.203011 [ 278 ] {1e1da031-ed32-4f3c-a1a3-57860493787f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.23 16:34:09.203718 [ 278 ] {1e1da031-ed32-4f3c-a1a3-57860493787f} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:34:09.203770 [ 278 ] {1e1da031-ed32-4f3c-a1a3-57860493787f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.02.23 16:34:09.204181 [ 278 ] {1e1da031-ed32-4f3c-a1a3-57860493787f} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.02.23 16:34:09.204410 [ 278 ] {1e1da031-ed32-4f3c-a1a3-57860493787f} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:34:09.204574 [ 278 ] {1e1da031-ed32-4f3c-a1a3-57860493787f} executeQuery: Read 120 rows, 10.47 KiB in 0.001682 sec., 71343.6385255648 rows/sec., 6.08 MiB/sec. 2026.02.23 16:34:09.204581 [ 77 ] {} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.02.23 16:34:09.204624 [ 278 ] {1e1da031-ed32-4f3c-a1a3-57860493787f} TCPHandler: Processed in 0.002119134 sec. 2026.02.23 16:34:09.204648 [ 77 ] {} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:34:09.204675 [ 77 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.02.23 16:34:09.204756 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:34:09.204768 [ 197 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_31_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full 2026.02.23 16:34:09.204878 [ 278 ] {a99d2ed8-a210-4ae9-8ed2-2f734e85cd40} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.23 16:34:09.204900 [ 197 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:34:09.204927 [ 278 ] {a99d2ed8-a210-4ae9-8ed2-2f734e85cd40} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.23 16:34:09.204940 [ 197 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1011 rows starting from the beginning of the part 2026.02.23 16:34:09.205014 [ 197 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 242 rows starting from the beginning of the part 2026.02.23 16:34:09.205061 [ 197 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 76 rows starting from the beginning of the part 2026.02.23 16:34:09.205106 [ 197 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 120 rows starting from the beginning of the part 2026.02.23 16:34:09.205145 [ 197 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 819 rows starting from the beginning of the part 2026.02.23 16:34:09.205274 [ 197 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 120 rows starting from the beginning of the part 2026.02.23 16:34:09.205385 [ 278 ] {a99d2ed8-a210-4ae9-8ed2-2f734e85cd40} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:34:09.205432 [ 278 ] {a99d2ed8-a210-4ae9-8ed2-2f734e85cd40} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.02.23 16:34:09.205767 [ 278 ] {a99d2ed8-a210-4ae9-8ed2-2f734e85cd40} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.02.23 16:34:09.205990 [ 278 ] {a99d2ed8-a210-4ae9-8ed2-2f734e85cd40} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:34:09.206128 [ 278 ] {a99d2ed8-a210-4ae9-8ed2-2f734e85cd40} executeQuery: Read 32 rows, 2.41 KiB in 0.001273 sec., 25137.47054202671 rows/sec., 1.85 MiB/sec. 2026.02.23 16:34:09.206167 [ 278 ] {a99d2ed8-a210-4ae9-8ed2-2f734e85cd40} TCPHandler: Processed in 0.00146355 sec. 2026.02.23 16:34:09.206287 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:34:09.206390 [ 278 ] {41bb2161-c0c3-4c64-8068-049ad8f02a6b} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.23 16:34:09.206514 [ 278 ] {41bb2161-c0c3-4c64-8068-049ad8f02a6b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.23 16:34:09.206569 [ 192 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 2388 rows, containing 5 columns (5 merged, 0 gathered) in 0.001840388 sec., 1297552.4726307713 rows/sec., 111.21 MiB/sec. 2026.02.23 16:34:09.206791 [ 189 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.02.23 16:34:09.206946 [ 278 ] {41bb2161-c0c3-4c64-8068-049ad8f02a6b} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:34:09.206993 [ 278 ] {41bb2161-c0c3-4c64-8068-049ad8f02a6b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.02.23 16:34:09.207077 [ 189 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_31_6} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:34:09.207175 [ 189 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_31_6} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.02.23 16:34:09.207267 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.66 MiB. 2026.02.23 16:34:09.207334 [ 278 ] {41bb2161-c0c3-4c64-8068-049ad8f02a6b} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.02.23 16:34:09.207568 [ 278 ] {41bb2161-c0c3-4c64-8068-049ad8f02a6b} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:34:09.207673 [ 77 ] {} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.02.23 16:34:09.207700 [ 278 ] {41bb2161-c0c3-4c64-8068-049ad8f02a6b} executeQuery: Read 96 rows, 7.68 KiB in 0.001328 sec., 72289.15662650602 rows/sec., 5.65 MiB/sec. 2026.02.23 16:34:09.207707 [ 77 ] {} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:34:09.207742 [ 77 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.02.23 16:34:09.207745 [ 278 ] {41bb2161-c0c3-4c64-8068-049ad8f02a6b} TCPHandler: Processed in 0.001510941 sec. 2026.02.23 16:34:09.207800 [ 197 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_31_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full 2026.02.23 16:34:09.207870 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:34:09.207888 [ 197 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:34:09.207920 [ 197 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 604 rows starting from the beginning of the part 2026.02.23 16:34:09.207966 [ 197 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 136 rows starting from the beginning of the part 2026.02.23 16:34:09.207985 [ 278 ] {03bc6538-2e91-427a-98b6-5eb7df779775} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.23 16:34:09.208003 [ 197 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 74 rows starting from the beginning of the part 2026.02.23 16:34:09.208035 [ 278 ] {03bc6538-2e91-427a-98b6-5eb7df779775} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.23 16:34:09.208045 [ 197 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 96 rows starting from the beginning of the part 2026.02.23 16:34:09.208089 [ 197 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 504 rows starting from the beginning of the part 2026.02.23 16:34:09.208129 [ 197 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 96 rows starting from the beginning of the part 2026.02.23 16:34:09.208462 [ 278 ] {03bc6538-2e91-427a-98b6-5eb7df779775} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:34:09.208504 [ 278 ] {03bc6538-2e91-427a-98b6-5eb7df779775} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.02.23 16:34:09.208868 [ 278 ] {03bc6538-2e91-427a-98b6-5eb7df779775} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.02.23 16:34:09.208991 [ 192 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 1510 rows, containing 5 columns (5 merged, 0 gathered) in 0.001216796 sec., 1240963.9742405463 rows/sec., 95.87 MiB/sec. 2026.02.23 16:34:09.209081 [ 278 ] {03bc6538-2e91-427a-98b6-5eb7df779775} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:34:09.209198 [ 77 ] {} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.02.23 16:34:09.209226 [ 278 ] {03bc6538-2e91-427a-98b6-5eb7df779775} executeQuery: Read 160 rows, 11.41 KiB in 0.001259 sec., 127084.98808578237 rows/sec., 8.85 MiB/sec. 2026.02.23 16:34:09.209230 [ 77 ] {} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:34:09.209224 [ 200 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.02.23 16:34:09.209270 [ 77 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.02.23 16:34:09.209270 [ 278 ] {03bc6538-2e91-427a-98b6-5eb7df779775} TCPHandler: Processed in 0.00144954 sec. 2026.02.23 16:34:09.209381 [ 187 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_31_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full 2026.02.23 16:34:09.209451 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:34:09.209507 [ 187 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:34:09.209545 [ 187 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 3961 rows starting from the beginning of the part 2026.02.23 16:34:09.209579 [ 278 ] {be1a7579-706b-45dc-8f82-5c08a03d3c6f} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.23 16:34:09.209613 [ 187 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 198 rows starting from the beginning of the part 2026.02.23 16:34:09.209629 [ 200 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_31_6} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:34:09.209649 [ 278 ] {be1a7579-706b-45dc-8f82-5c08a03d3c6f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.23 16:34:09.209664 [ 187 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 160 rows starting from the beginning of the part 2026.02.23 16:34:09.209710 [ 187 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 160 rows starting from the beginning of the part 2026.02.23 16:34:09.209743 [ 200 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_31_6} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.02.23 16:34:09.209755 [ 187 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 267 rows starting from the beginning of the part 2026.02.23 16:34:09.209808 [ 187 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 160 rows starting from the beginning of the part 2026.02.23 16:34:09.209849 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB. 2026.02.23 16:34:09.210507 [ 278 ] {be1a7579-706b-45dc-8f82-5c08a03d3c6f} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:34:09.210549 [ 278 ] {be1a7579-706b-45dc-8f82-5c08a03d3c6f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.02.23 16:34:09.211130 [ 278 ] {be1a7579-706b-45dc-8f82-5c08a03d3c6f} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.02.23 16:34:09.211319 [ 192 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 4906 rows, containing 5 columns (5 merged, 0 gathered) in 0.001982961 sec., 2474077.906726355 rows/sec., 172.07 MiB/sec. 2026.02.23 16:34:09.211370 [ 278 ] {be1a7579-706b-45dc-8f82-5c08a03d3c6f} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:34:09.211516 [ 278 ] {be1a7579-706b-45dc-8f82-5c08a03d3c6f} executeQuery: Read 32 rows, 58.72 KiB in 0.001962 sec., 16309.887869520895 rows/sec., 29.23 MiB/sec. 2026.02.23 16:34:09.211572 [ 278 ] {be1a7579-706b-45dc-8f82-5c08a03d3c6f} TCPHandler: Processed in 0.002182245 sec. 2026.02.23 16:34:09.211687 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:34:09.211722 [ 187 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.02.23 16:34:09.211791 [ 278 ] {b3d63577-bb66-45e0-a005-d173d8adcdf6} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.23 16:34:09.211835 [ 278 ] {b3d63577-bb66-45e0-a005-d173d8adcdf6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.23 16:34:09.211991 [ 187 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_31_6} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:34:09.212062 [ 187 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_31_6} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.02.23 16:34:09.212127 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.98 MiB. 2026.02.23 16:34:09.212177 [ 278 ] {b3d63577-bb66-45e0-a005-d173d8adcdf6} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:34:09.212213 [ 278 ] {b3d63577-bb66-45e0-a005-d173d8adcdf6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.02.23 16:34:09.212524 [ 278 ] {b3d63577-bb66-45e0-a005-d173d8adcdf6} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.02.23 16:34:09.212733 [ 278 ] {b3d63577-bb66-45e0-a005-d173d8adcdf6} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:34:09.212832 [ 77 ] {} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.02.23 16:34:09.212860 [ 278 ] {b3d63577-bb66-45e0-a005-d173d8adcdf6} executeQuery: Read 60 rows, 4.14 KiB in 0.001087 sec., 55197.79208831646 rows/sec., 3.72 MiB/sec. 2026.02.23 16:34:09.212864 [ 77 ] {} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:34:09.212899 [ 77 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.02.23 16:34:09.212902 [ 278 ] {b3d63577-bb66-45e0-a005-d173d8adcdf6} TCPHandler: Processed in 0.001264906 sec. 2026.02.23 16:34:09.212983 [ 188 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_31_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full 2026.02.23 16:34:09.213096 [ 188 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:34:09.213127 [ 188 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1260 rows starting from the beginning of the part 2026.02.23 16:34:09.213187 [ 188 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 60 rows starting from the beginning of the part 2026.02.23 16:34:09.213228 [ 188 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 60 rows starting from the beginning of the part 2026.02.23 16:34:09.213268 [ 188 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 60 rows starting from the beginning of the part 2026.02.23 16:34:09.213305 [ 188 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 90 rows starting from the beginning of the part 2026.02.23 16:34:09.213344 [ 188 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 60 rows starting from the beginning of the part 2026.02.23 16:34:09.214330 [ 187 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 1590 rows, containing 4 columns (4 merged, 0 gathered) in 0.001387328 sec., 1146088.0195599021 rows/sec., 75.21 MiB/sec. 2026.02.23 16:34:09.214516 [ 188 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.02.23 16:34:09.214754 [ 188 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_31_6} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:34:09.214828 [ 188 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_31_6} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.02.23 16:34:09.214900 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. 2026.02.23 16:34:10.973350 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50406 2026.02.23 16:34:10.973461 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:34:10.973490 [ 287 ] {} TCP-Session: 58d69718-2fbf-4bff-baa1-d709f58a8db2 Authenticating user 'default' from [fd00:1122:3344:101::e]:50406 2026.02.23 16:34:10.973514 [ 287 ] {} TCP-Session: 58d69718-2fbf-4bff-baa1-d709f58a8db2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:34:10.973527 [ 287 ] {} TCP-Session: 58d69718-2fbf-4bff-baa1-d709f58a8db2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:34:10.973725 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56446 2026.02.23 16:34:10.973745 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58961 2026.02.23 16:34:10.973782 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41465 2026.02.23 16:34:10.973821 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48617 2026.02.23 16:34:10.973812 [ 274 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56363 2026.02.23 16:34:10.973882 [ 287 ] {} TCP-Session: 58d69718-2fbf-4bff-baa1-d709f58a8db2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:34:10.973865 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:34:10.973801 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53464 2026.02.23 16:34:10.973950 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:34:10.973961 [ 289 ] {} TCP-Session: 8faa258d-6593-4fb7-a43e-3d4e8fc2ed6c Authenticating user 'default' from [fd00:1122:3344:101::e]:56446 2026.02.23 16:34:10.973788 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58234 2026.02.23 16:34:10.973997 [ 292 ] {} TCP-Session: 24a4e04a-2546-43f1-baf2-cab02a6ece61 Authenticating user 'default' from [fd00:1122:3344:101::e]:41465 2026.02.23 16:34:10.974017 [ 289 ] {} TCP-Session: 8faa258d-6593-4fb7-a43e-3d4e8fc2ed6c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:34:10.974053 [ 292 ] {} TCP-Session: 24a4e04a-2546-43f1-baf2-cab02a6ece61 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:34:10.974066 [ 287 ] {c078eba8-7b7d-4fdc-a199-82b9ef12a00d} executeQuery: (from [fd00:1122:3344:101::e]:50406) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.02.23 16:34:10.974079 [ 292 ] {} TCP-Session: 24a4e04a-2546-43f1-baf2-cab02a6ece61 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:34:10.974067 [ 289 ] {} TCP-Session: 8faa258d-6593-4fb7-a43e-3d4e8fc2ed6c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:34:10.974115 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:34:10.974119 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:34:10.974167 [ 286 ] {} TCP-Session: 0b383dc8-82a9-44b7-86c7-736416f80167 Authenticating user 'default' from [fd00:1122:3344:101::e]:48617 2026.02.23 16:34:10.973755 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44657 2026.02.23 16:34:10.974206 [ 274 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:34:10.974194 [ 286 ] {} TCP-Session: 0b383dc8-82a9-44b7-86c7-736416f80167 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:34:10.974246 [ 274 ] {} TCP-Session: bded559d-e354-40c3-b32f-7571771493cf Authenticating user 'default' from [fd00:1122:3344:101::e]:56363 2026.02.23 16:34:10.974247 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:34:10.974276 [ 274 ] {} TCP-Session: bded559d-e354-40c3-b32f-7571771493cf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:34:10.974260 [ 286 ] {} TCP-Session: 0b383dc8-82a9-44b7-86c7-736416f80167 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:34:10.974306 [ 293 ] {} TCP-Session: 5c8bf1fa-cba9-4b9f-b4fb-3f865553b757 Authenticating user 'default' from [fd00:1122:3344:101::e]:58234 2026.02.23 16:34:10.974310 [ 274 ] {} TCP-Session: bded559d-e354-40c3-b32f-7571771493cf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:34:10.974345 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:34:10.974349 [ 293 ] {} TCP-Session: 5c8bf1fa-cba9-4b9f-b4fb-3f865553b757 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:34:10.974387 [ 291 ] {} TCP-Session: 8d491ee4-3a7d-4df6-870e-36861b4610ef Authenticating user 'default' from [fd00:1122:3344:101::e]:44657 2026.02.23 16:34:10.974397 [ 293 ] {} TCP-Session: 5c8bf1fa-cba9-4b9f-b4fb-3f865553b757 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:34:10.974412 [ 287 ] {c078eba8-7b7d-4fdc-a199-82b9ef12a00d} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.02.23 16:34:10.974422 [ 291 ] {} TCP-Session: 8d491ee4-3a7d-4df6-870e-36861b4610ef Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:34:10.974183 [ 294 ] {} TCP-Session: 88b559af-107a-4712-92f3-a6d2bc6d3c0f Authenticating user 'default' from [fd00:1122:3344:101::e]:53464 2026.02.23 16:34:10.974463 [ 291 ] {} TCP-Session: 8d491ee4-3a7d-4df6-870e-36861b4610ef Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:34:10.974482 [ 287 ] {c078eba8-7b7d-4fdc-a199-82b9ef12a00d} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.23 16:34:10.974488 [ 294 ] {} TCP-Session: 88b559af-107a-4712-92f3-a6d2bc6d3c0f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:34:10.973880 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:34:10.974523 [ 294 ] {} TCP-Session: 88b559af-107a-4712-92f3-a6d2bc6d3c0f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:34:10.974544 [ 290 ] {} TCP-Session: c5a64b0f-7fc4-40fa-a0d7-deca809d6161 Authenticating user 'default' from [fd00:1122:3344:101::e]:58961 2026.02.23 16:34:10.974560 [ 290 ] {} TCP-Session: c5a64b0f-7fc4-40fa-a0d7-deca809d6161 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:34:10.974572 [ 290 ] {} TCP-Session: c5a64b0f-7fc4-40fa-a0d7-deca809d6161 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:34:10.974824 [ 287 ] {c078eba8-7b7d-4fdc-a199-82b9ef12a00d} oximeter.version (5b0048b8-9e05-4abf-ab1d-311c7f35e206) (SelectExecutor): Key condition: unknown 2026.02.23 16:34:10.975844 [ 298 ] {c078eba8-7b7d-4fdc-a199-82b9ef12a00d} AggregatingTransform: Aggregating 2026.02.23 16:34:10.975898 [ 298 ] {c078eba8-7b7d-4fdc-a199-82b9ef12a00d} Aggregator: Aggregation method: without_key 2026.02.23 16:34:10.975936 [ 298 ] {c078eba8-7b7d-4fdc-a199-82b9ef12a00d} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.00100401 sec. (996.006 rows/sec., 38.91 KiB/sec.) 2026.02.23 16:34:10.975956 [ 298 ] {c078eba8-7b7d-4fdc-a199-82b9ef12a00d} Aggregator: Merging aggregated data 2026.02.23 16:34:10.977274 [ 287 ] {c078eba8-7b7d-4fdc-a199-82b9ef12a00d} executeQuery: Read 1 rows, 40.00 B in 0.003269 sec., 305.90394616090543 rows/sec., 11.95 KiB/sec. 2026.02.23 16:34:10.977462 [ 287 ] {c078eba8-7b7d-4fdc-a199-82b9ef12a00d} TCPHandler: Processed in 0.003727507 sec. 2026.02.23 16:34:10.977597 [ 287 ] {} TCPHandler: Done processing connection. 2026.02.23 16:34:10.977625 [ 287 ] {} TCP-Session: 58d69718-2fbf-4bff-baa1-d709f58a8db2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:34:10.977630 [ 289 ] {} TCPHandler: Done processing connection. 2026.02.23 16:34:10.977652 [ 286 ] {} TCPHandler: Done processing connection. 2026.02.23 16:34:10.977684 [ 292 ] {} TCPHandler: Done processing connection. 2026.02.23 16:34:10.977694 [ 289 ] {} TCP-Session: 8faa258d-6593-4fb7-a43e-3d4e8fc2ed6c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:34:10.977703 [ 290 ] {} TCPHandler: Done processing connection. 2026.02.23 16:34:10.977739 [ 294 ] {} TCPHandler: Done processing connection. 2026.02.23 16:34:10.977756 [ 274 ] {} TCPHandler: Done processing connection. 2026.02.23 16:34:10.977767 [ 290 ] {} TCP-Session: c5a64b0f-7fc4-40fa-a0d7-deca809d6161 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:34:10.977781 [ 294 ] {} TCP-Session: 88b559af-107a-4712-92f3-a6d2bc6d3c0f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:34:10.977718 [ 291 ] {} TCPHandler: Done processing connection. 2026.02.23 16:34:10.977808 [ 274 ] {} TCP-Session: bded559d-e354-40c3-b32f-7571771493cf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:34:10.977705 [ 286 ] {} TCP-Session: 0b383dc8-82a9-44b7-86c7-736416f80167 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:34:10.977849 [ 291 ] {} TCP-Session: 8d491ee4-3a7d-4df6-870e-36861b4610ef Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:34:10.977685 [ 293 ] {} TCPHandler: Done processing connection. 2026.02.23 16:34:10.977733 [ 292 ] {} TCP-Session: 24a4e04a-2546-43f1-baf2-cab02a6ece61 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:34:10.977939 [ 293 ] {} TCP-Session: 5c8bf1fa-cba9-4b9f-b4fb-3f865553b757 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:34:11.139165 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56319 2026.02.23 16:34:11.139278 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:34:11.139307 [ 287 ] {} TCP-Session: aa6881ed-dea4-40bb-a6bf-4f32263ac950 Authenticating user 'default' from [fd00:1122:3344:101::e]:56319 2026.02.23 16:34:11.139332 [ 287 ] {} TCP-Session: aa6881ed-dea4-40bb-a6bf-4f32263ac950 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:34:11.139346 [ 287 ] {} TCP-Session: aa6881ed-dea4-40bb-a6bf-4f32263ac950 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:34:11.139603 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53130 2026.02.23 16:34:11.139632 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54961 2026.02.23 16:34:11.139624 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56817 2026.02.23 16:34:11.139670 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39323 2026.02.23 16:34:11.139703 [ 287 ] {} TCP-Session: aa6881ed-dea4-40bb-a6bf-4f32263ac950 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:34:11.139726 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:34:11.139726 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:34:11.139763 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:34:11.139802 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:34:11.139786 [ 289 ] {} TCP-Session: d31885ab-4be7-4bab-b46a-3501f42b31ef Authenticating user 'default' from [fd00:1122:3344:101::e]:53130 2026.02.23 16:34:11.139849 [ 292 ] {} TCP-Session: a7acd1dc-ce65-40cc-a896-fb2b06edc65e Authenticating user 'default' from [fd00:1122:3344:101::e]:56817 2026.02.23 16:34:11.139869 [ 286 ] {} TCP-Session: bcc4c2ab-6c18-44f4-8ec5-5b28c846feab Authenticating user 'default' from [fd00:1122:3344:101::e]:39323 2026.02.23 16:34:11.139885 [ 289 ] {} TCP-Session: d31885ab-4be7-4bab-b46a-3501f42b31ef Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:34:11.139896 [ 292 ] {} TCP-Session: a7acd1dc-ce65-40cc-a896-fb2b06edc65e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:34:11.139916 [ 286 ] {} TCP-Session: bcc4c2ab-6c18-44f4-8ec5-5b28c846feab Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:34:11.139929 [ 292 ] {} TCP-Session: a7acd1dc-ce65-40cc-a896-fb2b06edc65e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:34:11.139948 [ 286 ] {} TCP-Session: bcc4c2ab-6c18-44f4-8ec5-5b28c846feab Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:34:11.139916 [ 289 ] {} TCP-Session: d31885ab-4be7-4bab-b46a-3501f42b31ef Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:34:11.139778 [ 293 ] {} TCP-Session: 19aed8aa-63da-45cd-a233-d7b5579fd0de Authenticating user 'default' from [fd00:1122:3344:101::e]:54961 2026.02.23 16:34:11.139661 [ 274 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54881 2026.02.23 16:34:11.140016 [ 293 ] {} TCP-Session: 19aed8aa-63da-45cd-a233-d7b5579fd0de Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:34:11.140063 [ 293 ] {} TCP-Session: 19aed8aa-63da-45cd-a233-d7b5579fd0de Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:34:11.139650 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62260 2026.02.23 16:34:11.140100 [ 274 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:34:11.139614 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41702 2026.02.23 16:34:11.140144 [ 274 ] {} TCP-Session: 1ad1e695-2d48-4989-b9fc-936c64bf27d5 Authenticating user 'default' from [fd00:1122:3344:101::e]:54881 2026.02.23 16:34:11.140157 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:34:11.140178 [ 274 ] {} TCP-Session: 1ad1e695-2d48-4989-b9fc-936c64bf27d5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:34:11.140195 [ 294 ] {} TCP-Session: 621ff328-4601-4b07-9a7e-3a0410a00918 Authenticating user 'default' from [fd00:1122:3344:101::e]:62260 2026.02.23 16:34:11.140199 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:34:11.140202 [ 274 ] {} TCP-Session: 1ad1e695-2d48-4989-b9fc-936c64bf27d5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:34:11.140220 [ 294 ] {} TCP-Session: 621ff328-4601-4b07-9a7e-3a0410a00918 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:34:11.139613 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44944 2026.02.23 16:34:11.140284 [ 294 ] {} TCP-Session: 621ff328-4601-4b07-9a7e-3a0410a00918 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:34:11.140231 [ 290 ] {} TCP-Session: ffe9b069-f09a-4bcc-ab0b-bd8a67488d56 Authenticating user 'default' from [fd00:1122:3344:101::e]:41702 2026.02.23 16:34:11.139895 [ 287 ] {e50eb795-d35a-4a44-951d-e59ef0a27d29} executeQuery: (from [fd00:1122:3344:101::e]:56319) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.02.23 16:34:11.140343 [ 290 ] {} TCP-Session: ffe9b069-f09a-4bcc-ab0b-bd8a67488d56 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:34:11.140360 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:34:11.140377 [ 290 ] {} TCP-Session: ffe9b069-f09a-4bcc-ab0b-bd8a67488d56 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:34:11.140397 [ 291 ] {} TCP-Session: 9796bbf9-761a-49c2-8f07-a694d9e1a37d Authenticating user 'default' from [fd00:1122:3344:101::e]:44944 2026.02.23 16:34:11.140420 [ 291 ] {} TCP-Session: 9796bbf9-761a-49c2-8f07-a694d9e1a37d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:34:11.140432 [ 291 ] {} TCP-Session: 9796bbf9-761a-49c2-8f07-a694d9e1a37d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:34:11.140618 [ 287 ] {e50eb795-d35a-4a44-951d-e59ef0a27d29} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.02.23 16:34:11.140674 [ 287 ] {e50eb795-d35a-4a44-951d-e59ef0a27d29} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.23 16:34:11.140961 [ 287 ] {e50eb795-d35a-4a44-951d-e59ef0a27d29} oximeter.version (5b0048b8-9e05-4abf-ab1d-311c7f35e206) (SelectExecutor): Key condition: unknown 2026.02.23 16:34:11.141885 [ 349 ] {e50eb795-d35a-4a44-951d-e59ef0a27d29} AggregatingTransform: Aggregating 2026.02.23 16:34:11.141932 [ 349 ] {e50eb795-d35a-4a44-951d-e59ef0a27d29} Aggregator: Aggregation method: without_key 2026.02.23 16:34:11.141968 [ 349 ] {e50eb795-d35a-4a44-951d-e59ef0a27d29} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000902588 sec. (1107.925 rows/sec., 43.28 KiB/sec.) 2026.02.23 16:34:11.141987 [ 349 ] {e50eb795-d35a-4a44-951d-e59ef0a27d29} Aggregator: Merging aggregated data 2026.02.23 16:34:11.143492 [ 287 ] {e50eb795-d35a-4a44-951d-e59ef0a27d29} executeQuery: Read 1 rows, 40.00 B in 0.003651 sec., 273.8975623116954 rows/sec., 10.70 KiB/sec. 2026.02.23 16:34:11.143657 [ 287 ] {e50eb795-d35a-4a44-951d-e59ef0a27d29} TCPHandler: Processed in 0.004072784 sec. 2026.02.23 16:34:11.143793 [ 287 ] {} TCPHandler: Done processing connection. 2026.02.23 16:34:11.143822 [ 293 ] {} TCPHandler: Done processing connection. 2026.02.23 16:34:11.143833 [ 287 ] {} TCP-Session: aa6881ed-dea4-40bb-a6bf-4f32263ac950 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:34:11.143858 [ 289 ] {} TCPHandler: Done processing connection. 2026.02.23 16:34:11.143880 [ 293 ] {} TCP-Session: 19aed8aa-63da-45cd-a233-d7b5579fd0de Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:34:11.143876 [ 291 ] {} TCPHandler: Done processing connection. 2026.02.23 16:34:11.143893 [ 290 ] {} TCPHandler: Done processing connection. 2026.02.23 16:34:11.143908 [ 294 ] {} TCPHandler: Done processing connection. 2026.02.23 16:34:11.143929 [ 292 ] {} TCPHandler: Done processing connection. 2026.02.23 16:34:11.143954 [ 290 ] {} TCP-Session: ffe9b069-f09a-4bcc-ab0b-bd8a67488d56 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:34:11.143969 [ 294 ] {} TCP-Session: 621ff328-4601-4b07-9a7e-3a0410a00918 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:34:11.143937 [ 291 ] {} TCP-Session: 9796bbf9-761a-49c2-8f07-a694d9e1a37d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:34:11.143999 [ 292 ] {} TCP-Session: a7acd1dc-ce65-40cc-a896-fb2b06edc65e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:34:11.143903 [ 289 ] {} TCP-Session: d31885ab-4be7-4bab-b46a-3501f42b31ef Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:34:11.143840 [ 286 ] {} TCPHandler: Done processing connection. 2026.02.23 16:34:11.143960 [ 274 ] {} TCPHandler: Done processing connection. 2026.02.23 16:34:11.144092 [ 286 ] {} TCP-Session: bcc4c2ab-6c18-44f4-8ec5-5b28c846feab Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:34:11.144122 [ 274 ] {} TCP-Session: 1ad1e695-2d48-4989-b9fc-936c64bf27d5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:34:11.147756 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59278 2026.02.23 16:34:11.147822 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:34:11.147846 [ 287 ] {} TCP-Session: dc963c0c-ddff-4bf0-84b2-6a1253ff004c Authenticating user 'default' from [fd00:1122:3344:101::e]:59278 2026.02.23 16:34:11.147861 [ 287 ] {} TCP-Session: dc963c0c-ddff-4bf0-84b2-6a1253ff004c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:34:11.147874 [ 287 ] {} TCP-Session: dc963c0c-ddff-4bf0-84b2-6a1253ff004c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:34:11.148038 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53276 2026.02.23 16:34:11.148062 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48430 2026.02.23 16:34:11.148082 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36125 2026.02.23 16:34:11.148106 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62861 2026.02.23 16:34:11.148122 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:34:11.148079 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34856 2026.02.23 16:34:11.148167 [ 289 ] {} TCP-Session: 6f37c94f-2cff-4685-89f9-bb405f760ab3 Authenticating user 'default' from [fd00:1122:3344:101::e]:53276 2026.02.23 16:34:11.148171 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:34:11.148180 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:34:11.148186 [ 289 ] {} TCP-Session: 6f37c94f-2cff-4685-89f9-bb405f760ab3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:34:11.148211 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:34:11.148226 [ 289 ] {} TCP-Session: 6f37c94f-2cff-4685-89f9-bb405f760ab3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:34:11.148223 [ 286 ] {} TCP-Session: a4f19cab-4a54-471f-ba1a-25b5eff35522 Authenticating user 'default' from [fd00:1122:3344:101::e]:62861 2026.02.23 16:34:11.148237 [ 293 ] {} TCP-Session: faddbd1b-aee1-4b74-b9cd-3c24c6a58da5 Authenticating user 'default' from [fd00:1122:3344:101::e]:34856 2026.02.23 16:34:11.148272 [ 286 ] {} TCP-Session: a4f19cab-4a54-471f-ba1a-25b5eff35522 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:34:11.148288 [ 293 ] {} TCP-Session: faddbd1b-aee1-4b74-b9cd-3c24c6a58da5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:34:11.148302 [ 286 ] {} TCP-Session: a4f19cab-4a54-471f-ba1a-25b5eff35522 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:34:11.148313 [ 293 ] {} TCP-Session: faddbd1b-aee1-4b74-b9cd-3c24c6a58da5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:34:11.148168 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:34:11.148056 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35909 2026.02.23 16:34:11.148371 [ 294 ] {} TCP-Session: d1edbe14-17f2-4b73-99f9-8d642fb719dd Authenticating user 'default' from [fd00:1122:3344:101::e]:36125 2026.02.23 16:34:11.148045 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45986 2026.02.23 16:34:11.148398 [ 294 ] {} TCP-Session: d1edbe14-17f2-4b73-99f9-8d642fb719dd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:34:11.148208 [ 292 ] {} TCP-Session: f8ba198e-5f87-412c-abc7-f8cacec7fe04 Authenticating user 'default' from [fd00:1122:3344:101::e]:48430 2026.02.23 16:34:11.148422 [ 294 ] {} TCP-Session: d1edbe14-17f2-4b73-99f9-8d642fb719dd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:34:11.148447 [ 292 ] {} TCP-Session: f8ba198e-5f87-412c-abc7-f8cacec7fe04 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:34:11.148447 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:34:11.148470 [ 292 ] {} TCP-Session: f8ba198e-5f87-412c-abc7-f8cacec7fe04 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:34:11.148486 [ 290 ] {} TCP-Session: 06ee657b-0135-4de5-9613-92c02b523101 Authenticating user 'default' from [fd00:1122:3344:101::e]:45986 2026.02.23 16:34:11.148422 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:34:11.148511 [ 290 ] {} TCP-Session: 06ee657b-0135-4de5-9613-92c02b523101 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:34:11.148535 [ 291 ] {} TCP-Session: fd8395ab-0a05-41f7-89d9-9b0d4028b23b Authenticating user 'default' from [fd00:1122:3344:101::e]:35909 2026.02.23 16:34:11.148544 [ 290 ] {} TCP-Session: 06ee657b-0135-4de5-9613-92c02b523101 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:34:11.148560 [ 291 ] {} TCP-Session: fd8395ab-0a05-41f7-89d9-9b0d4028b23b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:34:11.148101 [ 274 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57057 2026.02.23 16:34:11.148583 [ 291 ] {} TCP-Session: fd8395ab-0a05-41f7-89d9-9b0d4028b23b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:34:11.148094 [ 287 ] {} TCP-Session: dc963c0c-ddff-4bf0-84b2-6a1253ff004c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:34:11.148634 [ 274 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:34:11.148653 [ 274 ] {} TCP-Session: ad39dcc0-0239-49fb-86df-96d928c9e0f8 Authenticating user 'default' from [fd00:1122:3344:101::e]:57057 2026.02.23 16:34:11.148667 [ 274 ] {} TCP-Session: ad39dcc0-0239-49fb-86df-96d928c9e0f8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:34:11.148678 [ 274 ] {} TCP-Session: ad39dcc0-0239-49fb-86df-96d928c9e0f8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:34:11.148734 [ 287 ] {bfb4f44a-8994-4e1f-9be7-f9e0cb39781e} executeQuery: (from [fd00:1122:3344:101::e]:59278) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.02.23 16:34:11.148891 [ 287 ] {bfb4f44a-8994-4e1f-9be7-f9e0cb39781e} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.02.23 16:34:11.148930 [ 287 ] {bfb4f44a-8994-4e1f-9be7-f9e0cb39781e} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.23 16:34:11.149216 [ 287 ] {bfb4f44a-8994-4e1f-9be7-f9e0cb39781e} oximeter.version (5b0048b8-9e05-4abf-ab1d-311c7f35e206) (SelectExecutor): Key condition: unknown 2026.02.23 16:34:11.150057 [ 347 ] {bfb4f44a-8994-4e1f-9be7-f9e0cb39781e} AggregatingTransform: Aggregating 2026.02.23 16:34:11.150106 [ 347 ] {bfb4f44a-8994-4e1f-9be7-f9e0cb39781e} Aggregator: Aggregation method: without_key 2026.02.23 16:34:11.150152 [ 347 ] {bfb4f44a-8994-4e1f-9be7-f9e0cb39781e} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000849537 sec. (1177.112 rows/sec., 45.98 KiB/sec.) 2026.02.23 16:34:11.150176 [ 347 ] {bfb4f44a-8994-4e1f-9be7-f9e0cb39781e} Aggregator: Merging aggregated data 2026.02.23 16:34:11.151443 [ 287 ] {bfb4f44a-8994-4e1f-9be7-f9e0cb39781e} executeQuery: Read 1 rows, 40.00 B in 0.002704 sec., 369.8224852071006 rows/sec., 14.45 KiB/sec. 2026.02.23 16:34:11.151598 [ 287 ] {bfb4f44a-8994-4e1f-9be7-f9e0cb39781e} TCPHandler: Processed in 0.003562823 sec. 2026.02.23 16:34:11.151716 [ 287 ] {} TCPHandler: Done processing connection. 2026.02.23 16:34:11.151745 [ 287 ] {} TCP-Session: dc963c0c-ddff-4bf0-84b2-6a1253ff004c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:34:11.151744 [ 286 ] {} TCPHandler: Done processing connection. 2026.02.23 16:34:11.151766 [ 289 ] {} TCPHandler: Done processing connection. 2026.02.23 16:34:11.151783 [ 292 ] {} TCPHandler: Done processing connection. 2026.02.23 16:34:11.151800 [ 291 ] {} TCPHandler: Done processing connection. 2026.02.23 16:34:11.151818 [ 290 ] {} TCPHandler: Done processing connection. 2026.02.23 16:34:11.151839 [ 292 ] {} TCP-Session: f8ba198e-5f87-412c-abc7-f8cacec7fe04 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:34:11.151868 [ 274 ] {} TCPHandler: Done processing connection. 2026.02.23 16:34:11.151881 [ 290 ] {} TCP-Session: 06ee657b-0135-4de5-9613-92c02b523101 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:34:11.151865 [ 291 ] {} TCP-Session: fd8395ab-0a05-41f7-89d9-9b0d4028b23b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:34:11.151910 [ 274 ] {} TCP-Session: ad39dcc0-0239-49fb-86df-96d928c9e0f8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:34:11.151855 [ 293 ] {} TCPHandler: Done processing connection. 2026.02.23 16:34:11.151831 [ 294 ] {} TCPHandler: Done processing connection. 2026.02.23 16:34:11.151976 [ 293 ] {} TCP-Session: faddbd1b-aee1-4b74-b9cd-3c24c6a58da5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:34:11.151819 [ 289 ] {} TCP-Session: 6f37c94f-2cff-4685-89f9-bb405f760ab3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:34:11.151997 [ 294 ] {} TCP-Session: d1edbe14-17f2-4b73-99f9-8d642fb719dd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:34:11.151792 [ 286 ] {} TCP-Session: a4f19cab-4a54-471f-ba1a-25b5eff35522 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:34:12.568660 [ 70 ] {} DNSResolver: Updating DNS cache 2026.02.23 16:34:12.568713 [ 70 ] {} DNSResolver: Updated DNS cache 2026.02.23 16:34:12.668887 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 11512 2026.02.23 16:34:12.669446 [ 244 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:34:12.669499 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.02.23 16:34:12.670055 [ 244 ] {} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.02.23 16:34:12.670285 [ 244 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:34:12.670421 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11512 2026.02.23 16:34:12.694992 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 42 entries to flush up to offset 676 2026.02.23 16:34:12.697720 [ 242 ] {} system.query_log (b83b341e-dbaf-448e-9582-20b3e6cd291d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:34:12.697783 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2026.02.23 16:34:12.699071 [ 242 ] {} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.02.23 16:34:12.699356 [ 242 ] {} system.query_log (b83b341e-dbaf-448e-9582-20b3e6cd291d): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:34:12.699748 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 676 2026.02.23 16:34:13.282950 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 181 2026.02.23 16:34:13.300052 [ 243 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:34:13.300100 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2026.02.23 16:34:13.305820 [ 243 ] {} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.02.23 16:34:13.306516 [ 243 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:34:13.309687 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 181 2026.02.23 16:34:14.210750 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:34:14.211030 [ 278 ] {2aeeac7b-adcf-4fb7-8a12-cc19697ba10b} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.02.23 16:34:14.211121 [ 278 ] {2aeeac7b-adcf-4fb7-8a12-cc19697ba10b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.02.23 16:34:14.211861 [ 278 ] {2aeeac7b-adcf-4fb7-8a12-cc19697ba10b} oximeter.fields_i16 (91b3829e-2a99-49e1-955c-43ffdc3fb409): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:34:14.211909 [ 278 ] {2aeeac7b-adcf-4fb7-8a12-cc19697ba10b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2026.02.23 16:34:14.212312 [ 278 ] {2aeeac7b-adcf-4fb7-8a12-cc19697ba10b} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.02.23 16:34:14.212539 [ 278 ] {2aeeac7b-adcf-4fb7-8a12-cc19697ba10b} oximeter.fields_i16 (91b3829e-2a99-49e1-955c-43ffdc3fb409): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:34:14.212708 [ 278 ] {2aeeac7b-adcf-4fb7-8a12-cc19697ba10b} executeQuery: Read 284 rows, 18.47 KiB in 0.001755 sec., 161823.36182336183 rows/sec., 10.28 MiB/sec. 2026.02.23 16:34:14.212760 [ 278 ] {2aeeac7b-adcf-4fb7-8a12-cc19697ba10b} TCPHandler: Processed in 0.002195495 sec. 2026.02.23 16:34:14.212887 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:34:14.212990 [ 278 ] {868c7013-75b5-4da5-aee4-d0dce26bdb6f} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.23 16:34:14.213034 [ 278 ] {868c7013-75b5-4da5-aee4-d0dce26bdb6f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.23 16:34:14.213784 [ 278 ] {868c7013-75b5-4da5-aee4-d0dce26bdb6f} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:34:14.213824 [ 278 ] {868c7013-75b5-4da5-aee4-d0dce26bdb6f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2026.02.23 16:34:14.214213 [ 278 ] {868c7013-75b5-4da5-aee4-d0dce26bdb6f} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.02.23 16:34:14.214426 [ 278 ] {868c7013-75b5-4da5-aee4-d0dce26bdb6f} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:34:14.214555 [ 278 ] {868c7013-75b5-4da5-aee4-d0dce26bdb6f} executeQuery: Read 817 rows, 66.20 KiB in 0.001587 sec., 514807.81348456204 rows/sec., 40.73 MiB/sec. 2026.02.23 16:34:14.214594 [ 278 ] {868c7013-75b5-4da5-aee4-d0dce26bdb6f} TCPHandler: Processed in 0.001760106 sec. 2026.02.23 16:34:14.214705 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:34:14.214802 [ 278 ] {dbd99b4f-ba54-40b2-b401-4715fab21e9b} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.23 16:34:14.214849 [ 278 ] {dbd99b4f-ba54-40b2-b401-4715fab21e9b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.23 16:34:14.215287 [ 278 ] {dbd99b4f-ba54-40b2-b401-4715fab21e9b} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:34:14.215323 [ 278 ] {dbd99b4f-ba54-40b2-b401-4715fab21e9b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2026.02.23 16:34:14.215620 [ 278 ] {dbd99b4f-ba54-40b2-b401-4715fab21e9b} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.02.23 16:34:14.215827 [ 278 ] {dbd99b4f-ba54-40b2-b401-4715fab21e9b} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:34:14.215938 [ 68 ] {} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.02.23 16:34:14.215955 [ 278 ] {dbd99b4f-ba54-40b2-b401-4715fab21e9b} executeQuery: Read 152 rows, 9.29 KiB in 0.001173 sec., 129582.26768968457 rows/sec., 7.74 MiB/sec. 2026.02.23 16:34:14.216006 [ 68 ] {} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:34:14.216016 [ 278 ] {dbd99b4f-ba54-40b2-b401-4715fab21e9b} TCPHandler: Processed in 0.001362468 sec. 2026.02.23 16:34:14.216036 [ 68 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2026.02.23 16:34:14.216130 [ 187 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_31_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full 2026.02.23 16:34:14.216141 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:34:14.216221 [ 187 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:34:14.216247 [ 278 ] {eeaa55cf-268b-4d18-b3e1-6013398af87c} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.02.23 16:34:14.216249 [ 187 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 214 rows starting from the beginning of the part 2026.02.23 16:34:14.216287 [ 278 ] {eeaa55cf-268b-4d18-b3e1-6013398af87c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.02.23 16:34:14.216315 [ 187 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 10 rows starting from the beginning of the part 2026.02.23 16:34:14.216358 [ 187 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 32 rows starting from the beginning of the part 2026.02.23 16:34:14.216395 [ 187 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 156 rows starting from the beginning of the part 2026.02.23 16:34:14.216434 [ 187 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 32 rows starting from the beginning of the part 2026.02.23 16:34:14.216468 [ 187 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 152 rows starting from the beginning of the part 2026.02.23 16:34:14.216713 [ 278 ] {eeaa55cf-268b-4d18-b3e1-6013398af87c} oximeter.fields_u32 (3630ead0-c5da-4e23-a9d2-59d0589dc119): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:34:14.216747 [ 278 ] {eeaa55cf-268b-4d18-b3e1-6013398af87c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2026.02.23 16:34:14.217052 [ 278 ] {eeaa55cf-268b-4d18-b3e1-6013398af87c} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.02.23 16:34:14.217225 [ 188 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 596 rows, containing 5 columns (5 merged, 0 gathered) in 0.001131013 sec., 526961.2285623596 rows/sec., 35.12 MiB/sec. 2026.02.23 16:34:14.217261 [ 278 ] {eeaa55cf-268b-4d18-b3e1-6013398af87c} oximeter.fields_u32 (3630ead0-c5da-4e23-a9d2-59d0589dc119): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:34:14.217394 [ 278 ] {eeaa55cf-268b-4d18-b3e1-6013398af87c} executeQuery: Read 149 rows, 9.86 KiB in 0.001167 sec., 127677.8063410454 rows/sec., 8.25 MiB/sec. 2026.02.23 16:34:14.217432 [ 278 ] {eeaa55cf-268b-4d18-b3e1-6013398af87c} TCPHandler: Processed in 0.001340718 sec. 2026.02.23 16:34:14.217435 [ 198 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.02.23 16:34:14.217548 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:34:14.217648 [ 278 ] {8f76281e-d3a6-4f08-94dc-04d7bb32e033} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.02.23 16:34:14.217690 [ 278 ] {8f76281e-d3a6-4f08-94dc-04d7bb32e033} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.02.23 16:34:14.217770 [ 198 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_31_6} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:34:14.217861 [ 198 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_31_6} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.02.23 16:34:14.217965 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. 2026.02.23 16:34:14.218120 [ 278 ] {8f76281e-d3a6-4f08-94dc-04d7bb32e033} oximeter.fields_u8 (bee44bc4-3670-4879-9501-74bd8c0c3792): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:34:14.218161 [ 278 ] {8f76281e-d3a6-4f08-94dc-04d7bb32e033} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2026.02.23 16:34:14.218472 [ 278 ] {8f76281e-d3a6-4f08-94dc-04d7bb32e033} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.02.23 16:34:14.218692 [ 278 ] {8f76281e-d3a6-4f08-94dc-04d7bb32e033} oximeter.fields_u8 (bee44bc4-3670-4879-9501-74bd8c0c3792): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:34:14.218827 [ 278 ] {8f76281e-d3a6-4f08-94dc-04d7bb32e033} executeQuery: Read 148 rows, 8.62 KiB in 0.001197 sec., 123642.43943191312 rows/sec., 7.03 MiB/sec. 2026.02.23 16:34:14.218865 [ 278 ] {8f76281e-d3a6-4f08-94dc-04d7bb32e033} TCPHandler: Processed in 0.001366818 sec. 2026.02.23 16:34:14.218990 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:34:14.219084 [ 278 ] {52a2b337-c5ac-4200-96be-56de14feee5b} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.23 16:34:14.219123 [ 278 ] {52a2b337-c5ac-4200-96be-56de14feee5b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.23 16:34:14.219685 [ 278 ] {52a2b337-c5ac-4200-96be-56de14feee5b} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:34:14.219720 [ 278 ] {52a2b337-c5ac-4200-96be-56de14feee5b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2026.02.23 16:34:14.220044 [ 278 ] {52a2b337-c5ac-4200-96be-56de14feee5b} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.02.23 16:34:14.220262 [ 278 ] {52a2b337-c5ac-4200-96be-56de14feee5b} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:34:14.220392 [ 278 ] {52a2b337-c5ac-4200-96be-56de14feee5b} executeQuery: Read 500 rows, 35.98 KiB in 0.001326 sec., 377073.90648567124 rows/sec., 26.50 MiB/sec. 2026.02.23 16:34:14.220429 [ 278 ] {52a2b337-c5ac-4200-96be-56de14feee5b} TCPHandler: Processed in 0.001489161 sec. 2026.02.23 16:34:14.220534 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:34:14.220629 [ 278 ] {b1955f4b-d2be-49eb-9874-f2a1b186a8c1} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.02.23 16:34:14.220670 [ 278 ] {b1955f4b-d2be-49eb-9874-f2a1b186a8c1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.02.23 16:34:14.221006 [ 278 ] {b1955f4b-d2be-49eb-9874-f2a1b186a8c1} oximeter.measurements_bool (4d7206cf-919d-48fb-bf2a-954f10b7f89e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:34:14.221043 [ 278 ] {b1955f4b-d2be-49eb-9874-f2a1b186a8c1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2026.02.23 16:34:14.221352 [ 278 ] {b1955f4b-d2be-49eb-9874-f2a1b186a8c1} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.02.23 16:34:14.221560 [ 278 ] {b1955f4b-d2be-49eb-9874-f2a1b186a8c1} oximeter.measurements_bool (4d7206cf-919d-48fb-bf2a-954f10b7f89e): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:34:14.221685 [ 278 ] {b1955f4b-d2be-49eb-9874-f2a1b186a8c1} executeQuery: Read 6 rows, 321.00 B in 0.001074 sec., 5586.592178770949 rows/sec., 291.88 KiB/sec. 2026.02.23 16:34:14.221723 [ 278 ] {b1955f4b-d2be-49eb-9874-f2a1b186a8c1} TCPHandler: Processed in 0.001238166 sec. 2026.02.23 16:34:14.221826 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:34:14.221920 [ 278 ] {148d6a2a-bfc9-4b5a-8ec9-9a3fbf2a6e19} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.23 16:34:14.221961 [ 278 ] {148d6a2a-bfc9-4b5a-8ec9-9a3fbf2a6e19} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.23 16:34:14.222362 [ 278 ] {148d6a2a-bfc9-4b5a-8ec9-9a3fbf2a6e19} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:34:14.222399 [ 278 ] {148d6a2a-bfc9-4b5a-8ec9-9a3fbf2a6e19} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2026.02.23 16:34:14.222738 [ 278 ] {148d6a2a-bfc9-4b5a-8ec9-9a3fbf2a6e19} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.02.23 16:34:14.222948 [ 278 ] {148d6a2a-bfc9-4b5a-8ec9-9a3fbf2a6e19} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:34:14.223075 [ 278 ] {148d6a2a-bfc9-4b5a-8ec9-9a3fbf2a6e19} executeQuery: Read 265 rows, 18.03 KiB in 0.001173 sec., 225916.4535379369 rows/sec., 15.01 MiB/sec. 2026.02.23 16:34:14.223112 [ 278 ] {148d6a2a-bfc9-4b5a-8ec9-9a3fbf2a6e19} TCPHandler: Processed in 0.001334867 sec. 2026.02.23 16:34:14.223221 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:34:14.223313 [ 278 ] {d647f15d-2ed8-4c15-9892-e929e16fa313} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.02.23 16:34:14.223354 [ 278 ] {d647f15d-2ed8-4c15-9892-e929e16fa313} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.02.23 16:34:14.223659 [ 278 ] {d647f15d-2ed8-4c15-9892-e929e16fa313} oximeter.measurements_f64 (97dc9cb4-ce5b-499b-8326-a1427ee1bb47): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:34:14.223693 [ 278 ] {d647f15d-2ed8-4c15-9892-e929e16fa313} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2026.02.23 16:34:14.223983 [ 278 ] {d647f15d-2ed8-4c15-9892-e929e16fa313} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.02.23 16:34:14.224206 [ 278 ] {d647f15d-2ed8-4c15-9892-e929e16fa313} oximeter.measurements_f64 (97dc9cb4-ce5b-499b-8326-a1427ee1bb47): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:34:14.224329 [ 278 ] {d647f15d-2ed8-4c15-9892-e929e16fa313} executeQuery: Read 1 rows, 69.00 B in 0.001034 sec., 967.1179883945841 rows/sec., 65.17 KiB/sec. 2026.02.23 16:34:14.224365 [ 278 ] {d647f15d-2ed8-4c15-9892-e929e16fa313} TCPHandler: Processed in 0.001192574 sec. 2026.02.23 16:34:14.224470 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:34:14.224562 [ 278 ] {ace278ff-ab8f-4675-8c83-5c15edd4cfce} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.23 16:34:14.224614 [ 278 ] {ace278ff-ab8f-4675-8c83-5c15edd4cfce} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.23 16:34:14.225352 [ 278 ] {ace278ff-ab8f-4675-8c83-5c15edd4cfce} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:34:14.225388 [ 278 ] {ace278ff-ab8f-4675-8c83-5c15edd4cfce} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2026.02.23 16:34:14.225899 [ 278 ] {ace278ff-ab8f-4675-8c83-5c15edd4cfce} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.02.23 16:34:14.226115 [ 278 ] {ace278ff-ab8f-4675-8c83-5c15edd4cfce} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:34:14.226214 [ 67 ] {} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.02.23 16:34:14.226248 [ 278 ] {ace278ff-ab8f-4675-8c83-5c15edd4cfce} executeQuery: Read 10 rows, 18.35 KiB in 0.001703 sec., 5871.990604815032 rows/sec., 10.52 MiB/sec. 2026.02.23 16:34:14.226249 [ 67 ] {} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:34:14.226281 [ 67 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2026.02.23 16:34:14.226306 [ 278 ] {ace278ff-ab8f-4675-8c83-5c15edd4cfce} TCPHandler: Processed in 0.001882869 sec. 2026.02.23 16:34:14.226350 [ 187 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_26_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full 2026.02.23 16:34:14.226418 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:34:14.226514 [ 278 ] {884fda15-63ee-4c1a-bd48-2612419bf204} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.23 16:34:14.226547 [ 187 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:34:14.226555 [ 278 ] {884fda15-63ee-4c1a-bd48-2612419bf204} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.23 16:34:14.226601 [ 187 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 447 rows starting from the beginning of the part 2026.02.23 16:34:14.226714 [ 187 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 10 rows starting from the beginning of the part 2026.02.23 16:34:14.226817 [ 187 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 32 rows starting from the beginning of the part 2026.02.23 16:34:14.226888 [ 278 ] {884fda15-63ee-4c1a-bd48-2612419bf204} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:34:14.226916 [ 187 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 10 rows starting from the beginning of the part 2026.02.23 16:34:14.226924 [ 278 ] {884fda15-63ee-4c1a-bd48-2612419bf204} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2026.02.23 16:34:14.227011 [ 187 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 32 rows starting from the beginning of the part 2026.02.23 16:34:14.227095 [ 187 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 10 rows starting from the beginning of the part 2026.02.23 16:34:14.227241 [ 278 ] {884fda15-63ee-4c1a-bd48-2612419bf204} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.02.23 16:34:14.227453 [ 278 ] {884fda15-63ee-4c1a-bd48-2612419bf204} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:34:14.227576 [ 278 ] {884fda15-63ee-4c1a-bd48-2612419bf204} executeQuery: Read 90 rows, 5.77 KiB in 0.00108 sec., 83333.33333333333 rows/sec., 5.21 MiB/sec. 2026.02.23 16:34:14.227611 [ 278 ] {884fda15-63ee-4c1a-bd48-2612419bf204} TCPHandler: Processed in 0.001246306 sec. 2026.02.23 16:34:14.242476 [ 186 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 541 rows, containing 19 columns (19 merged, 0 gathered) in 0.016150943 sec., 33496.496148862636 rows/sec., 60.02 MiB/sec. 2026.02.23 16:34:14.243278 [ 187 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.02.23 16:34:14.243581 [ 187 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_26_5} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:34:14.243645 [ 187 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_26_5} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.02.23 16:34:14.243725 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.39 MiB. 2026.02.23 16:34:14.815752 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:34:14.816017 [ 278 ] {9238872b-792b-48db-a0ae-4ae486f5b18a} executeQuery: (from [fd00:1122:3344:101::d]:46070) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.02.23 16:34:14.816396 [ 278 ] {9238872b-792b-48db-a0ae-4ae486f5b18a} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.02.23 16:34:14.816437 [ 278 ] {9238872b-792b-48db-a0ae-4ae486f5b18a} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.02.23 16:34:14.816705 [ 278 ] {9238872b-792b-48db-a0ae-4ae486f5b18a} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.23 16:34:14.816777 [ 278 ] {9238872b-792b-48db-a0ae-4ae486f5b18a} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.23 16:34:14.816920 [ 278 ] {9238872b-792b-48db-a0ae-4ae486f5b18a} oximeter.timeseries_schema (01d04810-3288-4eb0-b300-784d29626f91) (SelectExecutor): Key condition: (column 0 notIn 42-element set) 2026.02.23 16:34:14.817025 [ 305 ] {9238872b-792b-48db-a0ae-4ae486f5b18a} oximeter.timeseries_schema (01d04810-3288-4eb0-b300-784d29626f91) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.02.23 16:34:14.817058 [ 295 ] {9238872b-792b-48db-a0ae-4ae486f5b18a} oximeter.timeseries_schema (01d04810-3288-4eb0-b300-784d29626f91) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.02.23 16:34:14.817058 [ 331 ] {9238872b-792b-48db-a0ae-4ae486f5b18a} oximeter.timeseries_schema (01d04810-3288-4eb0-b300-784d29626f91) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.02.23 16:34:14.817058 [ 327 ] {9238872b-792b-48db-a0ae-4ae486f5b18a} oximeter.timeseries_schema (01d04810-3288-4eb0-b300-784d29626f91) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.02.23 16:34:14.817222 [ 278 ] {9238872b-792b-48db-a0ae-4ae486f5b18a} oximeter.timeseries_schema (01d04810-3288-4eb0-b300-784d29626f91) (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.02.23 16:34:14.817249 [ 278 ] {9238872b-792b-48db-a0ae-4ae486f5b18a} oximeter.timeseries_schema (01d04810-3288-4eb0-b300-784d29626f91) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.02.23 16:34:14.817348 [ 278 ] {9238872b-792b-48db-a0ae-4ae486f5b18a} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.02.23 16:34:14.817369 [ 278 ] {9238872b-792b-48db-a0ae-4ae486f5b18a} oximeter.timeseries_schema (01d04810-3288-4eb0-b300-784d29626f91) (SelectExecutor): Reading approx. 42 rows with 4 streams 2026.02.23 16:34:14.817407 [ 278 ] {9238872b-792b-48db-a0ae-4ae486f5b18a} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.02.23 16:34:14.817448 [ 278 ] {9238872b-792b-48db-a0ae-4ae486f5b18a} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.02.23 16:34:14.817485 [ 278 ] {9238872b-792b-48db-a0ae-4ae486f5b18a} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.02.23 16:34:14.817521 [ 278 ] {9238872b-792b-48db-a0ae-4ae486f5b18a} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.02.23 16:34:14.818438 [ 278 ] {9238872b-792b-48db-a0ae-4ae486f5b18a} executeQuery: Read 42 rows, 1.69 KiB in 0.002542 sec., 16522.423288749018 rows/sec., 665.00 KiB/sec. 2026.02.23 16:34:14.818588 [ 278 ] {9238872b-792b-48db-a0ae-4ae486f5b18a} MemoryTracker: Peak memory usage (for query): 148.99 KiB. 2026.02.23 16:34:14.818606 [ 278 ] {9238872b-792b-48db-a0ae-4ae486f5b18a} TCPHandler: Processed in 0.002991331 sec. 2026.02.23 16:34:14.818947 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:34:14.819094 [ 278 ] {8da4c5cc-980e-41de-9d3c-9006e33e900d} executeQuery: (from [fd00:1122:3344:101::d]:46070) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.02.23 16:34:14.819329 [ 278 ] {8da4c5cc-980e-41de-9d3c-9006e33e900d} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.02.23 16:34:14.819367 [ 278 ] {8da4c5cc-980e-41de-9d3c-9006e33e900d} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.02.23 16:34:14.819583 [ 278 ] {8da4c5cc-980e-41de-9d3c-9006e33e900d} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.23 16:34:14.819638 [ 278 ] {8da4c5cc-980e-41de-9d3c-9006e33e900d} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.23 16:34:14.819745 [ 278 ] {8da4c5cc-980e-41de-9d3c-9006e33e900d} oximeter.timeseries_schema (01d04810-3288-4eb0-b300-784d29626f91) (SelectExecutor): Key condition: (column 0 notIn 43-element set) 2026.02.23 16:34:14.819816 [ 341 ] {8da4c5cc-980e-41de-9d3c-9006e33e900d} oximeter.timeseries_schema (01d04810-3288-4eb0-b300-784d29626f91) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.02.23 16:34:14.819819 [ 305 ] {8da4c5cc-980e-41de-9d3c-9006e33e900d} oximeter.timeseries_schema (01d04810-3288-4eb0-b300-784d29626f91) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.02.23 16:34:14.819817 [ 331 ] {8da4c5cc-980e-41de-9d3c-9006e33e900d} oximeter.timeseries_schema (01d04810-3288-4eb0-b300-784d29626f91) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.02.23 16:34:14.819816 [ 347 ] {8da4c5cc-980e-41de-9d3c-9006e33e900d} oximeter.timeseries_schema (01d04810-3288-4eb0-b300-784d29626f91) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.02.23 16:34:14.819955 [ 278 ] {8da4c5cc-980e-41de-9d3c-9006e33e900d} oximeter.timeseries_schema (01d04810-3288-4eb0-b300-784d29626f91) (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.02.23 16:34:14.819976 [ 278 ] {8da4c5cc-980e-41de-9d3c-9006e33e900d} oximeter.timeseries_schema (01d04810-3288-4eb0-b300-784d29626f91) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.02.23 16:34:14.820057 [ 278 ] {8da4c5cc-980e-41de-9d3c-9006e33e900d} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.02.23 16:34:14.820076 [ 278 ] {8da4c5cc-980e-41de-9d3c-9006e33e900d} oximeter.timeseries_schema (01d04810-3288-4eb0-b300-784d29626f91) (SelectExecutor): Reading approx. 42 rows with 4 streams 2026.02.23 16:34:14.820107 [ 278 ] {8da4c5cc-980e-41de-9d3c-9006e33e900d} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.02.23 16:34:14.820139 [ 278 ] {8da4c5cc-980e-41de-9d3c-9006e33e900d} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.02.23 16:34:14.820167 [ 278 ] {8da4c5cc-980e-41de-9d3c-9006e33e900d} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.02.23 16:34:14.820199 [ 278 ] {8da4c5cc-980e-41de-9d3c-9006e33e900d} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.02.23 16:34:14.820854 [ 278 ] {8da4c5cc-980e-41de-9d3c-9006e33e900d} executeQuery: Read 42 rows, 1.69 KiB in 0.001826 sec., 23001.095290251917 rows/sec., 925.76 KiB/sec. 2026.02.23 16:34:14.820982 [ 278 ] {8da4c5cc-980e-41de-9d3c-9006e33e900d} MemoryTracker: Peak memory usage (for query): 145.58 KiB. 2026.02.23 16:34:14.820997 [ 278 ] {8da4c5cc-980e-41de-9d3c-9006e33e900d} TCPHandler: Processed in 0.002102164 sec. 2026.02.23 16:34:14.821235 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:34:14.821375 [ 278 ] {29a017bc-edf0-4c70-b9b9-a64d7a023c9a} executeQuery: (from [fd00:1122:3344:101::d]:46070) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.02.23 16:34:14.821600 [ 278 ] {29a017bc-edf0-4c70-b9b9-a64d7a023c9a} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.02.23 16:34:14.821637 [ 278 ] {29a017bc-edf0-4c70-b9b9-a64d7a023c9a} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.02.23 16:34:14.821857 [ 278 ] {29a017bc-edf0-4c70-b9b9-a64d7a023c9a} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.23 16:34:14.821911 [ 278 ] {29a017bc-edf0-4c70-b9b9-a64d7a023c9a} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.23 16:34:14.822012 [ 278 ] {29a017bc-edf0-4c70-b9b9-a64d7a023c9a} oximeter.timeseries_schema (01d04810-3288-4eb0-b300-784d29626f91) (SelectExecutor): Key condition: (column 0 notIn 44-element set) 2026.02.23 16:34:14.822073 [ 319 ] {29a017bc-edf0-4c70-b9b9-a64d7a023c9a} oximeter.timeseries_schema (01d04810-3288-4eb0-b300-784d29626f91) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.02.23 16:34:14.822084 [ 305 ] {29a017bc-edf0-4c70-b9b9-a64d7a023c9a} oximeter.timeseries_schema (01d04810-3288-4eb0-b300-784d29626f91) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.02.23 16:34:14.822079 [ 347 ] {29a017bc-edf0-4c70-b9b9-a64d7a023c9a} oximeter.timeseries_schema (01d04810-3288-4eb0-b300-784d29626f91) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.02.23 16:34:14.822075 [ 331 ] {29a017bc-edf0-4c70-b9b9-a64d7a023c9a} oximeter.timeseries_schema (01d04810-3288-4eb0-b300-784d29626f91) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.02.23 16:34:14.822218 [ 278 ] {29a017bc-edf0-4c70-b9b9-a64d7a023c9a} oximeter.timeseries_schema (01d04810-3288-4eb0-b300-784d29626f91) (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.02.23 16:34:14.822244 [ 278 ] {29a017bc-edf0-4c70-b9b9-a64d7a023c9a} oximeter.timeseries_schema (01d04810-3288-4eb0-b300-784d29626f91) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.02.23 16:34:14.822323 [ 278 ] {29a017bc-edf0-4c70-b9b9-a64d7a023c9a} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.02.23 16:34:14.822341 [ 278 ] {29a017bc-edf0-4c70-b9b9-a64d7a023c9a} oximeter.timeseries_schema (01d04810-3288-4eb0-b300-784d29626f91) (SelectExecutor): Reading approx. 42 rows with 4 streams 2026.02.23 16:34:14.822371 [ 278 ] {29a017bc-edf0-4c70-b9b9-a64d7a023c9a} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.02.23 16:34:14.822405 [ 278 ] {29a017bc-edf0-4c70-b9b9-a64d7a023c9a} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.02.23 16:34:14.822436 [ 278 ] {29a017bc-edf0-4c70-b9b9-a64d7a023c9a} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.02.23 16:34:14.822466 [ 278 ] {29a017bc-edf0-4c70-b9b9-a64d7a023c9a} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.02.23 16:34:14.823219 [ 278 ] {29a017bc-edf0-4c70-b9b9-a64d7a023c9a} executeQuery: Read 42 rows, 1.69 KiB in 0.001904 sec., 22058.823529411762 rows/sec., 887.83 KiB/sec. 2026.02.23 16:34:14.823327 [ 278 ] {29a017bc-edf0-4c70-b9b9-a64d7a023c9a} MemoryTracker: Peak memory usage (for query): 145.85 KiB. 2026.02.23 16:34:14.823343 [ 278 ] {29a017bc-edf0-4c70-b9b9-a64d7a023c9a} TCPHandler: Processed in 0.002160315 sec. 2026.02.23 16:34:14.823544 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:34:14.823681 [ 278 ] {54d0bda5-1435-472c-bccd-5c3a3a1beca5} executeQuery: (from [fd00:1122:3344:101::d]:46070) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.02.23 16:34:14.823905 [ 278 ] {54d0bda5-1435-472c-bccd-5c3a3a1beca5} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.02.23 16:34:14.823942 [ 278 ] {54d0bda5-1435-472c-bccd-5c3a3a1beca5} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.02.23 16:34:14.824156 [ 278 ] {54d0bda5-1435-472c-bccd-5c3a3a1beca5} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.23 16:34:14.824210 [ 278 ] {54d0bda5-1435-472c-bccd-5c3a3a1beca5} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.23 16:34:14.824309 [ 278 ] {54d0bda5-1435-472c-bccd-5c3a3a1beca5} oximeter.timeseries_schema (01d04810-3288-4eb0-b300-784d29626f91) (SelectExecutor): Key condition: (column 0 notIn 45-element set) 2026.02.23 16:34:14.824376 [ 341 ] {54d0bda5-1435-472c-bccd-5c3a3a1beca5} oximeter.timeseries_schema (01d04810-3288-4eb0-b300-784d29626f91) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.02.23 16:34:14.824380 [ 347 ] {54d0bda5-1435-472c-bccd-5c3a3a1beca5} oximeter.timeseries_schema (01d04810-3288-4eb0-b300-784d29626f91) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.02.23 16:34:14.824395 [ 322 ] {54d0bda5-1435-472c-bccd-5c3a3a1beca5} oximeter.timeseries_schema (01d04810-3288-4eb0-b300-784d29626f91) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.02.23 16:34:14.824382 [ 305 ] {54d0bda5-1435-472c-bccd-5c3a3a1beca5} oximeter.timeseries_schema (01d04810-3288-4eb0-b300-784d29626f91) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.02.23 16:34:14.824511 [ 278 ] {54d0bda5-1435-472c-bccd-5c3a3a1beca5} oximeter.timeseries_schema (01d04810-3288-4eb0-b300-784d29626f91) (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.02.23 16:34:14.824532 [ 278 ] {54d0bda5-1435-472c-bccd-5c3a3a1beca5} oximeter.timeseries_schema (01d04810-3288-4eb0-b300-784d29626f91) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.02.23 16:34:14.824610 [ 278 ] {54d0bda5-1435-472c-bccd-5c3a3a1beca5} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.02.23 16:34:14.824628 [ 278 ] {54d0bda5-1435-472c-bccd-5c3a3a1beca5} oximeter.timeseries_schema (01d04810-3288-4eb0-b300-784d29626f91) (SelectExecutor): Reading approx. 42 rows with 4 streams 2026.02.23 16:34:14.824658 [ 278 ] {54d0bda5-1435-472c-bccd-5c3a3a1beca5} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.02.23 16:34:14.824687 [ 278 ] {54d0bda5-1435-472c-bccd-5c3a3a1beca5} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.02.23 16:34:14.824812 [ 278 ] {54d0bda5-1435-472c-bccd-5c3a3a1beca5} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.02.23 16:34:14.824920 [ 278 ] {54d0bda5-1435-472c-bccd-5c3a3a1beca5} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.02.23 16:34:14.825530 [ 278 ] {54d0bda5-1435-472c-bccd-5c3a3a1beca5} executeQuery: Read 42 rows, 1.69 KiB in 0.001908 sec., 22012.578616352203 rows/sec., 885.97 KiB/sec. 2026.02.23 16:34:14.825651 [ 278 ] {54d0bda5-1435-472c-bccd-5c3a3a1beca5} MemoryTracker: Peak memory usage (for query): 146.08 KiB. 2026.02.23 16:34:14.825666 [ 278 ] {54d0bda5-1435-472c-bccd-5c3a3a1beca5} TCPHandler: Processed in 0.002170815 sec. 2026.02.23 16:34:14.825886 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:34:14.826024 [ 278 ] {4644a718-4bbc-40a4-b23e-3f5720874b72} executeQuery: (from [fd00:1122:3344:101::d]:46070) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.02.23 16:34:14.826251 [ 278 ] {4644a718-4bbc-40a4-b23e-3f5720874b72} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.02.23 16:34:14.826288 [ 278 ] {4644a718-4bbc-40a4-b23e-3f5720874b72} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.02.23 16:34:14.826503 [ 278 ] {4644a718-4bbc-40a4-b23e-3f5720874b72} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.23 16:34:14.826555 [ 278 ] {4644a718-4bbc-40a4-b23e-3f5720874b72} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.23 16:34:14.826653 [ 278 ] {4644a718-4bbc-40a4-b23e-3f5720874b72} oximeter.timeseries_schema (01d04810-3288-4eb0-b300-784d29626f91) (SelectExecutor): Key condition: (column 0 notIn 46-element set) 2026.02.23 16:34:14.826704 [ 305 ] {4644a718-4bbc-40a4-b23e-3f5720874b72} oximeter.timeseries_schema (01d04810-3288-4eb0-b300-784d29626f91) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.02.23 16:34:14.826711 [ 341 ] {4644a718-4bbc-40a4-b23e-3f5720874b72} oximeter.timeseries_schema (01d04810-3288-4eb0-b300-784d29626f91) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.02.23 16:34:14.826745 [ 344 ] {4644a718-4bbc-40a4-b23e-3f5720874b72} oximeter.timeseries_schema (01d04810-3288-4eb0-b300-784d29626f91) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.02.23 16:34:14.826751 [ 302 ] {4644a718-4bbc-40a4-b23e-3f5720874b72} oximeter.timeseries_schema (01d04810-3288-4eb0-b300-784d29626f91) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.02.23 16:34:14.826850 [ 278 ] {4644a718-4bbc-40a4-b23e-3f5720874b72} oximeter.timeseries_schema (01d04810-3288-4eb0-b300-784d29626f91) (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.02.23 16:34:14.826875 [ 278 ] {4644a718-4bbc-40a4-b23e-3f5720874b72} oximeter.timeseries_schema (01d04810-3288-4eb0-b300-784d29626f91) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.02.23 16:34:14.826954 [ 278 ] {4644a718-4bbc-40a4-b23e-3f5720874b72} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.02.23 16:34:14.826973 [ 278 ] {4644a718-4bbc-40a4-b23e-3f5720874b72} oximeter.timeseries_schema (01d04810-3288-4eb0-b300-784d29626f91) (SelectExecutor): Reading approx. 42 rows with 4 streams 2026.02.23 16:34:14.827002 [ 278 ] {4644a718-4bbc-40a4-b23e-3f5720874b72} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.02.23 16:34:14.827032 [ 278 ] {4644a718-4bbc-40a4-b23e-3f5720874b72} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.02.23 16:34:14.827068 [ 278 ] {4644a718-4bbc-40a4-b23e-3f5720874b72} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.02.23 16:34:14.827104 [ 278 ] {4644a718-4bbc-40a4-b23e-3f5720874b72} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.02.23 16:34:14.827855 [ 278 ] {4644a718-4bbc-40a4-b23e-3f5720874b72} executeQuery: Read 42 rows, 1.69 KiB in 0.00189 sec., 22222.222222222223 rows/sec., 894.41 KiB/sec. 2026.02.23 16:34:14.827999 [ 278 ] {4644a718-4bbc-40a4-b23e-3f5720874b72} MemoryTracker: Peak memory usage (for query): 146.40 KiB. 2026.02.23 16:34:14.828014 [ 278 ] {4644a718-4bbc-40a4-b23e-3f5720874b72} TCPHandler: Processed in 0.002177165 sec. 2026.02.23 16:34:14.828223 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:34:14.828359 [ 278 ] {835d0233-3352-4421-804b-d4a1f342de3a} executeQuery: (from [fd00:1122:3344:101::d]:46070) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.02.23 16:34:14.828586 [ 278 ] {835d0233-3352-4421-804b-d4a1f342de3a} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.02.23 16:34:14.828624 [ 278 ] {835d0233-3352-4421-804b-d4a1f342de3a} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.02.23 16:34:14.828839 [ 278 ] {835d0233-3352-4421-804b-d4a1f342de3a} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.23 16:34:14.828892 [ 278 ] {835d0233-3352-4421-804b-d4a1f342de3a} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.23 16:34:14.828992 [ 278 ] {835d0233-3352-4421-804b-d4a1f342de3a} oximeter.timeseries_schema (01d04810-3288-4eb0-b300-784d29626f91) (SelectExecutor): Key condition: (column 0 notIn 47-element set) 2026.02.23 16:34:14.829054 [ 344 ] {835d0233-3352-4421-804b-d4a1f342de3a} oximeter.timeseries_schema (01d04810-3288-4eb0-b300-784d29626f91) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.02.23 16:34:14.829068 [ 304 ] {835d0233-3352-4421-804b-d4a1f342de3a} oximeter.timeseries_schema (01d04810-3288-4eb0-b300-784d29626f91) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.02.23 16:34:14.829080 [ 302 ] {835d0233-3352-4421-804b-d4a1f342de3a} oximeter.timeseries_schema (01d04810-3288-4eb0-b300-784d29626f91) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.02.23 16:34:14.829070 [ 341 ] {835d0233-3352-4421-804b-d4a1f342de3a} oximeter.timeseries_schema (01d04810-3288-4eb0-b300-784d29626f91) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.02.23 16:34:14.829207 [ 278 ] {835d0233-3352-4421-804b-d4a1f342de3a} oximeter.timeseries_schema (01d04810-3288-4eb0-b300-784d29626f91) (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.02.23 16:34:14.829229 [ 278 ] {835d0233-3352-4421-804b-d4a1f342de3a} oximeter.timeseries_schema (01d04810-3288-4eb0-b300-784d29626f91) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.02.23 16:34:14.829307 [ 278 ] {835d0233-3352-4421-804b-d4a1f342de3a} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.02.23 16:34:14.829325 [ 278 ] {835d0233-3352-4421-804b-d4a1f342de3a} oximeter.timeseries_schema (01d04810-3288-4eb0-b300-784d29626f91) (SelectExecutor): Reading approx. 42 rows with 4 streams 2026.02.23 16:34:14.829356 [ 278 ] {835d0233-3352-4421-804b-d4a1f342de3a} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.02.23 16:34:14.829386 [ 278 ] {835d0233-3352-4421-804b-d4a1f342de3a} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.02.23 16:34:14.829413 [ 278 ] {835d0233-3352-4421-804b-d4a1f342de3a} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.02.23 16:34:14.829442 [ 278 ] {835d0233-3352-4421-804b-d4a1f342de3a} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.02.23 16:34:14.830102 [ 278 ] {835d0233-3352-4421-804b-d4a1f342de3a} executeQuery: Read 42 rows, 1.69 KiB in 0.001801 sec., 23320.377568017768 rows/sec., 938.61 KiB/sec. 2026.02.23 16:34:14.830215 [ 278 ] {835d0233-3352-4421-804b-d4a1f342de3a} MemoryTracker: Peak memory usage (for query): 146.86 KiB. 2026.02.23 16:34:14.830231 [ 278 ] {835d0233-3352-4421-804b-d4a1f342de3a} TCPHandler: Processed in 0.002057282 sec. 2026.02.23 16:34:15.027108 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:34:15.027222 [ 278 ] {9bc8942f-bcf9-44a3-aeb8-cedd7b0336bd} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2026.02.23 16:34:15.027267 [ 278 ] {9bc8942f-bcf9-44a3-aeb8-cedd7b0336bd} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.23 16:34:15.027846 [ 278 ] {9bc8942f-bcf9-44a3-aeb8-cedd7b0336bd} oximeter.timeseries_schema (01d04810-3288-4eb0-b300-784d29626f91): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:34:15.027888 [ 278 ] {9bc8942f-bcf9-44a3-aeb8-cedd7b0336bd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2026.02.23 16:34:15.028299 [ 278 ] {9bc8942f-bcf9-44a3-aeb8-cedd7b0336bd} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.02.23 16:34:15.028486 [ 278 ] {9bc8942f-bcf9-44a3-aeb8-cedd7b0336bd} oximeter.timeseries_schema (01d04810-3288-4eb0-b300-784d29626f91): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:34:15.028625 [ 278 ] {9bc8942f-bcf9-44a3-aeb8-cedd7b0336bd} executeQuery: Read 6 rows, 1.34 KiB in 0.001435 sec., 4181.1846689895465 rows/sec., 930.97 KiB/sec. 2026.02.23 16:34:15.028664 [ 278 ] {9bc8942f-bcf9-44a3-aeb8-cedd7b0336bd} TCPHandler: Processed in 0.001637634 sec. 2026.02.23 16:34:15.028783 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:34:15.028876 [ 278 ] {ab22f2c4-28aa-46ee-ab21-bb40c61ca65d} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.02.23 16:34:15.028914 [ 278 ] {ab22f2c4-28aa-46ee-ab21-bb40c61ca65d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.02.23 16:34:15.029318 [ 278 ] {ab22f2c4-28aa-46ee-ab21-bb40c61ca65d} oximeter.fields_ipaddr (aca7842a-9245-4e3c-8c67-e3828bf88048): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:34:15.029354 [ 278 ] {ab22f2c4-28aa-46ee-ab21-bb40c61ca65d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2026.02.23 16:34:15.029661 [ 278 ] {ab22f2c4-28aa-46ee-ab21-bb40c61ca65d} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.02.23 16:34:15.029866 [ 278 ] {ab22f2c4-28aa-46ee-ab21-bb40c61ca65d} oximeter.fields_ipaddr (aca7842a-9245-4e3c-8c67-e3828bf88048): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:34:15.029987 [ 278 ] {ab22f2c4-28aa-46ee-ab21-bb40c61ca65d} executeQuery: Read 6 rows, 501.00 B in 0.00113 sec., 5309.734513274337 rows/sec., 432.97 KiB/sec. 2026.02.23 16:34:15.030024 [ 278 ] {ab22f2c4-28aa-46ee-ab21-bb40c61ca65d} TCPHandler: Processed in 0.001288507 sec. 2026.02.23 16:34:15.030138 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:34:15.030229 [ 278 ] {60df4b8d-5bb1-485f-b9fa-5fd5f76cdb4b} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.23 16:34:15.030266 [ 278 ] {60df4b8d-5bb1-485f-b9fa-5fd5f76cdb4b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.23 16:34:15.031256 [ 278 ] {60df4b8d-5bb1-485f-b9fa-5fd5f76cdb4b} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:34:15.031292 [ 278 ] {60df4b8d-5bb1-485f-b9fa-5fd5f76cdb4b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2026.02.23 16:34:15.031665 [ 278 ] {60df4b8d-5bb1-485f-b9fa-5fd5f76cdb4b} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.02.23 16:34:15.031863 [ 278 ] {60df4b8d-5bb1-485f-b9fa-5fd5f76cdb4b} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:34:15.031983 [ 278 ] {60df4b8d-5bb1-485f-b9fa-5fd5f76cdb4b} executeQuery: Read 1263 rows, 107.25 KiB in 0.001771 sec., 713156.4088085827 rows/sec., 59.14 MiB/sec. 2026.02.23 16:34:15.032019 [ 278 ] {60df4b8d-5bb1-485f-b9fa-5fd5f76cdb4b} TCPHandler: Processed in 0.00192772 sec. 2026.02.23 16:34:15.032133 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:34:15.032225 [ 278 ] {c6e9020b-ad94-49c9-bf66-0af15b7794e7} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.23 16:34:15.032264 [ 278 ] {c6e9020b-ad94-49c9-bf66-0af15b7794e7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.23 16:34:15.032658 [ 278 ] {c6e9020b-ad94-49c9-bf66-0af15b7794e7} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:34:15.032693 [ 278 ] {c6e9020b-ad94-49c9-bf66-0af15b7794e7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2026.02.23 16:34:15.032968 [ 278 ] {c6e9020b-ad94-49c9-bf66-0af15b7794e7} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.02.23 16:34:15.033168 [ 278 ] {c6e9020b-ad94-49c9-bf66-0af15b7794e7} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:34:15.033289 [ 278 ] {c6e9020b-ad94-49c9-bf66-0af15b7794e7} executeQuery: Read 38 rows, 2.83 KiB in 0.001082 sec., 35120.14787430684 rows/sec., 2.55 MiB/sec. 2026.02.23 16:34:15.033326 [ 278 ] {c6e9020b-ad94-49c9-bf66-0af15b7794e7} TCPHandler: Processed in 0.001239596 sec. 2026.02.23 16:34:15.033437 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:34:15.033528 [ 278 ] {3d8f8b52-e3be-4d99-87b6-1d4c22bc4d8b} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.02.23 16:34:15.033565 [ 278 ] {3d8f8b52-e3be-4d99-87b6-1d4c22bc4d8b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.02.23 16:34:15.034031 [ 278 ] {3d8f8b52-e3be-4d99-87b6-1d4c22bc4d8b} oximeter.fields_u32 (3630ead0-c5da-4e23-a9d2-59d0589dc119): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:34:15.034067 [ 278 ] {3d8f8b52-e3be-4d99-87b6-1d4c22bc4d8b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2026.02.23 16:34:15.034353 [ 278 ] {3d8f8b52-e3be-4d99-87b6-1d4c22bc4d8b} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.02.23 16:34:15.034571 [ 278 ] {3d8f8b52-e3be-4d99-87b6-1d4c22bc4d8b} oximeter.fields_u32 (3630ead0-c5da-4e23-a9d2-59d0589dc119): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:34:15.034691 [ 278 ] {3d8f8b52-e3be-4d99-87b6-1d4c22bc4d8b} executeQuery: Read 228 rows, 15.81 KiB in 0.001181 sec., 193056.7315834039 rows/sec., 13.07 MiB/sec. 2026.02.23 16:34:15.034726 [ 278 ] {3d8f8b52-e3be-4d99-87b6-1d4c22bc4d8b} TCPHandler: Processed in 0.001339147 sec. 2026.02.23 16:34:15.034834 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:34:15.034924 [ 278 ] {40a67b6d-429e-4f10-9e02-0fe5cdbca112} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.23 16:34:15.034961 [ 278 ] {40a67b6d-429e-4f10-9e02-0fe5cdbca112} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.23 16:34:15.035521 [ 278 ] {40a67b6d-429e-4f10-9e02-0fe5cdbca112} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:34:15.035556 [ 278 ] {40a67b6d-429e-4f10-9e02-0fe5cdbca112} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2026.02.23 16:34:15.035862 [ 278 ] {40a67b6d-429e-4f10-9e02-0fe5cdbca112} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.02.23 16:34:15.036064 [ 278 ] {40a67b6d-429e-4f10-9e02-0fe5cdbca112} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:34:15.036185 [ 278 ] {40a67b6d-429e-4f10-9e02-0fe5cdbca112} executeQuery: Read 558 rows, 42.46 KiB in 0.001278 sec., 436619.71830985916 rows/sec., 32.44 MiB/sec. 2026.02.23 16:34:15.036222 [ 278 ] {40a67b6d-429e-4f10-9e02-0fe5cdbca112} TCPHandler: Processed in 0.001434569 sec. 2026.02.23 16:34:15.036334 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:34:15.036426 [ 278 ] {c60b289a-db4c-4a06-8211-7fc66f97dacf} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.23 16:34:15.036467 [ 278 ] {c60b289a-db4c-4a06-8211-7fc66f97dacf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.23 16:34:15.038291 [ 278 ] {c60b289a-db4c-4a06-8211-7fc66f97dacf} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:34:15.038327 [ 278 ] {c60b289a-db4c-4a06-8211-7fc66f97dacf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2026.02.23 16:34:15.038924 [ 278 ] {c60b289a-db4c-4a06-8211-7fc66f97dacf} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.02.23 16:34:15.039132 [ 278 ] {c60b289a-db4c-4a06-8211-7fc66f97dacf} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:34:15.039260 [ 278 ] {c60b289a-db4c-4a06-8211-7fc66f97dacf} executeQuery: Read 5495 rows, 375.74 KiB in 0.002852 sec., 1926718.0925666199 rows/sec., 128.66 MiB/sec. 2026.02.23 16:34:15.039297 [ 278 ] {c60b289a-db4c-4a06-8211-7fc66f97dacf} MemoryTracker: Peak memory usage (for query): 4.16 MiB. 2026.02.23 16:34:15.039310 [ 278 ] {c60b289a-db4c-4a06-8211-7fc66f97dacf} TCPHandler: Processed in 0.003023462 sec. 2026.02.23 16:34:15.039426 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:34:15.039524 [ 278 ] {0483ad7f-748b-4d53-a2a2-92a3832f0a3e} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.23 16:34:15.039578 [ 278 ] {0483ad7f-748b-4d53-a2a2-92a3832f0a3e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.23 16:34:15.040287 [ 278 ] {0483ad7f-748b-4d53-a2a2-92a3832f0a3e} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:34:15.040323 [ 278 ] {0483ad7f-748b-4d53-a2a2-92a3832f0a3e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2026.02.23 16:34:15.040826 [ 278 ] {0483ad7f-748b-4d53-a2a2-92a3832f0a3e} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.02.23 16:34:15.041056 [ 278 ] {0483ad7f-748b-4d53-a2a2-92a3832f0a3e} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:34:15.041187 [ 278 ] {0483ad7f-748b-4d53-a2a2-92a3832f0a3e} executeQuery: Read 32 rows, 58.72 KiB in 0.001685 sec., 18991.097922848665 rows/sec., 34.03 MiB/sec. 2026.02.23 16:34:15.041238 [ 278 ] {0483ad7f-748b-4d53-a2a2-92a3832f0a3e} TCPHandler: Processed in 0.001858708 sec. 2026.02.23 16:34:15.041353 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:34:15.041445 [ 278 ] {64b85c45-970f-4970-ad81-452acfc0f489} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.23 16:34:15.041484 [ 278 ] {64b85c45-970f-4970-ad81-452acfc0f489} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.23 16:34:15.041798 [ 278 ] {64b85c45-970f-4970-ad81-452acfc0f489} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:34:15.041832 [ 278 ] {64b85c45-970f-4970-ad81-452acfc0f489} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2026.02.23 16:34:15.042120 [ 278 ] {64b85c45-970f-4970-ad81-452acfc0f489} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.02.23 16:34:15.042323 [ 278 ] {64b85c45-970f-4970-ad81-452acfc0f489} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:34:15.042443 [ 278 ] {64b85c45-970f-4970-ad81-452acfc0f489} executeQuery: Read 12 rows, 848.00 B in 0.001016 sec., 11811.023622047245 rows/sec., 815.08 KiB/sec. 2026.02.23 16:34:15.042477 [ 278 ] {64b85c45-970f-4970-ad81-452acfc0f489} TCPHandler: Processed in 0.001171474 sec. 2026.02.23 16:34:19.200496 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:34:19.200797 [ 278 ] {ee6a014d-c994-4cc0-9be9-c2b8a91a775f} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.23 16:34:19.200904 [ 278 ] {ee6a014d-c994-4cc0-9be9-c2b8a91a775f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.23 16:34:19.201807 [ 278 ] {ee6a014d-c994-4cc0-9be9-c2b8a91a775f} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:34:19.201856 [ 278 ] {ee6a014d-c994-4cc0-9be9-c2b8a91a775f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2026.02.23 16:34:19.202259 [ 278 ] {ee6a014d-c994-4cc0-9be9-c2b8a91a775f} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.02.23 16:34:19.202495 [ 278 ] {ee6a014d-c994-4cc0-9be9-c2b8a91a775f} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:34:19.202653 [ 278 ] {ee6a014d-c994-4cc0-9be9-c2b8a91a775f} executeQuery: Read 56 rows, 4.41 KiB in 0.001931 sec., 29000.51786639047 rows/sec., 2.23 MiB/sec. 2026.02.23 16:34:19.202703 [ 278 ] {ee6a014d-c994-4cc0-9be9-c2b8a91a775f} TCPHandler: Processed in 0.002387089 sec. 2026.02.23 16:34:19.202824 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:34:19.202931 [ 278 ] {469c54be-52c6-418d-b34a-46954ec27599} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.23 16:34:19.202973 [ 278 ] {469c54be-52c6-418d-b34a-46954ec27599} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.23 16:34:19.203448 [ 278 ] {469c54be-52c6-418d-b34a-46954ec27599} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:34:19.203485 [ 278 ] {469c54be-52c6-418d-b34a-46954ec27599} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2026.02.23 16:34:19.203806 [ 278 ] {469c54be-52c6-418d-b34a-46954ec27599} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.02.23 16:34:19.204061 [ 278 ] {469c54be-52c6-418d-b34a-46954ec27599} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:34:19.204196 [ 278 ] {469c54be-52c6-418d-b34a-46954ec27599} executeQuery: Read 64 rows, 5.12 KiB in 0.001287 sec., 49728.04972804973 rows/sec., 3.88 MiB/sec. 2026.02.23 16:34:19.204235 [ 278 ] {469c54be-52c6-418d-b34a-46954ec27599} TCPHandler: Processed in 0.00146044 sec. 2026.02.23 16:34:19.204358 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:34:19.204463 [ 278 ] {8a74f85f-725b-46ab-bffe-7bb9eb92692a} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.23 16:34:19.204507 [ 278 ] {8a74f85f-725b-46ab-bffe-7bb9eb92692a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.23 16:34:19.204933 [ 278 ] {8a74f85f-725b-46ab-bffe-7bb9eb92692a} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:34:19.204969 [ 278 ] {8a74f85f-725b-46ab-bffe-7bb9eb92692a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2026.02.23 16:34:19.205318 [ 278 ] {8a74f85f-725b-46ab-bffe-7bb9eb92692a} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.02.23 16:34:19.205537 [ 278 ] {8a74f85f-725b-46ab-bffe-7bb9eb92692a} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:34:19.205665 [ 278 ] {8a74f85f-725b-46ab-bffe-7bb9eb92692a} executeQuery: Read 128 rows, 9.13 KiB in 0.001221 sec., 104832.10483210483 rows/sec., 7.30 MiB/sec. 2026.02.23 16:34:19.205701 [ 278 ] {8a74f85f-725b-46ab-bffe-7bb9eb92692a} TCPHandler: Processed in 0.001391718 sec. 2026.02.23 16:34:19.205829 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:34:19.205927 [ 278 ] {f93de1cc-4f18-422f-8446-f710a4a30959} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.23 16:34:19.205968 [ 278 ] {f93de1cc-4f18-422f-8446-f710a4a30959} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.23 16:34:19.206300 [ 278 ] {f93de1cc-4f18-422f-8446-f710a4a30959} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:34:19.206336 [ 278 ] {f93de1cc-4f18-422f-8446-f710a4a30959} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2026.02.23 16:34:19.206638 [ 278 ] {f93de1cc-4f18-422f-8446-f710a4a30959} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.02.23 16:34:19.206850 [ 278 ] {f93de1cc-4f18-422f-8446-f710a4a30959} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:34:19.206979 [ 278 ] {f93de1cc-4f18-422f-8446-f710a4a30959} executeQuery: Read 48 rows, 3.31 KiB in 0.001072 sec., 44776.119402985074 rows/sec., 3.02 MiB/sec. 2026.02.23 16:34:19.207014 [ 278 ] {f93de1cc-4f18-422f-8446-f710a4a30959} TCPHandler: Processed in 0.001239665 sec. 2026.02.23 16:34:20.170530 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 12024 2026.02.23 16:34:20.171389 [ 244 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:34:20.171488 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2026.02.23 16:34:20.172058 [ 244 ] {} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.02.23 16:34:20.172293 [ 244 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:34:20.172454 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12024 2026.02.23 16:34:20.809761 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 189 2026.02.23 16:34:20.827427 [ 243 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:34:20.827486 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2026.02.23 16:34:20.833440 [ 243 ] {} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.02.23 16:34:20.834156 [ 243 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:34:20.836945 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 189 2026.02.23 16:34:22.699984 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 60 entries to flush up to offset 736 2026.02.23 16:34:22.702919 [ 242 ] {} system.query_log (b83b341e-dbaf-448e-9582-20b3e6cd291d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:34:22.702972 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2026.02.23 16:34:22.704266 [ 242 ] {} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.02.23 16:34:22.704549 [ 242 ] {} system.query_log (b83b341e-dbaf-448e-9582-20b3e6cd291d): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:34:22.704917 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 736 2026.02.23 16:34:24.209801 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:34:24.210017 [ 278 ] {1ac72631-c6d7-4d3c-9ac0-81ef3ca7d5f7} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.02.23 16:34:24.210091 [ 278 ] {1ac72631-c6d7-4d3c-9ac0-81ef3ca7d5f7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.02.23 16:34:24.210871 [ 278 ] {1ac72631-c6d7-4d3c-9ac0-81ef3ca7d5f7} oximeter.fields_i16 (91b3829e-2a99-49e1-955c-43ffdc3fb409): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:34:24.210924 [ 278 ] {1ac72631-c6d7-4d3c-9ac0-81ef3ca7d5f7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2026.02.23 16:34:24.211352 [ 278 ] {1ac72631-c6d7-4d3c-9ac0-81ef3ca7d5f7} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.02.23 16:34:24.211599 [ 278 ] {1ac72631-c6d7-4d3c-9ac0-81ef3ca7d5f7} oximeter.fields_i16 (91b3829e-2a99-49e1-955c-43ffdc3fb409): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:34:24.211757 [ 278 ] {1ac72631-c6d7-4d3c-9ac0-81ef3ca7d5f7} executeQuery: Read 284 rows, 18.47 KiB in 0.001793 sec., 158393.75348577803 rows/sec., 10.06 MiB/sec. 2026.02.23 16:34:24.211806 [ 278 ] {1ac72631-c6d7-4d3c-9ac0-81ef3ca7d5f7} TCPHandler: Processed in 0.002143104 sec. 2026.02.23 16:34:24.211934 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:34:24.212036 [ 278 ] {88331ac4-4a40-43de-9d95-f9b40db4ef66} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.23 16:34:24.212079 [ 278 ] {88331ac4-4a40-43de-9d95-f9b40db4ef66} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.23 16:34:24.212866 [ 278 ] {88331ac4-4a40-43de-9d95-f9b40db4ef66} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:34:24.212905 [ 278 ] {88331ac4-4a40-43de-9d95-f9b40db4ef66} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2026.02.23 16:34:24.213271 [ 278 ] {88331ac4-4a40-43de-9d95-f9b40db4ef66} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.02.23 16:34:24.213487 [ 278 ] {88331ac4-4a40-43de-9d95-f9b40db4ef66} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:34:24.213619 [ 278 ] {88331ac4-4a40-43de-9d95-f9b40db4ef66} executeQuery: Read 817 rows, 66.20 KiB in 0.001607 sec., 508400.74673304294 rows/sec., 40.23 MiB/sec. 2026.02.23 16:34:24.213659 [ 278 ] {88331ac4-4a40-43de-9d95-f9b40db4ef66} TCPHandler: Processed in 0.001777267 sec. 2026.02.23 16:34:24.213768 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:34:24.213865 [ 278 ] {c147a4ad-fa2d-4994-9486-d9aab73bc3c8} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.23 16:34:24.213906 [ 278 ] {c147a4ad-fa2d-4994-9486-d9aab73bc3c8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.23 16:34:24.214344 [ 278 ] {c147a4ad-fa2d-4994-9486-d9aab73bc3c8} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:34:24.214381 [ 278 ] {c147a4ad-fa2d-4994-9486-d9aab73bc3c8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2026.02.23 16:34:24.214685 [ 278 ] {c147a4ad-fa2d-4994-9486-d9aab73bc3c8} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.02.23 16:34:24.214904 [ 278 ] {c147a4ad-fa2d-4994-9486-d9aab73bc3c8} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:34:24.215032 [ 278 ] {c147a4ad-fa2d-4994-9486-d9aab73bc3c8} executeQuery: Read 152 rows, 9.29 KiB in 0.001188 sec., 127946.12794612795 rows/sec., 7.64 MiB/sec. 2026.02.23 16:34:24.215075 [ 278 ] {c147a4ad-fa2d-4994-9486-d9aab73bc3c8} TCPHandler: Processed in 0.001356088 sec. 2026.02.23 16:34:24.215197 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:34:24.215292 [ 278 ] {fd6ea8c1-044d-4142-b925-6b70fc58dd9c} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.02.23 16:34:24.215331 [ 278 ] {fd6ea8c1-044d-4142-b925-6b70fc58dd9c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.02.23 16:34:24.215757 [ 278 ] {fd6ea8c1-044d-4142-b925-6b70fc58dd9c} oximeter.fields_u32 (3630ead0-c5da-4e23-a9d2-59d0589dc119): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:34:24.215793 [ 278 ] {fd6ea8c1-044d-4142-b925-6b70fc58dd9c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2026.02.23 16:34:24.216098 [ 278 ] {fd6ea8c1-044d-4142-b925-6b70fc58dd9c} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.02.23 16:34:24.216312 [ 278 ] {fd6ea8c1-044d-4142-b925-6b70fc58dd9c} oximeter.fields_u32 (3630ead0-c5da-4e23-a9d2-59d0589dc119): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:34:24.216438 [ 278 ] {fd6ea8c1-044d-4142-b925-6b70fc58dd9c} executeQuery: Read 149 rows, 9.86 KiB in 0.001164 sec., 128006.87285223366 rows/sec., 8.27 MiB/sec. 2026.02.23 16:34:24.216474 [ 278 ] {fd6ea8c1-044d-4142-b925-6b70fc58dd9c} TCPHandler: Processed in 0.001325717 sec. 2026.02.23 16:34:24.216584 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:34:24.216677 [ 278 ] {c23bc099-f60d-4d80-9cc8-54e47cf616d4} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.02.23 16:34:24.216715 [ 278 ] {c23bc099-f60d-4d80-9cc8-54e47cf616d4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.02.23 16:34:24.217130 [ 278 ] {c23bc099-f60d-4d80-9cc8-54e47cf616d4} oximeter.fields_u8 (bee44bc4-3670-4879-9501-74bd8c0c3792): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:34:24.217167 [ 278 ] {c23bc099-f60d-4d80-9cc8-54e47cf616d4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2026.02.23 16:34:24.217470 [ 278 ] {c23bc099-f60d-4d80-9cc8-54e47cf616d4} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.02.23 16:34:24.217677 [ 278 ] {c23bc099-f60d-4d80-9cc8-54e47cf616d4} oximeter.fields_u8 (bee44bc4-3670-4879-9501-74bd8c0c3792): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:34:24.217800 [ 278 ] {c23bc099-f60d-4d80-9cc8-54e47cf616d4} executeQuery: Read 148 rows, 8.62 KiB in 0.001141 sec., 129710.78001752848 rows/sec., 7.38 MiB/sec. 2026.02.23 16:34:24.217837 [ 278 ] {c23bc099-f60d-4d80-9cc8-54e47cf616d4} TCPHandler: Processed in 0.001301037 sec. 2026.02.23 16:34:24.217945 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:34:24.218036 [ 278 ] {aa942530-3b81-43f3-947b-4cf92d9ba74a} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.23 16:34:24.218075 [ 278 ] {aa942530-3b81-43f3-947b-4cf92d9ba74a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.23 16:34:24.218630 [ 278 ] {aa942530-3b81-43f3-947b-4cf92d9ba74a} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:34:24.218667 [ 278 ] {aa942530-3b81-43f3-947b-4cf92d9ba74a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2026.02.23 16:34:24.218986 [ 278 ] {aa942530-3b81-43f3-947b-4cf92d9ba74a} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.02.23 16:34:24.219194 [ 278 ] {aa942530-3b81-43f3-947b-4cf92d9ba74a} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:34:24.219319 [ 278 ] {aa942530-3b81-43f3-947b-4cf92d9ba74a} executeQuery: Read 500 rows, 35.98 KiB in 0.001306 sec., 382848.3920367534 rows/sec., 26.90 MiB/sec. 2026.02.23 16:34:24.219353 [ 278 ] {aa942530-3b81-43f3-947b-4cf92d9ba74a} TCPHandler: Processed in 0.00146507 sec. 2026.02.23 16:34:24.219454 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:34:24.219540 [ 278 ] {041ae88a-f9e4-427f-ace8-6ee460bdf501} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.02.23 16:34:24.219579 [ 278 ] {041ae88a-f9e4-427f-ace8-6ee460bdf501} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.02.23 16:34:24.219894 [ 278 ] {041ae88a-f9e4-427f-ace8-6ee460bdf501} oximeter.measurements_bool (4d7206cf-919d-48fb-bf2a-954f10b7f89e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:34:24.219928 [ 278 ] {041ae88a-f9e4-427f-ace8-6ee460bdf501} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2026.02.23 16:34:24.220278 [ 278 ] {041ae88a-f9e4-427f-ace8-6ee460bdf501} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.02.23 16:34:24.220485 [ 278 ] {041ae88a-f9e4-427f-ace8-6ee460bdf501} oximeter.measurements_bool (4d7206cf-919d-48fb-bf2a-954f10b7f89e): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:34:24.220609 [ 278 ] {041ae88a-f9e4-427f-ace8-6ee460bdf501} executeQuery: Read 6 rows, 321.00 B in 0.001065 sec., 5633.802816901409 rows/sec., 294.34 KiB/sec. 2026.02.23 16:34:24.220645 [ 278 ] {041ae88a-f9e4-427f-ace8-6ee460bdf501} TCPHandler: Processed in 0.001224136 sec. 2026.02.23 16:34:24.220744 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:34:24.220837 [ 278 ] {af8a4ae0-7868-4275-b67e-131c13037779} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.23 16:34:24.220878 [ 278 ] {af8a4ae0-7868-4275-b67e-131c13037779} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.23 16:34:24.221280 [ 278 ] {af8a4ae0-7868-4275-b67e-131c13037779} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:34:24.221316 [ 278 ] {af8a4ae0-7868-4275-b67e-131c13037779} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2026.02.23 16:34:24.221640 [ 278 ] {af8a4ae0-7868-4275-b67e-131c13037779} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.02.23 16:34:24.221860 [ 278 ] {af8a4ae0-7868-4275-b67e-131c13037779} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:34:24.221988 [ 278 ] {af8a4ae0-7868-4275-b67e-131c13037779} executeQuery: Read 265 rows, 18.03 KiB in 0.001168 sec., 226883.56164383562 rows/sec., 15.08 MiB/sec. 2026.02.23 16:34:24.222024 [ 278 ] {af8a4ae0-7868-4275-b67e-131c13037779} TCPHandler: Processed in 0.001327477 sec. 2026.02.23 16:34:24.222133 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:34:24.222225 [ 278 ] {dea2ee97-9181-431b-99cd-8ff35fdbf8f1} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.02.23 16:34:24.222266 [ 278 ] {dea2ee97-9181-431b-99cd-8ff35fdbf8f1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.02.23 16:34:24.222571 [ 278 ] {dea2ee97-9181-431b-99cd-8ff35fdbf8f1} oximeter.measurements_f64 (97dc9cb4-ce5b-499b-8326-a1427ee1bb47): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:34:24.222607 [ 278 ] {dea2ee97-9181-431b-99cd-8ff35fdbf8f1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2026.02.23 16:34:24.222896 [ 278 ] {dea2ee97-9181-431b-99cd-8ff35fdbf8f1} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.02.23 16:34:24.223101 [ 278 ] {dea2ee97-9181-431b-99cd-8ff35fdbf8f1} oximeter.measurements_f64 (97dc9cb4-ce5b-499b-8326-a1427ee1bb47): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:34:24.223224 [ 278 ] {dea2ee97-9181-431b-99cd-8ff35fdbf8f1} executeQuery: Read 1 rows, 69.00 B in 0.001017 sec., 983.2841691248772 rows/sec., 66.26 KiB/sec. 2026.02.23 16:34:24.223261 [ 278 ] {dea2ee97-9181-431b-99cd-8ff35fdbf8f1} TCPHandler: Processed in 0.001175354 sec. 2026.02.23 16:34:24.223365 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:34:24.223457 [ 278 ] {2bc01cee-529a-42a5-9264-b9d06c069620} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.23 16:34:24.223508 [ 278 ] {2bc01cee-529a-42a5-9264-b9d06c069620} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.23 16:34:24.224237 [ 278 ] {2bc01cee-529a-42a5-9264-b9d06c069620} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:34:24.224275 [ 278 ] {2bc01cee-529a-42a5-9264-b9d06c069620} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2026.02.23 16:34:24.224763 [ 278 ] {2bc01cee-529a-42a5-9264-b9d06c069620} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.02.23 16:34:24.224980 [ 278 ] {2bc01cee-529a-42a5-9264-b9d06c069620} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:34:24.225115 [ 278 ] {2bc01cee-529a-42a5-9264-b9d06c069620} executeQuery: Read 10 rows, 18.35 KiB in 0.001676 sec., 5966.587112171837 rows/sec., 10.69 MiB/sec. 2026.02.23 16:34:24.225173 [ 278 ] {2bc01cee-529a-42a5-9264-b9d06c069620} TCPHandler: Processed in 0.001855699 sec. 2026.02.23 16:34:24.225279 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:34:24.225371 [ 278 ] {3b7061c5-d019-41b3-9031-f3f8af80029b} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.23 16:34:24.225412 [ 278 ] {3b7061c5-d019-41b3-9031-f3f8af80029b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.23 16:34:24.225729 [ 278 ] {3b7061c5-d019-41b3-9031-f3f8af80029b} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:34:24.225765 [ 278 ] {3b7061c5-d019-41b3-9031-f3f8af80029b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2026.02.23 16:34:24.226068 [ 278 ] {3b7061c5-d019-41b3-9031-f3f8af80029b} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.02.23 16:34:24.226286 [ 278 ] {3b7061c5-d019-41b3-9031-f3f8af80029b} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:34:24.226409 [ 278 ] {3b7061c5-d019-41b3-9031-f3f8af80029b} executeQuery: Read 90 rows, 5.77 KiB in 0.001056 sec., 85227.27272727272 rows/sec., 5.33 MiB/sec. 2026.02.23 16:34:24.226444 [ 278 ] {3b7061c5-d019-41b3-9031-f3f8af80029b} TCPHandler: Processed in 0.001214005 sec. 2026.02.23 16:34:26.702109 [ 49 ] {} oximeter.timeseries_schema (01d04810-3288-4eb0-b300-784d29626f91) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2026.02.23 16:34:26.702172 [ 49 ] {} oximeter.timeseries_schema (01d04810-3288-4eb0-b300-784d29626f91): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:34:26.702193 [ 49 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2026.02.23 16:34:26.702317 [ 188 ] {01d04810-3288-4eb0-b300-784d29626f91::all_1_5_1} MergeTask::PrepareStage: Merging 5 parts: from all_1_1_0 to all_5_5_0 into Compact with storage Full 2026.02.23 16:34:26.702632 [ 188 ] {01d04810-3288-4eb0-b300-784d29626f91::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:34:26.702673 [ 188 ] {01d04810-3288-4eb0-b300-784d29626f91::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 13 rows starting from the beginning of the part 2026.02.23 16:34:26.702751 [ 188 ] {01d04810-3288-4eb0-b300-784d29626f91::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 19 rows starting from the beginning of the part 2026.02.23 16:34:26.702809 [ 188 ] {01d04810-3288-4eb0-b300-784d29626f91::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 4 rows starting from the beginning of the part 2026.02.23 16:34:26.702868 [ 188 ] {01d04810-3288-4eb0-b300-784d29626f91::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 6 rows starting from the beginning of the part 2026.02.23 16:34:26.702926 [ 188 ] {01d04810-3288-4eb0-b300-784d29626f91::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 6 rows starting from the beginning of the part 2026.02.23 16:34:26.704480 [ 187 ] {01d04810-3288-4eb0-b300-784d29626f91::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 48 rows, containing 6 columns (6 merged, 0 gathered) in 0.002219166 sec., 21629.74739158765 rows/sec., 5.20 MiB/sec. 2026.02.23 16:34:26.704666 [ 188 ] {01d04810-3288-4eb0-b300-784d29626f91::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2026.02.23 16:34:26.704978 [ 188 ] {01d04810-3288-4eb0-b300-784d29626f91::all_1_5_1} oximeter.timeseries_schema (01d04810-3288-4eb0-b300-784d29626f91): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:34:26.705056 [ 188 ] {01d04810-3288-4eb0-b300-784d29626f91::all_1_5_1} oximeter.timeseries_schema (01d04810-3288-4eb0-b300-784d29626f91) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2026.02.23 16:34:26.705140 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. 2026.02.23 16:34:27.568809 [ 48 ] {} DNSResolver: Updating DNS cache 2026.02.23 16:34:27.568861 [ 48 ] {} DNSResolver: Updated DNS cache 2026.02.23 16:34:27.672625 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 12472 2026.02.23 16:34:27.673152 [ 244 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:34:27.673196 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2026.02.23 16:34:27.673774 [ 244 ] {} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.02.23 16:34:27.674035 [ 244 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:34:27.674170 [ 48 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.02.23 16:34:27.674184 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12472 2026.02.23 16:34:27.674214 [ 48 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:34:27.674238 [ 48 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2026.02.23 16:34:27.674373 [ 191 ] {e006da4c-49b0-4d27-967a-f293ec4e8bf5::all_1_26_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full 2026.02.23 16:34:27.674530 [ 191 ] {e006da4c-49b0-4d27-967a-f293ec4e8bf5::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:34:27.674573 [ 191 ] {e006da4c-49b0-4d27-967a-f293ec4e8bf5::all_1_26_5} MergeTreeSequentialSource: Reading 3 marks from part all_1_21_4, total 10104 rows starting from the beginning of the part 2026.02.23 16:34:27.674644 [ 191 ] {e006da4c-49b0-4d27-967a-f293ec4e8bf5::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 448 rows starting from the beginning of the part 2026.02.23 16:34:27.674694 [ 191 ] {e006da4c-49b0-4d27-967a-f293ec4e8bf5::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 512 rows starting from the beginning of the part 2026.02.23 16:34:27.674740 [ 191 ] {e006da4c-49b0-4d27-967a-f293ec4e8bf5::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 448 rows starting from the beginning of the part 2026.02.23 16:34:27.674782 [ 191 ] {e006da4c-49b0-4d27-967a-f293ec4e8bf5::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 512 rows starting from the beginning of the part 2026.02.23 16:34:27.674823 [ 191 ] {e006da4c-49b0-4d27-967a-f293ec4e8bf5::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 448 rows starting from the beginning of the part 2026.02.23 16:34:27.676996 [ 187 ] {e006da4c-49b0-4d27-967a-f293ec4e8bf5::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 12472 rows, containing 4 columns (4 merged, 0 gathered) in 0.002691255 sec., 4634269.142091701 rows/sec., 66.29 MiB/sec. 2026.02.23 16:34:27.677374 [ 196 ] {e006da4c-49b0-4d27-967a-f293ec4e8bf5::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.02.23 16:34:27.677640 [ 196 ] {e006da4c-49b0-4d27-967a-f293ec4e8bf5::all_1_26_5} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:34:27.677704 [ 196 ] {e006da4c-49b0-4d27-967a-f293ec4e8bf5::all_1_26_5} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.02.23 16:34:27.677808 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.39 MiB. 2026.02.23 16:34:28.337106 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 196 2026.02.23 16:34:28.355884 [ 243 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:34:28.355958 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2026.02.23 16:34:28.362133 [ 243 ] {} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.02.23 16:34:28.362925 [ 243 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:34:28.363238 [ 46 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.02.23 16:34:28.363315 [ 46 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:34:28.363340 [ 46 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2026.02.23 16:34:28.363454 [ 194 ] {3c5e35cc-2202-4d2d-a2da-f2d3b912fea0::all_1_26_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full 2026.02.23 16:34:28.366821 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 196 2026.02.23 16:34:28.367327 [ 194 ] {3c5e35cc-2202-4d2d-a2da-f2d3b912fea0::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:34:28.368753 [ 194 ] {3c5e35cc-2202-4d2d-a2da-f2d3b912fea0::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 159 rows starting from the beginning of the part 2026.02.23 16:34:28.373530 [ 194 ] {3c5e35cc-2202-4d2d-a2da-f2d3b912fea0::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 7 rows starting from the beginning of the part 2026.02.23 16:34:28.378160 [ 194 ] {3c5e35cc-2202-4d2d-a2da-f2d3b912fea0::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 8 rows starting from the beginning of the part 2026.02.23 16:34:28.382845 [ 194 ] {3c5e35cc-2202-4d2d-a2da-f2d3b912fea0::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 7 rows starting from the beginning of the part 2026.02.23 16:34:28.387208 [ 194 ] {3c5e35cc-2202-4d2d-a2da-f2d3b912fea0::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 8 rows starting from the beginning of the part 2026.02.23 16:34:28.391960 [ 194 ] {3c5e35cc-2202-4d2d-a2da-f2d3b912fea0::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 7 rows starting from the beginning of the part 2026.02.23 16:34:28.450857 [ 187 ] {3c5e35cc-2202-4d2d-a2da-f2d3b912fea0::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 196 rows, containing 679 columns (679 merged, 0 gathered) in 0.087456169 sec., 2241.122635957219 rows/sec., 11.59 MiB/sec. 2026.02.23 16:34:28.453437 [ 191 ] {3c5e35cc-2202-4d2d-a2da-f2d3b912fea0::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.02.23 16:34:28.455553 [ 191 ] {3c5e35cc-2202-4d2d-a2da-f2d3b912fea0::all_1_26_5} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:34:28.455643 [ 191 ] {3c5e35cc-2202-4d2d-a2da-f2d3b912fea0::all_1_26_5} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.02.23 16:34:28.457582 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.09 MiB. 2026.02.23 16:34:29.001153 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 259.96 MiB, peak 270.50 MiB, free memory in arenas 0.00 B, will set to 267.55 MiB (RSS), difference: 7.59 MiB 2026.02.23 16:34:29.206298 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:34:29.206478 [ 278 ] {3523c3d9-baf4-4a1b-b8e8-b60975fa22dd} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.23 16:34:29.206544 [ 278 ] {3523c3d9-baf4-4a1b-b8e8-b60975fa22dd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.23 16:34:29.207184 [ 278 ] {3523c3d9-baf4-4a1b-b8e8-b60975fa22dd} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:34:29.207233 [ 278 ] {3523c3d9-baf4-4a1b-b8e8-b60975fa22dd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2026.02.23 16:34:29.207671 [ 278 ] {3523c3d9-baf4-4a1b-b8e8-b60975fa22dd} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.02.23 16:34:29.207897 [ 278 ] {3523c3d9-baf4-4a1b-b8e8-b60975fa22dd} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:34:29.208031 [ 43 ] {} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2026.02.23 16:34:29.208047 [ 278 ] {3523c3d9-baf4-4a1b-b8e8-b60975fa22dd} executeQuery: Read 120 rows, 10.47 KiB in 0.00162 sec., 74074.07407407407 rows/sec., 6.31 MiB/sec. 2026.02.23 16:34:29.208068 [ 43 ] {} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:34:29.208087 [ 43 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2026.02.23 16:34:29.208090 [ 278 ] {3523c3d9-baf4-4a1b-b8e8-b60975fa22dd} TCPHandler: Processed in 0.001918749 sec. 2026.02.23 16:34:29.208213 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:34:29.208214 [ 193 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_36_7} MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full 2026.02.23 16:34:29.208309 [ 278 ] {3a07e3e0-6629-40c5-add9-45dac440db0d} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.23 16:34:29.208354 [ 278 ] {3a07e3e0-6629-40c5-add9-45dac440db0d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.23 16:34:29.208379 [ 193 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:34:29.208422 [ 193 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1011 rows starting from the beginning of the part 2026.02.23 16:34:29.208497 [ 193 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 817 rows starting from the beginning of the part 2026.02.23 16:34:29.208548 [ 193 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 1263 rows starting from the beginning of the part 2026.02.23 16:34:29.208596 [ 193 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 56 rows starting from the beginning of the part 2026.02.23 16:34:29.208636 [ 193 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 817 rows starting from the beginning of the part 2026.02.23 16:34:29.208676 [ 193 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 120 rows starting from the beginning of the part 2026.02.23 16:34:29.208755 [ 278 ] {3a07e3e0-6629-40c5-add9-45dac440db0d} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:34:29.208796 [ 278 ] {3a07e3e0-6629-40c5-add9-45dac440db0d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2026.02.23 16:34:29.209197 [ 278 ] {3a07e3e0-6629-40c5-add9-45dac440db0d} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.02.23 16:34:29.209425 [ 278 ] {3a07e3e0-6629-40c5-add9-45dac440db0d} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:34:29.209561 [ 278 ] {3a07e3e0-6629-40c5-add9-45dac440db0d} executeQuery: Read 32 rows, 2.41 KiB in 0.001271 sec., 25177.025963808024 rows/sec., 1.85 MiB/sec. 2026.02.23 16:34:29.209599 [ 278 ] {3a07e3e0-6629-40c5-add9-45dac440db0d} TCPHandler: Processed in 0.001434069 sec. 2026.02.23 16:34:29.209711 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:34:29.209802 [ 278 ] {fa7610f9-328b-48b1-b788-d6d4a84bdc04} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.23 16:34:29.209842 [ 278 ] {fa7610f9-328b-48b1-b788-d6d4a84bdc04} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.23 16:34:29.210243 [ 278 ] {fa7610f9-328b-48b1-b788-d6d4a84bdc04} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:34:29.210278 [ 278 ] {fa7610f9-328b-48b1-b788-d6d4a84bdc04} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2026.02.23 16:34:29.210454 [ 191 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 4084 rows, containing 5 columns (5 merged, 0 gathered) in 0.002306998 sec., 1770265.9473480254 rows/sec., 150.25 MiB/sec. 2026.02.23 16:34:29.210596 [ 278 ] {fa7610f9-328b-48b1-b788-d6d4a84bdc04} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.02.23 16:34:29.210767 [ 193 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2026.02.23 16:34:29.210858 [ 278 ] {fa7610f9-328b-48b1-b788-d6d4a84bdc04} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:34:29.210989 [ 43 ] {} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2026.02.23 16:34:29.210997 [ 278 ] {fa7610f9-328b-48b1-b788-d6d4a84bdc04} executeQuery: Read 96 rows, 7.68 KiB in 0.001212 sec., 79207.92079207921 rows/sec., 6.19 MiB/sec. 2026.02.23 16:34:29.211025 [ 43 ] {} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:34:29.211045 [ 278 ] {fa7610f9-328b-48b1-b788-d6d4a84bdc04} TCPHandler: Processed in 0.001392919 sec. 2026.02.23 16:34:29.211047 [ 43 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2026.02.23 16:34:29.211054 [ 193 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_36_7} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:34:29.211127 [ 199 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_36_7} MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full 2026.02.23 16:34:29.211141 [ 193 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_36_7} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2026.02.23 16:34:29.211154 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:34:29.211224 [ 199 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:34:29.211236 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.97 MiB. 2026.02.23 16:34:29.211252 [ 199 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 604 rows starting from the beginning of the part 2026.02.23 16:34:29.211260 [ 278 ] {fff439d1-94b4-4c04-82fc-c98cb317c153} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.23 16:34:29.211311 [ 278 ] {fff439d1-94b4-4c04-82fc-c98cb317c153} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.23 16:34:29.211314 [ 199 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 500 rows starting from the beginning of the part 2026.02.23 16:34:29.211370 [ 199 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::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.02.23 16:34:29.211408 [ 199 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 64 rows starting from the beginning of the part 2026.02.23 16:34:29.211445 [ 199 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 500 rows starting from the beginning of the part 2026.02.23 16:34:29.211483 [ 199 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 96 rows starting from the beginning of the part 2026.02.23 16:34:29.211719 [ 278 ] {fff439d1-94b4-4c04-82fc-c98cb317c153} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:34:29.211752 [ 278 ] {fff439d1-94b4-4c04-82fc-c98cb317c153} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2026.02.23 16:34:29.212111 [ 278 ] {fff439d1-94b4-4c04-82fc-c98cb317c153} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.02.23 16:34:29.212326 [ 278 ] {fff439d1-94b4-4c04-82fc-c98cb317c153} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:34:29.212449 [ 43 ] {} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2026.02.23 16:34:29.212452 [ 278 ] {fff439d1-94b4-4c04-82fc-c98cb317c153} executeQuery: Read 160 rows, 11.41 KiB in 0.001209 sec., 132340.77750206782 rows/sec., 9.22 MiB/sec. 2026.02.23 16:34:29.212483 [ 43 ] {} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:34:29.212502 [ 278 ] {fff439d1-94b4-4c04-82fc-c98cb317c153} TCPHandler: Processed in 0.001395949 sec. 2026.02.23 16:34:29.212503 [ 43 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2026.02.23 16:34:29.212580 [ 191 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_36_7} MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full 2026.02.23 16:34:29.212602 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:34:29.212637 [ 202 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 2322 rows, containing 5 columns (5 merged, 0 gathered) in 0.001535151 sec., 1512554.7910270717 rows/sec., 115.14 MiB/sec. 2026.02.23 16:34:29.212680 [ 191 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:34:29.212712 [ 278 ] {7032e5c9-6696-4913-b05b-81d3099dfdfe} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.23 16:34:29.212717 [ 191 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 4906 rows starting from the beginning of the part 2026.02.23 16:34:29.212766 [ 278 ] {7032e5c9-6696-4913-b05b-81d3099dfdfe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.23 16:34:29.212777 [ 191 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 265 rows starting from the beginning of the part 2026.02.23 16:34:29.212819 [ 191 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 5495 rows starting from the beginning of the part 2026.02.23 16:34:29.212858 [ 191 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 128 rows starting from the beginning of the part 2026.02.23 16:34:29.212898 [ 191 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 265 rows starting from the beginning of the part 2026.02.23 16:34:29.212941 [ 202 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2026.02.23 16:34:29.212953 [ 191 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 160 rows starting from the beginning of the part 2026.02.23 16:34:29.213331 [ 202 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_36_7} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:34:29.213431 [ 202 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_36_7} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2026.02.23 16:34:29.213536 [ 278 ] {7032e5c9-6696-4913-b05b-81d3099dfdfe} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:34:29.213540 [ 202 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.62 MiB. 2026.02.23 16:34:29.213581 [ 278 ] {7032e5c9-6696-4913-b05b-81d3099dfdfe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2026.02.23 16:34:29.214146 [ 278 ] {7032e5c9-6696-4913-b05b-81d3099dfdfe} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.02.23 16:34:29.214376 [ 278 ] {7032e5c9-6696-4913-b05b-81d3099dfdfe} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:34:29.214509 [ 278 ] {7032e5c9-6696-4913-b05b-81d3099dfdfe} executeQuery: Read 32 rows, 58.72 KiB in 0.001815 sec., 17630.853994490357 rows/sec., 31.59 MiB/sec. 2026.02.23 16:34:29.214570 [ 278 ] {7032e5c9-6696-4913-b05b-81d3099dfdfe} TCPHandler: Processed in 0.002015771 sec. 2026.02.23 16:34:29.214679 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:34:29.214780 [ 278 ] {3fb4b4de-d6cf-4ff5-b144-f7b0c6b50e2c} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.23 16:34:29.214820 [ 278 ] {3fb4b4de-d6cf-4ff5-b144-f7b0c6b50e2c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.23 16:34:29.215146 [ 278 ] {3fb4b4de-d6cf-4ff5-b144-f7b0c6b50e2c} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:34:29.215180 [ 278 ] {3fb4b4de-d6cf-4ff5-b144-f7b0c6b50e2c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2026.02.23 16:34:29.215523 [ 278 ] {3fb4b4de-d6cf-4ff5-b144-f7b0c6b50e2c} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.02.23 16:34:29.215737 [ 278 ] {3fb4b4de-d6cf-4ff5-b144-f7b0c6b50e2c} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:34:29.215854 [ 43 ] {} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2026.02.23 16:34:29.215862 [ 278 ] {3fb4b4de-d6cf-4ff5-b144-f7b0c6b50e2c} executeQuery: Read 60 rows, 4.14 KiB in 0.001108 sec., 54151.62454873646 rows/sec., 3.65 MiB/sec. 2026.02.23 16:34:29.215887 [ 43 ] {} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:34:29.215905 [ 278 ] {3fb4b4de-d6cf-4ff5-b144-f7b0c6b50e2c} TCPHandler: Processed in 0.001274656 sec. 2026.02.23 16:34:29.215906 [ 43 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2026.02.23 16:34:29.215995 [ 190 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_36_7} MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full 2026.02.23 16:34:29.216121 [ 190 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:34:29.216152 [ 190 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1590 rows starting from the beginning of the part 2026.02.23 16:34:29.216215 [ 190 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 90 rows starting from the beginning of the part 2026.02.23 16:34:29.216260 [ 190 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 12 rows starting from the beginning of the part 2026.02.23 16:34:29.216297 [ 190 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 48 rows starting from the beginning of the part 2026.02.23 16:34:29.216336 [ 190 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 90 rows starting from the beginning of the part 2026.02.23 16:34:29.216374 [ 190 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 60 rows starting from the beginning of the part 2026.02.23 16:34:29.216871 [ 202 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 11219 rows, containing 5 columns (5 merged, 0 gathered) in 0.004324599 sec., 2594228.96781875 rows/sec., 176.53 MiB/sec. 2026.02.23 16:34:29.217151 [ 199 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2026.02.23 16:34:29.217402 [ 199 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_36_7} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:34:29.217463 [ 199 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_36_7} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2026.02.23 16:34:29.217491 [ 202 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 1890 rows, containing 4 columns (4 merged, 0 gathered) in 0.001534642 sec., 1231557.5880237867 rows/sec., 80.60 MiB/sec. 2026.02.23 16:34:29.217528 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.19 MiB. 2026.02.23 16:34:29.217822 [ 189 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2026.02.23 16:34:29.218132 [ 189 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_36_7} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:34:29.218218 [ 189 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_36_7} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2026.02.23 16:34:29.218317 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.52 MiB. 2026.02.23 16:34:30.000180 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 268.09 MiB, peak 276.48 MiB, free memory in arenas 0.00 B, will set to 269.77 MiB (RSS), difference: 1.68 MiB 2026.02.23 16:34:32.705285 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 770 2026.02.23 16:34:32.707904 [ 242 ] {} system.query_log (b83b341e-dbaf-448e-9582-20b3e6cd291d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:34:32.708230 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2026.02.23 16:34:32.709667 [ 242 ] {} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.02.23 16:34:32.710013 [ 242 ] {} system.query_log (b83b341e-dbaf-448e-9582-20b3e6cd291d): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:34:32.710464 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 770 2026.02.23 16:34:34.210222 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:34:34.210511 [ 278 ] {15e44d81-a70d-4dca-a8e5-d9f05852877d} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.02.23 16:34:34.210614 [ 278 ] {15e44d81-a70d-4dca-a8e5-d9f05852877d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.02.23 16:34:34.211515 [ 278 ] {15e44d81-a70d-4dca-a8e5-d9f05852877d} oximeter.fields_i16 (91b3829e-2a99-49e1-955c-43ffdc3fb409): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:34:34.211557 [ 278 ] {15e44d81-a70d-4dca-a8e5-d9f05852877d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2026.02.23 16:34:34.211975 [ 278 ] {15e44d81-a70d-4dca-a8e5-d9f05852877d} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.02.23 16:34:34.212205 [ 278 ] {15e44d81-a70d-4dca-a8e5-d9f05852877d} oximeter.fields_i16 (91b3829e-2a99-49e1-955c-43ffdc3fb409): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:34:34.212359 [ 278 ] {15e44d81-a70d-4dca-a8e5-d9f05852877d} executeQuery: Read 284 rows, 18.47 KiB in 0.001925 sec., 147532.46753246753 rows/sec., 9.37 MiB/sec. 2026.02.23 16:34:34.212409 [ 278 ] {15e44d81-a70d-4dca-a8e5-d9f05852877d} TCPHandler: Processed in 0.002362519 sec. 2026.02.23 16:34:34.212558 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:34:34.212660 [ 278 ] {b236d78b-199a-490d-83d7-87efac9b7657} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.02.23 16:34:34.212703 [ 278 ] {b236d78b-199a-490d-83d7-87efac9b7657} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.02.23 16:34:34.213159 [ 278 ] {b236d78b-199a-490d-83d7-87efac9b7657} oximeter.fields_ipaddr (aca7842a-9245-4e3c-8c67-e3828bf88048): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:34:34.213194 [ 278 ] {b236d78b-199a-490d-83d7-87efac9b7657} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2026.02.23 16:34:34.213493 [ 278 ] {b236d78b-199a-490d-83d7-87efac9b7657} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.02.23 16:34:34.213706 [ 278 ] {b236d78b-199a-490d-83d7-87efac9b7657} oximeter.fields_ipaddr (aca7842a-9245-4e3c-8c67-e3828bf88048): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:34:34.213832 [ 278 ] {b236d78b-199a-490d-83d7-87efac9b7657} executeQuery: Read 4 rows, 334.00 B in 0.001195 sec., 3347.2803347280333 rows/sec., 272.95 KiB/sec. 2026.02.23 16:34:34.213868 [ 278 ] {b236d78b-199a-490d-83d7-87efac9b7657} TCPHandler: Processed in 0.001362719 sec. 2026.02.23 16:34:34.213986 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:34:34.214079 [ 278 ] {b81119ec-f4c1-4825-b0f3-c4bc25e30527} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.23 16:34:34.214118 [ 278 ] {b81119ec-f4c1-4825-b0f3-c4bc25e30527} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.23 16:34:34.214977 [ 278 ] {b81119ec-f4c1-4825-b0f3-c4bc25e30527} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:34:34.215012 [ 278 ] {b81119ec-f4c1-4825-b0f3-c4bc25e30527} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2026.02.23 16:34:34.215364 [ 278 ] {b81119ec-f4c1-4825-b0f3-c4bc25e30527} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.02.23 16:34:34.215586 [ 278 ] {b81119ec-f4c1-4825-b0f3-c4bc25e30527} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:34:34.215726 [ 278 ] {b81119ec-f4c1-4825-b0f3-c4bc25e30527} executeQuery: Read 819 rows, 66.34 KiB in 0.001665 sec., 491891.8918918919 rows/sec., 38.91 MiB/sec. 2026.02.23 16:34:34.215762 [ 278 ] {b81119ec-f4c1-4825-b0f3-c4bc25e30527} TCPHandler: Processed in 0.001826467 sec. 2026.02.23 16:34:34.215878 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:34:34.215972 [ 278 ] {f25658eb-3404-4aa7-8f10-8c7ac4202e9d} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.23 16:34:34.216010 [ 278 ] {f25658eb-3404-4aa7-8f10-8c7ac4202e9d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.23 16:34:34.216477 [ 278 ] {f25658eb-3404-4aa7-8f10-8c7ac4202e9d} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:34:34.216513 [ 278 ] {f25658eb-3404-4aa7-8f10-8c7ac4202e9d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2026.02.23 16:34:34.216831 [ 278 ] {f25658eb-3404-4aa7-8f10-8c7ac4202e9d} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.02.23 16:34:34.217036 [ 278 ] {f25658eb-3404-4aa7-8f10-8c7ac4202e9d} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:34:34.217159 [ 278 ] {f25658eb-3404-4aa7-8f10-8c7ac4202e9d} executeQuery: Read 156 rows, 9.57 KiB in 0.001206 sec., 129353.23383084577 rows/sec., 7.75 MiB/sec. 2026.02.23 16:34:34.217196 [ 278 ] {f25658eb-3404-4aa7-8f10-8c7ac4202e9d} TCPHandler: Processed in 0.001366738 sec. 2026.02.23 16:34:34.217308 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:34:34.217406 [ 278 ] {d7876a63-8fa7-4ac5-8294-c9beb687b188} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.02.23 16:34:34.217444 [ 278 ] {d7876a63-8fa7-4ac5-8294-c9beb687b188} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.02.23 16:34:34.217898 [ 278 ] {d7876a63-8fa7-4ac5-8294-c9beb687b188} oximeter.fields_u32 (3630ead0-c5da-4e23-a9d2-59d0589dc119): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:34:34.217934 [ 278 ] {d7876a63-8fa7-4ac5-8294-c9beb687b188} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2026.02.23 16:34:34.218235 [ 278 ] {d7876a63-8fa7-4ac5-8294-c9beb687b188} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.02.23 16:34:34.218440 [ 278 ] {d7876a63-8fa7-4ac5-8294-c9beb687b188} oximeter.fields_u32 (3630ead0-c5da-4e23-a9d2-59d0589dc119): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:34:34.218528 [ 31 ] {} oximeter.fields_u32 (3630ead0-c5da-4e23-a9d2-59d0589dc119) (MergerMutator): Selected 6 parts from all_1_10_2 to all_15_15_0 2026.02.23 16:34:34.218561 [ 278 ] {d7876a63-8fa7-4ac5-8294-c9beb687b188} executeQuery: Read 149 rows, 9.86 KiB in 0.001173 sec., 127024.72293265132 rows/sec., 8.21 MiB/sec. 2026.02.23 16:34:34.218564 [ 31 ] {} oximeter.fields_u32 (3630ead0-c5da-4e23-a9d2-59d0589dc119): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:34:34.218593 [ 31 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2026.02.23 16:34:34.218599 [ 278 ] {d7876a63-8fa7-4ac5-8294-c9beb687b188} TCPHandler: Processed in 0.001339148 sec. 2026.02.23 16:34:34.218713 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:34:34.218713 [ 202 ] {3630ead0-c5da-4e23-a9d2-59d0589dc119::all_1_15_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_10_2 to all_15_15_0 into Compact with storage Full 2026.02.23 16:34:34.218805 [ 278 ] {44a2e24a-4416-4371-bd3f-e06e0462f5a0} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.02.23 16:34:34.218849 [ 278 ] {44a2e24a-4416-4371-bd3f-e06e0462f5a0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.02.23 16:34:34.218887 [ 202 ] {3630ead0-c5da-4e23-a9d2-59d0589dc119::all_1_15_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:34:34.218932 [ 202 ] {3630ead0-c5da-4e23-a9d2-59d0589dc119::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_10_2, total 174 rows starting from the beginning of the part 2026.02.23 16:34:34.219008 [ 202 ] {3630ead0-c5da-4e23-a9d2-59d0589dc119::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 149 rows starting from the beginning of the part 2026.02.23 16:34:34.219061 [ 202 ] {3630ead0-c5da-4e23-a9d2-59d0589dc119::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 149 rows starting from the beginning of the part 2026.02.23 16:34:34.219108 [ 202 ] {3630ead0-c5da-4e23-a9d2-59d0589dc119::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 228 rows starting from the beginning of the part 2026.02.23 16:34:34.219152 [ 202 ] {3630ead0-c5da-4e23-a9d2-59d0589dc119::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 149 rows starting from the beginning of the part 2026.02.23 16:34:34.219195 [ 202 ] {3630ead0-c5da-4e23-a9d2-59d0589dc119::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 149 rows starting from the beginning of the part 2026.02.23 16:34:34.219323 [ 278 ] {44a2e24a-4416-4371-bd3f-e06e0462f5a0} oximeter.fields_u8 (bee44bc4-3670-4879-9501-74bd8c0c3792): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:34:34.219373 [ 278 ] {44a2e24a-4416-4371-bd3f-e06e0462f5a0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2026.02.23 16:34:34.219694 [ 278 ] {44a2e24a-4416-4371-bd3f-e06e0462f5a0} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.02.23 16:34:34.219921 [ 278 ] {44a2e24a-4416-4371-bd3f-e06e0462f5a0} oximeter.fields_u8 (bee44bc4-3670-4879-9501-74bd8c0c3792): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:34:34.220051 [ 278 ] {44a2e24a-4416-4371-bd3f-e06e0462f5a0} executeQuery: Read 148 rows, 8.62 KiB in 0.001262 sec., 117274.1679873217 rows/sec., 6.67 MiB/sec. 2026.02.23 16:34:34.220088 [ 278 ] {44a2e24a-4416-4371-bd3f-e06e0462f5a0} TCPHandler: Processed in 0.00142407 sec. 2026.02.23 16:34:34.220207 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:34:34.220258 [ 189 ] {3630ead0-c5da-4e23-a9d2-59d0589dc119::all_1_15_3} MergeTask::MergeProjectionsStage: Merge sorted 998 rows, containing 5 columns (5 merged, 0 gathered) in 0.001599543 sec., 623928.209494837 rows/sec., 43.41 MiB/sec. 2026.02.23 16:34:34.220299 [ 278 ] {21012ae9-09cd-4d08-982a-af8243cfade1} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.23 16:34:34.220344 [ 278 ] {21012ae9-09cd-4d08-982a-af8243cfade1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.23 16:34:34.220426 [ 202 ] {3630ead0-c5da-4e23-a9d2-59d0589dc119::all_1_15_3} MergedBlockOutputStream: filled checksums all_1_15_3 (state Temporary) 2026.02.23 16:34:34.220682 [ 202 ] {3630ead0-c5da-4e23-a9d2-59d0589dc119::all_1_15_3} oximeter.fields_u32 (3630ead0-c5da-4e23-a9d2-59d0589dc119): Renaming temporary part tmp_merge_all_1_15_3 to all_1_15_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:34:34.220755 [ 202 ] {3630ead0-c5da-4e23-a9d2-59d0589dc119::all_1_15_3} oximeter.fields_u32 (3630ead0-c5da-4e23-a9d2-59d0589dc119) (MergerMutator): Merged 6 parts: [all_1_10_2, all_15_15_0] -> all_1_15_3 2026.02.23 16:34:34.220836 [ 202 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.38 MiB. 2026.02.23 16:34:34.220996 [ 278 ] {21012ae9-09cd-4d08-982a-af8243cfade1} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:34:34.221037 [ 278 ] {21012ae9-09cd-4d08-982a-af8243cfade1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2026.02.23 16:34:34.221367 [ 278 ] {21012ae9-09cd-4d08-982a-af8243cfade1} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.02.23 16:34:34.221590 [ 278 ] {21012ae9-09cd-4d08-982a-af8243cfade1} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:34:34.221718 [ 278 ] {21012ae9-09cd-4d08-982a-af8243cfade1} executeQuery: Read 504 rows, 36.31 KiB in 0.001436 sec., 350974.930362117 rows/sec., 24.69 MiB/sec. 2026.02.23 16:34:34.221755 [ 278 ] {21012ae9-09cd-4d08-982a-af8243cfade1} TCPHandler: Processed in 0.001596413 sec. 2026.02.23 16:34:34.221867 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:34:34.221959 [ 278 ] {0df3d4b1-8693-4573-b485-7907633bcce6} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.02.23 16:34:34.221999 [ 278 ] {0df3d4b1-8693-4573-b485-7907633bcce6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.02.23 16:34:34.222333 [ 278 ] {0df3d4b1-8693-4573-b485-7907633bcce6} oximeter.measurements_bool (4d7206cf-919d-48fb-bf2a-954f10b7f89e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:34:34.222366 [ 278 ] {0df3d4b1-8693-4573-b485-7907633bcce6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2026.02.23 16:34:34.222663 [ 278 ] {0df3d4b1-8693-4573-b485-7907633bcce6} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.02.23 16:34:34.222937 [ 278 ] {0df3d4b1-8693-4573-b485-7907633bcce6} oximeter.measurements_bool (4d7206cf-919d-48fb-bf2a-954f10b7f89e): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:34:34.223061 [ 278 ] {0df3d4b1-8693-4573-b485-7907633bcce6} executeQuery: Read 6 rows, 321.00 B in 0.001119 sec., 5361.930294906167 rows/sec., 280.14 KiB/sec. 2026.02.23 16:34:34.223097 [ 278 ] {0df3d4b1-8693-4573-b485-7907633bcce6} TCPHandler: Processed in 0.001278206 sec. 2026.02.23 16:34:34.223209 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:34:34.223301 [ 278 ] {8058cf30-e2f5-4976-967f-7f221dee581b} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.23 16:34:34.223343 [ 278 ] {8058cf30-e2f5-4976-967f-7f221dee581b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.23 16:34:34.223773 [ 278 ] {8058cf30-e2f5-4976-967f-7f221dee581b} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:34:34.223890 [ 278 ] {8058cf30-e2f5-4976-967f-7f221dee581b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2026.02.23 16:34:34.224236 [ 278 ] {8058cf30-e2f5-4976-967f-7f221dee581b} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.02.23 16:34:34.224449 [ 278 ] {8058cf30-e2f5-4976-967f-7f221dee581b} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:34:34.224571 [ 278 ] {8058cf30-e2f5-4976-967f-7f221dee581b} executeQuery: Read 267 rows, 18.17 KiB in 0.001288 sec., 207298.13664596272 rows/sec., 13.78 MiB/sec. 2026.02.23 16:34:34.224607 [ 278 ] {8058cf30-e2f5-4976-967f-7f221dee581b} TCPHandler: Processed in 0.001445689 sec. 2026.02.23 16:34:34.224719 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:34:34.224811 [ 278 ] {3efd77ef-2490-44cb-b994-44129bd40ac5} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.02.23 16:34:34.224851 [ 278 ] {3efd77ef-2490-44cb-b994-44129bd40ac5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.02.23 16:34:34.225162 [ 278 ] {3efd77ef-2490-44cb-b994-44129bd40ac5} oximeter.measurements_f64 (97dc9cb4-ce5b-499b-8326-a1427ee1bb47): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:34:34.225195 [ 278 ] {3efd77ef-2490-44cb-b994-44129bd40ac5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2026.02.23 16:34:34.225490 [ 278 ] {3efd77ef-2490-44cb-b994-44129bd40ac5} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.02.23 16:34:34.225721 [ 278 ] {3efd77ef-2490-44cb-b994-44129bd40ac5} oximeter.measurements_f64 (97dc9cb4-ce5b-499b-8326-a1427ee1bb47): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:34:34.225847 [ 278 ] {3efd77ef-2490-44cb-b994-44129bd40ac5} executeQuery: Read 1 rows, 69.00 B in 0.001053 sec., 949.6676163342831 rows/sec., 63.99 KiB/sec. 2026.02.23 16:34:34.225848 [ 32 ] {} oximeter.measurements_f64 (97dc9cb4-ce5b-499b-8326-a1427ee1bb47) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.02.23 16:34:34.225884 [ 278 ] {3efd77ef-2490-44cb-b994-44129bd40ac5} TCPHandler: Processed in 0.001212605 sec. 2026.02.23 16:34:34.225927 [ 32 ] {} oximeter.measurements_f64 (97dc9cb4-ce5b-499b-8326-a1427ee1bb47): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:34:34.225957 [ 32 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2026.02.23 16:34:34.226010 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:34:34.226065 [ 190 ] {97dc9cb4-ce5b-499b-8326-a1427ee1bb47::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2026.02.23 16:34:34.226106 [ 278 ] {fa762d3a-8cea-49b3-a73a-022d396fa8fa} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.23 16:34:34.226164 [ 278 ] {fa762d3a-8cea-49b3-a73a-022d396fa8fa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.23 16:34:34.226198 [ 190 ] {97dc9cb4-ce5b-499b-8326-a1427ee1bb47::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:34:34.226235 [ 190 ] {97dc9cb4-ce5b-499b-8326-a1427ee1bb47::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 6 rows starting from the beginning of the part 2026.02.23 16:34:34.226292 [ 190 ] {97dc9cb4-ce5b-499b-8326-a1427ee1bb47::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 1 rows starting from the beginning of the part 2026.02.23 16:34:34.226338 [ 190 ] {97dc9cb4-ce5b-499b-8326-a1427ee1bb47::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 1 rows starting from the beginning of the part 2026.02.23 16:34:34.226381 [ 190 ] {97dc9cb4-ce5b-499b-8326-a1427ee1bb47::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 1 rows starting from the beginning of the part 2026.02.23 16:34:34.226423 [ 190 ] {97dc9cb4-ce5b-499b-8326-a1427ee1bb47::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 1 rows starting from the beginning of the part 2026.02.23 16:34:34.226465 [ 190 ] {97dc9cb4-ce5b-499b-8326-a1427ee1bb47::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 1 rows starting from the beginning of the part 2026.02.23 16:34:34.226924 [ 278 ] {fa762d3a-8cea-49b3-a73a-022d396fa8fa} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:34:34.226965 [ 278 ] {fa762d3a-8cea-49b3-a73a-022d396fa8fa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2026.02.23 16:34:34.227232 [ 195 ] {97dc9cb4-ce5b-499b-8326-a1427ee1bb47::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 11 rows, containing 4 columns (4 merged, 0 gathered) in 0.001208665 sec., 9100.950221939082 rows/sec., 606.78 KiB/sec. 2026.02.23 16:34:34.227351 [ 202 ] {97dc9cb4-ce5b-499b-8326-a1427ee1bb47::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.02.23 16:34:34.227491 [ 278 ] {fa762d3a-8cea-49b3-a73a-022d396fa8fa} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.02.23 16:34:34.227654 [ 202 ] {97dc9cb4-ce5b-499b-8326-a1427ee1bb47::all_1_11_2} oximeter.measurements_f64 (97dc9cb4-ce5b-499b-8326-a1427ee1bb47): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:34:34.227737 [ 202 ] {97dc9cb4-ce5b-499b-8326-a1427ee1bb47::all_1_11_2} oximeter.measurements_f64 (97dc9cb4-ce5b-499b-8326-a1427ee1bb47) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.02.23 16:34:34.227767 [ 278 ] {fa762d3a-8cea-49b3-a73a-022d396fa8fa} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:34:34.227795 [ 202 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2026.02.23 16:34:34.227917 [ 278 ] {fa762d3a-8cea-49b3-a73a-022d396fa8fa} executeQuery: Read 10 rows, 18.35 KiB in 0.001827 sec., 5473.453749315818 rows/sec., 9.81 MiB/sec. 2026.02.23 16:34:34.227985 [ 278 ] {fa762d3a-8cea-49b3-a73a-022d396fa8fa} TCPHandler: Processed in 0.002022722 sec. 2026.02.23 16:34:34.228098 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:34:34.228190 [ 278 ] {fe18b5f4-b4de-461a-844a-be4ff2d5c701} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.23 16:34:34.228231 [ 278 ] {fe18b5f4-b4de-461a-844a-be4ff2d5c701} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.23 16:34:34.228581 [ 278 ] {fe18b5f4-b4de-461a-844a-be4ff2d5c701} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:34:34.228618 [ 278 ] {fe18b5f4-b4de-461a-844a-be4ff2d5c701} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2026.02.23 16:34:34.228928 [ 278 ] {fe18b5f4-b4de-461a-844a-be4ff2d5c701} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.02.23 16:34:34.229136 [ 278 ] {fe18b5f4-b4de-461a-844a-be4ff2d5c701} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:34:34.229259 [ 278 ] {fe18b5f4-b4de-461a-844a-be4ff2d5c701} executeQuery: Read 90 rows, 5.77 KiB in 0.001086 sec., 82872.92817679558 rows/sec., 5.19 MiB/sec. 2026.02.23 16:34:34.229295 [ 278 ] {fe18b5f4-b4de-461a-844a-be4ff2d5c701} TCPHandler: Processed in 0.001244846 sec. 2026.02.23 16:34:35.174294 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 12984 2026.02.23 16:34:35.175137 [ 244 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:34:35.175218 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2026.02.23 16:34:35.175723 [ 244 ] {} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.02.23 16:34:35.175961 [ 244 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:34:35.176104 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12984 2026.02.23 16:34:35.866902 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 204 2026.02.23 16:34:35.883015 [ 243 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:34:35.883088 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2026.02.23 16:34:35.889812 [ 243 ] {} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.02.23 16:34:35.890664 [ 243 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:34:35.894524 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 204 2026.02.23 16:34:39.203061 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:34:39.203253 [ 278 ] {cfedc121-3fb2-4331-a137-0013944d3165} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.23 16:34:39.203317 [ 278 ] {cfedc121-3fb2-4331-a137-0013944d3165} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.23 16:34:39.204000 [ 278 ] {cfedc121-3fb2-4331-a137-0013944d3165} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:34:39.204045 [ 278 ] {cfedc121-3fb2-4331-a137-0013944d3165} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2026.02.23 16:34:39.204454 [ 278 ] {cfedc121-3fb2-4331-a137-0013944d3165} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.02.23 16:34:39.204690 [ 278 ] {cfedc121-3fb2-4331-a137-0013944d3165} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:34:39.204850 [ 278 ] {cfedc121-3fb2-4331-a137-0013944d3165} executeQuery: Read 120 rows, 10.47 KiB in 0.001645 sec., 72948.3282674772 rows/sec., 6.22 MiB/sec. 2026.02.23 16:34:39.204896 [ 278 ] {cfedc121-3fb2-4331-a137-0013944d3165} TCPHandler: Processed in 0.00196027 sec. 2026.02.23 16:34:39.205020 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:34:39.205124 [ 278 ] {d6154075-f821-4ddb-90c2-d08512023ec9} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.23 16:34:39.205166 [ 278 ] {d6154075-f821-4ddb-90c2-d08512023ec9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.23 16:34:39.205584 [ 278 ] {d6154075-f821-4ddb-90c2-d08512023ec9} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:34:39.205618 [ 278 ] {d6154075-f821-4ddb-90c2-d08512023ec9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2026.02.23 16:34:39.205913 [ 278 ] {d6154075-f821-4ddb-90c2-d08512023ec9} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.02.23 16:34:39.206124 [ 278 ] {d6154075-f821-4ddb-90c2-d08512023ec9} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:34:39.206220 [ 83 ] {} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2026.02.23 16:34:39.206250 [ 278 ] {d6154075-f821-4ddb-90c2-d08512023ec9} executeQuery: Read 32 rows, 2.41 KiB in 0.001148 sec., 27874.564459930316 rows/sec., 2.05 MiB/sec. 2026.02.23 16:34:39.206260 [ 83 ] {} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:34:39.206282 [ 83 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2026.02.23 16:34:39.206288 [ 278 ] {d6154075-f821-4ddb-90c2-d08512023ec9} TCPHandler: Processed in 0.001316637 sec. 2026.02.23 16:34:39.206390 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:34:39.206408 [ 189 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_36_7} MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full 2026.02.23 16:34:39.206484 [ 278 ] {80c0074e-5d18-4416-bc25-4177f4aefe65} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.23 16:34:39.206530 [ 278 ] {80c0074e-5d18-4416-bc25-4177f4aefe65} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.23 16:34:39.206549 [ 189 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:34:39.206587 [ 189 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 214 rows starting from the beginning of the part 2026.02.23 16:34:39.206675 [ 189 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 38 rows starting from the beginning of the part 2026.02.23 16:34:39.206722 [ 189 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 152 rows starting from the beginning of the part 2026.02.23 16:34:39.206767 [ 189 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 32 rows starting from the beginning of the part 2026.02.23 16:34:39.206805 [ 189 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 156 rows starting from the beginning of the part 2026.02.23 16:34:39.206842 [ 189 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 32 rows starting from the beginning of the part 2026.02.23 16:34:39.206946 [ 278 ] {80c0074e-5d18-4416-bc25-4177f4aefe65} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:34:39.206987 [ 278 ] {80c0074e-5d18-4416-bc25-4177f4aefe65} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2026.02.23 16:34:39.207327 [ 278 ] {80c0074e-5d18-4416-bc25-4177f4aefe65} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.02.23 16:34:39.207548 [ 278 ] {80c0074e-5d18-4416-bc25-4177f4aefe65} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:34:39.207684 [ 278 ] {80c0074e-5d18-4416-bc25-4177f4aefe65} executeQuery: Read 96 rows, 7.68 KiB in 0.001218 sec., 78817.73399014778 rows/sec., 6.16 MiB/sec. 2026.02.23 16:34:39.207720 [ 278 ] {80c0074e-5d18-4416-bc25-4177f4aefe65} TCPHandler: Processed in 0.001378209 sec. 2026.02.23 16:34:39.207747 [ 202 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 624 rows, containing 5 columns (5 merged, 0 gathered) in 0.001391439 sec., 448456.59780989325 rows/sec., 30.08 MiB/sec. 2026.02.23 16:34:39.207829 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:34:39.207926 [ 278 ] {453f30c7-1306-4ee1-aa8d-405eb9888185} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.23 16:34:39.207929 [ 195 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2026.02.23 16:34:39.207971 [ 278 ] {453f30c7-1306-4ee1-aa8d-405eb9888185} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.23 16:34:39.208190 [ 195 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_36_7} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:34:39.208254 [ 195 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_36_7} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2026.02.23 16:34:39.208332 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. 2026.02.23 16:34:39.208380 [ 278 ] {453f30c7-1306-4ee1-aa8d-405eb9888185} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:34:39.208414 [ 278 ] {453f30c7-1306-4ee1-aa8d-405eb9888185} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2026.02.23 16:34:39.208742 [ 278 ] {453f30c7-1306-4ee1-aa8d-405eb9888185} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.02.23 16:34:39.208942 [ 278 ] {453f30c7-1306-4ee1-aa8d-405eb9888185} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:34:39.209083 [ 278 ] {453f30c7-1306-4ee1-aa8d-405eb9888185} executeQuery: Read 160 rows, 11.41 KiB in 0.001175 sec., 136170.21276595743 rows/sec., 9.48 MiB/sec. 2026.02.23 16:34:39.209119 [ 278 ] {453f30c7-1306-4ee1-aa8d-405eb9888185} TCPHandler: Processed in 0.001337037 sec. 2026.02.23 16:34:39.209224 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:34:39.209321 [ 278 ] {a19deb7f-ac29-4884-853f-fafbf6352b79} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.23 16:34:39.209380 [ 278 ] {a19deb7f-ac29-4884-853f-fafbf6352b79} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.23 16:34:39.210188 [ 278 ] {a19deb7f-ac29-4884-853f-fafbf6352b79} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:34:39.210222 [ 278 ] {a19deb7f-ac29-4884-853f-fafbf6352b79} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2026.02.23 16:34:39.210786 [ 278 ] {a19deb7f-ac29-4884-853f-fafbf6352b79} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.02.23 16:34:39.211017 [ 278 ] {a19deb7f-ac29-4884-853f-fafbf6352b79} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:34:39.211138 [ 83 ] {} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.02.23 16:34:39.211158 [ 278 ] {a19deb7f-ac29-4884-853f-fafbf6352b79} executeQuery: Read 32 rows, 58.72 KiB in 0.001855 sec., 17250.67385444744 rows/sec., 30.91 MiB/sec. 2026.02.23 16:34:39.211172 [ 83 ] {} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:34:39.211192 [ 83 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2026.02.23 16:34:39.211227 [ 278 ] {a19deb7f-ac29-4884-853f-fafbf6352b79} TCPHandler: Processed in 0.002049873 sec. 2026.02.23 16:34:39.211275 [ 189 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_31_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full 2026.02.23 16:34:39.211340 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:34:39.211481 [ 278 ] {71b9d689-5340-431d-8c16-90f986b1d7f7} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.23 16:34:39.211488 [ 189 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:34:39.211531 [ 278 ] {71b9d689-5340-431d-8c16-90f986b1d7f7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.23 16:34:39.211564 [ 189 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 541 rows starting from the beginning of the part 2026.02.23 16:34:39.211686 [ 189 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 32 rows starting from the beginning of the part 2026.02.23 16:34:39.211790 [ 189 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 10 rows starting from the beginning of the part 2026.02.23 16:34:39.211890 [ 189 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 32 rows starting from the beginning of the part 2026.02.23 16:34:39.211896 [ 278 ] {71b9d689-5340-431d-8c16-90f986b1d7f7} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:34:39.211944 [ 278 ] {71b9d689-5340-431d-8c16-90f986b1d7f7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2026.02.23 16:34:39.211984 [ 189 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 10 rows starting from the beginning of the part 2026.02.23 16:34:39.212070 [ 189 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 32 rows starting from the beginning of the part 2026.02.23 16:34:39.212306 [ 278 ] {71b9d689-5340-431d-8c16-90f986b1d7f7} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.02.23 16:34:39.212561 [ 278 ] {71b9d689-5340-431d-8c16-90f986b1d7f7} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:34:39.212704 [ 278 ] {71b9d689-5340-431d-8c16-90f986b1d7f7} executeQuery: Read 60 rows, 4.14 KiB in 0.001244 sec., 48231.511254019286 rows/sec., 3.25 MiB/sec. 2026.02.23 16:34:39.212742 [ 278 ] {71b9d689-5340-431d-8c16-90f986b1d7f7} TCPHandler: Processed in 0.0014509 sec. 2026.02.23 16:34:39.216956 [ 200 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 657 rows, containing 19 columns (19 merged, 0 gathered) in 0.005714677 sec., 114967.12762593583 rows/sec., 206.02 MiB/sec. 2026.02.23 16:34:39.218230 [ 200 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.02.23 16:34:39.218615 [ 200 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_31_6} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:34:39.218699 [ 200 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_31_6} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.02.23 16:34:39.218833 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.51 MiB. 2026.02.23 16:34:40.000431 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 270.62 MiB, peak 278.10 MiB, free memory in arenas 0.00 B, will set to 273.29 MiB (RSS), difference: 2.67 MiB 2026.02.23 16:34:42.568897 [ 143 ] {} DNSResolver: Updating DNS cache 2026.02.23 16:34:42.568953 [ 143 ] {} DNSResolver: Updated DNS cache 2026.02.23 16:34:42.676171 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 13432 2026.02.23 16:34:42.676727 [ 244 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:34:42.676784 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2026.02.23 16:34:42.677510 [ 244 ] {} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.02.23 16:34:42.677758 [ 244 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:34:42.677916 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13432 2026.02.23 16:34:42.710645 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 806 2026.02.23 16:34:42.713316 [ 242 ] {} system.query_log (b83b341e-dbaf-448e-9582-20b3e6cd291d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:34:42.713371 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2026.02.23 16:34:42.714727 [ 242 ] {} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.02.23 16:34:42.715014 [ 242 ] {} system.query_log (b83b341e-dbaf-448e-9582-20b3e6cd291d): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:34:42.715414 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 806 2026.02.23 16:34:43.394606 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 211 2026.02.23 16:34:43.411038 [ 243 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:34:43.411107 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2026.02.23 16:34:43.417288 [ 243 ] {} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.02.23 16:34:43.417974 [ 243 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:34:43.420838 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 211 2026.02.23 16:34:44.210905 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:34:44.211105 [ 278 ] {9ecc4968-d357-409d-aa15-cef78f28e15b} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.02.23 16:34:44.211174 [ 278 ] {9ecc4968-d357-409d-aa15-cef78f28e15b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.02.23 16:34:44.211929 [ 278 ] {9ecc4968-d357-409d-aa15-cef78f28e15b} oximeter.fields_i16 (91b3829e-2a99-49e1-955c-43ffdc3fb409): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:34:44.211978 [ 278 ] {9ecc4968-d357-409d-aa15-cef78f28e15b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2026.02.23 16:34:44.212380 [ 278 ] {9ecc4968-d357-409d-aa15-cef78f28e15b} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.02.23 16:34:44.212605 [ 278 ] {9ecc4968-d357-409d-aa15-cef78f28e15b} oximeter.fields_i16 (91b3829e-2a99-49e1-955c-43ffdc3fb409): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:34:44.212748 [ 278 ] {9ecc4968-d357-409d-aa15-cef78f28e15b} executeQuery: Read 284 rows, 18.47 KiB in 0.001697 sec., 167354.1543901002 rows/sec., 10.63 MiB/sec. 2026.02.23 16:34:44.212747 [ 116 ] {} oximeter.fields_i16 (91b3829e-2a99-49e1-955c-43ffdc3fb409) (MergerMutator): Selected 6 parts from all_1_9_2 to all_14_14_0 2026.02.23 16:34:44.212793 [ 278 ] {9ecc4968-d357-409d-aa15-cef78f28e15b} TCPHandler: Processed in 0.002023601 sec. 2026.02.23 16:34:44.212829 [ 116 ] {} oximeter.fields_i16 (91b3829e-2a99-49e1-955c-43ffdc3fb409): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:34:44.212860 [ 116 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2026.02.23 16:34:44.212933 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:34:44.212956 [ 200 ] {91b3829e-2a99-49e1-955c-43ffdc3fb409::all_1_14_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_9_2 to all_14_14_0 into Compact with storage Full 2026.02.23 16:34:44.213033 [ 278 ] {77579495-3f92-4f5a-8997-050acf932e58} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.23 16:34:44.213075 [ 200 ] {91b3829e-2a99-49e1-955c-43ffdc3fb409::all_1_14_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:34:44.213079 [ 278 ] {77579495-3f92-4f5a-8997-050acf932e58} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.23 16:34:44.213115 [ 200 ] {91b3829e-2a99-49e1-955c-43ffdc3fb409::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 308 rows starting from the beginning of the part 2026.02.23 16:34:44.213191 [ 200 ] {91b3829e-2a99-49e1-955c-43ffdc3fb409::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 284 rows starting from the beginning of the part 2026.02.23 16:34:44.213236 [ 200 ] {91b3829e-2a99-49e1-955c-43ffdc3fb409::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 284 rows starting from the beginning of the part 2026.02.23 16:34:44.213276 [ 200 ] {91b3829e-2a99-49e1-955c-43ffdc3fb409::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 284 rows starting from the beginning of the part 2026.02.23 16:34:44.213314 [ 200 ] {91b3829e-2a99-49e1-955c-43ffdc3fb409::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 284 rows starting from the beginning of the part 2026.02.23 16:34:44.213351 [ 200 ] {91b3829e-2a99-49e1-955c-43ffdc3fb409::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 284 rows starting from the beginning of the part 2026.02.23 16:34:44.213866 [ 278 ] {77579495-3f92-4f5a-8997-050acf932e58} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:34:44.213910 [ 278 ] {77579495-3f92-4f5a-8997-050acf932e58} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2026.02.23 16:34:44.214309 [ 278 ] {77579495-3f92-4f5a-8997-050acf932e58} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.02.23 16:34:44.214381 [ 195 ] {91b3829e-2a99-49e1-955c-43ffdc3fb409::all_1_14_3} MergeTask::MergeProjectionsStage: Merge sorted 1728 rows, containing 5 columns (5 merged, 0 gathered) in 0.00146633 sec., 1178452.3265567778 rows/sec., 79.66 MiB/sec. 2026.02.23 16:34:44.214536 [ 278 ] {77579495-3f92-4f5a-8997-050acf932e58} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:34:44.214563 [ 192 ] {91b3829e-2a99-49e1-955c-43ffdc3fb409::all_1_14_3} MergedBlockOutputStream: filled checksums all_1_14_3 (state Temporary) 2026.02.23 16:34:44.214688 [ 278 ] {77579495-3f92-4f5a-8997-050acf932e58} executeQuery: Read 817 rows, 66.20 KiB in 0.001672 sec., 488636.3636363636 rows/sec., 38.66 MiB/sec. 2026.02.23 16:34:44.214732 [ 278 ] {77579495-3f92-4f5a-8997-050acf932e58} TCPHandler: Processed in 0.001846958 sec. 2026.02.23 16:34:44.214859 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:34:44.214892 [ 192 ] {91b3829e-2a99-49e1-955c-43ffdc3fb409::all_1_14_3} oximeter.fields_i16 (91b3829e-2a99-49e1-955c-43ffdc3fb409): Renaming temporary part tmp_merge_all_1_14_3 to all_1_14_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:34:44.214962 [ 278 ] {3955c085-600a-4d04-bfb2-62ea392fa893} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.23 16:34:44.214978 [ 192 ] {91b3829e-2a99-49e1-955c-43ffdc3fb409::all_1_14_3} oximeter.fields_i16 (91b3829e-2a99-49e1-955c-43ffdc3fb409) (MergerMutator): Merged 6 parts: [all_1_9_2, all_14_14_0] -> all_1_14_3 2026.02.23 16:34:44.215007 [ 278 ] {3955c085-600a-4d04-bfb2-62ea392fa893} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.23 16:34:44.215075 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.43 MiB. 2026.02.23 16:34:44.215463 [ 278 ] {3955c085-600a-4d04-bfb2-62ea392fa893} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:34:44.215505 [ 278 ] {3955c085-600a-4d04-bfb2-62ea392fa893} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2026.02.23 16:34:44.215819 [ 278 ] {3955c085-600a-4d04-bfb2-62ea392fa893} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.02.23 16:34:44.216037 [ 278 ] {3955c085-600a-4d04-bfb2-62ea392fa893} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:34:44.216167 [ 278 ] {3955c085-600a-4d04-bfb2-62ea392fa893} executeQuery: Read 152 rows, 9.29 KiB in 0.001224 sec., 124183.0065359477 rows/sec., 7.42 MiB/sec. 2026.02.23 16:34:44.216204 [ 278 ] {3955c085-600a-4d04-bfb2-62ea392fa893} TCPHandler: Processed in 0.001396178 sec. 2026.02.23 16:34:44.216326 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:34:44.216420 [ 278 ] {c9aa0ce9-0cb5-4cef-9042-ef438e10aae1} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.02.23 16:34:44.216460 [ 278 ] {c9aa0ce9-0cb5-4cef-9042-ef438e10aae1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.02.23 16:34:44.216895 [ 278 ] {c9aa0ce9-0cb5-4cef-9042-ef438e10aae1} oximeter.fields_u32 (3630ead0-c5da-4e23-a9d2-59d0589dc119): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:34:44.216932 [ 278 ] {c9aa0ce9-0cb5-4cef-9042-ef438e10aae1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2026.02.23 16:34:44.217223 [ 278 ] {c9aa0ce9-0cb5-4cef-9042-ef438e10aae1} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.02.23 16:34:44.217427 [ 278 ] {c9aa0ce9-0cb5-4cef-9042-ef438e10aae1} oximeter.fields_u32 (3630ead0-c5da-4e23-a9d2-59d0589dc119): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:34:44.217555 [ 278 ] {c9aa0ce9-0cb5-4cef-9042-ef438e10aae1} executeQuery: Read 149 rows, 9.86 KiB in 0.001153 sec., 129228.10060711189 rows/sec., 8.35 MiB/sec. 2026.02.23 16:34:44.217593 [ 278 ] {c9aa0ce9-0cb5-4cef-9042-ef438e10aae1} TCPHandler: Processed in 0.001316247 sec. 2026.02.23 16:34:44.217707 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:34:44.217800 [ 278 ] {18a30417-779c-4b24-9488-198dcf4117f2} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.02.23 16:34:44.217839 [ 278 ] {18a30417-779c-4b24-9488-198dcf4117f2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.02.23 16:34:44.218271 [ 278 ] {18a30417-779c-4b24-9488-198dcf4117f2} oximeter.fields_u8 (bee44bc4-3670-4879-9501-74bd8c0c3792): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:34:44.218308 [ 278 ] {18a30417-779c-4b24-9488-198dcf4117f2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2026.02.23 16:34:44.218603 [ 278 ] {18a30417-779c-4b24-9488-198dcf4117f2} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.02.23 16:34:44.218808 [ 278 ] {18a30417-779c-4b24-9488-198dcf4117f2} oximeter.fields_u8 (bee44bc4-3670-4879-9501-74bd8c0c3792): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:34:44.218929 [ 160 ] {} oximeter.fields_u8 (bee44bc4-3670-4879-9501-74bd8c0c3792) (MergerMutator): Selected 6 parts from all_1_9_2 to all_14_14_0 2026.02.23 16:34:44.218934 [ 278 ] {18a30417-779c-4b24-9488-198dcf4117f2} executeQuery: Read 148 rows, 8.62 KiB in 0.001151 sec., 128583.84013900957 rows/sec., 7.31 MiB/sec. 2026.02.23 16:34:44.218971 [ 160 ] {} oximeter.fields_u8 (bee44bc4-3670-4879-9501-74bd8c0c3792): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:34:44.218993 [ 278 ] {18a30417-779c-4b24-9488-198dcf4117f2} TCPHandler: Processed in 0.001334378 sec. 2026.02.23 16:34:44.218997 [ 160 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2026.02.23 16:34:44.219082 [ 200 ] {bee44bc4-3670-4879-9501-74bd8c0c3792::all_1_14_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_9_2 to all_14_14_0 into Compact with storage Full 2026.02.23 16:34:44.219117 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:34:44.219185 [ 200 ] {bee44bc4-3670-4879-9501-74bd8c0c3792::all_1_14_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:34:44.219216 [ 278 ] {68ff6254-ee54-422e-bd85-c383b59e480c} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.23 16:34:44.219227 [ 200 ] {bee44bc4-3670-4879-9501-74bd8c0c3792::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 160 rows starting from the beginning of the part 2026.02.23 16:34:44.219262 [ 278 ] {68ff6254-ee54-422e-bd85-c383b59e480c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.23 16:34:44.219291 [ 200 ] {bee44bc4-3670-4879-9501-74bd8c0c3792::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 148 rows starting from the beginning of the part 2026.02.23 16:34:44.219339 [ 200 ] {bee44bc4-3670-4879-9501-74bd8c0c3792::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 148 rows starting from the beginning of the part 2026.02.23 16:34:44.219378 [ 200 ] {bee44bc4-3670-4879-9501-74bd8c0c3792::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 148 rows starting from the beginning of the part 2026.02.23 16:34:44.219417 [ 200 ] {bee44bc4-3670-4879-9501-74bd8c0c3792::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 148 rows starting from the beginning of the part 2026.02.23 16:34:44.219457 [ 200 ] {bee44bc4-3670-4879-9501-74bd8c0c3792::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 148 rows starting from the beginning of the part 2026.02.23 16:34:44.219853 [ 278 ] {68ff6254-ee54-422e-bd85-c383b59e480c} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:34:44.219894 [ 278 ] {68ff6254-ee54-422e-bd85-c383b59e480c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2026.02.23 16:34:44.220226 [ 278 ] {68ff6254-ee54-422e-bd85-c383b59e480c} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.02.23 16:34:44.220315 [ 195 ] {bee44bc4-3670-4879-9501-74bd8c0c3792::all_1_14_3} MergeTask::MergeProjectionsStage: Merge sorted 900 rows, containing 5 columns (5 merged, 0 gathered) in 0.001264476 sec., 711757.2812769874 rows/sec., 43.38 MiB/sec. 2026.02.23 16:34:44.220436 [ 278 ] {68ff6254-ee54-422e-bd85-c383b59e480c} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:34:44.220456 [ 195 ] {bee44bc4-3670-4879-9501-74bd8c0c3792::all_1_14_3} MergedBlockOutputStream: filled checksums all_1_14_3 (state Temporary) 2026.02.23 16:34:44.220567 [ 278 ] {68ff6254-ee54-422e-bd85-c383b59e480c} executeQuery: Read 500 rows, 35.98 KiB in 0.001368 sec., 365497.0760233918 rows/sec., 25.68 MiB/sec. 2026.02.23 16:34:44.220605 [ 278 ] {68ff6254-ee54-422e-bd85-c383b59e480c} TCPHandler: Processed in 0.001538042 sec. 2026.02.23 16:34:44.220717 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:34:44.220743 [ 195 ] {bee44bc4-3670-4879-9501-74bd8c0c3792::all_1_14_3} oximeter.fields_u8 (bee44bc4-3670-4879-9501-74bd8c0c3792): Renaming temporary part tmp_merge_all_1_14_3 to all_1_14_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:34:44.220811 [ 278 ] {ab04576e-4933-4096-903a-203d9e00a94d} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.02.23 16:34:44.220818 [ 195 ] {bee44bc4-3670-4879-9501-74bd8c0c3792::all_1_14_3} oximeter.fields_u8 (bee44bc4-3670-4879-9501-74bd8c0c3792) (MergerMutator): Merged 6 parts: [all_1_9_2, all_14_14_0] -> all_1_14_3 2026.02.23 16:34:44.220853 [ 278 ] {ab04576e-4933-4096-903a-203d9e00a94d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.02.23 16:34:44.220909 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. 2026.02.23 16:34:44.221184 [ 278 ] {ab04576e-4933-4096-903a-203d9e00a94d} oximeter.measurements_bool (4d7206cf-919d-48fb-bf2a-954f10b7f89e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:34:44.221218 [ 278 ] {ab04576e-4933-4096-903a-203d9e00a94d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2026.02.23 16:34:44.221512 [ 278 ] {ab04576e-4933-4096-903a-203d9e00a94d} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.02.23 16:34:44.221713 [ 278 ] {ab04576e-4933-4096-903a-203d9e00a94d} oximeter.measurements_bool (4d7206cf-919d-48fb-bf2a-954f10b7f89e): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:34:44.221832 [ 116 ] {} oximeter.measurements_bool (4d7206cf-919d-48fb-bf2a-954f10b7f89e) (MergerMutator): Selected 6 parts from all_1_5_1 to all_10_10_0 2026.02.23 16:34:44.221837 [ 278 ] {ab04576e-4933-4096-903a-203d9e00a94d} executeQuery: Read 6 rows, 321.00 B in 0.001043 sec., 5752.636625119846 rows/sec., 300.55 KiB/sec. 2026.02.23 16:34:44.221874 [ 116 ] {} oximeter.measurements_bool (4d7206cf-919d-48fb-bf2a-954f10b7f89e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:34:44.221894 [ 278 ] {ab04576e-4933-4096-903a-203d9e00a94d} TCPHandler: Processed in 0.001227526 sec. 2026.02.23 16:34:44.221903 [ 116 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2026.02.23 16:34:44.221982 [ 192 ] {4d7206cf-919d-48fb-bf2a-954f10b7f89e::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.02.23 16:34:44.222027 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:34:44.222072 [ 192 ] {4d7206cf-919d-48fb-bf2a-954f10b7f89e::all_1_10_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:34:44.222104 [ 192 ] {4d7206cf-919d-48fb-bf2a-954f10b7f89e::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 30 rows starting from the beginning of the part 2026.02.23 16:34:44.222126 [ 278 ] {f6ccc1c9-4bf2-4d38-bf45-f5426ccd38c6} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.23 16:34:44.222160 [ 192 ] {4d7206cf-919d-48fb-bf2a-954f10b7f89e::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 6 rows starting from the beginning of the part 2026.02.23 16:34:44.222174 [ 278 ] {f6ccc1c9-4bf2-4d38-bf45-f5426ccd38c6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.23 16:34:44.222207 [ 192 ] {4d7206cf-919d-48fb-bf2a-954f10b7f89e::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 6 rows starting from the beginning of the part 2026.02.23 16:34:44.222249 [ 192 ] {4d7206cf-919d-48fb-bf2a-954f10b7f89e::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 6 rows starting from the beginning of the part 2026.02.23 16:34:44.222287 [ 192 ] {4d7206cf-919d-48fb-bf2a-954f10b7f89e::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 6 rows starting from the beginning of the part 2026.02.23 16:34:44.222323 [ 192 ] {4d7206cf-919d-48fb-bf2a-954f10b7f89e::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 6 rows starting from the beginning of the part 2026.02.23 16:34:44.222617 [ 278 ] {f6ccc1c9-4bf2-4d38-bf45-f5426ccd38c6} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:34:44.222657 [ 278 ] {f6ccc1c9-4bf2-4d38-bf45-f5426ccd38c6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2026.02.23 16:34:44.223004 [ 278 ] {f6ccc1c9-4bf2-4d38-bf45-f5426ccd38c6} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.02.23 16:34:44.223051 [ 192 ] {4d7206cf-919d-48fb-bf2a-954f10b7f89e::all_1_10_2} MergeTask::MergeProjectionsStage: Merge sorted 60 rows, containing 4 columns (4 merged, 0 gathered) in 0.001093622 sec., 54863.56346159825 rows/sec., 2.80 MiB/sec. 2026.02.23 16:34:44.223227 [ 278 ] {f6ccc1c9-4bf2-4d38-bf45-f5426ccd38c6} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:34:44.223241 [ 198 ] {4d7206cf-919d-48fb-bf2a-954f10b7f89e::all_1_10_2} MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary) 2026.02.23 16:34:44.223365 [ 278 ] {f6ccc1c9-4bf2-4d38-bf45-f5426ccd38c6} executeQuery: Read 265 rows, 18.03 KiB in 0.001258 sec., 210651.82829888712 rows/sec., 14.00 MiB/sec. 2026.02.23 16:34:44.223419 [ 278 ] {f6ccc1c9-4bf2-4d38-bf45-f5426ccd38c6} TCPHandler: Processed in 0.00144107 sec. 2026.02.23 16:34:44.223538 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:34:44.223576 [ 198 ] {4d7206cf-919d-48fb-bf2a-954f10b7f89e::all_1_10_2} oximeter.measurements_bool (4d7206cf-919d-48fb-bf2a-954f10b7f89e): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:34:44.223633 [ 278 ] {787e7d71-da2d-4d35-8c07-e0fa11689e24} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.02.23 16:34:44.223659 [ 198 ] {4d7206cf-919d-48fb-bf2a-954f10b7f89e::all_1_10_2} oximeter.measurements_bool (4d7206cf-919d-48fb-bf2a-954f10b7f89e) (MergerMutator): Merged 6 parts: [all_1_5_1, all_10_10_0] -> all_1_10_2 2026.02.23 16:34:44.223679 [ 278 ] {787e7d71-da2d-4d35-8c07-e0fa11689e24} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.02.23 16:34:44.223758 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. 2026.02.23 16:34:44.224002 [ 278 ] {787e7d71-da2d-4d35-8c07-e0fa11689e24} oximeter.measurements_f64 (97dc9cb4-ce5b-499b-8326-a1427ee1bb47): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:34:44.224042 [ 278 ] {787e7d71-da2d-4d35-8c07-e0fa11689e24} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2026.02.23 16:34:44.224354 [ 278 ] {787e7d71-da2d-4d35-8c07-e0fa11689e24} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.02.23 16:34:44.224556 [ 278 ] {787e7d71-da2d-4d35-8c07-e0fa11689e24} oximeter.measurements_f64 (97dc9cb4-ce5b-499b-8326-a1427ee1bb47): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:34:44.224701 [ 278 ] {787e7d71-da2d-4d35-8c07-e0fa11689e24} executeQuery: Read 1 rows, 69.00 B in 0.001085 sec., 921.6589861751152 rows/sec., 62.10 KiB/sec. 2026.02.23 16:34:44.224739 [ 278 ] {787e7d71-da2d-4d35-8c07-e0fa11689e24} TCPHandler: Processed in 0.001250416 sec. 2026.02.23 16:34:44.224857 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:34:44.224953 [ 278 ] {ab729926-ae98-4d4f-bea1-f625b9d05f1a} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.23 16:34:44.225005 [ 278 ] {ab729926-ae98-4d4f-bea1-f625b9d05f1a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.23 16:34:44.225774 [ 278 ] {ab729926-ae98-4d4f-bea1-f625b9d05f1a} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:34:44.225811 [ 278 ] {ab729926-ae98-4d4f-bea1-f625b9d05f1a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2026.02.23 16:34:44.226310 [ 278 ] {ab729926-ae98-4d4f-bea1-f625b9d05f1a} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.02.23 16:34:44.226534 [ 278 ] {ab729926-ae98-4d4f-bea1-f625b9d05f1a} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:34:44.226678 [ 278 ] {ab729926-ae98-4d4f-bea1-f625b9d05f1a} executeQuery: Read 10 rows, 18.35 KiB in 0.001742 sec., 5740.52812858783 rows/sec., 10.29 MiB/sec. 2026.02.23 16:34:44.226744 [ 278 ] {ab729926-ae98-4d4f-bea1-f625b9d05f1a} TCPHandler: Processed in 0.001935909 sec. 2026.02.23 16:34:44.226860 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:34:44.226954 [ 278 ] {fe61886e-093a-4bd9-8ffb-f7aec629ee98} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.23 16:34:44.226999 [ 278 ] {fe61886e-093a-4bd9-8ffb-f7aec629ee98} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.23 16:34:44.227324 [ 278 ] {fe61886e-093a-4bd9-8ffb-f7aec629ee98} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:34:44.227360 [ 278 ] {fe61886e-093a-4bd9-8ffb-f7aec629ee98} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2026.02.23 16:34:44.227661 [ 278 ] {fe61886e-093a-4bd9-8ffb-f7aec629ee98} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.02.23 16:34:44.227873 [ 278 ] {fe61886e-093a-4bd9-8ffb-f7aec629ee98} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:34:44.228000 [ 278 ] {fe61886e-093a-4bd9-8ffb-f7aec629ee98} executeQuery: Read 90 rows, 5.77 KiB in 0.001063 sec., 84666.03951081845 rows/sec., 5.30 MiB/sec. 2026.02.23 16:34:44.228035 [ 278 ] {fe61886e-093a-4bd9-8ffb-f7aec629ee98} TCPHandler: Processed in 0.001225325 sec. 2026.02.23 16:34:45.657601 [ 154 ] {} oximeter.fields_ipaddr (aca7842a-9245-4e3c-8c67-e3828bf88048) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 2026.02.23 16:34:45.657698 [ 154 ] {} oximeter.fields_ipaddr (aca7842a-9245-4e3c-8c67-e3828bf88048): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:34:45.657738 [ 154 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2026.02.23 16:34:45.657918 [ 195 ] {aca7842a-9245-4e3c-8c67-e3828bf88048::all_1_13_3} MergeTask::PrepareStage: Merging 5 parts: from all_1_9_2 to all_13_13_0 into Compact with storage Full 2026.02.23 16:34:45.658147 [ 195 ] {aca7842a-9245-4e3c-8c67-e3828bf88048::all_1_13_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:34:45.658206 [ 195 ] {aca7842a-9245-4e3c-8c67-e3828bf88048::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 18 rows starting from the beginning of the part 2026.02.23 16:34:45.658301 [ 195 ] {aca7842a-9245-4e3c-8c67-e3828bf88048::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.02.23 16:34:45.658347 [ 195 ] {aca7842a-9245-4e3c-8c67-e3828bf88048::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 4 rows starting from the beginning of the part 2026.02.23 16:34:45.658391 [ 195 ] {aca7842a-9245-4e3c-8c67-e3828bf88048::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 6 rows starting from the beginning of the part 2026.02.23 16:34:45.658436 [ 195 ] {aca7842a-9245-4e3c-8c67-e3828bf88048::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 4 rows starting from the beginning of the part 2026.02.23 16:34:45.659169 [ 198 ] {aca7842a-9245-4e3c-8c67-e3828bf88048::all_1_13_3} MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 5 columns (5 merged, 0 gathered) in 0.001337917 sec., 26907.498746185298 rows/sec., 2.25 MiB/sec. 2026.02.23 16:34:45.659363 [ 197 ] {aca7842a-9245-4e3c-8c67-e3828bf88048::all_1_13_3} MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) 2026.02.23 16:34:45.659712 [ 197 ] {aca7842a-9245-4e3c-8c67-e3828bf88048::all_1_13_3} oximeter.fields_ipaddr (aca7842a-9245-4e3c-8c67-e3828bf88048): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:34:45.659797 [ 197 ] {aca7842a-9245-4e3c-8c67-e3828bf88048::all_1_13_3} oximeter.fields_ipaddr (aca7842a-9245-4e3c-8c67-e3828bf88048) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 2026.02.23 16:34:45.659909 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2026.02.23 16:34:48.524094 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:34:48.524384 [ 278 ] {d0e26b63-71c0-4ff2-9e71-4ab73c27f93f} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.02.23 16:34:48.524451 [ 278 ] {d0e26b63-71c0-4ff2-9e71-4ab73c27f93f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.02.23 16:34:48.525091 [ 278 ] {d0e26b63-71c0-4ff2-9e71-4ab73c27f93f} oximeter.fields_i16 (91b3829e-2a99-49e1-955c-43ffdc3fb409): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:34:48.525139 [ 278 ] {d0e26b63-71c0-4ff2-9e71-4ab73c27f93f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2026.02.23 16:34:48.525529 [ 278 ] {d0e26b63-71c0-4ff2-9e71-4ab73c27f93f} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.02.23 16:34:48.525755 [ 278 ] {d0e26b63-71c0-4ff2-9e71-4ab73c27f93f} oximeter.fields_i16 (91b3829e-2a99-49e1-955c-43ffdc3fb409): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:34:48.525902 [ 278 ] {d0e26b63-71c0-4ff2-9e71-4ab73c27f93f} executeQuery: Read 24 rows, 2.04 KiB in 0.001585 sec., 15141.955835962144 rows/sec., 1.26 MiB/sec. 2026.02.23 16:34:48.525943 [ 278 ] {d0e26b63-71c0-4ff2-9e71-4ab73c27f93f} TCPHandler: Processed in 0.002037402 sec. 2026.02.23 16:34:48.526064 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:34:48.526160 [ 278 ] {1b552b11-c94f-496d-b8d7-84235616175f} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.02.23 16:34:48.526201 [ 278 ] {1b552b11-c94f-496d-b8d7-84235616175f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.02.23 16:34:48.526594 [ 278 ] {1b552b11-c94f-496d-b8d7-84235616175f} oximeter.fields_ipaddr (aca7842a-9245-4e3c-8c67-e3828bf88048): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:34:48.526630 [ 278 ] {1b552b11-c94f-496d-b8d7-84235616175f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2026.02.23 16:34:48.526916 [ 278 ] {1b552b11-c94f-496d-b8d7-84235616175f} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.02.23 16:34:48.527119 [ 278 ] {1b552b11-c94f-496d-b8d7-84235616175f} oximeter.fields_ipaddr (aca7842a-9245-4e3c-8c67-e3828bf88048): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:34:48.527247 [ 278 ] {1b552b11-c94f-496d-b8d7-84235616175f} executeQuery: Read 4 rows, 334.00 B in 0.001106 sec., 3616.6365280289333 rows/sec., 294.91 KiB/sec. 2026.02.23 16:34:48.527285 [ 278 ] {1b552b11-c94f-496d-b8d7-84235616175f} TCPHandler: Processed in 0.001271346 sec. 2026.02.23 16:34:48.527388 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:34:48.527482 [ 278 ] {600afe08-c6af-46c8-add0-cc4c0de1365c} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.23 16:34:48.527520 [ 278 ] {600afe08-c6af-46c8-add0-cc4c0de1365c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.23 16:34:48.528581 [ 278 ] {600afe08-c6af-46c8-add0-cc4c0de1365c} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:34:48.528618 [ 278 ] {600afe08-c6af-46c8-add0-cc4c0de1365c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2026.02.23 16:34:48.528999 [ 278 ] {600afe08-c6af-46c8-add0-cc4c0de1365c} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.02.23 16:34:48.529216 [ 278 ] {600afe08-c6af-46c8-add0-cc4c0de1365c} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:34:48.529344 [ 278 ] {600afe08-c6af-46c8-add0-cc4c0de1365c} executeQuery: Read 1382 rows, 118.64 KiB in 0.001879 sec., 735497.6051091006 rows/sec., 61.66 MiB/sec. 2026.02.23 16:34:48.529382 [ 278 ] {600afe08-c6af-46c8-add0-cc4c0de1365c} TCPHandler: Processed in 0.002043692 sec. 2026.02.23 16:34:48.529501 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:34:48.529596 [ 278 ] {6a1ba08f-a3c6-421d-8ca5-1dc405fe53d9} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.23 16:34:48.529635 [ 278 ] {6a1ba08f-a3c6-421d-8ca5-1dc405fe53d9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.23 16:34:48.530046 [ 278 ] {6a1ba08f-a3c6-421d-8ca5-1dc405fe53d9} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:34:48.530082 [ 278 ] {6a1ba08f-a3c6-421d-8ca5-1dc405fe53d9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2026.02.23 16:34:48.530379 [ 278 ] {6a1ba08f-a3c6-421d-8ca5-1dc405fe53d9} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.02.23 16:34:48.530598 [ 278 ] {6a1ba08f-a3c6-421d-8ca5-1dc405fe53d9} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:34:48.530730 [ 278 ] {6a1ba08f-a3c6-421d-8ca5-1dc405fe53d9} executeQuery: Read 48 rows, 3.65 KiB in 0.001151 sec., 41702.867072111214 rows/sec., 3.09 MiB/sec. 2026.02.23 16:34:48.530767 [ 278 ] {6a1ba08f-a3c6-421d-8ca5-1dc405fe53d9} TCPHandler: Processed in 0.001316907 sec. 2026.02.23 16:34:48.530875 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:34:48.530969 [ 278 ] {a80884cb-ecad-46de-a61e-2e71d39b1208} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.02.23 16:34:48.531009 [ 278 ] {a80884cb-ecad-46de-a61e-2e71d39b1208} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.02.23 16:34:48.531469 [ 278 ] {a80884cb-ecad-46de-a61e-2e71d39b1208} oximeter.fields_u32 (3630ead0-c5da-4e23-a9d2-59d0589dc119): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:34:48.531506 [ 278 ] {a80884cb-ecad-46de-a61e-2e71d39b1208} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2026.02.23 16:34:48.531805 [ 278 ] {a80884cb-ecad-46de-a61e-2e71d39b1208} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.02.23 16:34:48.532015 [ 278 ] {a80884cb-ecad-46de-a61e-2e71d39b1208} oximeter.fields_u32 (3630ead0-c5da-4e23-a9d2-59d0589dc119): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:34:48.532138 [ 278 ] {a80884cb-ecad-46de-a61e-2e71d39b1208} executeQuery: Read 252 rows, 17.85 KiB in 0.001186 sec., 212478.9207419899 rows/sec., 14.70 MiB/sec. 2026.02.23 16:34:48.532176 [ 278 ] {a80884cb-ecad-46de-a61e-2e71d39b1208} TCPHandler: Processed in 0.001350118 sec. 2026.02.23 16:34:48.532288 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:34:48.532381 [ 278 ] {1522aeae-cd4a-410b-aaee-4845d400b6a0} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.02.23 16:34:48.532421 [ 278 ] {1522aeae-cd4a-410b-aaee-4845d400b6a0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.02.23 16:34:48.532818 [ 278 ] {1522aeae-cd4a-410b-aaee-4845d400b6a0} oximeter.fields_u8 (bee44bc4-3670-4879-9501-74bd8c0c3792): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:34:48.532855 [ 278 ] {1522aeae-cd4a-410b-aaee-4845d400b6a0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2026.02.23 16:34:48.533145 [ 278 ] {1522aeae-cd4a-410b-aaee-4845d400b6a0} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.02.23 16:34:48.533346 [ 278 ] {1522aeae-cd4a-410b-aaee-4845d400b6a0} oximeter.fields_u8 (bee44bc4-3670-4879-9501-74bd8c0c3792): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:34:48.533472 [ 278 ] {1522aeae-cd4a-410b-aaee-4845d400b6a0} executeQuery: Read 12 rows, 960.00 B in 0.001108 sec., 10830.324909747293 rows/sec., 846.12 KiB/sec. 2026.02.23 16:34:48.533509 [ 278 ] {1522aeae-cd4a-410b-aaee-4845d400b6a0} TCPHandler: Processed in 0.001270417 sec. 2026.02.23 16:34:48.533617 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:34:48.533710 [ 278 ] {5067d103-40fa-473b-be7d-d66612a63681} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.23 16:34:48.533749 [ 278 ] {5067d103-40fa-473b-be7d-d66612a63681} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.23 16:34:48.534355 [ 278 ] {5067d103-40fa-473b-be7d-d66612a63681} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:34:48.534391 [ 278 ] {5067d103-40fa-473b-be7d-d66612a63681} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2026.02.23 16:34:48.534717 [ 278 ] {5067d103-40fa-473b-be7d-d66612a63681} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.02.23 16:34:48.534923 [ 278 ] {5067d103-40fa-473b-be7d-d66612a63681} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:34:48.535050 [ 278 ] {5067d103-40fa-473b-be7d-d66612a63681} executeQuery: Read 592 rows, 45.55 KiB in 0.001358 sec., 435935.19882179674 rows/sec., 32.76 MiB/sec. 2026.02.23 16:34:48.535088 [ 278 ] {5067d103-40fa-473b-be7d-d66612a63681} TCPHandler: Processed in 0.001520451 sec. 2026.02.23 16:34:48.535198 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:34:48.535292 [ 278 ] {7b07491c-1b62-4ab2-8f97-a22eaf04b73c} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.23 16:34:48.535335 [ 278 ] {7b07491c-1b62-4ab2-8f97-a22eaf04b73c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.23 16:34:48.535903 [ 278 ] {7b07491c-1b62-4ab2-8f97-a22eaf04b73c} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:34:48.535939 [ 278 ] {7b07491c-1b62-4ab2-8f97-a22eaf04b73c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2026.02.23 16:34:48.536302 [ 278 ] {7b07491c-1b62-4ab2-8f97-a22eaf04b73c} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.02.23 16:34:48.536514 [ 278 ] {7b07491c-1b62-4ab2-8f97-a22eaf04b73c} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:34:48.536644 [ 278 ] {7b07491c-1b62-4ab2-8f97-a22eaf04b73c} executeQuery: Read 918 rows, 64.29 KiB in 0.001371 sec., 669584.2450765864 rows/sec., 45.79 MiB/sec. 2026.02.23 16:34:48.536682 [ 278 ] {7b07491c-1b62-4ab2-8f97-a22eaf04b73c} TCPHandler: Processed in 0.001532082 sec. 2026.02.23 16:34:48.536803 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:34:48.536897 [ 278 ] {00543ea6-a955-46ea-a31b-915099de78ec} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.23 16:34:48.536951 [ 278 ] {00543ea6-a955-46ea-a31b-915099de78ec} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.23 16:34:48.537788 [ 278 ] {00543ea6-a955-46ea-a31b-915099de78ec} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:34:48.537825 [ 278 ] {00543ea6-a955-46ea-a31b-915099de78ec} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2026.02.23 16:34:48.538361 [ 278 ] {00543ea6-a955-46ea-a31b-915099de78ec} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.02.23 16:34:48.538589 [ 278 ] {00543ea6-a955-46ea-a31b-915099de78ec} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:34:48.538724 [ 278 ] {00543ea6-a955-46ea-a31b-915099de78ec} executeQuery: Read 32 rows, 58.72 KiB in 0.001845 sec., 17344.173441734416 rows/sec., 31.08 MiB/sec. 2026.02.23 16:34:48.538777 [ 278 ] {00543ea6-a955-46ea-a31b-915099de78ec} TCPHandler: Processed in 0.002024122 sec. 2026.02.23 16:34:48.538898 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:34:48.538993 [ 278 ] {a8f66874-b0ec-4428-b443-974eba307bee} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.23 16:34:48.539036 [ 278 ] {a8f66874-b0ec-4428-b443-974eba307bee} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.23 16:34:48.539373 [ 278 ] {a8f66874-b0ec-4428-b443-974eba307bee} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:34:48.539410 [ 278 ] {a8f66874-b0ec-4428-b443-974eba307bee} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2026.02.23 16:34:48.539716 [ 278 ] {a8f66874-b0ec-4428-b443-974eba307bee} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.02.23 16:34:48.539920 [ 278 ] {a8f66874-b0ec-4428-b443-974eba307bee} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:34:48.540048 [ 278 ] {a8f66874-b0ec-4428-b443-974eba307bee} executeQuery: Read 60 rows, 4.14 KiB in 0.001072 sec., 55970.14925373134 rows/sec., 3.77 MiB/sec. 2026.02.23 16:34:48.540088 [ 278 ] {a8f66874-b0ec-4428-b443-974eba307bee} TCPHandler: Processed in 0.001239726 sec. 2026.02.23 16:34:50.178091 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 13944 2026.02.23 16:34:50.178652 [ 244 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:34:50.178704 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2026.02.23 16:34:50.179213 [ 244 ] {} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.02.23 16:34:50.179478 [ 244 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:34:50.179629 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13944 2026.02.23 16:34:50.920979 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 219 2026.02.23 16:34:50.938463 [ 243 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:34:50.938528 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2026.02.23 16:34:50.944866 [ 243 ] {} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.02.23 16:34:50.945626 [ 243 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:34:50.948817 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 219 2026.02.23 16:34:52.715711 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 42 entries to flush up to offset 848 2026.02.23 16:34:52.718369 [ 242 ] {} system.query_log (b83b341e-dbaf-448e-9582-20b3e6cd291d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:34:52.718433 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2026.02.23 16:34:52.719743 [ 242 ] {} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.02.23 16:34:52.720021 [ 242 ] {} system.query_log (b83b341e-dbaf-448e-9582-20b3e6cd291d): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:34:52.720204 [ 148 ] {} system.query_log (b83b341e-dbaf-448e-9582-20b3e6cd291d) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.02.23 16:34:52.720269 [ 148 ] {} system.query_log (b83b341e-dbaf-448e-9582-20b3e6cd291d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:34:52.720293 [ 148 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2026.02.23 16:34:52.720402 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 848 2026.02.23 16:34:52.720413 [ 197 ] {b83b341e-dbaf-448e-9582-20b3e6cd291d::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2026.02.23 16:34:52.720978 [ 197 ] {b83b341e-dbaf-448e-9582-20b3e6cd291d::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:34:52.721158 [ 197 ] {b83b341e-dbaf-448e-9582-20b3e6cd291d::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 634 rows starting from the beginning of the part 2026.02.23 16:34:52.721535 [ 197 ] {b83b341e-dbaf-448e-9582-20b3e6cd291d::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 42 rows starting from the beginning of the part 2026.02.23 16:34:52.721880 [ 197 ] {b83b341e-dbaf-448e-9582-20b3e6cd291d::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 60 rows starting from the beginning of the part 2026.02.23 16:34:52.722206 [ 197 ] {b83b341e-dbaf-448e-9582-20b3e6cd291d::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 34 rows starting from the beginning of the part 2026.02.23 16:34:52.722595 [ 197 ] {b83b341e-dbaf-448e-9582-20b3e6cd291d::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 36 rows starting from the beginning of the part 2026.02.23 16:34:52.722947 [ 197 ] {b83b341e-dbaf-448e-9582-20b3e6cd291d::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 42 rows starting from the beginning of the part 2026.02.23 16:34:52.728707 [ 198 ] {b83b341e-dbaf-448e-9582-20b3e6cd291d::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 848 rows, containing 72 columns (72 merged, 0 gathered) in 0.008347212 sec., 101590.80660704437 rows/sec., 86.68 MiB/sec. 2026.02.23 16:34:52.730294 [ 188 ] {b83b341e-dbaf-448e-9582-20b3e6cd291d::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.02.23 16:34:52.730901 [ 188 ] {b83b341e-dbaf-448e-9582-20b3e6cd291d::all_1_21_4} system.query_log (b83b341e-dbaf-448e-9582-20b3e6cd291d): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:34:52.730985 [ 188 ] {b83b341e-dbaf-448e-9582-20b3e6cd291d::all_1_21_4} system.query_log (b83b341e-dbaf-448e-9582-20b3e6cd291d) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.02.23 16:34:52.731334 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.33 MiB. 2026.02.23 16:34:54.202089 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:34:54.202271 [ 278 ] {f74ca15e-fde0-4b21-893b-8ce2cdaf7365} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.23 16:34:54.202340 [ 278 ] {f74ca15e-fde0-4b21-893b-8ce2cdaf7365} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.23 16:34:54.203043 [ 278 ] {f74ca15e-fde0-4b21-893b-8ce2cdaf7365} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:34:54.203084 [ 278 ] {f74ca15e-fde0-4b21-893b-8ce2cdaf7365} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2026.02.23 16:34:54.203476 [ 278 ] {f74ca15e-fde0-4b21-893b-8ce2cdaf7365} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2026.02.23 16:34:54.203702 [ 278 ] {f74ca15e-fde0-4b21-893b-8ce2cdaf7365} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:34:54.203825 [ 147 ] {} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2026.02.23 16:34:54.203855 [ 278 ] {f74ca15e-fde0-4b21-893b-8ce2cdaf7365} executeQuery: Read 76 rows, 6.41 KiB in 0.001634 sec., 46511.62790697674 rows/sec., 3.83 MiB/sec. 2026.02.23 16:34:54.203860 [ 147 ] {} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:34:54.203887 [ 147 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2026.02.23 16:34:54.203906 [ 278 ] {f74ca15e-fde0-4b21-893b-8ce2cdaf7365} TCPHandler: Processed in 0.001950369 sec. 2026.02.23 16:34:54.204015 [ 196 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_41_8} MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full 2026.02.23 16:34:54.204045 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:34:54.204155 [ 196 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:34:54.204161 [ 278 ] {c9084833-2127-4150-a2f7-bde3f4b3c63c} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.23 16:34:54.204195 [ 196 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 2152 rows starting from the beginning of the part 2026.02.23 16:34:54.204220 [ 278 ] {c9084833-2127-4150-a2f7-bde3f4b3c63c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.23 16:34:54.204266 [ 196 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 819 rows starting from the beginning of the part 2026.02.23 16:34:54.204316 [ 196 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 120 rows starting from the beginning of the part 2026.02.23 16:34:54.204378 [ 196 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 817 rows starting from the beginning of the part 2026.02.23 16:34:54.204423 [ 196 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 1382 rows starting from the beginning of the part 2026.02.23 16:34:54.204464 [ 196 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 76 rows starting from the beginning of the part 2026.02.23 16:34:54.204654 [ 278 ] {c9084833-2127-4150-a2f7-bde3f4b3c63c} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:34:54.204695 [ 278 ] {c9084833-2127-4150-a2f7-bde3f4b3c63c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2026.02.23 16:34:54.205246 [ 278 ] {c9084833-2127-4150-a2f7-bde3f4b3c63c} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.02.23 16:34:54.205482 [ 278 ] {c9084833-2127-4150-a2f7-bde3f4b3c63c} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:34:54.205625 [ 278 ] {c9084833-2127-4150-a2f7-bde3f4b3c63c} executeQuery: Read 10 rows, 770.00 B in 0.00149 sec., 6711.4093959731545 rows/sec., 504.67 KiB/sec. 2026.02.23 16:34:54.205665 [ 278 ] {c9084833-2127-4150-a2f7-bde3f4b3c63c} TCPHandler: Processed in 0.001678975 sec. 2026.02.23 16:34:54.205794 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:34:54.205897 [ 278 ] {e483852e-0aa4-460f-a763-cac75bf244a7} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.23 16:34:54.205939 [ 278 ] {e483852e-0aa4-460f-a763-cac75bf244a7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.23 16:34:54.206380 [ 278 ] {e483852e-0aa4-460f-a763-cac75bf244a7} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:34:54.206416 [ 278 ] {e483852e-0aa4-460f-a763-cac75bf244a7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2026.02.23 16:34:54.206651 [ 198 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 5366 rows, containing 5 columns (5 merged, 0 gathered) in 0.002687556 sec., 1996609.5590194215 rows/sec., 170.83 MiB/sec. 2026.02.23 16:34:54.206747 [ 278 ] {e483852e-0aa4-460f-a763-cac75bf244a7} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2026.02.23 16:34:54.206935 [ 187 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2026.02.23 16:34:54.206977 [ 278 ] {e483852e-0aa4-460f-a763-cac75bf244a7} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:34:54.207098 [ 146 ] {} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2026.02.23 16:34:54.207111 [ 278 ] {e483852e-0aa4-460f-a763-cac75bf244a7} executeQuery: Read 74 rows, 5.92 KiB in 0.001239 sec., 59725.585149313956 rows/sec., 4.66 MiB/sec. 2026.02.23 16:34:54.207151 [ 146 ] {} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:34:54.207166 [ 278 ] {e483852e-0aa4-460f-a763-cac75bf244a7} TCPHandler: Processed in 0.00142372 sec. 2026.02.23 16:34:54.207181 [ 146 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2026.02.23 16:34:54.207208 [ 187 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_41_8} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:34:54.207254 [ 196 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_41_8} MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full 2026.02.23 16:34:54.207285 [ 187 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_41_8} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2026.02.23 16:34:54.207292 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:34:54.207351 [ 196 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:34:54.207371 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.12 MiB. 2026.02.23 16:34:54.207382 [ 196 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1062 rows starting from the beginning of the part 2026.02.23 16:34:54.207393 [ 278 ] {2c0c5c2a-9d4c-4bae-92dc-1567545e4711} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.23 16:34:54.207441 [ 196 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 504 rows starting from the beginning of the part 2026.02.23 16:34:54.207449 [ 278 ] {2c0c5c2a-9d4c-4bae-92dc-1567545e4711} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.23 16:34:54.207486 [ 196 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 96 rows starting from the beginning of the part 2026.02.23 16:34:54.207529 [ 196 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 500 rows starting from the beginning of the part 2026.02.23 16:34:54.207563 [ 196 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 592 rows starting from the beginning of the part 2026.02.23 16:34:54.207598 [ 196 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 74 rows starting from the beginning of the part 2026.02.23 16:34:54.207898 [ 278 ] {2c0c5c2a-9d4c-4bae-92dc-1567545e4711} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:34:54.207938 [ 278 ] {2c0c5c2a-9d4c-4bae-92dc-1567545e4711} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2026.02.23 16:34:54.208291 [ 278 ] {2c0c5c2a-9d4c-4bae-92dc-1567545e4711} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2026.02.23 16:34:54.208499 [ 278 ] {2c0c5c2a-9d4c-4bae-92dc-1567545e4711} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:34:54.208610 [ 146 ] {} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2026.02.23 16:34:54.208631 [ 278 ] {2c0c5c2a-9d4c-4bae-92dc-1567545e4711} executeQuery: Read 160 rows, 11.41 KiB in 0.001257 sec., 127287.19172633253 rows/sec., 8.87 MiB/sec. 2026.02.23 16:34:54.208645 [ 196 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 2828 rows, containing 5 columns (5 merged, 0 gathered) in 0.001418399 sec., 1993797.2319495429 rows/sec., 152.60 MiB/sec. 2026.02.23 16:34:54.208644 [ 146 ] {} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:34:54.208677 [ 278 ] {2c0c5c2a-9d4c-4bae-92dc-1567545e4711} TCPHandler: Processed in 0.00143533 sec. 2026.02.23 16:34:54.208704 [ 146 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2026.02.23 16:34:54.208806 [ 193 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_41_8} MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full 2026.02.23 16:34:54.208810 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:34:54.208851 [ 196 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2026.02.23 16:34:54.208949 [ 278 ] {dcbb026c-eacd-45de-8eb0-086c180714b3} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.23 16:34:54.208950 [ 193 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:34:54.209007 [ 193 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_41_8} MergeTreeSequentialSource: Reading 3 marks from part all_1_36_7, total 11219 rows starting from the beginning of the part 2026.02.23 16:34:54.209013 [ 278 ] {dcbb026c-eacd-45de-8eb0-086c180714b3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.23 16:34:54.209078 [ 193 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 267 rows starting from the beginning of the part 2026.02.23 16:34:54.209123 [ 196 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_41_8} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:34:54.209127 [ 193 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 160 rows starting from the beginning of the part 2026.02.23 16:34:54.209184 [ 193 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 265 rows starting from the beginning of the part 2026.02.23 16:34:54.209205 [ 196 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_41_8} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2026.02.23 16:34:54.209223 [ 193 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 918 rows starting from the beginning of the part 2026.02.23 16:34:54.209269 [ 193 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 160 rows starting from the beginning of the part 2026.02.23 16:34:54.209287 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.68 MiB. 2026.02.23 16:34:54.209806 [ 278 ] {dcbb026c-eacd-45de-8eb0-086c180714b3} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:34:54.209848 [ 278 ] {dcbb026c-eacd-45de-8eb0-086c180714b3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2026.02.23 16:34:54.210371 [ 278 ] {dcbb026c-eacd-45de-8eb0-086c180714b3} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.02.23 16:34:54.210607 [ 278 ] {dcbb026c-eacd-45de-8eb0-086c180714b3} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:34:54.210762 [ 278 ] {dcbb026c-eacd-45de-8eb0-086c180714b3} executeQuery: Read 10 rows, 18.35 KiB in 0.001831 sec., 5461.496450027307 rows/sec., 9.79 MiB/sec. 2026.02.23 16:34:54.210828 [ 278 ] {dcbb026c-eacd-45de-8eb0-086c180714b3} TCPHandler: Processed in 0.002067932 sec. 2026.02.23 16:34:54.210945 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:34:54.211044 [ 278 ] {90675674-25c6-4494-afd9-55894eb2d473} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.23 16:34:54.211087 [ 278 ] {90675674-25c6-4494-afd9-55894eb2d473} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.23 16:34:54.211425 [ 278 ] {90675674-25c6-4494-afd9-55894eb2d473} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:34:54.211460 [ 278 ] {90675674-25c6-4494-afd9-55894eb2d473} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2026.02.23 16:34:54.211766 [ 278 ] {90675674-25c6-4494-afd9-55894eb2d473} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2026.02.23 16:34:54.211986 [ 278 ] {90675674-25c6-4494-afd9-55894eb2d473} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:34:54.212105 [ 146 ] {} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2026.02.23 16:34:54.212119 [ 278 ] {90675674-25c6-4494-afd9-55894eb2d473} executeQuery: Read 60 rows, 4.14 KiB in 0.001098 sec., 54644.8087431694 rows/sec., 3.68 MiB/sec. 2026.02.23 16:34:54.212149 [ 146 ] {} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:34:54.212172 [ 278 ] {90675674-25c6-4494-afd9-55894eb2d473} TCPHandler: Processed in 0.001276876 sec. 2026.02.23 16:34:54.212175 [ 146 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2026.02.23 16:34:54.212300 [ 187 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_41_8} MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full 2026.02.23 16:34:54.212434 [ 187 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:34:54.212484 [ 187 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1890 rows starting from the beginning of the part 2026.02.23 16:34:54.212569 [ 187 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 90 rows starting from the beginning of the part 2026.02.23 16:34:54.212636 [ 187 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 60 rows starting from the beginning of the part 2026.02.23 16:34:54.212700 [ 187 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 90 rows starting from the beginning of the part 2026.02.23 16:34:54.212763 [ 187 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 60 rows starting from the beginning of the part 2026.02.23 16:34:54.212825 [ 187 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 60 rows starting from the beginning of the part 2026.02.23 16:34:54.213600 [ 191 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 12989 rows, containing 5 columns (5 merged, 0 gathered) in 0.00484286 sec., 2682092.812924594 rows/sec., 182.50 MiB/sec. 2026.02.23 16:34:54.214087 [ 194 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2026.02.23 16:34:54.214164 [ 196 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 2250 rows, containing 4 columns (4 merged, 0 gathered) in 0.00192193 sec., 1170698.2044091094 rows/sec., 76.53 MiB/sec. 2026.02.23 16:34:54.214359 [ 191 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2026.02.23 16:34:54.214410 [ 194 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_41_8} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:34:54.214505 [ 194 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_41_8} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2026.02.23 16:34:54.214626 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.41 MiB. 2026.02.23 16:34:54.214675 [ 191 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_41_8} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:34:54.214749 [ 191 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_41_8} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2026.02.23 16:34:54.214811 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.60 MiB. 2026.02.23 16:34:57.569202 [ 141 ] {} DNSResolver: Updating DNS cache 2026.02.23 16:34:57.569256 [ 141 ] {} DNSResolver: Updated DNS cache 2026.02.23 16:34:57.679804 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 14392 2026.02.23 16:34:57.680361 [ 244 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:34:57.680412 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2026.02.23 16:34:57.680930 [ 244 ] {} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.02.23 16:34:57.681167 [ 244 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:34:57.681315 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14392 2026.02.23 16:34:58.449004 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 226 2026.02.23 16:34:58.467326 [ 243 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:34:58.467398 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2026.02.23 16:34:58.473759 [ 243 ] {} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.02.23 16:34:58.474481 [ 243 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:34:58.478278 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 226 2026.02.23 16:34:59.203759 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:34:59.203942 [ 278 ] {33ac28fb-6151-48f2-870f-1a642c3f0f1e} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.23 16:34:59.204007 [ 278 ] {33ac28fb-6151-48f2-870f-1a642c3f0f1e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.23 16:34:59.204705 [ 278 ] {33ac28fb-6151-48f2-870f-1a642c3f0f1e} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:34:59.204749 [ 278 ] {33ac28fb-6151-48f2-870f-1a642c3f0f1e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2026.02.23 16:34:59.205164 [ 278 ] {33ac28fb-6151-48f2-870f-1a642c3f0f1e} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2026.02.23 16:34:59.205389 [ 278 ] {33ac28fb-6151-48f2-870f-1a642c3f0f1e} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:34:59.205544 [ 278 ] {33ac28fb-6151-48f2-870f-1a642c3f0f1e} executeQuery: Read 120 rows, 10.47 KiB in 0.001653 sec., 72595.28130671507 rows/sec., 6.19 MiB/sec. 2026.02.23 16:34:59.205594 [ 278 ] {33ac28fb-6151-48f2-870f-1a642c3f0f1e} TCPHandler: Processed in 0.00196457 sec. 2026.02.23 16:34:59.205719 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:34:59.205823 [ 278 ] {4eec1d81-5cbd-4e54-b447-bddbe4dbe8f9} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.23 16:34:59.205867 [ 278 ] {4eec1d81-5cbd-4e54-b447-bddbe4dbe8f9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.23 16:34:59.206300 [ 278 ] {4eec1d81-5cbd-4e54-b447-bddbe4dbe8f9} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:34:59.206335 [ 278 ] {4eec1d81-5cbd-4e54-b447-bddbe4dbe8f9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2026.02.23 16:34:59.206635 [ 278 ] {4eec1d81-5cbd-4e54-b447-bddbe4dbe8f9} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.02.23 16:34:59.206848 [ 278 ] {4eec1d81-5cbd-4e54-b447-bddbe4dbe8f9} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:34:59.206981 [ 278 ] {4eec1d81-5cbd-4e54-b447-bddbe4dbe8f9} executeQuery: Read 32 rows, 2.41 KiB in 0.001182 sec., 27072.75803722504 rows/sec., 1.99 MiB/sec. 2026.02.23 16:34:59.207018 [ 278 ] {4eec1d81-5cbd-4e54-b447-bddbe4dbe8f9} TCPHandler: Processed in 0.001353317 sec. 2026.02.23 16:34:59.207129 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:34:59.207225 [ 278 ] {b5109729-3239-4ead-9dc9-85c7d0b0d010} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.23 16:34:59.207265 [ 278 ] {b5109729-3239-4ead-9dc9-85c7d0b0d010} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.23 16:34:59.207690 [ 278 ] {b5109729-3239-4ead-9dc9-85c7d0b0d010} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:34:59.207725 [ 278 ] {b5109729-3239-4ead-9dc9-85c7d0b0d010} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2026.02.23 16:34:59.208027 [ 278 ] {b5109729-3239-4ead-9dc9-85c7d0b0d010} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2026.02.23 16:34:59.208247 [ 278 ] {b5109729-3239-4ead-9dc9-85c7d0b0d010} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:34:59.208374 [ 278 ] {b5109729-3239-4ead-9dc9-85c7d0b0d010} executeQuery: Read 96 rows, 7.68 KiB in 0.001167 sec., 82262.21079691517 rows/sec., 6.42 MiB/sec. 2026.02.23 16:34:59.208412 [ 278 ] {b5109729-3239-4ead-9dc9-85c7d0b0d010} TCPHandler: Processed in 0.001333737 sec. 2026.02.23 16:34:59.208525 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:34:59.208620 [ 278 ] {6b8de9b9-7503-4dfc-b9e3-4bf2b4ee3691} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.23 16:34:59.208663 [ 278 ] {6b8de9b9-7503-4dfc-b9e3-4bf2b4ee3691} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.23 16:34:59.209072 [ 278 ] {6b8de9b9-7503-4dfc-b9e3-4bf2b4ee3691} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:34:59.209106 [ 278 ] {6b8de9b9-7503-4dfc-b9e3-4bf2b4ee3691} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2026.02.23 16:34:59.209427 [ 278 ] {6b8de9b9-7503-4dfc-b9e3-4bf2b4ee3691} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2026.02.23 16:34:59.209630 [ 278 ] {6b8de9b9-7503-4dfc-b9e3-4bf2b4ee3691} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:34:59.209757 [ 278 ] {6b8de9b9-7503-4dfc-b9e3-4bf2b4ee3691} executeQuery: Read 160 rows, 11.41 KiB in 0.001155 sec., 138528.13852813852 rows/sec., 9.65 MiB/sec. 2026.02.23 16:34:59.209793 [ 278 ] {6b8de9b9-7503-4dfc-b9e3-4bf2b4ee3691} TCPHandler: Processed in 0.001318897 sec. 2026.02.23 16:34:59.209901 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:34:59.209995 [ 278 ] {3815ea4e-c6b0-4a4f-827b-2b9dd65a9cf8} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.23 16:34:59.210048 [ 278 ] {3815ea4e-c6b0-4a4f-827b-2b9dd65a9cf8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.23 16:34:59.210865 [ 278 ] {3815ea4e-c6b0-4a4f-827b-2b9dd65a9cf8} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:34:59.210900 [ 278 ] {3815ea4e-c6b0-4a4f-827b-2b9dd65a9cf8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2026.02.23 16:34:59.211431 [ 278 ] {3815ea4e-c6b0-4a4f-827b-2b9dd65a9cf8} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.02.23 16:34:59.211652 [ 278 ] {3815ea4e-c6b0-4a4f-827b-2b9dd65a9cf8} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:34:59.211791 [ 278 ] {3815ea4e-c6b0-4a4f-827b-2b9dd65a9cf8} executeQuery: Read 32 rows, 58.72 KiB in 0.001814 sec., 17640.573318632854 rows/sec., 31.61 MiB/sec. 2026.02.23 16:34:59.211854 [ 278 ] {3815ea4e-c6b0-4a4f-827b-2b9dd65a9cf8} TCPHandler: Processed in 0.002003362 sec. 2026.02.23 16:34:59.211974 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:34:59.212068 [ 278 ] {d9ee0629-425a-419d-93e4-b85a7aa71e4d} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.23 16:34:59.212109 [ 278 ] {d9ee0629-425a-419d-93e4-b85a7aa71e4d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.23 16:34:59.212442 [ 278 ] {d9ee0629-425a-419d-93e4-b85a7aa71e4d} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:34:59.212476 [ 278 ] {d9ee0629-425a-419d-93e4-b85a7aa71e4d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2026.02.23 16:34:59.212776 [ 278 ] {d9ee0629-425a-419d-93e4-b85a7aa71e4d} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2026.02.23 16:34:59.212980 [ 278 ] {d9ee0629-425a-419d-93e4-b85a7aa71e4d} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:34:59.213110 [ 278 ] {d9ee0629-425a-419d-93e4-b85a7aa71e4d} executeQuery: Read 60 rows, 4.14 KiB in 0.001059 sec., 56657.22379603399 rows/sec., 3.82 MiB/sec. 2026.02.23 16:34:59.213145 [ 278 ] {d9ee0629-425a-419d-93e4-b85a7aa71e4d} TCPHandler: Processed in 0.001220905 sec. 2026.02.23 16:35:02.720657 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 872 2026.02.23 16:35:02.722802 [ 242 ] {} system.query_log (b83b341e-dbaf-448e-9582-20b3e6cd291d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:35:02.722856 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2026.02.23 16:35:02.724044 [ 242 ] {} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.02.23 16:35:02.724325 [ 242 ] {} system.query_log (b83b341e-dbaf-448e-9582-20b3e6cd291d): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:35:02.724695 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 872 2026.02.23 16:35:04.202454 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:35:04.202658 [ 278 ] {c9150700-1d64-4066-9813-65b430350ddd} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.02.23 16:35:04.202734 [ 278 ] {c9150700-1d64-4066-9813-65b430350ddd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.02.23 16:35:04.203367 [ 278 ] {c9150700-1d64-4066-9813-65b430350ddd} oximeter.fields_ipaddr (aca7842a-9245-4e3c-8c67-e3828bf88048): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:35:04.203416 [ 278 ] {c9150700-1d64-4066-9813-65b430350ddd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2026.02.23 16:35:04.203811 [ 278 ] {c9150700-1d64-4066-9813-65b430350ddd} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.02.23 16:35:04.204032 [ 278 ] {c9150700-1d64-4066-9813-65b430350ddd} oximeter.fields_ipaddr (aca7842a-9245-4e3c-8c67-e3828bf88048): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:35:04.204188 [ 278 ] {c9150700-1d64-4066-9813-65b430350ddd} executeQuery: Read 4 rows, 334.00 B in 0.001584 sec., 2525.2525252525256 rows/sec., 205.92 KiB/sec. 2026.02.23 16:35:04.204231 [ 278 ] {c9150700-1d64-4066-9813-65b430350ddd} TCPHandler: Processed in 0.001918209 sec. 2026.02.23 16:35:04.204356 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:35:04.204452 [ 278 ] {aa59e893-2d03-4f69-8904-34799eca5c5e} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.23 16:35:04.204492 [ 278 ] {aa59e893-2d03-4f69-8904-34799eca5c5e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.23 16:35:04.204944 [ 278 ] {aa59e893-2d03-4f69-8904-34799eca5c5e} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:35:04.204981 [ 278 ] {aa59e893-2d03-4f69-8904-34799eca5c5e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2026.02.23 16:35:04.205287 [ 278 ] {aa59e893-2d03-4f69-8904-34799eca5c5e} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2026.02.23 16:35:04.205494 [ 278 ] {aa59e893-2d03-4f69-8904-34799eca5c5e} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:35:04.205623 [ 278 ] {aa59e893-2d03-4f69-8904-34799eca5c5e} executeQuery: Read 78 rows, 6.56 KiB in 0.001188 sec., 65656.56565656565 rows/sec., 5.39 MiB/sec. 2026.02.23 16:35:04.205662 [ 278 ] {aa59e893-2d03-4f69-8904-34799eca5c5e} TCPHandler: Processed in 0.001357258 sec. 2026.02.23 16:35:04.205779 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:35:04.205872 [ 278 ] {453a7cbe-e0a2-40e7-ab6d-d817cb1fa9b0} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.23 16:35:04.205912 [ 278 ] {453a7cbe-e0a2-40e7-ab6d-d817cb1fa9b0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.23 16:35:04.206309 [ 278 ] {453a7cbe-e0a2-40e7-ab6d-d817cb1fa9b0} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:35:04.206346 [ 278 ] {453a7cbe-e0a2-40e7-ab6d-d817cb1fa9b0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2026.02.23 16:35:04.206641 [ 278 ] {453a7cbe-e0a2-40e7-ab6d-d817cb1fa9b0} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2026.02.23 16:35:04.206843 [ 278 ] {453a7cbe-e0a2-40e7-ab6d-d817cb1fa9b0} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:35:04.206951 [ 134 ] {} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2026.02.23 16:35:04.206971 [ 278 ] {453a7cbe-e0a2-40e7-ab6d-d817cb1fa9b0} executeQuery: Read 14 rows, 1.03 KiB in 0.001116 sec., 12544.802867383512 rows/sec., 924.06 KiB/sec. 2026.02.23 16:35:04.207021 [ 134 ] {} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:35:04.207058 [ 134 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2026.02.23 16:35:04.207061 [ 278 ] {453a7cbe-e0a2-40e7-ab6d-d817cb1fa9b0} TCPHandler: Processed in 0.001331167 sec. 2026.02.23 16:35:04.207172 [ 187 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_41_8} MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full 2026.02.23 16:35:04.207175 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:35:04.207278 [ 187 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:35:04.207300 [ 278 ] {f8110df7-f646-43fa-bdef-712f76cb716b} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.23 16:35:04.207310 [ 187 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 216 rows starting from the beginning of the part 2026.02.23 16:35:04.207341 [ 278 ] {f8110df7-f646-43fa-bdef-712f76cb716b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.23 16:35:04.207383 [ 187 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 152 rows starting from the beginning of the part 2026.02.23 16:35:04.207433 [ 187 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 48 rows starting from the beginning of the part 2026.02.23 16:35:04.207479 [ 187 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 10 rows starting from the beginning of the part 2026.02.23 16:35:04.207524 [ 187 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 32 rows starting from the beginning of the part 2026.02.23 16:35:04.207569 [ 187 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 14 rows starting from the beginning of the part 2026.02.23 16:35:04.207792 [ 278 ] {f8110df7-f646-43fa-bdef-712f76cb716b} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:35:04.207828 [ 278 ] {f8110df7-f646-43fa-bdef-712f76cb716b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2026.02.23 16:35:04.208132 [ 278 ] {f8110df7-f646-43fa-bdef-712f76cb716b} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2026.02.23 16:35:04.208327 [ 191 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 472 rows, containing 5 columns (5 merged, 0 gathered) in 0.001200275 sec., 393243.2150965404 rows/sec., 26.87 MiB/sec. 2026.02.23 16:35:04.208340 [ 278 ] {f8110df7-f646-43fa-bdef-712f76cb716b} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:35:04.208448 [ 187 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2026.02.23 16:35:04.208471 [ 278 ] {f8110df7-f646-43fa-bdef-712f76cb716b} executeQuery: Read 78 rows, 6.24 KiB in 0.001189 sec., 65601.3456686291 rows/sec., 5.13 MiB/sec. 2026.02.23 16:35:04.208510 [ 278 ] {f8110df7-f646-43fa-bdef-712f76cb716b} TCPHandler: Processed in 0.001383398 sec. 2026.02.23 16:35:04.208632 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:35:04.208692 [ 187 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_41_8} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:35:04.208726 [ 278 ] {7f33ad80-d48b-4168-9757-1d08697a5cc9} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.23 16:35:04.208753 [ 187 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_41_8} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2026.02.23 16:35:04.208771 [ 278 ] {7f33ad80-d48b-4168-9757-1d08697a5cc9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.23 16:35:04.208808 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. 2026.02.23 16:35:04.209192 [ 278 ] {7f33ad80-d48b-4168-9757-1d08697a5cc9} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:35:04.209226 [ 278 ] {7f33ad80-d48b-4168-9757-1d08697a5cc9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2026.02.23 16:35:04.209551 [ 278 ] {7f33ad80-d48b-4168-9757-1d08697a5cc9} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2026.02.23 16:35:04.209766 [ 278 ] {7f33ad80-d48b-4168-9757-1d08697a5cc9} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:35:04.209897 [ 278 ] {7f33ad80-d48b-4168-9757-1d08697a5cc9} executeQuery: Read 162 rows, 11.55 KiB in 0.001188 sec., 136363.63636363635 rows/sec., 9.50 MiB/sec. 2026.02.23 16:35:04.209935 [ 278 ] {7f33ad80-d48b-4168-9757-1d08697a5cc9} TCPHandler: Processed in 0.001359878 sec. 2026.02.23 16:35:04.210043 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:35:04.210138 [ 278 ] {1147a143-3a1a-4e90-833e-5234c1558e03} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.23 16:35:04.210192 [ 278 ] {1147a143-3a1a-4e90-833e-5234c1558e03} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.23 16:35:04.210957 [ 278 ] {1147a143-3a1a-4e90-833e-5234c1558e03} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:35:04.210993 [ 278 ] {1147a143-3a1a-4e90-833e-5234c1558e03} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2026.02.23 16:35:04.211500 [ 278 ] {1147a143-3a1a-4e90-833e-5234c1558e03} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.02.23 16:35:04.211717 [ 278 ] {1147a143-3a1a-4e90-833e-5234c1558e03} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:35:04.211819 [ 134 ] {} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2026.02.23 16:35:04.211854 [ 134 ] {} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:35:04.211854 [ 278 ] {1147a143-3a1a-4e90-833e-5234c1558e03} executeQuery: Read 10 rows, 18.35 KiB in 0.001733 sec., 5770.340450086555 rows/sec., 10.34 MiB/sec. 2026.02.23 16:35:04.211871 [ 134 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2026.02.23 16:35:04.211922 [ 278 ] {1147a143-3a1a-4e90-833e-5234c1558e03} TCPHandler: Processed in 0.001927209 sec. 2026.02.23 16:35:04.211988 [ 196 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_36_7} MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full 2026.02.23 16:35:04.212039 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:35:04.212137 [ 278 ] {c2682312-13cb-406b-b1f5-d4a23017b910} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.23 16:35:04.212179 [ 278 ] {c2682312-13cb-406b-b1f5-d4a23017b910} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.23 16:35:04.212231 [ 196 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:35:04.212299 [ 196 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 657 rows starting from the beginning of the part 2026.02.23 16:35:04.212422 [ 196 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 10 rows starting from the beginning of the part 2026.02.23 16:35:04.212517 [ 278 ] {c2682312-13cb-406b-b1f5-d4a23017b910} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:35:04.212523 [ 196 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 32 rows starting from the beginning of the part 2026.02.23 16:35:04.212561 [ 278 ] {c2682312-13cb-406b-b1f5-d4a23017b910} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2026.02.23 16:35:04.212645 [ 196 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 10 rows starting from the beginning of the part 2026.02.23 16:35:04.212759 [ 196 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 32 rows starting from the beginning of the part 2026.02.23 16:35:04.212862 [ 196 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 10 rows starting from the beginning of the part 2026.02.23 16:35:04.212885 [ 278 ] {c2682312-13cb-406b-b1f5-d4a23017b910} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2026.02.23 16:35:04.213095 [ 278 ] {c2682312-13cb-406b-b1f5-d4a23017b910} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:35:04.213231 [ 278 ] {c2682312-13cb-406b-b1f5-d4a23017b910} executeQuery: Read 60 rows, 4.14 KiB in 0.001112 sec., 53956.8345323741 rows/sec., 3.64 MiB/sec. 2026.02.23 16:35:04.213269 [ 278 ] {c2682312-13cb-406b-b1f5-d4a23017b910} TCPHandler: Processed in 0.001279376 sec. 2026.02.23 16:35:04.217573 [ 199 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 751 rows, containing 19 columns (19 merged, 0 gathered) in 0.005634836 sec., 133278.05813691826 rows/sec., 238.83 MiB/sec. 2026.02.23 16:35:04.218438 [ 196 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2026.02.23 16:35:04.218768 [ 196 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_36_7} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:35:04.218840 [ 196 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_36_7} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2026.02.23 16:35:04.218946 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.58 MiB. 2026.02.23 16:35:05.000192 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 276.80 MiB, peak 284.32 MiB, free memory in arenas 0.00 B, will set to 278.19 MiB (RSS), difference: 1.39 MiB 2026.02.23 16:35:05.182367 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 14904 2026.02.23 16:35:05.182870 [ 244 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:35:05.182913 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2026.02.23 16:35:05.183396 [ 244 ] {} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.02.23 16:35:05.183629 [ 244 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:35:05.183773 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14904 2026.02.23 16:35:05.183798 [ 134 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.02.23 16:35:05.183870 [ 134 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:35:05.183891 [ 134 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2026.02.23 16:35:05.184019 [ 191 ] {e006da4c-49b0-4d27-967a-f293ec4e8bf5::all_1_31_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full 2026.02.23 16:35:05.184169 [ 191 ] {e006da4c-49b0-4d27-967a-f293ec4e8bf5::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:35:05.184209 [ 191 ] {e006da4c-49b0-4d27-967a-f293ec4e8bf5::all_1_31_6} MergeTreeSequentialSource: Reading 3 marks from part all_1_26_5, total 12472 rows starting from the beginning of the part 2026.02.23 16:35:05.184272 [ 191 ] {e006da4c-49b0-4d27-967a-f293ec4e8bf5::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 512 rows starting from the beginning of the part 2026.02.23 16:35:05.184318 [ 191 ] {e006da4c-49b0-4d27-967a-f293ec4e8bf5::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 448 rows starting from the beginning of the part 2026.02.23 16:35:05.184360 [ 191 ] {e006da4c-49b0-4d27-967a-f293ec4e8bf5::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 512 rows starting from the beginning of the part 2026.02.23 16:35:05.184396 [ 191 ] {e006da4c-49b0-4d27-967a-f293ec4e8bf5::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 448 rows starting from the beginning of the part 2026.02.23 16:35:05.184433 [ 191 ] {e006da4c-49b0-4d27-967a-f293ec4e8bf5::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 512 rows starting from the beginning of the part 2026.02.23 16:35:05.186084 [ 190 ] {e006da4c-49b0-4d27-967a-f293ec4e8bf5::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 14904 rows, containing 4 columns (4 merged, 0 gathered) in 0.002125244 sec., 7012841.819574599 rows/sec., 100.32 MiB/sec. 2026.02.23 16:35:05.186504 [ 202 ] {e006da4c-49b0-4d27-967a-f293ec4e8bf5::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.02.23 16:35:05.186812 [ 202 ] {e006da4c-49b0-4d27-967a-f293ec4e8bf5::all_1_31_6} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:35:05.186893 [ 202 ] {e006da4c-49b0-4d27-967a-f293ec4e8bf5::all_1_31_6} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.02.23 16:35:05.187000 [ 202 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.48 MiB. 2026.02.23 16:35:05.978329 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 234 2026.02.23 16:35:05.997141 [ 243 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:35:05.997201 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2026.02.23 16:35:06.000244 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 282.76 MiB, peak 284.69 MiB, free memory in arenas 0.00 B, will set to 278.21 MiB (RSS), difference: -4.56 MiB 2026.02.23 16:35:06.002920 [ 243 ] {} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.02.23 16:35:06.003656 [ 243 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:35:06.003940 [ 131 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.02.23 16:35:06.003983 [ 131 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:35:06.004006 [ 131 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2026.02.23 16:35:06.004103 [ 199 ] {3c5e35cc-2202-4d2d-a2da-f2d3b912fea0::all_1_31_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full 2026.02.23 16:35:06.007172 [ 199 ] {3c5e35cc-2202-4d2d-a2da-f2d3b912fea0::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:35:06.007233 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 234 2026.02.23 16:35:06.007966 [ 199 ] {3c5e35cc-2202-4d2d-a2da-f2d3b912fea0::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 196 rows starting from the beginning of the part 2026.02.23 16:35:06.011468 [ 199 ] {3c5e35cc-2202-4d2d-a2da-f2d3b912fea0::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 8 rows starting from the beginning of the part 2026.02.23 16:35:06.014812 [ 199 ] {3c5e35cc-2202-4d2d-a2da-f2d3b912fea0::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 7 rows starting from the beginning of the part 2026.02.23 16:35:06.018391 [ 199 ] {3c5e35cc-2202-4d2d-a2da-f2d3b912fea0::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 8 rows starting from the beginning of the part 2026.02.23 16:35:06.022316 [ 199 ] {3c5e35cc-2202-4d2d-a2da-f2d3b912fea0::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 7 rows starting from the beginning of the part 2026.02.23 16:35:06.026017 [ 199 ] {3c5e35cc-2202-4d2d-a2da-f2d3b912fea0::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 8 rows starting from the beginning of the part 2026.02.23 16:35:06.076794 [ 190 ] {3c5e35cc-2202-4d2d-a2da-f2d3b912fea0::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 234 rows, containing 679 columns (679 merged, 0 gathered) in 0.072722115 sec., 3217.7281972615892 rows/sec., 16.64 MiB/sec. 2026.02.23 16:35:06.079955 [ 190 ] {3c5e35cc-2202-4d2d-a2da-f2d3b912fea0::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.02.23 16:35:06.082083 [ 190 ] {3c5e35cc-2202-4d2d-a2da-f2d3b912fea0::all_1_31_6} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:35:06.082191 [ 190 ] {3c5e35cc-2202-4d2d-a2da-f2d3b912fea0::all_1_31_6} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.02.23 16:35:06.084425 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB. 2026.02.23 16:35:07.000230 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 274.78 MiB, peak 285.32 MiB, free memory in arenas 0.00 B, will set to 280.97 MiB (RSS), difference: 6.20 MiB 2026.02.23 16:35:09.203585 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:35:09.203779 [ 278 ] {93c27e71-70b3-48a6-bd36-1a97a5591a64} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.23 16:35:09.203844 [ 278 ] {93c27e71-70b3-48a6-bd36-1a97a5591a64} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.23 16:35:09.204537 [ 278 ] {93c27e71-70b3-48a6-bd36-1a97a5591a64} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:35:09.204585 [ 278 ] {93c27e71-70b3-48a6-bd36-1a97a5591a64} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2026.02.23 16:35:09.204975 [ 278 ] {93c27e71-70b3-48a6-bd36-1a97a5591a64} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2026.02.23 16:35:09.205188 [ 278 ] {93c27e71-70b3-48a6-bd36-1a97a5591a64} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:35:09.205337 [ 278 ] {93c27e71-70b3-48a6-bd36-1a97a5591a64} executeQuery: Read 120 rows, 10.47 KiB in 0.001608 sec., 74626.86567164179 rows/sec., 6.36 MiB/sec. 2026.02.23 16:35:09.205379 [ 278 ] {93c27e71-70b3-48a6-bd36-1a97a5591a64} TCPHandler: Processed in 0.001921179 sec. 2026.02.23 16:35:09.205503 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:35:09.205595 [ 278 ] {a873254d-fa77-409f-90ac-256f998471de} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.23 16:35:09.205635 [ 278 ] {a873254d-fa77-409f-90ac-256f998471de} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.23 16:35:09.206034 [ 278 ] {a873254d-fa77-409f-90ac-256f998471de} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:35:09.206070 [ 278 ] {a873254d-fa77-409f-90ac-256f998471de} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2026.02.23 16:35:09.206349 [ 278 ] {a873254d-fa77-409f-90ac-256f998471de} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2026.02.23 16:35:09.206546 [ 278 ] {a873254d-fa77-409f-90ac-256f998471de} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:35:09.206670 [ 278 ] {a873254d-fa77-409f-90ac-256f998471de} executeQuery: Read 32 rows, 2.41 KiB in 0.001093 sec., 29277.218664226897 rows/sec., 2.15 MiB/sec. 2026.02.23 16:35:09.206707 [ 278 ] {a873254d-fa77-409f-90ac-256f998471de} TCPHandler: Processed in 0.001253286 sec. 2026.02.23 16:35:09.206816 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:35:09.206907 [ 278 ] {5ae44ea1-3807-4491-ae80-61cbf7516fc3} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.23 16:35:09.206946 [ 278 ] {5ae44ea1-3807-4491-ae80-61cbf7516fc3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.23 16:35:09.207369 [ 278 ] {5ae44ea1-3807-4491-ae80-61cbf7516fc3} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:35:09.207405 [ 278 ] {5ae44ea1-3807-4491-ae80-61cbf7516fc3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2026.02.23 16:35:09.207695 [ 278 ] {5ae44ea1-3807-4491-ae80-61cbf7516fc3} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2026.02.23 16:35:09.207911 [ 278 ] {5ae44ea1-3807-4491-ae80-61cbf7516fc3} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:35:09.208032 [ 278 ] {5ae44ea1-3807-4491-ae80-61cbf7516fc3} executeQuery: Read 96 rows, 7.68 KiB in 0.001142 sec., 84063.0472854641 rows/sec., 6.57 MiB/sec. 2026.02.23 16:35:09.208069 [ 278 ] {5ae44ea1-3807-4491-ae80-61cbf7516fc3} TCPHandler: Processed in 0.001301637 sec. 2026.02.23 16:35:09.208178 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:35:09.208270 [ 278 ] {9b20cd38-a55f-4c5f-bef7-22f981a1c004} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.23 16:35:09.208312 [ 278 ] {9b20cd38-a55f-4c5f-bef7-22f981a1c004} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.23 16:35:09.208710 [ 278 ] {9b20cd38-a55f-4c5f-bef7-22f981a1c004} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:35:09.208745 [ 278 ] {9b20cd38-a55f-4c5f-bef7-22f981a1c004} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2026.02.23 16:35:09.209057 [ 278 ] {9b20cd38-a55f-4c5f-bef7-22f981a1c004} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2026.02.23 16:35:09.209262 [ 278 ] {9b20cd38-a55f-4c5f-bef7-22f981a1c004} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:35:09.209388 [ 278 ] {9b20cd38-a55f-4c5f-bef7-22f981a1c004} executeQuery: Read 160 rows, 11.41 KiB in 0.001136 sec., 140845.0704225352 rows/sec., 9.81 MiB/sec. 2026.02.23 16:35:09.209424 [ 278 ] {9b20cd38-a55f-4c5f-bef7-22f981a1c004} TCPHandler: Processed in 0.001293746 sec. 2026.02.23 16:35:09.209532 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:35:09.209625 [ 278 ] {04ed114a-31bd-400c-97ed-ac18109e2f4b} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.23 16:35:09.209678 [ 278 ] {04ed114a-31bd-400c-97ed-ac18109e2f4b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.23 16:35:09.210511 [ 278 ] {04ed114a-31bd-400c-97ed-ac18109e2f4b} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:35:09.210547 [ 278 ] {04ed114a-31bd-400c-97ed-ac18109e2f4b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2026.02.23 16:35:09.211070 [ 278 ] {04ed114a-31bd-400c-97ed-ac18109e2f4b} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.02.23 16:35:09.211279 [ 278 ] {04ed114a-31bd-400c-97ed-ac18109e2f4b} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:35:09.211407 [ 278 ] {04ed114a-31bd-400c-97ed-ac18109e2f4b} executeQuery: Read 32 rows, 58.72 KiB in 0.0018 sec., 17777.777777777777 rows/sec., 31.86 MiB/sec. 2026.02.23 16:35:09.211458 [ 278 ] {04ed114a-31bd-400c-97ed-ac18109e2f4b} TCPHandler: Processed in 0.00197391 sec. 2026.02.23 16:35:09.211576 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:35:09.211676 [ 278 ] {a0190d37-e178-42be-8f59-db64d435f802} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.23 16:35:09.211716 [ 278 ] {a0190d37-e178-42be-8f59-db64d435f802} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.23 16:35:09.212045 [ 278 ] {a0190d37-e178-42be-8f59-db64d435f802} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:35:09.212080 [ 278 ] {a0190d37-e178-42be-8f59-db64d435f802} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2026.02.23 16:35:09.212370 [ 278 ] {a0190d37-e178-42be-8f59-db64d435f802} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2026.02.23 16:35:09.212574 [ 278 ] {a0190d37-e178-42be-8f59-db64d435f802} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:35:09.212698 [ 278 ] {a0190d37-e178-42be-8f59-db64d435f802} executeQuery: Read 60 rows, 4.14 KiB in 0.00104 sec., 57692.307692307695 rows/sec., 3.89 MiB/sec. 2026.02.23 16:35:09.212733 [ 278 ] {a0190d37-e178-42be-8f59-db64d435f802} TCPHandler: Processed in 0.001204815 sec. 2026.02.23 16:35:11.106602 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41672 2026.02.23 16:35:11.106712 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:35:11.106740 [ 287 ] {} TCP-Session: 504591e8-319e-43e7-95ec-acc96255604a Authenticating user 'default' from [fd00:1122:3344:101::e]:41672 2026.02.23 16:35:11.106762 [ 287 ] {} TCP-Session: 504591e8-319e-43e7-95ec-acc96255604a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:35:11.106775 [ 287 ] {} TCP-Session: 504591e8-319e-43e7-95ec-acc96255604a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:35:11.106964 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33171 2026.02.23 16:35:11.107015 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53962 2026.02.23 16:35:11.107127 [ 287 ] {} TCP-Session: 504591e8-319e-43e7-95ec-acc96255604a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:35:11.107186 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:35:11.107222 [ 289 ] {} TCP-Session: e6d97ff4-a0f6-49d6-8c94-f3b35a69c2ce Authenticating user 'default' from [fd00:1122:3344:101::e]:33171 2026.02.23 16:35:11.107245 [ 289 ] {} TCP-Session: e6d97ff4-a0f6-49d6-8c94-f3b35a69c2ce Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:35:11.107263 [ 289 ] {} TCP-Session: e6d97ff4-a0f6-49d6-8c94-f3b35a69c2ce Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:35:11.107312 [ 287 ] {9ed19b14-da33-4fc7-b88e-fb46ab81aa56} executeQuery: (from [fd00:1122:3344:101::e]:41672) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.02.23 16:35:11.107398 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:35:11.107441 [ 290 ] {} TCP-Session: 73055522-1b4e-4997-8d28-5540adbff4b0 Authenticating user 'default' from [fd00:1122:3344:101::e]:53962 2026.02.23 16:35:11.107463 [ 290 ] {} TCP-Session: 73055522-1b4e-4997-8d28-5540adbff4b0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:35:11.107476 [ 290 ] {} TCP-Session: 73055522-1b4e-4997-8d28-5540adbff4b0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:35:11.107588 [ 287 ] {9ed19b14-da33-4fc7-b88e-fb46ab81aa56} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.02.23 16:35:11.107648 [ 287 ] {9ed19b14-da33-4fc7-b88e-fb46ab81aa56} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.23 16:35:11.107937 [ 287 ] {9ed19b14-da33-4fc7-b88e-fb46ab81aa56} oximeter.version (5b0048b8-9e05-4abf-ab1d-311c7f35e206) (SelectExecutor): Key condition: unknown 2026.02.23 16:35:11.108578 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36921 2026.02.23 16:35:11.108577 [ 350 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48385 2026.02.23 16:35:11.108965 [ 305 ] {9ed19b14-da33-4fc7-b88e-fb46ab81aa56} AggregatingTransform: Aggregating 2026.02.23 16:35:11.109010 [ 305 ] {9ed19b14-da33-4fc7-b88e-fb46ab81aa56} Aggregator: Aggregation method: without_key 2026.02.23 16:35:11.109048 [ 305 ] {9ed19b14-da33-4fc7-b88e-fb46ab81aa56} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001010731 sec. (989.383 rows/sec., 38.65 KiB/sec.) 2026.02.23 16:35:11.109067 [ 305 ] {9ed19b14-da33-4fc7-b88e-fb46ab81aa56} Aggregator: Merging aggregated data 2026.02.23 16:35:11.109291 [ 352 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44561 2026.02.23 16:35:11.109350 [ 353 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62513 2026.02.23 16:35:11.109395 [ 354 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49376 2026.02.23 16:35:11.109536 [ 355 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34555 2026.02.23 16:35:11.110047 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:35:11.110084 [ 291 ] {} TCP-Session: 1b84d8df-7ec8-4ba5-b2f8-2390fe47c3ed Authenticating user 'default' from [fd00:1122:3344:101::e]:36921 2026.02.23 16:35:11.110102 [ 291 ] {} TCP-Session: 1b84d8df-7ec8-4ba5-b2f8-2390fe47c3ed Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:35:11.110115 [ 291 ] {} TCP-Session: 1b84d8df-7ec8-4ba5-b2f8-2390fe47c3ed Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:35:11.110313 [ 353 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:35:11.110357 [ 353 ] {} TCP-Session: e098a3ff-1248-4bbe-ad07-7b2d0d9445a7 Authenticating user 'default' from [fd00:1122:3344:101::e]:62513 2026.02.23 16:35:11.110380 [ 353 ] {} TCP-Session: e098a3ff-1248-4bbe-ad07-7b2d0d9445a7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:35:11.110397 [ 353 ] {} TCP-Session: e098a3ff-1248-4bbe-ad07-7b2d0d9445a7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:35:11.110414 [ 354 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:35:11.110463 [ 354 ] {} TCP-Session: c1207188-1676-457b-a4d3-acda1cc8ce26 Authenticating user 'default' from [fd00:1122:3344:101::e]:49376 2026.02.23 16:35:11.110481 [ 354 ] {} TCP-Session: c1207188-1676-457b-a4d3-acda1cc8ce26 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:35:11.110498 [ 354 ] {} TCP-Session: c1207188-1676-457b-a4d3-acda1cc8ce26 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:35:11.110497 [ 287 ] {9ed19b14-da33-4fc7-b88e-fb46ab81aa56} executeQuery: Read 1 rows, 40.00 B in 0.00324 sec., 308.641975308642 rows/sec., 12.06 KiB/sec. 2026.02.23 16:35:11.110670 [ 287 ] {9ed19b14-da33-4fc7-b88e-fb46ab81aa56} TCPHandler: Processed in 0.003657966 sec. 2026.02.23 16:35:11.110670 [ 352 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:35:11.110712 [ 352 ] {} TCP-Session: 7d70da73-33c8-46f6-9533-78a9b5a613ee Authenticating user 'default' from [fd00:1122:3344:101::e]:44561 2026.02.23 16:35:11.110729 [ 352 ] {} TCP-Session: 7d70da73-33c8-46f6-9533-78a9b5a613ee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:35:11.110744 [ 352 ] {} TCP-Session: 7d70da73-33c8-46f6-9533-78a9b5a613ee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:35:11.110828 [ 287 ] {} TCPHandler: Done processing connection. 2026.02.23 16:35:11.110861 [ 287 ] {} TCP-Session: 504591e8-319e-43e7-95ec-acc96255604a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:35:11.110861 [ 352 ] {} TCPHandler: Done processing connection. 2026.02.23 16:35:11.110883 [ 355 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:35:11.110889 [ 350 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:35:11.110930 [ 290 ] {} TCPHandler: Done processing connection. 2026.02.23 16:35:11.110938 [ 355 ] {} TCP-Session: c83d3a98-db7b-4a54-91c4-6fc528b40a23 Authenticating user 'default' from [fd00:1122:3344:101::e]:34555 2026.02.23 16:35:11.110905 [ 353 ] {} TCPHandler: Done processing connection. 2026.02.23 16:35:11.110984 [ 290 ] {} TCP-Session: 73055522-1b4e-4997-8d28-5540adbff4b0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:35:11.110998 [ 355 ] {} TCP-Session: c83d3a98-db7b-4a54-91c4-6fc528b40a23 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:35:11.111019 [ 353 ] {} TCP-Session: e098a3ff-1248-4bbe-ad07-7b2d0d9445a7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:35:11.111042 [ 355 ] {} TCP-Session: c83d3a98-db7b-4a54-91c4-6fc528b40a23 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:35:11.111003 [ 354 ] {} TCPHandler: Done processing connection. 2026.02.23 16:35:11.110979 [ 291 ] {} TCPHandler: Done processing connection. 2026.02.23 16:35:11.111109 [ 354 ] {} TCP-Session: c1207188-1676-457b-a4d3-acda1cc8ce26 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:35:11.110896 [ 352 ] {} TCP-Session: 7d70da73-33c8-46f6-9533-78a9b5a613ee Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:35:11.111132 [ 291 ] {} TCP-Session: 1b84d8df-7ec8-4ba5-b2f8-2390fe47c3ed Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:35:11.110886 [ 289 ] {} TCPHandler: Done processing connection. 2026.02.23 16:35:11.110950 [ 350 ] {} TCP-Session: 1d29577f-2bf0-4255-a34a-e8b652929e93 Authenticating user 'default' from [fd00:1122:3344:101::e]:48385 2026.02.23 16:35:11.111202 [ 289 ] {} TCP-Session: e6d97ff4-a0f6-49d6-8c94-f3b35a69c2ce Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:35:11.111209 [ 350 ] {} TCP-Session: 1d29577f-2bf0-4255-a34a-e8b652929e93 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:35:11.111236 [ 350 ] {} TCP-Session: 1d29577f-2bf0-4255-a34a-e8b652929e93 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:35:11.133177 [ 350 ] {} ServerErrorHandler: Code: 210. DB::NetException: Connection reset by peer, while reading from socket ([fd00:1122:3344:101::e]:48385). (NETWORK_ERROR), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::NetException::NetException, std::allocator >, std::__cxx11::basic_string, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type, std::type_identity, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&, std::__cxx11::basic_string, std::allocator >&&) @ 0x00000000153ef13e in /opt/oxide/clickhouse/clickhouse 3. DB::ReadBufferFromPocoSocket::nextImpl() @ 0x00000000183189ef in /opt/oxide/clickhouse/clickhouse 4. DB::TCPHandler::runImpl() @ 0x00000000153fb0fc in /opt/oxide/clickhouse/clickhouse 5. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 6. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 7. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 8. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 9. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 10. _thrp_setup @ 0x0000000000117077 in /system/lib/amd64/libc.so.1 (version 23.8.7.1) 2026.02.23 16:35:11.133356 [ 350 ] {} TCP-Session: 1d29577f-2bf0-4255-a34a-e8b652929e93 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:35:11.133367 [ 355 ] {} ServerErrorHandler: Code: 210. DB::NetException: Connection reset by peer, while reading from socket ([fd00:1122:3344:101::e]:34555). (NETWORK_ERROR), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::NetException::NetException, std::allocator >, std::__cxx11::basic_string, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type, std::type_identity, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&, std::__cxx11::basic_string, std::allocator >&&) @ 0x00000000153ef13e in /opt/oxide/clickhouse/clickhouse 3. DB::ReadBufferFromPocoSocket::nextImpl() @ 0x00000000183189ef in /opt/oxide/clickhouse/clickhouse 4. DB::TCPHandler::runImpl() @ 0x00000000153fb0fc in /opt/oxide/clickhouse/clickhouse 5. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 6. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 7. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 8. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 9. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 10. _thrp_setup @ 0x0000000000117077 in /system/lib/amd64/libc.so.1 (version 23.8.7.1) 2026.02.23 16:35:11.133426 [ 355 ] {} TCP-Session: c83d3a98-db7b-4a54-91c4-6fc528b40a23 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:35:11.240968 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46988 2026.02.23 16:35:11.241075 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:35:11.241101 [ 287 ] {} TCP-Session: 1ac1111a-842b-43ca-ac0e-d3ad81e1107b Authenticating user 'default' from [fd00:1122:3344:101::e]:46988 2026.02.23 16:35:11.241124 [ 287 ] {} TCP-Session: 1ac1111a-842b-43ca-ac0e-d3ad81e1107b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:35:11.241136 [ 287 ] {} TCP-Session: 1ac1111a-842b-43ca-ac0e-d3ad81e1107b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:35:11.241335 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53599 2026.02.23 16:35:11.241386 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57493 2026.02.23 16:35:11.241385 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34148 2026.02.23 16:35:11.241433 [ 354 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47283 2026.02.23 16:35:11.241448 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:35:11.241467 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:35:11.241450 [ 287 ] {} TCP-Session: 1ac1111a-842b-43ca-ac0e-d3ad81e1107b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:35:11.241499 [ 289 ] {} TCP-Session: 01889dc4-c696-4dff-a470-f5dde84c97b7 Authenticating user 'default' from [fd00:1122:3344:101::e]:53599 2026.02.23 16:35:11.241520 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:35:11.241547 [ 289 ] {} TCP-Session: 01889dc4-c696-4dff-a470-f5dde84c97b7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:35:11.241519 [ 354 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:35:11.241577 [ 289 ] {} TCP-Session: 01889dc4-c696-4dff-a470-f5dde84c97b7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:35:11.241577 [ 290 ] {} TCP-Session: c2f900ed-308a-4a2b-8413-fd18a233088a Authenticating user 'default' from [fd00:1122:3344:101::e]:34148 2026.02.23 16:35:11.241605 [ 354 ] {} TCP-Session: f1b78d1a-5cef-4447-b8c7-a6bc5cc5e27c Authenticating user 'default' from [fd00:1122:3344:101::e]:47283 2026.02.23 16:35:11.241641 [ 290 ] {} TCP-Session: c2f900ed-308a-4a2b-8413-fd18a233088a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:35:11.241510 [ 291 ] {} TCP-Session: 3d526274-ba21-49de-aa30-f0bd7ccb242e Authenticating user 'default' from [fd00:1122:3344:101::e]:57493 2026.02.23 16:35:11.241673 [ 287 ] {3193a85a-50be-4fd4-9b66-6e6144bde9a5} executeQuery: (from [fd00:1122:3344:101::e]:46988) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.02.23 16:35:11.241668 [ 290 ] {} TCP-Session: c2f900ed-308a-4a2b-8413-fd18a233088a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:35:11.241692 [ 291 ] {} TCP-Session: 3d526274-ba21-49de-aa30-f0bd7ccb242e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:35:11.241663 [ 354 ] {} TCP-Session: f1b78d1a-5cef-4447-b8c7-a6bc5cc5e27c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:35:11.241764 [ 291 ] {} TCP-Session: 3d526274-ba21-49de-aa30-f0bd7ccb242e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:35:11.241785 [ 354 ] {} TCP-Session: f1b78d1a-5cef-4447-b8c7-a6bc5cc5e27c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:35:11.241437 [ 355 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48727 2026.02.23 16:35:11.241422 [ 353 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54909 2026.02.23 16:35:11.241409 [ 352 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56411 2026.02.23 16:35:11.241405 [ 350 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:32894 2026.02.23 16:35:11.241913 [ 355 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:35:11.241914 [ 353 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:35:11.241941 [ 352 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:35:11.241955 [ 353 ] {} TCP-Session: dd3c3a3d-7913-4825-8326-cbaebb68965e Authenticating user 'default' from [fd00:1122:3344:101::e]:54909 2026.02.23 16:35:11.241970 [ 287 ] {3193a85a-50be-4fd4-9b66-6e6144bde9a5} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.02.23 16:35:11.241973 [ 352 ] {} TCP-Session: 8b287ee2-5ea6-4c3b-a849-43e760034fce Authenticating user 'default' from [fd00:1122:3344:101::e]:56411 2026.02.23 16:35:11.241987 [ 353 ] {} TCP-Session: dd3c3a3d-7913-4825-8326-cbaebb68965e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:35:11.242013 [ 352 ] {} TCP-Session: 8b287ee2-5ea6-4c3b-a849-43e760034fce Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:35:11.242025 [ 353 ] {} TCP-Session: dd3c3a3d-7913-4825-8326-cbaebb68965e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:35:11.242039 [ 352 ] {} TCP-Session: 8b287ee2-5ea6-4c3b-a849-43e760034fce Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:35:11.242032 [ 287 ] {3193a85a-50be-4fd4-9b66-6e6144bde9a5} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.23 16:35:11.241944 [ 355 ] {} TCP-Session: 8435fc35-37cb-4978-ad75-716ffaa9edd8 Authenticating user 'default' from [fd00:1122:3344:101::e]:48727 2026.02.23 16:35:11.242084 [ 350 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:35:11.242105 [ 355 ] {} TCP-Session: 8435fc35-37cb-4978-ad75-716ffaa9edd8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:35:11.242112 [ 350 ] {} TCP-Session: 37e81ce6-177d-43c5-83d5-1dc217323946 Authenticating user 'default' from [fd00:1122:3344:101::e]:32894 2026.02.23 16:35:11.242119 [ 355 ] {} TCP-Session: 8435fc35-37cb-4978-ad75-716ffaa9edd8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:35:11.242130 [ 350 ] {} TCP-Session: 37e81ce6-177d-43c5-83d5-1dc217323946 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:35:11.242143 [ 350 ] {} TCP-Session: 37e81ce6-177d-43c5-83d5-1dc217323946 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:35:11.242397 [ 287 ] {3193a85a-50be-4fd4-9b66-6e6144bde9a5} oximeter.version (5b0048b8-9e05-4abf-ab1d-311c7f35e206) (SelectExecutor): Key condition: unknown 2026.02.23 16:35:11.243509 [ 306 ] {3193a85a-50be-4fd4-9b66-6e6144bde9a5} AggregatingTransform: Aggregating 2026.02.23 16:35:11.243561 [ 306 ] {3193a85a-50be-4fd4-9b66-6e6144bde9a5} Aggregator: Aggregation method: without_key 2026.02.23 16:35:11.243602 [ 306 ] {3193a85a-50be-4fd4-9b66-6e6144bde9a5} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001100003 sec. (909.088 rows/sec., 35.51 KiB/sec.) 2026.02.23 16:35:11.243646 [ 306 ] {3193a85a-50be-4fd4-9b66-6e6144bde9a5} Aggregator: Merging aggregated data 2026.02.23 16:35:11.245139 [ 287 ] {3193a85a-50be-4fd4-9b66-6e6144bde9a5} executeQuery: Read 1 rows, 40.00 B in 0.003525 sec., 283.68794326241135 rows/sec., 11.08 KiB/sec. 2026.02.23 16:35:11.245291 [ 287 ] {3193a85a-50be-4fd4-9b66-6e6144bde9a5} TCPHandler: Processed in 0.003958621 sec. 2026.02.23 16:35:11.245435 [ 287 ] {} TCPHandler: Done processing connection. 2026.02.23 16:35:11.245469 [ 355 ] {} TCPHandler: Done processing connection. 2026.02.23 16:35:11.245476 [ 287 ] {} TCP-Session: 1ac1111a-842b-43ca-ac0e-d3ad81e1107b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:35:11.245494 [ 291 ] {} TCPHandler: Done processing connection. 2026.02.23 16:35:11.245519 [ 355 ] {} TCP-Session: 8435fc35-37cb-4978-ad75-716ffaa9edd8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:35:11.245535 [ 352 ] {} TCPHandler: Done processing connection. 2026.02.23 16:35:11.245548 [ 291 ] {} TCP-Session: 3d526274-ba21-49de-aa30-f0bd7ccb242e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:35:11.245514 [ 289 ] {} TCPHandler: Done processing connection. 2026.02.23 16:35:11.245574 [ 353 ] {} TCPHandler: Done processing connection. 2026.02.23 16:35:11.245601 [ 350 ] {} TCPHandler: Done processing connection. 2026.02.23 16:35:11.245617 [ 289 ] {} TCP-Session: 01889dc4-c696-4dff-a470-f5dde84c97b7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:35:11.245631 [ 353 ] {} TCP-Session: dd3c3a3d-7913-4825-8326-cbaebb68965e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:35:11.245652 [ 350 ] {} TCP-Session: 37e81ce6-177d-43c5-83d5-1dc217323946 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:35:11.245624 [ 354 ] {} TCPHandler: Done processing connection. 2026.02.23 16:35:11.245584 [ 352 ] {} TCP-Session: 8b287ee2-5ea6-4c3b-a849-43e760034fce Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:35:11.245728 [ 354 ] {} TCP-Session: f1b78d1a-5cef-4447-b8c7-a6bc5cc5e27c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:35:11.245586 [ 290 ] {} TCPHandler: Done processing connection. 2026.02.23 16:35:11.245782 [ 290 ] {} TCP-Session: c2f900ed-308a-4a2b-8413-fd18a233088a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:35:11.315660 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64821 2026.02.23 16:35:11.315785 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:35:11.315821 [ 287 ] {} TCP-Session: 2e146578-ca22-4fae-887e-39981880ae49 Authenticating user 'default' from [fd00:1122:3344:101::e]:64821 2026.02.23 16:35:11.315853 [ 287 ] {} TCP-Session: 2e146578-ca22-4fae-887e-39981880ae49 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:35:11.315871 [ 287 ] {} TCP-Session: 2e146578-ca22-4fae-887e-39981880ae49 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:35:11.316106 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52709 2026.02.23 16:35:11.316118 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47835 2026.02.23 16:35:11.316151 [ 350 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57842 2026.02.23 16:35:11.316192 [ 355 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58393 2026.02.23 16:35:11.316178 [ 354 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37171 2026.02.23 16:35:11.316226 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:35:11.316246 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:35:11.316273 [ 355 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:35:11.316274 [ 350 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:35:11.316294 [ 290 ] {} TCP-Session: f8763a17-d8da-4fbe-bdf8-8a5ad0469430 Authenticating user 'default' from [fd00:1122:3344:101::e]:47835 2026.02.23 16:35:11.316308 [ 355 ] {} TCP-Session: 4ad76cb1-cacb-4840-9275-1eec236cdd6b Authenticating user 'default' from [fd00:1122:3344:101::e]:58393 2026.02.23 16:35:11.316320 [ 350 ] {} TCP-Session: 1b477fea-dbc1-4aa3-b077-4c198a48ec3d Authenticating user 'default' from [fd00:1122:3344:101::e]:57842 2026.02.23 16:35:11.316334 [ 290 ] {} TCP-Session: f8763a17-d8da-4fbe-bdf8-8a5ad0469430 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:35:11.316344 [ 355 ] {} TCP-Session: 4ad76cb1-cacb-4840-9275-1eec236cdd6b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:35:11.316352 [ 350 ] {} TCP-Session: 1b477fea-dbc1-4aa3-b077-4c198a48ec3d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:35:11.316361 [ 290 ] {} TCP-Session: f8763a17-d8da-4fbe-bdf8-8a5ad0469430 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:35:11.316372 [ 355 ] {} TCP-Session: 4ad76cb1-cacb-4840-9275-1eec236cdd6b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:35:11.316379 [ 350 ] {} TCP-Session: 1b477fea-dbc1-4aa3-b077-4c198a48ec3d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:35:11.316295 [ 354 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:35:11.316283 [ 287 ] {} TCP-Session: 2e146578-ca22-4fae-887e-39981880ae49 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:35:11.316445 [ 354 ] {} TCP-Session: 9958ce8d-28c6-49e8-927e-8e878a7a0300 Authenticating user 'default' from [fd00:1122:3344:101::e]:37171 2026.02.23 16:35:11.316170 [ 353 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58168 2026.02.23 16:35:11.316493 [ 354 ] {} TCP-Session: 9958ce8d-28c6-49e8-927e-8e878a7a0300 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:35:11.316278 [ 289 ] {} TCP-Session: 2764a36a-9dbb-4853-8a91-de260bb7a4db Authenticating user 'default' from [fd00:1122:3344:101::e]:52709 2026.02.23 16:35:11.316530 [ 354 ] {} TCP-Session: 9958ce8d-28c6-49e8-927e-8e878a7a0300 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:35:11.316160 [ 352 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61131 2026.02.23 16:35:11.316561 [ 353 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:35:11.316561 [ 289 ] {} TCP-Session: 2764a36a-9dbb-4853-8a91-de260bb7a4db Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:35:11.316617 [ 353 ] {} TCP-Session: a1e925c7-cbc0-4385-998e-b066155ea3a2 Authenticating user 'default' from [fd00:1122:3344:101::e]:58168 2026.02.23 16:35:11.316634 [ 289 ] {} TCP-Session: 2764a36a-9dbb-4853-8a91-de260bb7a4db Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:35:11.316643 [ 353 ] {} TCP-Session: a1e925c7-cbc0-4385-998e-b066155ea3a2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:35:11.316639 [ 352 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:35:11.316662 [ 353 ] {} TCP-Session: a1e925c7-cbc0-4385-998e-b066155ea3a2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:35:11.316676 [ 287 ] {dc8b8fc1-768b-41ac-ad6b-98834d11479a} executeQuery: (from [fd00:1122:3344:101::e]:64821) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.02.23 16:35:11.316685 [ 352 ] {} TCP-Session: 30ea06fd-7ff9-4f94-bf0a-13355fcd9513 Authenticating user 'default' from [fd00:1122:3344:101::e]:61131 2026.02.23 16:35:11.316130 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50550 2026.02.23 16:35:11.316726 [ 352 ] {} TCP-Session: 30ea06fd-7ff9-4f94-bf0a-13355fcd9513 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:35:11.316752 [ 352 ] {} TCP-Session: 30ea06fd-7ff9-4f94-bf0a-13355fcd9513 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:35:11.316796 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:35:11.316829 [ 291 ] {} TCP-Session: a32a1bb1-1a21-489c-b6af-3ccf701d9dba Authenticating user 'default' from [fd00:1122:3344:101::e]:50550 2026.02.23 16:35:11.316852 [ 291 ] {} TCP-Session: a32a1bb1-1a21-489c-b6af-3ccf701d9dba Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:35:11.316865 [ 291 ] {} TCP-Session: a32a1bb1-1a21-489c-b6af-3ccf701d9dba Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:35:11.317041 [ 287 ] {dc8b8fc1-768b-41ac-ad6b-98834d11479a} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.02.23 16:35:11.317109 [ 287 ] {dc8b8fc1-768b-41ac-ad6b-98834d11479a} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.23 16:35:11.317471 [ 287 ] {dc8b8fc1-768b-41ac-ad6b-98834d11479a} oximeter.version (5b0048b8-9e05-4abf-ab1d-311c7f35e206) (SelectExecutor): Key condition: unknown 2026.02.23 16:35:11.318492 [ 329 ] {dc8b8fc1-768b-41ac-ad6b-98834d11479a} AggregatingTransform: Aggregating 2026.02.23 16:35:11.318629 [ 329 ] {dc8b8fc1-768b-41ac-ad6b-98834d11479a} Aggregator: Aggregation method: without_key 2026.02.23 16:35:11.318668 [ 329 ] {dc8b8fc1-768b-41ac-ad6b-98834d11479a} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001072583 sec. (932.329 rows/sec., 36.42 KiB/sec.) 2026.02.23 16:35:11.318686 [ 329 ] {dc8b8fc1-768b-41ac-ad6b-98834d11479a} Aggregator: Merging aggregated data 2026.02.23 16:35:11.320158 [ 287 ] {dc8b8fc1-768b-41ac-ad6b-98834d11479a} executeQuery: Read 1 rows, 40.00 B in 0.00356 sec., 280.8988764044944 rows/sec., 10.97 KiB/sec. 2026.02.23 16:35:11.320325 [ 287 ] {dc8b8fc1-768b-41ac-ad6b-98834d11479a} TCPHandler: Processed in 0.004157486 sec. 2026.02.23 16:35:11.320435 [ 287 ] {} TCPHandler: Done processing connection. 2026.02.23 16:35:11.320474 [ 289 ] {} TCPHandler: Done processing connection. 2026.02.23 16:35:11.320477 [ 287 ] {} TCP-Session: 2e146578-ca22-4fae-887e-39981880ae49 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:35:11.320512 [ 290 ] {} TCPHandler: Done processing connection. 2026.02.23 16:35:11.320534 [ 355 ] {} TCPHandler: Done processing connection. 2026.02.23 16:35:11.320555 [ 352 ] {} TCPHandler: Done processing connection. 2026.02.23 16:35:11.320575 [ 290 ] {} TCP-Session: f8763a17-d8da-4fbe-bdf8-8a5ad0469430 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:35:11.320584 [ 350 ] {} TCPHandler: Done processing connection. 2026.02.23 16:35:11.320604 [ 352 ] {} TCP-Session: 30ea06fd-7ff9-4f94-bf0a-13355fcd9513 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:35:11.320621 [ 353 ] {} TCPHandler: Done processing connection. 2026.02.23 16:35:11.320646 [ 350 ] {} TCP-Session: 1b477fea-dbc1-4aa3-b077-4c198a48ec3d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:35:11.320590 [ 355 ] {} TCP-Session: 4ad76cb1-cacb-4840-9275-1eec236cdd6b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:35:11.320675 [ 353 ] {} TCP-Session: a1e925c7-cbc0-4385-998e-b066155ea3a2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:35:11.320641 [ 354 ] {} TCPHandler: Done processing connection. 2026.02.23 16:35:11.320599 [ 291 ] {} TCPHandler: Done processing connection. 2026.02.23 16:35:11.320742 [ 354 ] {} TCP-Session: 9958ce8d-28c6-49e8-927e-8e878a7a0300 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:35:11.320524 [ 289 ] {} TCP-Session: 2764a36a-9dbb-4853-8a91-de260bb7a4db Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:35:11.320770 [ 291 ] {} TCP-Session: a32a1bb1-1a21-489c-b6af-3ccf701d9dba Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:35:12.569306 [ 120 ] {} DNSResolver: Updating DNS cache 2026.02.23 16:35:12.569367 [ 120 ] {} DNSResolver: Updated DNS cache 2026.02.23 16:35:12.683910 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 15352 2026.02.23 16:35:12.684398 [ 244 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:35:12.684437 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2026.02.23 16:35:12.684923 [ 244 ] {} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.02.23 16:35:12.685171 [ 244 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:35:12.685324 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 15352 2026.02.23 16:35:12.724906 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 904 2026.02.23 16:35:12.727306 [ 242 ] {} system.query_log (b83b341e-dbaf-448e-9582-20b3e6cd291d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:35:12.727366 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2026.02.23 16:35:12.728638 [ 242 ] {} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.02.23 16:35:12.728922 [ 242 ] {} system.query_log (b83b341e-dbaf-448e-9582-20b3e6cd291d): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:35:12.729298 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 904 2026.02.23 16:35:13.001332 [ 247 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000951489 sec. 2026.02.23 16:35:13.507381 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 241 2026.02.23 16:35:13.522634 [ 243 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:35:13.522702 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2026.02.23 16:35:13.528357 [ 243 ] {} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.02.23 16:35:13.529063 [ 243 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:35:13.532403 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 241 2026.02.23 16:35:14.203333 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:35:14.203533 [ 278 ] {8d4c5f47-82b4-4d2f-ac58-37841eef4c30} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.23 16:35:14.203605 [ 278 ] {8d4c5f47-82b4-4d2f-ac58-37841eef4c30} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.23 16:35:14.204311 [ 278 ] {8d4c5f47-82b4-4d2f-ac58-37841eef4c30} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:35:14.204356 [ 278 ] {8d4c5f47-82b4-4d2f-ac58-37841eef4c30} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2026.02.23 16:35:14.204754 [ 278 ] {8d4c5f47-82b4-4d2f-ac58-37841eef4c30} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2026.02.23 16:35:14.204976 [ 278 ] {8d4c5f47-82b4-4d2f-ac58-37841eef4c30} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:35:14.205144 [ 278 ] {8d4c5f47-82b4-4d2f-ac58-37841eef4c30} executeQuery: Read 76 rows, 6.41 KiB in 0.001666 sec., 45618.24729891957 rows/sec., 3.76 MiB/sec. 2026.02.23 16:35:14.205197 [ 278 ] {8d4c5f47-82b4-4d2f-ac58-37841eef4c30} TCPHandler: Processed in 0.001992212 sec. 2026.02.23 16:35:14.205318 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:35:14.205417 [ 278 ] {b198ef14-3d00-48aa-af16-9700848a775b} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.23 16:35:14.205461 [ 278 ] {b198ef14-3d00-48aa-af16-9700848a775b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.23 16:35:14.205873 [ 278 ] {b198ef14-3d00-48aa-af16-9700848a775b} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:35:14.205911 [ 278 ] {b198ef14-3d00-48aa-af16-9700848a775b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2026.02.23 16:35:14.206205 [ 278 ] {b198ef14-3d00-48aa-af16-9700848a775b} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2026.02.23 16:35:14.206408 [ 278 ] {b198ef14-3d00-48aa-af16-9700848a775b} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:35:14.206537 [ 278 ] {b198ef14-3d00-48aa-af16-9700848a775b} executeQuery: Read 10 rows, 770.00 B in 0.001141 sec., 8764.241893076249 rows/sec., 659.03 KiB/sec. 2026.02.23 16:35:14.206575 [ 278 ] {b198ef14-3d00-48aa-af16-9700848a775b} TCPHandler: Processed in 0.001307767 sec. 2026.02.23 16:35:14.206690 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:35:14.206783 [ 278 ] {cc377a79-bd48-45d7-8112-58c49e4b3c45} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.23 16:35:14.206823 [ 278 ] {cc377a79-bd48-45d7-8112-58c49e4b3c45} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.23 16:35:14.207223 [ 278 ] {cc377a79-bd48-45d7-8112-58c49e4b3c45} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:35:14.207260 [ 278 ] {cc377a79-bd48-45d7-8112-58c49e4b3c45} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2026.02.23 16:35:14.207553 [ 278 ] {cc377a79-bd48-45d7-8112-58c49e4b3c45} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2026.02.23 16:35:14.207755 [ 278 ] {cc377a79-bd48-45d7-8112-58c49e4b3c45} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:35:14.207888 [ 278 ] {cc377a79-bd48-45d7-8112-58c49e4b3c45} executeQuery: Read 74 rows, 5.92 KiB in 0.001123 sec., 65894.92430988423 rows/sec., 5.14 MiB/sec. 2026.02.23 16:35:14.207926 [ 278 ] {cc377a79-bd48-45d7-8112-58c49e4b3c45} TCPHandler: Processed in 0.001290577 sec. 2026.02.23 16:35:14.208037 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:35:14.208131 [ 278 ] {61523b6a-cf5d-4cb3-a7a7-988f72cfab88} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.23 16:35:14.208176 [ 278 ] {61523b6a-cf5d-4cb3-a7a7-988f72cfab88} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.23 16:35:14.208568 [ 278 ] {61523b6a-cf5d-4cb3-a7a7-988f72cfab88} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:35:14.208603 [ 278 ] {61523b6a-cf5d-4cb3-a7a7-988f72cfab88} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2026.02.23 16:35:14.208936 [ 278 ] {61523b6a-cf5d-4cb3-a7a7-988f72cfab88} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2026.02.23 16:35:14.209135 [ 278 ] {61523b6a-cf5d-4cb3-a7a7-988f72cfab88} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:35:14.209269 [ 278 ] {61523b6a-cf5d-4cb3-a7a7-988f72cfab88} executeQuery: Read 160 rows, 11.41 KiB in 0.001156 sec., 138408.30449826992 rows/sec., 9.64 MiB/sec. 2026.02.23 16:35:14.209307 [ 278 ] {61523b6a-cf5d-4cb3-a7a7-988f72cfab88} TCPHandler: Processed in 0.001318727 sec. 2026.02.23 16:35:14.209418 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:35:14.209514 [ 278 ] {ba5dab59-0508-405f-9ccf-040ebd5811dd} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.23 16:35:14.209568 [ 278 ] {ba5dab59-0508-405f-9ccf-040ebd5811dd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.23 16:35:14.210297 [ 278 ] {ba5dab59-0508-405f-9ccf-040ebd5811dd} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:35:14.210333 [ 278 ] {ba5dab59-0508-405f-9ccf-040ebd5811dd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2026.02.23 16:35:14.210841 [ 278 ] {ba5dab59-0508-405f-9ccf-040ebd5811dd} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.02.23 16:35:14.211054 [ 278 ] {ba5dab59-0508-405f-9ccf-040ebd5811dd} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:35:14.211196 [ 278 ] {ba5dab59-0508-405f-9ccf-040ebd5811dd} executeQuery: Read 10 rows, 18.35 KiB in 0.0017 sec., 5882.352941176471 rows/sec., 10.54 MiB/sec. 2026.02.23 16:35:14.211251 [ 278 ] {ba5dab59-0508-405f-9ccf-040ebd5811dd} TCPHandler: Processed in 0.001881539 sec. 2026.02.23 16:35:14.211357 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:35:14.211452 [ 278 ] {2571b928-e435-47fc-b8c0-f7c42191dc19} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.23 16:35:14.211494 [ 278 ] {2571b928-e435-47fc-b8c0-f7c42191dc19} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.23 16:35:14.211827 [ 278 ] {2571b928-e435-47fc-b8c0-f7c42191dc19} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:35:14.211864 [ 278 ] {2571b928-e435-47fc-b8c0-f7c42191dc19} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2026.02.23 16:35:14.212157 [ 278 ] {2571b928-e435-47fc-b8c0-f7c42191dc19} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2026.02.23 16:35:14.212360 [ 278 ] {2571b928-e435-47fc-b8c0-f7c42191dc19} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:35:14.212490 [ 278 ] {2571b928-e435-47fc-b8c0-f7c42191dc19} executeQuery: Read 60 rows, 4.14 KiB in 0.001056 sec., 56818.181818181816 rows/sec., 3.83 MiB/sec. 2026.02.23 16:35:14.212526 [ 278 ] {2571b928-e435-47fc-b8c0-f7c42191dc19} TCPHandler: Processed in 0.001218305 sec. 2026.02.23 16:35:19.234803 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:35:19.235016 [ 278 ] {87b0f247-f15f-4949-b812-cd2f5c5ce6bc} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.02.23 16:35:19.235091 [ 278 ] {87b0f247-f15f-4949-b812-cd2f5c5ce6bc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.02.23 16:35:19.235799 [ 278 ] {87b0f247-f15f-4949-b812-cd2f5c5ce6bc} oximeter.fields_i16 (91b3829e-2a99-49e1-955c-43ffdc3fb409): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:35:19.235840 [ 278 ] {87b0f247-f15f-4949-b812-cd2f5c5ce6bc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2026.02.23 16:35:19.236250 [ 278 ] {87b0f247-f15f-4949-b812-cd2f5c5ce6bc} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.02.23 16:35:19.236477 [ 278 ] {87b0f247-f15f-4949-b812-cd2f5c5ce6bc} oximeter.fields_i16 (91b3829e-2a99-49e1-955c-43ffdc3fb409): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:35:19.236636 [ 278 ] {87b0f247-f15f-4949-b812-cd2f5c5ce6bc} executeQuery: Read 24 rows, 2.04 KiB in 0.001673 sec., 14345.487148834429 rows/sec., 1.19 MiB/sec. 2026.02.23 16:35:19.236688 [ 278 ] {87b0f247-f15f-4949-b812-cd2f5c5ce6bc} TCPHandler: Processed in 0.002028112 sec. 2026.02.23 16:35:19.236844 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:35:19.236950 [ 278 ] {b6673f1d-c6c7-4a32-8e9b-fbd04615cd3d} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.02.23 16:35:19.236994 [ 278 ] {b6673f1d-c6c7-4a32-8e9b-fbd04615cd3d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.02.23 16:35:19.237456 [ 278 ] {b6673f1d-c6c7-4a32-8e9b-fbd04615cd3d} oximeter.fields_ipaddr (aca7842a-9245-4e3c-8c67-e3828bf88048): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:35:19.237493 [ 278 ] {b6673f1d-c6c7-4a32-8e9b-fbd04615cd3d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2026.02.23 16:35:19.237796 [ 278 ] {b6673f1d-c6c7-4a32-8e9b-fbd04615cd3d} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.02.23 16:35:19.238000 [ 278 ] {b6673f1d-c6c7-4a32-8e9b-fbd04615cd3d} oximeter.fields_ipaddr (aca7842a-9245-4e3c-8c67-e3828bf88048): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:35:19.238131 [ 278 ] {b6673f1d-c6c7-4a32-8e9b-fbd04615cd3d} executeQuery: Read 6 rows, 501.00 B in 0.001204 sec., 4983.388704318937 rows/sec., 406.36 KiB/sec. 2026.02.23 16:35:19.238170 [ 278 ] {b6673f1d-c6c7-4a32-8e9b-fbd04615cd3d} TCPHandler: Processed in 0.001387558 sec. 2026.02.23 16:35:19.238294 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:35:19.238400 [ 278 ] {1aefb3a6-6e0e-4b30-bcbe-21aeb8e38768} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.23 16:35:19.238441 [ 278 ] {1aefb3a6-6e0e-4b30-bcbe-21aeb8e38768} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.23 16:35:19.239578 [ 278 ] {1aefb3a6-6e0e-4b30-bcbe-21aeb8e38768} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:35:19.239614 [ 278 ] {1aefb3a6-6e0e-4b30-bcbe-21aeb8e38768} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2026.02.23 16:35:19.240021 [ 278 ] {1aefb3a6-6e0e-4b30-bcbe-21aeb8e38768} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2026.02.23 16:35:19.240261 [ 278 ] {1aefb3a6-6e0e-4b30-bcbe-21aeb8e38768} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:35:19.240371 [ 87 ] {} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2026.02.23 16:35:19.240397 [ 278 ] {1aefb3a6-6e0e-4b30-bcbe-21aeb8e38768} executeQuery: Read 1383 rows, 118.71 KiB in 0.002021 sec., 684314.6956952005 rows/sec., 57.36 MiB/sec. 2026.02.23 16:35:19.240419 [ 87 ] {} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:35:19.240438 [ 278 ] {1aefb3a6-6e0e-4b30-bcbe-21aeb8e38768} TCPHandler: Processed in 0.002195866 sec. 2026.02.23 16:35:19.240444 [ 87 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2026.02.23 16:35:19.240571 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:35:19.240572 [ 200 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_46_9} MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full 2026.02.23 16:35:19.240669 [ 278 ] {a439cdbb-e87c-4060-aa43-a2246905a862} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.23 16:35:19.240725 [ 200 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:35:19.240734 [ 278 ] {a439cdbb-e87c-4060-aa43-a2246905a862} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.23 16:35:19.240769 [ 200 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 2152 rows starting from the beginning of the part 2026.02.23 16:35:19.240840 [ 200 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 120 rows starting from the beginning of the part 2026.02.23 16:35:19.240884 [ 200 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 78 rows starting from the beginning of the part 2026.02.23 16:35:19.240925 [ 200 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 120 rows starting from the beginning of the part 2026.02.23 16:35:19.240963 [ 200 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 76 rows starting from the beginning of the part 2026.02.23 16:35:19.241002 [ 200 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 1383 rows starting from the beginning of the part 2026.02.23 16:35:19.241204 [ 278 ] {a439cdbb-e87c-4060-aa43-a2246905a862} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:35:19.241247 [ 278 ] {a439cdbb-e87c-4060-aa43-a2246905a862} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2026.02.23 16:35:19.241579 [ 278 ] {a439cdbb-e87c-4060-aa43-a2246905a862} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2026.02.23 16:35:19.241807 [ 278 ] {a439cdbb-e87c-4060-aa43-a2246905a862} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:35:19.241942 [ 278 ] {a439cdbb-e87c-4060-aa43-a2246905a862} executeQuery: Read 50 rows, 3.79 KiB in 0.001293 sec., 38669.76024748646 rows/sec., 2.86 MiB/sec. 2026.02.23 16:35:19.241982 [ 278 ] {a439cdbb-e87c-4060-aa43-a2246905a862} TCPHandler: Processed in 0.001461691 sec. 2026.02.23 16:35:19.242104 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:35:19.242200 [ 278 ] {860832ee-1356-4abd-b788-1a8c7e14cae6} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.02.23 16:35:19.242242 [ 278 ] {860832ee-1356-4abd-b788-1a8c7e14cae6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.02.23 16:35:19.242561 [ 192 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 3929 rows, containing 5 columns (5 merged, 0 gathered) in 0.002047332 sec., 1919082.982144567 rows/sec., 166.51 MiB/sec. 2026.02.23 16:35:19.242719 [ 278 ] {860832ee-1356-4abd-b788-1a8c7e14cae6} oximeter.fields_u32 (3630ead0-c5da-4e23-a9d2-59d0589dc119): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:35:19.242760 [ 278 ] {860832ee-1356-4abd-b788-1a8c7e14cae6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2026.02.23 16:35:19.242863 [ 189 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2026.02.23 16:35:19.243106 [ 278 ] {860832ee-1356-4abd-b788-1a8c7e14cae6} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.02.23 16:35:19.243238 [ 189 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_46_9} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:35:19.243339 [ 189 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_46_9} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2026.02.23 16:35:19.243360 [ 278 ] {860832ee-1356-4abd-b788-1a8c7e14cae6} oximeter.fields_u32 (3630ead0-c5da-4e23-a9d2-59d0589dc119): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:35:19.243441 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.97 MiB. 2026.02.23 16:35:19.243501 [ 278 ] {860832ee-1356-4abd-b788-1a8c7e14cae6} executeQuery: Read 252 rows, 17.85 KiB in 0.001319 sec., 191053.8286580743 rows/sec., 13.21 MiB/sec. 2026.02.23 16:35:19.243545 [ 278 ] {860832ee-1356-4abd-b788-1a8c7e14cae6} TCPHandler: Processed in 0.00149249 sec. 2026.02.23 16:35:19.243666 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:35:19.243770 [ 278 ] {b8b9e930-9442-4887-825f-7d3eae96a127} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.02.23 16:35:19.243815 [ 278 ] {b8b9e930-9442-4887-825f-7d3eae96a127} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.02.23 16:35:19.244278 [ 278 ] {b8b9e930-9442-4887-825f-7d3eae96a127} oximeter.fields_u8 (bee44bc4-3670-4879-9501-74bd8c0c3792): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:35:19.244318 [ 278 ] {b8b9e930-9442-4887-825f-7d3eae96a127} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2026.02.23 16:35:19.244678 [ 278 ] {b8b9e930-9442-4887-825f-7d3eae96a127} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.02.23 16:35:19.244927 [ 278 ] {b8b9e930-9442-4887-825f-7d3eae96a127} oximeter.fields_u8 (bee44bc4-3670-4879-9501-74bd8c0c3792): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:35:19.245075 [ 278 ] {b8b9e930-9442-4887-825f-7d3eae96a127} executeQuery: Read 12 rows, 960.00 B in 0.001326 sec., 9049.77375565611 rows/sec., 707.01 KiB/sec. 2026.02.23 16:35:19.245120 [ 278 ] {b8b9e930-9442-4887-825f-7d3eae96a127} TCPHandler: Processed in 0.001504671 sec. 2026.02.23 16:35:19.245244 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:35:19.245346 [ 278 ] {7c2da745-9e10-4f2c-8f69-3b9f77d1c3c3} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.23 16:35:19.245391 [ 278 ] {7c2da745-9e10-4f2c-8f69-3b9f77d1c3c3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.23 16:35:19.246060 [ 278 ] {7c2da745-9e10-4f2c-8f69-3b9f77d1c3c3} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:35:19.246096 [ 278 ] {7c2da745-9e10-4f2c-8f69-3b9f77d1c3c3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2026.02.23 16:35:19.246434 [ 278 ] {7c2da745-9e10-4f2c-8f69-3b9f77d1c3c3} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2026.02.23 16:35:19.246642 [ 278 ] {7c2da745-9e10-4f2c-8f69-3b9f77d1c3c3} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:35:19.246740 [ 63 ] {} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2026.02.23 16:35:19.246772 [ 278 ] {7c2da745-9e10-4f2c-8f69-3b9f77d1c3c3} executeQuery: Read 594 rows, 45.71 KiB in 0.001447 sec., 410504.4920525225 rows/sec., 30.85 MiB/sec. 2026.02.23 16:35:19.246774 [ 63 ] {} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:35:19.246804 [ 63 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2026.02.23 16:35:19.246812 [ 278 ] {7c2da745-9e10-4f2c-8f69-3b9f77d1c3c3} TCPHandler: Processed in 0.001623774 sec. 2026.02.23 16:35:19.246879 [ 200 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_46_9} MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full 2026.02.23 16:35:19.246931 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:35:19.246983 [ 200 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:35:19.247015 [ 200 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1062 rows starting from the beginning of the part 2026.02.23 16:35:19.247031 [ 278 ] {232323a1-7fb3-405c-b658-38d4ef7d3098} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.23 16:35:19.247062 [ 200 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 96 rows starting from the beginning of the part 2026.02.23 16:35:19.247080 [ 278 ] {232323a1-7fb3-405c-b658-38d4ef7d3098} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.23 16:35:19.247106 [ 200 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 78 rows starting from the beginning of the part 2026.02.23 16:35:19.247148 [ 200 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 96 rows starting from the beginning of the part 2026.02.23 16:35:19.247183 [ 200 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 74 rows starting from the beginning of the part 2026.02.23 16:35:19.247217 [ 200 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 594 rows starting from the beginning of the part 2026.02.23 16:35:19.247676 [ 278 ] {232323a1-7fb3-405c-b658-38d4ef7d3098} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:35:19.247719 [ 278 ] {232323a1-7fb3-405c-b658-38d4ef7d3098} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2026.02.23 16:35:19.248098 [ 278 ] {232323a1-7fb3-405c-b658-38d4ef7d3098} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2026.02.23 16:35:19.248220 [ 189 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 2000 rows, containing 5 columns (5 merged, 0 gathered) in 0.001371198 sec., 1458578.5568532043 rows/sec., 114.10 MiB/sec. 2026.02.23 16:35:19.248311 [ 278 ] {232323a1-7fb3-405c-b658-38d4ef7d3098} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:35:19.248405 [ 200 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2026.02.23 16:35:19.248416 [ 63 ] {} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2026.02.23 16:35:19.248449 [ 278 ] {232323a1-7fb3-405c-b658-38d4ef7d3098} executeQuery: Read 883 rows, 61.37 KiB in 0.001437 sec., 614474.5998608212 rows/sec., 41.70 MiB/sec. 2026.02.23 16:35:19.248452 [ 63 ] {} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:35:19.248484 [ 63 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2026.02.23 16:35:19.248490 [ 278 ] {232323a1-7fb3-405c-b658-38d4ef7d3098} TCPHandler: Processed in 0.001609103 sec. 2026.02.23 16:35:19.248592 [ 186 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_46_9} MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full 2026.02.23 16:35:19.248608 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:35:19.248680 [ 200 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_46_9} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:35:19.248729 [ 278 ] {3ecfc24c-a869-4f19-8d63-bc2e0c445669} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.23 16:35:19.248754 [ 186 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:35:19.248763 [ 200 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_46_9} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2026.02.23 16:35:19.248791 [ 278 ] {3ecfc24c-a869-4f19-8d63-bc2e0c445669} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.23 16:35:19.248800 [ 186 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_46_9} MergeTreeSequentialSource: Reading 3 marks from part all_1_41_8, total 12989 rows starting from the beginning of the part 2026.02.23 16:35:19.248851 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.58 MiB. 2026.02.23 16:35:19.248888 [ 186 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 160 rows starting from the beginning of the part 2026.02.23 16:35:19.248952 [ 186 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 162 rows starting from the beginning of the part 2026.02.23 16:35:19.249002 [ 186 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 160 rows starting from the beginning of the part 2026.02.23 16:35:19.249046 [ 186 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 160 rows starting from the beginning of the part 2026.02.23 16:35:19.249094 [ 186 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 883 rows starting from the beginning of the part 2026.02.23 16:35:19.249620 [ 278 ] {3ecfc24c-a869-4f19-8d63-bc2e0c445669} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:35:19.249662 [ 278 ] {3ecfc24c-a869-4f19-8d63-bc2e0c445669} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2026.02.23 16:35:19.250244 [ 278 ] {3ecfc24c-a869-4f19-8d63-bc2e0c445669} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.02.23 16:35:19.250484 [ 278 ] {3ecfc24c-a869-4f19-8d63-bc2e0c445669} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:35:19.250626 [ 278 ] {3ecfc24c-a869-4f19-8d63-bc2e0c445669} executeQuery: Read 32 rows, 58.72 KiB in 0.001915 sec., 16710.18276762402 rows/sec., 29.94 MiB/sec. 2026.02.23 16:35:19.250700 [ 278 ] {3ecfc24c-a869-4f19-8d63-bc2e0c445669} TCPHandler: Processed in 0.002143084 sec. 2026.02.23 16:35:19.250823 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:35:19.250918 [ 278 ] {e38314d4-11da-4d92-a2e3-1e273d79d592} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.23 16:35:19.250961 [ 278 ] {e38314d4-11da-4d92-a2e3-1e273d79d592} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.23 16:35:19.251319 [ 278 ] {e38314d4-11da-4d92-a2e3-1e273d79d592} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:35:19.251355 [ 278 ] {e38314d4-11da-4d92-a2e3-1e273d79d592} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2026.02.23 16:35:19.251679 [ 278 ] {e38314d4-11da-4d92-a2e3-1e273d79d592} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2026.02.23 16:35:19.251893 [ 278 ] {e38314d4-11da-4d92-a2e3-1e273d79d592} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:35:19.252002 [ 63 ] {} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2026.02.23 16:35:19.252025 [ 278 ] {e38314d4-11da-4d92-a2e3-1e273d79d592} executeQuery: Read 60 rows, 4.14 KiB in 0.001125 sec., 53333.333333333336 rows/sec., 3.59 MiB/sec. 2026.02.23 16:35:19.252033 [ 63 ] {} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:35:19.252057 [ 63 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2026.02.23 16:35:19.252062 [ 278 ] {e38314d4-11da-4d92-a2e3-1e273d79d592} TCPHandler: Processed in 0.001289207 sec. 2026.02.23 16:35:19.252140 [ 189 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_46_9} MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full 2026.02.23 16:35:19.252254 [ 189 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:35:19.252291 [ 189 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 2250 rows starting from the beginning of the part 2026.02.23 16:35:19.252351 [ 189 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 60 rows starting from the beginning of the part 2026.02.23 16:35:19.252391 [ 189 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 60 rows starting from the beginning of the part 2026.02.23 16:35:19.252430 [ 189 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 60 rows starting from the beginning of the part 2026.02.23 16:35:19.252466 [ 189 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 60 rows starting from the beginning of the part 2026.02.23 16:35:19.252504 [ 189 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 60 rows starting from the beginning of the part 2026.02.23 16:35:19.253051 [ 195 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 14514 rows, containing 5 columns (5 merged, 0 gathered) in 0.004514693 sec., 3214836.5348430113 rows/sec., 218.95 MiB/sec. 2026.02.23 16:35:19.253406 [ 186 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2026.02.23 16:35:19.253666 [ 186 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_46_9} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:35:19.253740 [ 186 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_46_9} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2026.02.23 16:35:19.253770 [ 200 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 2550 rows, containing 4 columns (4 merged, 0 gathered) in 0.001668864 sec., 1527985.503911643 rows/sec., 100.25 MiB/sec. 2026.02.23 16:35:19.253819 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.79 MiB. 2026.02.23 16:35:19.254069 [ 189 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2026.02.23 16:35:19.254310 [ 189 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_46_9} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:35:19.254379 [ 189 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_46_9} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2026.02.23 16:35:19.254449 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.70 MiB. 2026.02.23 16:35:20.185468 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 15864 2026.02.23 16:35:20.186135 [ 244 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:35:20.186196 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2026.02.23 16:35:20.186781 [ 244 ] {} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.02.23 16:35:20.187003 [ 244 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:35:20.187134 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 15864 2026.02.23 16:35:21.032518 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 249 2026.02.23 16:35:21.049188 [ 243 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:35:21.049260 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2026.02.23 16:35:21.055168 [ 243 ] {} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.02.23 16:35:21.055867 [ 243 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:35:21.058657 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 249 2026.02.23 16:35:22.729562 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 936 2026.02.23 16:35:22.732246 [ 242 ] {} system.query_log (b83b341e-dbaf-448e-9582-20b3e6cd291d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:35:22.732296 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2026.02.23 16:35:22.733484 [ 242 ] {} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.02.23 16:35:22.733754 [ 242 ] {} system.query_log (b83b341e-dbaf-448e-9582-20b3e6cd291d): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:35:22.734119 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 936 2026.02.23 16:35:24.202410 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:35:24.202606 [ 278 ] {45eb2921-a500-4dde-9efa-8c45e45d4b64} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.23 16:35:24.202676 [ 278 ] {45eb2921-a500-4dde-9efa-8c45e45d4b64} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.23 16:35:24.203336 [ 278 ] {45eb2921-a500-4dde-9efa-8c45e45d4b64} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:35:24.203373 [ 278 ] {45eb2921-a500-4dde-9efa-8c45e45d4b64} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2026.02.23 16:35:24.203755 [ 278 ] {45eb2921-a500-4dde-9efa-8c45e45d4b64} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2026.02.23 16:35:24.203974 [ 278 ] {45eb2921-a500-4dde-9efa-8c45e45d4b64} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:35:24.204120 [ 278 ] {45eb2921-a500-4dde-9efa-8c45e45d4b64} executeQuery: Read 76 rows, 6.41 KiB in 0.001567 sec., 48500.31908104658 rows/sec., 4.00 MiB/sec. 2026.02.23 16:35:24.204160 [ 278 ] {45eb2921-a500-4dde-9efa-8c45e45d4b64} TCPHandler: Processed in 0.001880779 sec. 2026.02.23 16:35:24.204286 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:35:24.204388 [ 278 ] {32b002c1-4432-42eb-a449-d88395b11f63} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.23 16:35:24.204426 [ 278 ] {32b002c1-4432-42eb-a449-d88395b11f63} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.23 16:35:24.204840 [ 278 ] {32b002c1-4432-42eb-a449-d88395b11f63} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:35:24.204874 [ 278 ] {32b002c1-4432-42eb-a449-d88395b11f63} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2026.02.23 16:35:24.205170 [ 278 ] {32b002c1-4432-42eb-a449-d88395b11f63} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2026.02.23 16:35:24.205380 [ 278 ] {32b002c1-4432-42eb-a449-d88395b11f63} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:35:24.205507 [ 278 ] {32b002c1-4432-42eb-a449-d88395b11f63} executeQuery: Read 10 rows, 770.00 B in 0.001138 sec., 8787.346221441125 rows/sec., 660.77 KiB/sec. 2026.02.23 16:35:24.205543 [ 278 ] {32b002c1-4432-42eb-a449-d88395b11f63} TCPHandler: Processed in 0.001304777 sec. 2026.02.23 16:35:24.205790 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:35:24.205891 [ 278 ] {f67b0428-aee3-43bf-8c1d-e747e529b087} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.23 16:35:24.205926 [ 278 ] {f67b0428-aee3-43bf-8c1d-e747e529b087} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.23 16:35:24.206324 [ 278 ] {f67b0428-aee3-43bf-8c1d-e747e529b087} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:35:24.206356 [ 278 ] {f67b0428-aee3-43bf-8c1d-e747e529b087} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2026.02.23 16:35:24.206623 [ 278 ] {f67b0428-aee3-43bf-8c1d-e747e529b087} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2026.02.23 16:35:24.206880 [ 278 ] {f67b0428-aee3-43bf-8c1d-e747e529b087} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:35:24.206999 [ 278 ] {f67b0428-aee3-43bf-8c1d-e747e529b087} executeQuery: Read 74 rows, 5.92 KiB in 0.001121 sec., 66012.48884924175 rows/sec., 5.15 MiB/sec. 2026.02.23 16:35:24.207034 [ 278 ] {f67b0428-aee3-43bf-8c1d-e747e529b087} TCPHandler: Processed in 0.001284997 sec. 2026.02.23 16:35:24.207149 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:35:24.207247 [ 278 ] {a65e78db-c311-46d5-ab31-e6fc58025af9} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.23 16:35:24.207289 [ 278 ] {a65e78db-c311-46d5-ab31-e6fc58025af9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.23 16:35:24.207723 [ 278 ] {a65e78db-c311-46d5-ab31-e6fc58025af9} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:35:24.207755 [ 278 ] {a65e78db-c311-46d5-ab31-e6fc58025af9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2026.02.23 16:35:24.208073 [ 278 ] {a65e78db-c311-46d5-ab31-e6fc58025af9} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2026.02.23 16:35:24.208271 [ 278 ] {a65e78db-c311-46d5-ab31-e6fc58025af9} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:35:24.208391 [ 278 ] {a65e78db-c311-46d5-ab31-e6fc58025af9} executeQuery: Read 160 rows, 11.41 KiB in 0.001168 sec., 136986.301369863 rows/sec., 9.54 MiB/sec. 2026.02.23 16:35:24.208435 [ 278 ] {a65e78db-c311-46d5-ab31-e6fc58025af9} TCPHandler: Processed in 0.001332687 sec. 2026.02.23 16:35:24.208542 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:35:24.208651 [ 278 ] {8f9238b7-bbd5-42ba-9641-c8bc7809d8ba} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.23 16:35:24.208707 [ 278 ] {8f9238b7-bbd5-42ba-9641-c8bc7809d8ba} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.23 16:35:24.209492 [ 278 ] {8f9238b7-bbd5-42ba-9641-c8bc7809d8ba} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:35:24.209527 [ 278 ] {8f9238b7-bbd5-42ba-9641-c8bc7809d8ba} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2026.02.23 16:35:24.210043 [ 278 ] {8f9238b7-bbd5-42ba-9641-c8bc7809d8ba} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.02.23 16:35:24.210288 [ 278 ] {8f9238b7-bbd5-42ba-9641-c8bc7809d8ba} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:35:24.210427 [ 278 ] {8f9238b7-bbd5-42ba-9641-c8bc7809d8ba} executeQuery: Read 10 rows, 18.35 KiB in 0.001793 sec., 5577.244841048521 rows/sec., 9.99 MiB/sec. 2026.02.23 16:35:24.210487 [ 278 ] {8f9238b7-bbd5-42ba-9641-c8bc7809d8ba} TCPHandler: Processed in 0.001996001 sec. 2026.02.23 16:35:24.210622 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:35:24.210721 [ 278 ] {051425d1-84fa-485e-8506-3bd63798717c} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.23 16:35:24.210764 [ 278 ] {051425d1-84fa-485e-8506-3bd63798717c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.23 16:35:24.211139 [ 278 ] {051425d1-84fa-485e-8506-3bd63798717c} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:35:24.211173 [ 278 ] {051425d1-84fa-485e-8506-3bd63798717c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2026.02.23 16:35:24.211473 [ 278 ] {051425d1-84fa-485e-8506-3bd63798717c} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2026.02.23 16:35:24.211682 [ 278 ] {051425d1-84fa-485e-8506-3bd63798717c} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:35:24.211814 [ 278 ] {051425d1-84fa-485e-8506-3bd63798717c} executeQuery: Read 60 rows, 4.14 KiB in 0.001111 sec., 54005.400540054005 rows/sec., 3.64 MiB/sec. 2026.02.23 16:35:24.211850 [ 278 ] {051425d1-84fa-485e-8506-3bd63798717c} TCPHandler: Processed in 0.001287787 sec. 2026.02.23 16:35:27.569922 [ 24 ] {} DNSResolver: Updating DNS cache 2026.02.23 16:35:27.569971 [ 24 ] {} DNSResolver: Updated DNS cache 2026.02.23 16:35:27.687249 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 16312 2026.02.23 16:35:27.687886 [ 244 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:35:27.687945 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2026.02.23 16:35:27.688517 [ 244 ] {} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.02.23 16:35:27.688739 [ 244 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:35:27.688866 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16312 2026.02.23 16:35:28.558736 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 256 2026.02.23 16:35:28.575148 [ 243 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:35:28.575212 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2026.02.23 16:35:28.581611 [ 243 ] {} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.02.23 16:35:28.582323 [ 243 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:35:28.585290 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 256 2026.02.23 16:35:29.203712 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:35:29.203961 [ 278 ] {e7222e21-5fda-49ef-afb2-63df6ebb40e0} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.23 16:35:29.204026 [ 278 ] {e7222e21-5fda-49ef-afb2-63df6ebb40e0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.23 16:35:29.204722 [ 278 ] {e7222e21-5fda-49ef-afb2-63df6ebb40e0} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:35:29.204773 [ 278 ] {e7222e21-5fda-49ef-afb2-63df6ebb40e0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2026.02.23 16:35:29.205186 [ 278 ] {e7222e21-5fda-49ef-afb2-63df6ebb40e0} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2026.02.23 16:35:29.205408 [ 278 ] {e7222e21-5fda-49ef-afb2-63df6ebb40e0} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:35:29.205560 [ 278 ] {e7222e21-5fda-49ef-afb2-63df6ebb40e0} executeQuery: Read 120 rows, 10.47 KiB in 0.001646 sec., 72904.00972053464 rows/sec., 6.21 MiB/sec. 2026.02.23 16:35:29.205601 [ 278 ] {e7222e21-5fda-49ef-afb2-63df6ebb40e0} TCPHandler: Processed in 0.002078513 sec. 2026.02.23 16:35:29.205731 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:35:29.205853 [ 278 ] {a41bc0ac-e645-4f6e-b0fa-70090458e177} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.23 16:35:29.205894 [ 278 ] {a41bc0ac-e645-4f6e-b0fa-70090458e177} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.23 16:35:29.206302 [ 278 ] {a41bc0ac-e645-4f6e-b0fa-70090458e177} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:35:29.206339 [ 278 ] {a41bc0ac-e645-4f6e-b0fa-70090458e177} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2026.02.23 16:35:29.206645 [ 278 ] {a41bc0ac-e645-4f6e-b0fa-70090458e177} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2026.02.23 16:35:29.206869 [ 278 ] {a41bc0ac-e645-4f6e-b0fa-70090458e177} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:35:29.206996 [ 278 ] {a41bc0ac-e645-4f6e-b0fa-70090458e177} executeQuery: Read 32 rows, 2.41 KiB in 0.001162 sec., 27538.726333907056 rows/sec., 2.02 MiB/sec. 2026.02.23 16:35:29.207004 [ 45 ] {} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2026.02.23 16:35:29.207034 [ 278 ] {a41bc0ac-e645-4f6e-b0fa-70090458e177} TCPHandler: Processed in 0.001354428 sec. 2026.02.23 16:35:29.207107 [ 45 ] {} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:35:29.207136 [ 45 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2026.02.23 16:35:29.207205 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:35:29.207245 [ 200 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_46_9} MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full 2026.02.23 16:35:29.207304 [ 278 ] {9927dcd1-5386-4b97-9e8d-bcf5cac59899} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.23 16:35:29.207351 [ 278 ] {9927dcd1-5386-4b97-9e8d-bcf5cac59899} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.23 16:35:29.207381 [ 200 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:35:29.207418 [ 200 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 216 rows starting from the beginning of the part 2026.02.23 16:35:29.207483 [ 200 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 32 rows starting from the beginning of the part 2026.02.23 16:35:29.207529 [ 200 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 10 rows starting from the beginning of the part 2026.02.23 16:35:29.207569 [ 200 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 50 rows starting from the beginning of the part 2026.02.23 16:35:29.207609 [ 200 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 10 rows starting from the beginning of the part 2026.02.23 16:35:29.207648 [ 200 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 32 rows starting from the beginning of the part 2026.02.23 16:35:29.207775 [ 278 ] {9927dcd1-5386-4b97-9e8d-bcf5cac59899} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:35:29.207817 [ 278 ] {9927dcd1-5386-4b97-9e8d-bcf5cac59899} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2026.02.23 16:35:29.208164 [ 278 ] {9927dcd1-5386-4b97-9e8d-bcf5cac59899} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2026.02.23 16:35:29.208386 [ 278 ] {9927dcd1-5386-4b97-9e8d-bcf5cac59899} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:35:29.208519 [ 278 ] {9927dcd1-5386-4b97-9e8d-bcf5cac59899} executeQuery: Read 96 rows, 7.68 KiB in 0.00123 sec., 78048.78048780488 rows/sec., 6.10 MiB/sec. 2026.02.23 16:35:29.208541 [ 186 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 350 rows, containing 5 columns (5 merged, 0 gathered) in 0.001338667 sec., 261454.1181638152 rows/sec., 18.62 MiB/sec. 2026.02.23 16:35:29.208556 [ 278 ] {9927dcd1-5386-4b97-9e8d-bcf5cac59899} TCPHandler: Processed in 0.001400259 sec. 2026.02.23 16:35:29.208718 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:35:29.208767 [ 197 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2026.02.23 16:35:29.208813 [ 278 ] {f0d78f40-ae82-4526-90eb-4446eca1c93e} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.23 16:35:29.208862 [ 278 ] {f0d78f40-ae82-4526-90eb-4446eca1c93e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.23 16:35:29.209056 [ 197 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_46_9} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:35:29.209137 [ 197 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_46_9} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2026.02.23 16:35:29.209246 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. 2026.02.23 16:35:29.209279 [ 278 ] {f0d78f40-ae82-4526-90eb-4446eca1c93e} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:35:29.209320 [ 278 ] {f0d78f40-ae82-4526-90eb-4446eca1c93e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2026.02.23 16:35:29.209657 [ 278 ] {f0d78f40-ae82-4526-90eb-4446eca1c93e} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2026.02.23 16:35:29.209859 [ 278 ] {f0d78f40-ae82-4526-90eb-4446eca1c93e} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:35:29.209986 [ 278 ] {f0d78f40-ae82-4526-90eb-4446eca1c93e} executeQuery: Read 160 rows, 11.41 KiB in 0.00119 sec., 134453.78151260503 rows/sec., 9.36 MiB/sec. 2026.02.23 16:35:29.210023 [ 278 ] {f0d78f40-ae82-4526-90eb-4446eca1c93e} TCPHandler: Processed in 0.001355328 sec. 2026.02.23 16:35:29.210135 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:35:29.210229 [ 278 ] {62a48100-92e5-410a-894a-a2de7ff20735} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.23 16:35:29.210282 [ 278 ] {62a48100-92e5-410a-894a-a2de7ff20735} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.23 16:35:29.211098 [ 278 ] {62a48100-92e5-410a-894a-a2de7ff20735} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:35:29.211135 [ 278 ] {62a48100-92e5-410a-894a-a2de7ff20735} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2026.02.23 16:35:29.211702 [ 278 ] {62a48100-92e5-410a-894a-a2de7ff20735} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2026.02.23 16:35:29.211928 [ 278 ] {62a48100-92e5-410a-894a-a2de7ff20735} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:35:29.212047 [ 45 ] {} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2026.02.23 16:35:29.212064 [ 278 ] {62a48100-92e5-410a-894a-a2de7ff20735} executeQuery: Read 32 rows, 58.72 KiB in 0.001851 sec., 17287.95245813074 rows/sec., 30.98 MiB/sec. 2026.02.23 16:35:29.212087 [ 45 ] {} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:35:29.212110 [ 45 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2026.02.23 16:35:29.212125 [ 278 ] {62a48100-92e5-410a-894a-a2de7ff20735} TCPHandler: Processed in 0.002038072 sec. 2026.02.23 16:35:29.212192 [ 188 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_41_8} MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full 2026.02.23 16:35:29.212258 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:35:29.212356 [ 278 ] {cc103d67-fc04-4ecc-8c87-0a73d27c0588} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.23 16:35:29.212397 [ 278 ] {cc103d67-fc04-4ecc-8c87-0a73d27c0588} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.23 16:35:29.212422 [ 188 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:35:29.212482 [ 188 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 751 rows starting from the beginning of the part 2026.02.23 16:35:29.212609 [ 188 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 32 rows starting from the beginning of the part 2026.02.23 16:35:29.212726 [ 188 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 10 rows starting from the beginning of the part 2026.02.23 16:35:29.212746 [ 278 ] {cc103d67-fc04-4ecc-8c87-0a73d27c0588} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:35:29.212786 [ 278 ] {cc103d67-fc04-4ecc-8c87-0a73d27c0588} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2026.02.23 16:35:29.212840 [ 188 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 32 rows starting from the beginning of the part 2026.02.23 16:35:29.212952 [ 188 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 10 rows starting from the beginning of the part 2026.02.23 16:35:29.213049 [ 188 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 32 rows starting from the beginning of the part 2026.02.23 16:35:29.213086 [ 278 ] {cc103d67-fc04-4ecc-8c87-0a73d27c0588} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2026.02.23 16:35:29.213294 [ 278 ] {cc103d67-fc04-4ecc-8c87-0a73d27c0588} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:35:29.213438 [ 278 ] {cc103d67-fc04-4ecc-8c87-0a73d27c0588} executeQuery: Read 60 rows, 4.14 KiB in 0.001099 sec., 54595.08644222021 rows/sec., 3.68 MiB/sec. 2026.02.23 16:35:29.213475 [ 278 ] {cc103d67-fc04-4ecc-8c87-0a73d27c0588} TCPHandler: Processed in 0.001266956 sec. 2026.02.23 16:35:29.227090 [ 198 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 867 rows, containing 19 columns (19 merged, 0 gathered) in 0.014935127 sec., 58051.063107799484 rows/sec., 104.02 MiB/sec. 2026.02.23 16:35:29.228235 [ 198 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2026.02.23 16:35:29.228619 [ 198 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_41_8} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:35:29.228703 [ 198 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_41_8} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2026.02.23 16:35:29.228848 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.65 MiB. 2026.02.23 16:35:30.000362 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 284.08 MiB, peak 291.66 MiB, free memory in arenas 0.00 B, will set to 286.57 MiB (RSS), difference: 2.49 MiB 2026.02.23 16:35:32.734389 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 960 2026.02.23 16:35:32.736584 [ 242 ] {} system.query_log (b83b341e-dbaf-448e-9582-20b3e6cd291d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:35:32.736639 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2026.02.23 16:35:32.737841 [ 242 ] {} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.02.23 16:35:32.738122 [ 242 ] {} system.query_log (b83b341e-dbaf-448e-9582-20b3e6cd291d): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:35:32.738514 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 960 2026.02.23 16:35:34.202943 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:35:34.203139 [ 278 ] {a94c9151-c1d2-4127-9156-c3a6e8ea00c2} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.02.23 16:35:34.203205 [ 278 ] {a94c9151-c1d2-4127-9156-c3a6e8ea00c2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.02.23 16:35:34.203824 [ 278 ] {a94c9151-c1d2-4127-9156-c3a6e8ea00c2} oximeter.fields_ipaddr (aca7842a-9245-4e3c-8c67-e3828bf88048): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:35:34.203871 [ 278 ] {a94c9151-c1d2-4127-9156-c3a6e8ea00c2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2026.02.23 16:35:34.204249 [ 278 ] {a94c9151-c1d2-4127-9156-c3a6e8ea00c2} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.02.23 16:35:34.204474 [ 278 ] {a94c9151-c1d2-4127-9156-c3a6e8ea00c2} oximeter.fields_ipaddr (aca7842a-9245-4e3c-8c67-e3828bf88048): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:35:34.204631 [ 278 ] {a94c9151-c1d2-4127-9156-c3a6e8ea00c2} executeQuery: Read 4 rows, 334.00 B in 0.001544 sec., 2590.6735751295337 rows/sec., 211.25 KiB/sec. 2026.02.23 16:35:34.204680 [ 278 ] {a94c9151-c1d2-4127-9156-c3a6e8ea00c2} TCPHandler: Processed in 0.001875978 sec. 2026.02.23 16:35:34.204804 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:35:34.204908 [ 278 ] {42cc9400-f934-42aa-b809-cd4352a961be} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.23 16:35:34.204950 [ 278 ] {42cc9400-f934-42aa-b809-cd4352a961be} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.23 16:35:34.205388 [ 278 ] {42cc9400-f934-42aa-b809-cd4352a961be} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:35:34.205426 [ 278 ] {42cc9400-f934-42aa-b809-cd4352a961be} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2026.02.23 16:35:34.205734 [ 278 ] {42cc9400-f934-42aa-b809-cd4352a961be} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2026.02.23 16:35:34.205943 [ 278 ] {42cc9400-f934-42aa-b809-cd4352a961be} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:35:34.206072 [ 278 ] {42cc9400-f934-42aa-b809-cd4352a961be} executeQuery: Read 78 rows, 6.56 KiB in 0.001187 sec., 65711.87868576244 rows/sec., 5.40 MiB/sec. 2026.02.23 16:35:34.206110 [ 278 ] {42cc9400-f934-42aa-b809-cd4352a961be} TCPHandler: Processed in 0.001357968 sec. 2026.02.23 16:35:34.206228 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:35:34.206324 [ 278 ] {a16f6dec-2c23-4468-a422-7f89525e3fd9} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.23 16:35:34.206365 [ 278 ] {a16f6dec-2c23-4468-a422-7f89525e3fd9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.23 16:35:34.206761 [ 278 ] {a16f6dec-2c23-4468-a422-7f89525e3fd9} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:35:34.206798 [ 278 ] {a16f6dec-2c23-4468-a422-7f89525e3fd9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2026.02.23 16:35:34.207094 [ 278 ] {a16f6dec-2c23-4468-a422-7f89525e3fd9} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2026.02.23 16:35:34.207300 [ 278 ] {a16f6dec-2c23-4468-a422-7f89525e3fd9} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:35:34.207429 [ 278 ] {a16f6dec-2c23-4468-a422-7f89525e3fd9} executeQuery: Read 14 rows, 1.03 KiB in 0.001124 sec., 12455.516014234876 rows/sec., 917.48 KiB/sec. 2026.02.23 16:35:34.207466 [ 278 ] {a16f6dec-2c23-4468-a422-7f89525e3fd9} TCPHandler: Processed in 0.001288826 sec. 2026.02.23 16:35:34.207568 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:35:34.207661 [ 278 ] {7136ae52-e2db-4cc1-a28c-6cf8832674bd} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.23 16:35:34.207701 [ 278 ] {7136ae52-e2db-4cc1-a28c-6cf8832674bd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.23 16:35:34.208109 [ 278 ] {7136ae52-e2db-4cc1-a28c-6cf8832674bd} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:35:34.208145 [ 278 ] {7136ae52-e2db-4cc1-a28c-6cf8832674bd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2026.02.23 16:35:34.208444 [ 278 ] {7136ae52-e2db-4cc1-a28c-6cf8832674bd} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2026.02.23 16:35:34.208650 [ 278 ] {7136ae52-e2db-4cc1-a28c-6cf8832674bd} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:35:34.208779 [ 278 ] {7136ae52-e2db-4cc1-a28c-6cf8832674bd} executeQuery: Read 78 rows, 6.24 KiB in 0.001135 sec., 68722.46696035242 rows/sec., 5.37 MiB/sec. 2026.02.23 16:35:34.208817 [ 278 ] {7136ae52-e2db-4cc1-a28c-6cf8832674bd} TCPHandler: Processed in 0.001298096 sec. 2026.02.23 16:35:34.208932 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:35:34.209026 [ 278 ] {dfc10696-8eb1-49b7-bf22-2f54a897cd6e} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.23 16:35:34.209070 [ 278 ] {dfc10696-8eb1-49b7-bf22-2f54a897cd6e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.23 16:35:34.209476 [ 278 ] {dfc10696-8eb1-49b7-bf22-2f54a897cd6e} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:35:34.209512 [ 278 ] {dfc10696-8eb1-49b7-bf22-2f54a897cd6e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2026.02.23 16:35:34.209838 [ 278 ] {dfc10696-8eb1-49b7-bf22-2f54a897cd6e} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2026.02.23 16:35:34.210049 [ 278 ] {dfc10696-8eb1-49b7-bf22-2f54a897cd6e} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:35:34.210181 [ 278 ] {dfc10696-8eb1-49b7-bf22-2f54a897cd6e} executeQuery: Read 162 rows, 11.55 KiB in 0.001173 sec., 138107.4168797954 rows/sec., 9.62 MiB/sec. 2026.02.23 16:35:34.210218 [ 278 ] {dfc10696-8eb1-49b7-bf22-2f54a897cd6e} TCPHandler: Processed in 0.001335447 sec. 2026.02.23 16:35:34.210327 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:35:34.210422 [ 278 ] {df459ec9-08ed-4b6c-bef0-f4e97b97b7eb} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.23 16:35:34.210475 [ 278 ] {df459ec9-08ed-4b6c-bef0-f4e97b97b7eb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.23 16:35:34.211243 [ 278 ] {df459ec9-08ed-4b6c-bef0-f4e97b97b7eb} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:35:34.211280 [ 278 ] {df459ec9-08ed-4b6c-bef0-f4e97b97b7eb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2026.02.23 16:35:34.211799 [ 278 ] {df459ec9-08ed-4b6c-bef0-f4e97b97b7eb} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2026.02.23 16:35:34.212030 [ 278 ] {df459ec9-08ed-4b6c-bef0-f4e97b97b7eb} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:35:34.212172 [ 278 ] {df459ec9-08ed-4b6c-bef0-f4e97b97b7eb} executeQuery: Read 10 rows, 18.35 KiB in 0.001768 sec., 5656.108597285068 rows/sec., 10.14 MiB/sec. 2026.02.23 16:35:34.212236 [ 278 ] {df459ec9-08ed-4b6c-bef0-f4e97b97b7eb} TCPHandler: Processed in 0.00195866 sec. 2026.02.23 16:35:34.212347 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:35:34.212441 [ 278 ] {a620ae01-8ae4-4729-8e95-2dc7e3767bc1} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.23 16:35:34.212483 [ 278 ] {a620ae01-8ae4-4729-8e95-2dc7e3767bc1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.23 16:35:34.212822 [ 278 ] {a620ae01-8ae4-4729-8e95-2dc7e3767bc1} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:35:34.212858 [ 278 ] {a620ae01-8ae4-4729-8e95-2dc7e3767bc1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2026.02.23 16:35:34.213168 [ 278 ] {a620ae01-8ae4-4729-8e95-2dc7e3767bc1} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2026.02.23 16:35:34.213373 [ 278 ] {a620ae01-8ae4-4729-8e95-2dc7e3767bc1} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:35:34.213502 [ 278 ] {a620ae01-8ae4-4729-8e95-2dc7e3767bc1} executeQuery: Read 60 rows, 4.14 KiB in 0.001078 sec., 55658.62708719852 rows/sec., 3.75 MiB/sec. 2026.02.23 16:35:34.213539 [ 278 ] {a620ae01-8ae4-4729-8e95-2dc7e3767bc1} TCPHandler: Processed in 0.001241675 sec. 2026.02.23 16:35:35.189077 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 16824 2026.02.23 16:35:35.189652 [ 244 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:35:35.189699 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2026.02.23 16:35:35.190223 [ 244 ] {} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.02.23 16:35:35.190445 [ 244 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:35:35.190573 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16824 2026.02.23 16:35:36.085491 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 264 2026.02.23 16:35:36.102552 [ 243 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:35:36.102611 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2026.02.23 16:35:36.109001 [ 243 ] {} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.02.23 16:35:36.109721 [ 243 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:35:36.112745 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 264 2026.02.23 16:35:39.204044 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:35:39.204264 [ 278 ] {55e1b23e-be87-4f43-aef4-433e7e24e34b} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.23 16:35:39.204333 [ 278 ] {55e1b23e-be87-4f43-aef4-433e7e24e34b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.23 16:35:39.205039 [ 278 ] {55e1b23e-be87-4f43-aef4-433e7e24e34b} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:35:39.205093 [ 278 ] {55e1b23e-be87-4f43-aef4-433e7e24e34b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2026.02.23 16:35:39.205501 [ 278 ] {55e1b23e-be87-4f43-aef4-433e7e24e34b} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2026.02.23 16:35:39.205729 [ 278 ] {55e1b23e-be87-4f43-aef4-433e7e24e34b} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:35:39.205896 [ 278 ] {55e1b23e-be87-4f43-aef4-433e7e24e34b} executeQuery: Read 120 rows, 10.47 KiB in 0.001685 sec., 71216.6172106825 rows/sec., 6.07 MiB/sec. 2026.02.23 16:35:39.205947 [ 278 ] {55e1b23e-be87-4f43-aef4-433e7e24e34b} TCPHandler: Processed in 0.002043682 sec. 2026.02.23 16:35:39.206072 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:35:39.206176 [ 278 ] {d4635263-e92a-4f9e-9e58-7752182bc37a} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.23 16:35:39.206219 [ 278 ] {d4635263-e92a-4f9e-9e58-7752182bc37a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.23 16:35:39.206647 [ 278 ] {d4635263-e92a-4f9e-9e58-7752182bc37a} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:35:39.206685 [ 278 ] {d4635263-e92a-4f9e-9e58-7752182bc37a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2026.02.23 16:35:39.207018 [ 278 ] {d4635263-e92a-4f9e-9e58-7752182bc37a} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2026.02.23 16:35:39.207237 [ 278 ] {d4635263-e92a-4f9e-9e58-7752182bc37a} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:35:39.207371 [ 278 ] {d4635263-e92a-4f9e-9e58-7752182bc37a} executeQuery: Read 32 rows, 2.41 KiB in 0.001217 sec., 26294.16598192276 rows/sec., 1.93 MiB/sec. 2026.02.23 16:35:39.207410 [ 278 ] {d4635263-e92a-4f9e-9e58-7752182bc37a} TCPHandler: Processed in 0.001391119 sec. 2026.02.23 16:35:39.207524 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:35:39.207621 [ 278 ] {96c0bebc-5874-4d57-869d-2e59f9b1ad08} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.23 16:35:39.207664 [ 278 ] {96c0bebc-5874-4d57-869d-2e59f9b1ad08} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.23 16:35:39.208088 [ 278 ] {96c0bebc-5874-4d57-869d-2e59f9b1ad08} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:35:39.208125 [ 278 ] {96c0bebc-5874-4d57-869d-2e59f9b1ad08} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2026.02.23 16:35:39.208442 [ 278 ] {96c0bebc-5874-4d57-869d-2e59f9b1ad08} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2026.02.23 16:35:39.208655 [ 278 ] {96c0bebc-5874-4d57-869d-2e59f9b1ad08} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:35:39.208784 [ 278 ] {96c0bebc-5874-4d57-869d-2e59f9b1ad08} executeQuery: Read 96 rows, 7.68 KiB in 0.001183 sec., 81149.61961115806 rows/sec., 6.34 MiB/sec. 2026.02.23 16:35:39.208823 [ 278 ] {96c0bebc-5874-4d57-869d-2e59f9b1ad08} TCPHandler: Processed in 0.001350478 sec. 2026.02.23 16:35:39.208939 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:35:39.209034 [ 278 ] {21788558-7bee-432e-81c0-84652f676582} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.23 16:35:39.209078 [ 278 ] {21788558-7bee-432e-81c0-84652f676582} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.23 16:35:39.209483 [ 278 ] {21788558-7bee-432e-81c0-84652f676582} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:35:39.209519 [ 278 ] {21788558-7bee-432e-81c0-84652f676582} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2026.02.23 16:35:39.209839 [ 278 ] {21788558-7bee-432e-81c0-84652f676582} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2026.02.23 16:35:39.210044 [ 278 ] {21788558-7bee-432e-81c0-84652f676582} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:35:39.210173 [ 278 ] {21788558-7bee-432e-81c0-84652f676582} executeQuery: Read 160 rows, 11.41 KiB in 0.001157 sec., 138288.6776145203 rows/sec., 9.63 MiB/sec. 2026.02.23 16:35:39.210210 [ 278 ] {21788558-7bee-432e-81c0-84652f676582} TCPHandler: Processed in 0.001321008 sec. 2026.02.23 16:35:39.210320 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:35:39.210414 [ 278 ] {448955fc-8c3b-43ec-9960-c4c822c2f0f5} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.23 16:35:39.210469 [ 278 ] {448955fc-8c3b-43ec-9960-c4c822c2f0f5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.23 16:35:39.211314 [ 278 ] {448955fc-8c3b-43ec-9960-c4c822c2f0f5} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:35:39.211350 [ 278 ] {448955fc-8c3b-43ec-9960-c4c822c2f0f5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2026.02.23 16:35:39.211921 [ 278 ] {448955fc-8c3b-43ec-9960-c4c822c2f0f5} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2026.02.23 16:35:39.212154 [ 278 ] {448955fc-8c3b-43ec-9960-c4c822c2f0f5} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:35:39.212294 [ 278 ] {448955fc-8c3b-43ec-9960-c4c822c2f0f5} executeQuery: Read 32 rows, 58.72 KiB in 0.001898 sec., 16859.852476290835 rows/sec., 30.21 MiB/sec. 2026.02.23 16:35:39.212359 [ 278 ] {448955fc-8c3b-43ec-9960-c4c822c2f0f5} TCPHandler: Processed in 0.002088603 sec. 2026.02.23 16:35:39.212479 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:35:39.212573 [ 278 ] {42799d6f-a311-492c-90a9-13b46be5e8e3} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.23 16:35:39.212616 [ 278 ] {42799d6f-a311-492c-90a9-13b46be5e8e3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.23 16:35:39.212961 [ 278 ] {42799d6f-a311-492c-90a9-13b46be5e8e3} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:35:39.212997 [ 278 ] {42799d6f-a311-492c-90a9-13b46be5e8e3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2026.02.23 16:35:39.213297 [ 278 ] {42799d6f-a311-492c-90a9-13b46be5e8e3} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2026.02.23 16:35:39.213507 [ 278 ] {42799d6f-a311-492c-90a9-13b46be5e8e3} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:35:39.213636 [ 278 ] {42799d6f-a311-492c-90a9-13b46be5e8e3} executeQuery: Read 60 rows, 4.14 KiB in 0.001081 sec., 55504.16281221092 rows/sec., 3.74 MiB/sec. 2026.02.23 16:35:39.213672 [ 278 ] {42799d6f-a311-492c-90a9-13b46be5e8e3} TCPHandler: Processed in 0.001243856 sec. 2026.02.23 16:35:42.570227 [ 75 ] {} DNSResolver: Updating DNS cache 2026.02.23 16:35:42.570310 [ 75 ] {} DNSResolver: Updated DNS cache 2026.02.23 16:35:42.691567 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 17272 2026.02.23 16:35:42.692063 [ 244 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:35:42.692105 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2026.02.23 16:35:42.692594 [ 244 ] {} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.02.23 16:35:42.692817 [ 244 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:35:42.692943 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17272 2026.02.23 16:35:42.692957 [ 75 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2026.02.23 16:35:42.693016 [ 75 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:35:42.693039 [ 75 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2026.02.23 16:35:42.693163 [ 194 ] {e006da4c-49b0-4d27-967a-f293ec4e8bf5::all_1_36_7} MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full 2026.02.23 16:35:42.693318 [ 194 ] {e006da4c-49b0-4d27-967a-f293ec4e8bf5::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:35:42.693357 [ 194 ] {e006da4c-49b0-4d27-967a-f293ec4e8bf5::all_1_36_7} MergeTreeSequentialSource: Reading 3 marks from part all_1_31_6, total 14904 rows starting from the beginning of the part 2026.02.23 16:35:42.693423 [ 194 ] {e006da4c-49b0-4d27-967a-f293ec4e8bf5::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 448 rows starting from the beginning of the part 2026.02.23 16:35:42.693468 [ 194 ] {e006da4c-49b0-4d27-967a-f293ec4e8bf5::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 512 rows starting from the beginning of the part 2026.02.23 16:35:42.693512 [ 194 ] {e006da4c-49b0-4d27-967a-f293ec4e8bf5::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 448 rows starting from the beginning of the part 2026.02.23 16:35:42.693552 [ 194 ] {e006da4c-49b0-4d27-967a-f293ec4e8bf5::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 512 rows starting from the beginning of the part 2026.02.23 16:35:42.693595 [ 194 ] {e006da4c-49b0-4d27-967a-f293ec4e8bf5::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 448 rows starting from the beginning of the part 2026.02.23 16:35:42.695723 [ 198 ] {e006da4c-49b0-4d27-967a-f293ec4e8bf5::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 17272 rows, containing 4 columns (4 merged, 0 gathered) in 0.002618814 sec., 6595351.941756841 rows/sec., 94.35 MiB/sec. 2026.02.23 16:35:42.696041 [ 196 ] {e006da4c-49b0-4d27-967a-f293ec4e8bf5::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2026.02.23 16:35:42.696443 [ 196 ] {e006da4c-49b0-4d27-967a-f293ec4e8bf5::all_1_36_7} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:35:42.696506 [ 196 ] {e006da4c-49b0-4d27-967a-f293ec4e8bf5::all_1_36_7} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2026.02.23 16:35:42.696613 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.48 MiB. 2026.02.23 16:35:42.739608 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 986 2026.02.23 16:35:42.741686 [ 242 ] {} system.query_log (b83b341e-dbaf-448e-9582-20b3e6cd291d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:35:42.741728 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2026.02.23 16:35:42.742881 [ 242 ] {} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.02.23 16:35:42.743140 [ 242 ] {} system.query_log (b83b341e-dbaf-448e-9582-20b3e6cd291d): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:35:42.743280 [ 75 ] {} system.query_log (b83b341e-dbaf-448e-9582-20b3e6cd291d) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.02.23 16:35:42.743330 [ 75 ] {} system.query_log (b83b341e-dbaf-448e-9582-20b3e6cd291d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:35:42.743366 [ 75 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2026.02.23 16:35:42.743468 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 986 2026.02.23 16:35:42.743485 [ 186 ] {b83b341e-dbaf-448e-9582-20b3e6cd291d::all_1_26_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full 2026.02.23 16:35:42.744017 [ 186 ] {b83b341e-dbaf-448e-9582-20b3e6cd291d::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:35:42.744150 [ 186 ] {b83b341e-dbaf-448e-9582-20b3e6cd291d::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 848 rows starting from the beginning of the part 2026.02.23 16:35:42.744491 [ 186 ] {b83b341e-dbaf-448e-9582-20b3e6cd291d::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 24 rows starting from the beginning of the part 2026.02.23 16:35:42.744819 [ 186 ] {b83b341e-dbaf-448e-9582-20b3e6cd291d::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 32 rows starting from the beginning of the part 2026.02.23 16:35:42.745173 [ 186 ] {b83b341e-dbaf-448e-9582-20b3e6cd291d::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 32 rows starting from the beginning of the part 2026.02.23 16:35:42.745531 [ 186 ] {b83b341e-dbaf-448e-9582-20b3e6cd291d::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 24 rows starting from the beginning of the part 2026.02.23 16:35:42.745874 [ 186 ] {b83b341e-dbaf-448e-9582-20b3e6cd291d::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 26 rows starting from the beginning of the part 2026.02.23 16:35:42.751421 [ 198 ] {b83b341e-dbaf-448e-9582-20b3e6cd291d::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 986 rows, containing 72 columns (72 merged, 0 gathered) in 0.007976554 sec., 123612.27667987955 rows/sec., 103.06 MiB/sec. 2026.02.23 16:35:42.752593 [ 198 ] {b83b341e-dbaf-448e-9582-20b3e6cd291d::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.02.23 16:35:42.753082 [ 198 ] {b83b341e-dbaf-448e-9582-20b3e6cd291d::all_1_26_5} system.query_log (b83b341e-dbaf-448e-9582-20b3e6cd291d): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:35:42.753148 [ 198 ] {b83b341e-dbaf-448e-9582-20b3e6cd291d::all_1_26_5} system.query_log (b83b341e-dbaf-448e-9582-20b3e6cd291d) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.02.23 16:35:42.753267 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.25 MiB. 2026.02.23 16:35:43.613726 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 272 2026.02.23 16:35:43.630764 [ 243 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:35:43.630820 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2026.02.23 16:35:43.636491 [ 243 ] {} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.02.23 16:35:43.637210 [ 243 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:35:43.637516 [ 69 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2026.02.23 16:35:43.637588 [ 69 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:35:43.637612 [ 69 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2026.02.23 16:35:43.637703 [ 187 ] {3c5e35cc-2202-4d2d-a2da-f2d3b912fea0::all_1_36_7} MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full 2026.02.23 16:35:43.640095 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 272 2026.02.23 16:35:43.640723 [ 187 ] {3c5e35cc-2202-4d2d-a2da-f2d3b912fea0::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:35:43.641495 [ 187 ] {3c5e35cc-2202-4d2d-a2da-f2d3b912fea0::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 234 rows starting from the beginning of the part 2026.02.23 16:35:43.644735 [ 187 ] {3c5e35cc-2202-4d2d-a2da-f2d3b912fea0::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 7 rows starting from the beginning of the part 2026.02.23 16:35:43.647933 [ 187 ] {3c5e35cc-2202-4d2d-a2da-f2d3b912fea0::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 8 rows starting from the beginning of the part 2026.02.23 16:35:43.651460 [ 187 ] {3c5e35cc-2202-4d2d-a2da-f2d3b912fea0::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 7 rows starting from the beginning of the part 2026.02.23 16:35:43.655233 [ 187 ] {3c5e35cc-2202-4d2d-a2da-f2d3b912fea0::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 8 rows starting from the beginning of the part 2026.02.23 16:35:43.659208 [ 187 ] {3c5e35cc-2202-4d2d-a2da-f2d3b912fea0::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 8 rows starting from the beginning of the part 2026.02.23 16:35:43.708853 [ 191 ] {3c5e35cc-2202-4d2d-a2da-f2d3b912fea0::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 272 rows, containing 679 columns (679 merged, 0 gathered) in 0.071186924 sec., 3820.926438681351 rows/sec., 19.76 MiB/sec. 2026.02.23 16:35:43.711691 [ 202 ] {3c5e35cc-2202-4d2d-a2da-f2d3b912fea0::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2026.02.23 16:35:43.713847 [ 202 ] {3c5e35cc-2202-4d2d-a2da-f2d3b912fea0::all_1_36_7} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:35:43.713963 [ 202 ] {3c5e35cc-2202-4d2d-a2da-f2d3b912fea0::all_1_36_7} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2026.02.23 16:35:43.716306 [ 202 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 12.42 MiB. 2026.02.23 16:35:44.000189 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 288.63 MiB, peak 300.51 MiB, free memory in arenas 0.00 B, will set to 291.07 MiB (RSS), difference: 2.44 MiB 2026.02.23 16:35:44.203317 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:35:44.203572 [ 278 ] {6c25f97e-5e10-4ec9-87ef-688255da973a} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.23 16:35:44.203680 [ 278 ] {6c25f97e-5e10-4ec9-87ef-688255da973a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.23 16:35:44.204620 [ 278 ] {6c25f97e-5e10-4ec9-87ef-688255da973a} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:35:44.204671 [ 278 ] {6c25f97e-5e10-4ec9-87ef-688255da973a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2026.02.23 16:35:44.205093 [ 278 ] {6c25f97e-5e10-4ec9-87ef-688255da973a} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2026.02.23 16:35:44.205321 [ 278 ] {6c25f97e-5e10-4ec9-87ef-688255da973a} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:35:44.205470 [ 69 ] {} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2026.02.23 16:35:44.205482 [ 278 ] {6c25f97e-5e10-4ec9-87ef-688255da973a} executeQuery: Read 76 rows, 6.41 KiB in 0.001987 sec., 38248.61600402617 rows/sec., 3.15 MiB/sec. 2026.02.23 16:35:44.205546 [ 69 ] {} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:35:44.205575 [ 278 ] {6c25f97e-5e10-4ec9-87ef-688255da973a} TCPHandler: Processed in 0.002390699 sec. 2026.02.23 16:35:44.205576 [ 69 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2026.02.23 16:35:44.205693 [ 199 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_51_10} MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full 2026.02.23 16:35:44.205715 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:35:44.205788 [ 199 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:35:44.205819 [ 199 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 2152 rows starting from the beginning of the part 2026.02.23 16:35:44.205821 [ 278 ] {88ce1f3b-5d61-41bb-b368-fe3918962d84} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.23 16:35:44.205870 [ 278 ] {88ce1f3b-5d61-41bb-b368-fe3918962d84} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.23 16:35:44.205878 [ 199 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 76 rows starting from the beginning of the part 2026.02.23 16:35:44.205921 [ 199 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 120 rows starting from the beginning of the part 2026.02.23 16:35:44.205962 [ 199 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 78 rows starting from the beginning of the part 2026.02.23 16:35:44.206000 [ 199 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 120 rows starting from the beginning of the part 2026.02.23 16:35:44.206040 [ 199 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 76 rows starting from the beginning of the part 2026.02.23 16:35:44.206295 [ 278 ] {88ce1f3b-5d61-41bb-b368-fe3918962d84} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:35:44.206332 [ 278 ] {88ce1f3b-5d61-41bb-b368-fe3918962d84} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2026.02.23 16:35:44.206657 [ 278 ] {88ce1f3b-5d61-41bb-b368-fe3918962d84} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2026.02.23 16:35:44.206878 [ 278 ] {88ce1f3b-5d61-41bb-b368-fe3918962d84} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:35:44.207013 [ 278 ] {88ce1f3b-5d61-41bb-b368-fe3918962d84} executeQuery: Read 10 rows, 770.00 B in 0.001218 sec., 8210.180623973729 rows/sec., 617.37 KiB/sec. 2026.02.23 16:35:44.207053 [ 278 ] {88ce1f3b-5d61-41bb-b368-fe3918962d84} TCPHandler: Processed in 0.001392329 sec. 2026.02.23 16:35:44.207166 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:35:44.207266 [ 278 ] {d5cdb143-b981-47f0-a042-23749909b93b} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.23 16:35:44.207276 [ 202 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 2622 rows, containing 5 columns (5 merged, 0 gathered) in 0.001619923 sec., 1618595.451759127 rows/sec., 139.67 MiB/sec. 2026.02.23 16:35:44.207308 [ 278 ] {d5cdb143-b981-47f0-a042-23749909b93b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.23 16:35:44.207521 [ 199 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2026.02.23 16:35:44.207752 [ 199 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_51_10} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:35:44.207764 [ 278 ] {d5cdb143-b981-47f0-a042-23749909b93b} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:35:44.207801 [ 278 ] {d5cdb143-b981-47f0-a042-23749909b93b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2026.02.23 16:35:44.207819 [ 199 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_51_10} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2026.02.23 16:35:44.207896 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB. 2026.02.23 16:35:44.208104 [ 278 ] {d5cdb143-b981-47f0-a042-23749909b93b} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2026.02.23 16:35:44.208309 [ 278 ] {d5cdb143-b981-47f0-a042-23749909b93b} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:35:44.208421 [ 69 ] {} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2026.02.23 16:35:44.208440 [ 278 ] {d5cdb143-b981-47f0-a042-23749909b93b} executeQuery: Read 74 rows, 5.92 KiB in 0.001196 sec., 61872.90969899666 rows/sec., 4.83 MiB/sec. 2026.02.23 16:35:44.208458 [ 69 ] {} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:35:44.208487 [ 69 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2026.02.23 16:35:44.208491 [ 278 ] {d5cdb143-b981-47f0-a042-23749909b93b} TCPHandler: Processed in 0.001376168 sec. 2026.02.23 16:35:44.208586 [ 190 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_51_10} MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full 2026.02.23 16:35:44.208616 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:35:44.208715 [ 190 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:35:44.208719 [ 278 ] {d0e22927-f6dc-4953-a201-1069c48bcf4f} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.23 16:35:44.208757 [ 190 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1062 rows starting from the beginning of the part 2026.02.23 16:35:44.208782 [ 278 ] {d0e22927-f6dc-4953-a201-1069c48bcf4f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.23 16:35:44.208831 [ 190 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 74 rows starting from the beginning of the part 2026.02.23 16:35:44.208884 [ 190 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 96 rows starting from the beginning of the part 2026.02.23 16:35:44.208925 [ 190 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 78 rows starting from the beginning of the part 2026.02.23 16:35:44.208963 [ 190 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 96 rows starting from the beginning of the part 2026.02.23 16:35:44.209000 [ 190 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 74 rows starting from the beginning of the part 2026.02.23 16:35:44.209204 [ 278 ] {d0e22927-f6dc-4953-a201-1069c48bcf4f} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:35:44.209244 [ 278 ] {d0e22927-f6dc-4953-a201-1069c48bcf4f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2026.02.23 16:35:44.209602 [ 278 ] {d0e22927-f6dc-4953-a201-1069c48bcf4f} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2026.02.23 16:35:44.209830 [ 278 ] {d0e22927-f6dc-4953-a201-1069c48bcf4f} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:35:44.209960 [ 278 ] {d0e22927-f6dc-4953-a201-1069c48bcf4f} executeQuery: Read 160 rows, 11.41 KiB in 0.001264 sec., 126582.27848101266 rows/sec., 8.82 MiB/sec. 2026.02.23 16:35:44.209963 [ 66 ] {} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2026.02.23 16:35:44.210001 [ 278 ] {d0e22927-f6dc-4953-a201-1069c48bcf4f} TCPHandler: Processed in 0.001435699 sec. 2026.02.23 16:35:44.210016 [ 66 ] {} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:35:44.210043 [ 66 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2026.02.23 16:35:44.210100 [ 192 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 1480 rows, containing 5 columns (5 merged, 0 gathered) in 0.001556612 sec., 950782.8540445532 rows/sec., 74.27 MiB/sec. 2026.02.23 16:35:44.210123 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:35:44.210114 [ 202 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_51_10} MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full 2026.02.23 16:35:44.210236 [ 278 ] {b115d3ca-4e2e-4376-9dc0-fa1aa1873bc5} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.23 16:35:44.210273 [ 202 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:35:44.210289 [ 199 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2026.02.23 16:35:44.210295 [ 278 ] {b115d3ca-4e2e-4376-9dc0-fa1aa1873bc5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.23 16:35:44.210313 [ 202 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_51_10} MergeTreeSequentialSource: Reading 3 marks from part all_1_46_9, total 14514 rows starting from the beginning of the part 2026.02.23 16:35:44.210381 [ 202 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 160 rows starting from the beginning of the part 2026.02.23 16:35:44.210434 [ 202 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 160 rows starting from the beginning of the part 2026.02.23 16:35:44.210482 [ 202 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 162 rows starting from the beginning of the part 2026.02.23 16:35:44.210528 [ 202 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 160 rows starting from the beginning of the part 2026.02.23 16:35:44.210553 [ 199 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_51_10} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:35:44.210574 [ 202 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 160 rows starting from the beginning of the part 2026.02.23 16:35:44.210630 [ 199 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_51_10} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2026.02.23 16:35:44.210718 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. 2026.02.23 16:35:44.211077 [ 278 ] {b115d3ca-4e2e-4376-9dc0-fa1aa1873bc5} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:35:44.211114 [ 278 ] {b115d3ca-4e2e-4376-9dc0-fa1aa1873bc5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2026.02.23 16:35:44.211684 [ 278 ] {b115d3ca-4e2e-4376-9dc0-fa1aa1873bc5} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2026.02.23 16:35:44.211921 [ 278 ] {b115d3ca-4e2e-4376-9dc0-fa1aa1873bc5} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:35:44.212063 [ 278 ] {b115d3ca-4e2e-4376-9dc0-fa1aa1873bc5} executeQuery: Read 10 rows, 18.35 KiB in 0.001846 sec., 5417.118093174431 rows/sec., 9.71 MiB/sec. 2026.02.23 16:35:44.212131 [ 278 ] {b115d3ca-4e2e-4376-9dc0-fa1aa1873bc5} TCPHandler: Processed in 0.002057702 sec. 2026.02.23 16:35:44.212245 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:35:44.212340 [ 278 ] {08b1e13a-43d7-46b8-a6da-10061c0155ee} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.23 16:35:44.212383 [ 278 ] {08b1e13a-43d7-46b8-a6da-10061c0155ee} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.23 16:35:44.212736 [ 278 ] {08b1e13a-43d7-46b8-a6da-10061c0155ee} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:35:44.212774 [ 278 ] {08b1e13a-43d7-46b8-a6da-10061c0155ee} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2026.02.23 16:35:44.213240 [ 278 ] {08b1e13a-43d7-46b8-a6da-10061c0155ee} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2026.02.23 16:35:44.213451 [ 278 ] {08b1e13a-43d7-46b8-a6da-10061c0155ee} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:35:44.213563 [ 66 ] {} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2026.02.23 16:35:44.213586 [ 278 ] {08b1e13a-43d7-46b8-a6da-10061c0155ee} executeQuery: Read 60 rows, 4.14 KiB in 0.001265 sec., 47430.83003952569 rows/sec., 3.20 MiB/sec. 2026.02.23 16:35:44.213599 [ 66 ] {} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:35:44.213628 [ 66 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2026.02.23 16:35:44.213632 [ 278 ] {08b1e13a-43d7-46b8-a6da-10061c0155ee} TCPHandler: Processed in 0.001437409 sec. 2026.02.23 16:35:44.213727 [ 192 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_51_10} MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full 2026.02.23 16:35:44.213862 [ 192 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:35:44.213900 [ 192 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 2550 rows starting from the beginning of the part 2026.02.23 16:35:44.213967 [ 192 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 60 rows starting from the beginning of the part 2026.02.23 16:35:44.214019 [ 192 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 60 rows starting from the beginning of the part 2026.02.23 16:35:44.214065 [ 192 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 60 rows starting from the beginning of the part 2026.02.23 16:35:44.214106 [ 192 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 60 rows starting from the beginning of the part 2026.02.23 16:35:44.214149 [ 192 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 60 rows starting from the beginning of the part 2026.02.23 16:35:44.215668 [ 195 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 2850 rows, containing 4 columns (4 merged, 0 gathered) in 0.001985761 sec., 1435218.0347987497 rows/sec., 94.44 MiB/sec. 2026.02.23 16:35:44.215920 [ 195 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 15316 rows, containing 5 columns (5 merged, 0 gathered) in 0.00584286 sec., 2621319.011579945 rows/sec., 178.74 MiB/sec. 2026.02.23 16:35:44.216007 [ 192 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2026.02.23 16:35:44.216266 [ 192 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_51_10} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:35:44.216348 [ 192 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_51_10} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2026.02.23 16:35:44.216435 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.72 MiB. 2026.02.23 16:35:44.216439 [ 199 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2026.02.23 16:35:44.216704 [ 199 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_51_10} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:35:44.216774 [ 199 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_51_10} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2026.02.23 16:35:44.216864 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.79 MiB. 2026.02.23 16:35:45.000215 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 291.62 MiB, peak 300.70 MiB, free memory in arenas 0.00 B, will set to 293.92 MiB (RSS), difference: 2.30 MiB 2026.02.23 16:35:46.122946 [ 62 ] {} oximeter.fields_ipaddr (aca7842a-9245-4e3c-8c67-e3828bf88048) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 2026.02.23 16:35:46.123018 [ 62 ] {} oximeter.fields_ipaddr (aca7842a-9245-4e3c-8c67-e3828bf88048): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:35:46.123043 [ 62 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2026.02.23 16:35:46.123169 [ 189 ] {aca7842a-9245-4e3c-8c67-e3828bf88048::all_1_17_4} MergeTask::PrepareStage: Merging 5 parts: from all_1_13_3 to all_17_17_0 into Compact with storage Full 2026.02.23 16:35:46.123315 [ 189 ] {aca7842a-9245-4e3c-8c67-e3828bf88048::all_1_17_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:35:46.123350 [ 189 ] {aca7842a-9245-4e3c-8c67-e3828bf88048::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.02.23 16:35:46.123417 [ 189 ] {aca7842a-9245-4e3c-8c67-e3828bf88048::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.02.23 16:35:46.123460 [ 189 ] {aca7842a-9245-4e3c-8c67-e3828bf88048::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 4 rows starting from the beginning of the part 2026.02.23 16:35:46.123505 [ 189 ] {aca7842a-9245-4e3c-8c67-e3828bf88048::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 6 rows starting from the beginning of the part 2026.02.23 16:35:46.123543 [ 189 ] {aca7842a-9245-4e3c-8c67-e3828bf88048::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 4 rows starting from the beginning of the part 2026.02.23 16:35:46.124317 [ 199 ] {aca7842a-9245-4e3c-8c67-e3828bf88048::all_1_17_4} MergeTask::MergeProjectionsStage: Merge sorted 38 rows, containing 5 columns (5 merged, 0 gathered) in 0.001200285 sec., 31659.14761910713 rows/sec., 2.64 MiB/sec. 2026.02.23 16:35:46.124502 [ 195 ] {aca7842a-9245-4e3c-8c67-e3828bf88048::all_1_17_4} MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary) 2026.02.23 16:35:46.124810 [ 195 ] {aca7842a-9245-4e3c-8c67-e3828bf88048::all_1_17_4} oximeter.fields_ipaddr (aca7842a-9245-4e3c-8c67-e3828bf88048): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:35:46.124888 [ 195 ] {aca7842a-9245-4e3c-8c67-e3828bf88048::all_1_17_4} oximeter.fields_ipaddr (aca7842a-9245-4e3c-8c67-e3828bf88048) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4 2026.02.23 16:35:46.124980 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. 2026.02.23 16:35:49.231587 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:35:49.231896 [ 278 ] {c6407648-655f-4879-b41a-d71160d1299e} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.02.23 16:35:49.232009 [ 278 ] {c6407648-655f-4879-b41a-d71160d1299e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.02.23 16:35:49.232892 [ 278 ] {c6407648-655f-4879-b41a-d71160d1299e} oximeter.fields_i16 (91b3829e-2a99-49e1-955c-43ffdc3fb409): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:35:49.232940 [ 278 ] {c6407648-655f-4879-b41a-d71160d1299e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2026.02.23 16:35:49.233329 [ 278 ] {c6407648-655f-4879-b41a-d71160d1299e} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.02.23 16:35:49.233549 [ 278 ] {c6407648-655f-4879-b41a-d71160d1299e} oximeter.fields_i16 (91b3829e-2a99-49e1-955c-43ffdc3fb409): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:35:49.233698 [ 278 ] {c6407648-655f-4879-b41a-d71160d1299e} executeQuery: Read 24 rows, 2.04 KiB in 0.001887 sec., 12718.600953895071 rows/sec., 1.06 MiB/sec. 2026.02.23 16:35:49.233741 [ 278 ] {c6407648-655f-4879-b41a-d71160d1299e} TCPHandler: Processed in 0.002342939 sec. 2026.02.23 16:35:49.233868 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:35:49.233964 [ 278 ] {00fe072b-8186-49a3-9d80-4fa779503500} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.02.23 16:35:49.234006 [ 278 ] {00fe072b-8186-49a3-9d80-4fa779503500} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.02.23 16:35:49.234401 [ 278 ] {00fe072b-8186-49a3-9d80-4fa779503500} oximeter.fields_ipaddr (aca7842a-9245-4e3c-8c67-e3828bf88048): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:35:49.234437 [ 278 ] {00fe072b-8186-49a3-9d80-4fa779503500} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2026.02.23 16:35:49.234725 [ 278 ] {00fe072b-8186-49a3-9d80-4fa779503500} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.02.23 16:35:49.234933 [ 278 ] {00fe072b-8186-49a3-9d80-4fa779503500} oximeter.fields_ipaddr (aca7842a-9245-4e3c-8c67-e3828bf88048): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:35:49.235061 [ 278 ] {00fe072b-8186-49a3-9d80-4fa779503500} executeQuery: Read 4 rows, 334.00 B in 0.001115 sec., 3587.4439461883403 rows/sec., 292.53 KiB/sec. 2026.02.23 16:35:49.235099 [ 278 ] {00fe072b-8186-49a3-9d80-4fa779503500} TCPHandler: Processed in 0.001280337 sec. 2026.02.23 16:35:49.235210 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:35:49.235303 [ 278 ] {909cf407-bdc2-42a2-b82b-134e14f17047} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.23 16:35:49.235342 [ 278 ] {909cf407-bdc2-42a2-b82b-134e14f17047} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.23 16:35:49.236422 [ 278 ] {909cf407-bdc2-42a2-b82b-134e14f17047} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:35:49.236458 [ 278 ] {909cf407-bdc2-42a2-b82b-134e14f17047} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2026.02.23 16:35:49.236856 [ 278 ] {909cf407-bdc2-42a2-b82b-134e14f17047} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2026.02.23 16:35:49.237065 [ 278 ] {909cf407-bdc2-42a2-b82b-134e14f17047} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:35:49.237191 [ 278 ] {909cf407-bdc2-42a2-b82b-134e14f17047} executeQuery: Read 1382 rows, 118.64 KiB in 0.001905 sec., 725459.3175853018 rows/sec., 60.82 MiB/sec. 2026.02.23 16:35:49.237229 [ 278 ] {909cf407-bdc2-42a2-b82b-134e14f17047} TCPHandler: Processed in 0.002067662 sec. 2026.02.23 16:35:49.237343 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:35:49.237437 [ 278 ] {07f84749-d255-4da2-9198-4441e2daafad} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.23 16:35:49.237477 [ 278 ] {07f84749-d255-4da2-9198-4441e2daafad} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.23 16:35:49.237881 [ 278 ] {07f84749-d255-4da2-9198-4441e2daafad} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:35:49.237918 [ 278 ] {07f84749-d255-4da2-9198-4441e2daafad} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2026.02.23 16:35:49.238213 [ 278 ] {07f84749-d255-4da2-9198-4441e2daafad} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2026.02.23 16:35:49.238413 [ 278 ] {07f84749-d255-4da2-9198-4441e2daafad} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:35:49.238538 [ 278 ] {07f84749-d255-4da2-9198-4441e2daafad} executeQuery: Read 48 rows, 3.65 KiB in 0.001119 sec., 42895.44235924933 rows/sec., 3.18 MiB/sec. 2026.02.23 16:35:49.238576 [ 278 ] {07f84749-d255-4da2-9198-4441e2daafad} TCPHandler: Processed in 0.001282736 sec. 2026.02.23 16:35:49.238685 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:35:49.238779 [ 278 ] {63ef5118-536a-4fd5-9889-d53058874c1c} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.02.23 16:35:49.238819 [ 278 ] {63ef5118-536a-4fd5-9889-d53058874c1c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.02.23 16:35:49.239294 [ 278 ] {63ef5118-536a-4fd5-9889-d53058874c1c} oximeter.fields_u32 (3630ead0-c5da-4e23-a9d2-59d0589dc119): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:35:49.239331 [ 278 ] {63ef5118-536a-4fd5-9889-d53058874c1c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2026.02.23 16:35:49.239624 [ 278 ] {63ef5118-536a-4fd5-9889-d53058874c1c} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.02.23 16:35:49.239825 [ 278 ] {63ef5118-536a-4fd5-9889-d53058874c1c} oximeter.fields_u32 (3630ead0-c5da-4e23-a9d2-59d0589dc119): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:35:49.239947 [ 278 ] {63ef5118-536a-4fd5-9889-d53058874c1c} executeQuery: Read 252 rows, 17.85 KiB in 0.001186 sec., 212478.9207419899 rows/sec., 14.70 MiB/sec. 2026.02.23 16:35:49.239985 [ 278 ] {63ef5118-536a-4fd5-9889-d53058874c1c} TCPHandler: Processed in 0.001349518 sec. 2026.02.23 16:35:49.240108 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:35:49.240204 [ 278 ] {abc848d2-faf1-4f2e-a711-301dfdf62c27} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.02.23 16:35:49.240245 [ 278 ] {abc848d2-faf1-4f2e-a711-301dfdf62c27} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.02.23 16:35:49.240660 [ 278 ] {abc848d2-faf1-4f2e-a711-301dfdf62c27} oximeter.fields_u8 (bee44bc4-3670-4879-9501-74bd8c0c3792): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:35:49.240697 [ 278 ] {abc848d2-faf1-4f2e-a711-301dfdf62c27} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2026.02.23 16:35:49.240998 [ 278 ] {abc848d2-faf1-4f2e-a711-301dfdf62c27} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.02.23 16:35:49.241206 [ 278 ] {abc848d2-faf1-4f2e-a711-301dfdf62c27} oximeter.fields_u8 (bee44bc4-3670-4879-9501-74bd8c0c3792): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:35:49.241332 [ 278 ] {abc848d2-faf1-4f2e-a711-301dfdf62c27} executeQuery: Read 12 rows, 960.00 B in 0.001147 sec., 10462.074978204011 rows/sec., 817.35 KiB/sec. 2026.02.23 16:35:49.241370 [ 278 ] {abc848d2-faf1-4f2e-a711-301dfdf62c27} TCPHandler: Processed in 0.001311676 sec. 2026.02.23 16:35:49.241481 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:35:49.241582 [ 278 ] {bcb1884d-070d-4050-91a9-c8da74f5a15e} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.23 16:35:49.241621 [ 278 ] {bcb1884d-070d-4050-91a9-c8da74f5a15e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.23 16:35:49.242228 [ 278 ] {bcb1884d-070d-4050-91a9-c8da74f5a15e} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:35:49.242265 [ 278 ] {bcb1884d-070d-4050-91a9-c8da74f5a15e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2026.02.23 16:35:49.242596 [ 278 ] {bcb1884d-070d-4050-91a9-c8da74f5a15e} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2026.02.23 16:35:49.242796 [ 278 ] {bcb1884d-070d-4050-91a9-c8da74f5a15e} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:35:49.242924 [ 278 ] {bcb1884d-070d-4050-91a9-c8da74f5a15e} executeQuery: Read 592 rows, 45.55 KiB in 0.001359 sec., 435614.4223693893 rows/sec., 32.73 MiB/sec. 2026.02.23 16:35:49.242961 [ 278 ] {bcb1884d-070d-4050-91a9-c8da74f5a15e} TCPHandler: Processed in 0.001529061 sec. 2026.02.23 16:35:49.243063 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:35:49.243165 [ 278 ] {bf516035-f95d-49ca-9340-3057df2b9fc7} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.23 16:35:49.243208 [ 278 ] {bf516035-f95d-49ca-9340-3057df2b9fc7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.23 16:35:49.243787 [ 278 ] {bf516035-f95d-49ca-9340-3057df2b9fc7} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:35:49.243823 [ 278 ] {bf516035-f95d-49ca-9340-3057df2b9fc7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2026.02.23 16:35:49.244185 [ 278 ] {bf516035-f95d-49ca-9340-3057df2b9fc7} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2026.02.23 16:35:49.244388 [ 278 ] {bf516035-f95d-49ca-9340-3057df2b9fc7} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:35:49.244517 [ 278 ] {bf516035-f95d-49ca-9340-3057df2b9fc7} executeQuery: Read 882 rows, 61.30 KiB in 0.00137 sec., 643795.6204379563 rows/sec., 43.69 MiB/sec. 2026.02.23 16:35:49.244556 [ 278 ] {bf516035-f95d-49ca-9340-3057df2b9fc7} TCPHandler: Processed in 0.001542402 sec. 2026.02.23 16:35:49.244658 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:35:49.244761 [ 278 ] {c9570728-91b2-4469-a5f1-74ef7780c591} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.23 16:35:49.244815 [ 278 ] {c9570728-91b2-4469-a5f1-74ef7780c591} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.23 16:35:49.245624 [ 278 ] {c9570728-91b2-4469-a5f1-74ef7780c591} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:35:49.245661 [ 278 ] {c9570728-91b2-4469-a5f1-74ef7780c591} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2026.02.23 16:35:49.246189 [ 278 ] {c9570728-91b2-4469-a5f1-74ef7780c591} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2026.02.23 16:35:49.246416 [ 278 ] {c9570728-91b2-4469-a5f1-74ef7780c591} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:35:49.246556 [ 278 ] {c9570728-91b2-4469-a5f1-74ef7780c591} executeQuery: Read 32 rows, 58.72 KiB in 0.001813 sec., 17650.30336458908 rows/sec., 31.63 MiB/sec. 2026.02.23 16:35:49.246610 [ 278 ] {c9570728-91b2-4469-a5f1-74ef7780c591} TCPHandler: Processed in 0.002001251 sec. 2026.02.23 16:35:49.246723 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:35:49.246827 [ 278 ] {a17c2e04-b35e-411b-b792-9bd4fd72bd69} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.23 16:35:49.246869 [ 278 ] {a17c2e04-b35e-411b-b792-9bd4fd72bd69} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.23 16:35:49.247223 [ 278 ] {a17c2e04-b35e-411b-b792-9bd4fd72bd69} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:35:49.247259 [ 278 ] {a17c2e04-b35e-411b-b792-9bd4fd72bd69} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2026.02.23 16:35:49.247555 [ 278 ] {a17c2e04-b35e-411b-b792-9bd4fd72bd69} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2026.02.23 16:35:49.247760 [ 278 ] {a17c2e04-b35e-411b-b792-9bd4fd72bd69} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:35:49.247888 [ 278 ] {a17c2e04-b35e-411b-b792-9bd4fd72bd69} executeQuery: Read 60 rows, 4.14 KiB in 0.001079 sec., 55607.04355885078 rows/sec., 3.75 MiB/sec. 2026.02.23 16:35:49.247926 [ 278 ] {a17c2e04-b35e-411b-b792-9bd4fd72bd69} TCPHandler: Processed in 0.001252846 sec. 2026.02.23 16:35:50.193136 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 17784 2026.02.23 16:35:50.193714 [ 244 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:35:50.193766 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2026.02.23 16:35:50.194289 [ 244 ] {} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.02.23 16:35:50.194527 [ 244 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:35:50.194678 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17784 2026.02.23 16:35:51.140296 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 279 2026.02.23 16:35:51.156758 [ 243 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:35:51.156823 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2026.02.23 16:35:51.162527 [ 243 ] {} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.02.23 16:35:51.163223 [ 243 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:35:51.166380 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 279 2026.02.23 16:35:52.743760 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 1018 2026.02.23 16:35:52.746610 [ 242 ] {} system.query_log (b83b341e-dbaf-448e-9582-20b3e6cd291d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:35:52.746662 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2026.02.23 16:35:52.747872 [ 242 ] {} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.02.23 16:35:52.748200 [ 242 ] {} system.query_log (b83b341e-dbaf-448e-9582-20b3e6cd291d): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:35:52.748631 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1018 2026.02.23 16:35:54.203183 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:35:54.203362 [ 278 ] {e21b3c34-b9ef-4aa0-a380-419a26566f01} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.23 16:35:54.203425 [ 278 ] {e21b3c34-b9ef-4aa0-a380-419a26566f01} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.23 16:35:54.204080 [ 278 ] {e21b3c34-b9ef-4aa0-a380-419a26566f01} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:35:54.204118 [ 278 ] {e21b3c34-b9ef-4aa0-a380-419a26566f01} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2026.02.23 16:35:54.204508 [ 278 ] {e21b3c34-b9ef-4aa0-a380-419a26566f01} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2026.02.23 16:35:54.204739 [ 278 ] {e21b3c34-b9ef-4aa0-a380-419a26566f01} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:35:54.204897 [ 278 ] {e21b3c34-b9ef-4aa0-a380-419a26566f01} executeQuery: Read 76 rows, 6.41 KiB in 0.001584 sec., 47979.797979797986 rows/sec., 3.95 MiB/sec. 2026.02.23 16:35:54.204946 [ 278 ] {e21b3c34-b9ef-4aa0-a380-419a26566f01} TCPHandler: Processed in 0.001893209 sec. 2026.02.23 16:35:54.205072 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:35:54.205172 [ 278 ] {5bbac049-a426-4cac-bf56-fd0df32abb1d} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.23 16:35:54.205215 [ 278 ] {5bbac049-a426-4cac-bf56-fd0df32abb1d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.23 16:35:54.205633 [ 278 ] {5bbac049-a426-4cac-bf56-fd0df32abb1d} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:35:54.205668 [ 278 ] {5bbac049-a426-4cac-bf56-fd0df32abb1d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2026.02.23 16:35:54.205966 [ 278 ] {5bbac049-a426-4cac-bf56-fd0df32abb1d} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2026.02.23 16:35:54.206191 [ 278 ] {5bbac049-a426-4cac-bf56-fd0df32abb1d} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:35:54.206287 [ 107 ] {} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2026.02.23 16:35:54.206320 [ 278 ] {5bbac049-a426-4cac-bf56-fd0df32abb1d} executeQuery: Read 10 rows, 770.00 B in 0.001168 sec., 8561.643835616438 rows/sec., 643.80 KiB/sec. 2026.02.23 16:35:54.206325 [ 107 ] {} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:35:54.206353 [ 107 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2026.02.23 16:35:54.206361 [ 278 ] {5bbac049-a426-4cac-bf56-fd0df32abb1d} TCPHandler: Processed in 0.001341408 sec. 2026.02.23 16:35:54.206463 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:35:54.206472 [ 193 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_51_10} MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full 2026.02.23 16:35:54.206558 [ 278 ] {583fb919-e86e-43b6-9a4d-d4d20f91ccb1} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.23 16:35:54.206604 [ 278 ] {583fb919-e86e-43b6-9a4d-d4d20f91ccb1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.23 16:35:54.206616 [ 193 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:35:54.206654 [ 193 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 216 rows starting from the beginning of the part 2026.02.23 16:35:54.206723 [ 193 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::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.02.23 16:35:54.206766 [ 193 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::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.02.23 16:35:54.206804 [ 193 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 10 rows starting from the beginning of the part 2026.02.23 16:35:54.206843 [ 193 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 48 rows starting from the beginning of the part 2026.02.23 16:35:54.206881 [ 193 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 10 rows starting from the beginning of the part 2026.02.23 16:35:54.207035 [ 278 ] {583fb919-e86e-43b6-9a4d-d4d20f91ccb1} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:35:54.207077 [ 278 ] {583fb919-e86e-43b6-9a4d-d4d20f91ccb1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2026.02.23 16:35:54.207392 [ 278 ] {583fb919-e86e-43b6-9a4d-d4d20f91ccb1} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2026.02.23 16:35:54.207608 [ 278 ] {583fb919-e86e-43b6-9a4d-d4d20f91ccb1} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:35:54.207698 [ 195 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 330 rows, containing 5 columns (5 merged, 0 gathered) in 0.001287596 sec., 256291.56971596682 rows/sec., 18.15 MiB/sec. 2026.02.23 16:35:54.207738 [ 278 ] {583fb919-e86e-43b6-9a4d-d4d20f91ccb1} executeQuery: Read 74 rows, 5.92 KiB in 0.001199 sec., 61718.098415346125 rows/sec., 4.82 MiB/sec. 2026.02.23 16:35:54.207777 [ 278 ] {583fb919-e86e-43b6-9a4d-d4d20f91ccb1} TCPHandler: Processed in 0.001363128 sec. 2026.02.23 16:35:54.207843 [ 199 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2026.02.23 16:35:54.207888 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:35:54.207982 [ 278 ] {ec859c72-e3f6-446f-9819-4f7d61267383} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.23 16:35:54.208026 [ 278 ] {ec859c72-e3f6-446f-9819-4f7d61267383} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.23 16:35:54.208149 [ 199 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_51_10} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:35:54.208232 [ 199 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_51_10} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2026.02.23 16:35:54.208335 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. 2026.02.23 16:35:54.208432 [ 278 ] {ec859c72-e3f6-446f-9819-4f7d61267383} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:35:54.208467 [ 278 ] {ec859c72-e3f6-446f-9819-4f7d61267383} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2026.02.23 16:35:54.208794 [ 278 ] {ec859c72-e3f6-446f-9819-4f7d61267383} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2026.02.23 16:35:54.208998 [ 278 ] {ec859c72-e3f6-446f-9819-4f7d61267383} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:35:54.209125 [ 278 ] {ec859c72-e3f6-446f-9819-4f7d61267383} executeQuery: Read 160 rows, 11.41 KiB in 0.001161 sec., 137812.23083548667 rows/sec., 9.60 MiB/sec. 2026.02.23 16:35:54.209161 [ 278 ] {ec859c72-e3f6-446f-9819-4f7d61267383} TCPHandler: Processed in 0.001322327 sec. 2026.02.23 16:35:54.209267 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:35:54.209360 [ 278 ] {50088c43-9cc5-428c-93dc-91b1046db5ed} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.23 16:35:54.209414 [ 278 ] {50088c43-9cc5-428c-93dc-91b1046db5ed} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.23 16:35:54.210167 [ 278 ] {50088c43-9cc5-428c-93dc-91b1046db5ed} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:35:54.210202 [ 278 ] {50088c43-9cc5-428c-93dc-91b1046db5ed} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2026.02.23 16:35:54.210702 [ 278 ] {50088c43-9cc5-428c-93dc-91b1046db5ed} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2026.02.23 16:35:54.210913 [ 278 ] {50088c43-9cc5-428c-93dc-91b1046db5ed} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:35:54.211014 [ 107 ] {} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2026.02.23 16:35:54.211044 [ 107 ] {} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:35:54.211052 [ 278 ] {50088c43-9cc5-428c-93dc-91b1046db5ed} executeQuery: Read 10 rows, 18.35 KiB in 0.001709 sec., 5851.375073142189 rows/sec., 10.49 MiB/sec. 2026.02.23 16:35:54.211063 [ 107 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2026.02.23 16:35:54.211116 [ 278 ] {50088c43-9cc5-428c-93dc-91b1046db5ed} TCPHandler: Processed in 0.00189851 sec. 2026.02.23 16:35:54.211135 [ 195 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_46_9} MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full 2026.02.23 16:35:54.211225 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:35:54.211314 [ 195 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:35:54.211321 [ 278 ] {5b657a87-aaa9-479b-b211-f3c0e1106e93} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.23 16:35:54.211362 [ 195 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 867 rows starting from the beginning of the part 2026.02.23 16:35:54.211366 [ 278 ] {5b657a87-aaa9-479b-b211-f3c0e1106e93} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.23 16:35:54.211496 [ 195 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 10 rows starting from the beginning of the part 2026.02.23 16:35:54.211623 [ 195 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 32 rows starting from the beginning of the part 2026.02.23 16:35:54.211706 [ 278 ] {5b657a87-aaa9-479b-b211-f3c0e1106e93} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:35:54.211740 [ 278 ] {5b657a87-aaa9-479b-b211-f3c0e1106e93} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2026.02.23 16:35:54.211742 [ 195 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 10 rows starting from the beginning of the part 2026.02.23 16:35:54.211847 [ 195 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 32 rows starting from the beginning of the part 2026.02.23 16:35:54.211936 [ 195 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 10 rows starting from the beginning of the part 2026.02.23 16:35:54.212054 [ 278 ] {5b657a87-aaa9-479b-b211-f3c0e1106e93} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2026.02.23 16:35:54.212268 [ 278 ] {5b657a87-aaa9-479b-b211-f3c0e1106e93} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:35:54.212393 [ 278 ] {5b657a87-aaa9-479b-b211-f3c0e1106e93} executeQuery: Read 60 rows, 4.14 KiB in 0.001091 sec., 54995.417048579286 rows/sec., 3.71 MiB/sec. 2026.02.23 16:35:54.212428 [ 278 ] {5b657a87-aaa9-479b-b211-f3c0e1106e93} TCPHandler: Processed in 0.001252906 sec. 2026.02.23 16:35:54.217786 [ 200 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 961 rows, containing 19 columns (19 merged, 0 gathered) in 0.006676318 sec., 143941.61572291795 rows/sec., 257.94 MiB/sec. 2026.02.23 16:35:54.219278 [ 200 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2026.02.23 16:35:54.219668 [ 200 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_46_9} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:35:54.219753 [ 200 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_46_9} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2026.02.23 16:35:54.219905 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.14 MiB. 2026.02.23 16:35:55.000274 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 294.63 MiB, peak 302.72 MiB, free memory in arenas 0.00 B, will set to 297.27 MiB (RSS), difference: 2.64 MiB 2026.02.23 16:35:57.570591 [ 98 ] {} DNSResolver: Updating DNS cache 2026.02.23 16:35:57.570651 [ 98 ] {} DNSResolver: Updated DNS cache 2026.02.23 16:35:57.694835 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 18232 2026.02.23 16:35:57.695320 [ 244 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:35:57.695361 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2026.02.23 16:35:57.695831 [ 244 ] {} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.02.23 16:35:57.696059 [ 244 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:35:57.696191 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 18232 2026.02.23 16:35:58.666516 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 287 2026.02.23 16:35:58.682287 [ 243 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:35:58.682348 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2026.02.23 16:35:58.688310 [ 243 ] {} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.02.23 16:35:58.688992 [ 243 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:35:58.691819 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 287 2026.02.23 16:35:59.203722 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:35:59.203911 [ 278 ] {e94c61b7-0464-4ca7-93c0-e0ba2279a8a0} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.23 16:35:59.203978 [ 278 ] {e94c61b7-0464-4ca7-93c0-e0ba2279a8a0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.23 16:35:59.204672 [ 278 ] {e94c61b7-0464-4ca7-93c0-e0ba2279a8a0} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:35:59.204721 [ 278 ] {e94c61b7-0464-4ca7-93c0-e0ba2279a8a0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2026.02.23 16:35:59.205130 [ 278 ] {e94c61b7-0464-4ca7-93c0-e0ba2279a8a0} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2026.02.23 16:35:59.205383 [ 278 ] {e94c61b7-0464-4ca7-93c0-e0ba2279a8a0} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:35:59.205578 [ 278 ] {e94c61b7-0464-4ca7-93c0-e0ba2279a8a0} executeQuery: Read 120 rows, 10.47 KiB in 0.001722 sec., 69686.41114982578 rows/sec., 5.94 MiB/sec. 2026.02.23 16:35:59.205629 [ 278 ] {e94c61b7-0464-4ca7-93c0-e0ba2279a8a0} TCPHandler: Processed in 0.002038572 sec. 2026.02.23 16:35:59.205761 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:35:59.205858 [ 278 ] {63073c59-2f9f-4d57-8f22-c5b709a385a6} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.23 16:35:59.205900 [ 278 ] {63073c59-2f9f-4d57-8f22-c5b709a385a6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.23 16:35:59.206342 [ 278 ] {63073c59-2f9f-4d57-8f22-c5b709a385a6} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:35:59.206381 [ 278 ] {63073c59-2f9f-4d57-8f22-c5b709a385a6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2026.02.23 16:35:59.206694 [ 278 ] {63073c59-2f9f-4d57-8f22-c5b709a385a6} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2026.02.23 16:35:59.206900 [ 278 ] {63073c59-2f9f-4d57-8f22-c5b709a385a6} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:35:59.207038 [ 278 ] {63073c59-2f9f-4d57-8f22-c5b709a385a6} executeQuery: Read 32 rows, 2.41 KiB in 0.001198 sec., 26711.18530884808 rows/sec., 1.96 MiB/sec. 2026.02.23 16:35:59.207078 [ 278 ] {63073c59-2f9f-4d57-8f22-c5b709a385a6} TCPHandler: Processed in 0.001367869 sec. 2026.02.23 16:35:59.207187 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:35:59.207282 [ 278 ] {7e91ba9c-7a3d-486a-91f7-3fa65db82a0d} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.23 16:35:59.207322 [ 278 ] {7e91ba9c-7a3d-486a-91f7-3fa65db82a0d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.23 16:35:59.207742 [ 278 ] {7e91ba9c-7a3d-486a-91f7-3fa65db82a0d} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:35:59.207780 [ 278 ] {7e91ba9c-7a3d-486a-91f7-3fa65db82a0d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2026.02.23 16:35:59.208090 [ 278 ] {7e91ba9c-7a3d-486a-91f7-3fa65db82a0d} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2026.02.23 16:35:59.208295 [ 278 ] {7e91ba9c-7a3d-486a-91f7-3fa65db82a0d} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:35:59.208423 [ 278 ] {7e91ba9c-7a3d-486a-91f7-3fa65db82a0d} executeQuery: Read 96 rows, 7.68 KiB in 0.001159 sec., 82830.02588438308 rows/sec., 6.47 MiB/sec. 2026.02.23 16:35:59.208461 [ 278 ] {7e91ba9c-7a3d-486a-91f7-3fa65db82a0d} TCPHandler: Processed in 0.001323027 sec. 2026.02.23 16:35:59.208578 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:35:59.208672 [ 278 ] {62d9019d-6158-4ded-aec7-51094fea35b2} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.23 16:35:59.208716 [ 278 ] {62d9019d-6158-4ded-aec7-51094fea35b2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.23 16:35:59.209160 [ 278 ] {62d9019d-6158-4ded-aec7-51094fea35b2} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:35:59.209196 [ 278 ] {62d9019d-6158-4ded-aec7-51094fea35b2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2026.02.23 16:35:59.209518 [ 278 ] {62d9019d-6158-4ded-aec7-51094fea35b2} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2026.02.23 16:35:59.209716 [ 278 ] {62d9019d-6158-4ded-aec7-51094fea35b2} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:35:59.209846 [ 278 ] {62d9019d-6158-4ded-aec7-51094fea35b2} executeQuery: Read 160 rows, 11.41 KiB in 0.001191 sec., 134340.8900083963 rows/sec., 9.36 MiB/sec. 2026.02.23 16:35:59.209883 [ 278 ] {62d9019d-6158-4ded-aec7-51094fea35b2} TCPHandler: Processed in 0.001355727 sec. 2026.02.23 16:35:59.210003 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:35:59.210097 [ 278 ] {222c7cdb-dabf-4540-b956-963dc9bd740d} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.23 16:35:59.210156 [ 278 ] {222c7cdb-dabf-4540-b956-963dc9bd740d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.23 16:35:59.210972 [ 278 ] {222c7cdb-dabf-4540-b956-963dc9bd740d} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:35:59.211009 [ 278 ] {222c7cdb-dabf-4540-b956-963dc9bd740d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2026.02.23 16:35:59.211568 [ 278 ] {222c7cdb-dabf-4540-b956-963dc9bd740d} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2026.02.23 16:35:59.211792 [ 278 ] {222c7cdb-dabf-4540-b956-963dc9bd740d} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:35:59.211929 [ 278 ] {222c7cdb-dabf-4540-b956-963dc9bd740d} executeQuery: Read 32 rows, 58.72 KiB in 0.001849 sec., 17306.65224445646 rows/sec., 31.01 MiB/sec. 2026.02.23 16:35:59.211998 [ 278 ] {222c7cdb-dabf-4540-b956-963dc9bd740d} TCPHandler: Processed in 0.002045292 sec. 2026.02.23 16:35:59.212123 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:35:59.212217 [ 278 ] {ab300625-007f-41f9-b94d-ab8b3bbd447b} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.23 16:35:59.212260 [ 278 ] {ab300625-007f-41f9-b94d-ab8b3bbd447b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.23 16:35:59.212600 [ 278 ] {ab300625-007f-41f9-b94d-ab8b3bbd447b} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:35:59.212636 [ 278 ] {ab300625-007f-41f9-b94d-ab8b3bbd447b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2026.02.23 16:35:59.212939 [ 278 ] {ab300625-007f-41f9-b94d-ab8b3bbd447b} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2026.02.23 16:35:59.213156 [ 278 ] {ab300625-007f-41f9-b94d-ab8b3bbd447b} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:35:59.213314 [ 278 ] {ab300625-007f-41f9-b94d-ab8b3bbd447b} executeQuery: Read 60 rows, 4.14 KiB in 0.001115 sec., 53811.65919282511 rows/sec., 3.63 MiB/sec. 2026.02.23 16:35:59.213350 [ 278 ] {ab300625-007f-41f9-b94d-ab8b3bbd447b} TCPHandler: Processed in 0.001277307 sec. 2026.02.23 16:36:02.748910 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 1042 2026.02.23 16:36:02.751232 [ 242 ] {} system.query_log (b83b341e-dbaf-448e-9582-20b3e6cd291d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:36:02.751280 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2026.02.23 16:36:02.752475 [ 242 ] {} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.02.23 16:36:02.752757 [ 242 ] {} system.query_log (b83b341e-dbaf-448e-9582-20b3e6cd291d): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:36:02.753127 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1042 2026.02.23 16:36:03.626091 [ 114 ] {} oximeter.fields_u32 (3630ead0-c5da-4e23-a9d2-59d0589dc119) (MergerMutator): Selected 5 parts from all_1_15_3 to all_19_19_0 2026.02.23 16:36:03.626182 [ 114 ] {} oximeter.fields_u32 (3630ead0-c5da-4e23-a9d2-59d0589dc119): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:36:03.626350 [ 114 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2026.02.23 16:36:03.626519 [ 188 ] {3630ead0-c5da-4e23-a9d2-59d0589dc119::all_1_19_4} MergeTask::PrepareStage: Merging 5 parts: from all_1_15_3 to all_19_19_0 into Compact with storage Full 2026.02.23 16:36:03.626730 [ 188 ] {3630ead0-c5da-4e23-a9d2-59d0589dc119::all_1_19_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:36:03.626787 [ 188 ] {3630ead0-c5da-4e23-a9d2-59d0589dc119::all_1_19_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_15_3, total 402 rows starting from the beginning of the part 2026.02.23 16:36:03.626892 [ 188 ] {3630ead0-c5da-4e23-a9d2-59d0589dc119::all_1_19_4} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 149 rows starting from the beginning of the part 2026.02.23 16:36:03.626967 [ 188 ] {3630ead0-c5da-4e23-a9d2-59d0589dc119::all_1_19_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 252 rows starting from the beginning of the part 2026.02.23 16:36:03.627037 [ 188 ] {3630ead0-c5da-4e23-a9d2-59d0589dc119::all_1_19_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 252 rows starting from the beginning of the part 2026.02.23 16:36:03.627100 [ 188 ] {3630ead0-c5da-4e23-a9d2-59d0589dc119::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.02.23 16:36:03.628244 [ 197 ] {3630ead0-c5da-4e23-a9d2-59d0589dc119::all_1_19_4} MergeTask::MergeProjectionsStage: Merge sorted 1307 rows, containing 5 columns (5 merged, 0 gathered) in 0.001797387 sec., 727166.7147920843 rows/sec., 52.31 MiB/sec. 2026.02.23 16:36:03.628469 [ 194 ] {3630ead0-c5da-4e23-a9d2-59d0589dc119::all_1_19_4} MergedBlockOutputStream: filled checksums all_1_19_4 (state Temporary) 2026.02.23 16:36:03.628808 [ 194 ] {3630ead0-c5da-4e23-a9d2-59d0589dc119::all_1_19_4} oximeter.fields_u32 (3630ead0-c5da-4e23-a9d2-59d0589dc119): Renaming temporary part tmp_merge_all_1_19_4 to all_1_19_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:36:03.628898 [ 194 ] {3630ead0-c5da-4e23-a9d2-59d0589dc119::all_1_19_4} oximeter.fields_u32 (3630ead0-c5da-4e23-a9d2-59d0589dc119) (MergerMutator): Merged 5 parts: [all_1_15_3, all_19_19_0] -> all_1_19_4 2026.02.23 16:36:03.628999 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB. 2026.02.23 16:36:04.203449 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:36:04.203630 [ 278 ] {57e59ff6-5b86-4e20-a8cb-ed8ee81a881a} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.02.23 16:36:04.203698 [ 278 ] {57e59ff6-5b86-4e20-a8cb-ed8ee81a881a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.02.23 16:36:04.204322 [ 278 ] {57e59ff6-5b86-4e20-a8cb-ed8ee81a881a} oximeter.fields_ipaddr (aca7842a-9245-4e3c-8c67-e3828bf88048): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:36:04.204370 [ 278 ] {57e59ff6-5b86-4e20-a8cb-ed8ee81a881a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2026.02.23 16:36:04.204750 [ 278 ] {57e59ff6-5b86-4e20-a8cb-ed8ee81a881a} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.02.23 16:36:04.204975 [ 278 ] {57e59ff6-5b86-4e20-a8cb-ed8ee81a881a} oximeter.fields_ipaddr (aca7842a-9245-4e3c-8c67-e3828bf88048): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:36:04.205141 [ 278 ] {57e59ff6-5b86-4e20-a8cb-ed8ee81a881a} executeQuery: Read 4 rows, 334.00 B in 0.001557 sec., 2569.0430314707774 rows/sec., 209.49 KiB/sec. 2026.02.23 16:36:04.205192 [ 278 ] {57e59ff6-5b86-4e20-a8cb-ed8ee81a881a} TCPHandler: Processed in 0.001874479 sec. 2026.02.23 16:36:04.205307 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:36:04.205410 [ 278 ] {985199e7-c07f-43cf-8265-8484bd3ecc9f} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.23 16:36:04.205453 [ 278 ] {985199e7-c07f-43cf-8265-8484bd3ecc9f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.23 16:36:04.205882 [ 278 ] {985199e7-c07f-43cf-8265-8484bd3ecc9f} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:36:04.205920 [ 278 ] {985199e7-c07f-43cf-8265-8484bd3ecc9f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2026.02.23 16:36:04.206244 [ 278 ] {985199e7-c07f-43cf-8265-8484bd3ecc9f} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2026.02.23 16:36:04.206455 [ 278 ] {985199e7-c07f-43cf-8265-8484bd3ecc9f} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:36:04.206594 [ 278 ] {985199e7-c07f-43cf-8265-8484bd3ecc9f} executeQuery: Read 78 rows, 6.56 KiB in 0.001207 sec., 64623.03231151616 rows/sec., 5.31 MiB/sec. 2026.02.23 16:36:04.206635 [ 278 ] {985199e7-c07f-43cf-8265-8484bd3ecc9f} TCPHandler: Processed in 0.001380888 sec. 2026.02.23 16:36:04.206750 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:36:04.206848 [ 278 ] {272d0759-1b2d-41f2-9b1f-fe6c7be57c5b} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.23 16:36:04.206889 [ 278 ] {272d0759-1b2d-41f2-9b1f-fe6c7be57c5b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.23 16:36:04.207290 [ 278 ] {272d0759-1b2d-41f2-9b1f-fe6c7be57c5b} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:36:04.207327 [ 278 ] {272d0759-1b2d-41f2-9b1f-fe6c7be57c5b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2026.02.23 16:36:04.207627 [ 278 ] {272d0759-1b2d-41f2-9b1f-fe6c7be57c5b} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2026.02.23 16:36:04.207850 [ 278 ] {272d0759-1b2d-41f2-9b1f-fe6c7be57c5b} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:36:04.207988 [ 278 ] {272d0759-1b2d-41f2-9b1f-fe6c7be57c5b} executeQuery: Read 14 rows, 1.03 KiB in 0.001159 sec., 12079.378774805866 rows/sec., 889.78 KiB/sec. 2026.02.23 16:36:04.208028 [ 278 ] {272d0759-1b2d-41f2-9b1f-fe6c7be57c5b} TCPHandler: Processed in 0.001328947 sec. 2026.02.23 16:36:04.208154 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:36:04.208250 [ 278 ] {e07e01b8-f26d-41b8-a0b1-8b3ad41987e7} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.23 16:36:04.208291 [ 278 ] {e07e01b8-f26d-41b8-a0b1-8b3ad41987e7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.23 16:36:04.208698 [ 278 ] {e07e01b8-f26d-41b8-a0b1-8b3ad41987e7} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:36:04.208734 [ 278 ] {e07e01b8-f26d-41b8-a0b1-8b3ad41987e7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2026.02.23 16:36:04.209037 [ 278 ] {e07e01b8-f26d-41b8-a0b1-8b3ad41987e7} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2026.02.23 16:36:04.209242 [ 278 ] {e07e01b8-f26d-41b8-a0b1-8b3ad41987e7} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:36:04.209374 [ 278 ] {e07e01b8-f26d-41b8-a0b1-8b3ad41987e7} executeQuery: Read 78 rows, 6.24 KiB in 0.001143 sec., 68241.46981627298 rows/sec., 5.33 MiB/sec. 2026.02.23 16:36:04.209412 [ 278 ] {e07e01b8-f26d-41b8-a0b1-8b3ad41987e7} TCPHandler: Processed in 0.001307756 sec. 2026.02.23 16:36:04.209525 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:36:04.209619 [ 278 ] {bcc9b0b4-0f50-4fa2-ae63-f1470602cdd9} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.23 16:36:04.209663 [ 278 ] {bcc9b0b4-0f50-4fa2-ae63-f1470602cdd9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.23 16:36:04.210066 [ 278 ] {bcc9b0b4-0f50-4fa2-ae63-f1470602cdd9} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:36:04.210103 [ 278 ] {bcc9b0b4-0f50-4fa2-ae63-f1470602cdd9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2026.02.23 16:36:04.210431 [ 278 ] {bcc9b0b4-0f50-4fa2-ae63-f1470602cdd9} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2026.02.23 16:36:04.210632 [ 278 ] {bcc9b0b4-0f50-4fa2-ae63-f1470602cdd9} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:36:04.210763 [ 278 ] {bcc9b0b4-0f50-4fa2-ae63-f1470602cdd9} executeQuery: Read 162 rows, 11.55 KiB in 0.001162 sec., 139414.80206540448 rows/sec., 9.71 MiB/sec. 2026.02.23 16:36:04.210802 [ 278 ] {bcc9b0b4-0f50-4fa2-ae63-f1470602cdd9} TCPHandler: Processed in 0.001326147 sec. 2026.02.23 16:36:04.210913 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:36:04.211008 [ 278 ] {9a2184a6-acbe-438d-bbf1-67cabfa1c17b} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.23 16:36:04.211064 [ 278 ] {9a2184a6-acbe-438d-bbf1-67cabfa1c17b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.23 16:36:04.211793 [ 278 ] {9a2184a6-acbe-438d-bbf1-67cabfa1c17b} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:36:04.211829 [ 278 ] {9a2184a6-acbe-438d-bbf1-67cabfa1c17b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2026.02.23 16:36:04.212358 [ 278 ] {9a2184a6-acbe-438d-bbf1-67cabfa1c17b} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2026.02.23 16:36:04.212589 [ 278 ] {9a2184a6-acbe-438d-bbf1-67cabfa1c17b} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:36:04.212731 [ 278 ] {9a2184a6-acbe-438d-bbf1-67cabfa1c17b} executeQuery: Read 10 rows, 18.35 KiB in 0.00174 sec., 5747.126436781609 rows/sec., 10.30 MiB/sec. 2026.02.23 16:36:04.212801 [ 278 ] {9a2184a6-acbe-438d-bbf1-67cabfa1c17b} TCPHandler: Processed in 0.00193772 sec. 2026.02.23 16:36:04.212922 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:36:04.213018 [ 278 ] {46fc5ed4-83a9-4140-8918-64e670d958e4} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.23 16:36:04.213061 [ 278 ] {46fc5ed4-83a9-4140-8918-64e670d958e4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.23 16:36:04.213401 [ 278 ] {46fc5ed4-83a9-4140-8918-64e670d958e4} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:36:04.213437 [ 278 ] {46fc5ed4-83a9-4140-8918-64e670d958e4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2026.02.23 16:36:04.213735 [ 278 ] {46fc5ed4-83a9-4140-8918-64e670d958e4} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2026.02.23 16:36:04.213935 [ 278 ] {46fc5ed4-83a9-4140-8918-64e670d958e4} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:36:04.214064 [ 278 ] {46fc5ed4-83a9-4140-8918-64e670d958e4} executeQuery: Read 60 rows, 4.14 KiB in 0.001064 sec., 56390.97744360902 rows/sec., 3.80 MiB/sec. 2026.02.23 16:36:04.214100 [ 278 ] {46fc5ed4-83a9-4140-8918-64e670d958e4} TCPHandler: Processed in 0.001227386 sec. 2026.02.23 16:36:05.196287 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 18744 2026.02.23 16:36:05.196804 [ 244 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:36:05.196842 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2026.02.23 16:36:05.197336 [ 244 ] {} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.02.23 16:36:05.197559 [ 244 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:36:05.197688 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 18744 2026.02.23 16:36:06.191901 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 294 2026.02.23 16:36:06.208427 [ 243 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:36:06.208480 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2026.02.23 16:36:06.215100 [ 243 ] {} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.02.23 16:36:06.215805 [ 243 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:36:06.218653 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 294 2026.02.23 16:36:09.203997 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:36:09.204202 [ 278 ] {87c136be-2b2e-4fe3-ac0e-133f3fc7a0b3} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.23 16:36:09.204270 [ 278 ] {87c136be-2b2e-4fe3-ac0e-133f3fc7a0b3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.23 16:36:09.204977 [ 278 ] {87c136be-2b2e-4fe3-ac0e-133f3fc7a0b3} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:36:09.205030 [ 278 ] {87c136be-2b2e-4fe3-ac0e-133f3fc7a0b3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2026.02.23 16:36:09.205440 [ 278 ] {87c136be-2b2e-4fe3-ac0e-133f3fc7a0b3} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2026.02.23 16:36:09.205663 [ 278 ] {87c136be-2b2e-4fe3-ac0e-133f3fc7a0b3} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:36:09.205826 [ 278 ] {87c136be-2b2e-4fe3-ac0e-133f3fc7a0b3} executeQuery: Read 120 rows, 10.47 KiB in 0.001673 sec., 71727.43574417215 rows/sec., 6.11 MiB/sec. 2026.02.23 16:36:09.205822 [ 104 ] {} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2026.02.23 16:36:09.205880 [ 278 ] {87c136be-2b2e-4fe3-ac0e-133f3fc7a0b3} TCPHandler: Processed in 0.002015511 sec. 2026.02.23 16:36:09.205908 [ 104 ] {} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:36:09.205937 [ 104 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2026.02.23 16:36:09.206013 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:36:09.206044 [ 188 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_56_11} MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full 2026.02.23 16:36:09.206125 [ 278 ] {9abd37d7-e981-42e1-9647-29e3d0b84465} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.23 16:36:09.206159 [ 188 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:36:09.206175 [ 278 ] {9abd37d7-e981-42e1-9647-29e3d0b84465} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.23 16:36:09.206196 [ 188 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 2152 rows starting from the beginning of the part 2026.02.23 16:36:09.206265 [ 188 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 1382 rows starting from the beginning of the part 2026.02.23 16:36:09.206309 [ 188 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 76 rows starting from the beginning of the part 2026.02.23 16:36:09.206349 [ 188 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 120 rows starting from the beginning of the part 2026.02.23 16:36:09.206388 [ 188 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 78 rows starting from the beginning of the part 2026.02.23 16:36:09.206427 [ 188 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 120 rows starting from the beginning of the part 2026.02.23 16:36:09.206612 [ 278 ] {9abd37d7-e981-42e1-9647-29e3d0b84465} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:36:09.206655 [ 278 ] {9abd37d7-e981-42e1-9647-29e3d0b84465} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2026.02.23 16:36:09.206980 [ 278 ] {9abd37d7-e981-42e1-9647-29e3d0b84465} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2026.02.23 16:36:09.207212 [ 278 ] {9abd37d7-e981-42e1-9647-29e3d0b84465} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:36:09.207352 [ 278 ] {9abd37d7-e981-42e1-9647-29e3d0b84465} executeQuery: Read 32 rows, 2.41 KiB in 0.001251 sec., 25579.53637090328 rows/sec., 1.88 MiB/sec. 2026.02.23 16:36:09.207393 [ 278 ] {9abd37d7-e981-42e1-9647-29e3d0b84465} TCPHandler: Processed in 0.001431969 sec. 2026.02.23 16:36:09.207510 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:36:09.207609 [ 278 ] {838b005d-cd0d-460b-b8ee-0030d50892ec} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.23 16:36:09.207650 [ 278 ] {838b005d-cd0d-460b-b8ee-0030d50892ec} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.23 16:36:09.207967 [ 194 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 3928 rows, containing 5 columns (5 merged, 0 gathered) in 0.00196516 sec., 1998819.4345498586 rows/sec., 173.43 MiB/sec. 2026.02.23 16:36:09.208088 [ 278 ] {838b005d-cd0d-460b-b8ee-0030d50892ec} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:36:09.208130 [ 278 ] {838b005d-cd0d-460b-b8ee-0030d50892ec} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2026.02.23 16:36:09.208226 [ 188 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2026.02.23 16:36:09.208487 [ 278 ] {838b005d-cd0d-460b-b8ee-0030d50892ec} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2026.02.23 16:36:09.208498 [ 188 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_56_11} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:36:09.208582 [ 188 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_56_11} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2026.02.23 16:36:09.208651 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.97 MiB. 2026.02.23 16:36:09.208721 [ 278 ] {838b005d-cd0d-460b-b8ee-0030d50892ec} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:36:09.208837 [ 104 ] {} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2026.02.23 16:36:09.208858 [ 278 ] {838b005d-cd0d-460b-b8ee-0030d50892ec} executeQuery: Read 96 rows, 7.68 KiB in 0.001269 sec., 75650.1182033097 rows/sec., 5.91 MiB/sec. 2026.02.23 16:36:09.208867 [ 104 ] {} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:36:09.208899 [ 104 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2026.02.23 16:36:09.208904 [ 278 ] {838b005d-cd0d-460b-b8ee-0030d50892ec} TCPHandler: Processed in 0.001444819 sec. 2026.02.23 16:36:09.208972 [ 196 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_56_11} MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full 2026.02.23 16:36:09.209028 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:36:09.209072 [ 196 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:36:09.209104 [ 196 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 1062 rows starting from the beginning of the part 2026.02.23 16:36:09.209129 [ 278 ] {56aa4c65-fed5-4899-81e4-08f8d37db2d8} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.23 16:36:09.209157 [ 196 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 592 rows starting from the beginning of the part 2026.02.23 16:36:09.209180 [ 278 ] {56aa4c65-fed5-4899-81e4-08f8d37db2d8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.23 16:36:09.209206 [ 196 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 74 rows starting from the beginning of the part 2026.02.23 16:36:09.209249 [ 196 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 96 rows starting from the beginning of the part 2026.02.23 16:36:09.209289 [ 196 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 78 rows starting from the beginning of the part 2026.02.23 16:36:09.209330 [ 196 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 96 rows starting from the beginning of the part 2026.02.23 16:36:09.209597 [ 278 ] {56aa4c65-fed5-4899-81e4-08f8d37db2d8} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:36:09.209639 [ 278 ] {56aa4c65-fed5-4899-81e4-08f8d37db2d8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2026.02.23 16:36:09.209982 [ 278 ] {56aa4c65-fed5-4899-81e4-08f8d37db2d8} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2026.02.23 16:36:09.210199 [ 278 ] {56aa4c65-fed5-4899-81e4-08f8d37db2d8} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:36:09.210310 [ 104 ] {} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2026.02.23 16:36:09.210321 [ 186 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 1998 rows, containing 5 columns (5 merged, 0 gathered) in 0.001378688 sec., 1449203.880791013 rows/sec., 113.36 MiB/sec. 2026.02.23 16:36:09.210337 [ 104 ] {} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:36:09.210331 [ 278 ] {56aa4c65-fed5-4899-81e4-08f8d37db2d8} executeQuery: Read 160 rows, 11.41 KiB in 0.001221 sec., 131040.13104013103 rows/sec., 9.13 MiB/sec. 2026.02.23 16:36:09.210378 [ 104 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2026.02.23 16:36:09.210420 [ 278 ] {56aa4c65-fed5-4899-81e4-08f8d37db2d8} TCPHandler: Processed in 0.00144145 sec. 2026.02.23 16:36:09.210451 [ 188 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_56_11} MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full 2026.02.23 16:36:09.210537 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:36:09.210539 [ 188 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:36:09.210561 [ 186 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2026.02.23 16:36:09.210593 [ 188 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_56_11} MergeTreeSequentialSource: Reading 3 marks from part all_1_51_10, total 15316 rows starting from the beginning of the part 2026.02.23 16:36:09.210641 [ 278 ] {9635ddda-de42-4ea7-8013-99098f40edeb} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.23 16:36:09.210646 [ 188 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 882 rows starting from the beginning of the part 2026.02.23 16:36:09.210701 [ 188 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 160 rows starting from the beginning of the part 2026.02.23 16:36:09.210704 [ 278 ] {9635ddda-de42-4ea7-8013-99098f40edeb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.23 16:36:09.210741 [ 188 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 160 rows starting from the beginning of the part 2026.02.23 16:36:09.210779 [ 188 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 162 rows starting from the beginning of the part 2026.02.23 16:36:09.210813 [ 188 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 160 rows starting from the beginning of the part 2026.02.23 16:36:09.210911 [ 186 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_56_11} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:36:09.210998 [ 186 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_56_11} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2026.02.23 16:36:09.211100 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB. 2026.02.23 16:36:09.211551 [ 278 ] {9635ddda-de42-4ea7-8013-99098f40edeb} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:36:09.211593 [ 278 ] {9635ddda-de42-4ea7-8013-99098f40edeb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2026.02.23 16:36:09.212163 [ 278 ] {9635ddda-de42-4ea7-8013-99098f40edeb} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2026.02.23 16:36:09.212389 [ 278 ] {9635ddda-de42-4ea7-8013-99098f40edeb} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:36:09.212530 [ 278 ] {9635ddda-de42-4ea7-8013-99098f40edeb} executeQuery: Read 32 rows, 58.72 KiB in 0.001908 sec., 16771.488469601678 rows/sec., 30.05 MiB/sec. 2026.02.23 16:36:09.212599 [ 278 ] {9635ddda-de42-4ea7-8013-99098f40edeb} TCPHandler: Processed in 0.002111894 sec. 2026.02.23 16:36:09.212718 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:36:09.212812 [ 278 ] {3c9ca05c-4d63-44bb-8aaf-6df026f49ed5} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.23 16:36:09.212855 [ 278 ] {3c9ca05c-4d63-44bb-8aaf-6df026f49ed5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.23 16:36:09.213201 [ 278 ] {3c9ca05c-4d63-44bb-8aaf-6df026f49ed5} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:36:09.213238 [ 278 ] {3c9ca05c-4d63-44bb-8aaf-6df026f49ed5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2026.02.23 16:36:09.213661 [ 278 ] {3c9ca05c-4d63-44bb-8aaf-6df026f49ed5} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2026.02.23 16:36:09.213872 [ 278 ] {3c9ca05c-4d63-44bb-8aaf-6df026f49ed5} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:36:09.213985 [ 104 ] {} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2026.02.23 16:36:09.214002 [ 278 ] {3c9ca05c-4d63-44bb-8aaf-6df026f49ed5} executeQuery: Read 60 rows, 4.14 KiB in 0.001208 sec., 49668.874172185424 rows/sec., 3.35 MiB/sec. 2026.02.23 16:36:09.214029 [ 104 ] {} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:36:09.214051 [ 278 ] {3c9ca05c-4d63-44bb-8aaf-6df026f49ed5} TCPHandler: Processed in 0.001382128 sec. 2026.02.23 16:36:09.214055 [ 104 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2026.02.23 16:36:09.214159 [ 198 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_56_11} MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full 2026.02.23 16:36:09.214274 [ 198 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:36:09.214306 [ 198 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 2850 rows starting from the beginning of the part 2026.02.23 16:36:09.214390 [ 198 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 60 rows starting from the beginning of the part 2026.02.23 16:36:09.214434 [ 198 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 60 rows starting from the beginning of the part 2026.02.23 16:36:09.214473 [ 198 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 60 rows starting from the beginning of the part 2026.02.23 16:36:09.214509 [ 198 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 60 rows starting from the beginning of the part 2026.02.23 16:36:09.214546 [ 198 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 60 rows starting from the beginning of the part 2026.02.23 16:36:09.214879 [ 186 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 16840 rows, containing 5 columns (5 merged, 0 gathered) in 0.004450621 sec., 3783741.6396498377 rows/sec., 258.15 MiB/sec. 2026.02.23 16:36:09.215079 [ 191 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2026.02.23 16:36:09.215378 [ 191 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_56_11} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:36:09.215452 [ 191 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_56_11} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2026.02.23 16:36:09.215536 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.44 MiB. 2026.02.23 16:36:09.215827 [ 198 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 3150 rows, containing 4 columns (4 merged, 0 gathered) in 0.001706435 sec., 1845953.6987930979 rows/sec., 121.74 MiB/sec. 2026.02.23 16:36:09.216082 [ 191 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2026.02.23 16:36:09.216327 [ 191 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_56_11} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:36:09.216391 [ 191 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_56_11} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2026.02.23 16:36:09.216464 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.73 MiB. 2026.02.23 16:36:11.173432 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35486 2026.02.23 16:36:11.173540 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:36:11.173568 [ 287 ] {} TCP-Session: 778fa7eb-5509-4b73-92d3-b2e3c7e67f83 Authenticating user 'default' from [fd00:1122:3344:101::e]:35486 2026.02.23 16:36:11.173589 [ 287 ] {} TCP-Session: 778fa7eb-5509-4b73-92d3-b2e3c7e67f83 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:36:11.173601 [ 287 ] {} TCP-Session: 778fa7eb-5509-4b73-92d3-b2e3c7e67f83 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:36:11.173829 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60625 2026.02.23 16:36:11.173844 [ 350 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46980 2026.02.23 16:36:11.173876 [ 355 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42054 2026.02.23 16:36:11.173873 [ 354 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60518 2026.02.23 16:36:11.173929 [ 287 ] {} TCP-Session: 778fa7eb-5509-4b73-92d3-b2e3c7e67f83 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:36:11.173957 [ 355 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:36:11.173953 [ 350 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:36:11.173911 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:36:11.174000 [ 350 ] {} TCP-Session: ad0132ec-b75f-41fc-86a5-cc66bd144ca2 Authenticating user 'default' from [fd00:1122:3344:101::e]:46980 2026.02.23 16:36:11.173992 [ 355 ] {} TCP-Session: b2ca233c-f8e3-41e0-bdf9-693b07483a5e Authenticating user 'default' from [fd00:1122:3344:101::e]:42054 2026.02.23 16:36:11.174025 [ 291 ] {} TCP-Session: c28d39e9-dc92-4347-bea0-3e52a918f038 Authenticating user 'default' from [fd00:1122:3344:101::e]:60625 2026.02.23 16:36:11.174036 [ 350 ] {} TCP-Session: ad0132ec-b75f-41fc-86a5-cc66bd144ca2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:36:11.174048 [ 355 ] {} TCP-Session: b2ca233c-f8e3-41e0-bdf9-693b07483a5e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:36:11.174064 [ 291 ] {} TCP-Session: c28d39e9-dc92-4347-bea0-3e52a918f038 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:36:11.174069 [ 350 ] {} TCP-Session: ad0132ec-b75f-41fc-86a5-cc66bd144ca2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:36:11.174078 [ 355 ] {} TCP-Session: b2ca233c-f8e3-41e0-bdf9-693b07483a5e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:36:11.174098 [ 291 ] {} TCP-Session: c28d39e9-dc92-4347-bea0-3e52a918f038 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:36:11.174126 [ 287 ] {e7917e5d-e8ea-408f-821b-e07326c27460} executeQuery: (from [fd00:1122:3344:101::e]:35486) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.02.23 16:36:11.173852 [ 352 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34493 2026.02.23 16:36:11.173824 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64309 2026.02.23 16:36:11.174214 [ 354 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:36:11.173830 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60660 2026.02.23 16:36:11.174277 [ 354 ] {} TCP-Session: e9d49787-b0d4-46e8-bccb-b90142c4b3f2 Authenticating user 'default' from [fd00:1122:3344:101::e]:60518 2026.02.23 16:36:11.173860 [ 353 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37449 2026.02.23 16:36:11.174311 [ 354 ] {} TCP-Session: e9d49787-b0d4-46e8-bccb-b90142c4b3f2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:36:11.174345 [ 354 ] {} TCP-Session: e9d49787-b0d4-46e8-bccb-b90142c4b3f2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:36:11.174401 [ 287 ] {e7917e5d-e8ea-408f-821b-e07326c27460} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.02.23 16:36:11.174467 [ 287 ] {e7917e5d-e8ea-408f-821b-e07326c27460} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.23 16:36:11.174662 [ 352 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:36:11.174695 [ 352 ] {} TCP-Session: 05f098f0-ce42-41de-8c1b-213411141570 Authenticating user 'default' from [fd00:1122:3344:101::e]:34493 2026.02.23 16:36:11.174712 [ 352 ] {} TCP-Session: 05f098f0-ce42-41de-8c1b-213411141570 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:36:11.174728 [ 352 ] {} TCP-Session: 05f098f0-ce42-41de-8c1b-213411141570 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:36:11.174770 [ 353 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:36:11.174790 [ 287 ] {e7917e5d-e8ea-408f-821b-e07326c27460} oximeter.version (5b0048b8-9e05-4abf-ab1d-311c7f35e206) (SelectExecutor): Key condition: unknown 2026.02.23 16:36:11.174813 [ 353 ] {} TCP-Session: 550f4d66-90e5-43df-9939-dfdc89075cc7 Authenticating user 'default' from [fd00:1122:3344:101::e]:37449 2026.02.23 16:36:11.174840 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:36:11.174847 [ 353 ] {} TCP-Session: 550f4d66-90e5-43df-9939-dfdc89075cc7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:36:11.174868 [ 353 ] {} TCP-Session: 550f4d66-90e5-43df-9939-dfdc89075cc7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:36:11.174870 [ 289 ] {} TCP-Session: 617f51b1-4c93-4625-919c-63c03236bff2 Authenticating user 'default' from [fd00:1122:3344:101::e]:64309 2026.02.23 16:36:11.174892 [ 289 ] {} TCP-Session: 617f51b1-4c93-4625-919c-63c03236bff2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:36:11.174905 [ 289 ] {} TCP-Session: 617f51b1-4c93-4625-919c-63c03236bff2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:36:11.175034 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:36:11.175074 [ 290 ] {} TCP-Session: 1df421d1-45c2-4687-9540-2fdf38015859 Authenticating user 'default' from [fd00:1122:3344:101::e]:60660 2026.02.23 16:36:11.175091 [ 290 ] {} TCP-Session: 1df421d1-45c2-4687-9540-2fdf38015859 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:36:11.175105 [ 290 ] {} TCP-Session: 1df421d1-45c2-4687-9540-2fdf38015859 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:36:11.175815 [ 297 ] {e7917e5d-e8ea-408f-821b-e07326c27460} AggregatingTransform: Aggregating 2026.02.23 16:36:11.175855 [ 297 ] {e7917e5d-e8ea-408f-821b-e07326c27460} Aggregator: Aggregation method: without_key 2026.02.23 16:36:11.175892 [ 297 ] {e7917e5d-e8ea-408f-821b-e07326c27460} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.0009777 sec. (1022.809 rows/sec., 39.95 KiB/sec.) 2026.02.23 16:36:11.175910 [ 297 ] {e7917e5d-e8ea-408f-821b-e07326c27460} Aggregator: Merging aggregated data 2026.02.23 16:36:11.177433 [ 287 ] {e7917e5d-e8ea-408f-821b-e07326c27460} executeQuery: Read 1 rows, 40.00 B in 0.00337 sec., 296.7359050445104 rows/sec., 11.59 KiB/sec. 2026.02.23 16:36:11.177593 [ 287 ] {e7917e5d-e8ea-408f-821b-e07326c27460} TCPHandler: Processed in 0.003783787 sec. 2026.02.23 16:36:11.177691 [ 353 ] {} TCPHandler: Done processing connection. 2026.02.23 16:36:11.177720 [ 352 ] {} TCPHandler: Done processing connection. 2026.02.23 16:36:11.177740 [ 353 ] {} TCP-Session: 550f4d66-90e5-43df-9939-dfdc89075cc7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:36:11.177747 [ 290 ] {} TCPHandler: Done processing connection. 2026.02.23 16:36:11.177767 [ 289 ] {} TCPHandler: Done processing connection. 2026.02.23 16:36:11.177789 [ 291 ] {} TCPHandler: Done processing connection. 2026.02.23 16:36:11.177812 [ 354 ] {} TCPHandler: Done processing connection. 2026.02.23 16:36:11.177831 [ 350 ] {} TCPHandler: Done processing connection. 2026.02.23 16:36:11.177865 [ 287 ] {} TCPHandler: Done processing connection. 2026.02.23 16:36:11.177878 [ 354 ] {} TCP-Session: e9d49787-b0d4-46e8-bccb-b90142c4b3f2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:36:11.177898 [ 350 ] {} TCP-Session: ad0132ec-b75f-41fc-86a5-cc66bd144ca2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:36:11.177908 [ 287 ] {} TCP-Session: 778fa7eb-5509-4b73-92d3-b2e3c7e67f83 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:36:11.177859 [ 291 ] {} TCP-Session: c28d39e9-dc92-4347-bea0-3e52a918f038 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:36:11.177849 [ 355 ] {} TCPHandler: Done processing connection. 2026.02.23 16:36:11.177836 [ 289 ] {} TCP-Session: 617f51b1-4c93-4625-919c-63c03236bff2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:36:11.177993 [ 355 ] {} TCP-Session: b2ca233c-f8e3-41e0-bdf9-693b07483a5e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:36:11.177809 [ 290 ] {} TCP-Session: 1df421d1-45c2-4687-9540-2fdf38015859 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:36:11.177766 [ 352 ] {} TCP-Session: 05f098f0-ce42-41de-8c1b-213411141570 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:36:11.262368 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58585 2026.02.23 16:36:11.262474 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:36:11.262501 [ 287 ] {} TCP-Session: 3e8f5657-3add-44ad-9c1d-7c6cf682c133 Authenticating user 'default' from [fd00:1122:3344:101::e]:58585 2026.02.23 16:36:11.262524 [ 287 ] {} TCP-Session: 3e8f5657-3add-44ad-9c1d-7c6cf682c133 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:36:11.262536 [ 287 ] {} TCP-Session: 3e8f5657-3add-44ad-9c1d-7c6cf682c133 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:36:11.262745 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37258 2026.02.23 16:36:11.262764 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34136 2026.02.23 16:36:11.262803 [ 353 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46526 2026.02.23 16:36:11.262822 [ 355 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:65197 2026.02.23 16:36:11.262817 [ 354 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41648 2026.02.23 16:36:11.262885 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:36:11.262892 [ 353 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:36:11.262916 [ 287 ] {} TCP-Session: 3e8f5657-3add-44ad-9c1d-7c6cf682c133 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:36:11.262927 [ 290 ] {} TCP-Session: 9fbee65d-a450-44f9-8e40-a1b97b2fa11f Authenticating user 'default' from [fd00:1122:3344:101::e]:34136 2026.02.23 16:36:11.262947 [ 355 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:36:11.262958 [ 354 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:36:11.262975 [ 290 ] {} TCP-Session: 9fbee65d-a450-44f9-8e40-a1b97b2fa11f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:36:11.262994 [ 355 ] {} TCP-Session: 8dc307b5-2eee-43f2-9ea6-e9b8d1954f6a Authenticating user 'default' from [fd00:1122:3344:101::e]:65197 2026.02.23 16:36:11.263004 [ 354 ] {} TCP-Session: b7dd710d-a6df-44d3-b808-57b307623ea0 Authenticating user 'default' from [fd00:1122:3344:101::e]:41648 2026.02.23 16:36:11.263006 [ 290 ] {} TCP-Session: 9fbee65d-a450-44f9-8e40-a1b97b2fa11f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:36:11.263028 [ 355 ] {} TCP-Session: 8dc307b5-2eee-43f2-9ea6-e9b8d1954f6a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:36:11.263036 [ 354 ] {} TCP-Session: b7dd710d-a6df-44d3-b808-57b307623ea0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:36:11.263054 [ 355 ] {} TCP-Session: 8dc307b5-2eee-43f2-9ea6-e9b8d1954f6a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:36:11.263072 [ 354 ] {} TCP-Session: b7dd710d-a6df-44d3-b808-57b307623ea0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:36:11.262944 [ 353 ] {} TCP-Session: 472d0057-33b7-40e1-926a-0b2ff5349c27 Authenticating user 'default' from [fd00:1122:3344:101::e]:46526 2026.02.23 16:36:11.263101 [ 287 ] {f45334ff-b22f-414a-939b-911937c793b1} executeQuery: (from [fd00:1122:3344:101::e]:58585) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.02.23 16:36:11.263136 [ 353 ] {} TCP-Session: 472d0057-33b7-40e1-926a-0b2ff5349c27 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:36:11.262794 [ 352 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52151 2026.02.23 16:36:11.263162 [ 353 ] {} TCP-Session: 472d0057-33b7-40e1-926a-0b2ff5349c27 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:36:11.262784 [ 350 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50121 2026.02.23 16:36:11.262770 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60674 2026.02.23 16:36:11.263257 [ 352 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:36:11.262878 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:36:11.263285 [ 350 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:36:11.263296 [ 352 ] {} TCP-Session: 481d5e6a-d5aa-4de1-93b6-9ece0bc58d85 Authenticating user 'default' from [fd00:1122:3344:101::e]:52151 2026.02.23 16:36:11.263324 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:36:11.263332 [ 350 ] {} TCP-Session: e59b5cad-cb63-4388-acbc-4ba923f58fab Authenticating user 'default' from [fd00:1122:3344:101::e]:50121 2026.02.23 16:36:11.263363 [ 291 ] {} TCP-Session: 7a3cb621-28bf-4f6b-8373-a250f02e96ed Authenticating user 'default' from [fd00:1122:3344:101::e]:60674 2026.02.23 16:36:11.263393 [ 287 ] {f45334ff-b22f-414a-939b-911937c793b1} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.02.23 16:36:11.263401 [ 350 ] {} TCP-Session: e59b5cad-cb63-4388-acbc-4ba923f58fab Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:36:11.263410 [ 291 ] {} TCP-Session: 7a3cb621-28bf-4f6b-8373-a250f02e96ed Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:36:11.263438 [ 350 ] {} TCP-Session: e59b5cad-cb63-4388-acbc-4ba923f58fab Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:36:11.263451 [ 291 ] {} TCP-Session: 7a3cb621-28bf-4f6b-8373-a250f02e96ed Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:36:11.263454 [ 287 ] {f45334ff-b22f-414a-939b-911937c793b1} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.23 16:36:11.263345 [ 352 ] {} TCP-Session: 481d5e6a-d5aa-4de1-93b6-9ece0bc58d85 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:36:11.263322 [ 289 ] {} TCP-Session: b9c730a7-d474-43d8-882c-4cf86bb3c09e Authenticating user 'default' from [fd00:1122:3344:101::e]:37258 2026.02.23 16:36:11.263502 [ 352 ] {} TCP-Session: 481d5e6a-d5aa-4de1-93b6-9ece0bc58d85 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:36:11.263527 [ 289 ] {} TCP-Session: b9c730a7-d474-43d8-882c-4cf86bb3c09e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:36:11.263546 [ 289 ] {} TCP-Session: b9c730a7-d474-43d8-882c-4cf86bb3c09e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:36:11.263757 [ 287 ] {f45334ff-b22f-414a-939b-911937c793b1} oximeter.version (5b0048b8-9e05-4abf-ab1d-311c7f35e206) (SelectExecutor): Key condition: unknown 2026.02.23 16:36:11.264738 [ 331 ] {f45334ff-b22f-414a-939b-911937c793b1} AggregatingTransform: Aggregating 2026.02.23 16:36:11.264775 [ 331 ] {f45334ff-b22f-414a-939b-911937c793b1} Aggregator: Aggregation method: without_key 2026.02.23 16:36:11.264810 [ 331 ] {f45334ff-b22f-414a-939b-911937c793b1} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.00094776 sec. (1055.119 rows/sec., 41.22 KiB/sec.) 2026.02.23 16:36:11.264827 [ 331 ] {f45334ff-b22f-414a-939b-911937c793b1} Aggregator: Merging aggregated data 2026.02.23 16:36:11.266017 [ 287 ] {f45334ff-b22f-414a-939b-911937c793b1} executeQuery: Read 1 rows, 40.00 B in 0.002978 sec., 335.795836131632 rows/sec., 13.12 KiB/sec. 2026.02.23 16:36:11.266148 [ 287 ] {f45334ff-b22f-414a-939b-911937c793b1} TCPHandler: Processed in 0.003348289 sec. 2026.02.23 16:36:11.266284 [ 287 ] {} TCPHandler: Done processing connection. 2026.02.23 16:36:11.266315 [ 287 ] {} TCP-Session: 3e8f5657-3add-44ad-9c1d-7c6cf682c133 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:36:11.266315 [ 291 ] {} TCPHandler: Done processing connection. 2026.02.23 16:36:11.266339 [ 355 ] {} TCPHandler: Done processing connection. 2026.02.23 16:36:11.266353 [ 291 ] {} TCP-Session: 7a3cb621-28bf-4f6b-8373-a250f02e96ed Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:36:11.266360 [ 290 ] {} TCPHandler: Done processing connection. 2026.02.23 16:36:11.266385 [ 355 ] {} TCP-Session: 8dc307b5-2eee-43f2-9ea6-e9b8d1954f6a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:36:11.266381 [ 289 ] {} TCPHandler: Done processing connection. 2026.02.23 16:36:11.266402 [ 353 ] {} TCPHandler: Done processing connection. 2026.02.23 16:36:11.266425 [ 350 ] {} TCPHandler: Done processing connection. 2026.02.23 16:36:11.266453 [ 352 ] {} TCPHandler: Done processing connection. 2026.02.23 16:36:11.266478 [ 354 ] {} TCPHandler: Done processing connection. 2026.02.23 16:36:11.266485 [ 350 ] {} TCP-Session: e59b5cad-cb63-4388-acbc-4ba923f58fab Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:36:11.266505 [ 352 ] {} TCP-Session: 481d5e6a-d5aa-4de1-93b6-9ece0bc58d85 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:36:11.266522 [ 354 ] {} TCP-Session: b7dd710d-a6df-44d3-b808-57b307623ea0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:36:11.266465 [ 353 ] {} TCP-Session: 472d0057-33b7-40e1-926a-0b2ff5349c27 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:36:11.266450 [ 289 ] {} TCP-Session: b9c730a7-d474-43d8-882c-4cf86bb3c09e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:36:11.266414 [ 290 ] {} TCP-Session: 9fbee65d-a450-44f9-8e40-a1b97b2fa11f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:36:11.398845 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64086 2026.02.23 16:36:11.398962 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:36:11.399000 [ 287 ] {} TCP-Session: 4d89f30f-9a6f-44e5-bf2b-58de314a6aba Authenticating user 'default' from [fd00:1122:3344:101::e]:64086 2026.02.23 16:36:11.399031 [ 287 ] {} TCP-Session: 4d89f30f-9a6f-44e5-bf2b-58de314a6aba Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:36:11.399044 [ 287 ] {} TCP-Session: 4d89f30f-9a6f-44e5-bf2b-58de314a6aba Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:36:11.399300 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62530 2026.02.23 16:36:11.399320 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51036 2026.02.23 16:36:11.399389 [ 350 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55777 2026.02.23 16:36:11.399421 [ 353 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35534 2026.02.23 16:36:11.399440 [ 355 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50540 2026.02.23 16:36:11.399472 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:36:11.399482 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:36:11.399435 [ 354 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53121 2026.02.23 16:36:11.399528 [ 290 ] {} TCP-Session: df6e6a21-291c-42fe-baaa-63d5b6c66734 Authenticating user 'default' from [fd00:1122:3344:101::e]:51036 2026.02.23 16:36:11.399530 [ 355 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:36:11.399557 [ 290 ] {} TCP-Session: df6e6a21-291c-42fe-baaa-63d5b6c66734 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:36:11.399513 [ 353 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:36:11.399582 [ 355 ] {} TCP-Session: 7d1ceac0-7c76-4b4c-8138-02d2dee7abe4 Authenticating user 'default' from [fd00:1122:3344:101::e]:50540 2026.02.23 16:36:11.399584 [ 354 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:36:11.399611 [ 353 ] {} TCP-Session: 163d340d-0953-4639-af0c-decdc26673ea Authenticating user 'default' from [fd00:1122:3344:101::e]:35534 2026.02.23 16:36:11.399625 [ 355 ] {} TCP-Session: 7d1ceac0-7c76-4b4c-8138-02d2dee7abe4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:36:11.399635 [ 354 ] {} TCP-Session: 9ff3279d-10e5-4ade-8b8b-e8267445f803 Authenticating user 'default' from [fd00:1122:3344:101::e]:53121 2026.02.23 16:36:11.399657 [ 355 ] {} TCP-Session: 7d1ceac0-7c76-4b4c-8138-02d2dee7abe4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:36:11.399653 [ 353 ] {} TCP-Session: 163d340d-0953-4639-af0c-decdc26673ea Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:36:11.399673 [ 354 ] {} TCP-Session: 9ff3279d-10e5-4ade-8b8b-e8267445f803 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:36:11.399696 [ 353 ] {} TCP-Session: 163d340d-0953-4639-af0c-decdc26673ea Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:36:11.399709 [ 354 ] {} TCP-Session: 9ff3279d-10e5-4ade-8b8b-e8267445f803 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:36:11.399582 [ 290 ] {} TCP-Session: df6e6a21-291c-42fe-baaa-63d5b6c66734 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:36:11.399514 [ 289 ] {} TCP-Session: 8cfef8c8-44d8-418b-afb9-1ba2f1e01a6d Authenticating user 'default' from [fd00:1122:3344:101::e]:62530 2026.02.23 16:36:11.399512 [ 350 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:36:11.399791 [ 289 ] {} TCP-Session: 8cfef8c8-44d8-418b-afb9-1ba2f1e01a6d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:36:11.399826 [ 350 ] {} TCP-Session: 10f2391a-3b6c-4a0f-b873-e84121e0d1f0 Authenticating user 'default' from [fd00:1122:3344:101::e]:55777 2026.02.23 16:36:11.399843 [ 289 ] {} TCP-Session: 8cfef8c8-44d8-418b-afb9-1ba2f1e01a6d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:36:11.399861 [ 350 ] {} TCP-Session: 10f2391a-3b6c-4a0f-b873-e84121e0d1f0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:36:11.399406 [ 352 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35785 2026.02.23 16:36:11.399882 [ 350 ] {} TCP-Session: 10f2391a-3b6c-4a0f-b873-e84121e0d1f0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:36:11.399377 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46585 2026.02.23 16:36:11.399452 [ 287 ] {} TCP-Session: 4d89f30f-9a6f-44e5-bf2b-58de314a6aba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:36:11.399966 [ 352 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:36:11.399991 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:36:11.399993 [ 352 ] {} TCP-Session: ee931d28-0423-472a-9de9-568fe13f9c38 Authenticating user 'default' from [fd00:1122:3344:101::e]:35785 2026.02.23 16:36:11.400013 [ 291 ] {} TCP-Session: 223af7a4-78a1-4409-aaef-e5016cb492db Authenticating user 'default' from [fd00:1122:3344:101::e]:46585 2026.02.23 16:36:11.400020 [ 352 ] {} TCP-Session: ee931d28-0423-472a-9de9-568fe13f9c38 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:36:11.400029 [ 291 ] {} TCP-Session: 223af7a4-78a1-4409-aaef-e5016cb492db Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:36:11.400037 [ 352 ] {} TCP-Session: ee931d28-0423-472a-9de9-568fe13f9c38 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:36:11.400044 [ 291 ] {} TCP-Session: 223af7a4-78a1-4409-aaef-e5016cb492db Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:36:11.400127 [ 287 ] {1b25a7aa-b25b-4844-b8d5-e54399d3637a} executeQuery: (from [fd00:1122:3344:101::e]:64086) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.02.23 16:36:11.400393 [ 287 ] {1b25a7aa-b25b-4844-b8d5-e54399d3637a} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.02.23 16:36:11.400448 [ 287 ] {1b25a7aa-b25b-4844-b8d5-e54399d3637a} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.23 16:36:11.400782 [ 287 ] {1b25a7aa-b25b-4844-b8d5-e54399d3637a} oximeter.version (5b0048b8-9e05-4abf-ab1d-311c7f35e206) (SelectExecutor): Key condition: unknown 2026.02.23 16:36:11.401757 [ 336 ] {1b25a7aa-b25b-4844-b8d5-e54399d3637a} AggregatingTransform: Aggregating 2026.02.23 16:36:11.401798 [ 336 ] {1b25a7aa-b25b-4844-b8d5-e54399d3637a} Aggregator: Aggregation method: without_key 2026.02.23 16:36:11.401835 [ 336 ] {1b25a7aa-b25b-4844-b8d5-e54399d3637a} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000949389 sec. (1053.309 rows/sec., 41.14 KiB/sec.) 2026.02.23 16:36:11.401853 [ 336 ] {1b25a7aa-b25b-4844-b8d5-e54399d3637a} Aggregator: Merging aggregated data 2026.02.23 16:36:11.403607 [ 287 ] {1b25a7aa-b25b-4844-b8d5-e54399d3637a} executeQuery: Read 1 rows, 40.00 B in 0.003548 sec., 281.8489289740699 rows/sec., 11.01 KiB/sec. 2026.02.23 16:36:11.403756 [ 287 ] {1b25a7aa-b25b-4844-b8d5-e54399d3637a} TCPHandler: Processed in 0.004442761 sec. 2026.02.23 16:36:11.403851 [ 287 ] {} TCPHandler: Done processing connection. 2026.02.23 16:36:11.403877 [ 289 ] {} TCPHandler: Done processing connection. 2026.02.23 16:36:11.403894 [ 287 ] {} TCP-Session: 4d89f30f-9a6f-44e5-bf2b-58de314a6aba Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:36:11.403906 [ 355 ] {} TCPHandler: Done processing connection. 2026.02.23 16:36:11.403930 [ 289 ] {} TCP-Session: 8cfef8c8-44d8-418b-afb9-1ba2f1e01a6d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:36:11.403943 [ 352 ] {} TCPHandler: Done processing connection. 2026.02.23 16:36:11.403962 [ 350 ] {} TCPHandler: Done processing connection. 2026.02.23 16:36:11.403979 [ 355 ] {} TCP-Session: 7d1ceac0-7c76-4b4c-8138-02d2dee7abe4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:36:11.403981 [ 290 ] {} TCPHandler: Done processing connection. 2026.02.23 16:36:11.404018 [ 354 ] {} TCPHandler: Done processing connection. 2026.02.23 16:36:11.404025 [ 350 ] {} TCP-Session: 10f2391a-3b6c-4a0f-b873-e84121e0d1f0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:36:11.404053 [ 290 ] {} TCP-Session: df6e6a21-291c-42fe-baaa-63d5b6c66734 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:36:11.404064 [ 354 ] {} TCP-Session: 9ff3279d-10e5-4ade-8b8b-e8267445f803 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:36:11.403921 [ 291 ] {} TCPHandler: Done processing connection. 2026.02.23 16:36:11.403999 [ 353 ] {} TCPHandler: Done processing connection. 2026.02.23 16:36:11.404129 [ 291 ] {} TCP-Session: 223af7a4-78a1-4409-aaef-e5016cb492db Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:36:11.404156 [ 353 ] {} TCP-Session: 163d340d-0953-4639-af0c-decdc26673ea Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:36:11.404007 [ 352 ] {} TCP-Session: ee931d28-0423-472a-9de9-568fe13f9c38 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:36:12.570706 [ 99 ] {} DNSResolver: Updating DNS cache 2026.02.23 16:36:12.570763 [ 99 ] {} DNSResolver: Updated DNS cache 2026.02.23 16:36:12.697772 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 19192 2026.02.23 16:36:12.698347 [ 244 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:36:12.698404 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2026.02.23 16:36:12.698992 [ 244 ] {} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.02.23 16:36:12.699334 [ 244 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:36:12.699532 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 19192 2026.02.23 16:36:12.753298 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 1074 2026.02.23 16:36:12.756031 [ 242 ] {} system.query_log (b83b341e-dbaf-448e-9582-20b3e6cd291d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:36:12.756098 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2026.02.23 16:36:12.757341 [ 242 ] {} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.02.23 16:36:12.757633 [ 242 ] {} system.query_log (b83b341e-dbaf-448e-9582-20b3e6cd291d): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:36:12.758023 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1074 2026.02.23 16:36:13.718712 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 302 2026.02.23 16:36:13.737185 [ 243 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:36:13.737254 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2026.02.23 16:36:13.743683 [ 243 ] {} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.02.23 16:36:13.744421 [ 243 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:36:13.748040 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 302 2026.02.23 16:36:14.203227 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:36:14.203585 [ 278 ] {f7ad3bdb-18db-498f-b0c8-351053f9e831} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.23 16:36:14.203679 [ 278 ] {f7ad3bdb-18db-498f-b0c8-351053f9e831} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.23 16:36:14.204348 [ 278 ] {f7ad3bdb-18db-498f-b0c8-351053f9e831} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:36:14.204400 [ 278 ] {f7ad3bdb-18db-498f-b0c8-351053f9e831} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2026.02.23 16:36:14.204803 [ 278 ] {f7ad3bdb-18db-498f-b0c8-351053f9e831} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2026.02.23 16:36:14.205038 [ 278 ] {f7ad3bdb-18db-498f-b0c8-351053f9e831} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:36:14.205201 [ 278 ] {f7ad3bdb-18db-498f-b0c8-351053f9e831} executeQuery: Read 76 rows, 6.41 KiB in 0.001727 sec., 44006.94846554719 rows/sec., 3.63 MiB/sec. 2026.02.23 16:36:14.205255 [ 278 ] {f7ad3bdb-18db-498f-b0c8-351053f9e831} TCPHandler: Processed in 0.002228846 sec. 2026.02.23 16:36:14.205383 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:36:14.205493 [ 278 ] {d37ac49c-7a26-43b7-b504-e02adc8647bb} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.23 16:36:14.205536 [ 278 ] {d37ac49c-7a26-43b7-b504-e02adc8647bb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.23 16:36:14.205952 [ 278 ] {d37ac49c-7a26-43b7-b504-e02adc8647bb} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:36:14.205990 [ 278 ] {d37ac49c-7a26-43b7-b504-e02adc8647bb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2026.02.23 16:36:14.206290 [ 278 ] {d37ac49c-7a26-43b7-b504-e02adc8647bb} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2026.02.23 16:36:14.206498 [ 278 ] {d37ac49c-7a26-43b7-b504-e02adc8647bb} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:36:14.206629 [ 278 ] {d37ac49c-7a26-43b7-b504-e02adc8647bb} executeQuery: Read 10 rows, 770.00 B in 0.00116 sec., 8620.689655172413 rows/sec., 648.24 KiB/sec. 2026.02.23 16:36:14.206670 [ 278 ] {d37ac49c-7a26-43b7-b504-e02adc8647bb} TCPHandler: Processed in 0.001336987 sec. 2026.02.23 16:36:14.206775 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:36:14.206871 [ 278 ] {0fbba256-d228-4e73-9d17-ac25b6fffba5} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.23 16:36:14.206912 [ 278 ] {0fbba256-d228-4e73-9d17-ac25b6fffba5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.23 16:36:14.207326 [ 278 ] {0fbba256-d228-4e73-9d17-ac25b6fffba5} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:36:14.207363 [ 278 ] {0fbba256-d228-4e73-9d17-ac25b6fffba5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2026.02.23 16:36:14.207665 [ 278 ] {0fbba256-d228-4e73-9d17-ac25b6fffba5} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2026.02.23 16:36:14.207881 [ 278 ] {0fbba256-d228-4e73-9d17-ac25b6fffba5} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:36:14.208015 [ 278 ] {0fbba256-d228-4e73-9d17-ac25b6fffba5} executeQuery: Read 74 rows, 5.92 KiB in 0.001163 sec., 63628.54686156492 rows/sec., 4.97 MiB/sec. 2026.02.23 16:36:14.208052 [ 278 ] {0fbba256-d228-4e73-9d17-ac25b6fffba5} TCPHandler: Processed in 0.001325507 sec. 2026.02.23 16:36:14.208169 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:36:14.208264 [ 278 ] {5df3c0a2-6db3-49eb-a750-782d0d283edc} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.23 16:36:14.208309 [ 278 ] {5df3c0a2-6db3-49eb-a750-782d0d283edc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.23 16:36:14.208716 [ 278 ] {5df3c0a2-6db3-49eb-a750-782d0d283edc} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:36:14.208753 [ 278 ] {5df3c0a2-6db3-49eb-a750-782d0d283edc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2026.02.23 16:36:14.209079 [ 278 ] {5df3c0a2-6db3-49eb-a750-782d0d283edc} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2026.02.23 16:36:14.209281 [ 278 ] {5df3c0a2-6db3-49eb-a750-782d0d283edc} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:36:14.209407 [ 278 ] {5df3c0a2-6db3-49eb-a750-782d0d283edc} executeQuery: Read 160 rows, 11.41 KiB in 0.001162 sec., 137693.63166953527 rows/sec., 9.59 MiB/sec. 2026.02.23 16:36:14.209445 [ 278 ] {5df3c0a2-6db3-49eb-a750-782d0d283edc} TCPHandler: Processed in 0.001328988 sec. 2026.02.23 16:36:14.209553 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:36:14.209674 [ 278 ] {8cc8d5dd-5f75-4d61-bd69-11b91686abfa} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.23 16:36:14.209739 [ 278 ] {8cc8d5dd-5f75-4d61-bd69-11b91686abfa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.23 16:36:14.210610 [ 278 ] {8cc8d5dd-5f75-4d61-bd69-11b91686abfa} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:36:14.210646 [ 278 ] {8cc8d5dd-5f75-4d61-bd69-11b91686abfa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2026.02.23 16:36:14.211166 [ 278 ] {8cc8d5dd-5f75-4d61-bd69-11b91686abfa} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2026.02.23 16:36:14.211380 [ 278 ] {8cc8d5dd-5f75-4d61-bd69-11b91686abfa} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:36:14.211515 [ 278 ] {8cc8d5dd-5f75-4d61-bd69-11b91686abfa} executeQuery: Read 10 rows, 18.35 KiB in 0.001866 sec., 5359.056806002143 rows/sec., 9.60 MiB/sec. 2026.02.23 16:36:14.211574 [ 278 ] {8cc8d5dd-5f75-4d61-bd69-11b91686abfa} TCPHandler: Processed in 0.002070772 sec. 2026.02.23 16:36:14.211682 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:36:14.211775 [ 278 ] {351d2f94-3b92-4631-9a5b-318450b2224a} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.23 16:36:14.211816 [ 278 ] {351d2f94-3b92-4631-9a5b-318450b2224a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.23 16:36:14.212156 [ 278 ] {351d2f94-3b92-4631-9a5b-318450b2224a} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:36:14.212194 [ 278 ] {351d2f94-3b92-4631-9a5b-318450b2224a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2026.02.23 16:36:14.212491 [ 278 ] {351d2f94-3b92-4631-9a5b-318450b2224a} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2026.02.23 16:36:14.212702 [ 278 ] {351d2f94-3b92-4631-9a5b-318450b2224a} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:36:14.212824 [ 278 ] {351d2f94-3b92-4631-9a5b-318450b2224a} executeQuery: Read 60 rows, 4.14 KiB in 0.001067 sec., 56232.427366447984 rows/sec., 3.79 MiB/sec. 2026.02.23 16:36:14.212858 [ 278 ] {351d2f94-3b92-4631-9a5b-318450b2224a} TCPHandler: Processed in 0.001224225 sec. 2026.02.23 16:36:19.232055 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:36:19.232253 [ 278 ] {d25c4225-e1d4-4589-a1db-c8acd59242a8} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.02.23 16:36:19.232320 [ 278 ] {d25c4225-e1d4-4589-a1db-c8acd59242a8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.02.23 16:36:19.233011 [ 278 ] {d25c4225-e1d4-4589-a1db-c8acd59242a8} oximeter.fields_i16 (91b3829e-2a99-49e1-955c-43ffdc3fb409): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:36:19.233064 [ 278 ] {d25c4225-e1d4-4589-a1db-c8acd59242a8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2026.02.23 16:36:19.233463 [ 278 ] {d25c4225-e1d4-4589-a1db-c8acd59242a8} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.02.23 16:36:19.233684 [ 278 ] {d25c4225-e1d4-4589-a1db-c8acd59242a8} oximeter.fields_i16 (91b3829e-2a99-49e1-955c-43ffdc3fb409): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:36:19.233844 [ 278 ] {d25c4225-e1d4-4589-a1db-c8acd59242a8} executeQuery: Read 24 rows, 2.04 KiB in 0.001641 sec., 14625.22851919561 rows/sec., 1.21 MiB/sec. 2026.02.23 16:36:19.233896 [ 278 ] {d25c4225-e1d4-4589-a1db-c8acd59242a8} TCPHandler: Processed in 0.00196893 sec. 2026.02.23 16:36:19.234026 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:36:19.234137 [ 278 ] {cd371fdb-6c7c-464a-9f42-4381932596a0} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.02.23 16:36:19.234180 [ 278 ] {cd371fdb-6c7c-464a-9f42-4381932596a0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.02.23 16:36:19.234611 [ 278 ] {cd371fdb-6c7c-464a-9f42-4381932596a0} oximeter.fields_ipaddr (aca7842a-9245-4e3c-8c67-e3828bf88048): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:36:19.234649 [ 278 ] {cd371fdb-6c7c-464a-9f42-4381932596a0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2026.02.23 16:36:19.234946 [ 278 ] {cd371fdb-6c7c-464a-9f42-4381932596a0} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.02.23 16:36:19.235149 [ 278 ] {cd371fdb-6c7c-464a-9f42-4381932596a0} oximeter.fields_ipaddr (aca7842a-9245-4e3c-8c67-e3828bf88048): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:36:19.235279 [ 278 ] {cd371fdb-6c7c-464a-9f42-4381932596a0} executeQuery: Read 6 rows, 501.00 B in 0.001165 sec., 5150.214592274678 rows/sec., 419.96 KiB/sec. 2026.02.23 16:36:19.235318 [ 278 ] {cd371fdb-6c7c-464a-9f42-4381932596a0} TCPHandler: Processed in 0.001342498 sec. 2026.02.23 16:36:19.235427 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:36:19.235530 [ 278 ] {7ba0350a-bb4d-4e66-b5d5-c9fae0ad5d86} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.23 16:36:19.235570 [ 278 ] {7ba0350a-bb4d-4e66-b5d5-c9fae0ad5d86} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.23 16:36:19.236726 [ 278 ] {7ba0350a-bb4d-4e66-b5d5-c9fae0ad5d86} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:36:19.236765 [ 278 ] {7ba0350a-bb4d-4e66-b5d5-c9fae0ad5d86} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2026.02.23 16:36:19.237177 [ 278 ] {7ba0350a-bb4d-4e66-b5d5-c9fae0ad5d86} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2026.02.23 16:36:19.237381 [ 278 ] {7ba0350a-bb4d-4e66-b5d5-c9fae0ad5d86} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:36:19.237512 [ 278 ] {7ba0350a-bb4d-4e66-b5d5-c9fae0ad5d86} executeQuery: Read 1383 rows, 118.71 KiB in 0.002 sec., 691500 rows/sec., 57.97 MiB/sec. 2026.02.23 16:36:19.237549 [ 278 ] {7ba0350a-bb4d-4e66-b5d5-c9fae0ad5d86} TCPHandler: Processed in 0.002170084 sec. 2026.02.23 16:36:19.237665 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:36:19.237764 [ 278 ] {ee2b9560-237b-49fc-9efc-3f45512debb0} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.23 16:36:19.237804 [ 278 ] {ee2b9560-237b-49fc-9efc-3f45512debb0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.23 16:36:19.238240 [ 278 ] {ee2b9560-237b-49fc-9efc-3f45512debb0} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:36:19.238276 [ 278 ] {ee2b9560-237b-49fc-9efc-3f45512debb0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2026.02.23 16:36:19.238562 [ 278 ] {ee2b9560-237b-49fc-9efc-3f45512debb0} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2026.02.23 16:36:19.238762 [ 278 ] {ee2b9560-237b-49fc-9efc-3f45512debb0} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:36:19.238865 [ 93 ] {} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2026.02.23 16:36:19.238889 [ 278 ] {ee2b9560-237b-49fc-9efc-3f45512debb0} executeQuery: Read 50 rows, 3.79 KiB in 0.001144 sec., 43706.293706293705 rows/sec., 3.23 MiB/sec. 2026.02.23 16:36:19.238931 [ 93 ] {} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:36:19.238939 [ 278 ] {ee2b9560-237b-49fc-9efc-3f45512debb0} TCPHandler: Processed in 0.001325697 sec. 2026.02.23 16:36:19.238960 [ 93 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2026.02.23 16:36:19.239059 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:36:19.239086 [ 186 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_56_11} MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full 2026.02.23 16:36:19.239166 [ 278 ] {b2a2c79f-eb4c-4d9a-920c-b1d8fc6b7b9f} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.02.23 16:36:19.239209 [ 278 ] {b2a2c79f-eb4c-4d9a-920c-b1d8fc6b7b9f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.02.23 16:36:19.239243 [ 186 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:36:19.239285 [ 186 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 216 rows starting from the beginning of the part 2026.02.23 16:36:19.239363 [ 186 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 32 rows starting from the beginning of the part 2026.02.23 16:36:19.239418 [ 186 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 14 rows starting from the beginning of the part 2026.02.23 16:36:19.239469 [ 186 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 32 rows starting from the beginning of the part 2026.02.23 16:36:19.239515 [ 186 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 10 rows starting from the beginning of the part 2026.02.23 16:36:19.239562 [ 186 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 50 rows starting from the beginning of the part 2026.02.23 16:36:19.239713 [ 278 ] {b2a2c79f-eb4c-4d9a-920c-b1d8fc6b7b9f} oximeter.fields_u32 (3630ead0-c5da-4e23-a9d2-59d0589dc119): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:36:19.239755 [ 278 ] {b2a2c79f-eb4c-4d9a-920c-b1d8fc6b7b9f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2026.02.23 16:36:19.240075 [ 278 ] {b2a2c79f-eb4c-4d9a-920c-b1d8fc6b7b9f} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.02.23 16:36:19.240305 [ 278 ] {b2a2c79f-eb4c-4d9a-920c-b1d8fc6b7b9f} oximeter.fields_u32 (3630ead0-c5da-4e23-a9d2-59d0589dc119): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:36:19.240436 [ 278 ] {b2a2c79f-eb4c-4d9a-920c-b1d8fc6b7b9f} executeQuery: Read 252 rows, 17.85 KiB in 0.001289 sec., 195500.38789759504 rows/sec., 13.52 MiB/sec. 2026.02.23 16:36:19.240435 [ 198 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 354 rows, containing 5 columns (5 merged, 0 gathered) in 0.001407129 sec., 251576.0815106504 rows/sec., 17.92 MiB/sec. 2026.02.23 16:36:19.240475 [ 278 ] {b2a2c79f-eb4c-4d9a-920c-b1d8fc6b7b9f} TCPHandler: Processed in 0.00146406 sec. 2026.02.23 16:36:19.240608 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:36:19.240641 [ 202 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2026.02.23 16:36:19.240715 [ 278 ] {97f34591-a46c-49d5-bcbb-3f696a472a77} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.02.23 16:36:19.240759 [ 278 ] {97f34591-a46c-49d5-bcbb-3f696a472a77} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.02.23 16:36:19.240927 [ 202 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_56_11} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:36:19.241002 [ 202 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_56_11} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2026.02.23 16:36:19.241072 [ 202 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. 2026.02.23 16:36:19.241157 [ 278 ] {97f34591-a46c-49d5-bcbb-3f696a472a77} oximeter.fields_u8 (bee44bc4-3670-4879-9501-74bd8c0c3792): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:36:19.241197 [ 278 ] {97f34591-a46c-49d5-bcbb-3f696a472a77} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2026.02.23 16:36:19.241486 [ 278 ] {97f34591-a46c-49d5-bcbb-3f696a472a77} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.02.23 16:36:19.241689 [ 278 ] {97f34591-a46c-49d5-bcbb-3f696a472a77} oximeter.fields_u8 (bee44bc4-3670-4879-9501-74bd8c0c3792): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:36:19.241817 [ 278 ] {97f34591-a46c-49d5-bcbb-3f696a472a77} executeQuery: Read 12 rows, 960.00 B in 0.00112 sec., 10714.285714285716 rows/sec., 837.05 KiB/sec. 2026.02.23 16:36:19.241855 [ 278 ] {97f34591-a46c-49d5-bcbb-3f696a472a77} TCPHandler: Processed in 0.001300247 sec. 2026.02.23 16:36:19.241962 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:36:19.242054 [ 278 ] {749a4b38-96f4-4053-985f-4ac90cadd3d3} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.23 16:36:19.242092 [ 278 ] {749a4b38-96f4-4053-985f-4ac90cadd3d3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.23 16:36:19.242773 [ 278 ] {749a4b38-96f4-4053-985f-4ac90cadd3d3} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:36:19.242809 [ 278 ] {749a4b38-96f4-4053-985f-4ac90cadd3d3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2026.02.23 16:36:19.243137 [ 278 ] {749a4b38-96f4-4053-985f-4ac90cadd3d3} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2026.02.23 16:36:19.243338 [ 278 ] {749a4b38-96f4-4053-985f-4ac90cadd3d3} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:36:19.243471 [ 278 ] {749a4b38-96f4-4053-985f-4ac90cadd3d3} executeQuery: Read 594 rows, 45.71 KiB in 0.001434 sec., 414225.94142259413 rows/sec., 31.13 MiB/sec. 2026.02.23 16:36:19.243508 [ 278 ] {749a4b38-96f4-4053-985f-4ac90cadd3d3} TCPHandler: Processed in 0.001593303 sec. 2026.02.23 16:36:19.243615 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:36:19.243710 [ 278 ] {6012a3ea-3366-4a18-a55a-a2661024b6cc} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.23 16:36:19.243752 [ 278 ] {6012a3ea-3366-4a18-a55a-a2661024b6cc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.23 16:36:19.244402 [ 278 ] {6012a3ea-3366-4a18-a55a-a2661024b6cc} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:36:19.244437 [ 278 ] {6012a3ea-3366-4a18-a55a-a2661024b6cc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2026.02.23 16:36:19.244794 [ 278 ] {6012a3ea-3366-4a18-a55a-a2661024b6cc} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2026.02.23 16:36:19.245004 [ 278 ] {6012a3ea-3366-4a18-a55a-a2661024b6cc} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:36:19.245136 [ 278 ] {6012a3ea-3366-4a18-a55a-a2661024b6cc} executeQuery: Read 883 rows, 61.37 KiB in 0.001444 sec., 611495.8448753463 rows/sec., 41.50 MiB/sec. 2026.02.23 16:36:19.245173 [ 278 ] {6012a3ea-3366-4a18-a55a-a2661024b6cc} TCPHandler: Processed in 0.001605533 sec. 2026.02.23 16:36:19.245280 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:36:19.245380 [ 278 ] {ba71a089-9ed7-4b18-84cc-7b7c071cd892} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.23 16:36:19.245433 [ 278 ] {ba71a089-9ed7-4b18-84cc-7b7c071cd892} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.23 16:36:19.246382 [ 278 ] {ba71a089-9ed7-4b18-84cc-7b7c071cd892} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:36:19.246418 [ 278 ] {ba71a089-9ed7-4b18-84cc-7b7c071cd892} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2026.02.23 16:36:19.246954 [ 278 ] {ba71a089-9ed7-4b18-84cc-7b7c071cd892} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2026.02.23 16:36:19.247166 [ 278 ] {ba71a089-9ed7-4b18-84cc-7b7c071cd892} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:36:19.247301 [ 278 ] {ba71a089-9ed7-4b18-84cc-7b7c071cd892} executeQuery: Read 32 rows, 58.72 KiB in 0.001939 sec., 16503.352243424444 rows/sec., 29.57 MiB/sec. 2026.02.23 16:36:19.247303 [ 88 ] {} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2026.02.23 16:36:19.247369 [ 278 ] {ba71a089-9ed7-4b18-84cc-7b7c071cd892} TCPHandler: Processed in 0.002135973 sec. 2026.02.23 16:36:19.247375 [ 88 ] {} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:36:19.247412 [ 88 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2026.02.23 16:36:19.247490 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:36:19.247511 [ 190 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_51_10} MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full 2026.02.23 16:36:19.247588 [ 278 ] {856f804c-c213-4ce4-8199-a53a649e92da} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.23 16:36:19.247634 [ 278 ] {856f804c-c213-4ce4-8199-a53a649e92da} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.23 16:36:19.247735 [ 190 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:36:19.247793 [ 190 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 961 rows starting from the beginning of the part 2026.02.23 16:36:19.247916 [ 190 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 32 rows starting from the beginning of the part 2026.02.23 16:36:19.247996 [ 278 ] {856f804c-c213-4ce4-8199-a53a649e92da} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:36:19.248028 [ 190 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 10 rows starting from the beginning of the part 2026.02.23 16:36:19.248038 [ 278 ] {856f804c-c213-4ce4-8199-a53a649e92da} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2026.02.23 16:36:19.248139 [ 190 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 32 rows starting from the beginning of the part 2026.02.23 16:36:19.248239 [ 190 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 10 rows starting from the beginning of the part 2026.02.23 16:36:19.248337 [ 190 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 32 rows starting from the beginning of the part 2026.02.23 16:36:19.248361 [ 278 ] {856f804c-c213-4ce4-8199-a53a649e92da} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2026.02.23 16:36:19.248575 [ 278 ] {856f804c-c213-4ce4-8199-a53a649e92da} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:36:19.248715 [ 278 ] {856f804c-c213-4ce4-8199-a53a649e92da} executeQuery: Read 60 rows, 4.14 KiB in 0.001146 sec., 52356.02094240837 rows/sec., 3.53 MiB/sec. 2026.02.23 16:36:19.248754 [ 278 ] {856f804c-c213-4ce4-8199-a53a649e92da} TCPHandler: Processed in 0.001312007 sec. 2026.02.23 16:36:19.254475 [ 198 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 1077 rows, containing 19 columns (19 merged, 0 gathered) in 0.007003214 sec., 153786.53286905127 rows/sec., 275.58 MiB/sec. 2026.02.23 16:36:19.255393 [ 202 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2026.02.23 16:36:19.255704 [ 202 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_51_10} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:36:19.255780 [ 202 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_51_10} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2026.02.23 16:36:19.255884 [ 202 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.41 MiB. 2026.02.23 16:36:20.000179 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 299.18 MiB, peak 309.14 MiB, free memory in arenas 0.00 B, will set to 301.20 MiB (RSS), difference: 2.02 MiB 2026.02.23 16:36:20.199677 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 19704 2026.02.23 16:36:20.200341 [ 244 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:36:20.200394 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2026.02.23 16:36:20.200977 [ 244 ] {} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2026.02.23 16:36:20.201213 [ 244 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:36:20.201348 [ 88 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2026.02.23 16:36:20.201363 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 19704 2026.02.23 16:36:20.201389 [ 88 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:36:20.201412 [ 88 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2026.02.23 16:36:20.201582 [ 187 ] {e006da4c-49b0-4d27-967a-f293ec4e8bf5::all_1_41_8} MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full 2026.02.23 16:36:20.201794 [ 187 ] {e006da4c-49b0-4d27-967a-f293ec4e8bf5::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:36:20.201859 [ 187 ] {e006da4c-49b0-4d27-967a-f293ec4e8bf5::all_1_41_8} MergeTreeSequentialSource: Reading 4 marks from part all_1_36_7, total 17272 rows starting from the beginning of the part 2026.02.23 16:36:20.201927 [ 187 ] {e006da4c-49b0-4d27-967a-f293ec4e8bf5::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 512 rows starting from the beginning of the part 2026.02.23 16:36:20.201973 [ 187 ] {e006da4c-49b0-4d27-967a-f293ec4e8bf5::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 448 rows starting from the beginning of the part 2026.02.23 16:36:20.202016 [ 187 ] {e006da4c-49b0-4d27-967a-f293ec4e8bf5::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 512 rows starting from the beginning of the part 2026.02.23 16:36:20.202056 [ 187 ] {e006da4c-49b0-4d27-967a-f293ec4e8bf5::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 448 rows starting from the beginning of the part 2026.02.23 16:36:20.202097 [ 187 ] {e006da4c-49b0-4d27-967a-f293ec4e8bf5::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 512 rows starting from the beginning of the part 2026.02.23 16:36:20.204184 [ 198 ] {e006da4c-49b0-4d27-967a-f293ec4e8bf5::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 19704 rows, containing 4 columns (4 merged, 0 gathered) in 0.002689145 sec., 7327235.980209323 rows/sec., 104.82 MiB/sec. 2026.02.23 16:36:20.204539 [ 192 ] {e006da4c-49b0-4d27-967a-f293ec4e8bf5::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2026.02.23 16:36:20.204820 [ 192 ] {e006da4c-49b0-4d27-967a-f293ec4e8bf5::all_1_41_8} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:36:20.204887 [ 192 ] {e006da4c-49b0-4d27-967a-f293ec4e8bf5::all_1_41_8} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2026.02.23 16:36:20.204997 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.64 MiB. 2026.02.23 16:36:21.248163 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 309 2026.02.23 16:36:21.266615 [ 243 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:36:21.266679 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2026.02.23 16:36:21.272753 [ 243 ] {} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2026.02.23 16:36:21.273448 [ 243 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:36:21.273740 [ 85 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2026.02.23 16:36:21.273811 [ 85 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:36:21.273834 [ 85 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2026.02.23 16:36:21.273941 [ 189 ] {3c5e35cc-2202-4d2d-a2da-f2d3b912fea0::all_1_41_8} MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full 2026.02.23 16:36:21.276947 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 309 2026.02.23 16:36:21.277430 [ 189 ] {3c5e35cc-2202-4d2d-a2da-f2d3b912fea0::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:36:21.278975 [ 189 ] {3c5e35cc-2202-4d2d-a2da-f2d3b912fea0::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 272 rows starting from the beginning of the part 2026.02.23 16:36:21.283844 [ 189 ] {3c5e35cc-2202-4d2d-a2da-f2d3b912fea0::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 7 rows starting from the beginning of the part 2026.02.23 16:36:21.288737 [ 189 ] {3c5e35cc-2202-4d2d-a2da-f2d3b912fea0::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 8 rows starting from the beginning of the part 2026.02.23 16:36:21.293636 [ 189 ] {3c5e35cc-2202-4d2d-a2da-f2d3b912fea0::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 7 rows starting from the beginning of the part 2026.02.23 16:36:21.298595 [ 189 ] {3c5e35cc-2202-4d2d-a2da-f2d3b912fea0::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 8 rows starting from the beginning of the part 2026.02.23 16:36:21.302536 [ 189 ] {3c5e35cc-2202-4d2d-a2da-f2d3b912fea0::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 7 rows starting from the beginning of the part 2026.02.23 16:36:21.354184 [ 198 ] {3c5e35cc-2202-4d2d-a2da-f2d3b912fea0::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 309 rows, containing 679 columns (679 merged, 0 gathered) in 0.080287971 sec., 3848.6462685674296 rows/sec., 19.90 MiB/sec. 2026.02.23 16:36:21.356694 [ 195 ] {3c5e35cc-2202-4d2d-a2da-f2d3b912fea0::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2026.02.23 16:36:21.358838 [ 195 ] {3c5e35cc-2202-4d2d-a2da-f2d3b912fea0::all_1_41_8} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:36:21.358923 [ 195 ] {3c5e35cc-2202-4d2d-a2da-f2d3b912fea0::all_1_41_8} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2026.02.23 16:36:21.361378 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB. 2026.02.23 16:36:22.758271 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 1106 2026.02.23 16:36:22.760659 [ 242 ] {} system.query_log (b83b341e-dbaf-448e-9582-20b3e6cd291d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:36:22.760711 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2026.02.23 16:36:22.761934 [ 242 ] {} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.02.23 16:36:22.762218 [ 242 ] {} system.query_log (b83b341e-dbaf-448e-9582-20b3e6cd291d): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:36:22.762524 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1106 2026.02.23 16:36:24.203217 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:36:24.203421 [ 278 ] {bb086421-092b-4714-9527-51b0dc6367b1} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.23 16:36:24.203496 [ 278 ] {bb086421-092b-4714-9527-51b0dc6367b1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.23 16:36:24.204230 [ 278 ] {bb086421-092b-4714-9527-51b0dc6367b1} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:36:24.204285 [ 278 ] {bb086421-092b-4714-9527-51b0dc6367b1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2026.02.23 16:36:24.204689 [ 278 ] {bb086421-092b-4714-9527-51b0dc6367b1} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2026.02.23 16:36:24.204931 [ 278 ] {bb086421-092b-4714-9527-51b0dc6367b1} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:36:24.205103 [ 278 ] {bb086421-092b-4714-9527-51b0dc6367b1} executeQuery: Read 76 rows, 6.41 KiB in 0.001737 sec., 43753.59815774323 rows/sec., 3.61 MiB/sec. 2026.02.23 16:36:24.205161 [ 278 ] {bb086421-092b-4714-9527-51b0dc6367b1} TCPHandler: Processed in 0.002087663 sec. 2026.02.23 16:36:24.205304 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:36:24.205409 [ 278 ] {a4439b97-aefd-4b54-98f7-c37d40351e65} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.23 16:36:24.205455 [ 278 ] {a4439b97-aefd-4b54-98f7-c37d40351e65} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.23 16:36:24.205876 [ 278 ] {a4439b97-aefd-4b54-98f7-c37d40351e65} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:36:24.205916 [ 278 ] {a4439b97-aefd-4b54-98f7-c37d40351e65} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2026.02.23 16:36:24.206240 [ 278 ] {a4439b97-aefd-4b54-98f7-c37d40351e65} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2026.02.23 16:36:24.206452 [ 278 ] {a4439b97-aefd-4b54-98f7-c37d40351e65} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:36:24.206585 [ 278 ] {a4439b97-aefd-4b54-98f7-c37d40351e65} executeQuery: Read 10 rows, 770.00 B in 0.0012 sec., 8333.333333333334 rows/sec., 626.63 KiB/sec. 2026.02.23 16:36:24.206626 [ 278 ] {a4439b97-aefd-4b54-98f7-c37d40351e65} TCPHandler: Processed in 0.001376129 sec. 2026.02.23 16:36:24.206750 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:36:24.206848 [ 278 ] {514272a2-a22c-422b-88b1-d4cc7857872f} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.23 16:36:24.206889 [ 278 ] {514272a2-a22c-422b-88b1-d4cc7857872f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.23 16:36:24.207320 [ 278 ] {514272a2-a22c-422b-88b1-d4cc7857872f} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:36:24.207358 [ 278 ] {514272a2-a22c-422b-88b1-d4cc7857872f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2026.02.23 16:36:24.207690 [ 278 ] {514272a2-a22c-422b-88b1-d4cc7857872f} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2026.02.23 16:36:24.207907 [ 278 ] {514272a2-a22c-422b-88b1-d4cc7857872f} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:36:24.208036 [ 278 ] {514272a2-a22c-422b-88b1-d4cc7857872f} executeQuery: Read 74 rows, 5.92 KiB in 0.001207 sec., 61309.03065451533 rows/sec., 4.79 MiB/sec. 2026.02.23 16:36:24.208075 [ 278 ] {514272a2-a22c-422b-88b1-d4cc7857872f} TCPHandler: Processed in 0.001376518 sec. 2026.02.23 16:36:24.208195 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:36:24.208294 [ 278 ] {11b20bbc-145c-48d7-92a0-6f8b58236811} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.23 16:36:24.208339 [ 278 ] {11b20bbc-145c-48d7-92a0-6f8b58236811} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.23 16:36:24.208747 [ 278 ] {11b20bbc-145c-48d7-92a0-6f8b58236811} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:36:24.208784 [ 278 ] {11b20bbc-145c-48d7-92a0-6f8b58236811} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2026.02.23 16:36:24.209121 [ 278 ] {11b20bbc-145c-48d7-92a0-6f8b58236811} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2026.02.23 16:36:24.209336 [ 278 ] {11b20bbc-145c-48d7-92a0-6f8b58236811} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:36:24.209472 [ 278 ] {11b20bbc-145c-48d7-92a0-6f8b58236811} executeQuery: Read 160 rows, 11.41 KiB in 0.001197 sec., 133667.50208855473 rows/sec., 9.31 MiB/sec. 2026.02.23 16:36:24.209510 [ 278 ] {11b20bbc-145c-48d7-92a0-6f8b58236811} TCPHandler: Processed in 0.001366558 sec. 2026.02.23 16:36:24.209614 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:36:24.209708 [ 278 ] {8a070ec1-9ec3-434d-88a8-d53af56d36a0} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.23 16:36:24.209762 [ 278 ] {8a070ec1-9ec3-434d-88a8-d53af56d36a0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.23 16:36:24.210540 [ 278 ] {8a070ec1-9ec3-434d-88a8-d53af56d36a0} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:36:24.210578 [ 278 ] {8a070ec1-9ec3-434d-88a8-d53af56d36a0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2026.02.23 16:36:24.211110 [ 278 ] {8a070ec1-9ec3-434d-88a8-d53af56d36a0} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2026.02.23 16:36:24.211339 [ 278 ] {8a070ec1-9ec3-434d-88a8-d53af56d36a0} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:36:24.211480 [ 278 ] {8a070ec1-9ec3-434d-88a8-d53af56d36a0} executeQuery: Read 10 rows, 18.35 KiB in 0.001789 sec., 5589.714924538848 rows/sec., 10.02 MiB/sec. 2026.02.23 16:36:24.211545 [ 278 ] {8a070ec1-9ec3-434d-88a8-d53af56d36a0} TCPHandler: Processed in 0.001981931 sec. 2026.02.23 16:36:24.211655 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:36:24.211752 [ 278 ] {9e5801d2-2561-43f2-8125-9bd50fd19b65} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.23 16:36:24.211822 [ 278 ] {9e5801d2-2561-43f2-8125-9bd50fd19b65} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.23 16:36:24.212163 [ 278 ] {9e5801d2-2561-43f2-8125-9bd50fd19b65} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:36:24.212200 [ 278 ] {9e5801d2-2561-43f2-8125-9bd50fd19b65} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2026.02.23 16:36:24.212518 [ 278 ] {9e5801d2-2561-43f2-8125-9bd50fd19b65} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2026.02.23 16:36:24.212729 [ 278 ] {9e5801d2-2561-43f2-8125-9bd50fd19b65} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:36:24.212857 [ 278 ] {9e5801d2-2561-43f2-8125-9bd50fd19b65} executeQuery: Read 60 rows, 4.14 KiB in 0.001123 sec., 53428.317008014244 rows/sec., 3.60 MiB/sec. 2026.02.23 16:36:24.212898 [ 278 ] {9e5801d2-2561-43f2-8125-9bd50fd19b65} TCPHandler: Processed in 0.001292927 sec. 2026.02.23 16:36:27.570832 [ 70 ] {} DNSResolver: Updating DNS cache 2026.02.23 16:36:27.570885 [ 70 ] {} DNSResolver: Updated DNS cache 2026.02.23 16:36:27.701536 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 20152 2026.02.23 16:36:27.702108 [ 244 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:36:27.702153 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2026.02.23 16:36:27.702647 [ 244 ] {} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2026.02.23 16:36:27.702886 [ 244 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:36:27.703016 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 20152 2026.02.23 16:36:28.777090 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 317 2026.02.23 16:36:28.792329 [ 243 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:36:28.792390 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2026.02.23 16:36:28.797831 [ 243 ] {} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2026.02.23 16:36:28.798517 [ 243 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:36:28.801362 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 317 2026.02.23 16:36:29.204321 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:36:29.204515 [ 278 ] {68b7a7df-a473-48c2-b552-ebbc7d8630b2} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.23 16:36:29.204588 [ 278 ] {68b7a7df-a473-48c2-b552-ebbc7d8630b2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.23 16:36:29.205385 [ 278 ] {68b7a7df-a473-48c2-b552-ebbc7d8630b2} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:36:29.205427 [ 278 ] {68b7a7df-a473-48c2-b552-ebbc7d8630b2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2026.02.23 16:36:29.205828 [ 278 ] {68b7a7df-a473-48c2-b552-ebbc7d8630b2} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2026.02.23 16:36:29.206067 [ 278 ] {68b7a7df-a473-48c2-b552-ebbc7d8630b2} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:36:29.206226 [ 278 ] {68b7a7df-a473-48c2-b552-ebbc7d8630b2} executeQuery: Read 120 rows, 10.47 KiB in 0.001766 sec., 67950.16987542469 rows/sec., 5.79 MiB/sec. 2026.02.23 16:36:29.206277 [ 278 ] {68b7a7df-a473-48c2-b552-ebbc7d8630b2} TCPHandler: Processed in 0.002102263 sec. 2026.02.23 16:36:29.206414 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:36:29.206517 [ 278 ] {6aa1cadc-85b1-4614-9db8-d0ae78cc6d43} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.23 16:36:29.206561 [ 278 ] {6aa1cadc-85b1-4614-9db8-d0ae78cc6d43} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.23 16:36:29.207007 [ 278 ] {6aa1cadc-85b1-4614-9db8-d0ae78cc6d43} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:36:29.207044 [ 278 ] {6aa1cadc-85b1-4614-9db8-d0ae78cc6d43} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2026.02.23 16:36:29.207350 [ 278 ] {6aa1cadc-85b1-4614-9db8-d0ae78cc6d43} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2026.02.23 16:36:29.207558 [ 278 ] {6aa1cadc-85b1-4614-9db8-d0ae78cc6d43} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:36:29.207695 [ 278 ] {6aa1cadc-85b1-4614-9db8-d0ae78cc6d43} executeQuery: Read 32 rows, 2.41 KiB in 0.0012 sec., 26666.666666666668 rows/sec., 1.96 MiB/sec. 2026.02.23 16:36:29.207735 [ 278 ] {6aa1cadc-85b1-4614-9db8-d0ae78cc6d43} TCPHandler: Processed in 0.001375418 sec. 2026.02.23 16:36:29.207846 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:36:29.207942 [ 278 ] {133e321e-34e2-4674-8d84-a8479fa879ef} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.23 16:36:29.207983 [ 278 ] {133e321e-34e2-4674-8d84-a8479fa879ef} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.23 16:36:29.208437 [ 278 ] {133e321e-34e2-4674-8d84-a8479fa879ef} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:36:29.208473 [ 278 ] {133e321e-34e2-4674-8d84-a8479fa879ef} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2026.02.23 16:36:29.208774 [ 278 ] {133e321e-34e2-4674-8d84-a8479fa879ef} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2026.02.23 16:36:29.208983 [ 278 ] {133e321e-34e2-4674-8d84-a8479fa879ef} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:36:29.209109 [ 278 ] {133e321e-34e2-4674-8d84-a8479fa879ef} executeQuery: Read 96 rows, 7.68 KiB in 0.001186 sec., 80944.3507588533 rows/sec., 6.32 MiB/sec. 2026.02.23 16:36:29.209148 [ 278 ] {133e321e-34e2-4674-8d84-a8479fa879ef} TCPHandler: Processed in 0.001353458 sec. 2026.02.23 16:36:29.209266 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:36:29.209362 [ 278 ] {e14e5bdc-7efa-4dcb-8f7a-f031c9d00c0d} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.23 16:36:29.209406 [ 278 ] {e14e5bdc-7efa-4dcb-8f7a-f031c9d00c0d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.23 16:36:29.209824 [ 278 ] {e14e5bdc-7efa-4dcb-8f7a-f031c9d00c0d} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:36:29.209860 [ 278 ] {e14e5bdc-7efa-4dcb-8f7a-f031c9d00c0d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2026.02.23 16:36:29.210183 [ 278 ] {e14e5bdc-7efa-4dcb-8f7a-f031c9d00c0d} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2026.02.23 16:36:29.210395 [ 278 ] {e14e5bdc-7efa-4dcb-8f7a-f031c9d00c0d} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:36:29.210520 [ 278 ] {e14e5bdc-7efa-4dcb-8f7a-f031c9d00c0d} executeQuery: Read 160 rows, 11.41 KiB in 0.001177 sec., 135938.82752761256 rows/sec., 9.47 MiB/sec. 2026.02.23 16:36:29.210558 [ 278 ] {e14e5bdc-7efa-4dcb-8f7a-f031c9d00c0d} TCPHandler: Processed in 0.001342388 sec. 2026.02.23 16:36:29.210665 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:36:29.210759 [ 278 ] {fcc9fa07-0822-46a3-af56-deb30a2896d8} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.23 16:36:29.210813 [ 278 ] {fcc9fa07-0822-46a3-af56-deb30a2896d8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.23 16:36:29.211628 [ 278 ] {fcc9fa07-0822-46a3-af56-deb30a2896d8} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:36:29.211663 [ 278 ] {fcc9fa07-0822-46a3-af56-deb30a2896d8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2026.02.23 16:36:29.212224 [ 278 ] {fcc9fa07-0822-46a3-af56-deb30a2896d8} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2026.02.23 16:36:29.212437 [ 278 ] {fcc9fa07-0822-46a3-af56-deb30a2896d8} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:36:29.212571 [ 278 ] {fcc9fa07-0822-46a3-af56-deb30a2896d8} executeQuery: Read 32 rows, 58.72 KiB in 0.00183 sec., 17486.33879781421 rows/sec., 31.33 MiB/sec. 2026.02.23 16:36:29.212638 [ 278 ] {fcc9fa07-0822-46a3-af56-deb30a2896d8} TCPHandler: Processed in 0.002022391 sec. 2026.02.23 16:36:29.212751 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:36:29.212846 [ 278 ] {eba24c9f-e0ea-4fd6-9707-0d1b62d075b9} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.23 16:36:29.212888 [ 278 ] {eba24c9f-e0ea-4fd6-9707-0d1b62d075b9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.23 16:36:29.213220 [ 278 ] {eba24c9f-e0ea-4fd6-9707-0d1b62d075b9} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:36:29.213255 [ 278 ] {eba24c9f-e0ea-4fd6-9707-0d1b62d075b9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2026.02.23 16:36:29.213562 [ 278 ] {eba24c9f-e0ea-4fd6-9707-0d1b62d075b9} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2026.02.23 16:36:29.213770 [ 278 ] {eba24c9f-e0ea-4fd6-9707-0d1b62d075b9} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:36:29.213897 [ 278 ] {eba24c9f-e0ea-4fd6-9707-0d1b62d075b9} executeQuery: Read 60 rows, 4.14 KiB in 0.001069 sec., 56127.22170252572 rows/sec., 3.78 MiB/sec. 2026.02.23 16:36:29.213934 [ 278 ] {eba24c9f-e0ea-4fd6-9707-0d1b62d075b9} TCPHandler: Processed in 0.001234295 sec. 2026.02.23 16:36:31.185661 [ 67 ] {} oximeter.fields_u8 (bee44bc4-3670-4879-9501-74bd8c0c3792) (MergerMutator): Selected 5 parts from all_1_14_3 to all_18_18_0 2026.02.23 16:36:31.185721 [ 67 ] {} oximeter.fields_u8 (bee44bc4-3670-4879-9501-74bd8c0c3792): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:36:31.185740 [ 67 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2026.02.23 16:36:31.185846 [ 193 ] {bee44bc4-3670-4879-9501-74bd8c0c3792::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.02.23 16:36:31.185987 [ 193 ] {bee44bc4-3670-4879-9501-74bd8c0c3792::all_1_18_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:36:31.186020 [ 193 ] {bee44bc4-3670-4879-9501-74bd8c0c3792::all_1_18_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_14_3, total 160 rows starting from the beginning of the part 2026.02.23 16:36:31.186087 [ 193 ] {bee44bc4-3670-4879-9501-74bd8c0c3792::all_1_18_4} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 12 rows starting from the beginning of the part 2026.02.23 16:36:31.186133 [ 193 ] {bee44bc4-3670-4879-9501-74bd8c0c3792::all_1_18_4} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 12 rows starting from the beginning of the part 2026.02.23 16:36:31.186176 [ 193 ] {bee44bc4-3670-4879-9501-74bd8c0c3792::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.02.23 16:36:31.186217 [ 193 ] {bee44bc4-3670-4879-9501-74bd8c0c3792::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.02.23 16:36:31.187020 [ 198 ] {bee44bc4-3670-4879-9501-74bd8c0c3792::all_1_18_4} MergeTask::MergeProjectionsStage: Merge sorted 208 rows, containing 5 columns (5 merged, 0 gathered) in 0.001217945 sec., 170779.46869522022 rows/sec., 11.32 MiB/sec. 2026.02.23 16:36:31.187176 [ 193 ] {bee44bc4-3670-4879-9501-74bd8c0c3792::all_1_18_4} MergedBlockOutputStream: filled checksums all_1_18_4 (state Temporary) 2026.02.23 16:36:31.187425 [ 193 ] {bee44bc4-3670-4879-9501-74bd8c0c3792::all_1_18_4} oximeter.fields_u8 (bee44bc4-3670-4879-9501-74bd8c0c3792): Renaming temporary part tmp_merge_all_1_18_4 to all_1_18_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:36:31.187494 [ 193 ] {bee44bc4-3670-4879-9501-74bd8c0c3792::all_1_18_4} oximeter.fields_u8 (bee44bc4-3670-4879-9501-74bd8c0c3792) (MergerMutator): Merged 5 parts: [all_1_14_3, all_18_18_0] -> all_1_18_4 2026.02.23 16:36:31.187566 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. 2026.02.23 16:36:32.493923 [ 65 ] {} oximeter.fields_i16 (91b3829e-2a99-49e1-955c-43ffdc3fb409) (MergerMutator): Selected 5 parts from all_1_14_3 to all_18_18_0 2026.02.23 16:36:32.493986 [ 65 ] {} oximeter.fields_i16 (91b3829e-2a99-49e1-955c-43ffdc3fb409): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:36:32.494009 [ 65 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2026.02.23 16:36:32.494131 [ 200 ] {91b3829e-2a99-49e1-955c-43ffdc3fb409::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.02.23 16:36:32.494285 [ 200 ] {91b3829e-2a99-49e1-955c-43ffdc3fb409::all_1_18_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:36:32.494324 [ 200 ] {91b3829e-2a99-49e1-955c-43ffdc3fb409::all_1_18_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_14_3, total 308 rows starting from the beginning of the part 2026.02.23 16:36:32.494398 [ 200 ] {91b3829e-2a99-49e1-955c-43ffdc3fb409::all_1_18_4} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 24 rows starting from the beginning of the part 2026.02.23 16:36:32.494449 [ 200 ] {91b3829e-2a99-49e1-955c-43ffdc3fb409::all_1_18_4} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 24 rows starting from the beginning of the part 2026.02.23 16:36:32.494496 [ 200 ] {91b3829e-2a99-49e1-955c-43ffdc3fb409::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.02.23 16:36:32.494544 [ 200 ] {91b3829e-2a99-49e1-955c-43ffdc3fb409::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.02.23 16:36:32.495446 [ 198 ] {91b3829e-2a99-49e1-955c-43ffdc3fb409::all_1_18_4} MergeTask::MergeProjectionsStage: Merge sorted 404 rows, containing 5 columns (5 merged, 0 gathered) in 0.001368108 sec., 295298.3244012899 rows/sec., 21.59 MiB/sec. 2026.02.23 16:36:32.495674 [ 197 ] {91b3829e-2a99-49e1-955c-43ffdc3fb409::all_1_18_4} MergedBlockOutputStream: filled checksums all_1_18_4 (state Temporary) 2026.02.23 16:36:32.496004 [ 197 ] {91b3829e-2a99-49e1-955c-43ffdc3fb409::all_1_18_4} oximeter.fields_i16 (91b3829e-2a99-49e1-955c-43ffdc3fb409): Renaming temporary part tmp_merge_all_1_18_4 to all_1_18_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:36:32.496090 [ 197 ] {91b3829e-2a99-49e1-955c-43ffdc3fb409::all_1_18_4} oximeter.fields_i16 (91b3829e-2a99-49e1-955c-43ffdc3fb409) (MergerMutator): Merged 5 parts: [all_1_14_3, all_18_18_0] -> all_1_18_4 2026.02.23 16:36:32.496205 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. 2026.02.23 16:36:32.762764 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 1130 2026.02.23 16:36:32.765228 [ 242 ] {} system.query_log (b83b341e-dbaf-448e-9582-20b3e6cd291d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:36:32.765268 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2026.02.23 16:36:32.766412 [ 242 ] {} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.02.23 16:36:32.766665 [ 242 ] {} system.query_log (b83b341e-dbaf-448e-9582-20b3e6cd291d): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:36:32.766857 [ 65 ] {} system.query_log (b83b341e-dbaf-448e-9582-20b3e6cd291d) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.02.23 16:36:32.766924 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1130 2026.02.23 16:36:32.766926 [ 65 ] {} system.query_log (b83b341e-dbaf-448e-9582-20b3e6cd291d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:36:32.766984 [ 65 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2026.02.23 16:36:32.767111 [ 193 ] {b83b341e-dbaf-448e-9582-20b3e6cd291d::all_1_31_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full 2026.02.23 16:36:32.767743 [ 193 ] {b83b341e-dbaf-448e-9582-20b3e6cd291d::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:36:32.767907 [ 193 ] {b83b341e-dbaf-448e-9582-20b3e6cd291d::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 986 rows starting from the beginning of the part 2026.02.23 16:36:32.768304 [ 193 ] {b83b341e-dbaf-448e-9582-20b3e6cd291d::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 32 rows starting from the beginning of the part 2026.02.23 16:36:32.768666 [ 193 ] {b83b341e-dbaf-448e-9582-20b3e6cd291d::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 24 rows starting from the beginning of the part 2026.02.23 16:36:32.769027 [ 193 ] {b83b341e-dbaf-448e-9582-20b3e6cd291d::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 32 rows starting from the beginning of the part 2026.02.23 16:36:32.769360 [ 193 ] {b83b341e-dbaf-448e-9582-20b3e6cd291d::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 32 rows starting from the beginning of the part 2026.02.23 16:36:32.769671 [ 193 ] {b83b341e-dbaf-448e-9582-20b3e6cd291d::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 24 rows starting from the beginning of the part 2026.02.23 16:36:32.775856 [ 198 ] {b83b341e-dbaf-448e-9582-20b3e6cd291d::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 1130 rows, containing 72 columns (72 merged, 0 gathered) in 0.008805681 sec., 128326.24756676969 rows/sec., 105.02 MiB/sec. 2026.02.23 16:36:32.777359 [ 194 ] {b83b341e-dbaf-448e-9582-20b3e6cd291d::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.02.23 16:36:32.777903 [ 194 ] {b83b341e-dbaf-448e-9582-20b3e6cd291d::all_1_31_6} system.query_log (b83b341e-dbaf-448e-9582-20b3e6cd291d): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:36:32.777975 [ 194 ] {b83b341e-dbaf-448e-9582-20b3e6cd291d::all_1_31_6} system.query_log (b83b341e-dbaf-448e-9582-20b3e6cd291d) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.02.23 16:36:32.778270 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.77 MiB. 2026.02.23 16:36:34.211086 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:36:34.211288 [ 278 ] {6b72ef66-0288-40e2-a477-7b67d827de7a} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.02.23 16:36:34.211358 [ 278 ] {6b72ef66-0288-40e2-a477-7b67d827de7a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.02.23 16:36:34.212152 [ 278 ] {6b72ef66-0288-40e2-a477-7b67d827de7a} oximeter.fields_i16 (91b3829e-2a99-49e1-955c-43ffdc3fb409): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:36:34.212200 [ 278 ] {6b72ef66-0288-40e2-a477-7b67d827de7a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2026.02.23 16:36:34.212609 [ 278 ] {6b72ef66-0288-40e2-a477-7b67d827de7a} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.02.23 16:36:34.212846 [ 278 ] {6b72ef66-0288-40e2-a477-7b67d827de7a} oximeter.fields_i16 (91b3829e-2a99-49e1-955c-43ffdc3fb409): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:36:34.213006 [ 278 ] {6b72ef66-0288-40e2-a477-7b67d827de7a} executeQuery: Read 284 rows, 18.47 KiB in 0.001773 sec., 160180.4850535815 rows/sec., 10.17 MiB/sec. 2026.02.23 16:36:34.213057 [ 278 ] {6b72ef66-0288-40e2-a477-7b67d827de7a} TCPHandler: Processed in 0.002110803 sec. 2026.02.23 16:36:34.213186 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:36:34.213290 [ 278 ] {ce217e27-af3f-4c06-81ca-d463c20cbf2f} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.02.23 16:36:34.213334 [ 278 ] {ce217e27-af3f-4c06-81ca-d463c20cbf2f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.02.23 16:36:34.213747 [ 278 ] {ce217e27-af3f-4c06-81ca-d463c20cbf2f} oximeter.fields_ipaddr (aca7842a-9245-4e3c-8c67-e3828bf88048): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:36:34.213786 [ 278 ] {ce217e27-af3f-4c06-81ca-d463c20cbf2f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2026.02.23 16:36:34.214100 [ 278 ] {ce217e27-af3f-4c06-81ca-d463c20cbf2f} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.02.23 16:36:34.214318 [ 278 ] {ce217e27-af3f-4c06-81ca-d463c20cbf2f} oximeter.fields_ipaddr (aca7842a-9245-4e3c-8c67-e3828bf88048): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:36:34.214458 [ 278 ] {ce217e27-af3f-4c06-81ca-d463c20cbf2f} executeQuery: Read 4 rows, 334.00 B in 0.001191 sec., 3358.5222502099077 rows/sec., 273.86 KiB/sec. 2026.02.23 16:36:34.214499 [ 278 ] {ce217e27-af3f-4c06-81ca-d463c20cbf2f} TCPHandler: Processed in 0.001366338 sec. 2026.02.23 16:36:34.214604 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:36:34.214700 [ 278 ] {20777e09-f90b-43f3-bf46-e77bdc2b926c} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.23 16:36:34.214741 [ 278 ] {20777e09-f90b-43f3-bf46-e77bdc2b926c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.23 16:36:34.215562 [ 278 ] {20777e09-f90b-43f3-bf46-e77bdc2b926c} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:36:34.215600 [ 278 ] {20777e09-f90b-43f3-bf46-e77bdc2b926c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2026.02.23 16:36:34.215978 [ 278 ] {20777e09-f90b-43f3-bf46-e77bdc2b926c} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2026.02.23 16:36:34.216192 [ 278 ] {20777e09-f90b-43f3-bf46-e77bdc2b926c} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:36:34.216324 [ 278 ] {20777e09-f90b-43f3-bf46-e77bdc2b926c} executeQuery: Read 819 rows, 66.34 KiB in 0.001643 sec., 498478.3931832015 rows/sec., 39.43 MiB/sec. 2026.02.23 16:36:34.216336 [ 60 ] {} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2026.02.23 16:36:34.216364 [ 278 ] {20777e09-f90b-43f3-bf46-e77bdc2b926c} TCPHandler: Processed in 0.001810887 sec. 2026.02.23 16:36:34.216409 [ 60 ] {} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:36:34.216439 [ 60 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2026.02.23 16:36:34.216508 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:36:34.216557 [ 198 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_61_12} MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full 2026.02.23 16:36:34.216633 [ 278 ] {0c9370bc-a93c-414a-bf9a-b68b74f243f9} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.23 16:36:34.216688 [ 278 ] {0c9370bc-a93c-414a-bf9a-b68b74f243f9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.23 16:36:34.216698 [ 198 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:36:34.216737 [ 198 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 2152 rows starting from the beginning of the part 2026.02.23 16:36:34.216804 [ 198 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 76 rows starting from the beginning of the part 2026.02.23 16:36:34.216848 [ 198 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 1383 rows starting from the beginning of the part 2026.02.23 16:36:34.216890 [ 198 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 76 rows starting from the beginning of the part 2026.02.23 16:36:34.216929 [ 198 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 120 rows starting from the beginning of the part 2026.02.23 16:36:34.216968 [ 198 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 819 rows starting from the beginning of the part 2026.02.23 16:36:34.217221 [ 278 ] {0c9370bc-a93c-414a-bf9a-b68b74f243f9} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:36:34.217272 [ 278 ] {0c9370bc-a93c-414a-bf9a-b68b74f243f9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2026.02.23 16:36:34.217627 [ 278 ] {0c9370bc-a93c-414a-bf9a-b68b74f243f9} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2026.02.23 16:36:34.217861 [ 278 ] {0c9370bc-a93c-414a-bf9a-b68b74f243f9} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:36:34.217992 [ 278 ] {0c9370bc-a93c-414a-bf9a-b68b74f243f9} executeQuery: Read 156 rows, 9.57 KiB in 0.001384 sec., 112716.76300578035 rows/sec., 6.75 MiB/sec. 2026.02.23 16:36:34.218030 [ 278 ] {0c9370bc-a93c-414a-bf9a-b68b74f243f9} TCPHandler: Processed in 0.001584593 sec. 2026.02.23 16:36:34.218142 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:36:34.218237 [ 278 ] {1e8dbf87-0f4e-4c91-a4a5-5fcd7c1bf224} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.02.23 16:36:34.218276 [ 278 ] {1e8dbf87-0f4e-4c91-a4a5-5fcd7c1bf224} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.02.23 16:36:34.218701 [ 278 ] {1e8dbf87-0f4e-4c91-a4a5-5fcd7c1bf224} oximeter.fields_u32 (3630ead0-c5da-4e23-a9d2-59d0589dc119): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:36:34.218736 [ 278 ] {1e8dbf87-0f4e-4c91-a4a5-5fcd7c1bf224} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2026.02.23 16:36:34.218936 [ 194 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 4626 rows, containing 5 columns (5 merged, 0 gathered) in 0.002432 sec., 1902138.1578947366 rows/sec., 163.64 MiB/sec. 2026.02.23 16:36:34.219033 [ 278 ] {1e8dbf87-0f4e-4c91-a4a5-5fcd7c1bf224} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.02.23 16:36:34.219174 [ 198 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2026.02.23 16:36:34.219276 [ 278 ] {1e8dbf87-0f4e-4c91-a4a5-5fcd7c1bf224} oximeter.fields_u32 (3630ead0-c5da-4e23-a9d2-59d0589dc119): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:36:34.219433 [ 278 ] {1e8dbf87-0f4e-4c91-a4a5-5fcd7c1bf224} executeQuery: Read 149 rows, 9.86 KiB in 0.001215 sec., 122633.74485596709 rows/sec., 7.92 MiB/sec. 2026.02.23 16:36:34.219453 [ 198 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_61_12} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:36:34.219474 [ 278 ] {1e8dbf87-0f4e-4c91-a4a5-5fcd7c1bf224} TCPHandler: Processed in 0.001379808 sec. 2026.02.23 16:36:34.219531 [ 198 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_61_12} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2026.02.23 16:36:34.219593 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:36:34.219606 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.05 MiB. 2026.02.23 16:36:34.219696 [ 278 ] {1676a2a4-6f1b-44a9-98bf-0987d4175d6e} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.02.23 16:36:34.219740 [ 278 ] {1676a2a4-6f1b-44a9-98bf-0987d4175d6e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.02.23 16:36:34.220164 [ 278 ] {1676a2a4-6f1b-44a9-98bf-0987d4175d6e} oximeter.fields_u8 (bee44bc4-3670-4879-9501-74bd8c0c3792): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:36:34.220199 [ 278 ] {1676a2a4-6f1b-44a9-98bf-0987d4175d6e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2026.02.23 16:36:34.220498 [ 278 ] {1676a2a4-6f1b-44a9-98bf-0987d4175d6e} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.02.23 16:36:34.220734 [ 278 ] {1676a2a4-6f1b-44a9-98bf-0987d4175d6e} oximeter.fields_u8 (bee44bc4-3670-4879-9501-74bd8c0c3792): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:36:34.220859 [ 278 ] {1676a2a4-6f1b-44a9-98bf-0987d4175d6e} executeQuery: Read 148 rows, 8.62 KiB in 0.001182 sec., 125211.50592216582 rows/sec., 7.12 MiB/sec. 2026.02.23 16:36:34.220897 [ 278 ] {1676a2a4-6f1b-44a9-98bf-0987d4175d6e} TCPHandler: Processed in 0.001354078 sec. 2026.02.23 16:36:34.221009 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:36:34.221101 [ 278 ] {c4159c91-4440-42a5-8fc7-99ed56907e4b} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.23 16:36:34.221140 [ 278 ] {c4159c91-4440-42a5-8fc7-99ed56907e4b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.23 16:36:34.221744 [ 278 ] {c4159c91-4440-42a5-8fc7-99ed56907e4b} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:36:34.221778 [ 278 ] {c4159c91-4440-42a5-8fc7-99ed56907e4b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2026.02.23 16:36:34.222101 [ 278 ] {c4159c91-4440-42a5-8fc7-99ed56907e4b} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2026.02.23 16:36:34.222314 [ 278 ] {c4159c91-4440-42a5-8fc7-99ed56907e4b} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:36:34.222412 [ 59 ] {} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2026.02.23 16:36:34.222439 [ 278 ] {c4159c91-4440-42a5-8fc7-99ed56907e4b} executeQuery: Read 504 rows, 36.31 KiB in 0.001355 sec., 371955.71955719555 rows/sec., 26.17 MiB/sec. 2026.02.23 16:36:34.222455 [ 59 ] {} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:36:34.222476 [ 278 ] {c4159c91-4440-42a5-8fc7-99ed56907e4b} TCPHandler: Processed in 0.001514201 sec. 2026.02.23 16:36:34.222477 [ 59 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2026.02.23 16:36:34.222579 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:36:34.222594 [ 196 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_61_12} MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full 2026.02.23 16:36:34.222671 [ 278 ] {907a83d4-e9f0-40c0-86e1-66ddf92b5936} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.02.23 16:36:34.222715 [ 278 ] {907a83d4-e9f0-40c0-86e1-66ddf92b5936} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.02.23 16:36:34.222726 [ 196 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:36:34.222769 [ 196 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 1062 rows starting from the beginning of the part 2026.02.23 16:36:34.222840 [ 196 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 74 rows starting from the beginning of the part 2026.02.23 16:36:34.222889 [ 196 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 594 rows starting from the beginning of the part 2026.02.23 16:36:34.222941 [ 196 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 74 rows starting from the beginning of the part 2026.02.23 16:36:34.222988 [ 196 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 96 rows starting from the beginning of the part 2026.02.23 16:36:34.223032 [ 196 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 504 rows starting from the beginning of the part 2026.02.23 16:36:34.223036 [ 278 ] {907a83d4-e9f0-40c0-86e1-66ddf92b5936} oximeter.measurements_bool (4d7206cf-919d-48fb-bf2a-954f10b7f89e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:36:34.223080 [ 278 ] {907a83d4-e9f0-40c0-86e1-66ddf92b5936} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2026.02.23 16:36:34.223499 [ 278 ] {907a83d4-e9f0-40c0-86e1-66ddf92b5936} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.02.23 16:36:34.223781 [ 278 ] {907a83d4-e9f0-40c0-86e1-66ddf92b5936} oximeter.measurements_bool (4d7206cf-919d-48fb-bf2a-954f10b7f89e): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:36:34.223944 [ 278 ] {907a83d4-e9f0-40c0-86e1-66ddf92b5936} executeQuery: Read 6 rows, 321.00 B in 0.00129 sec., 4651.162790697675 rows/sec., 243.01 KiB/sec. 2026.02.23 16:36:34.223992 [ 278 ] {907a83d4-e9f0-40c0-86e1-66ddf92b5936} TCPHandler: Processed in 0.001460159 sec. 2026.02.23 16:36:34.224118 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:36:34.224234 [ 278 ] {a28b1a47-d818-465b-82ef-c45721f0fd57} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.23 16:36:34.224272 [ 194 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 2404 rows, containing 5 columns (5 merged, 0 gathered) in 0.001728185 sec., 1391054.7771216624 rows/sec., 107.41 MiB/sec. 2026.02.23 16:36:34.224285 [ 278 ] {a28b1a47-d818-465b-82ef-c45721f0fd57} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.23 16:36:34.224491 [ 191 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2026.02.23 16:36:34.224739 [ 278 ] {a28b1a47-d818-465b-82ef-c45721f0fd57} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:36:34.224743 [ 191 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_61_12} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:36:34.224774 [ 278 ] {a28b1a47-d818-465b-82ef-c45721f0fd57} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2026.02.23 16:36:34.224827 [ 191 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_61_12} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2026.02.23 16:36:34.224914 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.63 MiB. 2026.02.23 16:36:34.225110 [ 278 ] {a28b1a47-d818-465b-82ef-c45721f0fd57} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2026.02.23 16:36:34.225327 [ 278 ] {a28b1a47-d818-465b-82ef-c45721f0fd57} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:36:34.225434 [ 59 ] {} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2026.02.23 16:36:34.225455 [ 278 ] {a28b1a47-d818-465b-82ef-c45721f0fd57} executeQuery: Read 267 rows, 18.17 KiB in 0.001245 sec., 214457.8313253012 rows/sec., 14.25 MiB/sec. 2026.02.23 16:36:34.225459 [ 59 ] {} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:36:34.225486 [ 59 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2026.02.23 16:36:34.225495 [ 278 ] {a28b1a47-d818-465b-82ef-c45721f0fd57} TCPHandler: Processed in 0.001438379 sec. 2026.02.23 16:36:34.225553 [ 196 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_61_12} MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full 2026.02.23 16:36:34.225614 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:36:34.225650 [ 196 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:36:34.225682 [ 196 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_61_12} MergeTreeSequentialSource: Reading 4 marks from part all_1_56_11, total 16840 rows starting from the beginning of the part 2026.02.23 16:36:34.225714 [ 278 ] {5718866a-f5e2-4c55-9498-1b5224e83b71} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.02.23 16:36:34.225727 [ 196 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 160 rows starting from the beginning of the part 2026.02.23 16:36:34.225764 [ 278 ] {5718866a-f5e2-4c55-9498-1b5224e83b71} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.02.23 16:36:34.225776 [ 196 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 883 rows starting from the beginning of the part 2026.02.23 16:36:34.225819 [ 196 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 160 rows starting from the beginning of the part 2026.02.23 16:36:34.225855 [ 196 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 160 rows starting from the beginning of the part 2026.02.23 16:36:34.225890 [ 196 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 267 rows starting from the beginning of the part 2026.02.23 16:36:34.226091 [ 278 ] {5718866a-f5e2-4c55-9498-1b5224e83b71} oximeter.measurements_f64 (97dc9cb4-ce5b-499b-8326-a1427ee1bb47): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:36:34.226133 [ 278 ] {5718866a-f5e2-4c55-9498-1b5224e83b71} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2026.02.23 16:36:34.226477 [ 278 ] {5718866a-f5e2-4c55-9498-1b5224e83b71} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.02.23 16:36:34.226688 [ 278 ] {5718866a-f5e2-4c55-9498-1b5224e83b71} oximeter.measurements_f64 (97dc9cb4-ce5b-499b-8326-a1427ee1bb47): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:36:34.226815 [ 278 ] {5718866a-f5e2-4c55-9498-1b5224e83b71} executeQuery: Read 1 rows, 69.00 B in 0.00112 sec., 892.8571428571429 rows/sec., 60.16 KiB/sec. 2026.02.23 16:36:34.226853 [ 278 ] {5718866a-f5e2-4c55-9498-1b5224e83b71} TCPHandler: Processed in 0.001289416 sec. 2026.02.23 16:36:34.226955 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:36:34.227051 [ 278 ] {b3e18be5-8d32-4445-ad13-73088f2ce8b4} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.23 16:36:34.227105 [ 278 ] {b3e18be5-8d32-4445-ad13-73088f2ce8b4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.23 16:36:34.227874 [ 278 ] {b3e18be5-8d32-4445-ad13-73088f2ce8b4} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:36:34.227912 [ 278 ] {b3e18be5-8d32-4445-ad13-73088f2ce8b4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2026.02.23 16:36:34.228452 [ 278 ] {b3e18be5-8d32-4445-ad13-73088f2ce8b4} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2026.02.23 16:36:34.228681 [ 278 ] {b3e18be5-8d32-4445-ad13-73088f2ce8b4} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:36:34.228820 [ 278 ] {b3e18be5-8d32-4445-ad13-73088f2ce8b4} executeQuery: Read 10 rows, 18.35 KiB in 0.001786 sec., 5599.104143337066 rows/sec., 10.03 MiB/sec. 2026.02.23 16:36:34.228884 [ 278 ] {b3e18be5-8d32-4445-ad13-73088f2ce8b4} TCPHandler: Processed in 0.001978751 sec. 2026.02.23 16:36:34.228995 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:36:34.229091 [ 278 ] {f0fc41eb-632c-4c03-a485-0aecb19611cf} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.23 16:36:34.229133 [ 278 ] {f0fc41eb-632c-4c03-a485-0aecb19611cf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.23 16:36:34.229464 [ 278 ] {f0fc41eb-632c-4c03-a485-0aecb19611cf} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:36:34.229499 [ 278 ] {f0fc41eb-632c-4c03-a485-0aecb19611cf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2026.02.23 16:36:34.229950 [ 278 ] {f0fc41eb-632c-4c03-a485-0aecb19611cf} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2026.02.23 16:36:34.230173 [ 278 ] {f0fc41eb-632c-4c03-a485-0aecb19611cf} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:36:34.230271 [ 59 ] {} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2026.02.23 16:36:34.230301 [ 59 ] {} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:36:34.230302 [ 278 ] {f0fc41eb-632c-4c03-a485-0aecb19611cf} executeQuery: Read 90 rows, 5.77 KiB in 0.001229 sec., 73230.26851098453 rows/sec., 4.58 MiB/sec. 2026.02.23 16:36:34.230321 [ 59 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2026.02.23 16:36:34.230346 [ 278 ] {f0fc41eb-632c-4c03-a485-0aecb19611cf} TCPHandler: Processed in 0.001401199 sec. 2026.02.23 16:36:34.230396 [ 191 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_61_12} MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full 2026.02.23 16:36:34.230492 [ 191 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:36:34.230524 [ 191 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 3150 rows starting from the beginning of the part 2026.02.23 16:36:34.230584 [ 191 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 60 rows starting from the beginning of the part 2026.02.23 16:36:34.230632 [ 191 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 60 rows starting from the beginning of the part 2026.02.23 16:36:34.230676 [ 191 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 60 rows starting from the beginning of the part 2026.02.23 16:36:34.230720 [ 191 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 60 rows starting from the beginning of the part 2026.02.23 16:36:34.230761 [ 191 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 90 rows starting from the beginning of the part 2026.02.23 16:36:34.232079 [ 202 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 18470 rows, containing 5 columns (5 merged, 0 gathered) in 0.006553695 sec., 2818257.486807061 rows/sec., 192.26 MiB/sec. 2026.02.23 16:36:34.232082 [ 190 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 3480 rows, containing 4 columns (4 merged, 0 gathered) in 0.001718075 sec., 2025522.7507530232 rows/sec., 133.61 MiB/sec. 2026.02.23 16:36:34.232366 [ 202 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2026.02.23 16:36:34.232533 [ 190 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2026.02.23 16:36:34.232693 [ 202 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_61_12} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:36:34.232789 [ 202 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_61_12} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2026.02.23 16:36:34.232839 [ 190 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_61_12} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:36:34.232893 [ 202 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.17 MiB. 2026.02.23 16:36:34.232913 [ 190 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_61_12} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2026.02.23 16:36:34.232991 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.75 MiB. 2026.02.23 16:36:35.000236 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 304.31 MiB, peak 315.72 MiB, free memory in arenas 0.00 B, will set to 306.72 MiB (RSS), difference: 2.41 MiB 2026.02.23 16:36:35.204080 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 20664 2026.02.23 16:36:35.204567 [ 244 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:36:35.204605 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2026.02.23 16:36:35.205076 [ 244 ] {} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2026.02.23 16:36:35.205306 [ 244 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:36:35.205435 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 20664 2026.02.23 16:36:36.302425 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 324 2026.02.23 16:36:36.320972 [ 243 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:36:36.321040 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2026.02.23 16:36:36.327311 [ 243 ] {} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2026.02.23 16:36:36.328001 [ 243 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:36:36.331252 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 324 2026.02.23 16:36:39.204468 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:36:39.204683 [ 278 ] {55e39762-88b2-4167-b3db-8c52376dd749} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.23 16:36:39.204755 [ 278 ] {55e39762-88b2-4167-b3db-8c52376dd749} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.23 16:36:39.205489 [ 278 ] {55e39762-88b2-4167-b3db-8c52376dd749} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:36:39.205543 [ 278 ] {55e39762-88b2-4167-b3db-8c52376dd749} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2026.02.23 16:36:39.205956 [ 278 ] {55e39762-88b2-4167-b3db-8c52376dd749} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2026.02.23 16:36:39.206186 [ 278 ] {55e39762-88b2-4167-b3db-8c52376dd749} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:36:39.206346 [ 278 ] {55e39762-88b2-4167-b3db-8c52376dd749} executeQuery: Read 120 rows, 10.47 KiB in 0.001717 sec., 69889.34187536401 rows/sec., 5.95 MiB/sec. 2026.02.23 16:36:39.206388 [ 278 ] {55e39762-88b2-4167-b3db-8c52376dd749} TCPHandler: Processed in 0.002061532 sec. 2026.02.23 16:36:39.206511 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:36:39.206610 [ 278 ] {21b680da-db51-42d0-a769-a354f606521d} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.23 16:36:39.206651 [ 278 ] {21b680da-db51-42d0-a769-a354f606521d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.23 16:36:39.207059 [ 278 ] {21b680da-db51-42d0-a769-a354f606521d} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:36:39.207096 [ 278 ] {21b680da-db51-42d0-a769-a354f606521d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2026.02.23 16:36:39.207390 [ 278 ] {21b680da-db51-42d0-a769-a354f606521d} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2026.02.23 16:36:39.207596 [ 278 ] {21b680da-db51-42d0-a769-a354f606521d} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:36:39.207724 [ 278 ] {21b680da-db51-42d0-a769-a354f606521d} executeQuery: Read 32 rows, 2.41 KiB in 0.001134 sec., 28218.69488536155 rows/sec., 2.07 MiB/sec. 2026.02.23 16:36:39.207763 [ 278 ] {21b680da-db51-42d0-a769-a354f606521d} TCPHandler: Processed in 0.001302377 sec. 2026.02.23 16:36:39.207874 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:36:39.207969 [ 278 ] {7ff976f9-0033-4369-a7b1-d649693b8d89} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.23 16:36:39.208009 [ 278 ] {7ff976f9-0033-4369-a7b1-d649693b8d89} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.23 16:36:39.208419 [ 278 ] {7ff976f9-0033-4369-a7b1-d649693b8d89} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:36:39.208454 [ 278 ] {7ff976f9-0033-4369-a7b1-d649693b8d89} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2026.02.23 16:36:39.208754 [ 278 ] {7ff976f9-0033-4369-a7b1-d649693b8d89} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2026.02.23 16:36:39.208971 [ 278 ] {7ff976f9-0033-4369-a7b1-d649693b8d89} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:36:39.209097 [ 278 ] {7ff976f9-0033-4369-a7b1-d649693b8d89} executeQuery: Read 96 rows, 7.68 KiB in 0.001146 sec., 83769.6335078534 rows/sec., 6.54 MiB/sec. 2026.02.23 16:36:39.209134 [ 278 ] {7ff976f9-0033-4369-a7b1-d649693b8d89} TCPHandler: Processed in 0.001310587 sec. 2026.02.23 16:36:39.209247 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:36:39.209342 [ 278 ] {08ed9bf5-e66d-4de6-bdbc-cfa79bb2ec14} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.23 16:36:39.209386 [ 278 ] {08ed9bf5-e66d-4de6-bdbc-cfa79bb2ec14} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.23 16:36:39.209782 [ 278 ] {08ed9bf5-e66d-4de6-bdbc-cfa79bb2ec14} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:36:39.209817 [ 278 ] {08ed9bf5-e66d-4de6-bdbc-cfa79bb2ec14} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2026.02.23 16:36:39.210143 [ 278 ] {08ed9bf5-e66d-4de6-bdbc-cfa79bb2ec14} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2026.02.23 16:36:39.210355 [ 278 ] {08ed9bf5-e66d-4de6-bdbc-cfa79bb2ec14} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:36:39.210485 [ 278 ] {08ed9bf5-e66d-4de6-bdbc-cfa79bb2ec14} executeQuery: Read 160 rows, 11.41 KiB in 0.001161 sec., 137812.23083548667 rows/sec., 9.60 MiB/sec. 2026.02.23 16:36:39.210523 [ 278 ] {08ed9bf5-e66d-4de6-bdbc-cfa79bb2ec14} TCPHandler: Processed in 0.001324977 sec. 2026.02.23 16:36:39.210627 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:36:39.210721 [ 278 ] {f9213adc-01d4-4b43-9e5f-a471d9806caf} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.23 16:36:39.210775 [ 278 ] {f9213adc-01d4-4b43-9e5f-a471d9806caf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.23 16:36:39.211543 [ 278 ] {f9213adc-01d4-4b43-9e5f-a471d9806caf} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:36:39.211578 [ 278 ] {f9213adc-01d4-4b43-9e5f-a471d9806caf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2026.02.23 16:36:39.212117 [ 278 ] {f9213adc-01d4-4b43-9e5f-a471d9806caf} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2026.02.23 16:36:39.212350 [ 278 ] {f9213adc-01d4-4b43-9e5f-a471d9806caf} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:36:39.212484 [ 278 ] {f9213adc-01d4-4b43-9e5f-a471d9806caf} executeQuery: Read 32 rows, 58.72 KiB in 0.00178 sec., 17977.52808988764 rows/sec., 32.21 MiB/sec. 2026.02.23 16:36:39.212545 [ 278 ] {f9213adc-01d4-4b43-9e5f-a471d9806caf} TCPHandler: Processed in 0.001967541 sec. 2026.02.23 16:36:39.212659 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:36:39.212755 [ 278 ] {600f214c-e6b6-4147-b733-782e88c6b157} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.23 16:36:39.212797 [ 278 ] {600f214c-e6b6-4147-b733-782e88c6b157} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.23 16:36:39.213120 [ 278 ] {600f214c-e6b6-4147-b733-782e88c6b157} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:36:39.213156 [ 278 ] {600f214c-e6b6-4147-b733-782e88c6b157} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2026.02.23 16:36:39.213455 [ 278 ] {600f214c-e6b6-4147-b733-782e88c6b157} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2026.02.23 16:36:39.213661 [ 278 ] {600f214c-e6b6-4147-b733-782e88c6b157} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:36:39.213786 [ 278 ] {600f214c-e6b6-4147-b733-782e88c6b157} executeQuery: Read 60 rows, 4.14 KiB in 0.001049 sec., 57197.33079122974 rows/sec., 3.85 MiB/sec. 2026.02.23 16:36:39.213822 [ 278 ] {600f214c-e6b6-4147-b733-782e88c6b157} TCPHandler: Processed in 0.001212215 sec. 2026.02.23 16:36:42.570930 [ 52 ] {} DNSResolver: Updating DNS cache 2026.02.23 16:36:42.570997 [ 52 ] {} DNSResolver: Updated DNS cache 2026.02.23 16:36:42.705639 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 21112 2026.02.23 16:36:42.706136 [ 244 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:36:42.706179 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2026.02.23 16:36:42.706681 [ 244 ] {} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2026.02.23 16:36:42.706920 [ 244 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:36:42.707064 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 21112 2026.02.23 16:36:42.767206 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1166 2026.02.23 16:36:42.769747 [ 242 ] {} system.query_log (b83b341e-dbaf-448e-9582-20b3e6cd291d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:36:42.769805 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2026.02.23 16:36:42.771033 [ 242 ] {} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.02.23 16:36:42.771304 [ 242 ] {} system.query_log (b83b341e-dbaf-448e-9582-20b3e6cd291d): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:36:42.771679 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1166 2026.02.23 16:36:43.831427 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 332 2026.02.23 16:36:43.848622 [ 243 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:36:43.848674 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2026.02.23 16:36:43.854366 [ 243 ] {} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2026.02.23 16:36:43.855067 [ 243 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:36:43.858109 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 332 2026.02.23 16:36:44.211215 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:36:44.211378 [ 278 ] {76dec61f-9260-4a7e-aaa0-a140fad73e47} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.02.23 16:36:44.211441 [ 278 ] {76dec61f-9260-4a7e-aaa0-a140fad73e47} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.02.23 16:36:44.212196 [ 278 ] {76dec61f-9260-4a7e-aaa0-a140fad73e47} oximeter.fields_i16 (91b3829e-2a99-49e1-955c-43ffdc3fb409): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:36:44.212239 [ 278 ] {76dec61f-9260-4a7e-aaa0-a140fad73e47} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2026.02.23 16:36:44.212636 [ 278 ] {76dec61f-9260-4a7e-aaa0-a140fad73e47} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.02.23 16:36:44.212882 [ 278 ] {76dec61f-9260-4a7e-aaa0-a140fad73e47} oximeter.fields_i16 (91b3829e-2a99-49e1-955c-43ffdc3fb409): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:36:44.213032 [ 278 ] {76dec61f-9260-4a7e-aaa0-a140fad73e47} executeQuery: Read 284 rows, 18.47 KiB in 0.001699 sec., 167157.15126545026 rows/sec., 10.62 MiB/sec. 2026.02.23 16:36:44.213089 [ 278 ] {76dec61f-9260-4a7e-aaa0-a140fad73e47} TCPHandler: Processed in 0.001993351 sec. 2026.02.23 16:36:44.213219 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:36:44.213325 [ 278 ] {b08d4117-3a8d-4456-8e15-fe2904621ab6} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.23 16:36:44.213368 [ 278 ] {b08d4117-3a8d-4456-8e15-fe2904621ab6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.23 16:36:44.214178 [ 278 ] {b08d4117-3a8d-4456-8e15-fe2904621ab6} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:36:44.214217 [ 278 ] {b08d4117-3a8d-4456-8e15-fe2904621ab6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2026.02.23 16:36:44.214572 [ 278 ] {b08d4117-3a8d-4456-8e15-fe2904621ab6} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2026.02.23 16:36:44.214784 [ 278 ] {b08d4117-3a8d-4456-8e15-fe2904621ab6} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:36:44.214917 [ 278 ] {b08d4117-3a8d-4456-8e15-fe2904621ab6} executeQuery: Read 817 rows, 66.20 KiB in 0.001616 sec., 505569.30693069304 rows/sec., 40.00 MiB/sec. 2026.02.23 16:36:44.214960 [ 278 ] {b08d4117-3a8d-4456-8e15-fe2904621ab6} TCPHandler: Processed in 0.001792926 sec. 2026.02.23 16:36:44.215064 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:36:44.215161 [ 278 ] {1c2a52fe-db4e-4e91-bc7f-e5f8242a0af8} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.23 16:36:44.215203 [ 278 ] {1c2a52fe-db4e-4e91-bc7f-e5f8242a0af8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.23 16:36:44.215645 [ 278 ] {1c2a52fe-db4e-4e91-bc7f-e5f8242a0af8} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:36:44.215683 [ 278 ] {1c2a52fe-db4e-4e91-bc7f-e5f8242a0af8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2026.02.23 16:36:44.216003 [ 278 ] {1c2a52fe-db4e-4e91-bc7f-e5f8242a0af8} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2026.02.23 16:36:44.216211 [ 278 ] {1c2a52fe-db4e-4e91-bc7f-e5f8242a0af8} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:36:44.216316 [ 49 ] {} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2026.02.23 16:36:44.216338 [ 278 ] {1c2a52fe-db4e-4e91-bc7f-e5f8242a0af8} executeQuery: Read 152 rows, 9.29 KiB in 0.001197 sec., 126984.126984127 rows/sec., 7.58 MiB/sec. 2026.02.23 16:36:44.216384 [ 49 ] {} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:36:44.216395 [ 278 ] {1c2a52fe-db4e-4e91-bc7f-e5f8242a0af8} TCPHandler: Processed in 0.001381248 sec. 2026.02.23 16:36:44.216414 [ 49 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2026.02.23 16:36:44.216518 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:36:44.216519 [ 187 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_61_12} MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full 2026.02.23 16:36:44.216622 [ 278 ] {44714bcc-a926-47b1-a5a6-dcf4988b070f} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.02.23 16:36:44.216626 [ 187 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:36:44.216664 [ 278 ] {44714bcc-a926-47b1-a5a6-dcf4988b070f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.02.23 16:36:44.216664 [ 187 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 216 rows starting from the beginning of the part 2026.02.23 16:36:44.216727 [ 187 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 10 rows starting from the beginning of the part 2026.02.23 16:36:44.216769 [ 187 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 32 rows starting from the beginning of the part 2026.02.23 16:36:44.216808 [ 187 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 156 rows starting from the beginning of the part 2026.02.23 16:36:44.216846 [ 187 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 32 rows starting from the beginning of the part 2026.02.23 16:36:44.216884 [ 187 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 152 rows starting from the beginning of the part 2026.02.23 16:36:44.217120 [ 278 ] {44714bcc-a926-47b1-a5a6-dcf4988b070f} oximeter.fields_u32 (3630ead0-c5da-4e23-a9d2-59d0589dc119): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:36:44.217155 [ 278 ] {44714bcc-a926-47b1-a5a6-dcf4988b070f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. 2026.02.23 16:36:44.217451 [ 278 ] {44714bcc-a926-47b1-a5a6-dcf4988b070f} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.02.23 16:36:44.217622 [ 190 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 598 rows, containing 5 columns (5 merged, 0 gathered) in 0.001135243 sec., 526759.4691180654 rows/sec., 35.12 MiB/sec. 2026.02.23 16:36:44.217685 [ 278 ] {44714bcc-a926-47b1-a5a6-dcf4988b070f} oximeter.fields_u32 (3630ead0-c5da-4e23-a9d2-59d0589dc119): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:36:44.217820 [ 278 ] {44714bcc-a926-47b1-a5a6-dcf4988b070f} executeQuery: Read 149 rows, 9.86 KiB in 0.001216 sec., 122532.89473684209 rows/sec., 7.92 MiB/sec. 2026.02.23 16:36:44.217823 [ 190 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2026.02.23 16:36:44.217862 [ 278 ] {44714bcc-a926-47b1-a5a6-dcf4988b070f} TCPHandler: Processed in 0.001394069 sec. 2026.02.23 16:36:44.217994 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:36:44.218092 [ 278 ] {2b643966-9c74-4b78-8c3a-cb361e68d586} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.02.23 16:36:44.218129 [ 190 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_61_12} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:36:44.218133 [ 278 ] {2b643966-9c74-4b78-8c3a-cb361e68d586} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.02.23 16:36:44.218220 [ 190 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_61_12} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2026.02.23 16:36:44.218326 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. 2026.02.23 16:36:44.218613 [ 278 ] {2b643966-9c74-4b78-8c3a-cb361e68d586} oximeter.fields_u8 (bee44bc4-3670-4879-9501-74bd8c0c3792): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:36:44.218655 [ 278 ] {2b643966-9c74-4b78-8c3a-cb361e68d586} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2026.02.23 16:36:44.218960 [ 278 ] {2b643966-9c74-4b78-8c3a-cb361e68d586} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.02.23 16:36:44.219167 [ 278 ] {2b643966-9c74-4b78-8c3a-cb361e68d586} oximeter.fields_u8 (bee44bc4-3670-4879-9501-74bd8c0c3792): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:36:44.219291 [ 278 ] {2b643966-9c74-4b78-8c3a-cb361e68d586} executeQuery: Read 148 rows, 8.62 KiB in 0.001217 sec., 121610.51766639277 rows/sec., 6.92 MiB/sec. 2026.02.23 16:36:44.219330 [ 278 ] {2b643966-9c74-4b78-8c3a-cb361e68d586} TCPHandler: Processed in 0.001385778 sec. 2026.02.23 16:36:44.219451 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:36:44.219547 [ 278 ] {c2f19fc5-e909-4383-b3cf-2225a67ab99f} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.23 16:36:44.219586 [ 278 ] {c2f19fc5-e909-4383-b3cf-2225a67ab99f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.23 16:36:44.220199 [ 278 ] {c2f19fc5-e909-4383-b3cf-2225a67ab99f} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:36:44.220237 [ 278 ] {c2f19fc5-e909-4383-b3cf-2225a67ab99f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2026.02.23 16:36:44.220565 [ 278 ] {c2f19fc5-e909-4383-b3cf-2225a67ab99f} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2026.02.23 16:36:44.220773 [ 278 ] {c2f19fc5-e909-4383-b3cf-2225a67ab99f} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:36:44.220900 [ 278 ] {c2f19fc5-e909-4383-b3cf-2225a67ab99f} executeQuery: Read 500 rows, 35.98 KiB in 0.001372 sec., 364431.48688046646 rows/sec., 25.61 MiB/sec. 2026.02.23 16:36:44.220939 [ 278 ] {c2f19fc5-e909-4383-b3cf-2225a67ab99f} TCPHandler: Processed in 0.001537562 sec. 2026.02.23 16:36:44.221054 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:36:44.221149 [ 278 ] {93637eba-9cae-4a76-8065-dbc1196356be} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.02.23 16:36:44.221191 [ 278 ] {93637eba-9cae-4a76-8065-dbc1196356be} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.02.23 16:36:44.221521 [ 278 ] {93637eba-9cae-4a76-8065-dbc1196356be} oximeter.measurements_bool (4d7206cf-919d-48fb-bf2a-954f10b7f89e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:36:44.221557 [ 278 ] {93637eba-9cae-4a76-8065-dbc1196356be} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2026.02.23 16:36:44.221857 [ 278 ] {93637eba-9cae-4a76-8065-dbc1196356be} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.02.23 16:36:44.222076 [ 278 ] {93637eba-9cae-4a76-8065-dbc1196356be} oximeter.measurements_bool (4d7206cf-919d-48fb-bf2a-954f10b7f89e): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:36:44.222200 [ 278 ] {93637eba-9cae-4a76-8065-dbc1196356be} executeQuery: Read 6 rows, 321.00 B in 0.001069 sec., 5612.722170252572 rows/sec., 293.24 KiB/sec. 2026.02.23 16:36:44.222237 [ 278 ] {93637eba-9cae-4a76-8065-dbc1196356be} TCPHandler: Processed in 0.001233475 sec. 2026.02.23 16:36:44.222340 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:36:44.222434 [ 278 ] {9874fc44-938b-47fb-b1d8-2f8431ef1693} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.23 16:36:44.222477 [ 278 ] {9874fc44-938b-47fb-b1d8-2f8431ef1693} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.23 16:36:44.222900 [ 278 ] {9874fc44-938b-47fb-b1d8-2f8431ef1693} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:36:44.222937 [ 278 ] {9874fc44-938b-47fb-b1d8-2f8431ef1693} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2026.02.23 16:36:44.223264 [ 278 ] {9874fc44-938b-47fb-b1d8-2f8431ef1693} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2026.02.23 16:36:44.223472 [ 278 ] {9874fc44-938b-47fb-b1d8-2f8431ef1693} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:36:44.223605 [ 278 ] {9874fc44-938b-47fb-b1d8-2f8431ef1693} executeQuery: Read 265 rows, 18.03 KiB in 0.001189 sec., 222876.36669470143 rows/sec., 14.81 MiB/sec. 2026.02.23 16:36:44.223642 [ 278 ] {9874fc44-938b-47fb-b1d8-2f8431ef1693} TCPHandler: Processed in 0.001352448 sec. 2026.02.23 16:36:44.223754 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:36:44.223849 [ 278 ] {dcdb2734-7b97-48ce-a657-71a566b805aa} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.02.23 16:36:44.223892 [ 278 ] {dcdb2734-7b97-48ce-a657-71a566b805aa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.02.23 16:36:44.224202 [ 278 ] {dcdb2734-7b97-48ce-a657-71a566b805aa} oximeter.measurements_f64 (97dc9cb4-ce5b-499b-8326-a1427ee1bb47): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:36:44.224238 [ 278 ] {dcdb2734-7b97-48ce-a657-71a566b805aa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2026.02.23 16:36:44.224545 [ 278 ] {dcdb2734-7b97-48ce-a657-71a566b805aa} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.02.23 16:36:44.224759 [ 278 ] {dcdb2734-7b97-48ce-a657-71a566b805aa} oximeter.measurements_f64 (97dc9cb4-ce5b-499b-8326-a1427ee1bb47): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:36:44.224887 [ 278 ] {dcdb2734-7b97-48ce-a657-71a566b805aa} executeQuery: Read 1 rows, 69.00 B in 0.001056 sec., 946.9696969696969 rows/sec., 63.81 KiB/sec. 2026.02.23 16:36:44.224924 [ 278 ] {dcdb2734-7b97-48ce-a657-71a566b805aa} TCPHandler: Processed in 0.001220815 sec. 2026.02.23 16:36:44.225031 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:36:44.225131 [ 278 ] {9f4dc58a-849f-4584-a8ab-d384e6e86544} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.23 16:36:44.225185 [ 278 ] {9f4dc58a-849f-4584-a8ab-d384e6e86544} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.23 16:36:44.225964 [ 278 ] {9f4dc58a-849f-4584-a8ab-d384e6e86544} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:36:44.226002 [ 278 ] {9f4dc58a-849f-4584-a8ab-d384e6e86544} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2026.02.23 16:36:44.226497 [ 278 ] {9f4dc58a-849f-4584-a8ab-d384e6e86544} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2026.02.23 16:36:44.226707 [ 278 ] {9f4dc58a-849f-4584-a8ab-d384e6e86544} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:36:44.226818 [ 49 ] {} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2026.02.23 16:36:44.226841 [ 278 ] {9f4dc58a-849f-4584-a8ab-d384e6e86544} executeQuery: Read 10 rows, 18.35 KiB in 0.001729 sec., 5783.68999421631 rows/sec., 10.36 MiB/sec. 2026.02.23 16:36:44.226862 [ 49 ] {} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:36:44.226886 [ 49 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2026.02.23 16:36:44.226901 [ 278 ] {9f4dc58a-849f-4584-a8ab-d384e6e86544} TCPHandler: Processed in 0.001918179 sec. 2026.02.23 16:36:44.227002 [ 202 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_56_11} MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full 2026.02.23 16:36:44.227029 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:36:44.227136 [ 278 ] {ef000c5f-7b49-4ada-b915-9105a4a22b31} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.23 16:36:44.227177 [ 278 ] {ef000c5f-7b49-4ada-b915-9105a4a22b31} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.23 16:36:44.227243 [ 202 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:36:44.227309 [ 202 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 1077 rows starting from the beginning of the part 2026.02.23 16:36:44.227452 [ 202 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 10 rows starting from the beginning of the part 2026.02.23 16:36:44.227520 [ 278 ] {ef000c5f-7b49-4ada-b915-9105a4a22b31} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:36:44.227561 [ 278 ] {ef000c5f-7b49-4ada-b915-9105a4a22b31} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. 2026.02.23 16:36:44.227563 [ 202 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 32 rows starting from the beginning of the part 2026.02.23 16:36:44.227679 [ 202 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 10 rows starting from the beginning of the part 2026.02.23 16:36:44.227782 [ 202 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 32 rows starting from the beginning of the part 2026.02.23 16:36:44.227872 [ 202 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 10 rows starting from the beginning of the part 2026.02.23 16:36:44.227873 [ 278 ] {ef000c5f-7b49-4ada-b915-9105a4a22b31} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2026.02.23 16:36:44.228092 [ 278 ] {ef000c5f-7b49-4ada-b915-9105a4a22b31} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:36:44.228225 [ 278 ] {ef000c5f-7b49-4ada-b915-9105a4a22b31} executeQuery: Read 90 rows, 5.77 KiB in 0.001108 sec., 81227.43682310468 rows/sec., 5.08 MiB/sec. 2026.02.23 16:36:44.228263 [ 278 ] {ef000c5f-7b49-4ada-b915-9105a4a22b31} TCPHandler: Processed in 0.001282236 sec. 2026.02.23 16:36:44.233363 [ 191 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 1171 rows, containing 19 columns (19 merged, 0 gathered) in 0.006409082 sec., 182709.47383728277 rows/sec., 327.41 MiB/sec. 2026.02.23 16:36:44.234601 [ 195 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2026.02.23 16:36:44.234928 [ 195 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_56_11} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:36:44.234994 [ 195 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_56_11} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2026.02.23 16:36:44.235128 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.57 MiB. 2026.02.23 16:36:45.000257 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 307.74 MiB, peak 319.28 MiB, free memory in arenas 0.00 B, will set to 309.45 MiB (RSS), difference: 1.71 MiB 2026.02.23 16:36:47.209266 [ 39 ] {} oximeter.fields_ipaddr (aca7842a-9245-4e3c-8c67-e3828bf88048) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0 2026.02.23 16:36:47.209346 [ 39 ] {} oximeter.fields_ipaddr (aca7842a-9245-4e3c-8c67-e3828bf88048): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:36:47.209376 [ 39 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2026.02.23 16:36:47.209541 [ 192 ] {aca7842a-9245-4e3c-8c67-e3828bf88048::all_1_21_5} MergeTask::PrepareStage: Merging 5 parts: from all_1_17_4 to all_21_21_0 into Compact with storage Full 2026.02.23 16:36:47.209755 [ 192 ] {aca7842a-9245-4e3c-8c67-e3828bf88048::all_1_21_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:36:47.209814 [ 192 ] {aca7842a-9245-4e3c-8c67-e3828bf88048::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.02.23 16:36:47.209936 [ 192 ] {aca7842a-9245-4e3c-8c67-e3828bf88048::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.02.23 16:36:47.210030 [ 192 ] {aca7842a-9245-4e3c-8c67-e3828bf88048::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 4 rows starting from the beginning of the part 2026.02.23 16:36:47.210117 [ 192 ] {aca7842a-9245-4e3c-8c67-e3828bf88048::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 6 rows starting from the beginning of the part 2026.02.23 16:36:47.210203 [ 192 ] {aca7842a-9245-4e3c-8c67-e3828bf88048::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 4 rows starting from the beginning of the part 2026.02.23 16:36:47.210946 [ 195 ] {aca7842a-9245-4e3c-8c67-e3828bf88048::all_1_21_5} MergeTask::MergeProjectionsStage: Merge sorted 38 rows, containing 5 columns (5 merged, 0 gathered) in 0.001525711 sec., 24906.420678621314 rows/sec., 2.08 MiB/sec. 2026.02.23 16:36:47.211111 [ 191 ] {aca7842a-9245-4e3c-8c67-e3828bf88048::all_1_21_5} MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary) 2026.02.23 16:36:47.211504 [ 191 ] {aca7842a-9245-4e3c-8c67-e3828bf88048::all_1_21_5} oximeter.fields_ipaddr (aca7842a-9245-4e3c-8c67-e3828bf88048): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:36:47.211587 [ 191 ] {aca7842a-9245-4e3c-8c67-e3828bf88048::all_1_21_5} oximeter.fields_ipaddr (aca7842a-9245-4e3c-8c67-e3828bf88048) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5 2026.02.23 16:36:47.211684 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. 2026.02.23 16:36:49.231704 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:36:49.232010 [ 278 ] {eb751de3-c53d-43e9-b0a9-63ef62a6a569} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.02.23 16:36:49.232080 [ 278 ] {eb751de3-c53d-43e9-b0a9-63ef62a6a569} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.02.23 16:36:49.232728 [ 278 ] {eb751de3-c53d-43e9-b0a9-63ef62a6a569} oximeter.fields_ipaddr (aca7842a-9245-4e3c-8c67-e3828bf88048): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:36:49.232775 [ 278 ] {eb751de3-c53d-43e9-b0a9-63ef62a6a569} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. 2026.02.23 16:36:49.233155 [ 278 ] {eb751de3-c53d-43e9-b0a9-63ef62a6a569} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.02.23 16:36:49.233385 [ 278 ] {eb751de3-c53d-43e9-b0a9-63ef62a6a569} oximeter.fields_ipaddr (aca7842a-9245-4e3c-8c67-e3828bf88048): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:36:49.233540 [ 278 ] {eb751de3-c53d-43e9-b0a9-63ef62a6a569} executeQuery: Read 4 rows, 334.00 B in 0.001607 sec., 2489.1101431238335 rows/sec., 202.97 KiB/sec. 2026.02.23 16:36:49.233591 [ 278 ] {eb751de3-c53d-43e9-b0a9-63ef62a6a569} TCPHandler: Processed in 0.002075522 sec. 2026.02.23 16:36:49.233717 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:36:49.233819 [ 278 ] {698eb93e-86e6-4a17-b6ca-b4663c008e0d} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.23 16:36:49.233861 [ 278 ] {698eb93e-86e6-4a17-b6ca-b4663c008e0d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.23 16:36:49.235032 [ 278 ] {698eb93e-86e6-4a17-b6ca-b4663c008e0d} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:36:49.235071 [ 278 ] {698eb93e-86e6-4a17-b6ca-b4663c008e0d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. 2026.02.23 16:36:49.235484 [ 278 ] {698eb93e-86e6-4a17-b6ca-b4663c008e0d} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2026.02.23 16:36:49.235689 [ 278 ] {698eb93e-86e6-4a17-b6ca-b4663c008e0d} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:36:49.235820 [ 278 ] {698eb93e-86e6-4a17-b6ca-b4663c008e0d} executeQuery: Read 1262 rows, 107.18 KiB in 0.002024 sec., 623517.7865612648 rows/sec., 51.71 MiB/sec. 2026.02.23 16:36:49.235858 [ 278 ] {698eb93e-86e6-4a17-b6ca-b4663c008e0d} TCPHandler: Processed in 0.002192445 sec. 2026.02.23 16:36:49.235970 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:36:49.236066 [ 278 ] {69721930-aa65-4df4-95e5-51b5d5a100a5} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.23 16:36:49.236107 [ 278 ] {69721930-aa65-4df4-95e5-51b5d5a100a5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.23 16:36:49.236526 [ 278 ] {69721930-aa65-4df4-95e5-51b5d5a100a5} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:36:49.236563 [ 278 ] {69721930-aa65-4df4-95e5-51b5d5a100a5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. 2026.02.23 16:36:49.236858 [ 278 ] {69721930-aa65-4df4-95e5-51b5d5a100a5} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2026.02.23 16:36:49.237059 [ 278 ] {69721930-aa65-4df4-95e5-51b5d5a100a5} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:36:49.237185 [ 278 ] {69721930-aa65-4df4-95e5-51b5d5a100a5} executeQuery: Read 36 rows, 2.69 KiB in 0.00114 sec., 31578.947368421053 rows/sec., 2.30 MiB/sec. 2026.02.23 16:36:49.237222 [ 278 ] {69721930-aa65-4df4-95e5-51b5d5a100a5} TCPHandler: Processed in 0.001300387 sec. 2026.02.23 16:36:49.237325 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:36:49.237417 [ 278 ] {6fc9c260-9756-4c80-bc52-568c444b78aa} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.02.23 16:36:49.237456 [ 278 ] {6fc9c260-9756-4c80-bc52-568c444b78aa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.02.23 16:36:49.237923 [ 278 ] {6fc9c260-9756-4c80-bc52-568c444b78aa} oximeter.fields_u32 (3630ead0-c5da-4e23-a9d2-59d0589dc119): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:36:49.237959 [ 278 ] {6fc9c260-9756-4c80-bc52-568c444b78aa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. 2026.02.23 16:36:49.238271 [ 278 ] {6fc9c260-9756-4c80-bc52-568c444b78aa} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.02.23 16:36:49.238502 [ 278 ] {6fc9c260-9756-4c80-bc52-568c444b78aa} oximeter.fields_u32 (3630ead0-c5da-4e23-a9d2-59d0589dc119): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:36:49.238627 [ 278 ] {6fc9c260-9756-4c80-bc52-568c444b78aa} executeQuery: Read 228 rows, 15.81 KiB in 0.001228 sec., 185667.75244299675 rows/sec., 12.57 MiB/sec. 2026.02.23 16:36:49.238664 [ 278 ] {6fc9c260-9756-4c80-bc52-568c444b78aa} TCPHandler: Processed in 0.001386439 sec. 2026.02.23 16:36:49.238789 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:36:49.238887 [ 278 ] {54151173-d779-4f27-9607-6008d471b8bf} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.23 16:36:49.238929 [ 278 ] {54151173-d779-4f27-9607-6008d471b8bf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.23 16:36:49.239529 [ 278 ] {54151173-d779-4f27-9607-6008d471b8bf} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:36:49.239564 [ 278 ] {54151173-d779-4f27-9607-6008d471b8bf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. 2026.02.23 16:36:49.239884 [ 278 ] {54151173-d779-4f27-9607-6008d471b8bf} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2026.02.23 16:36:49.240085 [ 278 ] {54151173-d779-4f27-9607-6008d471b8bf} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:36:49.240212 [ 278 ] {54151173-d779-4f27-9607-6008d471b8bf} executeQuery: Read 556 rows, 42.29 KiB in 0.001343 sec., 413998.5107967238 rows/sec., 30.75 MiB/sec. 2026.02.23 16:36:49.240249 [ 278 ] {54151173-d779-4f27-9607-6008d471b8bf} TCPHandler: Processed in 0.001506541 sec. 2026.02.23 16:36:49.240363 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:36:49.240454 [ 278 ] {ea2ce7b8-e85d-499c-beff-7a85b6a2f3c4} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.23 16:36:49.240496 [ 278 ] {ea2ce7b8-e85d-499c-beff-7a85b6a2f3c4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.23 16:36:49.241060 [ 278 ] {ea2ce7b8-e85d-499c-beff-7a85b6a2f3c4} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:36:49.241096 [ 278 ] {ea2ce7b8-e85d-499c-beff-7a85b6a2f3c4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. 2026.02.23 16:36:49.241464 [ 278 ] {ea2ce7b8-e85d-499c-beff-7a85b6a2f3c4} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2026.02.23 16:36:49.241666 [ 278 ] {ea2ce7b8-e85d-499c-beff-7a85b6a2f3c4} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:36:49.241788 [ 278 ] {ea2ce7b8-e85d-499c-beff-7a85b6a2f3c4} executeQuery: Read 846 rows, 58.31 KiB in 0.001351 sec., 626202.8127313101 rows/sec., 42.15 MiB/sec. 2026.02.23 16:36:49.241823 [ 278 ] {ea2ce7b8-e85d-499c-beff-7a85b6a2f3c4} TCPHandler: Processed in 0.001507721 sec. 2026.02.23 16:36:49.241932 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:36:49.242023 [ 278 ] {d5bafa7d-db3b-48a8-9109-49792f757b79} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.23 16:36:49.242075 [ 278 ] {d5bafa7d-db3b-48a8-9109-49792f757b79} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.23 16:36:49.242881 [ 278 ] {d5bafa7d-db3b-48a8-9109-49792f757b79} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:36:49.242916 [ 278 ] {d5bafa7d-db3b-48a8-9109-49792f757b79} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. 2026.02.23 16:36:49.243433 [ 278 ] {d5bafa7d-db3b-48a8-9109-49792f757b79} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2026.02.23 16:36:49.243669 [ 278 ] {d5bafa7d-db3b-48a8-9109-49792f757b79} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:36:49.243800 [ 278 ] {d5bafa7d-db3b-48a8-9109-49792f757b79} executeQuery: Read 32 rows, 58.72 KiB in 0.001795 sec., 17827.298050139278 rows/sec., 31.95 MiB/sec. 2026.02.23 16:36:49.243862 [ 278 ] {d5bafa7d-db3b-48a8-9109-49792f757b79} TCPHandler: Processed in 0.001977481 sec. 2026.02.23 16:36:49.243972 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:36:49.244063 [ 278 ] {57698b3b-a119-49b4-97ef-795c8e40da29} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.23 16:36:49.244103 [ 278 ] {57698b3b-a119-49b4-97ef-795c8e40da29} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.23 16:36:49.244434 [ 278 ] {57698b3b-a119-49b4-97ef-795c8e40da29} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:36:49.244469 [ 278 ] {57698b3b-a119-49b4-97ef-795c8e40da29} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. 2026.02.23 16:36:49.244755 [ 278 ] {57698b3b-a119-49b4-97ef-795c8e40da29} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2026.02.23 16:36:49.244966 [ 278 ] {57698b3b-a119-49b4-97ef-795c8e40da29} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:36:49.245087 [ 278 ] {57698b3b-a119-49b4-97ef-795c8e40da29} executeQuery: Read 60 rows, 4.14 KiB in 0.001041 sec., 57636.88760806916 rows/sec., 3.88 MiB/sec. 2026.02.23 16:36:49.245120 [ 278 ] {57698b3b-a119-49b4-97ef-795c8e40da29} TCPHandler: Processed in 0.001194895 sec. 2026.02.23 16:36:50.207220 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 21624 2026.02.23 16:36:50.207734 [ 244 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:36:50.207784 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. 2026.02.23 16:36:50.208270 [ 244 ] {} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2026.02.23 16:36:50.208509 [ 244 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:36:50.208663 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 21624 2026.02.23 16:36:51.358250 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 339 2026.02.23 16:36:51.376644 [ 243 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:36:51.376723 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. 2026.02.23 16:36:51.383252 [ 243 ] {} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2026.02.23 16:36:51.383968 [ 243 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:36:51.387502 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 339 2026.02.23 16:36:52.771960 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 38 entries to flush up to offset 1204 2026.02.23 16:36:52.774458 [ 242 ] {} system.query_log (b83b341e-dbaf-448e-9582-20b3e6cd291d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:36:52.774508 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. 2026.02.23 16:36:52.775705 [ 242 ] {} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.02.23 16:36:52.775976 [ 242 ] {} system.query_log (b83b341e-dbaf-448e-9582-20b3e6cd291d): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:36:52.776325 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1204 2026.02.23 16:36:54.212052 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:36:54.212239 [ 278 ] {f01b3e2b-deec-41a1-9216-17f122794964} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.02.23 16:36:54.212309 [ 278 ] {f01b3e2b-deec-41a1-9216-17f122794964} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.02.23 16:36:54.213077 [ 278 ] {f01b3e2b-deec-41a1-9216-17f122794964} oximeter.fields_i16 (91b3829e-2a99-49e1-955c-43ffdc3fb409): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:36:54.213132 [ 278 ] {f01b3e2b-deec-41a1-9216-17f122794964} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. 2026.02.23 16:36:54.213554 [ 278 ] {f01b3e2b-deec-41a1-9216-17f122794964} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.02.23 16:36:54.213789 [ 278 ] {f01b3e2b-deec-41a1-9216-17f122794964} oximeter.fields_i16 (91b3829e-2a99-49e1-955c-43ffdc3fb409): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:36:54.213948 [ 278 ] {f01b3e2b-deec-41a1-9216-17f122794964} executeQuery: Read 284 rows, 18.47 KiB in 0.001758 sec., 161547.21274175198 rows/sec., 10.26 MiB/sec. 2026.02.23 16:36:54.213996 [ 278 ] {f01b3e2b-deec-41a1-9216-17f122794964} TCPHandler: Processed in 0.002072993 sec. 2026.02.23 16:36:54.214128 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:36:54.214233 [ 278 ] {58834862-2b61-4065-abfd-8b653e886d61} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.23 16:36:54.214277 [ 278 ] {58834862-2b61-4065-abfd-8b653e886d61} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.23 16:36:54.215138 [ 278 ] {58834862-2b61-4065-abfd-8b653e886d61} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:36:54.215179 [ 278 ] {58834862-2b61-4065-abfd-8b653e886d61} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. 2026.02.23 16:36:54.215580 [ 278 ] {58834862-2b61-4065-abfd-8b653e886d61} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2026.02.23 16:36:54.215817 [ 278 ] {58834862-2b61-4065-abfd-8b653e886d61} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:36:54.215967 [ 278 ] {58834862-2b61-4065-abfd-8b653e886d61} executeQuery: Read 817 rows, 66.20 KiB in 0.001759 sec., 464468.44798180787 rows/sec., 36.75 MiB/sec. 2026.02.23 16:36:54.216007 [ 278 ] {58834862-2b61-4065-abfd-8b653e886d61} TCPHandler: Processed in 0.001931569 sec. 2026.02.23 16:36:54.216130 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:36:54.216232 [ 278 ] {4c0b70e7-e3d3-411c-b902-4b079f157bf5} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.23 16:36:54.216275 [ 278 ] {4c0b70e7-e3d3-411c-b902-4b079f157bf5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.23 16:36:54.216727 [ 278 ] {4c0b70e7-e3d3-411c-b902-4b079f157bf5} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:36:54.216766 [ 278 ] {4c0b70e7-e3d3-411c-b902-4b079f157bf5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. 2026.02.23 16:36:54.217089 [ 278 ] {4c0b70e7-e3d3-411c-b902-4b079f157bf5} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2026.02.23 16:36:54.217315 [ 278 ] {4c0b70e7-e3d3-411c-b902-4b079f157bf5} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:36:54.217444 [ 278 ] {4c0b70e7-e3d3-411c-b902-4b079f157bf5} executeQuery: Read 152 rows, 9.29 KiB in 0.001235 sec., 123076.92307692308 rows/sec., 7.35 MiB/sec. 2026.02.23 16:36:54.217482 [ 278 ] {4c0b70e7-e3d3-411c-b902-4b079f157bf5} TCPHandler: Processed in 0.001402409 sec. 2026.02.23 16:36:54.217623 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:36:54.217735 [ 278 ] {9a4eab63-3f62-431a-b1f4-d0eadebbae11} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.02.23 16:36:54.217781 [ 278 ] {9a4eab63-3f62-431a-b1f4-d0eadebbae11} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.02.23 16:36:54.218244 [ 278 ] {9a4eab63-3f62-431a-b1f4-d0eadebbae11} oximeter.fields_u32 (3630ead0-c5da-4e23-a9d2-59d0589dc119): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:36:54.218286 [ 278 ] {9a4eab63-3f62-431a-b1f4-d0eadebbae11} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. 2026.02.23 16:36:54.218625 [ 278 ] {9a4eab63-3f62-431a-b1f4-d0eadebbae11} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.02.23 16:36:54.218839 [ 278 ] {9a4eab63-3f62-431a-b1f4-d0eadebbae11} oximeter.fields_u32 (3630ead0-c5da-4e23-a9d2-59d0589dc119): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:36:54.218958 [ 30 ] {} oximeter.fields_u32 (3630ead0-c5da-4e23-a9d2-59d0589dc119) (MergerMutator): Selected 6 parts from all_1_19_4 to all_24_24_0 2026.02.23 16:36:54.218975 [ 278 ] {9a4eab63-3f62-431a-b1f4-d0eadebbae11} executeQuery: Read 149 rows, 9.86 KiB in 0.001262 sec., 118066.56101426306 rows/sec., 7.63 MiB/sec. 2026.02.23 16:36:54.219031 [ 30 ] {} oximeter.fields_u32 (3630ead0-c5da-4e23-a9d2-59d0589dc119): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:36:54.219043 [ 278 ] {9a4eab63-3f62-431a-b1f4-d0eadebbae11} TCPHandler: Processed in 0.001483911 sec. 2026.02.23 16:36:54.219059 [ 30 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. 2026.02.23 16:36:54.219177 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:36:54.219189 [ 189 ] {3630ead0-c5da-4e23-a9d2-59d0589dc119::all_1_24_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_19_4 to all_24_24_0 into Compact with storage Full 2026.02.23 16:36:54.219281 [ 278 ] {58c9681d-7bfe-42d1-b413-5ca455ffd624} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.02.23 16:36:54.219327 [ 278 ] {58c9681d-7bfe-42d1-b413-5ca455ffd624} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.02.23 16:36:54.219335 [ 189 ] {3630ead0-c5da-4e23-a9d2-59d0589dc119::all_1_24_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:36:54.219375 [ 189 ] {3630ead0-c5da-4e23-a9d2-59d0589dc119::all_1_24_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_19_4, total 402 rows starting from the beginning of the part 2026.02.23 16:36:54.219442 [ 189 ] {3630ead0-c5da-4e23-a9d2-59d0589dc119::all_1_24_5} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 252 rows starting from the beginning of the part 2026.02.23 16:36:54.219489 [ 189 ] {3630ead0-c5da-4e23-a9d2-59d0589dc119::all_1_24_5} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 149 rows starting from the beginning of the part 2026.02.23 16:36:54.219531 [ 189 ] {3630ead0-c5da-4e23-a9d2-59d0589dc119::all_1_24_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 149 rows starting from the beginning of the part 2026.02.23 16:36:54.219573 [ 189 ] {3630ead0-c5da-4e23-a9d2-59d0589dc119::all_1_24_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 228 rows starting from the beginning of the part 2026.02.23 16:36:54.219614 [ 189 ] {3630ead0-c5da-4e23-a9d2-59d0589dc119::all_1_24_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 149 rows starting from the beginning of the part 2026.02.23 16:36:54.219779 [ 278 ] {58c9681d-7bfe-42d1-b413-5ca455ffd624} oximeter.fields_u8 (bee44bc4-3670-4879-9501-74bd8c0c3792): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:36:54.219824 [ 278 ] {58c9681d-7bfe-42d1-b413-5ca455ffd624} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. 2026.02.23 16:36:54.220172 [ 278 ] {58c9681d-7bfe-42d1-b413-5ca455ffd624} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.02.23 16:36:54.220402 [ 278 ] {58c9681d-7bfe-42d1-b413-5ca455ffd624} oximeter.fields_u8 (bee44bc4-3670-4879-9501-74bd8c0c3792): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:36:54.220536 [ 278 ] {58c9681d-7bfe-42d1-b413-5ca455ffd624} executeQuery: Read 148 rows, 8.62 KiB in 0.001275 sec., 116078.431372549 rows/sec., 6.60 MiB/sec. 2026.02.23 16:36:54.220575 [ 278 ] {58c9681d-7bfe-42d1-b413-5ca455ffd624} TCPHandler: Processed in 0.001451389 sec. 2026.02.23 16:36:54.220605 [ 195 ] {3630ead0-c5da-4e23-a9d2-59d0589dc119::all_1_24_5} MergeTask::MergeProjectionsStage: Merge sorted 1329 rows, containing 5 columns (5 merged, 0 gathered) in 0.001479151 sec., 898488.389623507 rows/sec., 63.51 MiB/sec. 2026.02.23 16:36:54.220695 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:36:54.220759 [ 199 ] {3630ead0-c5da-4e23-a9d2-59d0589dc119::all_1_24_5} MergedBlockOutputStream: filled checksums all_1_24_5 (state Temporary) 2026.02.23 16:36:54.220791 [ 278 ] {fafdd694-c458-4d3a-9645-1ac4706842b7} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.23 16:36:54.220836 [ 278 ] {fafdd694-c458-4d3a-9645-1ac4706842b7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.23 16:36:54.221042 [ 199 ] {3630ead0-c5da-4e23-a9d2-59d0589dc119::all_1_24_5} oximeter.fields_u32 (3630ead0-c5da-4e23-a9d2-59d0589dc119): Renaming temporary part tmp_merge_all_1_24_5 to all_1_24_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:36:54.221116 [ 199 ] {3630ead0-c5da-4e23-a9d2-59d0589dc119::all_1_24_5} oximeter.fields_u32 (3630ead0-c5da-4e23-a9d2-59d0589dc119) (MergerMutator): Merged 6 parts: [all_1_19_4, all_24_24_0] -> all_1_24_5 2026.02.23 16:36:54.221210 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB. 2026.02.23 16:36:54.221437 [ 278 ] {fafdd694-c458-4d3a-9645-1ac4706842b7} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:36:54.221473 [ 278 ] {fafdd694-c458-4d3a-9645-1ac4706842b7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. 2026.02.23 16:36:54.221790 [ 278 ] {fafdd694-c458-4d3a-9645-1ac4706842b7} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2026.02.23 16:36:54.222026 [ 278 ] {fafdd694-c458-4d3a-9645-1ac4706842b7} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:36:54.222162 [ 278 ] {fafdd694-c458-4d3a-9645-1ac4706842b7} executeQuery: Read 500 rows, 35.98 KiB in 0.001389 sec., 359971.2023038157 rows/sec., 25.30 MiB/sec. 2026.02.23 16:36:54.222202 [ 278 ] {fafdd694-c458-4d3a-9645-1ac4706842b7} TCPHandler: Processed in 0.001558742 sec. 2026.02.23 16:36:54.222321 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:36:54.222423 [ 278 ] {c30ad50e-1e42-44cf-a3f3-c811695728d2} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.02.23 16:36:54.222467 [ 278 ] {c30ad50e-1e42-44cf-a3f3-c811695728d2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.02.23 16:36:54.222813 [ 278 ] {c30ad50e-1e42-44cf-a3f3-c811695728d2} oximeter.measurements_bool (4d7206cf-919d-48fb-bf2a-954f10b7f89e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:36:54.222850 [ 278 ] {c30ad50e-1e42-44cf-a3f3-c811695728d2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. 2026.02.23 16:36:54.223159 [ 278 ] {c30ad50e-1e42-44cf-a3f3-c811695728d2} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.02.23 16:36:54.223364 [ 278 ] {c30ad50e-1e42-44cf-a3f3-c811695728d2} oximeter.measurements_bool (4d7206cf-919d-48fb-bf2a-954f10b7f89e): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:36:54.223492 [ 278 ] {c30ad50e-1e42-44cf-a3f3-c811695728d2} executeQuery: Read 6 rows, 321.00 B in 0.001092 sec., 5494.505494505494 rows/sec., 287.07 KiB/sec. 2026.02.23 16:36:54.223531 [ 278 ] {c30ad50e-1e42-44cf-a3f3-c811695728d2} TCPHandler: Processed in 0.001259716 sec. 2026.02.23 16:36:54.223646 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:36:54.223742 [ 278 ] {b23350df-64b9-48b6-9c9e-8e4f65555757} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.23 16:36:54.223784 [ 278 ] {b23350df-64b9-48b6-9c9e-8e4f65555757} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.23 16:36:54.224209 [ 278 ] {b23350df-64b9-48b6-9c9e-8e4f65555757} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:36:54.224247 [ 278 ] {b23350df-64b9-48b6-9c9e-8e4f65555757} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. 2026.02.23 16:36:54.224570 [ 278 ] {b23350df-64b9-48b6-9c9e-8e4f65555757} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2026.02.23 16:36:54.224782 [ 278 ] {b23350df-64b9-48b6-9c9e-8e4f65555757} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:36:54.224927 [ 278 ] {b23350df-64b9-48b6-9c9e-8e4f65555757} executeQuery: Read 265 rows, 18.03 KiB in 0.001202 sec., 220465.8901830283 rows/sec., 14.65 MiB/sec. 2026.02.23 16:36:54.224965 [ 278 ] {b23350df-64b9-48b6-9c9e-8e4f65555757} TCPHandler: Processed in 0.001370409 sec. 2026.02.23 16:36:54.225082 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:36:54.225178 [ 278 ] {d5530423-bc12-42cb-9309-2b5068b8bf35} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.02.23 16:36:54.225220 [ 278 ] {d5530423-bc12-42cb-9309-2b5068b8bf35} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.02.23 16:36:54.225531 [ 278 ] {d5530423-bc12-42cb-9309-2b5068b8bf35} oximeter.measurements_f64 (97dc9cb4-ce5b-499b-8326-a1427ee1bb47): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:36:54.225569 [ 278 ] {d5530423-bc12-42cb-9309-2b5068b8bf35} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. 2026.02.23 16:36:54.225859 [ 278 ] {d5530423-bc12-42cb-9309-2b5068b8bf35} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.02.23 16:36:54.226063 [ 278 ] {d5530423-bc12-42cb-9309-2b5068b8bf35} oximeter.measurements_f64 (97dc9cb4-ce5b-499b-8326-a1427ee1bb47): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:36:54.226192 [ 278 ] {d5530423-bc12-42cb-9309-2b5068b8bf35} executeQuery: Read 1 rows, 69.00 B in 0.001032 sec., 968.9922480620156 rows/sec., 65.29 KiB/sec. 2026.02.23 16:36:54.226229 [ 278 ] {d5530423-bc12-42cb-9309-2b5068b8bf35} TCPHandler: Processed in 0.001198565 sec. 2026.02.23 16:36:54.226348 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:36:54.226444 [ 278 ] {2b28c2a9-55f9-42a4-8dd5-f123601ef541} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.23 16:36:54.226497 [ 278 ] {2b28c2a9-55f9-42a4-8dd5-f123601ef541} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.23 16:36:54.227257 [ 278 ] {2b28c2a9-55f9-42a4-8dd5-f123601ef541} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:36:54.227295 [ 278 ] {2b28c2a9-55f9-42a4-8dd5-f123601ef541} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. 2026.02.23 16:36:54.227792 [ 278 ] {2b28c2a9-55f9-42a4-8dd5-f123601ef541} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2026.02.23 16:36:54.228017 [ 278 ] {2b28c2a9-55f9-42a4-8dd5-f123601ef541} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:36:54.228162 [ 278 ] {2b28c2a9-55f9-42a4-8dd5-f123601ef541} executeQuery: Read 10 rows, 18.35 KiB in 0.001736 sec., 5760.3686635944705 rows/sec., 10.32 MiB/sec. 2026.02.23 16:36:54.228227 [ 278 ] {2b28c2a9-55f9-42a4-8dd5-f123601ef541} TCPHandler: Processed in 0.00192912 sec. 2026.02.23 16:36:54.228339 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:36:54.228434 [ 278 ] {62e730a0-9f31-43dd-afaf-b36ff4f7fd7f} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.23 16:36:54.228475 [ 278 ] {62e730a0-9f31-43dd-afaf-b36ff4f7fd7f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.23 16:36:54.228800 [ 278 ] {62e730a0-9f31-43dd-afaf-b36ff4f7fd7f} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:36:54.228836 [ 278 ] {62e730a0-9f31-43dd-afaf-b36ff4f7fd7f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. 2026.02.23 16:36:54.229134 [ 278 ] {62e730a0-9f31-43dd-afaf-b36ff4f7fd7f} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2026.02.23 16:36:54.229340 [ 278 ] {62e730a0-9f31-43dd-afaf-b36ff4f7fd7f} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:36:54.229473 [ 278 ] {62e730a0-9f31-43dd-afaf-b36ff4f7fd7f} executeQuery: Read 90 rows, 5.77 KiB in 0.001058 sec., 85066.16257088848 rows/sec., 5.32 MiB/sec. 2026.02.23 16:36:54.229510 [ 278 ] {62e730a0-9f31-43dd-afaf-b36ff4f7fd7f} TCPHandler: Processed in 0.001222095 sec. 2026.02.23 16:36:57.571072 [ 83 ] {} DNSResolver: Updating DNS cache 2026.02.23 16:36:57.571132 [ 83 ] {} DNSResolver: Updated DNS cache 2026.02.23 16:36:57.708777 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 22072 2026.02.23 16:36:57.709422 [ 244 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:36:57.709476 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. 2026.02.23 16:36:57.709987 [ 244 ] {} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2026.02.23 16:36:57.710232 [ 244 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:36:57.710364 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22072 2026.02.23 16:36:57.710369 [ 83 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2026.02.23 16:36:57.710437 [ 83 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:36:57.710458 [ 83 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. 2026.02.23 16:36:57.710577 [ 189 ] {e006da4c-49b0-4d27-967a-f293ec4e8bf5::all_1_46_9} MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full 2026.02.23 16:36:57.710705 [ 189 ] {e006da4c-49b0-4d27-967a-f293ec4e8bf5::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:36:57.710745 [ 189 ] {e006da4c-49b0-4d27-967a-f293ec4e8bf5::all_1_46_9} MergeTreeSequentialSource: Reading 4 marks from part all_1_41_8, total 19704 rows starting from the beginning of the part 2026.02.23 16:36:57.710808 [ 189 ] {e006da4c-49b0-4d27-967a-f293ec4e8bf5::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 448 rows starting from the beginning of the part 2026.02.23 16:36:57.710853 [ 189 ] {e006da4c-49b0-4d27-967a-f293ec4e8bf5::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 512 rows starting from the beginning of the part 2026.02.23 16:36:57.710894 [ 189 ] {e006da4c-49b0-4d27-967a-f293ec4e8bf5::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 448 rows starting from the beginning of the part 2026.02.23 16:36:57.710932 [ 189 ] {e006da4c-49b0-4d27-967a-f293ec4e8bf5::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 512 rows starting from the beginning of the part 2026.02.23 16:36:57.710973 [ 189 ] {e006da4c-49b0-4d27-967a-f293ec4e8bf5::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 448 rows starting from the beginning of the part 2026.02.23 16:36:57.713140 [ 197 ] {e006da4c-49b0-4d27-967a-f293ec4e8bf5::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 22072 rows, containing 4 columns (4 merged, 0 gathered) in 0.002620834 sec., 8421746.665374458 rows/sec., 120.47 MiB/sec. 2026.02.23 16:36:57.713347 [ 189 ] {e006da4c-49b0-4d27-967a-f293ec4e8bf5::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2026.02.23 16:36:57.713609 [ 189 ] {e006da4c-49b0-4d27-967a-f293ec4e8bf5::all_1_46_9} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:36:57.713677 [ 189 ] {e006da4c-49b0-4d27-967a-f293ec4e8bf5::all_1_46_9} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2026.02.23 16:36:57.713755 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.68 MiB. 2026.02.23 16:36:58.887596 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 347 2026.02.23 16:36:58.905355 [ 243 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:36:58.905422 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. 2026.02.23 16:36:58.911043 [ 243 ] {} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2026.02.23 16:36:58.911714 [ 243 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:36:58.912002 [ 26 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2026.02.23 16:36:58.912076 [ 26 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:36:58.912100 [ 26 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. 2026.02.23 16:36:58.912235 [ 188 ] {3c5e35cc-2202-4d2d-a2da-f2d3b912fea0::all_1_46_9} MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full 2026.02.23 16:36:58.914953 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 347 2026.02.23 16:36:58.916189 [ 188 ] {3c5e35cc-2202-4d2d-a2da-f2d3b912fea0::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:36:58.917807 [ 188 ] {3c5e35cc-2202-4d2d-a2da-f2d3b912fea0::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 309 rows starting from the beginning of the part 2026.02.23 16:36:58.922582 [ 188 ] {3c5e35cc-2202-4d2d-a2da-f2d3b912fea0::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 8 rows starting from the beginning of the part 2026.02.23 16:36:58.927225 [ 188 ] {3c5e35cc-2202-4d2d-a2da-f2d3b912fea0::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 7 rows starting from the beginning of the part 2026.02.23 16:36:58.931754 [ 188 ] {3c5e35cc-2202-4d2d-a2da-f2d3b912fea0::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 8 rows starting from the beginning of the part 2026.02.23 16:36:58.936814 [ 188 ] {3c5e35cc-2202-4d2d-a2da-f2d3b912fea0::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 7 rows starting from the beginning of the part 2026.02.23 16:36:58.940804 [ 188 ] {3c5e35cc-2202-4d2d-a2da-f2d3b912fea0::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 8 rows starting from the beginning of the part 2026.02.23 16:36:58.991655 [ 189 ] {3c5e35cc-2202-4d2d-a2da-f2d3b912fea0::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 347 rows, containing 679 columns (679 merged, 0 gathered) in 0.079480544 sec., 4365.848326352673 rows/sec., 22.58 MiB/sec. 2026.02.23 16:36:58.994995 [ 197 ] {3c5e35cc-2202-4d2d-a2da-f2d3b912fea0::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2026.02.23 16:36:58.997101 [ 197 ] {3c5e35cc-2202-4d2d-a2da-f2d3b912fea0::all_1_46_9} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:36:58.997210 [ 197 ] {3c5e35cc-2202-4d2d-a2da-f2d3b912fea0::all_1_46_9} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2026.02.23 16:36:59.000275 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB. 2026.02.23 16:36:59.001179 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 310.60 MiB, peak 324.02 MiB, free memory in arenas 0.00 B, will set to 312.68 MiB (RSS), difference: 2.07 MiB 2026.02.23 16:36:59.204998 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:36:59.205199 [ 278 ] {4b53f00f-7da1-40b4-a0aa-b309ce709ea0} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.23 16:36:59.205275 [ 278 ] {4b53f00f-7da1-40b4-a0aa-b309ce709ea0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.23 16:36:59.205981 [ 278 ] {4b53f00f-7da1-40b4-a0aa-b309ce709ea0} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:36:59.206035 [ 278 ] {4b53f00f-7da1-40b4-a0aa-b309ce709ea0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. 2026.02.23 16:36:59.206451 [ 278 ] {4b53f00f-7da1-40b4-a0aa-b309ce709ea0} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2026.02.23 16:36:59.206683 [ 278 ] {4b53f00f-7da1-40b4-a0aa-b309ce709ea0} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:36:59.206834 [ 123 ] {} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2026.02.23 16:36:59.206845 [ 278 ] {4b53f00f-7da1-40b4-a0aa-b309ce709ea0} executeQuery: Read 120 rows, 10.47 KiB in 0.001699 sec., 70629.78222483814 rows/sec., 6.02 MiB/sec. 2026.02.23 16:36:59.206875 [ 123 ] {} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:36:59.206898 [ 123 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. 2026.02.23 16:36:59.206914 [ 278 ] {4b53f00f-7da1-40b4-a0aa-b309ce709ea0} TCPHandler: Processed in 0.002058902 sec. 2026.02.23 16:36:59.207005 [ 193 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_66_13} MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full 2026.02.23 16:36:59.207053 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:36:59.207133 [ 193 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:36:59.207163 [ 278 ] {efb33d04-59ee-4e3e-9b74-2e5d2947a9d5} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.23 16:36:59.207171 [ 193 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 2152 rows starting from the beginning of the part 2026.02.23 16:36:59.207215 [ 278 ] {efb33d04-59ee-4e3e-9b74-2e5d2947a9d5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.23 16:36:59.207252 [ 193 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 120 rows starting from the beginning of the part 2026.02.23 16:36:59.207302 [ 193 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 817 rows starting from the beginning of the part 2026.02.23 16:36:59.207344 [ 193 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 1262 rows starting from the beginning of the part 2026.02.23 16:36:59.207383 [ 193 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 817 rows starting from the beginning of the part 2026.02.23 16:36:59.207420 [ 193 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 120 rows starting from the beginning of the part 2026.02.23 16:36:59.207663 [ 278 ] {efb33d04-59ee-4e3e-9b74-2e5d2947a9d5} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:36:59.207707 [ 278 ] {efb33d04-59ee-4e3e-9b74-2e5d2947a9d5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. 2026.02.23 16:36:59.208309 [ 278 ] {efb33d04-59ee-4e3e-9b74-2e5d2947a9d5} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2026.02.23 16:36:59.208543 [ 278 ] {efb33d04-59ee-4e3e-9b74-2e5d2947a9d5} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:36:59.208680 [ 278 ] {efb33d04-59ee-4e3e-9b74-2e5d2947a9d5} executeQuery: Read 32 rows, 2.41 KiB in 0.001541 sec., 20765.736534717715 rows/sec., 1.52 MiB/sec. 2026.02.23 16:36:59.208719 [ 278 ] {efb33d04-59ee-4e3e-9b74-2e5d2947a9d5} TCPHandler: Processed in 0.001719325 sec. 2026.02.23 16:36:59.208832 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:36:59.208931 [ 278 ] {b043ddef-48fb-4efb-959e-26b3e8ce75de} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.23 16:36:59.208973 [ 278 ] {b043ddef-48fb-4efb-959e-26b3e8ce75de} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.23 16:36:59.209408 [ 278 ] {b043ddef-48fb-4efb-959e-26b3e8ce75de} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:36:59.209445 [ 278 ] {b043ddef-48fb-4efb-959e-26b3e8ce75de} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. 2026.02.23 16:36:59.209450 [ 200 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 5288 rows, containing 5 columns (5 merged, 0 gathered) in 0.002490731 sec., 2123071.499893003 rows/sec., 181.25 MiB/sec. 2026.02.23 16:36:59.209730 [ 193 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2026.02.23 16:36:59.209789 [ 278 ] {b043ddef-48fb-4efb-959e-26b3e8ce75de} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2026.02.23 16:36:59.210055 [ 193 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_66_13} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:36:59.210105 [ 278 ] {b043ddef-48fb-4efb-959e-26b3e8ce75de} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:36:59.210134 [ 193 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_66_13} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2026.02.23 16:36:59.210214 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.15 MiB. 2026.02.23 16:36:59.210219 [ 123 ] {} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2026.02.23 16:36:59.210249 [ 278 ] {b043ddef-48fb-4efb-959e-26b3e8ce75de} executeQuery: Read 96 rows, 7.68 KiB in 0.001338 sec., 71748.87892376681 rows/sec., 5.60 MiB/sec. 2026.02.23 16:36:59.210256 [ 123 ] {} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:36:59.210280 [ 123 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. 2026.02.23 16:36:59.210288 [ 278 ] {b043ddef-48fb-4efb-959e-26b3e8ce75de} TCPHandler: Processed in 0.001507961 sec. 2026.02.23 16:36:59.210354 [ 189 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_66_13} MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full 2026.02.23 16:36:59.210407 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:36:59.210462 [ 189 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:36:59.210493 [ 189 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 1062 rows starting from the beginning of the part 2026.02.23 16:36:59.210507 [ 278 ] {b70ba565-c7b5-4e65-8918-9a3ae5878cb5} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.23 16:36:59.210546 [ 189 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 96 rows starting from the beginning of the part 2026.02.23 16:36:59.210556 [ 278 ] {b70ba565-c7b5-4e65-8918-9a3ae5878cb5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.23 16:36:59.210596 [ 189 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 500 rows starting from the beginning of the part 2026.02.23 16:36:59.210642 [ 189 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 556 rows starting from the beginning of the part 2026.02.23 16:36:59.210682 [ 189 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 500 rows starting from the beginning of the part 2026.02.23 16:36:59.210720 [ 189 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 96 rows starting from the beginning of the part 2026.02.23 16:36:59.210976 [ 278 ] {b70ba565-c7b5-4e65-8918-9a3ae5878cb5} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:36:59.211017 [ 278 ] {b70ba565-c7b5-4e65-8918-9a3ae5878cb5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. 2026.02.23 16:36:59.211459 [ 278 ] {b70ba565-c7b5-4e65-8918-9a3ae5878cb5} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2026.02.23 16:36:59.211678 [ 278 ] {b70ba565-c7b5-4e65-8918-9a3ae5878cb5} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:36:59.211779 [ 123 ] {} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2026.02.23 16:36:59.211803 [ 123 ] {} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:36:59.211809 [ 278 ] {b70ba565-c7b5-4e65-8918-9a3ae5878cb5} executeQuery: Read 160 rows, 11.41 KiB in 0.001321 sec., 121120.36336109009 rows/sec., 8.44 MiB/sec. 2026.02.23 16:36:59.211819 [ 123 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. 2026.02.23 16:36:59.211841 [ 189 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 2810 rows, containing 5 columns (5 merged, 0 gathered) in 0.001519621 sec., 1849145.280303444 rows/sec., 141.22 MiB/sec. 2026.02.23 16:36:59.211848 [ 278 ] {b70ba565-c7b5-4e65-8918-9a3ae5878cb5} TCPHandler: Processed in 0.001493101 sec. 2026.02.23 16:36:59.211916 [ 194 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_66_13} MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full 2026.02.23 16:36:59.211978 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:36:59.212030 [ 189 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2026.02.23 16:36:59.212061 [ 194 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:36:59.212078 [ 278 ] {358c5c78-bda2-40ee-a0d8-599d2ea4ea6d} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.23 16:36:59.212103 [ 194 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_66_13} MergeTreeSequentialSource: Reading 4 marks from part all_1_61_12, total 18470 rows starting from the beginning of the part 2026.02.23 16:36:59.212139 [ 278 ] {358c5c78-bda2-40ee-a0d8-599d2ea4ea6d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.23 16:36:59.212180 [ 194 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 160 rows starting from the beginning of the part 2026.02.23 16:36:59.212234 [ 194 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 265 rows starting from the beginning of the part 2026.02.23 16:36:59.212280 [ 194 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 846 rows starting from the beginning of the part 2026.02.23 16:36:59.212323 [ 194 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 265 rows starting from the beginning of the part 2026.02.23 16:36:59.212336 [ 189 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_66_13} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:36:59.212368 [ 194 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 160 rows starting from the beginning of the part 2026.02.23 16:36:59.212411 [ 189 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_66_13} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2026.02.23 16:36:59.212486 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.68 MiB. 2026.02.23 16:36:59.213013 [ 278 ] {358c5c78-bda2-40ee-a0d8-599d2ea4ea6d} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:36:59.213055 [ 278 ] {358c5c78-bda2-40ee-a0d8-599d2ea4ea6d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. 2026.02.23 16:36:59.213692 [ 278 ] {358c5c78-bda2-40ee-a0d8-599d2ea4ea6d} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2026.02.23 16:36:59.213944 [ 278 ] {358c5c78-bda2-40ee-a0d8-599d2ea4ea6d} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:36:59.214094 [ 278 ] {358c5c78-bda2-40ee-a0d8-599d2ea4ea6d} executeQuery: Read 32 rows, 58.72 KiB in 0.002034 sec., 15732.546705998035 rows/sec., 28.19 MiB/sec. 2026.02.23 16:36:59.214161 [ 278 ] {358c5c78-bda2-40ee-a0d8-599d2ea4ea6d} TCPHandler: Processed in 0.002233156 sec. 2026.02.23 16:36:59.214280 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:36:59.214376 [ 278 ] {fff92e93-0b47-4e65-b882-bcb79d828079} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.23 16:36:59.214424 [ 278 ] {fff92e93-0b47-4e65-b882-bcb79d828079} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.23 16:36:59.214772 [ 278 ] {fff92e93-0b47-4e65-b882-bcb79d828079} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:36:59.214808 [ 278 ] {fff92e93-0b47-4e65-b882-bcb79d828079} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. 2026.02.23 16:36:59.215231 [ 278 ] {fff92e93-0b47-4e65-b882-bcb79d828079} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2026.02.23 16:36:59.215446 [ 278 ] {fff92e93-0b47-4e65-b882-bcb79d828079} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:36:59.215550 [ 123 ] {} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2026.02.23 16:36:59.215574 [ 123 ] {} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:36:59.215582 [ 278 ] {fff92e93-0b47-4e65-b882-bcb79d828079} executeQuery: Read 60 rows, 4.14 KiB in 0.001224 sec., 49019.60784313725 rows/sec., 3.30 MiB/sec. 2026.02.23 16:36:59.215590 [ 123 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. 2026.02.23 16:36:59.215619 [ 278 ] {fff92e93-0b47-4e65-b882-bcb79d828079} TCPHandler: Processed in 0.001388539 sec. 2026.02.23 16:36:59.215664 [ 193 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_66_13} MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full 2026.02.23 16:36:59.215752 [ 193 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:36:59.215775 [ 193 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 3480 rows starting from the beginning of the part 2026.02.23 16:36:59.215820 [ 193 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 60 rows starting from the beginning of the part 2026.02.23 16:36:59.215856 [ 193 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 90 rows starting from the beginning of the part 2026.02.23 16:36:59.215892 [ 193 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 60 rows starting from the beginning of the part 2026.02.23 16:36:59.215924 [ 193 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 90 rows starting from the beginning of the part 2026.02.23 16:36:59.215957 [ 193 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 60 rows starting from the beginning of the part 2026.02.23 16:36:59.218249 [ 196 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 3840 rows, containing 4 columns (4 merged, 0 gathered) in 0.002612364 sec., 1469932.980243182 rows/sec., 96.83 MiB/sec. 2026.02.23 16:36:59.218706 [ 186 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2026.02.23 16:36:59.218993 [ 186 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_66_13} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:36:59.219077 [ 186 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_66_13} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2026.02.23 16:36:59.219167 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB. 2026.02.23 16:36:59.220224 [ 196 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 20166 rows, containing 5 columns (5 merged, 0 gathered) in 0.008363522 sec., 2411185.144249038 rows/sec., 164.34 MiB/sec. 2026.02.23 16:36:59.220548 [ 186 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2026.02.23 16:36:59.220799 [ 186 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_66_13} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:36:59.220862 [ 186 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_66_13} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2026.02.23 16:36:59.220928 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.37 MiB. 2026.02.23 16:37:00.000253 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 313.26 MiB, peak 324.35 MiB, free memory in arenas 0.00 B, will set to 316.08 MiB (RSS), difference: 2.82 MiB 2026.02.23 16:37:02.776520 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1238 2026.02.23 16:37:02.779025 [ 242 ] {} system.query_log (b83b341e-dbaf-448e-9582-20b3e6cd291d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:37:02.779070 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. 2026.02.23 16:37:02.780239 [ 242 ] {} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.02.23 16:37:02.780503 [ 242 ] {} system.query_log (b83b341e-dbaf-448e-9582-20b3e6cd291d): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:37:02.780806 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1238 2026.02.23 16:37:04.211005 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:37:04.211210 [ 278 ] {897c693e-50c7-426d-bf8f-40c92257cb92} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.02.23 16:37:04.211285 [ 278 ] {897c693e-50c7-426d-bf8f-40c92257cb92} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.02.23 16:37:04.212123 [ 278 ] {897c693e-50c7-426d-bf8f-40c92257cb92} oximeter.fields_i16 (91b3829e-2a99-49e1-955c-43ffdc3fb409): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:37:04.212177 [ 278 ] {897c693e-50c7-426d-bf8f-40c92257cb92} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. 2026.02.23 16:37:04.212585 [ 278 ] {897c693e-50c7-426d-bf8f-40c92257cb92} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.02.23 16:37:04.212812 [ 278 ] {897c693e-50c7-426d-bf8f-40c92257cb92} oximeter.fields_i16 (91b3829e-2a99-49e1-955c-43ffdc3fb409): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:37:04.212978 [ 278 ] {897c693e-50c7-426d-bf8f-40c92257cb92} executeQuery: Read 284 rows, 18.47 KiB in 0.001823 sec., 155787.1640153593 rows/sec., 9.89 MiB/sec. 2026.02.23 16:37:04.213030 [ 278 ] {897c693e-50c7-426d-bf8f-40c92257cb92} TCPHandler: Processed in 0.002168105 sec. 2026.02.23 16:37:04.213159 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:37:04.213265 [ 278 ] {459b584f-0760-4b3a-9d4b-e278bb42bc97} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.02.23 16:37:04.213311 [ 278 ] {459b584f-0760-4b3a-9d4b-e278bb42bc97} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.02.23 16:37:04.213717 [ 278 ] {459b584f-0760-4b3a-9d4b-e278bb42bc97} oximeter.fields_ipaddr (aca7842a-9245-4e3c-8c67-e3828bf88048): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:37:04.213757 [ 278 ] {459b584f-0760-4b3a-9d4b-e278bb42bc97} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. 2026.02.23 16:37:04.214053 [ 278 ] {459b584f-0760-4b3a-9d4b-e278bb42bc97} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.02.23 16:37:04.214259 [ 278 ] {459b584f-0760-4b3a-9d4b-e278bb42bc97} oximeter.fields_ipaddr (aca7842a-9245-4e3c-8c67-e3828bf88048): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:37:04.214393 [ 278 ] {459b584f-0760-4b3a-9d4b-e278bb42bc97} executeQuery: Read 4 rows, 334.00 B in 0.001153 sec., 3469.2107545533395 rows/sec., 282.89 KiB/sec. 2026.02.23 16:37:04.214434 [ 278 ] {459b584f-0760-4b3a-9d4b-e278bb42bc97} TCPHandler: Processed in 0.001330527 sec. 2026.02.23 16:37:04.214539 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:37:04.214637 [ 278 ] {ec1eca48-605f-475d-91de-69ba745c05e6} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.23 16:37:04.214677 [ 278 ] {ec1eca48-605f-475d-91de-69ba745c05e6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.23 16:37:04.215479 [ 278 ] {ec1eca48-605f-475d-91de-69ba745c05e6} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:37:04.215517 [ 278 ] {ec1eca48-605f-475d-91de-69ba745c05e6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. 2026.02.23 16:37:04.215877 [ 278 ] {ec1eca48-605f-475d-91de-69ba745c05e6} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2026.02.23 16:37:04.216083 [ 278 ] {ec1eca48-605f-475d-91de-69ba745c05e6} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:37:04.216212 [ 278 ] {ec1eca48-605f-475d-91de-69ba745c05e6} executeQuery: Read 819 rows, 66.34 KiB in 0.001596 sec., 513157.89473684214 rows/sec., 40.59 MiB/sec. 2026.02.23 16:37:04.216251 [ 278 ] {ec1eca48-605f-475d-91de-69ba745c05e6} TCPHandler: Processed in 0.001763607 sec. 2026.02.23 16:37:04.216365 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:37:04.216463 [ 278 ] {7727db00-3357-4f95-b757-eef0fb6aea8c} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.23 16:37:04.216503 [ 278 ] {7727db00-3357-4f95-b757-eef0fb6aea8c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.23 16:37:04.216941 [ 278 ] {7727db00-3357-4f95-b757-eef0fb6aea8c} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:37:04.216979 [ 278 ] {7727db00-3357-4f95-b757-eef0fb6aea8c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. 2026.02.23 16:37:04.217280 [ 278 ] {7727db00-3357-4f95-b757-eef0fb6aea8c} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2026.02.23 16:37:04.217497 [ 278 ] {7727db00-3357-4f95-b757-eef0fb6aea8c} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:37:04.217630 [ 278 ] {7727db00-3357-4f95-b757-eef0fb6aea8c} executeQuery: Read 156 rows, 9.57 KiB in 0.001186 sec., 131534.5699831366 rows/sec., 7.88 MiB/sec. 2026.02.23 16:37:04.217668 [ 278 ] {7727db00-3357-4f95-b757-eef0fb6aea8c} TCPHandler: Processed in 0.001353718 sec. 2026.02.23 16:37:04.217779 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:37:04.217874 [ 278 ] {410a97fb-ad66-4c0d-8f8c-657b3605edcf} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.02.23 16:37:04.217913 [ 278 ] {410a97fb-ad66-4c0d-8f8c-657b3605edcf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.02.23 16:37:04.218338 [ 278 ] {410a97fb-ad66-4c0d-8f8c-657b3605edcf} oximeter.fields_u32 (3630ead0-c5da-4e23-a9d2-59d0589dc119): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:37:04.218375 [ 278 ] {410a97fb-ad66-4c0d-8f8c-657b3605edcf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. 2026.02.23 16:37:04.218671 [ 278 ] {410a97fb-ad66-4c0d-8f8c-657b3605edcf} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.02.23 16:37:04.218869 [ 278 ] {410a97fb-ad66-4c0d-8f8c-657b3605edcf} oximeter.fields_u32 (3630ead0-c5da-4e23-a9d2-59d0589dc119): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:37:04.218996 [ 278 ] {410a97fb-ad66-4c0d-8f8c-657b3605edcf} executeQuery: Read 149 rows, 9.86 KiB in 0.00114 sec., 130701.75438596492 rows/sec., 8.44 MiB/sec. 2026.02.23 16:37:04.219035 [ 278 ] {410a97fb-ad66-4c0d-8f8c-657b3605edcf} TCPHandler: Processed in 0.001305787 sec. 2026.02.23 16:37:04.219147 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:37:04.219243 [ 278 ] {58049a39-c99c-46d2-936b-1e1ed51a1d79} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.02.23 16:37:04.219283 [ 278 ] {58049a39-c99c-46d2-936b-1e1ed51a1d79} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.02.23 16:37:04.219714 [ 278 ] {58049a39-c99c-46d2-936b-1e1ed51a1d79} oximeter.fields_u8 (bee44bc4-3670-4879-9501-74bd8c0c3792): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:37:04.219752 [ 278 ] {58049a39-c99c-46d2-936b-1e1ed51a1d79} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. 2026.02.23 16:37:04.220056 [ 278 ] {58049a39-c99c-46d2-936b-1e1ed51a1d79} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.02.23 16:37:04.220261 [ 278 ] {58049a39-c99c-46d2-936b-1e1ed51a1d79} oximeter.fields_u8 (bee44bc4-3670-4879-9501-74bd8c0c3792): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:37:04.220388 [ 278 ] {58049a39-c99c-46d2-936b-1e1ed51a1d79} executeQuery: Read 148 rows, 8.62 KiB in 0.001162 sec., 127366.60929432014 rows/sec., 7.24 MiB/sec. 2026.02.23 16:37:04.220427 [ 278 ] {58049a39-c99c-46d2-936b-1e1ed51a1d79} TCPHandler: Processed in 0.001330668 sec. 2026.02.23 16:37:04.220538 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:37:04.220632 [ 278 ] {bb6bc7d5-aa4c-487b-ab5d-921c12e16784} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.23 16:37:04.220673 [ 278 ] {bb6bc7d5-aa4c-487b-ab5d-921c12e16784} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.23 16:37:04.221246 [ 278 ] {bb6bc7d5-aa4c-487b-ab5d-921c12e16784} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:37:04.221284 [ 278 ] {bb6bc7d5-aa4c-487b-ab5d-921c12e16784} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. 2026.02.23 16:37:04.221608 [ 278 ] {bb6bc7d5-aa4c-487b-ab5d-921c12e16784} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2026.02.23 16:37:04.221813 [ 278 ] {bb6bc7d5-aa4c-487b-ab5d-921c12e16784} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:37:04.221945 [ 278 ] {bb6bc7d5-aa4c-487b-ab5d-921c12e16784} executeQuery: Read 504 rows, 36.31 KiB in 0.00133 sec., 378947.36842105264 rows/sec., 26.66 MiB/sec. 2026.02.23 16:37:04.221983 [ 278 ] {bb6bc7d5-aa4c-487b-ab5d-921c12e16784} TCPHandler: Processed in 0.001495851 sec. 2026.02.23 16:37:04.222084 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:37:04.222178 [ 278 ] {8ef9fab7-adb0-4c89-ad13-1c295b65bc06} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.02.23 16:37:04.222219 [ 278 ] {8ef9fab7-adb0-4c89-ad13-1c295b65bc06} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.02.23 16:37:04.222588 [ 278 ] {8ef9fab7-adb0-4c89-ad13-1c295b65bc06} oximeter.measurements_bool (4d7206cf-919d-48fb-bf2a-954f10b7f89e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:37:04.222636 [ 278 ] {8ef9fab7-adb0-4c89-ad13-1c295b65bc06} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. 2026.02.23 16:37:04.223014 [ 278 ] {8ef9fab7-adb0-4c89-ad13-1c295b65bc06} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.02.23 16:37:04.223260 [ 278 ] {8ef9fab7-adb0-4c89-ad13-1c295b65bc06} oximeter.measurements_bool (4d7206cf-919d-48fb-bf2a-954f10b7f89e): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:37:04.223418 [ 278 ] {8ef9fab7-adb0-4c89-ad13-1c295b65bc06} executeQuery: Read 6 rows, 321.00 B in 0.001255 sec., 4780.876494023904 rows/sec., 249.78 KiB/sec. 2026.02.23 16:37:04.223463 [ 278 ] {8ef9fab7-adb0-4c89-ad13-1c295b65bc06} TCPHandler: Processed in 0.001428439 sec. 2026.02.23 16:37:04.223595 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:37:04.223715 [ 278 ] {49ae891b-5199-46b4-a034-2cd450104c62} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.23 16:37:04.223768 [ 278 ] {49ae891b-5199-46b4-a034-2cd450104c62} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.23 16:37:04.224266 [ 278 ] {49ae891b-5199-46b4-a034-2cd450104c62} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:37:04.224311 [ 278 ] {49ae891b-5199-46b4-a034-2cd450104c62} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. 2026.02.23 16:37:04.224678 [ 278 ] {49ae891b-5199-46b4-a034-2cd450104c62} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2026.02.23 16:37:04.224882 [ 278 ] {49ae891b-5199-46b4-a034-2cd450104c62} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:37:04.225011 [ 278 ] {49ae891b-5199-46b4-a034-2cd450104c62} executeQuery: Read 267 rows, 18.17 KiB in 0.001321 sec., 202119.6063588191 rows/sec., 13.43 MiB/sec. 2026.02.23 16:37:04.225049 [ 278 ] {49ae891b-5199-46b4-a034-2cd450104c62} TCPHandler: Processed in 0.001517271 sec. 2026.02.23 16:37:04.225158 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:37:04.225254 [ 278 ] {a89131de-6110-40c3-8e2d-91a00ab30d6c} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.02.23 16:37:04.225296 [ 278 ] {a89131de-6110-40c3-8e2d-91a00ab30d6c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.02.23 16:37:04.225610 [ 278 ] {a89131de-6110-40c3-8e2d-91a00ab30d6c} oximeter.measurements_f64 (97dc9cb4-ce5b-499b-8326-a1427ee1bb47): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:37:04.225646 [ 278 ] {a89131de-6110-40c3-8e2d-91a00ab30d6c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. 2026.02.23 16:37:04.225932 [ 278 ] {a89131de-6110-40c3-8e2d-91a00ab30d6c} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.02.23 16:37:04.226139 [ 278 ] {a89131de-6110-40c3-8e2d-91a00ab30d6c} oximeter.measurements_f64 (97dc9cb4-ce5b-499b-8326-a1427ee1bb47): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:37:04.226239 [ 154 ] {} oximeter.measurements_f64 (97dc9cb4-ce5b-499b-8326-a1427ee1bb47) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.02.23 16:37:04.226265 [ 278 ] {a89131de-6110-40c3-8e2d-91a00ab30d6c} executeQuery: Read 1 rows, 69.00 B in 0.001028 sec., 972.7626459143968 rows/sec., 65.55 KiB/sec. 2026.02.23 16:37:04.226307 [ 154 ] {} oximeter.measurements_f64 (97dc9cb4-ce5b-499b-8326-a1427ee1bb47): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:37:04.226317 [ 278 ] {a89131de-6110-40c3-8e2d-91a00ab30d6c} TCPHandler: Processed in 0.001208755 sec. 2026.02.23 16:37:04.226336 [ 154 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. 2026.02.23 16:37:04.226429 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:37:04.226436 [ 187 ] {97dc9cb4-ce5b-499b-8326-a1427ee1bb47::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2026.02.23 16:37:04.226528 [ 278 ] {a0684ef5-3b07-47a3-91f9-55445b68c4b8} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.23 16:37:04.226550 [ 187 ] {97dc9cb4-ce5b-499b-8326-a1427ee1bb47::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:37:04.226581 [ 278 ] {a0684ef5-3b07-47a3-91f9-55445b68c4b8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.23 16:37:04.226583 [ 187 ] {97dc9cb4-ce5b-499b-8326-a1427ee1bb47::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 11 rows starting from the beginning of the part 2026.02.23 16:37:04.226653 [ 187 ] {97dc9cb4-ce5b-499b-8326-a1427ee1bb47::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 1 rows starting from the beginning of the part 2026.02.23 16:37:04.226712 [ 187 ] {97dc9cb4-ce5b-499b-8326-a1427ee1bb47::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 1 rows starting from the beginning of the part 2026.02.23 16:37:04.226758 [ 187 ] {97dc9cb4-ce5b-499b-8326-a1427ee1bb47::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 1 rows starting from the beginning of the part 2026.02.23 16:37:04.226799 [ 187 ] {97dc9cb4-ce5b-499b-8326-a1427ee1bb47::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 1 rows starting from the beginning of the part 2026.02.23 16:37:04.226839 [ 187 ] {97dc9cb4-ce5b-499b-8326-a1427ee1bb47::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 1 rows starting from the beginning of the part 2026.02.23 16:37:04.227375 [ 278 ] {a0684ef5-3b07-47a3-91f9-55445b68c4b8} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:37:04.227411 [ 278 ] {a0684ef5-3b07-47a3-91f9-55445b68c4b8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. 2026.02.23 16:37:04.227754 [ 202 ] {97dc9cb4-ce5b-499b-8326-a1427ee1bb47::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 16 rows, containing 4 columns (4 merged, 0 gathered) in 0.001359978 sec., 11764.896196850243 rows/sec., 787.01 KiB/sec. 2026.02.23 16:37:04.227865 [ 187 ] {97dc9cb4-ce5b-499b-8326-a1427ee1bb47::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.02.23 16:37:04.227952 [ 278 ] {a0684ef5-3b07-47a3-91f9-55445b68c4b8} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2026.02.23 16:37:04.228120 [ 187 ] {97dc9cb4-ce5b-499b-8326-a1427ee1bb47::all_1_16_3} oximeter.measurements_f64 (97dc9cb4-ce5b-499b-8326-a1427ee1bb47): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:37:04.228179 [ 187 ] {97dc9cb4-ce5b-499b-8326-a1427ee1bb47::all_1_16_3} oximeter.measurements_f64 (97dc9cb4-ce5b-499b-8326-a1427ee1bb47) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.02.23 16:37:04.228188 [ 278 ] {a0684ef5-3b07-47a3-91f9-55445b68c4b8} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:37:04.228239 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2026.02.23 16:37:04.228333 [ 278 ] {a0684ef5-3b07-47a3-91f9-55445b68c4b8} executeQuery: Read 10 rows, 18.35 KiB in 0.001823 sec., 5485.463521667581 rows/sec., 9.83 MiB/sec. 2026.02.23 16:37:04.228402 [ 278 ] {a0684ef5-3b07-47a3-91f9-55445b68c4b8} TCPHandler: Processed in 0.002023052 sec. 2026.02.23 16:37:04.228519 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:37:04.228615 [ 278 ] {eb6b7426-6ee8-48c2-88c0-7a840956a39d} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.23 16:37:04.228656 [ 278 ] {eb6b7426-6ee8-48c2-88c0-7a840956a39d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.23 16:37:04.228989 [ 278 ] {eb6b7426-6ee8-48c2-88c0-7a840956a39d} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:37:04.229025 [ 278 ] {eb6b7426-6ee8-48c2-88c0-7a840956a39d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. 2026.02.23 16:37:04.229322 [ 278 ] {eb6b7426-6ee8-48c2-88c0-7a840956a39d} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2026.02.23 16:37:04.229523 [ 278 ] {eb6b7426-6ee8-48c2-88c0-7a840956a39d} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:37:04.229640 [ 278 ] {eb6b7426-6ee8-48c2-88c0-7a840956a39d} executeQuery: Read 90 rows, 5.77 KiB in 0.001058 sec., 85066.16257088848 rows/sec., 5.32 MiB/sec. 2026.02.23 16:37:04.229673 [ 278 ] {eb6b7426-6ee8-48c2-88c0-7a840956a39d} TCPHandler: Processed in 0.001220985 sec. 2026.02.23 16:37:05.210461 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 22584 2026.02.23 16:37:05.211164 [ 244 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:37:05.211227 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. 2026.02.23 16:37:05.211925 [ 244 ] {} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2026.02.23 16:37:05.212158 [ 244 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:37:05.212300 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22584 2026.02.23 16:37:06.415064 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 354 2026.02.23 16:37:06.430838 [ 243 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:37:06.430899 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. 2026.02.23 16:37:06.436657 [ 243 ] {} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2026.02.23 16:37:06.437339 [ 243 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:37:06.440340 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 354 2026.02.23 16:37:09.205621 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:37:09.205822 [ 278 ] {82871b38-8e4d-415b-8bfc-805513040779} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.23 16:37:09.205909 [ 278 ] {82871b38-8e4d-415b-8bfc-805513040779} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.23 16:37:09.206702 [ 278 ] {82871b38-8e4d-415b-8bfc-805513040779} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:37:09.206752 [ 278 ] {82871b38-8e4d-415b-8bfc-805513040779} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. 2026.02.23 16:37:09.207177 [ 278 ] {82871b38-8e4d-415b-8bfc-805513040779} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2026.02.23 16:37:09.207425 [ 278 ] {82871b38-8e4d-415b-8bfc-805513040779} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:37:09.207592 [ 278 ] {82871b38-8e4d-415b-8bfc-805513040779} executeQuery: Read 120 rows, 10.47 KiB in 0.001821 sec., 65897.85831960461 rows/sec., 5.61 MiB/sec. 2026.02.23 16:37:09.207643 [ 278 ] {82871b38-8e4d-415b-8bfc-805513040779} TCPHandler: Processed in 0.002175725 sec. 2026.02.23 16:37:09.207776 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:37:09.207884 [ 278 ] {05928f61-ea5a-42d8-be31-d65463f4ed3b} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.23 16:37:09.207929 [ 278 ] {05928f61-ea5a-42d8-be31-d65463f4ed3b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.23 16:37:09.208369 [ 278 ] {05928f61-ea5a-42d8-be31-d65463f4ed3b} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:37:09.208409 [ 278 ] {05928f61-ea5a-42d8-be31-d65463f4ed3b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. 2026.02.23 16:37:09.208747 [ 278 ] {05928f61-ea5a-42d8-be31-d65463f4ed3b} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2026.02.23 16:37:09.208968 [ 278 ] {05928f61-ea5a-42d8-be31-d65463f4ed3b} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:37:09.209096 [ 137 ] {} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2026.02.23 16:37:09.209104 [ 278 ] {05928f61-ea5a-42d8-be31-d65463f4ed3b} executeQuery: Read 32 rows, 2.41 KiB in 0.001245 sec., 25702.81124497992 rows/sec., 1.89 MiB/sec. 2026.02.23 16:37:09.209160 [ 137 ] {} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:37:09.209170 [ 278 ] {05928f61-ea5a-42d8-be31-d65463f4ed3b} TCPHandler: Processed in 0.0014471 sec. 2026.02.23 16:37:09.209190 [ 137 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. 2026.02.23 16:37:09.209300 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:37:09.209324 [ 196 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_66_13} MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full 2026.02.23 16:37:09.209401 [ 278 ] {3d91ff83-d411-441c-b5ab-f63eb1a8c3e4} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.23 16:37:09.209447 [ 278 ] {3d91ff83-d411-441c-b5ab-f63eb1a8c3e4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.23 16:37:09.209463 [ 196 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:37:09.209504 [ 196 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 216 rows starting from the beginning of the part 2026.02.23 16:37:09.209573 [ 196 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 36 rows starting from the beginning of the part 2026.02.23 16:37:09.209618 [ 196 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 152 rows starting from the beginning of the part 2026.02.23 16:37:09.209667 [ 196 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 32 rows starting from the beginning of the part 2026.02.23 16:37:09.209709 [ 196 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 156 rows starting from the beginning of the part 2026.02.23 16:37:09.209751 [ 196 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 32 rows starting from the beginning of the part 2026.02.23 16:37:09.209906 [ 278 ] {3d91ff83-d411-441c-b5ab-f63eb1a8c3e4} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:37:09.209948 [ 278 ] {3d91ff83-d411-441c-b5ab-f63eb1a8c3e4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. 2026.02.23 16:37:09.210310 [ 278 ] {3d91ff83-d411-441c-b5ab-f63eb1a8c3e4} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2026.02.23 16:37:09.210549 [ 278 ] {3d91ff83-d411-441c-b5ab-f63eb1a8c3e4} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:37:09.210679 [ 196 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 624 rows, containing 5 columns (5 merged, 0 gathered) in 0.001415489 sec., 440837.0534846968 rows/sec., 29.57 MiB/sec. 2026.02.23 16:37:09.210688 [ 278 ] {3d91ff83-d411-441c-b5ab-f63eb1a8c3e4} executeQuery: Read 96 rows, 7.68 KiB in 0.001308 sec., 73394.49541284404 rows/sec., 5.73 MiB/sec. 2026.02.23 16:37:09.210748 [ 278 ] {3d91ff83-d411-441c-b5ab-f63eb1a8c3e4} TCPHandler: Processed in 0.001498741 sec. 2026.02.23 16:37:09.210867 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:37:09.210888 [ 190 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2026.02.23 16:37:09.210963 [ 278 ] {26d67175-b79e-49c9-9675-32f6092e0bf7} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.23 16:37:09.211018 [ 278 ] {26d67175-b79e-49c9-9675-32f6092e0bf7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.23 16:37:09.211292 [ 190 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_66_13} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:37:09.211410 [ 190 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_66_13} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2026.02.23 16:37:09.211451 [ 278 ] {26d67175-b79e-49c9-9675-32f6092e0bf7} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:37:09.211493 [ 278 ] {26d67175-b79e-49c9-9675-32f6092e0bf7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. 2026.02.23 16:37:09.211531 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. 2026.02.23 16:37:09.211851 [ 278 ] {26d67175-b79e-49c9-9675-32f6092e0bf7} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2026.02.23 16:37:09.212074 [ 278 ] {26d67175-b79e-49c9-9675-32f6092e0bf7} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:37:09.212237 [ 278 ] {26d67175-b79e-49c9-9675-32f6092e0bf7} executeQuery: Read 160 rows, 11.41 KiB in 0.001291 sec., 123934.93415956623 rows/sec., 8.63 MiB/sec. 2026.02.23 16:37:09.212297 [ 278 ] {26d67175-b79e-49c9-9675-32f6092e0bf7} TCPHandler: Processed in 0.001477521 sec. 2026.02.23 16:37:09.212430 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:37:09.212550 [ 278 ] {449dcc75-f434-4faa-9ac2-bfd55c67f596} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.23 16:37:09.212611 [ 278 ] {449dcc75-f434-4faa-9ac2-bfd55c67f596} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.23 16:37:09.213461 [ 278 ] {449dcc75-f434-4faa-9ac2-bfd55c67f596} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:37:09.213502 [ 278 ] {449dcc75-f434-4faa-9ac2-bfd55c67f596} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. 2026.02.23 16:37:09.214103 [ 278 ] {449dcc75-f434-4faa-9ac2-bfd55c67f596} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2026.02.23 16:37:09.214326 [ 278 ] {449dcc75-f434-4faa-9ac2-bfd55c67f596} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:37:09.214455 [ 137 ] {} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2026.02.23 16:37:09.214471 [ 278 ] {449dcc75-f434-4faa-9ac2-bfd55c67f596} executeQuery: Read 32 rows, 58.72 KiB in 0.00196 sec., 16326.530612244898 rows/sec., 29.26 MiB/sec. 2026.02.23 16:37:09.214509 [ 137 ] {} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:37:09.214542 [ 137 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. 2026.02.23 16:37:09.214558 [ 278 ] {449dcc75-f434-4faa-9ac2-bfd55c67f596} TCPHandler: Processed in 0.002183335 sec. 2026.02.23 16:37:09.214642 [ 187 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_61_12} MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full 2026.02.23 16:37:09.214715 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:37:09.214825 [ 278 ] {fd17e743-2232-4d03-9dd8-ca778cd00117} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.23 16:37:09.214878 [ 278 ] {fd17e743-2232-4d03-9dd8-ca778cd00117} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.23 16:37:09.214899 [ 187 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:37:09.214966 [ 187 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 1171 rows starting from the beginning of the part 2026.02.23 16:37:09.215114 [ 187 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 32 rows starting from the beginning of the part 2026.02.23 16:37:09.215271 [ 187 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 10 rows starting from the beginning of the part 2026.02.23 16:37:09.215326 [ 278 ] {fd17e743-2232-4d03-9dd8-ca778cd00117} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:37:09.215362 [ 278 ] {fd17e743-2232-4d03-9dd8-ca778cd00117} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. 2026.02.23 16:37:09.215436 [ 187 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 32 rows starting from the beginning of the part 2026.02.23 16:37:09.215601 [ 187 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 10 rows starting from the beginning of the part 2026.02.23 16:37:09.215765 [ 187 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 32 rows starting from the beginning of the part 2026.02.23 16:37:09.215778 [ 278 ] {fd17e743-2232-4d03-9dd8-ca778cd00117} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2026.02.23 16:37:09.216067 [ 278 ] {fd17e743-2232-4d03-9dd8-ca778cd00117} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:37:09.216241 [ 278 ] {fd17e743-2232-4d03-9dd8-ca778cd00117} executeQuery: Read 60 rows, 4.14 KiB in 0.001441 sec., 41637.75156141568 rows/sec., 2.81 MiB/sec. 2026.02.23 16:37:09.216293 [ 278 ] {fd17e743-2232-4d03-9dd8-ca778cd00117} TCPHandler: Processed in 0.001638184 sec. 2026.02.23 16:37:09.225767 [ 196 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 1287 rows, containing 19 columns (19 merged, 0 gathered) in 0.01117409 sec., 115177.16431494647 rows/sec., 206.39 MiB/sec. 2026.02.23 16:37:09.227049 [ 187 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2026.02.23 16:37:09.227381 [ 187 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_61_12} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:37:09.227456 [ 187 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_61_12} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2026.02.23 16:37:09.227550 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.37 MiB. 2026.02.23 16:37:10.000220 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 316.77 MiB, peak 328.11 MiB, free memory in arenas 0.00 B, will set to 319.88 MiB (RSS), difference: 3.11 MiB 2026.02.23 16:37:11.197477 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44421 2026.02.23 16:37:11.197605 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:37:11.197637 [ 287 ] {} TCP-Session: 8be7f641-21ca-4ed9-8a90-b0224b3239cc Authenticating user 'default' from [fd00:1122:3344:101::e]:44421 2026.02.23 16:37:11.197663 [ 287 ] {} TCP-Session: 8be7f641-21ca-4ed9-8a90-b0224b3239cc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:37:11.197678 [ 287 ] {} TCP-Session: 8be7f641-21ca-4ed9-8a90-b0224b3239cc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:37:11.197885 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57978 2026.02.23 16:37:11.197902 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59488 2026.02.23 16:37:11.197950 [ 354 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52908 2026.02.23 16:37:11.197959 [ 355 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35657 2026.02.23 16:37:11.197993 [ 287 ] {} TCP-Session: 8be7f641-21ca-4ed9-8a90-b0224b3239cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:37:11.198003 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:37:11.197941 [ 353 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54904 2026.02.23 16:37:11.198060 [ 289 ] {} TCP-Session: 601d2cd9-8800-4c22-b57d-8949ee9251d0 Authenticating user 'default' from [fd00:1122:3344:101::e]:57978 2026.02.23 16:37:11.198045 [ 354 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:37:11.198098 [ 289 ] {} TCP-Session: 601d2cd9-8800-4c22-b57d-8949ee9251d0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:37:11.197924 [ 350 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39164 2026.02.23 16:37:11.198125 [ 289 ] {} TCP-Session: 601d2cd9-8800-4c22-b57d-8949ee9251d0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:37:11.198122 [ 354 ] {} TCP-Session: 0c41ad18-7dc8-4743-85f7-8f727e8ab65d Authenticating user 'default' from [fd00:1122:3344:101::e]:52908 2026.02.23 16:37:11.198189 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:37:11.198217 [ 354 ] {} TCP-Session: 0c41ad18-7dc8-4743-85f7-8f727e8ab65d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:37:11.198189 [ 287 ] {52049719-2471-4c7e-a45d-dba47c22c8bf} executeQuery: (from [fd00:1122:3344:101::e]:44421) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.02.23 16:37:11.198232 [ 290 ] {} TCP-Session: 1e1d948a-34fa-4ce8-9002-46d380ac4be6 Authenticating user 'default' from [fd00:1122:3344:101::e]:59488 2026.02.23 16:37:11.198235 [ 354 ] {} TCP-Session: 0c41ad18-7dc8-4743-85f7-8f727e8ab65d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:37:11.197929 [ 352 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41000 2026.02.23 16:37:11.198287 [ 290 ] {} TCP-Session: 1e1d948a-34fa-4ce8-9002-46d380ac4be6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:37:11.197904 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35321 2026.02.23 16:37:11.198334 [ 290 ] {} TCP-Session: 1e1d948a-34fa-4ce8-9002-46d380ac4be6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:37:11.198522 [ 287 ] {52049719-2471-4c7e-a45d-dba47c22c8bf} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.02.23 16:37:11.198588 [ 287 ] {52049719-2471-4c7e-a45d-dba47c22c8bf} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.23 16:37:11.198783 [ 350 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:37:11.198833 [ 350 ] {} TCP-Session: 7538853a-38e3-4925-9e4a-60d0c4f8d83e Authenticating user 'default' from [fd00:1122:3344:101::e]:39164 2026.02.23 16:37:11.198868 [ 350 ] {} TCP-Session: 7538853a-38e3-4925-9e4a-60d0c4f8d83e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:37:11.198883 [ 287 ] {52049719-2471-4c7e-a45d-dba47c22c8bf} oximeter.version (5b0048b8-9e05-4abf-ab1d-311c7f35e206) (SelectExecutor): Key condition: unknown 2026.02.23 16:37:11.198889 [ 350 ] {} TCP-Session: 7538853a-38e3-4925-9e4a-60d0c4f8d83e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:37:11.198906 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:37:11.198953 [ 291 ] {} TCP-Session: 0b82cb56-c68e-4ade-b616-58612c7f9fdc Authenticating user 'default' from [fd00:1122:3344:101::e]:35321 2026.02.23 16:37:11.198973 [ 291 ] {} TCP-Session: 0b82cb56-c68e-4ade-b616-58612c7f9fdc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:37:11.198988 [ 291 ] {} TCP-Session: 0b82cb56-c68e-4ade-b616-58612c7f9fdc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:37:11.199032 [ 353 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:37:11.199068 [ 353 ] {} TCP-Session: 1572fafb-ab5e-41be-9c2a-c84d845792d9 Authenticating user 'default' from [fd00:1122:3344:101::e]:54904 2026.02.23 16:37:11.199086 [ 353 ] {} TCP-Session: 1572fafb-ab5e-41be-9c2a-c84d845792d9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:37:11.199099 [ 353 ] {} TCP-Session: 1572fafb-ab5e-41be-9c2a-c84d845792d9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:37:11.199408 [ 355 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:37:11.199445 [ 355 ] {} TCP-Session: a8dc6548-9ec0-445a-b67c-42351746ddeb Authenticating user 'default' from [fd00:1122:3344:101::e]:35657 2026.02.23 16:37:11.199463 [ 355 ] {} TCP-Session: a8dc6548-9ec0-445a-b67c-42351746ddeb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:37:11.199475 [ 355 ] {} TCP-Session: a8dc6548-9ec0-445a-b67c-42351746ddeb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:37:11.199551 [ 352 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:37:11.199594 [ 352 ] {} TCP-Session: 3152ec52-5212-4c9d-a02c-6eb77ad8fe89 Authenticating user 'default' from [fd00:1122:3344:101::e]:41000 2026.02.23 16:37:11.199616 [ 352 ] {} TCP-Session: 3152ec52-5212-4c9d-a02c-6eb77ad8fe89 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:37:11.199633 [ 352 ] {} TCP-Session: 3152ec52-5212-4c9d-a02c-6eb77ad8fe89 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:37:11.199880 [ 310 ] {52049719-2471-4c7e-a45d-dba47c22c8bf} AggregatingTransform: Aggregating 2026.02.23 16:37:11.199950 [ 310 ] {52049719-2471-4c7e-a45d-dba47c22c8bf} Aggregator: Aggregation method: without_key 2026.02.23 16:37:11.199996 [ 310 ] {52049719-2471-4c7e-a45d-dba47c22c8bf} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.00099602 sec. (1003.996 rows/sec., 39.22 KiB/sec.) 2026.02.23 16:37:11.200022 [ 310 ] {52049719-2471-4c7e-a45d-dba47c22c8bf} Aggregator: Merging aggregated data 2026.02.23 16:37:11.201383 [ 287 ] {52049719-2471-4c7e-a45d-dba47c22c8bf} executeQuery: Read 1 rows, 40.00 B in 0.003259 sec., 306.84258975145747 rows/sec., 11.99 KiB/sec. 2026.02.23 16:37:11.201562 [ 287 ] {52049719-2471-4c7e-a45d-dba47c22c8bf} TCPHandler: Processed in 0.003686416 sec. 2026.02.23 16:37:11.201707 [ 287 ] {} TCPHandler: Done processing connection. 2026.02.23 16:37:11.201739 [ 287 ] {} TCP-Session: 8be7f641-21ca-4ed9-8a90-b0224b3239cc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:37:11.201738 [ 289 ] {} TCPHandler: Done processing connection. 2026.02.23 16:37:11.201759 [ 355 ] {} TCPHandler: Done processing connection. 2026.02.23 16:37:11.201776 [ 354 ] {} TCPHandler: Done processing connection. 2026.02.23 16:37:11.201801 [ 290 ] {} TCPHandler: Done processing connection. 2026.02.23 16:37:11.201828 [ 355 ] {} TCP-Session: a8dc6548-9ec0-445a-b67c-42351746ddeb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:37:11.201838 [ 350 ] {} TCPHandler: Done processing connection. 2026.02.23 16:37:11.201854 [ 290 ] {} TCP-Session: 1e1d948a-34fa-4ce8-9002-46d380ac4be6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:37:11.201847 [ 353 ] {} TCPHandler: Done processing connection. 2026.02.23 16:37:11.201884 [ 350 ] {} TCP-Session: 7538853a-38e3-4925-9e4a-60d0c4f8d83e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:37:11.201837 [ 354 ] {} TCP-Session: 0c41ad18-7dc8-4743-85f7-8f727e8ab65d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:37:11.201923 [ 353 ] {} TCP-Session: 1572fafb-ab5e-41be-9c2a-c84d845792d9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:37:11.201824 [ 352 ] {} TCPHandler: Done processing connection. 2026.02.23 16:37:11.201807 [ 289 ] {} TCP-Session: 601d2cd9-8800-4c22-b57d-8949ee9251d0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:37:11.201995 [ 352 ] {} TCP-Session: 3152ec52-5212-4c9d-a02c-6eb77ad8fe89 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:37:11.201795 [ 291 ] {} TCPHandler: Done processing connection. 2026.02.23 16:37:11.202043 [ 291 ] {} TCP-Session: 0b82cb56-c68e-4ade-b616-58612c7f9fdc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:37:11.210808 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40402 2026.02.23 16:37:11.210866 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:37:11.210887 [ 287 ] {} TCP-Session: 1bab8b10-b49f-4226-bbc0-e13f89b4c6b0 Authenticating user 'default' from [fd00:1122:3344:101::e]:40402 2026.02.23 16:37:11.210905 [ 287 ] {} TCP-Session: 1bab8b10-b49f-4226-bbc0-e13f89b4c6b0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:37:11.210919 [ 287 ] {} TCP-Session: 1bab8b10-b49f-4226-bbc0-e13f89b4c6b0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:37:11.211090 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:65056 2026.02.23 16:37:11.211129 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53149 2026.02.23 16:37:11.211140 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63476 2026.02.23 16:37:11.211165 [ 287 ] {} TCP-Session: 1bab8b10-b49f-4226-bbc0-e13f89b4c6b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:37:11.211173 [ 352 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58191 2026.02.23 16:37:11.211200 [ 354 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46209 2026.02.23 16:37:11.211222 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:37:11.211211 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:37:11.211264 [ 291 ] {} TCP-Session: 3064cfa2-57a9-4d0d-95d9-3b448154ffac Authenticating user 'default' from [fd00:1122:3344:101::e]:63476 2026.02.23 16:37:11.211290 [ 354 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:37:11.211293 [ 290 ] {} TCP-Session: 201d5e74-aaa6-4eb8-9fc9-39dd1cdb264e Authenticating user 'default' from [fd00:1122:3344:101::e]:53149 2026.02.23 16:37:11.211307 [ 291 ] {} TCP-Session: 3064cfa2-57a9-4d0d-95d9-3b448154ffac Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:37:11.211323 [ 354 ] {} TCP-Session: c38a6168-7e26-4ac2-8759-da0e2fd4410d Authenticating user 'default' from [fd00:1122:3344:101::e]:46209 2026.02.23 16:37:11.211331 [ 290 ] {} TCP-Session: 201d5e74-aaa6-4eb8-9fc9-39dd1cdb264e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:37:11.211344 [ 291 ] {} TCP-Session: 3064cfa2-57a9-4d0d-95d9-3b448154ffac Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:37:11.211375 [ 290 ] {} TCP-Session: 201d5e74-aaa6-4eb8-9fc9-39dd1cdb264e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:37:11.211363 [ 354 ] {} TCP-Session: c38a6168-7e26-4ac2-8759-da0e2fd4410d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:37:11.211260 [ 352 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:37:11.211431 [ 354 ] {} TCP-Session: c38a6168-7e26-4ac2-8759-da0e2fd4410d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:37:11.211464 [ 352 ] {} TCP-Session: b8778267-4647-49b9-9af8-523d740aa670 Authenticating user 'default' from [fd00:1122:3344:101::e]:58191 2026.02.23 16:37:11.211205 [ 355 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40710 2026.02.23 16:37:11.211501 [ 352 ] {} TCP-Session: b8778267-4647-49b9-9af8-523d740aa670 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:37:11.211155 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:37:11.211555 [ 352 ] {} TCP-Session: b8778267-4647-49b9-9af8-523d740aa670 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:37:11.211583 [ 289 ] {} TCP-Session: e63130cd-627b-4c49-84ba-1b155a32b868 Authenticating user 'default' from [fd00:1122:3344:101::e]:65056 2026.02.23 16:37:11.211591 [ 355 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:37:11.211607 [ 289 ] {} TCP-Session: e63130cd-627b-4c49-84ba-1b155a32b868 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:37:11.211626 [ 355 ] {} TCP-Session: e775b45a-8ee1-41e0-99bf-5e1e6caf4266 Authenticating user 'default' from [fd00:1122:3344:101::e]:40710 2026.02.23 16:37:11.211633 [ 289 ] {} TCP-Session: e63130cd-627b-4c49-84ba-1b155a32b868 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:37:11.211654 [ 355 ] {} TCP-Session: e775b45a-8ee1-41e0-99bf-5e1e6caf4266 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:37:11.211145 [ 350 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62603 2026.02.23 16:37:11.211676 [ 355 ] {} TCP-Session: e775b45a-8ee1-41e0-99bf-5e1e6caf4266 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:37:11.211179 [ 353 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64497 2026.02.23 16:37:11.211309 [ 287 ] {a9e94778-a53f-45c1-9414-5beae809d4f1} executeQuery: (from [fd00:1122:3344:101::e]:40402) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.02.23 16:37:11.211734 [ 350 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:37:11.211771 [ 353 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:37:11.211773 [ 350 ] {} TCP-Session: 081039bf-2980-42a5-932b-478f43d9ad8a Authenticating user 'default' from [fd00:1122:3344:101::e]:62603 2026.02.23 16:37:11.211800 [ 353 ] {} TCP-Session: 91380bfe-8e4e-4ee5-8411-0dfd399a73de Authenticating user 'default' from [fd00:1122:3344:101::e]:64497 2026.02.23 16:37:11.211809 [ 350 ] {} TCP-Session: 081039bf-2980-42a5-932b-478f43d9ad8a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:37:11.211827 [ 353 ] {} TCP-Session: 91380bfe-8e4e-4ee5-8411-0dfd399a73de Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:37:11.211846 [ 350 ] {} TCP-Session: 081039bf-2980-42a5-932b-478f43d9ad8a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:37:11.211857 [ 353 ] {} TCP-Session: 91380bfe-8e4e-4ee5-8411-0dfd399a73de Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:37:11.211911 [ 287 ] {a9e94778-a53f-45c1-9414-5beae809d4f1} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.02.23 16:37:11.211959 [ 287 ] {a9e94778-a53f-45c1-9414-5beae809d4f1} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.23 16:37:11.212190 [ 287 ] {a9e94778-a53f-45c1-9414-5beae809d4f1} oximeter.version (5b0048b8-9e05-4abf-ab1d-311c7f35e206) (SelectExecutor): Key condition: unknown 2026.02.23 16:37:11.213040 [ 323 ] {a9e94778-a53f-45c1-9414-5beae809d4f1} AggregatingTransform: Aggregating 2026.02.23 16:37:11.213074 [ 323 ] {a9e94778-a53f-45c1-9414-5beae809d4f1} Aggregator: Aggregation method: without_key 2026.02.23 16:37:11.213108 [ 323 ] {a9e94778-a53f-45c1-9414-5beae809d4f1} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000833957 sec. (1199.103 rows/sec., 46.84 KiB/sec.) 2026.02.23 16:37:11.213128 [ 323 ] {a9e94778-a53f-45c1-9414-5beae809d4f1} Aggregator: Merging aggregated data 2026.02.23 16:37:11.214519 [ 287 ] {a9e94778-a53f-45c1-9414-5beae809d4f1} executeQuery: Read 1 rows, 40.00 B in 0.003253 sec., 307.40854595757764 rows/sec., 12.01 KiB/sec. 2026.02.23 16:37:11.214652 [ 287 ] {a9e94778-a53f-45c1-9414-5beae809d4f1} TCPHandler: Processed in 0.003540283 sec. 2026.02.23 16:37:11.214786 [ 287 ] {} TCPHandler: Done processing connection. 2026.02.23 16:37:11.214802 [ 289 ] {} TCPHandler: Done processing connection. 2026.02.23 16:37:11.214815 [ 287 ] {} TCP-Session: 1bab8b10-b49f-4226-bbc0-e13f89b4c6b0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:37:11.214820 [ 291 ] {} TCPHandler: Done processing connection. 2026.02.23 16:37:11.214839 [ 289 ] {} TCP-Session: e63130cd-627b-4c49-84ba-1b155a32b868 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:37:11.214842 [ 352 ] {} TCPHandler: Done processing connection. 2026.02.23 16:37:11.214866 [ 291 ] {} TCP-Session: 3064cfa2-57a9-4d0d-95d9-3b448154ffac Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:37:11.214878 [ 290 ] {} TCPHandler: Done processing connection. 2026.02.23 16:37:11.214895 [ 353 ] {} TCPHandler: Done processing connection. 2026.02.23 16:37:11.214912 [ 350 ] {} TCPHandler: Done processing connection. 2026.02.23 16:37:11.214930 [ 354 ] {} TCPHandler: Done processing connection. 2026.02.23 16:37:11.214948 [ 353 ] {} TCP-Session: 91380bfe-8e4e-4ee5-8411-0dfd399a73de Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:37:11.214971 [ 350 ] {} TCP-Session: 081039bf-2980-42a5-932b-478f43d9ad8a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:37:11.214988 [ 354 ] {} TCP-Session: c38a6168-7e26-4ac2-8759-da0e2fd4410d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:37:11.214929 [ 290 ] {} TCP-Session: 201d5e74-aaa6-4eb8-9fc9-39dd1cdb264e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:37:11.214902 [ 352 ] {} TCP-Session: b8778267-4647-49b9-9af8-523d740aa670 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:37:11.214858 [ 355 ] {} TCPHandler: Done processing connection. 2026.02.23 16:37:11.215086 [ 355 ] {} TCP-Session: e775b45a-8ee1-41e0-99bf-5e1e6caf4266 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:37:11.357023 [ 352 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51403 2026.02.23 16:37:11.357149 [ 352 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:37:11.357181 [ 352 ] {} TCP-Session: bc1f3253-ab87-47a2-8121-cee905caccbf Authenticating user 'default' from [fd00:1122:3344:101::e]:51403 2026.02.23 16:37:11.357208 [ 352 ] {} TCP-Session: bc1f3253-ab87-47a2-8121-cee905caccbf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:37:11.357226 [ 352 ] {} TCP-Session: bc1f3253-ab87-47a2-8121-cee905caccbf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:37:11.357466 [ 353 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51198 2026.02.23 16:37:11.357503 [ 354 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58451 2026.02.23 16:37:11.357574 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54821 2026.02.23 16:37:11.357588 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59844 2026.02.23 16:37:11.357611 [ 350 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63989 2026.02.23 16:37:11.357637 [ 353 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:37:11.357642 [ 352 ] {} TCP-Session: bc1f3253-ab87-47a2-8121-cee905caccbf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:37:11.357679 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:37:11.357692 [ 353 ] {} TCP-Session: cef1f6c8-ce92-41bb-b89d-809e5ecbad91 Authenticating user 'default' from [fd00:1122:3344:101::e]:51198 2026.02.23 16:37:11.357725 [ 290 ] {} TCP-Session: 7670eef4-1f43-45ec-a16e-fdcffb0f003b Authenticating user 'default' from [fd00:1122:3344:101::e]:59844 2026.02.23 16:37:11.357740 [ 350 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:37:11.357763 [ 353 ] {} TCP-Session: cef1f6c8-ce92-41bb-b89d-809e5ecbad91 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:37:11.357769 [ 290 ] {} TCP-Session: 7670eef4-1f43-45ec-a16e-fdcffb0f003b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:37:11.357793 [ 350 ] {} TCP-Session: 2985ceb5-750c-4165-ba9d-a31b6358229e Authenticating user 'default' from [fd00:1122:3344:101::e]:63989 2026.02.23 16:37:11.357815 [ 290 ] {} TCP-Session: 7670eef4-1f43-45ec-a16e-fdcffb0f003b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:37:11.357795 [ 353 ] {} TCP-Session: cef1f6c8-ce92-41bb-b89d-809e5ecbad91 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:37:11.357843 [ 350 ] {} TCP-Session: 2985ceb5-750c-4165-ba9d-a31b6358229e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:37:11.357866 [ 352 ] {ca6892a9-f27a-460f-b853-04e0d2cef3f3} executeQuery: (from [fd00:1122:3344:101::e]:51403) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.02.23 16:37:11.357890 [ 350 ] {} TCP-Session: 2985ceb5-750c-4165-ba9d-a31b6358229e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:37:11.357669 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:37:11.357604 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34747 2026.02.23 16:37:11.357971 [ 289 ] {} TCP-Session: 1307a80f-595b-4ffa-b2c4-67ff2dfdcf40 Authenticating user 'default' from [fd00:1122:3344:101::e]:54821 2026.02.23 16:37:11.357543 [ 355 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63527 2026.02.23 16:37:11.358003 [ 289 ] {} TCP-Session: 1307a80f-595b-4ffa-b2c4-67ff2dfdcf40 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:37:11.357550 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55248 2026.02.23 16:37:11.358046 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:37:11.358043 [ 289 ] {} TCP-Session: 1307a80f-595b-4ffa-b2c4-67ff2dfdcf40 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:37:11.358093 [ 291 ] {} TCP-Session: a2057094-3fe2-4316-a8f0-e2f37021b3d6 Authenticating user 'default' from [fd00:1122:3344:101::e]:34747 2026.02.23 16:37:11.358081 [ 355 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:37:11.358123 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:37:11.358148 [ 355 ] {} TCP-Session: 47f2acab-a6ba-4afc-a8ac-488c2a3da404 Authenticating user 'default' from [fd00:1122:3344:101::e]:63527 2026.02.23 16:37:11.358123 [ 291 ] {} TCP-Session: a2057094-3fe2-4316-a8f0-e2f37021b3d6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:37:11.358173 [ 287 ] {} TCP-Session: a030c790-ebe7-4e2f-8ed5-15f4b06be50b Authenticating user 'default' from [fd00:1122:3344:101::e]:55248 2026.02.23 16:37:11.358191 [ 291 ] {} TCP-Session: a2057094-3fe2-4316-a8f0-e2f37021b3d6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:37:11.358179 [ 355 ] {} TCP-Session: 47f2acab-a6ba-4afc-a8ac-488c2a3da404 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:37:11.358206 [ 287 ] {} TCP-Session: a030c790-ebe7-4e2f-8ed5-15f4b06be50b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:37:11.358235 [ 355 ] {} TCP-Session: 47f2acab-a6ba-4afc-a8ac-488c2a3da404 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:37:11.358255 [ 287 ] {} TCP-Session: a030c790-ebe7-4e2f-8ed5-15f4b06be50b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:37:11.358279 [ 352 ] {ca6892a9-f27a-460f-b853-04e0d2cef3f3} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.02.23 16:37:11.357656 [ 354 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:37:11.358344 [ 352 ] {ca6892a9-f27a-460f-b853-04e0d2cef3f3} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.23 16:37:11.358355 [ 354 ] {} TCP-Session: a2d5d254-7ac4-4387-aaf0-734f1c4c399d Authenticating user 'default' from [fd00:1122:3344:101::e]:58451 2026.02.23 16:37:11.358385 [ 354 ] {} TCP-Session: a2d5d254-7ac4-4387-aaf0-734f1c4c399d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:37:11.358397 [ 354 ] {} TCP-Session: a2d5d254-7ac4-4387-aaf0-734f1c4c399d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:37:11.358693 [ 352 ] {ca6892a9-f27a-460f-b853-04e0d2cef3f3} oximeter.version (5b0048b8-9e05-4abf-ab1d-311c7f35e206) (SelectExecutor): Key condition: unknown 2026.02.23 16:37:11.359708 [ 295 ] {ca6892a9-f27a-460f-b853-04e0d2cef3f3} AggregatingTransform: Aggregating 2026.02.23 16:37:11.359748 [ 295 ] {ca6892a9-f27a-460f-b853-04e0d2cef3f3} Aggregator: Aggregation method: without_key 2026.02.23 16:37:11.359785 [ 295 ] {ca6892a9-f27a-460f-b853-04e0d2cef3f3} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.00097791 sec. (1022.589 rows/sec., 39.94 KiB/sec.) 2026.02.23 16:37:11.359806 [ 295 ] {ca6892a9-f27a-460f-b853-04e0d2cef3f3} Aggregator: Merging aggregated data 2026.02.23 16:37:11.361567 [ 352 ] {ca6892a9-f27a-460f-b853-04e0d2cef3f3} executeQuery: Read 1 rows, 40.00 B in 0.003773 sec., 265.041081367612 rows/sec., 10.35 KiB/sec. 2026.02.23 16:37:11.361712 [ 352 ] {ca6892a9-f27a-460f-b853-04e0d2cef3f3} TCPHandler: Processed in 0.004246287 sec. 2026.02.23 16:37:11.361829 [ 352 ] {} TCPHandler: Done processing connection. 2026.02.23 16:37:11.361862 [ 350 ] {} TCPHandler: Done processing connection. 2026.02.23 16:37:11.361864 [ 352 ] {} TCP-Session: bc1f3253-ab87-47a2-8121-cee905caccbf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:37:11.361883 [ 353 ] {} TCPHandler: Done processing connection. 2026.02.23 16:37:11.361904 [ 289 ] {} TCPHandler: Done processing connection. 2026.02.23 16:37:11.361931 [ 290 ] {} TCPHandler: Done processing connection. 2026.02.23 16:37:11.361951 [ 354 ] {} TCPHandler: Done processing connection. 2026.02.23 16:37:11.361965 [ 287 ] {} TCPHandler: Done processing connection. 2026.02.23 16:37:11.361988 [ 355 ] {} TCPHandler: Done processing connection. 2026.02.23 16:37:11.362005 [ 291 ] {} TCPHandler: Done processing connection. 2026.02.23 16:37:11.362016 [ 287 ] {} TCP-Session: a030c790-ebe7-4e2f-8ed5-15f4b06be50b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:37:11.362029 [ 355 ] {} TCP-Session: 47f2acab-a6ba-4afc-a8ac-488c2a3da404 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:37:11.362052 [ 291 ] {} TCP-Session: a2057094-3fe2-4316-a8f0-e2f37021b3d6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:37:11.361983 [ 290 ] {} TCP-Session: 7670eef4-1f43-45ec-a16e-fdcffb0f003b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:37:11.361963 [ 289 ] {} TCP-Session: 1307a80f-595b-4ffa-b2c4-67ff2dfdcf40 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:37:11.361940 [ 353 ] {} TCP-Session: cef1f6c8-ce92-41bb-b89d-809e5ecbad91 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:37:11.361913 [ 350 ] {} TCP-Session: 2985ceb5-750c-4165-ba9d-a31b6358229e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:37:11.362007 [ 354 ] {} TCP-Session: a2d5d254-7ac4-4387-aaf0-734f1c4c399d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:37:12.571395 [ 148 ] {} DNSResolver: Updating DNS cache 2026.02.23 16:37:12.571446 [ 148 ] {} DNSResolver: Updated DNS cache 2026.02.23 16:37:12.712473 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 23032 2026.02.23 16:37:12.713048 [ 244 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:37:12.713104 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. 2026.02.23 16:37:12.713707 [ 244 ] {} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2026.02.23 16:37:12.713961 [ 244 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:37:12.714117 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 23032 2026.02.23 16:37:12.781124 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 42 entries to flush up to offset 1280 2026.02.23 16:37:12.783843 [ 242 ] {} system.query_log (b83b341e-dbaf-448e-9582-20b3e6cd291d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:37:12.783913 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. 2026.02.23 16:37:12.785210 [ 242 ] {} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.02.23 16:37:12.785497 [ 242 ] {} system.query_log (b83b341e-dbaf-448e-9582-20b3e6cd291d): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:37:12.785910 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1280 2026.02.23 16:37:13.001196 [ 247 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000828867 sec. 2026.02.23 16:37:13.940481 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 362 2026.02.23 16:37:13.957437 [ 243 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:37:13.957499 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. 2026.02.23 16:37:13.963209 [ 243 ] {} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2026.02.23 16:37:13.963899 [ 243 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:37:13.967010 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 362 2026.02.23 16:37:14.211350 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:37:14.211520 [ 278 ] {e6395372-95dd-49ba-8b58-668ff5e70d18} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.02.23 16:37:14.211585 [ 278 ] {e6395372-95dd-49ba-8b58-668ff5e70d18} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.02.23 16:37:14.212312 [ 278 ] {e6395372-95dd-49ba-8b58-668ff5e70d18} oximeter.fields_i16 (91b3829e-2a99-49e1-955c-43ffdc3fb409): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:37:14.212359 [ 278 ] {e6395372-95dd-49ba-8b58-668ff5e70d18} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. 2026.02.23 16:37:14.212753 [ 278 ] {e6395372-95dd-49ba-8b58-668ff5e70d18} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.02.23 16:37:14.212971 [ 278 ] {e6395372-95dd-49ba-8b58-668ff5e70d18} oximeter.fields_i16 (91b3829e-2a99-49e1-955c-43ffdc3fb409): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:37:14.213114 [ 146 ] {} oximeter.fields_i16 (91b3829e-2a99-49e1-955c-43ffdc3fb409) (MergerMutator): Selected 6 parts from all_1_18_4 to all_23_23_0 2026.02.23 16:37:14.213119 [ 278 ] {e6395372-95dd-49ba-8b58-668ff5e70d18} executeQuery: Read 284 rows, 18.47 KiB in 0.001645 sec., 172644.37689969604 rows/sec., 10.97 MiB/sec. 2026.02.23 16:37:14.213194 [ 146 ] {} oximeter.fields_i16 (91b3829e-2a99-49e1-955c-43ffdc3fb409): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:37:14.213212 [ 278 ] {e6395372-95dd-49ba-8b58-668ff5e70d18} TCPHandler: Processed in 0.001988651 sec. 2026.02.23 16:37:14.213226 [ 146 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. 2026.02.23 16:37:14.213352 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:37:14.213362 [ 196 ] {91b3829e-2a99-49e1-955c-43ffdc3fb409::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.02.23 16:37:14.213451 [ 278 ] {10aa8260-78a0-4533-be88-6bb0daa4fcf5} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.23 16:37:14.213496 [ 278 ] {10aa8260-78a0-4533-be88-6bb0daa4fcf5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.23 16:37:14.213513 [ 196 ] {91b3829e-2a99-49e1-955c-43ffdc3fb409::all_1_23_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:37:14.213557 [ 196 ] {91b3829e-2a99-49e1-955c-43ffdc3fb409::all_1_23_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_18_4, total 308 rows starting from the beginning of the part 2026.02.23 16:37:14.213625 [ 196 ] {91b3829e-2a99-49e1-955c-43ffdc3fb409::all_1_23_5} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 284 rows starting from the beginning of the part 2026.02.23 16:37:14.213670 [ 196 ] {91b3829e-2a99-49e1-955c-43ffdc3fb409::all_1_23_5} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 284 rows starting from the beginning of the part 2026.02.23 16:37:14.213713 [ 196 ] {91b3829e-2a99-49e1-955c-43ffdc3fb409::all_1_23_5} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 284 rows starting from the beginning of the part 2026.02.23 16:37:14.213750 [ 196 ] {91b3829e-2a99-49e1-955c-43ffdc3fb409::all_1_23_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 284 rows starting from the beginning of the part 2026.02.23 16:37:14.213791 [ 196 ] {91b3829e-2a99-49e1-955c-43ffdc3fb409::all_1_23_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 284 rows starting from the beginning of the part 2026.02.23 16:37:14.214323 [ 278 ] {10aa8260-78a0-4533-be88-6bb0daa4fcf5} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:37:14.214365 [ 278 ] {10aa8260-78a0-4533-be88-6bb0daa4fcf5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. 2026.02.23 16:37:14.214739 [ 278 ] {10aa8260-78a0-4533-be88-6bb0daa4fcf5} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2026.02.23 16:37:14.214833 [ 187 ] {91b3829e-2a99-49e1-955c-43ffdc3fb409::all_1_23_5} MergeTask::MergeProjectionsStage: Merge sorted 1728 rows, containing 5 columns (5 merged, 0 gathered) in 0.001530921 sec., 1128732.3121179997 rows/sec., 76.30 MiB/sec. 2026.02.23 16:37:14.214977 [ 278 ] {10aa8260-78a0-4533-be88-6bb0daa4fcf5} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:37:14.214987 [ 192 ] {91b3829e-2a99-49e1-955c-43ffdc3fb409::all_1_23_5} MergedBlockOutputStream: filled checksums all_1_23_5 (state Temporary) 2026.02.23 16:37:14.215116 [ 278 ] {10aa8260-78a0-4533-be88-6bb0daa4fcf5} executeQuery: Read 817 rows, 66.20 KiB in 0.001684 sec., 485154.3942992874 rows/sec., 38.39 MiB/sec. 2026.02.23 16:37:14.215159 [ 278 ] {10aa8260-78a0-4533-be88-6bb0daa4fcf5} TCPHandler: Processed in 0.001857248 sec. 2026.02.23 16:37:14.215274 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:37:14.215281 [ 192 ] {91b3829e-2a99-49e1-955c-43ffdc3fb409::all_1_23_5} oximeter.fields_i16 (91b3829e-2a99-49e1-955c-43ffdc3fb409): Renaming temporary part tmp_merge_all_1_23_5 to all_1_23_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:37:14.215373 [ 278 ] {12319726-2cd4-4b75-9c1e-c51582c40483} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.23 16:37:14.215377 [ 192 ] {91b3829e-2a99-49e1-955c-43ffdc3fb409::all_1_23_5} oximeter.fields_i16 (91b3829e-2a99-49e1-955c-43ffdc3fb409) (MergerMutator): Merged 6 parts: [all_1_18_4, all_23_23_0] -> all_1_23_5 2026.02.23 16:37:14.215420 [ 278 ] {12319726-2cd4-4b75-9c1e-c51582c40483} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.23 16:37:14.215482 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.45 MiB. 2026.02.23 16:37:14.215880 [ 278 ] {12319726-2cd4-4b75-9c1e-c51582c40483} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:37:14.215949 [ 278 ] {12319726-2cd4-4b75-9c1e-c51582c40483} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. 2026.02.23 16:37:14.216259 [ 278 ] {12319726-2cd4-4b75-9c1e-c51582c40483} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2026.02.23 16:37:14.216470 [ 278 ] {12319726-2cd4-4b75-9c1e-c51582c40483} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:37:14.216599 [ 278 ] {12319726-2cd4-4b75-9c1e-c51582c40483} executeQuery: Read 152 rows, 9.29 KiB in 0.001244 sec., 122186.49517684887 rows/sec., 7.30 MiB/sec. 2026.02.23 16:37:14.216638 [ 278 ] {12319726-2cd4-4b75-9c1e-c51582c40483} TCPHandler: Processed in 0.001413699 sec. 2026.02.23 16:37:14.216764 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:37:14.216859 [ 278 ] {5956222d-fcc7-41aa-b645-6301bcae965c} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.02.23 16:37:14.216900 [ 278 ] {5956222d-fcc7-41aa-b645-6301bcae965c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.02.23 16:37:14.217367 [ 278 ] {5956222d-fcc7-41aa-b645-6301bcae965c} oximeter.fields_u32 (3630ead0-c5da-4e23-a9d2-59d0589dc119): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:37:14.217404 [ 278 ] {5956222d-fcc7-41aa-b645-6301bcae965c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. 2026.02.23 16:37:14.217700 [ 278 ] {5956222d-fcc7-41aa-b645-6301bcae965c} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.02.23 16:37:14.217904 [ 278 ] {5956222d-fcc7-41aa-b645-6301bcae965c} oximeter.fields_u32 (3630ead0-c5da-4e23-a9d2-59d0589dc119): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:37:14.218030 [ 278 ] {5956222d-fcc7-41aa-b645-6301bcae965c} executeQuery: Read 149 rows, 9.86 KiB in 0.001187 sec., 125526.53748946926 rows/sec., 8.11 MiB/sec. 2026.02.23 16:37:14.218067 [ 278 ] {5956222d-fcc7-41aa-b645-6301bcae965c} TCPHandler: Processed in 0.001353038 sec. 2026.02.23 16:37:14.218177 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:37:14.218270 [ 278 ] {09907ab2-4b9c-4749-b168-3551288a7396} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.02.23 16:37:14.218308 [ 278 ] {09907ab2-4b9c-4749-b168-3551288a7396} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.02.23 16:37:14.218825 [ 278 ] {09907ab2-4b9c-4749-b168-3551288a7396} oximeter.fields_u8 (bee44bc4-3670-4879-9501-74bd8c0c3792): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:37:14.218875 [ 278 ] {09907ab2-4b9c-4749-b168-3551288a7396} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. 2026.02.23 16:37:14.219184 [ 278 ] {09907ab2-4b9c-4749-b168-3551288a7396} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.02.23 16:37:14.219390 [ 278 ] {09907ab2-4b9c-4749-b168-3551288a7396} oximeter.fields_u8 (bee44bc4-3670-4879-9501-74bd8c0c3792): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:37:14.219498 [ 146 ] {} oximeter.fields_u8 (bee44bc4-3670-4879-9501-74bd8c0c3792) (MergerMutator): Selected 6 parts from all_1_18_4 to all_23_23_0 2026.02.23 16:37:14.219518 [ 278 ] {09907ab2-4b9c-4749-b168-3551288a7396} executeQuery: Read 148 rows, 8.62 KiB in 0.001266 sec., 116903.63349131122 rows/sec., 6.65 MiB/sec. 2026.02.23 16:37:14.219543 [ 146 ] {} oximeter.fields_u8 (bee44bc4-3670-4879-9501-74bd8c0c3792): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:37:14.219564 [ 278 ] {09907ab2-4b9c-4749-b168-3551288a7396} TCPHandler: Processed in 0.00143557 sec. 2026.02.23 16:37:14.219569 [ 146 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. 2026.02.23 16:37:14.219665 [ 191 ] {bee44bc4-3670-4879-9501-74bd8c0c3792::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.02.23 16:37:14.219684 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:37:14.219765 [ 191 ] {bee44bc4-3670-4879-9501-74bd8c0c3792::all_1_23_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:37:14.219781 [ 278 ] {fdcdcd0f-fe3c-4886-914f-75696cb8ef9d} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.23 16:37:14.219795 [ 191 ] {bee44bc4-3670-4879-9501-74bd8c0c3792::all_1_23_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_18_4, total 160 rows starting from the beginning of the part 2026.02.23 16:37:14.219821 [ 278 ] {fdcdcd0f-fe3c-4886-914f-75696cb8ef9d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.23 16:37:14.219853 [ 191 ] {bee44bc4-3670-4879-9501-74bd8c0c3792::all_1_23_5} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 148 rows starting from the beginning of the part 2026.02.23 16:37:14.219900 [ 191 ] {bee44bc4-3670-4879-9501-74bd8c0c3792::all_1_23_5} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 148 rows starting from the beginning of the part 2026.02.23 16:37:14.219942 [ 191 ] {bee44bc4-3670-4879-9501-74bd8c0c3792::all_1_23_5} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 148 rows starting from the beginning of the part 2026.02.23 16:37:14.219980 [ 191 ] {bee44bc4-3670-4879-9501-74bd8c0c3792::all_1_23_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 148 rows starting from the beginning of the part 2026.02.23 16:37:14.220021 [ 191 ] {bee44bc4-3670-4879-9501-74bd8c0c3792::all_1_23_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 148 rows starting from the beginning of the part 2026.02.23 16:37:14.220419 [ 278 ] {fdcdcd0f-fe3c-4886-914f-75696cb8ef9d} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:37:14.220456 [ 278 ] {fdcdcd0f-fe3c-4886-914f-75696cb8ef9d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. 2026.02.23 16:37:14.220783 [ 278 ] {fdcdcd0f-fe3c-4886-914f-75696cb8ef9d} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2026.02.23 16:37:14.220820 [ 187 ] {bee44bc4-3670-4879-9501-74bd8c0c3792::all_1_23_5} MergeTask::MergeProjectionsStage: Merge sorted 900 rows, containing 5 columns (5 merged, 0 gathered) in 0.001192464 sec., 754739.7657287767 rows/sec., 46.00 MiB/sec. 2026.02.23 16:37:14.220938 [ 191 ] {bee44bc4-3670-4879-9501-74bd8c0c3792::all_1_23_5} MergedBlockOutputStream: filled checksums all_1_23_5 (state Temporary) 2026.02.23 16:37:14.220986 [ 278 ] {fdcdcd0f-fe3c-4886-914f-75696cb8ef9d} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:37:14.221120 [ 278 ] {fdcdcd0f-fe3c-4886-914f-75696cb8ef9d} executeQuery: Read 500 rows, 35.98 KiB in 0.001357 sec., 368459.83787767135 rows/sec., 25.89 MiB/sec. 2026.02.23 16:37:14.221158 [ 278 ] {fdcdcd0f-fe3c-4886-914f-75696cb8ef9d} TCPHandler: Processed in 0.001522431 sec. 2026.02.23 16:37:14.221193 [ 191 ] {bee44bc4-3670-4879-9501-74bd8c0c3792::all_1_23_5} oximeter.fields_u8 (bee44bc4-3670-4879-9501-74bd8c0c3792): Renaming temporary part tmp_merge_all_1_23_5 to all_1_23_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:37:14.221257 [ 191 ] {bee44bc4-3670-4879-9501-74bd8c0c3792::all_1_23_5} oximeter.fields_u8 (bee44bc4-3670-4879-9501-74bd8c0c3792) (MergerMutator): Merged 6 parts: [all_1_18_4, all_23_23_0] -> all_1_23_5 2026.02.23 16:37:14.221264 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:37:14.221317 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. 2026.02.23 16:37:14.221359 [ 278 ] {e2f1c323-25d4-4a13-a0e4-cbcc36f47d4f} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.02.23 16:37:14.221400 [ 278 ] {e2f1c323-25d4-4a13-a0e4-cbcc36f47d4f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.02.23 16:37:14.221737 [ 278 ] {e2f1c323-25d4-4a13-a0e4-cbcc36f47d4f} oximeter.measurements_bool (4d7206cf-919d-48fb-bf2a-954f10b7f89e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:37:14.221771 [ 278 ] {e2f1c323-25d4-4a13-a0e4-cbcc36f47d4f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. 2026.02.23 16:37:14.222066 [ 278 ] {e2f1c323-25d4-4a13-a0e4-cbcc36f47d4f} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.02.23 16:37:14.222265 [ 278 ] {e2f1c323-25d4-4a13-a0e4-cbcc36f47d4f} oximeter.measurements_bool (4d7206cf-919d-48fb-bf2a-954f10b7f89e): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:37:14.222361 [ 146 ] {} oximeter.measurements_bool (4d7206cf-919d-48fb-bf2a-954f10b7f89e) (MergerMutator): Selected 6 parts from all_1_10_2 to all_15_15_0 2026.02.23 16:37:14.222390 [ 278 ] {e2f1c323-25d4-4a13-a0e4-cbcc36f47d4f} executeQuery: Read 6 rows, 321.00 B in 0.001049 sec., 5719.733079122974 rows/sec., 298.83 KiB/sec. 2026.02.23 16:37:14.222395 [ 146 ] {} oximeter.measurements_bool (4d7206cf-919d-48fb-bf2a-954f10b7f89e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:37:14.222430 [ 146 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. 2026.02.23 16:37:14.222433 [ 278 ] {e2f1c323-25d4-4a13-a0e4-cbcc36f47d4f} TCPHandler: Processed in 0.001217534 sec. 2026.02.23 16:37:14.222507 [ 195 ] {4d7206cf-919d-48fb-bf2a-954f10b7f89e::all_1_15_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_10_2 to all_15_15_0 into Compact with storage Full 2026.02.23 16:37:14.222560 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:37:14.222598 [ 195 ] {4d7206cf-919d-48fb-bf2a-954f10b7f89e::all_1_15_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:37:14.222625 [ 195 ] {4d7206cf-919d-48fb-bf2a-954f10b7f89e::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_10_2, total 60 rows starting from the beginning of the part 2026.02.23 16:37:14.222669 [ 278 ] {866876c6-cbef-424d-8df4-15e97104a753} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.23 16:37:14.222675 [ 195 ] {4d7206cf-919d-48fb-bf2a-954f10b7f89e::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 6 rows starting from the beginning of the part 2026.02.23 16:37:14.222711 [ 278 ] {866876c6-cbef-424d-8df4-15e97104a753} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.23 16:37:14.222722 [ 195 ] {4d7206cf-919d-48fb-bf2a-954f10b7f89e::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 6 rows starting from the beginning of the part 2026.02.23 16:37:14.222759 [ 195 ] {4d7206cf-919d-48fb-bf2a-954f10b7f89e::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 6 rows starting from the beginning of the part 2026.02.23 16:37:14.222794 [ 195 ] {4d7206cf-919d-48fb-bf2a-954f10b7f89e::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 6 rows starting from the beginning of the part 2026.02.23 16:37:14.222828 [ 195 ] {4d7206cf-919d-48fb-bf2a-954f10b7f89e::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 6 rows starting from the beginning of the part 2026.02.23 16:37:14.223125 [ 278 ] {866876c6-cbef-424d-8df4-15e97104a753} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:37:14.223161 [ 278 ] {866876c6-cbef-424d-8df4-15e97104a753} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. 2026.02.23 16:37:14.223491 [ 278 ] {866876c6-cbef-424d-8df4-15e97104a753} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2026.02.23 16:37:14.223505 [ 195 ] {4d7206cf-919d-48fb-bf2a-954f10b7f89e::all_1_15_3} MergeTask::MergeProjectionsStage: Merge sorted 90 rows, containing 4 columns (4 merged, 0 gathered) in 0.001031292 sec., 87269.17303731629 rows/sec., 4.45 MiB/sec. 2026.02.23 16:37:14.223617 [ 199 ] {4d7206cf-919d-48fb-bf2a-954f10b7f89e::all_1_15_3} MergedBlockOutputStream: filled checksums all_1_15_3 (state Temporary) 2026.02.23 16:37:14.223707 [ 278 ] {866876c6-cbef-424d-8df4-15e97104a753} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:37:14.223834 [ 278 ] {866876c6-cbef-424d-8df4-15e97104a753} executeQuery: Read 265 rows, 18.03 KiB in 0.001184 sec., 223817.56756756757 rows/sec., 14.87 MiB/sec. 2026.02.23 16:37:14.223863 [ 199 ] {4d7206cf-919d-48fb-bf2a-954f10b7f89e::all_1_15_3} oximeter.measurements_bool (4d7206cf-919d-48fb-bf2a-954f10b7f89e): Renaming temporary part tmp_merge_all_1_15_3 to all_1_15_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:37:14.223870 [ 278 ] {866876c6-cbef-424d-8df4-15e97104a753} TCPHandler: Processed in 0.001369338 sec. 2026.02.23 16:37:14.223926 [ 199 ] {4d7206cf-919d-48fb-bf2a-954f10b7f89e::all_1_15_3} oximeter.measurements_bool (4d7206cf-919d-48fb-bf2a-954f10b7f89e) (MergerMutator): Merged 6 parts: [all_1_10_2, all_15_15_0] -> all_1_15_3 2026.02.23 16:37:14.223985 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:37:14.223995 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. 2026.02.23 16:37:14.224079 [ 278 ] {267adc80-8035-4e94-acea-997695ba283d} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.02.23 16:37:14.224120 [ 278 ] {267adc80-8035-4e94-acea-997695ba283d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.02.23 16:37:14.224428 [ 278 ] {267adc80-8035-4e94-acea-997695ba283d} oximeter.measurements_f64 (97dc9cb4-ce5b-499b-8326-a1427ee1bb47): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:37:14.224462 [ 278 ] {267adc80-8035-4e94-acea-997695ba283d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. 2026.02.23 16:37:14.224751 [ 278 ] {267adc80-8035-4e94-acea-997695ba283d} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.02.23 16:37:14.224955 [ 278 ] {267adc80-8035-4e94-acea-997695ba283d} oximeter.measurements_f64 (97dc9cb4-ce5b-499b-8326-a1427ee1bb47): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:37:14.225077 [ 278 ] {267adc80-8035-4e94-acea-997695ba283d} executeQuery: Read 1 rows, 69.00 B in 0.001015 sec., 985.2216748768473 rows/sec., 66.39 KiB/sec. 2026.02.23 16:37:14.225112 [ 278 ] {267adc80-8035-4e94-acea-997695ba283d} TCPHandler: Processed in 0.001175735 sec. 2026.02.23 16:37:14.225211 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:37:14.225303 [ 278 ] {6702d5a4-d558-493d-97ca-fda131e51bba} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.23 16:37:14.225355 [ 278 ] {6702d5a4-d558-493d-97ca-fda131e51bba} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.23 16:37:14.226098 [ 278 ] {6702d5a4-d558-493d-97ca-fda131e51bba} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:37:14.226133 [ 278 ] {6702d5a4-d558-493d-97ca-fda131e51bba} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. 2026.02.23 16:37:14.226630 [ 278 ] {6702d5a4-d558-493d-97ca-fda131e51bba} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2026.02.23 16:37:14.226856 [ 278 ] {6702d5a4-d558-493d-97ca-fda131e51bba} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:37:14.226995 [ 278 ] {6702d5a4-d558-493d-97ca-fda131e51bba} executeQuery: Read 10 rows, 18.35 KiB in 0.00171 sec., 5847.95321637427 rows/sec., 10.48 MiB/sec. 2026.02.23 16:37:14.227056 [ 278 ] {6702d5a4-d558-493d-97ca-fda131e51bba} TCPHandler: Processed in 0.001892568 sec. 2026.02.23 16:37:14.227164 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:37:14.227257 [ 278 ] {0619fbef-6655-4426-8f51-40c1af00ca55} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.23 16:37:14.227299 [ 278 ] {0619fbef-6655-4426-8f51-40c1af00ca55} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.23 16:37:14.227621 [ 278 ] {0619fbef-6655-4426-8f51-40c1af00ca55} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:37:14.227656 [ 278 ] {0619fbef-6655-4426-8f51-40c1af00ca55} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. 2026.02.23 16:37:14.227952 [ 278 ] {0619fbef-6655-4426-8f51-40c1af00ca55} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2026.02.23 16:37:14.228158 [ 278 ] {0619fbef-6655-4426-8f51-40c1af00ca55} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:37:14.228281 [ 278 ] {0619fbef-6655-4426-8f51-40c1af00ca55} executeQuery: Read 90 rows, 5.77 KiB in 0.001042 sec., 86372.36084452976 rows/sec., 5.40 MiB/sec. 2026.02.23 16:37:14.228317 [ 278 ] {0619fbef-6655-4426-8f51-40c1af00ca55} TCPHandler: Processed in 0.001200935 sec. 2026.02.23 16:37:18.527969 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:37:18.528246 [ 278 ] {d05db3a4-6109-43eb-9a6e-91094e733bbb} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.02.23 16:37:18.528345 [ 278 ] {d05db3a4-6109-43eb-9a6e-91094e733bbb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.02.23 16:37:18.529200 [ 278 ] {d05db3a4-6109-43eb-9a6e-91094e733bbb} oximeter.fields_i16 (91b3829e-2a99-49e1-955c-43ffdc3fb409): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:37:18.529244 [ 278 ] {d05db3a4-6109-43eb-9a6e-91094e733bbb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. 2026.02.23 16:37:18.529636 [ 278 ] {d05db3a4-6109-43eb-9a6e-91094e733bbb} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.02.23 16:37:18.529867 [ 278 ] {d05db3a4-6109-43eb-9a6e-91094e733bbb} oximeter.fields_i16 (91b3829e-2a99-49e1-955c-43ffdc3fb409): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:37:18.530031 [ 278 ] {d05db3a4-6109-43eb-9a6e-91094e733bbb} executeQuery: Read 24 rows, 2.04 KiB in 0.001854 sec., 12944.983818770226 rows/sec., 1.07 MiB/sec. 2026.02.23 16:37:18.530083 [ 278 ] {d05db3a4-6109-43eb-9a6e-91094e733bbb} TCPHandler: Processed in 0.002280837 sec. 2026.02.23 16:37:18.530209 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:37:18.530313 [ 278 ] {bac8b63a-3793-4dd1-aeb9-de71616941a7} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.02.23 16:37:18.530357 [ 278 ] {bac8b63a-3793-4dd1-aeb9-de71616941a7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.02.23 16:37:18.530776 [ 278 ] {bac8b63a-3793-4dd1-aeb9-de71616941a7} oximeter.fields_ipaddr (aca7842a-9245-4e3c-8c67-e3828bf88048): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:37:18.530812 [ 278 ] {bac8b63a-3793-4dd1-aeb9-de71616941a7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. 2026.02.23 16:37:18.531112 [ 278 ] {bac8b63a-3793-4dd1-aeb9-de71616941a7} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.02.23 16:37:18.531335 [ 278 ] {bac8b63a-3793-4dd1-aeb9-de71616941a7} oximeter.fields_ipaddr (aca7842a-9245-4e3c-8c67-e3828bf88048): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:37:18.531473 [ 278 ] {bac8b63a-3793-4dd1-aeb9-de71616941a7} executeQuery: Read 6 rows, 501.00 B in 0.001183 sec., 5071.851225697379 rows/sec., 413.57 KiB/sec. 2026.02.23 16:37:18.531512 [ 278 ] {bac8b63a-3793-4dd1-aeb9-de71616941a7} TCPHandler: Processed in 0.001354978 sec. 2026.02.23 16:37:18.531620 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:37:18.531725 [ 278 ] {791ad39d-8153-404b-9c07-898b0d000c7f} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.23 16:37:18.531766 [ 278 ] {791ad39d-8153-404b-9c07-898b0d000c7f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.23 16:37:18.533016 [ 278 ] {791ad39d-8153-404b-9c07-898b0d000c7f} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:37:18.533052 [ 278 ] {791ad39d-8153-404b-9c07-898b0d000c7f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. 2026.02.23 16:37:18.533459 [ 278 ] {791ad39d-8153-404b-9c07-898b0d000c7f} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2026.02.23 16:37:18.533670 [ 278 ] {791ad39d-8153-404b-9c07-898b0d000c7f} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:37:18.533830 [ 278 ] {791ad39d-8153-404b-9c07-898b0d000c7f} executeQuery: Read 1383 rows, 118.71 KiB in 0.002125 sec., 650823.5294117647 rows/sec., 54.56 MiB/sec. 2026.02.23 16:37:18.533870 [ 278 ] {791ad39d-8153-404b-9c07-898b0d000c7f} TCPHandler: Processed in 0.002299627 sec. 2026.02.23 16:37:18.533994 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:37:18.534089 [ 278 ] {acd7db31-4168-4482-bb27-d88db391b33a} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.23 16:37:18.534129 [ 278 ] {acd7db31-4168-4482-bb27-d88db391b33a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.23 16:37:18.534559 [ 278 ] {acd7db31-4168-4482-bb27-d88db391b33a} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:37:18.534595 [ 278 ] {acd7db31-4168-4482-bb27-d88db391b33a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. 2026.02.23 16:37:18.534896 [ 278 ] {acd7db31-4168-4482-bb27-d88db391b33a} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2026.02.23 16:37:18.535095 [ 278 ] {acd7db31-4168-4482-bb27-d88db391b33a} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:37:18.535222 [ 278 ] {acd7db31-4168-4482-bb27-d88db391b33a} executeQuery: Read 50 rows, 3.79 KiB in 0.001152 sec., 43402.777777777774 rows/sec., 3.21 MiB/sec. 2026.02.23 16:37:18.535259 [ 278 ] {acd7db31-4168-4482-bb27-d88db391b33a} TCPHandler: Processed in 0.001313307 sec. 2026.02.23 16:37:18.535376 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:37:18.535468 [ 278 ] {de785e7e-3e43-4719-8b89-f10b2c922052} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.02.23 16:37:18.535507 [ 278 ] {de785e7e-3e43-4719-8b89-f10b2c922052} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.02.23 16:37:18.535976 [ 278 ] {de785e7e-3e43-4719-8b89-f10b2c922052} oximeter.fields_u32 (3630ead0-c5da-4e23-a9d2-59d0589dc119): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:37:18.536011 [ 278 ] {de785e7e-3e43-4719-8b89-f10b2c922052} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. 2026.02.23 16:37:18.536321 [ 278 ] {de785e7e-3e43-4719-8b89-f10b2c922052} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.02.23 16:37:18.536522 [ 278 ] {de785e7e-3e43-4719-8b89-f10b2c922052} oximeter.fields_u32 (3630ead0-c5da-4e23-a9d2-59d0589dc119): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:37:18.536645 [ 278 ] {de785e7e-3e43-4719-8b89-f10b2c922052} executeQuery: Read 252 rows, 17.85 KiB in 0.001194 sec., 211055.27638190956 rows/sec., 14.60 MiB/sec. 2026.02.23 16:37:18.536681 [ 278 ] {de785e7e-3e43-4719-8b89-f10b2c922052} TCPHandler: Processed in 0.001352388 sec. 2026.02.23 16:37:18.536795 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:37:18.536888 [ 278 ] {8d4f28c0-0f9c-435c-b7f1-ba6a39f05947} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.02.23 16:37:18.536925 [ 278 ] {8d4f28c0-0f9c-435c-b7f1-ba6a39f05947} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.02.23 16:37:18.537320 [ 278 ] {8d4f28c0-0f9c-435c-b7f1-ba6a39f05947} oximeter.fields_u8 (bee44bc4-3670-4879-9501-74bd8c0c3792): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:37:18.537356 [ 278 ] {8d4f28c0-0f9c-435c-b7f1-ba6a39f05947} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. 2026.02.23 16:37:18.537640 [ 278 ] {8d4f28c0-0f9c-435c-b7f1-ba6a39f05947} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.02.23 16:37:18.537837 [ 278 ] {8d4f28c0-0f9c-435c-b7f1-ba6a39f05947} oximeter.fields_u8 (bee44bc4-3670-4879-9501-74bd8c0c3792): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:37:18.537967 [ 278 ] {8d4f28c0-0f9c-435c-b7f1-ba6a39f05947} executeQuery: Read 12 rows, 960.00 B in 0.001097 sec., 10938.924339106654 rows/sec., 854.60 KiB/sec. 2026.02.23 16:37:18.538004 [ 278 ] {8d4f28c0-0f9c-435c-b7f1-ba6a39f05947} TCPHandler: Processed in 0.001257766 sec. 2026.02.23 16:37:18.538114 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:37:18.538206 [ 278 ] {9e500069-b56e-4dac-b5a2-66195c72a6af} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.23 16:37:18.538245 [ 278 ] {9e500069-b56e-4dac-b5a2-66195c72a6af} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.23 16:37:18.538856 [ 278 ] {9e500069-b56e-4dac-b5a2-66195c72a6af} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:37:18.538891 [ 278 ] {9e500069-b56e-4dac-b5a2-66195c72a6af} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. 2026.02.23 16:37:18.539219 [ 278 ] {9e500069-b56e-4dac-b5a2-66195c72a6af} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2026.02.23 16:37:18.539417 [ 278 ] {9e500069-b56e-4dac-b5a2-66195c72a6af} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:37:18.539604 [ 278 ] {9e500069-b56e-4dac-b5a2-66195c72a6af} executeQuery: Read 594 rows, 45.71 KiB in 0.001412 sec., 420679.88668555237 rows/sec., 31.62 MiB/sec. 2026.02.23 16:37:18.539654 [ 278 ] {9e500069-b56e-4dac-b5a2-66195c72a6af} TCPHandler: Processed in 0.001586333 sec. 2026.02.23 16:37:18.539776 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:37:18.539883 [ 278 ] {75017421-c7c1-44d0-83c3-86b3ae235d66} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.23 16:37:18.539927 [ 278 ] {75017421-c7c1-44d0-83c3-86b3ae235d66} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.23 16:37:18.540564 [ 278 ] {75017421-c7c1-44d0-83c3-86b3ae235d66} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:37:18.540635 [ 278 ] {75017421-c7c1-44d0-83c3-86b3ae235d66} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. 2026.02.23 16:37:18.541216 [ 278 ] {75017421-c7c1-44d0-83c3-86b3ae235d66} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2026.02.23 16:37:18.541476 [ 278 ] {75017421-c7c1-44d0-83c3-86b3ae235d66} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:37:18.541675 [ 278 ] {75017421-c7c1-44d0-83c3-86b3ae235d66} executeQuery: Read 919 rows, 64.36 KiB in 0.001813 sec., 506894.6497517926 rows/sec., 34.67 MiB/sec. 2026.02.23 16:37:18.541754 [ 278 ] {75017421-c7c1-44d0-83c3-86b3ae235d66} TCPHandler: Processed in 0.002026931 sec. 2026.02.23 16:37:18.541926 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:37:18.542051 [ 278 ] {b9ca153a-e4e3-4017-9f6d-9e1d59277b6a} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.23 16:37:18.542125 [ 278 ] {b9ca153a-e4e3-4017-9f6d-9e1d59277b6a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.23 16:37:18.543154 [ 278 ] {b9ca153a-e4e3-4017-9f6d-9e1d59277b6a} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:37:18.543196 [ 278 ] {b9ca153a-e4e3-4017-9f6d-9e1d59277b6a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. 2026.02.23 16:37:18.543763 [ 278 ] {b9ca153a-e4e3-4017-9f6d-9e1d59277b6a} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2026.02.23 16:37:18.543986 [ 278 ] {b9ca153a-e4e3-4017-9f6d-9e1d59277b6a} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:37:18.544134 [ 278 ] {b9ca153a-e4e3-4017-9f6d-9e1d59277b6a} executeQuery: Read 32 rows, 58.72 KiB in 0.00212 sec., 15094.33962264151 rows/sec., 27.05 MiB/sec. 2026.02.23 16:37:18.544241 [ 278 ] {b9ca153a-e4e3-4017-9f6d-9e1d59277b6a} TCPHandler: Processed in 0.002422629 sec. 2026.02.23 16:37:18.544364 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:37:18.544459 [ 278 ] {412b370d-5186-4e19-810d-073f54ac3239} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.23 16:37:18.544502 [ 278 ] {412b370d-5186-4e19-810d-073f54ac3239} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.23 16:37:18.544850 [ 278 ] {412b370d-5186-4e19-810d-073f54ac3239} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:37:18.544884 [ 278 ] {412b370d-5186-4e19-810d-073f54ac3239} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. 2026.02.23 16:37:18.545179 [ 278 ] {412b370d-5186-4e19-810d-073f54ac3239} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2026.02.23 16:37:18.545387 [ 278 ] {412b370d-5186-4e19-810d-073f54ac3239} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:37:18.545512 [ 278 ] {412b370d-5186-4e19-810d-073f54ac3239} executeQuery: Read 60 rows, 4.14 KiB in 0.001072 sec., 55970.14925373134 rows/sec., 3.77 MiB/sec. 2026.02.23 16:37:18.545547 [ 278 ] {412b370d-5186-4e19-810d-073f54ac3239} TCPHandler: Processed in 0.001233295 sec. 2026.02.23 16:37:20.214195 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 23544 2026.02.23 16:37:20.214718 [ 244 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:37:20.214766 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. 2026.02.23 16:37:20.215245 [ 244 ] {} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2026.02.23 16:37:20.215476 [ 244 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:37:20.215624 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 23544 2026.02.23 16:37:21.467089 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 369 2026.02.23 16:37:21.484826 [ 243 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:37:21.484888 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. 2026.02.23 16:37:21.490493 [ 243 ] {} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2026.02.23 16:37:21.491199 [ 243 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:37:21.494210 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 369 2026.02.23 16:37:22.786132 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 42 entries to flush up to offset 1322 2026.02.23 16:37:22.788665 [ 242 ] {} system.query_log (b83b341e-dbaf-448e-9582-20b3e6cd291d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:37:22.788725 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. 2026.02.23 16:37:22.789952 [ 242 ] {} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.02.23 16:37:22.790219 [ 242 ] {} system.query_log (b83b341e-dbaf-448e-9582-20b3e6cd291d): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:37:22.790401 [ 132 ] {} system.query_log (b83b341e-dbaf-448e-9582-20b3e6cd291d) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2026.02.23 16:37:22.790471 [ 132 ] {} system.query_log (b83b341e-dbaf-448e-9582-20b3e6cd291d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:37:22.790494 [ 132 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. 2026.02.23 16:37:22.790592 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1322 2026.02.23 16:37:22.790620 [ 191 ] {b83b341e-dbaf-448e-9582-20b3e6cd291d::all_1_36_7} MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full 2026.02.23 16:37:22.791195 [ 191 ] {b83b341e-dbaf-448e-9582-20b3e6cd291d::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:37:22.791346 [ 191 ] {b83b341e-dbaf-448e-9582-20b3e6cd291d::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1130 rows starting from the beginning of the part 2026.02.23 16:37:22.791708 [ 191 ] {b83b341e-dbaf-448e-9582-20b3e6cd291d::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 36 rows starting from the beginning of the part 2026.02.23 16:37:22.792044 [ 191 ] {b83b341e-dbaf-448e-9582-20b3e6cd291d::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 38 rows starting from the beginning of the part 2026.02.23 16:37:22.792361 [ 191 ] {b83b341e-dbaf-448e-9582-20b3e6cd291d::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 34 rows starting from the beginning of the part 2026.02.23 16:37:22.792742 [ 191 ] {b83b341e-dbaf-448e-9582-20b3e6cd291d::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 42 rows starting from the beginning of the part 2026.02.23 16:37:22.793164 [ 191 ] {b83b341e-dbaf-448e-9582-20b3e6cd291d::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 42 rows starting from the beginning of the part 2026.02.23 16:37:22.799933 [ 195 ] {b83b341e-dbaf-448e-9582-20b3e6cd291d::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 1322 rows, containing 72 columns (72 merged, 0 gathered) in 0.009371723 sec., 141062.6413093942 rows/sec., 113.24 MiB/sec. 2026.02.23 16:37:22.801663 [ 200 ] {b83b341e-dbaf-448e-9582-20b3e6cd291d::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2026.02.23 16:37:22.802305 [ 200 ] {b83b341e-dbaf-448e-9582-20b3e6cd291d::all_1_36_7} system.query_log (b83b341e-dbaf-448e-9582-20b3e6cd291d): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:37:22.802386 [ 200 ] {b83b341e-dbaf-448e-9582-20b3e6cd291d::all_1_36_7} system.query_log (b83b341e-dbaf-448e-9582-20b3e6cd291d) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2026.02.23 16:37:22.802681 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.95 MiB. 2026.02.23 16:37:24.203327 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:37:24.203530 [ 278 ] {05dff367-b518-4a7a-ad44-c0a0de6fe866} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.23 16:37:24.203607 [ 278 ] {05dff367-b518-4a7a-ad44-c0a0de6fe866} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.23 16:37:24.204374 [ 278 ] {05dff367-b518-4a7a-ad44-c0a0de6fe866} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:37:24.204427 [ 278 ] {05dff367-b518-4a7a-ad44-c0a0de6fe866} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. 2026.02.23 16:37:24.204826 [ 278 ] {05dff367-b518-4a7a-ad44-c0a0de6fe866} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2026.02.23 16:37:24.205053 [ 278 ] {05dff367-b518-4a7a-ad44-c0a0de6fe866} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:37:24.205212 [ 131 ] {} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 2026.02.23 16:37:24.205219 [ 278 ] {05dff367-b518-4a7a-ad44-c0a0de6fe866} executeQuery: Read 76 rows, 6.41 KiB in 0.001744 sec., 43577.98165137615 rows/sec., 3.59 MiB/sec. 2026.02.23 16:37:24.205260 [ 131 ] {} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:37:24.205286 [ 131 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. 2026.02.23 16:37:24.205286 [ 278 ] {05dff367-b518-4a7a-ad44-c0a0de6fe866} TCPHandler: Processed in 0.002102944 sec. 2026.02.23 16:37:24.205383 [ 199 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_71_14} MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full 2026.02.23 16:37:24.205429 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:37:24.205483 [ 199 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_71_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:37:24.205518 [ 199 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 2152 rows starting from the beginning of the part 2026.02.23 16:37:24.205532 [ 278 ] {c176a861-931d-4a75-b45a-e91e496b471c} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.23 16:37:24.205576 [ 278 ] {c176a861-931d-4a75-b45a-e91e496b471c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.23 16:37:24.205584 [ 199 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 819 rows starting from the beginning of the part 2026.02.23 16:37:24.205639 [ 199 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 120 rows starting from the beginning of the part 2026.02.23 16:37:24.205687 [ 199 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 817 rows starting from the beginning of the part 2026.02.23 16:37:24.205732 [ 199 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 1383 rows starting from the beginning of the part 2026.02.23 16:37:24.205777 [ 199 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 76 rows starting from the beginning of the part 2026.02.23 16:37:24.206001 [ 278 ] {c176a861-931d-4a75-b45a-e91e496b471c} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:37:24.206040 [ 278 ] {c176a861-931d-4a75-b45a-e91e496b471c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. 2026.02.23 16:37:24.206344 [ 278 ] {c176a861-931d-4a75-b45a-e91e496b471c} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2026.02.23 16:37:24.206560 [ 278 ] {c176a861-931d-4a75-b45a-e91e496b471c} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:37:24.206695 [ 278 ] {c176a861-931d-4a75-b45a-e91e496b471c} executeQuery: Read 10 rows, 770.00 B in 0.001188 sec., 8417.508417508418 rows/sec., 632.96 KiB/sec. 2026.02.23 16:37:24.206735 [ 278 ] {c176a861-931d-4a75-b45a-e91e496b471c} TCPHandler: Processed in 0.001362368 sec. 2026.02.23 16:37:24.206868 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:37:24.206970 [ 278 ] {08fc01d5-c342-4fdf-8825-5c28018d0a80} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.23 16:37:24.207010 [ 278 ] {08fc01d5-c342-4fdf-8825-5c28018d0a80} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.23 16:37:24.207432 [ 278 ] {08fc01d5-c342-4fdf-8825-5c28018d0a80} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:37:24.207466 [ 278 ] {08fc01d5-c342-4fdf-8825-5c28018d0a80} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. 2026.02.23 16:37:24.207727 [ 200 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_71_14} MergeTask::MergeProjectionsStage: Merge sorted 5367 rows, containing 5 columns (5 merged, 0 gathered) in 0.002382549 sec., 2252629.4317556536 rows/sec., 192.73 MiB/sec. 2026.02.23 16:37:24.207779 [ 278 ] {08fc01d5-c342-4fdf-8825-5c28018d0a80} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2026.02.23 16:37:24.207987 [ 195 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_71_14} MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) 2026.02.23 16:37:24.207990 [ 278 ] {08fc01d5-c342-4fdf-8825-5c28018d0a80} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:37:24.208101 [ 131 ] {} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 2026.02.23 16:37:24.208126 [ 131 ] {} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:37:24.208126 [ 278 ] {08fc01d5-c342-4fdf-8825-5c28018d0a80} executeQuery: Read 74 rows, 5.92 KiB in 0.001179 sec., 62765.05513146735 rows/sec., 4.90 MiB/sec. 2026.02.23 16:37:24.208144 [ 131 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. 2026.02.23 16:37:24.208172 [ 278 ] {08fc01d5-c342-4fdf-8825-5c28018d0a80} TCPHandler: Processed in 0.001353038 sec. 2026.02.23 16:37:24.208205 [ 199 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_71_14} MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full 2026.02.23 16:37:24.208241 [ 195 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_71_14} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:37:24.208280 [ 199 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_71_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:37:24.208285 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:37:24.208305 [ 199 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 1062 rows starting from the beginning of the part 2026.02.23 16:37:24.208310 [ 195 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_71_14} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 2026.02.23 16:37:24.208351 [ 199 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 504 rows starting from the beginning of the part 2026.02.23 16:37:24.208378 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.14 MiB. 2026.02.23 16:37:24.208387 [ 278 ] {12375b29-0198-408c-a409-189e424a60dc} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.23 16:37:24.208388 [ 199 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 96 rows starting from the beginning of the part 2026.02.23 16:37:24.208449 [ 278 ] {12375b29-0198-408c-a409-189e424a60dc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.23 16:37:24.208457 [ 199 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 500 rows starting from the beginning of the part 2026.02.23 16:37:24.208493 [ 199 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 594 rows starting from the beginning of the part 2026.02.23 16:37:24.208526 [ 199 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 74 rows starting from the beginning of the part 2026.02.23 16:37:24.208865 [ 278 ] {12375b29-0198-408c-a409-189e424a60dc} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:37:24.208899 [ 278 ] {12375b29-0198-408c-a409-189e424a60dc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. 2026.02.23 16:37:24.209224 [ 278 ] {12375b29-0198-408c-a409-189e424a60dc} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2026.02.23 16:37:24.209425 [ 278 ] {12375b29-0198-408c-a409-189e424a60dc} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:37:24.209524 [ 131 ] {} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 2026.02.23 16:37:24.209548 [ 131 ] {} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:37:24.209549 [ 278 ] {12375b29-0198-408c-a409-189e424a60dc} executeQuery: Read 160 rows, 11.41 KiB in 0.001182 sec., 135363.7901861252 rows/sec., 9.43 MiB/sec. 2026.02.23 16:37:24.209565 [ 131 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. 2026.02.23 16:37:24.209546 [ 189 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_71_14} MergeTask::MergeProjectionsStage: Merge sorted 2830 rows, containing 5 columns (5 merged, 0 gathered) in 0.001361508 sec., 2078577.5772158518 rows/sec., 159.10 MiB/sec. 2026.02.23 16:37:24.209592 [ 278 ] {12375b29-0198-408c-a409-189e424a60dc} TCPHandler: Processed in 0.001355468 sec. 2026.02.23 16:37:24.209630 [ 195 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_71_14} MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full 2026.02.23 16:37:24.209698 [ 195 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_71_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:37:24.209715 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:37:24.209721 [ 195 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_71_14} MergeTreeSequentialSource: Reading 4 marks from part all_1_66_13, total 20166 rows starting from the beginning of the part 2026.02.23 16:37:24.209774 [ 195 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 267 rows starting from the beginning of the part 2026.02.23 16:37:24.209804 [ 278 ] {a146e3da-dfa6-4b6f-a634-74357a9b84f7} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.23 16:37:24.209813 [ 195 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 160 rows starting from the beginning of the part 2026.02.23 16:37:24.209843 [ 193 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_71_14} MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) 2026.02.23 16:37:24.209857 [ 278 ] {a146e3da-dfa6-4b6f-a634-74357a9b84f7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.23 16:37:24.209852 [ 195 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 265 rows starting from the beginning of the part 2026.02.23 16:37:24.209919 [ 195 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 919 rows starting from the beginning of the part 2026.02.23 16:37:24.209953 [ 195 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 160 rows starting from the beginning of the part 2026.02.23 16:37:24.210200 [ 193 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_71_14} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:37:24.210291 [ 193 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_71_14} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 2026.02.23 16:37:24.210383 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.68 MiB. 2026.02.23 16:37:24.210657 [ 278 ] {a146e3da-dfa6-4b6f-a634-74357a9b84f7} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:37:24.210696 [ 278 ] {a146e3da-dfa6-4b6f-a634-74357a9b84f7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. 2026.02.23 16:37:24.211226 [ 278 ] {a146e3da-dfa6-4b6f-a634-74357a9b84f7} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2026.02.23 16:37:24.211452 [ 278 ] {a146e3da-dfa6-4b6f-a634-74357a9b84f7} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:37:24.211593 [ 278 ] {a146e3da-dfa6-4b6f-a634-74357a9b84f7} executeQuery: Read 10 rows, 18.35 KiB in 0.001792 sec., 5580.357142857143 rows/sec., 10.00 MiB/sec. 2026.02.23 16:37:24.211663 [ 278 ] {a146e3da-dfa6-4b6f-a634-74357a9b84f7} TCPHandler: Processed in 0.001986561 sec. 2026.02.23 16:37:24.211789 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:37:24.211909 [ 278 ] {305be890-a51e-4646-aae6-200753e4bce6} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.23 16:37:24.211960 [ 278 ] {305be890-a51e-4646-aae6-200753e4bce6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.23 16:37:24.212343 [ 278 ] {305be890-a51e-4646-aae6-200753e4bce6} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:37:24.212379 [ 278 ] {305be890-a51e-4646-aae6-200753e4bce6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. 2026.02.23 16:37:24.212720 [ 278 ] {305be890-a51e-4646-aae6-200753e4bce6} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2026.02.23 16:37:24.212935 [ 278 ] {305be890-a51e-4646-aae6-200753e4bce6} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:37:24.213043 [ 131 ] {} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 2026.02.23 16:37:24.213067 [ 278 ] {305be890-a51e-4646-aae6-200753e4bce6} executeQuery: Read 60 rows, 4.14 KiB in 0.001183 sec., 50718.512256973794 rows/sec., 3.42 MiB/sec. 2026.02.23 16:37:24.213071 [ 131 ] {} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:37:24.213098 [ 131 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. 2026.02.23 16:37:24.213105 [ 278 ] {305be890-a51e-4646-aae6-200753e4bce6} TCPHandler: Processed in 0.001377988 sec. 2026.02.23 16:37:24.213181 [ 189 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_71_14} MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full 2026.02.23 16:37:24.213294 [ 189 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_71_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:37:24.213330 [ 189 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 3840 rows starting from the beginning of the part 2026.02.23 16:37:24.213394 [ 189 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 90 rows starting from the beginning of the part 2026.02.23 16:37:24.213444 [ 189 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 60 rows starting from the beginning of the part 2026.02.23 16:37:24.213488 [ 189 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 90 rows starting from the beginning of the part 2026.02.23 16:37:24.213529 [ 189 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 60 rows starting from the beginning of the part 2026.02.23 16:37:24.213570 [ 189 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 60 rows starting from the beginning of the part 2026.02.23 16:37:24.214858 [ 193 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_71_14} MergeTask::MergeProjectionsStage: Merge sorted 21937 rows, containing 5 columns (5 merged, 0 gathered) in 0.005249188 sec., 4179122.561432359 rows/sec., 284.80 MiB/sec. 2026.02.23 16:37:24.215087 [ 194 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_71_14} MergeTask::MergeProjectionsStage: Merge sorted 4200 rows, containing 4 columns (4 merged, 0 gathered) in 0.00193968 sec., 2165305.61742143 rows/sec., 142.47 MiB/sec. 2026.02.23 16:37:24.215280 [ 197 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_71_14} MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) 2026.02.23 16:37:24.215521 [ 189 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_71_14} MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) 2026.02.23 16:37:24.215554 [ 197 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_71_14} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:37:24.215638 [ 197 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_71_14} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 2026.02.23 16:37:24.215731 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.24 MiB. 2026.02.23 16:37:24.215783 [ 188 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_71_14} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:37:24.215931 [ 188 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_71_14} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 2026.02.23 16:37:24.216069 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.94 MiB. 2026.02.23 16:37:27.571491 [ 126 ] {} DNSResolver: Updating DNS cache 2026.02.23 16:37:27.571543 [ 126 ] {} DNSResolver: Updated DNS cache 2026.02.23 16:37:27.715784 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 23992 2026.02.23 16:37:27.716287 [ 244 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:37:27.716336 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. 2026.02.23 16:37:27.716826 [ 244 ] {} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2026.02.23 16:37:27.717115 [ 244 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:37:27.717272 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 23992 2026.02.23 16:37:28.994351 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 377 2026.02.23 16:37:29.011016 [ 243 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:37:29.011081 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. 2026.02.23 16:37:29.017079 [ 243 ] {} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2026.02.23 16:37:29.017760 [ 243 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:37:29.020656 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 377 2026.02.23 16:37:29.204930 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:37:29.205090 [ 278 ] {cfc112b2-5400-4260-afb4-3b947000b5fc} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.23 16:37:29.205157 [ 278 ] {cfc112b2-5400-4260-afb4-3b947000b5fc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.23 16:37:29.205758 [ 278 ] {cfc112b2-5400-4260-afb4-3b947000b5fc} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:37:29.205801 [ 278 ] {cfc112b2-5400-4260-afb4-3b947000b5fc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. 2026.02.23 16:37:29.206228 [ 278 ] {cfc112b2-5400-4260-afb4-3b947000b5fc} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2026.02.23 16:37:29.206447 [ 278 ] {cfc112b2-5400-4260-afb4-3b947000b5fc} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:37:29.206596 [ 278 ] {cfc112b2-5400-4260-afb4-3b947000b5fc} executeQuery: Read 120 rows, 10.47 KiB in 0.00155 sec., 77419.35483870968 rows/sec., 6.60 MiB/sec. 2026.02.23 16:37:29.206639 [ 278 ] {cfc112b2-5400-4260-afb4-3b947000b5fc} TCPHandler: Processed in 0.001829947 sec. 2026.02.23 16:37:29.206760 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:37:29.206863 [ 278 ] {9b0c3c6a-12b6-44c1-94e9-4ddbe9211bca} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.23 16:37:29.206906 [ 278 ] {9b0c3c6a-12b6-44c1-94e9-4ddbe9211bca} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.23 16:37:29.207313 [ 278 ] {9b0c3c6a-12b6-44c1-94e9-4ddbe9211bca} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:37:29.207352 [ 278 ] {9b0c3c6a-12b6-44c1-94e9-4ddbe9211bca} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. 2026.02.23 16:37:29.207654 [ 278 ] {9b0c3c6a-12b6-44c1-94e9-4ddbe9211bca} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2026.02.23 16:37:29.207861 [ 278 ] {9b0c3c6a-12b6-44c1-94e9-4ddbe9211bca} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:37:29.207993 [ 278 ] {9b0c3c6a-12b6-44c1-94e9-4ddbe9211bca} executeQuery: Read 32 rows, 2.41 KiB in 0.001153 sec., 27753.686036426716 rows/sec., 2.04 MiB/sec. 2026.02.23 16:37:29.208032 [ 278 ] {9b0c3c6a-12b6-44c1-94e9-4ddbe9211bca} TCPHandler: Processed in 0.001323817 sec. 2026.02.23 16:37:29.208136 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:37:29.208231 [ 278 ] {fcdc7709-126c-4b6a-a127-4ecbe4ba513f} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.23 16:37:29.208271 [ 278 ] {fcdc7709-126c-4b6a-a127-4ecbe4ba513f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.23 16:37:29.208680 [ 278 ] {fcdc7709-126c-4b6a-a127-4ecbe4ba513f} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:37:29.208718 [ 278 ] {fcdc7709-126c-4b6a-a127-4ecbe4ba513f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. 2026.02.23 16:37:29.209015 [ 278 ] {fcdc7709-126c-4b6a-a127-4ecbe4ba513f} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2026.02.23 16:37:29.209224 [ 278 ] {fcdc7709-126c-4b6a-a127-4ecbe4ba513f} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:37:29.209353 [ 278 ] {fcdc7709-126c-4b6a-a127-4ecbe4ba513f} executeQuery: Read 96 rows, 7.68 KiB in 0.00114 sec., 84210.52631578948 rows/sec., 6.58 MiB/sec. 2026.02.23 16:37:29.209391 [ 278 ] {fcdc7709-126c-4b6a-a127-4ecbe4ba513f} TCPHandler: Processed in 0.001305077 sec. 2026.02.23 16:37:29.209508 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:37:29.209604 [ 278 ] {53b3e1da-a0b8-4cae-bf12-0f309bae59a2} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.23 16:37:29.209649 [ 278 ] {53b3e1da-a0b8-4cae-bf12-0f309bae59a2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.23 16:37:29.210047 [ 278 ] {53b3e1da-a0b8-4cae-bf12-0f309bae59a2} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:37:29.210084 [ 278 ] {53b3e1da-a0b8-4cae-bf12-0f309bae59a2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. 2026.02.23 16:37:29.210403 [ 278 ] {53b3e1da-a0b8-4cae-bf12-0f309bae59a2} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2026.02.23 16:37:29.210609 [ 278 ] {53b3e1da-a0b8-4cae-bf12-0f309bae59a2} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:37:29.210741 [ 278 ] {53b3e1da-a0b8-4cae-bf12-0f309bae59a2} executeQuery: Read 160 rows, 11.41 KiB in 0.001154 sec., 138648.18024263432 rows/sec., 9.66 MiB/sec. 2026.02.23 16:37:29.210779 [ 278 ] {53b3e1da-a0b8-4cae-bf12-0f309bae59a2} TCPHandler: Processed in 0.001320558 sec. 2026.02.23 16:37:29.210889 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:37:29.210983 [ 278 ] {e804fed5-228b-4b6c-bb8c-a1fbb36203ae} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.23 16:37:29.211036 [ 278 ] {e804fed5-228b-4b6c-bb8c-a1fbb36203ae} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.23 16:37:29.211798 [ 278 ] {e804fed5-228b-4b6c-bb8c-a1fbb36203ae} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:37:29.211836 [ 278 ] {e804fed5-228b-4b6c-bb8c-a1fbb36203ae} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. 2026.02.23 16:37:29.212361 [ 278 ] {e804fed5-228b-4b6c-bb8c-a1fbb36203ae} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2026.02.23 16:37:29.212581 [ 278 ] {e804fed5-228b-4b6c-bb8c-a1fbb36203ae} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:37:29.212724 [ 278 ] {e804fed5-228b-4b6c-bb8c-a1fbb36203ae} executeQuery: Read 32 rows, 58.72 KiB in 0.00176 sec., 18181.81818181818 rows/sec., 32.58 MiB/sec. 2026.02.23 16:37:29.212785 [ 278 ] {e804fed5-228b-4b6c-bb8c-a1fbb36203ae} TCPHandler: Processed in 0.00194627 sec. 2026.02.23 16:37:29.212900 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:37:29.212995 [ 278 ] {442450cf-7fe4-485b-bb2c-ce17520cbfd1} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.23 16:37:29.213037 [ 278 ] {442450cf-7fe4-485b-bb2c-ce17520cbfd1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.23 16:37:29.213367 [ 278 ] {442450cf-7fe4-485b-bb2c-ce17520cbfd1} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:37:29.213404 [ 278 ] {442450cf-7fe4-485b-bb2c-ce17520cbfd1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. 2026.02.23 16:37:29.213699 [ 278 ] {442450cf-7fe4-485b-bb2c-ce17520cbfd1} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2026.02.23 16:37:29.213900 [ 278 ] {442450cf-7fe4-485b-bb2c-ce17520cbfd1} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:37:29.214026 [ 278 ] {442450cf-7fe4-485b-bb2c-ce17520cbfd1} executeQuery: Read 60 rows, 4.14 KiB in 0.001049 sec., 57197.33079122974 rows/sec., 3.85 MiB/sec. 2026.02.23 16:37:29.214062 [ 278 ] {442450cf-7fe4-485b-bb2c-ce17520cbfd1} TCPHandler: Processed in 0.001212715 sec. 2026.02.23 16:37:32.790921 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 1346 2026.02.23 16:37:32.793145 [ 242 ] {} system.query_log (b83b341e-dbaf-448e-9582-20b3e6cd291d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:37:32.793193 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. 2026.02.23 16:37:32.794401 [ 242 ] {} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.02.23 16:37:32.794686 [ 242 ] {} system.query_log (b83b341e-dbaf-448e-9582-20b3e6cd291d): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:37:32.795059 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1346 2026.02.23 16:37:34.204402 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:37:34.204590 [ 278 ] {58a50c38-ce6f-41d5-83ce-3cd86b9390f8} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.02.23 16:37:34.204661 [ 278 ] {58a50c38-ce6f-41d5-83ce-3cd86b9390f8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.02.23 16:37:34.205283 [ 278 ] {58a50c38-ce6f-41d5-83ce-3cd86b9390f8} oximeter.fields_ipaddr (aca7842a-9245-4e3c-8c67-e3828bf88048): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:37:34.205337 [ 278 ] {58a50c38-ce6f-41d5-83ce-3cd86b9390f8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. 2026.02.23 16:37:34.205726 [ 278 ] {58a50c38-ce6f-41d5-83ce-3cd86b9390f8} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.02.23 16:37:34.205948 [ 278 ] {58a50c38-ce6f-41d5-83ce-3cd86b9390f8} oximeter.fields_ipaddr (aca7842a-9245-4e3c-8c67-e3828bf88048): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:37:34.206113 [ 278 ] {58a50c38-ce6f-41d5-83ce-3cd86b9390f8} executeQuery: Read 4 rows, 334.00 B in 0.001574 sec., 2541.296060991105 rows/sec., 207.22 KiB/sec. 2026.02.23 16:37:34.206165 [ 278 ] {58a50c38-ce6f-41d5-83ce-3cd86b9390f8} TCPHandler: Processed in 0.001896379 sec. 2026.02.23 16:37:34.206284 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:37:34.206390 [ 278 ] {2a174c77-12da-4d3d-890c-6ad7ea625ca5} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.23 16:37:34.206434 [ 278 ] {2a174c77-12da-4d3d-890c-6ad7ea625ca5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.23 16:37:34.206864 [ 278 ] {2a174c77-12da-4d3d-890c-6ad7ea625ca5} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:37:34.206903 [ 278 ] {2a174c77-12da-4d3d-890c-6ad7ea625ca5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. 2026.02.23 16:37:34.207214 [ 278 ] {2a174c77-12da-4d3d-890c-6ad7ea625ca5} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2026.02.23 16:37:34.207419 [ 278 ] {2a174c77-12da-4d3d-890c-6ad7ea625ca5} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:37:34.207548 [ 278 ] {2a174c77-12da-4d3d-890c-6ad7ea625ca5} executeQuery: Read 78 rows, 6.56 KiB in 0.001181 sec., 66045.72396274343 rows/sec., 5.42 MiB/sec. 2026.02.23 16:37:34.207585 [ 278 ] {2a174c77-12da-4d3d-890c-6ad7ea625ca5} TCPHandler: Processed in 0.001354278 sec. 2026.02.23 16:37:34.207697 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:37:34.207796 [ 278 ] {a51f2b50-95bd-461b-bf51-54e58e3581d1} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.23 16:37:34.207838 [ 278 ] {a51f2b50-95bd-461b-bf51-54e58e3581d1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.23 16:37:34.208228 [ 278 ] {a51f2b50-95bd-461b-bf51-54e58e3581d1} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:37:34.208264 [ 278 ] {a51f2b50-95bd-461b-bf51-54e58e3581d1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. 2026.02.23 16:37:34.208568 [ 278 ] {a51f2b50-95bd-461b-bf51-54e58e3581d1} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2026.02.23 16:37:34.208790 [ 278 ] {a51f2b50-95bd-461b-bf51-54e58e3581d1} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:37:34.208910 [ 90 ] {} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 2026.02.23 16:37:34.208920 [ 278 ] {a51f2b50-95bd-461b-bf51-54e58e3581d1} executeQuery: Read 14 rows, 1.03 KiB in 0.001143 sec., 12248.468941382329 rows/sec., 902.23 KiB/sec. 2026.02.23 16:37:34.208981 [ 90 ] {} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:37:34.209000 [ 278 ] {a51f2b50-95bd-461b-bf51-54e58e3581d1} TCPHandler: Processed in 0.001353968 sec. 2026.02.23 16:37:34.209008 [ 90 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. 2026.02.23 16:37:34.209112 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:37:34.209132 [ 197 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_71_14} MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full 2026.02.23 16:37:34.209211 [ 278 ] {8faf2034-d6f4-4a10-8a99-a3673ab1ff1a} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.23 16:37:34.209256 [ 278 ] {8faf2034-d6f4-4a10-8a99-a3673ab1ff1a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.23 16:37:34.209277 [ 197 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_71_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:37:34.209321 [ 197 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 216 rows starting from the beginning of the part 2026.02.23 16:37:34.209394 [ 197 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 152 rows starting from the beginning of the part 2026.02.23 16:37:34.209443 [ 197 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 50 rows starting from the beginning of the part 2026.02.23 16:37:34.209493 [ 197 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 10 rows starting from the beginning of the part 2026.02.23 16:37:34.209539 [ 197 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 32 rows starting from the beginning of the part 2026.02.23 16:37:34.209583 [ 197 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::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.02.23 16:37:34.209662 [ 278 ] {8faf2034-d6f4-4a10-8a99-a3673ab1ff1a} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:37:34.209703 [ 278 ] {8faf2034-d6f4-4a10-8a99-a3673ab1ff1a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. 2026.02.23 16:37:34.210042 [ 278 ] {8faf2034-d6f4-4a10-8a99-a3673ab1ff1a} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2026.02.23 16:37:34.210272 [ 278 ] {8faf2034-d6f4-4a10-8a99-a3673ab1ff1a} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:37:34.210406 [ 278 ] {8faf2034-d6f4-4a10-8a99-a3673ab1ff1a} executeQuery: Read 78 rows, 6.24 KiB in 0.001214 sec., 64250.4118616145 rows/sec., 5.02 MiB/sec. 2026.02.23 16:37:34.210446 [ 278 ] {8faf2034-d6f4-4a10-8a99-a3673ab1ff1a} TCPHandler: Processed in 0.001383929 sec. 2026.02.23 16:37:34.210498 [ 188 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_71_14} MergeTask::MergeProjectionsStage: Merge sorted 474 rows, containing 5 columns (5 merged, 0 gathered) in 0.001417069 sec., 334493.23921418085 rows/sec., 22.86 MiB/sec. 2026.02.23 16:37:34.210557 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:37:34.210655 [ 197 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_71_14} MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) 2026.02.23 16:37:34.210657 [ 278 ] {9541cf23-728b-4a2e-b2df-d1b59e044153} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.23 16:37:34.210723 [ 278 ] {9541cf23-728b-4a2e-b2df-d1b59e044153} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.23 16:37:34.210912 [ 197 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_71_14} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:37:34.210994 [ 197 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_71_14} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 2026.02.23 16:37:34.211074 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. 2026.02.23 16:37:34.211128 [ 278 ] {9541cf23-728b-4a2e-b2df-d1b59e044153} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:37:34.211168 [ 278 ] {9541cf23-728b-4a2e-b2df-d1b59e044153} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. 2026.02.23 16:37:34.211513 [ 278 ] {9541cf23-728b-4a2e-b2df-d1b59e044153} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2026.02.23 16:37:34.211726 [ 278 ] {9541cf23-728b-4a2e-b2df-d1b59e044153} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:37:34.211857 [ 278 ] {9541cf23-728b-4a2e-b2df-d1b59e044153} executeQuery: Read 162 rows, 11.55 KiB in 0.001218 sec., 133004.9261083744 rows/sec., 9.26 MiB/sec. 2026.02.23 16:37:34.211894 [ 278 ] {9541cf23-728b-4a2e-b2df-d1b59e044153} TCPHandler: Processed in 0.001387618 sec. 2026.02.23 16:37:34.212001 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:37:34.212096 [ 278 ] {4ed5ff4c-b1d4-47c0-83bf-9d1849d914c2} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.23 16:37:34.212149 [ 278 ] {4ed5ff4c-b1d4-47c0-83bf-9d1849d914c2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.23 16:37:34.212927 [ 278 ] {4ed5ff4c-b1d4-47c0-83bf-9d1849d914c2} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:37:34.212966 [ 278 ] {4ed5ff4c-b1d4-47c0-83bf-9d1849d914c2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. 2026.02.23 16:37:34.213481 [ 278 ] {4ed5ff4c-b1d4-47c0-83bf-9d1849d914c2} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2026.02.23 16:37:34.213702 [ 278 ] {4ed5ff4c-b1d4-47c0-83bf-9d1849d914c2} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:37:34.213824 [ 74 ] {} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2026.02.23 16:37:34.213855 [ 278 ] {4ed5ff4c-b1d4-47c0-83bf-9d1849d914c2} executeQuery: Read 10 rows, 18.35 KiB in 0.001777 sec., 5627.462014631402 rows/sec., 10.08 MiB/sec. 2026.02.23 16:37:34.213878 [ 74 ] {} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:37:34.213906 [ 74 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. 2026.02.23 16:37:34.213923 [ 278 ] {4ed5ff4c-b1d4-47c0-83bf-9d1849d914c2} TCPHandler: Processed in 0.00197168 sec. 2026.02.23 16:37:34.213995 [ 194 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_66_13} MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full 2026.02.23 16:37:34.214036 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:37:34.214137 [ 278 ] {c2aced38-6b28-41cf-8493-b945ca171c14} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.23 16:37:34.214178 [ 278 ] {c2aced38-6b28-41cf-8493-b945ca171c14} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.23 16:37:34.214219 [ 194 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:37:34.214289 [ 194 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 1287 rows starting from the beginning of the part 2026.02.23 16:37:34.214428 [ 194 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 10 rows starting from the beginning of the part 2026.02.23 16:37:34.214516 [ 278 ] {c2aced38-6b28-41cf-8493-b945ca171c14} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:37:34.214541 [ 194 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 32 rows starting from the beginning of the part 2026.02.23 16:37:34.214557 [ 278 ] {c2aced38-6b28-41cf-8493-b945ca171c14} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. 2026.02.23 16:37:34.214656 [ 194 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 10 rows starting from the beginning of the part 2026.02.23 16:37:34.214764 [ 194 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 32 rows starting from the beginning of the part 2026.02.23 16:37:34.214866 [ 194 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 10 rows starting from the beginning of the part 2026.02.23 16:37:34.214876 [ 278 ] {c2aced38-6b28-41cf-8493-b945ca171c14} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2026.02.23 16:37:34.215091 [ 278 ] {c2aced38-6b28-41cf-8493-b945ca171c14} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:37:34.215229 [ 278 ] {c2aced38-6b28-41cf-8493-b945ca171c14} executeQuery: Read 60 rows, 4.14 KiB in 0.001112 sec., 53956.8345323741 rows/sec., 3.64 MiB/sec. 2026.02.23 16:37:34.215268 [ 278 ] {c2aced38-6b28-41cf-8493-b945ca171c14} TCPHandler: Processed in 0.001282777 sec. 2026.02.23 16:37:34.221563 [ 197 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 1381 rows, containing 19 columns (19 merged, 0 gathered) in 0.007609266 sec., 181489.25270847412 rows/sec., 325.22 MiB/sec. 2026.02.23 16:37:34.222952 [ 188 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2026.02.23 16:37:34.223354 [ 188 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_66_13} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:37:34.223441 [ 188 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_66_13} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2026.02.23 16:37:34.223621 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.59 MiB. 2026.02.23 16:37:35.000189 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 321.89 MiB, peak 333.43 MiB, free memory in arenas 0.00 B, will set to 324.71 MiB (RSS), difference: 2.83 MiB 2026.02.23 16:37:35.217487 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 24504 2026.02.23 16:37:35.218255 [ 244 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:37:35.218324 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. 2026.02.23 16:37:35.218956 [ 244 ] {} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2026.02.23 16:37:35.219181 [ 244 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:37:35.219311 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 24504 2026.02.23 16:37:35.219318 [ 87 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2026.02.23 16:37:35.219389 [ 87 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:37:35.219412 [ 87 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. 2026.02.23 16:37:35.219527 [ 197 ] {e006da4c-49b0-4d27-967a-f293ec4e8bf5::all_1_51_10} MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full 2026.02.23 16:37:35.219659 [ 197 ] {e006da4c-49b0-4d27-967a-f293ec4e8bf5::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:37:35.219699 [ 197 ] {e006da4c-49b0-4d27-967a-f293ec4e8bf5::all_1_51_10} MergeTreeSequentialSource: Reading 4 marks from part all_1_46_9, total 22072 rows starting from the beginning of the part 2026.02.23 16:37:35.219770 [ 197 ] {e006da4c-49b0-4d27-967a-f293ec4e8bf5::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 512 rows starting from the beginning of the part 2026.02.23 16:37:35.219819 [ 197 ] {e006da4c-49b0-4d27-967a-f293ec4e8bf5::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 448 rows starting from the beginning of the part 2026.02.23 16:37:35.219865 [ 197 ] {e006da4c-49b0-4d27-967a-f293ec4e8bf5::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 512 rows starting from the beginning of the part 2026.02.23 16:37:35.219906 [ 197 ] {e006da4c-49b0-4d27-967a-f293ec4e8bf5::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 448 rows starting from the beginning of the part 2026.02.23 16:37:35.219947 [ 197 ] {e006da4c-49b0-4d27-967a-f293ec4e8bf5::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 512 rows starting from the beginning of the part 2026.02.23 16:37:35.222045 [ 188 ] {e006da4c-49b0-4d27-967a-f293ec4e8bf5::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 24504 rows, containing 4 columns (4 merged, 0 gathered) in 0.002572133 sec., 9526723.540345699 rows/sec., 136.28 MiB/sec. 2026.02.23 16:37:35.222332 [ 197 ] {e006da4c-49b0-4d27-967a-f293ec4e8bf5::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2026.02.23 16:37:35.222596 [ 197 ] {e006da4c-49b0-4d27-967a-f293ec4e8bf5::all_1_51_10} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:37:35.222673 [ 197 ] {e006da4c-49b0-4d27-967a-f293ec4e8bf5::all_1_51_10} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2026.02.23 16:37:35.222769 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.75 MiB. 2026.02.23 16:37:36.520772 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 384 2026.02.23 16:37:36.538866 [ 243 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:37:36.538926 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. 2026.02.23 16:37:36.545092 [ 243 ] {} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2026.02.23 16:37:36.545809 [ 243 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:37:36.546089 [ 63 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2026.02.23 16:37:36.546131 [ 63 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:37:36.546153 [ 63 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. 2026.02.23 16:37:36.546283 [ 190 ] {3c5e35cc-2202-4d2d-a2da-f2d3b912fea0::all_1_51_10} MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full 2026.02.23 16:37:36.549223 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 384 2026.02.23 16:37:36.549748 [ 190 ] {3c5e35cc-2202-4d2d-a2da-f2d3b912fea0::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:37:36.551235 [ 190 ] {3c5e35cc-2202-4d2d-a2da-f2d3b912fea0::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 347 rows starting from the beginning of the part 2026.02.23 16:37:36.555855 [ 190 ] {3c5e35cc-2202-4d2d-a2da-f2d3b912fea0::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 7 rows starting from the beginning of the part 2026.02.23 16:37:36.560388 [ 190 ] {3c5e35cc-2202-4d2d-a2da-f2d3b912fea0::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 8 rows starting from the beginning of the part 2026.02.23 16:37:36.564941 [ 190 ] {3c5e35cc-2202-4d2d-a2da-f2d3b912fea0::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 7 rows starting from the beginning of the part 2026.02.23 16:37:36.569521 [ 190 ] {3c5e35cc-2202-4d2d-a2da-f2d3b912fea0::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 8 rows starting from the beginning of the part 2026.02.23 16:37:36.573496 [ 190 ] {3c5e35cc-2202-4d2d-a2da-f2d3b912fea0::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 7 rows starting from the beginning of the part 2026.02.23 16:37:36.624951 [ 197 ] {3c5e35cc-2202-4d2d-a2da-f2d3b912fea0::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 384 rows, containing 679 columns (679 merged, 0 gathered) in 0.07872695 sec., 4877.6181472799335 rows/sec., 25.22 MiB/sec. 2026.02.23 16:37:36.628258 [ 192 ] {3c5e35cc-2202-4d2d-a2da-f2d3b912fea0::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2026.02.23 16:37:36.630411 [ 192 ] {3c5e35cc-2202-4d2d-a2da-f2d3b912fea0::all_1_51_10} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:37:36.630532 [ 192 ] {3c5e35cc-2202-4d2d-a2da-f2d3b912fea0::all_1_51_10} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2026.02.23 16:37:36.633677 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB. 2026.02.23 16:37:37.000180 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 325.77 MiB, peak 339.21 MiB, free memory in arenas 0.00 B, will set to 326.82 MiB (RSS), difference: 1.05 MiB 2026.02.23 16:37:39.204992 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:37:39.205303 [ 278 ] {bcfe97fb-8502-4fae-9ad9-e561967a1d2e} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.23 16:37:39.205405 [ 278 ] {bcfe97fb-8502-4fae-9ad9-e561967a1d2e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.23 16:37:39.206255 [ 278 ] {bcfe97fb-8502-4fae-9ad9-e561967a1d2e} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:37:39.206302 [ 278 ] {bcfe97fb-8502-4fae-9ad9-e561967a1d2e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. 2026.02.23 16:37:39.206692 [ 278 ] {bcfe97fb-8502-4fae-9ad9-e561967a1d2e} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2026.02.23 16:37:39.206907 [ 278 ] {bcfe97fb-8502-4fae-9ad9-e561967a1d2e} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:37:39.207058 [ 278 ] {bcfe97fb-8502-4fae-9ad9-e561967a1d2e} executeQuery: Read 120 rows, 10.47 KiB in 0.001834 sec., 65430.75245365322 rows/sec., 5.57 MiB/sec. 2026.02.23 16:37:39.207102 [ 278 ] {bcfe97fb-8502-4fae-9ad9-e561967a1d2e} TCPHandler: Processed in 0.002290458 sec. 2026.02.23 16:37:39.207223 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:37:39.207317 [ 278 ] {ad06ee02-a2cc-4119-bd0e-73795c931565} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.23 16:37:39.207357 [ 278 ] {ad06ee02-a2cc-4119-bd0e-73795c931565} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.23 16:37:39.207761 [ 278 ] {ad06ee02-a2cc-4119-bd0e-73795c931565} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:37:39.207797 [ 278 ] {ad06ee02-a2cc-4119-bd0e-73795c931565} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. 2026.02.23 16:37:39.208086 [ 278 ] {ad06ee02-a2cc-4119-bd0e-73795c931565} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2026.02.23 16:37:39.208288 [ 278 ] {ad06ee02-a2cc-4119-bd0e-73795c931565} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:37:39.208415 [ 278 ] {ad06ee02-a2cc-4119-bd0e-73795c931565} executeQuery: Read 32 rows, 2.41 KiB in 0.001116 sec., 28673.83512544803 rows/sec., 2.11 MiB/sec. 2026.02.23 16:37:39.208453 [ 278 ] {ad06ee02-a2cc-4119-bd0e-73795c931565} TCPHandler: Processed in 0.001280166 sec. 2026.02.23 16:37:39.208620 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:37:39.208713 [ 278 ] {19dd76cc-4c44-446c-ab84-63fa4be6d3f8} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.23 16:37:39.208753 [ 278 ] {19dd76cc-4c44-446c-ab84-63fa4be6d3f8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.23 16:37:39.209172 [ 278 ] {19dd76cc-4c44-446c-ab84-63fa4be6d3f8} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:37:39.209207 [ 278 ] {19dd76cc-4c44-446c-ab84-63fa4be6d3f8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. 2026.02.23 16:37:39.209505 [ 278 ] {19dd76cc-4c44-446c-ab84-63fa4be6d3f8} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2026.02.23 16:37:39.209705 [ 278 ] {19dd76cc-4c44-446c-ab84-63fa4be6d3f8} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:37:39.209830 [ 278 ] {19dd76cc-4c44-446c-ab84-63fa4be6d3f8} executeQuery: Read 96 rows, 7.68 KiB in 0.001135 sec., 84581.49779735683 rows/sec., 6.61 MiB/sec. 2026.02.23 16:37:39.209867 [ 278 ] {19dd76cc-4c44-446c-ab84-63fa4be6d3f8} TCPHandler: Processed in 0.001295966 sec. 2026.02.23 16:37:39.209976 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:37:39.210068 [ 278 ] {56cb5452-72f7-465d-aa60-f93300bdcc5f} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.23 16:37:39.210110 [ 278 ] {56cb5452-72f7-465d-aa60-f93300bdcc5f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.23 16:37:39.210506 [ 278 ] {56cb5452-72f7-465d-aa60-f93300bdcc5f} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:37:39.210542 [ 278 ] {56cb5452-72f7-465d-aa60-f93300bdcc5f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. 2026.02.23 16:37:39.210858 [ 278 ] {56cb5452-72f7-465d-aa60-f93300bdcc5f} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2026.02.23 16:37:39.211061 [ 278 ] {56cb5452-72f7-465d-aa60-f93300bdcc5f} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:37:39.211186 [ 278 ] {56cb5452-72f7-465d-aa60-f93300bdcc5f} executeQuery: Read 160 rows, 11.41 KiB in 0.001136 sec., 140845.0704225352 rows/sec., 9.81 MiB/sec. 2026.02.23 16:37:39.211223 [ 278 ] {56cb5452-72f7-465d-aa60-f93300bdcc5f} TCPHandler: Processed in 0.001294936 sec. 2026.02.23 16:37:39.211323 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:37:39.211414 [ 278 ] {f216f225-6609-4119-b302-9e90bbc711f0} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.23 16:37:39.211467 [ 278 ] {f216f225-6609-4119-b302-9e90bbc711f0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.23 16:37:39.212297 [ 278 ] {f216f225-6609-4119-b302-9e90bbc711f0} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:37:39.212333 [ 278 ] {f216f225-6609-4119-b302-9e90bbc711f0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. 2026.02.23 16:37:39.212861 [ 278 ] {f216f225-6609-4119-b302-9e90bbc711f0} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2026.02.23 16:37:39.213071 [ 278 ] {f216f225-6609-4119-b302-9e90bbc711f0} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:37:39.213205 [ 278 ] {f216f225-6609-4119-b302-9e90bbc711f0} executeQuery: Read 32 rows, 58.72 KiB in 0.001808 sec., 17699.11504424779 rows/sec., 31.72 MiB/sec. 2026.02.23 16:37:39.213268 [ 278 ] {f216f225-6609-4119-b302-9e90bbc711f0} TCPHandler: Processed in 0.001993951 sec. 2026.02.23 16:37:39.213379 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:37:39.213472 [ 278 ] {34314453-5af6-45d0-8711-b6f70667ca20} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.23 16:37:39.213513 [ 278 ] {34314453-5af6-45d0-8711-b6f70667ca20} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.23 16:37:39.213838 [ 278 ] {34314453-5af6-45d0-8711-b6f70667ca20} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:37:39.213874 [ 278 ] {34314453-5af6-45d0-8711-b6f70667ca20} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. 2026.02.23 16:37:39.214170 [ 278 ] {34314453-5af6-45d0-8711-b6f70667ca20} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2026.02.23 16:37:39.214376 [ 278 ] {34314453-5af6-45d0-8711-b6f70667ca20} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:37:39.214501 [ 278 ] {34314453-5af6-45d0-8711-b6f70667ca20} executeQuery: Read 60 rows, 4.14 KiB in 0.001047 sec., 57306.59025787966 rows/sec., 3.86 MiB/sec. 2026.02.23 16:37:39.214537 [ 278 ] {34314453-5af6-45d0-8711-b6f70667ca20} TCPHandler: Processed in 0.001206925 sec. 2026.02.23 16:37:42.571589 [ 7 ] {} DNSResolver: Updating DNS cache 2026.02.23 16:37:42.571644 [ 7 ] {} DNSResolver: Updated DNS cache 2026.02.23 16:37:42.719457 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 24952 2026.02.23 16:37:42.719961 [ 244 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:37:42.720009 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. 2026.02.23 16:37:42.720508 [ 244 ] {} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2026.02.23 16:37:42.720733 [ 244 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:37:42.720884 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 24952 2026.02.23 16:37:42.795214 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 1372 2026.02.23 16:37:42.797722 [ 242 ] {} system.query_log (b83b341e-dbaf-448e-9582-20b3e6cd291d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:37:42.797793 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. 2026.02.23 16:37:42.799038 [ 242 ] {} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.02.23 16:37:42.799320 [ 242 ] {} system.query_log (b83b341e-dbaf-448e-9582-20b3e6cd291d): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:37:42.799722 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1372 2026.02.23 16:37:44.049307 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 392 2026.02.23 16:37:44.064295 [ 243 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:37:44.064343 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. 2026.02.23 16:37:44.070080 [ 243 ] {} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2026.02.23 16:37:44.070767 [ 243 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:37:44.073562 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 392 2026.02.23 16:37:44.203911 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:37:44.204087 [ 278 ] {6bec266f-7aab-451c-ac08-7a8459f84a38} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.23 16:37:44.204147 [ 278 ] {6bec266f-7aab-451c-ac08-7a8459f84a38} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.23 16:37:44.204765 [ 278 ] {6bec266f-7aab-451c-ac08-7a8459f84a38} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:37:44.204802 [ 278 ] {6bec266f-7aab-451c-ac08-7a8459f84a38} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. 2026.02.23 16:37:44.205191 [ 278 ] {6bec266f-7aab-451c-ac08-7a8459f84a38} MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) 2026.02.23 16:37:44.205413 [ 278 ] {6bec266f-7aab-451c-ac08-7a8459f84a38} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:37:44.205566 [ 278 ] {6bec266f-7aab-451c-ac08-7a8459f84a38} executeQuery: Read 76 rows, 6.41 KiB in 0.001525 sec., 49836.06557377049 rows/sec., 4.11 MiB/sec. 2026.02.23 16:37:44.205613 [ 278 ] {6bec266f-7aab-451c-ac08-7a8459f84a38} TCPHandler: Processed in 0.001831148 sec. 2026.02.23 16:37:44.205741 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:37:44.205847 [ 278 ] {a60edf4b-e43e-457f-8343-4c1fd2224cfc} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.23 16:37:44.205890 [ 278 ] {a60edf4b-e43e-457f-8343-4c1fd2224cfc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.23 16:37:44.206301 [ 278 ] {a60edf4b-e43e-457f-8343-4c1fd2224cfc} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:37:44.206335 [ 278 ] {a60edf4b-e43e-457f-8343-4c1fd2224cfc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. 2026.02.23 16:37:44.206635 [ 278 ] {a60edf4b-e43e-457f-8343-4c1fd2224cfc} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2026.02.23 16:37:44.206852 [ 278 ] {a60edf4b-e43e-457f-8343-4c1fd2224cfc} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:37:44.206984 [ 278 ] {a60edf4b-e43e-457f-8343-4c1fd2224cfc} executeQuery: Read 10 rows, 770.00 B in 0.001161 sec., 8613.264427217917 rows/sec., 647.68 KiB/sec. 2026.02.23 16:37:44.207022 [ 278 ] {a60edf4b-e43e-457f-8343-4c1fd2224cfc} TCPHandler: Processed in 0.001334227 sec. 2026.02.23 16:37:44.207139 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:37:44.207238 [ 278 ] {b19466a8-e04c-4841-b644-2f065ac42eb7} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.23 16:37:44.207280 [ 278 ] {b19466a8-e04c-4841-b644-2f065ac42eb7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.23 16:37:44.207702 [ 278 ] {b19466a8-e04c-4841-b644-2f065ac42eb7} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:37:44.207737 [ 278 ] {b19466a8-e04c-4841-b644-2f065ac42eb7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. 2026.02.23 16:37:44.208040 [ 278 ] {b19466a8-e04c-4841-b644-2f065ac42eb7} MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) 2026.02.23 16:37:44.208245 [ 278 ] {b19466a8-e04c-4841-b644-2f065ac42eb7} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:37:44.208374 [ 278 ] {b19466a8-e04c-4841-b644-2f065ac42eb7} executeQuery: Read 74 rows, 5.92 KiB in 0.001157 sec., 63958.51339671564 rows/sec., 4.99 MiB/sec. 2026.02.23 16:37:44.208411 [ 278 ] {b19466a8-e04c-4841-b644-2f065ac42eb7} TCPHandler: Processed in 0.001323407 sec. 2026.02.23 16:37:44.208526 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:37:44.208622 [ 278 ] {9f15612a-2025-4657-85ca-678f99c71b29} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.23 16:37:44.208665 [ 278 ] {9f15612a-2025-4657-85ca-678f99c71b29} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.23 16:37:44.209082 [ 278 ] {9f15612a-2025-4657-85ca-678f99c71b29} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:37:44.209116 [ 278 ] {9f15612a-2025-4657-85ca-678f99c71b29} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. 2026.02.23 16:37:44.209537 [ 278 ] {9f15612a-2025-4657-85ca-678f99c71b29} MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) 2026.02.23 16:37:44.209808 [ 278 ] {9f15612a-2025-4657-85ca-678f99c71b29} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:37:44.209937 [ 278 ] {9f15612a-2025-4657-85ca-678f99c71b29} executeQuery: Read 160 rows, 11.41 KiB in 0.001334 sec., 119940.02998500751 rows/sec., 8.35 MiB/sec. 2026.02.23 16:37:44.209973 [ 278 ] {9f15612a-2025-4657-85ca-678f99c71b29} TCPHandler: Processed in 0.001497571 sec. 2026.02.23 16:37:44.210088 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:37:44.210182 [ 278 ] {19a60187-ef0b-4550-9bf1-e92781a01ef9} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.23 16:37:44.210264 [ 278 ] {19a60187-ef0b-4550-9bf1-e92781a01ef9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.23 16:37:44.211023 [ 278 ] {19a60187-ef0b-4550-9bf1-e92781a01ef9} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:37:44.211059 [ 278 ] {19a60187-ef0b-4550-9bf1-e92781a01ef9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. 2026.02.23 16:37:44.211567 [ 278 ] {19a60187-ef0b-4550-9bf1-e92781a01ef9} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2026.02.23 16:37:44.211782 [ 278 ] {19a60187-ef0b-4550-9bf1-e92781a01ef9} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:37:44.211918 [ 278 ] {19a60187-ef0b-4550-9bf1-e92781a01ef9} executeQuery: Read 10 rows, 18.35 KiB in 0.001754 sec., 5701.254275940707 rows/sec., 10.22 MiB/sec. 2026.02.23 16:37:44.211981 [ 278 ] {19a60187-ef0b-4550-9bf1-e92781a01ef9} TCPHandler: Processed in 0.00194114 sec. 2026.02.23 16:37:44.212114 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:37:44.212207 [ 278 ] {2fcfd8ef-189f-4928-8d7a-5879f231328a} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.23 16:37:44.212248 [ 278 ] {2fcfd8ef-189f-4928-8d7a-5879f231328a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.23 16:37:44.212579 [ 278 ] {2fcfd8ef-189f-4928-8d7a-5879f231328a} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:37:44.212612 [ 278 ] {2fcfd8ef-189f-4928-8d7a-5879f231328a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. 2026.02.23 16:37:44.212905 [ 278 ] {2fcfd8ef-189f-4928-8d7a-5879f231328a} MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) 2026.02.23 16:37:44.213106 [ 278 ] {2fcfd8ef-189f-4928-8d7a-5879f231328a} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:37:44.213229 [ 278 ] {2fcfd8ef-189f-4928-8d7a-5879f231328a} executeQuery: Read 60 rows, 4.14 KiB in 0.00104 sec., 57692.307692307695 rows/sec., 3.89 MiB/sec. 2026.02.23 16:37:44.213264 [ 278 ] {2fcfd8ef-189f-4928-8d7a-5879f231328a} TCPHandler: Processed in 0.001198475 sec. 2026.02.23 16:37:45.704147 [ 24 ] {} oximeter.fields_ipaddr (aca7842a-9245-4e3c-8c67-e3828bf88048) (MergerMutator): Selected 5 parts from all_1_21_5 to all_25_25_0 2026.02.23 16:37:45.704213 [ 24 ] {} oximeter.fields_ipaddr (aca7842a-9245-4e3c-8c67-e3828bf88048): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:37:45.704234 [ 24 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. 2026.02.23 16:37:45.704346 [ 187 ] {aca7842a-9245-4e3c-8c67-e3828bf88048::all_1_25_6} MergeTask::PrepareStage: Merging 5 parts: from all_1_21_5 to all_25_25_0 into Compact with storage Full 2026.02.23 16:37:45.704480 [ 187 ] {aca7842a-9245-4e3c-8c67-e3828bf88048::all_1_25_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:37:45.704517 [ 187 ] {aca7842a-9245-4e3c-8c67-e3828bf88048::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.02.23 16:37:45.704582 [ 187 ] {aca7842a-9245-4e3c-8c67-e3828bf88048::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.02.23 16:37:45.704628 [ 187 ] {aca7842a-9245-4e3c-8c67-e3828bf88048::all_1_25_6} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 4 rows starting from the beginning of the part 2026.02.23 16:37:45.704670 [ 187 ] {aca7842a-9245-4e3c-8c67-e3828bf88048::all_1_25_6} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 6 rows starting from the beginning of the part 2026.02.23 16:37:45.704711 [ 187 ] {aca7842a-9245-4e3c-8c67-e3828bf88048::all_1_25_6} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 4 rows starting from the beginning of the part 2026.02.23 16:37:45.705439 [ 192 ] {aca7842a-9245-4e3c-8c67-e3828bf88048::all_1_25_6} MergeTask::MergeProjectionsStage: Merge sorted 38 rows, containing 5 columns (5 merged, 0 gathered) in 0.001145943 sec., 33160.46260590623 rows/sec., 2.77 MiB/sec. 2026.02.23 16:37:45.705618 [ 197 ] {aca7842a-9245-4e3c-8c67-e3828bf88048::all_1_25_6} MergedBlockOutputStream: filled checksums all_1_25_6 (state Temporary) 2026.02.23 16:37:45.705945 [ 197 ] {aca7842a-9245-4e3c-8c67-e3828bf88048::all_1_25_6} oximeter.fields_ipaddr (aca7842a-9245-4e3c-8c67-e3828bf88048): Renaming temporary part tmp_merge_all_1_25_6 to all_1_25_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:37:45.706031 [ 197 ] {aca7842a-9245-4e3c-8c67-e3828bf88048::all_1_25_6} oximeter.fields_ipaddr (aca7842a-9245-4e3c-8c67-e3828bf88048) (MergerMutator): Merged 5 parts: [all_1_21_5, all_25_25_0] -> all_1_25_6 2026.02.23 16:37:45.706146 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2026.02.23 16:37:49.233668 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:37:49.233871 [ 278 ] {d64506ce-ba84-4093-bc21-1f8d570ecd5f} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.02.23 16:37:49.233941 [ 278 ] {d64506ce-ba84-4093-bc21-1f8d570ecd5f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.02.23 16:37:49.234606 [ 278 ] {d64506ce-ba84-4093-bc21-1f8d570ecd5f} oximeter.fields_i16 (91b3829e-2a99-49e1-955c-43ffdc3fb409): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:37:49.234654 [ 278 ] {d64506ce-ba84-4093-bc21-1f8d570ecd5f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. 2026.02.23 16:37:49.235043 [ 278 ] {d64506ce-ba84-4093-bc21-1f8d570ecd5f} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.02.23 16:37:49.235264 [ 278 ] {d64506ce-ba84-4093-bc21-1f8d570ecd5f} oximeter.fields_i16 (91b3829e-2a99-49e1-955c-43ffdc3fb409): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:37:49.235420 [ 278 ] {d64506ce-ba84-4093-bc21-1f8d570ecd5f} executeQuery: Read 24 rows, 2.04 KiB in 0.001606 sec., 14943.960149439601 rows/sec., 1.24 MiB/sec. 2026.02.23 16:37:49.235472 [ 278 ] {d64506ce-ba84-4093-bc21-1f8d570ecd5f} TCPHandler: Processed in 0.00193679 sec. 2026.02.23 16:37:49.235598 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:37:49.235702 [ 278 ] {64adf1de-a9f8-466d-b434-e317bb49dc8f} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.02.23 16:37:49.235746 [ 278 ] {64adf1de-a9f8-466d-b434-e317bb49dc8f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.02.23 16:37:49.236152 [ 278 ] {64adf1de-a9f8-466d-b434-e317bb49dc8f} oximeter.fields_ipaddr (aca7842a-9245-4e3c-8c67-e3828bf88048): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:37:49.236190 [ 278 ] {64adf1de-a9f8-466d-b434-e317bb49dc8f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. 2026.02.23 16:37:49.236491 [ 278 ] {64adf1de-a9f8-466d-b434-e317bb49dc8f} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.02.23 16:37:49.236690 [ 278 ] {64adf1de-a9f8-466d-b434-e317bb49dc8f} oximeter.fields_ipaddr (aca7842a-9245-4e3c-8c67-e3828bf88048): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:37:49.236824 [ 278 ] {64adf1de-a9f8-466d-b434-e317bb49dc8f} executeQuery: Read 4 rows, 334.00 B in 0.001144 sec., 3496.5034965034965 rows/sec., 285.12 KiB/sec. 2026.02.23 16:37:49.236863 [ 278 ] {64adf1de-a9f8-466d-b434-e317bb49dc8f} TCPHandler: Processed in 0.001317768 sec. 2026.02.23 16:37:49.236965 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:37:49.237063 [ 278 ] {408b0616-c89d-4e3a-a043-06b856896a08} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.23 16:37:49.237103 [ 278 ] {408b0616-c89d-4e3a-a043-06b856896a08} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.23 16:37:49.238399 [ 278 ] {408b0616-c89d-4e3a-a043-06b856896a08} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:37:49.238437 [ 278 ] {408b0616-c89d-4e3a-a043-06b856896a08} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. 2026.02.23 16:37:49.238819 [ 278 ] {408b0616-c89d-4e3a-a043-06b856896a08} MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) 2026.02.23 16:37:49.239023 [ 278 ] {408b0616-c89d-4e3a-a043-06b856896a08} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:37:49.239149 [ 25 ] {} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 2026.02.23 16:37:49.239155 [ 278 ] {408b0616-c89d-4e3a-a043-06b856896a08} executeQuery: Read 1382 rows, 118.64 KiB in 0.002111 sec., 654666.0350544766 rows/sec., 54.88 MiB/sec. 2026.02.23 16:37:49.239226 [ 25 ] {} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:37:49.239242 [ 278 ] {408b0616-c89d-4e3a-a043-06b856896a08} TCPHandler: Processed in 0.002325758 sec. 2026.02.23 16:37:49.239257 [ 25 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. 2026.02.23 16:37:49.239364 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:37:49.239391 [ 192 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_76_15} MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full 2026.02.23 16:37:49.239464 [ 278 ] {18da4b06-7fcb-42c6-aa4f-f9ec5258992e} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.23 16:37:49.239509 [ 278 ] {18da4b06-7fcb-42c6-aa4f-f9ec5258992e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.23 16:37:49.239530 [ 192 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_76_15} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:37:49.239573 [ 192 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 2152 rows starting from the beginning of the part 2026.02.23 16:37:49.239645 [ 192 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 120 rows starting from the beginning of the part 2026.02.23 16:37:49.239696 [ 192 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 78 rows starting from the beginning of the part 2026.02.23 16:37:49.239744 [ 192 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 120 rows starting from the beginning of the part 2026.02.23 16:37:49.239787 [ 192 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 76 rows starting from the beginning of the part 2026.02.23 16:37:49.239834 [ 192 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 1382 rows starting from the beginning of the part 2026.02.23 16:37:49.239946 [ 278 ] {18da4b06-7fcb-42c6-aa4f-f9ec5258992e} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:37:49.239990 [ 278 ] {18da4b06-7fcb-42c6-aa4f-f9ec5258992e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. 2026.02.23 16:37:49.240325 [ 278 ] {18da4b06-7fcb-42c6-aa4f-f9ec5258992e} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2026.02.23 16:37:49.240541 [ 278 ] {18da4b06-7fcb-42c6-aa4f-f9ec5258992e} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:37:49.240681 [ 278 ] {18da4b06-7fcb-42c6-aa4f-f9ec5258992e} executeQuery: Read 48 rows, 3.65 KiB in 0.001236 sec., 38834.951456310686 rows/sec., 2.88 MiB/sec. 2026.02.23 16:37:49.240720 [ 278 ] {18da4b06-7fcb-42c6-aa4f-f9ec5258992e} TCPHandler: Processed in 0.001407279 sec. 2026.02.23 16:37:49.240823 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:37:49.240918 [ 278 ] {ef947f10-e30d-41b7-9268-b162fcd19de5} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.02.23 16:37:49.240958 [ 278 ] {ef947f10-e30d-41b7-9268-b162fcd19de5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.02.23 16:37:49.241431 [ 197 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_76_15} MergeTask::MergeProjectionsStage: Merge sorted 3928 rows, containing 5 columns (5 merged, 0 gathered) in 0.002101873 sec., 1868809.3904817272 rows/sec., 162.15 MiB/sec. 2026.02.23 16:37:49.241496 [ 278 ] {ef947f10-e30d-41b7-9268-b162fcd19de5} oximeter.fields_u32 (3630ead0-c5da-4e23-a9d2-59d0589dc119): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:37:49.241537 [ 278 ] {ef947f10-e30d-41b7-9268-b162fcd19de5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. 2026.02.23 16:37:49.241727 [ 196 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_76_15} MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) 2026.02.23 16:37:49.241876 [ 278 ] {ef947f10-e30d-41b7-9268-b162fcd19de5} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.02.23 16:37:49.242095 [ 196 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_76_15} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:37:49.242157 [ 278 ] {ef947f10-e30d-41b7-9268-b162fcd19de5} oximeter.fields_u32 (3630ead0-c5da-4e23-a9d2-59d0589dc119): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:37:49.242188 [ 196 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_76_15} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 2026.02.23 16:37:49.242277 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.97 MiB. 2026.02.23 16:37:49.242305 [ 278 ] {ef947f10-e30d-41b7-9268-b162fcd19de5} executeQuery: Read 252 rows, 17.85 KiB in 0.001405 sec., 179359.43060498222 rows/sec., 12.41 MiB/sec. 2026.02.23 16:37:49.242349 [ 278 ] {ef947f10-e30d-41b7-9268-b162fcd19de5} TCPHandler: Processed in 0.001576122 sec. 2026.02.23 16:37:49.242461 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:37:49.242558 [ 278 ] {c52fea2a-6704-4542-a90e-dfbe106fbcd5} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.02.23 16:37:49.242599 [ 278 ] {c52fea2a-6704-4542-a90e-dfbe106fbcd5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.02.23 16:37:49.242997 [ 278 ] {c52fea2a-6704-4542-a90e-dfbe106fbcd5} oximeter.fields_u8 (bee44bc4-3670-4879-9501-74bd8c0c3792): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:37:49.243035 [ 278 ] {c52fea2a-6704-4542-a90e-dfbe106fbcd5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. 2026.02.23 16:37:49.243321 [ 278 ] {c52fea2a-6704-4542-a90e-dfbe106fbcd5} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.02.23 16:37:49.243524 [ 278 ] {c52fea2a-6704-4542-a90e-dfbe106fbcd5} oximeter.fields_u8 (bee44bc4-3670-4879-9501-74bd8c0c3792): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:37:49.243653 [ 278 ] {c52fea2a-6704-4542-a90e-dfbe106fbcd5} executeQuery: Read 12 rows, 960.00 B in 0.001115 sec., 10762.331838565022 rows/sec., 840.81 KiB/sec. 2026.02.23 16:37:49.243693 [ 278 ] {c52fea2a-6704-4542-a90e-dfbe106fbcd5} TCPHandler: Processed in 0.001281996 sec. 2026.02.23 16:37:49.243818 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:37:49.243915 [ 278 ] {818cf50c-a548-4d83-9672-4e434dff9b52} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.23 16:37:49.243955 [ 278 ] {818cf50c-a548-4d83-9672-4e434dff9b52} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.23 16:37:49.244703 [ 278 ] {818cf50c-a548-4d83-9672-4e434dff9b52} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:37:49.244740 [ 278 ] {818cf50c-a548-4d83-9672-4e434dff9b52} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. 2026.02.23 16:37:49.245071 [ 278 ] {818cf50c-a548-4d83-9672-4e434dff9b52} MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) 2026.02.23 16:37:49.245274 [ 278 ] {818cf50c-a548-4d83-9672-4e434dff9b52} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:37:49.245395 [ 25 ] {} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 2026.02.23 16:37:49.245404 [ 278 ] {818cf50c-a548-4d83-9672-4e434dff9b52} executeQuery: Read 592 rows, 45.55 KiB in 0.001508 sec., 392572.9442970822 rows/sec., 29.50 MiB/sec. 2026.02.23 16:37:49.245439 [ 25 ] {} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:37:49.245462 [ 278 ] {818cf50c-a548-4d83-9672-4e434dff9b52} TCPHandler: Processed in 0.001694814 sec. 2026.02.23 16:37:49.245466 [ 25 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. 2026.02.23 16:37:49.245561 [ 192 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_76_15} MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full 2026.02.23 16:37:49.245579 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:37:49.245669 [ 192 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_76_15} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:37:49.245686 [ 278 ] {c73be48a-609a-4602-9708-f71c74196ef7} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.23 16:37:49.245703 [ 192 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 1062 rows starting from the beginning of the part 2026.02.23 16:37:49.245738 [ 278 ] {c73be48a-609a-4602-9708-f71c74196ef7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.23 16:37:49.245764 [ 192 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 96 rows starting from the beginning of the part 2026.02.23 16:37:49.245812 [ 192 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 78 rows starting from the beginning of the part 2026.02.23 16:37:49.245852 [ 192 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 96 rows starting from the beginning of the part 2026.02.23 16:37:49.245893 [ 192 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 74 rows starting from the beginning of the part 2026.02.23 16:37:49.245931 [ 192 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 592 rows starting from the beginning of the part 2026.02.23 16:37:49.246459 [ 278 ] {c73be48a-609a-4602-9708-f71c74196ef7} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:37:49.246505 [ 278 ] {c73be48a-609a-4602-9708-f71c74196ef7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. 2026.02.23 16:37:49.246903 [ 200 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_76_15} MergeTask::MergeProjectionsStage: Merge sorted 1998 rows, containing 5 columns (5 merged, 0 gathered) in 0.001375688 sec., 1452364.1988590437 rows/sec., 113.61 MiB/sec. 2026.02.23 16:37:49.246936 [ 278 ] {c73be48a-609a-4602-9708-f71c74196ef7} MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) 2026.02.23 16:37:49.247061 [ 192 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_76_15} MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) 2026.02.23 16:37:49.247182 [ 278 ] {c73be48a-609a-4602-9708-f71c74196ef7} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:37:49.247319 [ 25 ] {} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 2026.02.23 16:37:49.247336 [ 278 ] {c73be48a-609a-4602-9708-f71c74196ef7} executeQuery: Read 882 rows, 61.30 KiB in 0.001669 sec., 528460.1557819054 rows/sec., 35.87 MiB/sec. 2026.02.23 16:37:49.247340 [ 192 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_76_15} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:37:49.247372 [ 25 ] {} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:37:49.247397 [ 278 ] {c73be48a-609a-4602-9708-f71c74196ef7} TCPHandler: Processed in 0.001867138 sec. 2026.02.23 16:37:49.247425 [ 25 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. 2026.02.23 16:37:49.247452 [ 192 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_76_15} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 2026.02.23 16:37:49.247514 [ 197 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_76_15} MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full 2026.02.23 16:37:49.247519 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.58 MiB. 2026.02.23 16:37:49.247548 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:37:49.247628 [ 197 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_76_15} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:37:49.247651 [ 278 ] {0d386819-4bea-4bfd-8fba-4e91390a2543} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.23 16:37:49.247669 [ 197 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_76_15} MergeTreeSequentialSource: Reading 4 marks from part all_1_71_14, total 21937 rows starting from the beginning of the part 2026.02.23 16:37:49.247712 [ 278 ] {0d386819-4bea-4bfd-8fba-4e91390a2543} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.23 16:37:49.247737 [ 197 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 160 rows starting from the beginning of the part 2026.02.23 16:37:49.247789 [ 197 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 162 rows starting from the beginning of the part 2026.02.23 16:37:49.247830 [ 197 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 160 rows starting from the beginning of the part 2026.02.23 16:37:49.247871 [ 197 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 160 rows starting from the beginning of the part 2026.02.23 16:37:49.247910 [ 197 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 882 rows starting from the beginning of the part 2026.02.23 16:37:49.248582 [ 278 ] {0d386819-4bea-4bfd-8fba-4e91390a2543} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:37:49.248625 [ 278 ] {0d386819-4bea-4bfd-8fba-4e91390a2543} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. 2026.02.23 16:37:49.249367 [ 278 ] {0d386819-4bea-4bfd-8fba-4e91390a2543} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2026.02.23 16:37:49.249593 [ 278 ] {0d386819-4bea-4bfd-8fba-4e91390a2543} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:37:49.249737 [ 278 ] {0d386819-4bea-4bfd-8fba-4e91390a2543} executeQuery: Read 32 rows, 58.72 KiB in 0.002105 sec., 15201.900237529691 rows/sec., 27.24 MiB/sec. 2026.02.23 16:37:49.249793 [ 278 ] {0d386819-4bea-4bfd-8fba-4e91390a2543} TCPHandler: Processed in 0.002296187 sec. 2026.02.23 16:37:49.249911 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:37:49.250007 [ 278 ] {8ee8869b-4720-4b0f-9e5c-c481a43e7a96} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.23 16:37:49.250048 [ 278 ] {8ee8869b-4720-4b0f-9e5c-c481a43e7a96} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.23 16:37:49.250390 [ 278 ] {8ee8869b-4720-4b0f-9e5c-c481a43e7a96} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:37:49.250425 [ 278 ] {8ee8869b-4720-4b0f-9e5c-c481a43e7a96} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. 2026.02.23 16:37:49.250809 [ 278 ] {8ee8869b-4720-4b0f-9e5c-c481a43e7a96} MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) 2026.02.23 16:37:49.251017 [ 278 ] {8ee8869b-4720-4b0f-9e5c-c481a43e7a96} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:37:49.251125 [ 25 ] {} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 2026.02.23 16:37:49.251145 [ 278 ] {8ee8869b-4720-4b0f-9e5c-c481a43e7a96} executeQuery: Read 60 rows, 4.14 KiB in 0.001157 sec., 51858.254105445114 rows/sec., 3.49 MiB/sec. 2026.02.23 16:37:49.251155 [ 25 ] {} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:37:49.251183 [ 25 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. 2026.02.23 16:37:49.251187 [ 278 ] {8ee8869b-4720-4b0f-9e5c-c481a43e7a96} TCPHandler: Processed in 0.001326177 sec. 2026.02.23 16:37:49.251294 [ 198 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_76_15} MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full 2026.02.23 16:37:49.251455 [ 198 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_76_15} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:37:49.251496 [ 198 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 4200 rows starting from the beginning of the part 2026.02.23 16:37:49.251566 [ 198 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 60 rows starting from the beginning of the part 2026.02.23 16:37:49.251616 [ 198 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 60 rows starting from the beginning of the part 2026.02.23 16:37:49.251661 [ 198 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 60 rows starting from the beginning of the part 2026.02.23 16:37:49.251703 [ 198 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 60 rows starting from the beginning of the part 2026.02.23 16:37:49.251747 [ 198 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 60 rows starting from the beginning of the part 2026.02.23 16:37:49.256426 [ 193 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_76_15} MergeTask::MergeProjectionsStage: Merge sorted 4500 rows, containing 4 columns (4 merged, 0 gathered) in 0.005188347 sec., 867328.2646669545 rows/sec., 57.16 MiB/sec. 2026.02.23 16:37:49.256958 [ 200 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_76_15} MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) 2026.02.23 16:37:49.257247 [ 200 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_76_15} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:37:49.257324 [ 200 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_76_15} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 2026.02.23 16:37:49.257399 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.07 MiB. 2026.02.23 16:37:49.260335 [ 192 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_76_15} MergeTask::MergeProjectionsStage: Merge sorted 23461 rows, containing 5 columns (5 merged, 0 gathered) in 0.012854354 sec., 1825140.3376630207 rows/sec., 124.43 MiB/sec. 2026.02.23 16:37:49.260817 [ 193 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_76_15} MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) 2026.02.23 16:37:49.261132 [ 193 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_76_15} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:37:49.261217 [ 193 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_76_15} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 2026.02.23 16:37:49.261305 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.36 MiB. 2026.02.23 16:37:50.000251 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 328.10 MiB, peak 339.48 MiB, free memory in arenas 0.00 B, will set to 330.77 MiB (RSS), difference: 2.66 MiB 2026.02.23 16:37:50.221081 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 25464 2026.02.23 16:37:50.221594 [ 244 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:37:50.221638 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. 2026.02.23 16:37:50.222158 [ 244 ] {} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2026.02.23 16:37:50.222394 [ 244 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:37:50.222542 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 25464 2026.02.23 16:37:51.573705 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 399 2026.02.23 16:37:51.590801 [ 243 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:37:51.590866 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. 2026.02.23 16:37:51.596893 [ 243 ] {} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2026.02.23 16:37:51.597602 [ 243 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:37:51.600602 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 399 2026.02.23 16:37:52.800006 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 1404 2026.02.23 16:37:52.802420 [ 242 ] {} system.query_log (b83b341e-dbaf-448e-9582-20b3e6cd291d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:37:52.802467 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. 2026.02.23 16:37:52.803638 [ 242 ] {} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.02.23 16:37:52.803894 [ 242 ] {} system.query_log (b83b341e-dbaf-448e-9582-20b3e6cd291d): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:37:52.804176 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1404 2026.02.23 16:37:54.204574 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:37:54.204868 [ 278 ] {8837f766-b3a3-427d-8291-f5572757a9b5} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.23 16:37:54.204977 [ 278 ] {8837f766-b3a3-427d-8291-f5572757a9b5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.23 16:37:54.205854 [ 278 ] {8837f766-b3a3-427d-8291-f5572757a9b5} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:37:54.205905 [ 278 ] {8837f766-b3a3-427d-8291-f5572757a9b5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. 2026.02.23 16:37:54.206312 [ 278 ] {8837f766-b3a3-427d-8291-f5572757a9b5} MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) 2026.02.23 16:37:54.206532 [ 278 ] {8837f766-b3a3-427d-8291-f5572757a9b5} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:37:54.206699 [ 278 ] {8837f766-b3a3-427d-8291-f5572757a9b5} executeQuery: Read 76 rows, 6.41 KiB in 0.001912 sec., 39748.9539748954 rows/sec., 3.28 MiB/sec. 2026.02.23 16:37:54.206752 [ 278 ] {8837f766-b3a3-427d-8291-f5572757a9b5} TCPHandler: Processed in 0.002353018 sec. 2026.02.23 16:37:54.206885 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:37:54.206990 [ 278 ] {65800618-4613-48e7-8360-05ebdae5e9a4} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.23 16:37:54.207034 [ 278 ] {65800618-4613-48e7-8360-05ebdae5e9a4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.23 16:37:54.207455 [ 278 ] {65800618-4613-48e7-8360-05ebdae5e9a4} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:37:54.207493 [ 278 ] {65800618-4613-48e7-8360-05ebdae5e9a4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. 2026.02.23 16:37:54.207796 [ 278 ] {65800618-4613-48e7-8360-05ebdae5e9a4} MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) 2026.02.23 16:37:54.208004 [ 278 ] {65800618-4613-48e7-8360-05ebdae5e9a4} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:37:54.208140 [ 278 ] {65800618-4613-48e7-8360-05ebdae5e9a4} executeQuery: Read 10 rows, 770.00 B in 0.001173 sec., 8525.149190110827 rows/sec., 641.05 KiB/sec. 2026.02.23 16:37:54.208178 [ 278 ] {65800618-4613-48e7-8360-05ebdae5e9a4} TCPHandler: Processed in 0.001346008 sec. 2026.02.23 16:37:54.208288 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:37:54.208384 [ 278 ] {bec8bb73-9c9a-457e-a58f-7be3b1d0bf54} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.23 16:37:54.208425 [ 278 ] {bec8bb73-9c9a-457e-a58f-7be3b1d0bf54} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.23 16:37:54.208943 [ 278 ] {bec8bb73-9c9a-457e-a58f-7be3b1d0bf54} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:37:54.208980 [ 278 ] {bec8bb73-9c9a-457e-a58f-7be3b1d0bf54} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. 2026.02.23 16:37:54.209276 [ 278 ] {bec8bb73-9c9a-457e-a58f-7be3b1d0bf54} MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) 2026.02.23 16:37:54.209486 [ 278 ] {bec8bb73-9c9a-457e-a58f-7be3b1d0bf54} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:37:54.209615 [ 278 ] {bec8bb73-9c9a-457e-a58f-7be3b1d0bf54} executeQuery: Read 74 rows, 5.92 KiB in 0.00125 sec., 59200 rows/sec., 4.62 MiB/sec. 2026.02.23 16:37:54.209653 [ 278 ] {bec8bb73-9c9a-457e-a58f-7be3b1d0bf54} TCPHandler: Processed in 0.001415619 sec. 2026.02.23 16:37:54.209768 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:37:54.209864 [ 278 ] {366c1e82-f8e1-4a12-a223-96aee77da878} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.23 16:37:54.209908 [ 278 ] {366c1e82-f8e1-4a12-a223-96aee77da878} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.23 16:37:54.210324 [ 278 ] {366c1e82-f8e1-4a12-a223-96aee77da878} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:37:54.210361 [ 278 ] {366c1e82-f8e1-4a12-a223-96aee77da878} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. 2026.02.23 16:37:54.210685 [ 278 ] {366c1e82-f8e1-4a12-a223-96aee77da878} MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) 2026.02.23 16:37:54.210905 [ 278 ] {366c1e82-f8e1-4a12-a223-96aee77da878} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:37:54.211034 [ 278 ] {366c1e82-f8e1-4a12-a223-96aee77da878} executeQuery: Read 160 rows, 11.41 KiB in 0.00119 sec., 134453.78151260503 rows/sec., 9.36 MiB/sec. 2026.02.23 16:37:54.211070 [ 278 ] {366c1e82-f8e1-4a12-a223-96aee77da878} TCPHandler: Processed in 0.001351908 sec. 2026.02.23 16:37:54.211182 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:37:54.211277 [ 278 ] {e55008f6-fa4c-4a09-827f-90b3182ab08f} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.23 16:37:54.211332 [ 278 ] {e55008f6-fa4c-4a09-827f-90b3182ab08f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.23 16:37:54.212106 [ 278 ] {e55008f6-fa4c-4a09-827f-90b3182ab08f} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:37:54.212143 [ 278 ] {e55008f6-fa4c-4a09-827f-90b3182ab08f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. 2026.02.23 16:37:54.212642 [ 278 ] {e55008f6-fa4c-4a09-827f-90b3182ab08f} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2026.02.23 16:37:54.212861 [ 278 ] {e55008f6-fa4c-4a09-827f-90b3182ab08f} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:37:54.213001 [ 278 ] {e55008f6-fa4c-4a09-827f-90b3182ab08f} executeQuery: Read 10 rows, 18.35 KiB in 0.001742 sec., 5740.52812858783 rows/sec., 10.29 MiB/sec. 2026.02.23 16:37:54.213065 [ 278 ] {e55008f6-fa4c-4a09-827f-90b3182ab08f} TCPHandler: Processed in 0.00193179 sec. 2026.02.23 16:37:54.213176 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:37:54.213272 [ 278 ] {63a0cb24-b007-4090-9bb2-2ba38041746a} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.23 16:37:54.213313 [ 278 ] {63a0cb24-b007-4090-9bb2-2ba38041746a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.23 16:37:54.213651 [ 278 ] {63a0cb24-b007-4090-9bb2-2ba38041746a} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:37:54.213688 [ 278 ] {63a0cb24-b007-4090-9bb2-2ba38041746a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. 2026.02.23 16:37:54.213987 [ 278 ] {63a0cb24-b007-4090-9bb2-2ba38041746a} MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) 2026.02.23 16:37:54.214189 [ 278 ] {63a0cb24-b007-4090-9bb2-2ba38041746a} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:37:54.214316 [ 278 ] {63a0cb24-b007-4090-9bb2-2ba38041746a} executeQuery: Read 60 rows, 4.14 KiB in 0.001062 sec., 56497.17514124294 rows/sec., 3.81 MiB/sec. 2026.02.23 16:37:54.214351 [ 278 ] {63a0cb24-b007-4090-9bb2-2ba38041746a} TCPHandler: Processed in 0.001225006 sec. 2026.02.23 16:37:57.571700 [ 78 ] {} DNSResolver: Updating DNS cache 2026.02.23 16:37:57.571762 [ 78 ] {} DNSResolver: Updated DNS cache 2026.02.23 16:37:57.722697 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 25912 2026.02.23 16:37:57.723266 [ 244 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:37:57.723326 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. 2026.02.23 16:37:57.723866 [ 244 ] {} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2026.02.23 16:37:57.724096 [ 244 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:37:57.724242 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 25912 2026.02.23 16:37:59.101636 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 407 2026.02.23 16:37:59.118081 [ 243 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:37:59.118131 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. 2026.02.23 16:37:59.124142 [ 243 ] {} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2026.02.23 16:37:59.124851 [ 243 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:37:59.127662 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 407 2026.02.23 16:37:59.204598 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:37:59.204772 [ 278 ] {bfec02f8-ea0c-4c30-a6e1-9e296f9c2438} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.23 16:37:59.204844 [ 278 ] {bfec02f8-ea0c-4c30-a6e1-9e296f9c2438} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.23 16:37:59.205608 [ 278 ] {bfec02f8-ea0c-4c30-a6e1-9e296f9c2438} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:37:59.205656 [ 278 ] {bfec02f8-ea0c-4c30-a6e1-9e296f9c2438} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. 2026.02.23 16:37:59.206024 [ 278 ] {bfec02f8-ea0c-4c30-a6e1-9e296f9c2438} MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) 2026.02.23 16:37:59.206250 [ 278 ] {bfec02f8-ea0c-4c30-a6e1-9e296f9c2438} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:37:59.206400 [ 278 ] {bfec02f8-ea0c-4c30-a6e1-9e296f9c2438} executeQuery: Read 120 rows, 10.47 KiB in 0.001676 sec., 71599.04534606205 rows/sec., 6.10 MiB/sec. 2026.02.23 16:37:59.206444 [ 278 ] {bfec02f8-ea0c-4c30-a6e1-9e296f9c2438} TCPHandler: Processed in 0.00197291 sec. 2026.02.23 16:37:59.206568 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:37:59.206664 [ 278 ] {495fa378-db0f-4d0d-a46e-ad1dedec073c} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.23 16:37:59.206705 [ 278 ] {495fa378-db0f-4d0d-a46e-ad1dedec073c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.23 16:37:59.207112 [ 278 ] {495fa378-db0f-4d0d-a46e-ad1dedec073c} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:37:59.207146 [ 278 ] {495fa378-db0f-4d0d-a46e-ad1dedec073c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. 2026.02.23 16:37:59.207439 [ 278 ] {495fa378-db0f-4d0d-a46e-ad1dedec073c} MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) 2026.02.23 16:37:59.207649 [ 278 ] {495fa378-db0f-4d0d-a46e-ad1dedec073c} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:37:59.207746 [ 75 ] {} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 2026.02.23 16:37:59.207778 [ 278 ] {495fa378-db0f-4d0d-a46e-ad1dedec073c} executeQuery: Read 32 rows, 2.41 KiB in 0.001132 sec., 28268.551236749117 rows/sec., 2.08 MiB/sec. 2026.02.23 16:37:59.207780 [ 75 ] {} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:37:59.207810 [ 75 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. 2026.02.23 16:37:59.207816 [ 278 ] {495fa378-db0f-4d0d-a46e-ad1dedec073c} TCPHandler: Processed in 0.001298526 sec. 2026.02.23 16:37:59.207893 [ 191 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_76_15} MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full 2026.02.23 16:37:59.207930 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:37:59.207976 [ 191 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_76_15} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:37:59.208003 [ 191 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 216 rows starting from the beginning of the part 2026.02.23 16:37:59.208025 [ 278 ] {a4bbc676-fc73-4409-9270-21e076e72c1f} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.23 16:37:59.208059 [ 191 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 32 rows starting from the beginning of the part 2026.02.23 16:37:59.208066 [ 278 ] {a4bbc676-fc73-4409-9270-21e076e72c1f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.23 16:37:59.208104 [ 191 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 10 rows starting from the beginning of the part 2026.02.23 16:37:59.208141 [ 191 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 48 rows starting from the beginning of the part 2026.02.23 16:37:59.208177 [ 191 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 10 rows starting from the beginning of the part 2026.02.23 16:37:59.208212 [ 191 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 32 rows starting from the beginning of the part 2026.02.23 16:37:59.208496 [ 278 ] {a4bbc676-fc73-4409-9270-21e076e72c1f} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:37:59.208530 [ 278 ] {a4bbc676-fc73-4409-9270-21e076e72c1f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. 2026.02.23 16:37:59.208836 [ 278 ] {a4bbc676-fc73-4409-9270-21e076e72c1f} MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) 2026.02.23 16:37:59.208920 [ 193 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_76_15} MergeTask::MergeProjectionsStage: Merge sorted 348 rows, containing 5 columns (5 merged, 0 gathered) in 0.001054552 sec., 329997.95173685125 rows/sec., 23.50 MiB/sec. 2026.02.23 16:37:59.209041 [ 278 ] {a4bbc676-fc73-4409-9270-21e076e72c1f} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:37:59.209069 [ 195 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_76_15} MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) 2026.02.23 16:37:59.209176 [ 278 ] {a4bbc676-fc73-4409-9270-21e076e72c1f} executeQuery: Read 96 rows, 7.68 KiB in 0.001169 sec., 82121.47134302824 rows/sec., 6.41 MiB/sec. 2026.02.23 16:37:59.209216 [ 278 ] {a4bbc676-fc73-4409-9270-21e076e72c1f} TCPHandler: Processed in 0.001335507 sec. 2026.02.23 16:37:59.209304 [ 195 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_76_15} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:37:59.209326 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:37:59.209365 [ 195 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_76_15} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 2026.02.23 16:37:59.209421 [ 278 ] {5c3f7218-70ee-48a4-a23d-0ac8e8ca7725} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.23 16:37:59.209422 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. 2026.02.23 16:37:59.209464 [ 278 ] {5c3f7218-70ee-48a4-a23d-0ac8e8ca7725} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.23 16:37:59.209866 [ 278 ] {5c3f7218-70ee-48a4-a23d-0ac8e8ca7725} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:37:59.209900 [ 278 ] {5c3f7218-70ee-48a4-a23d-0ac8e8ca7725} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. 2026.02.23 16:37:59.210218 [ 278 ] {5c3f7218-70ee-48a4-a23d-0ac8e8ca7725} MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) 2026.02.23 16:37:59.210430 [ 278 ] {5c3f7218-70ee-48a4-a23d-0ac8e8ca7725} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:37:59.210562 [ 278 ] {5c3f7218-70ee-48a4-a23d-0ac8e8ca7725} executeQuery: Read 160 rows, 11.41 KiB in 0.001159 sec., 138050.04314063847 rows/sec., 9.61 MiB/sec. 2026.02.23 16:37:59.210599 [ 278 ] {5c3f7218-70ee-48a4-a23d-0ac8e8ca7725} TCPHandler: Processed in 0.001322378 sec. 2026.02.23 16:37:59.210701 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:37:59.210794 [ 278 ] {8ce378c0-113f-47cb-a751-a88ed8e36bf8} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.23 16:37:59.210853 [ 278 ] {8ce378c0-113f-47cb-a751-a88ed8e36bf8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.23 16:37:59.211645 [ 278 ] {8ce378c0-113f-47cb-a751-a88ed8e36bf8} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:37:59.211680 [ 278 ] {8ce378c0-113f-47cb-a751-a88ed8e36bf8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. 2026.02.23 16:37:59.212200 [ 278 ] {8ce378c0-113f-47cb-a751-a88ed8e36bf8} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2026.02.23 16:37:59.212416 [ 278 ] {8ce378c0-113f-47cb-a751-a88ed8e36bf8} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:37:59.212508 [ 75 ] {} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 2026.02.23 16:37:59.212540 [ 75 ] {} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:37:59.212552 [ 278 ] {8ce378c0-113f-47cb-a751-a88ed8e36bf8} executeQuery: Read 32 rows, 58.72 KiB in 0.001773 sec., 18048.50535815003 rows/sec., 32.34 MiB/sec. 2026.02.23 16:37:59.212557 [ 75 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. 2026.02.23 16:37:59.212616 [ 278 ] {8ce378c0-113f-47cb-a751-a88ed8e36bf8} TCPHandler: Processed in 0.0019647 sec. 2026.02.23 16:37:59.212629 [ 195 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_71_14} MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full 2026.02.23 16:37:59.212730 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:37:59.212806 [ 195 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_71_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:37:59.212827 [ 278 ] {dd6e1939-7095-4464-a14d-53f9167e4a13} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.23 16:37:59.212863 [ 195 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 1381 rows starting from the beginning of the part 2026.02.23 16:37:59.212869 [ 278 ] {dd6e1939-7095-4464-a14d-53f9167e4a13} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.23 16:37:59.212987 [ 195 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 32 rows starting from the beginning of the part 2026.02.23 16:37:59.213094 [ 195 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 10 rows starting from the beginning of the part 2026.02.23 16:37:59.213192 [ 195 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 32 rows starting from the beginning of the part 2026.02.23 16:37:59.213209 [ 278 ] {dd6e1939-7095-4464-a14d-53f9167e4a13} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:37:59.213244 [ 278 ] {dd6e1939-7095-4464-a14d-53f9167e4a13} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. 2026.02.23 16:37:59.213289 [ 195 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 10 rows starting from the beginning of the part 2026.02.23 16:37:59.213388 [ 195 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 32 rows starting from the beginning of the part 2026.02.23 16:37:59.213556 [ 278 ] {dd6e1939-7095-4464-a14d-53f9167e4a13} MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) 2026.02.23 16:37:59.213772 [ 278 ] {dd6e1939-7095-4464-a14d-53f9167e4a13} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:37:59.213905 [ 278 ] {dd6e1939-7095-4464-a14d-53f9167e4a13} executeQuery: Read 60 rows, 4.14 KiB in 0.001097 sec., 54694.62169553327 rows/sec., 3.69 MiB/sec. 2026.02.23 16:37:59.213940 [ 278 ] {dd6e1939-7095-4464-a14d-53f9167e4a13} TCPHandler: Processed in 0.001260406 sec. 2026.02.23 16:37:59.218876 [ 199 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_71_14} MergeTask::MergeProjectionsStage: Merge sorted 1497 rows, containing 19 columns (19 merged, 0 gathered) in 0.006272459 sec., 238662.38105342735 rows/sec., 427.67 MiB/sec. 2026.02.23 16:37:59.221009 [ 189 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_71_14} MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) 2026.02.23 16:37:59.221403 [ 189 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_71_14} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:37:59.221496 [ 189 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_71_14} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 2026.02.23 16:37:59.221665 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.55 MiB. 2026.02.23 16:38:00.000239 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 331.82 MiB, peak 343.33 MiB, free memory in arenas 0.00 B, will set to 333.64 MiB (RSS), difference: 1.82 MiB 2026.02.23 16:38:02.569081 [ 62 ] {} oximeter.fields_u32 (3630ead0-c5da-4e23-a9d2-59d0589dc119) (MergerMutator): Selected 5 parts from all_1_24_5 to all_28_28_0 2026.02.23 16:38:02.569176 [ 62 ] {} oximeter.fields_u32 (3630ead0-c5da-4e23-a9d2-59d0589dc119): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:38:02.569214 [ 62 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. 2026.02.23 16:38:02.569354 [ 193 ] {3630ead0-c5da-4e23-a9d2-59d0589dc119::all_1_28_6} MergeTask::PrepareStage: Merging 5 parts: from all_1_24_5 to all_28_28_0 into Compact with storage Full 2026.02.23 16:38:02.569504 [ 193 ] {3630ead0-c5da-4e23-a9d2-59d0589dc119::all_1_28_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:38:02.569542 [ 193 ] {3630ead0-c5da-4e23-a9d2-59d0589dc119::all_1_28_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_24_5, total 402 rows starting from the beginning of the part 2026.02.23 16:38:02.569616 [ 193 ] {3630ead0-c5da-4e23-a9d2-59d0589dc119::all_1_28_6} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 149 rows starting from the beginning of the part 2026.02.23 16:38:02.569669 [ 193 ] {3630ead0-c5da-4e23-a9d2-59d0589dc119::all_1_28_6} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 149 rows starting from the beginning of the part 2026.02.23 16:38:02.569717 [ 193 ] {3630ead0-c5da-4e23-a9d2-59d0589dc119::all_1_28_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 252 rows starting from the beginning of the part 2026.02.23 16:38:02.569758 [ 193 ] {3630ead0-c5da-4e23-a9d2-59d0589dc119::all_1_28_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 252 rows starting from the beginning of the part 2026.02.23 16:38:02.570630 [ 193 ] {3630ead0-c5da-4e23-a9d2-59d0589dc119::all_1_28_6} MergeTask::MergeProjectionsStage: Merge sorted 1204 rows, containing 5 columns (5 merged, 0 gathered) in 0.001335897 sec., 901267.0887051921 rows/sec., 64.25 MiB/sec. 2026.02.23 16:38:02.570808 [ 194 ] {3630ead0-c5da-4e23-a9d2-59d0589dc119::all_1_28_6} MergedBlockOutputStream: filled checksums all_1_28_6 (state Temporary) 2026.02.23 16:38:02.571109 [ 194 ] {3630ead0-c5da-4e23-a9d2-59d0589dc119::all_1_28_6} oximeter.fields_u32 (3630ead0-c5da-4e23-a9d2-59d0589dc119): Renaming temporary part tmp_merge_all_1_28_6 to all_1_28_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:38:02.571184 [ 194 ] {3630ead0-c5da-4e23-a9d2-59d0589dc119::all_1_28_6} oximeter.fields_u32 (3630ead0-c5da-4e23-a9d2-59d0589dc119) (MergerMutator): Merged 5 parts: [all_1_24_5, all_28_28_0] -> all_1_28_6 2026.02.23 16:38:02.571290 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. 2026.02.23 16:38:02.804380 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 1428 2026.02.23 16:38:02.806751 [ 242 ] {} system.query_log (b83b341e-dbaf-448e-9582-20b3e6cd291d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:38:02.806786 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. 2026.02.23 16:38:02.807894 [ 242 ] {} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.02.23 16:38:02.808139 [ 242 ] {} system.query_log (b83b341e-dbaf-448e-9582-20b3e6cd291d): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:38:02.808386 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1428 2026.02.23 16:38:04.204051 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:38:04.204235 [ 278 ] {9b03c454-7ae8-4cb8-a5ac-916d22d15b32} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.02.23 16:38:04.204303 [ 278 ] {9b03c454-7ae8-4cb8-a5ac-916d22d15b32} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.02.23 16:38:04.204935 [ 278 ] {9b03c454-7ae8-4cb8-a5ac-916d22d15b32} oximeter.fields_ipaddr (aca7842a-9245-4e3c-8c67-e3828bf88048): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:38:04.204989 [ 278 ] {9b03c454-7ae8-4cb8-a5ac-916d22d15b32} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. 2026.02.23 16:38:04.205376 [ 278 ] {9b03c454-7ae8-4cb8-a5ac-916d22d15b32} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.02.23 16:38:04.205607 [ 278 ] {9b03c454-7ae8-4cb8-a5ac-916d22d15b32} oximeter.fields_ipaddr (aca7842a-9245-4e3c-8c67-e3828bf88048): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:38:04.205767 [ 278 ] {9b03c454-7ae8-4cb8-a5ac-916d22d15b32} executeQuery: Read 4 rows, 334.00 B in 0.001582 sec., 2528.4450063211125 rows/sec., 206.18 KiB/sec. 2026.02.23 16:38:04.205818 [ 278 ] {9b03c454-7ae8-4cb8-a5ac-916d22d15b32} TCPHandler: Processed in 0.001902369 sec. 2026.02.23 16:38:04.205940 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:38:04.206043 [ 278 ] {1cb7fec0-77b4-4a55-9b92-939e21ec318f} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.23 16:38:04.206087 [ 278 ] {1cb7fec0-77b4-4a55-9b92-939e21ec318f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.23 16:38:04.206532 [ 278 ] {1cb7fec0-77b4-4a55-9b92-939e21ec318f} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:38:04.206571 [ 278 ] {1cb7fec0-77b4-4a55-9b92-939e21ec318f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. 2026.02.23 16:38:04.206914 [ 278 ] {1cb7fec0-77b4-4a55-9b92-939e21ec318f} MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) 2026.02.23 16:38:04.207126 [ 278 ] {1cb7fec0-77b4-4a55-9b92-939e21ec318f} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:38:04.207256 [ 278 ] {1cb7fec0-77b4-4a55-9b92-939e21ec318f} executeQuery: Read 78 rows, 6.56 KiB in 0.001235 sec., 63157.89473684211 rows/sec., 5.19 MiB/sec. 2026.02.23 16:38:04.207295 [ 278 ] {1cb7fec0-77b4-4a55-9b92-939e21ec318f} TCPHandler: Processed in 0.001408779 sec. 2026.02.23 16:38:04.207408 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:38:04.207504 [ 278 ] {d9fdb6d1-4198-4c20-afda-19fae853e485} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.23 16:38:04.207545 [ 278 ] {d9fdb6d1-4198-4c20-afda-19fae853e485} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.23 16:38:04.207937 [ 278 ] {d9fdb6d1-4198-4c20-afda-19fae853e485} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:38:04.207974 [ 278 ] {d9fdb6d1-4198-4c20-afda-19fae853e485} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. 2026.02.23 16:38:04.208268 [ 278 ] {d9fdb6d1-4198-4c20-afda-19fae853e485} MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) 2026.02.23 16:38:04.208471 [ 278 ] {d9fdb6d1-4198-4c20-afda-19fae853e485} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:38:04.208600 [ 278 ] {d9fdb6d1-4198-4c20-afda-19fae853e485} executeQuery: Read 14 rows, 1.03 KiB in 0.001115 sec., 12556.053811659192 rows/sec., 924.89 KiB/sec. 2026.02.23 16:38:04.208638 [ 278 ] {d9fdb6d1-4198-4c20-afda-19fae853e485} TCPHandler: Processed in 0.001279987 sec. 2026.02.23 16:38:04.208744 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:38:04.208840 [ 278 ] {c5deacbb-65f2-4c04-b743-922c4bb029f2} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.23 16:38:04.208880 [ 278 ] {c5deacbb-65f2-4c04-b743-922c4bb029f2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.23 16:38:04.209298 [ 278 ] {c5deacbb-65f2-4c04-b743-922c4bb029f2} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:38:04.209335 [ 278 ] {c5deacbb-65f2-4c04-b743-922c4bb029f2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. 2026.02.23 16:38:04.209631 [ 278 ] {c5deacbb-65f2-4c04-b743-922c4bb029f2} MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) 2026.02.23 16:38:04.209847 [ 278 ] {c5deacbb-65f2-4c04-b743-922c4bb029f2} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:38:04.209988 [ 278 ] {c5deacbb-65f2-4c04-b743-922c4bb029f2} executeQuery: Read 78 rows, 6.24 KiB in 0.001166 sec., 66895.36878216124 rows/sec., 5.23 MiB/sec. 2026.02.23 16:38:04.210026 [ 278 ] {c5deacbb-65f2-4c04-b743-922c4bb029f2} TCPHandler: Processed in 0.001331057 sec. 2026.02.23 16:38:04.210136 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:38:04.210231 [ 278 ] {a20ab7ee-f70a-4c3a-9da7-b16203b07765} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.23 16:38:04.210275 [ 278 ] {a20ab7ee-f70a-4c3a-9da7-b16203b07765} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.23 16:38:04.210682 [ 278 ] {a20ab7ee-f70a-4c3a-9da7-b16203b07765} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:38:04.210718 [ 278 ] {a20ab7ee-f70a-4c3a-9da7-b16203b07765} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. 2026.02.23 16:38:04.211077 [ 278 ] {a20ab7ee-f70a-4c3a-9da7-b16203b07765} MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) 2026.02.23 16:38:04.211284 [ 278 ] {a20ab7ee-f70a-4c3a-9da7-b16203b07765} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:38:04.211414 [ 278 ] {a20ab7ee-f70a-4c3a-9da7-b16203b07765} executeQuery: Read 162 rows, 11.55 KiB in 0.001202 sec., 134775.37437603995 rows/sec., 9.39 MiB/sec. 2026.02.23 16:38:04.211451 [ 278 ] {a20ab7ee-f70a-4c3a-9da7-b16203b07765} TCPHandler: Processed in 0.001364938 sec. 2026.02.23 16:38:04.211557 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:38:04.211652 [ 278 ] {6e1ba55a-a018-4a52-93f1-ea6736d2a624} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.23 16:38:04.211706 [ 278 ] {6e1ba55a-a018-4a52-93f1-ea6736d2a624} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.23 16:38:04.212503 [ 278 ] {6e1ba55a-a018-4a52-93f1-ea6736d2a624} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:38:04.212546 [ 278 ] {6e1ba55a-a018-4a52-93f1-ea6736d2a624} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. 2026.02.23 16:38:04.213103 [ 278 ] {6e1ba55a-a018-4a52-93f1-ea6736d2a624} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2026.02.23 16:38:04.213323 [ 278 ] {6e1ba55a-a018-4a52-93f1-ea6736d2a624} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:38:04.213466 [ 278 ] {6e1ba55a-a018-4a52-93f1-ea6736d2a624} executeQuery: Read 10 rows, 18.35 KiB in 0.001832 sec., 5458.515283842795 rows/sec., 9.78 MiB/sec. 2026.02.23 16:38:04.213538 [ 278 ] {6e1ba55a-a018-4a52-93f1-ea6736d2a624} TCPHandler: Processed in 0.002029822 sec. 2026.02.23 16:38:04.213648 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:38:04.213743 [ 278 ] {9558528c-df33-443d-884d-177da34a9196} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.23 16:38:04.213785 [ 278 ] {9558528c-df33-443d-884d-177da34a9196} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.23 16:38:04.214138 [ 278 ] {9558528c-df33-443d-884d-177da34a9196} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:38:04.214175 [ 278 ] {9558528c-df33-443d-884d-177da34a9196} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. 2026.02.23 16:38:04.214476 [ 278 ] {9558528c-df33-443d-884d-177da34a9196} MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) 2026.02.23 16:38:04.214679 [ 278 ] {9558528c-df33-443d-884d-177da34a9196} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:38:04.214808 [ 278 ] {9558528c-df33-443d-884d-177da34a9196} executeQuery: Read 60 rows, 4.14 KiB in 0.001083 sec., 55401.662049861494 rows/sec., 3.73 MiB/sec. 2026.02.23 16:38:04.214845 [ 278 ] {9558528c-df33-443d-884d-177da34a9196} TCPHandler: Processed in 0.001248076 sec. 2026.02.23 16:38:05.224441 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 26424 2026.02.23 16:38:05.225118 [ 244 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:38:05.225159 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. 2026.02.23 16:38:05.225637 [ 244 ] {} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2026.02.23 16:38:05.225872 [ 244 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:38:05.226021 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 26424 2026.02.23 16:38:06.627877 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 415 2026.02.23 16:38:06.645800 [ 243 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:38:06.645868 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. 2026.02.23 16:38:06.651868 [ 243 ] {} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2026.02.23 16:38:06.652594 [ 243 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:38:06.656035 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 415 2026.02.23 16:38:09.205564 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:38:09.205881 [ 278 ] {eeeb936a-ab2f-4778-9889-8ff53349fd93} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.23 16:38:09.205989 [ 278 ] {eeeb936a-ab2f-4778-9889-8ff53349fd93} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.23 16:38:09.206740 [ 278 ] {eeeb936a-ab2f-4778-9889-8ff53349fd93} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:38:09.206794 [ 278 ] {eeeb936a-ab2f-4778-9889-8ff53349fd93} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. 2026.02.23 16:38:09.207206 [ 278 ] {eeeb936a-ab2f-4778-9889-8ff53349fd93} MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) 2026.02.23 16:38:09.207443 [ 278 ] {eeeb936a-ab2f-4778-9889-8ff53349fd93} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:38:09.207612 [ 278 ] {eeeb936a-ab2f-4778-9889-8ff53349fd93} executeQuery: Read 120 rows, 10.47 KiB in 0.001809 sec., 66334.99170812604 rows/sec., 5.65 MiB/sec. 2026.02.23 16:38:09.207664 [ 278 ] {eeeb936a-ab2f-4778-9889-8ff53349fd93} TCPHandler: Processed in 0.002291037 sec. 2026.02.23 16:38:09.207793 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:38:09.207896 [ 278 ] {9199a708-d714-47b7-b2d0-5c6802da343f} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.23 16:38:09.207940 [ 278 ] {9199a708-d714-47b7-b2d0-5c6802da343f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.23 16:38:09.208366 [ 278 ] {9199a708-d714-47b7-b2d0-5c6802da343f} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:38:09.208404 [ 278 ] {9199a708-d714-47b7-b2d0-5c6802da343f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. 2026.02.23 16:38:09.208700 [ 278 ] {9199a708-d714-47b7-b2d0-5c6802da343f} MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) 2026.02.23 16:38:09.208904 [ 278 ] {9199a708-d714-47b7-b2d0-5c6802da343f} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:38:09.209047 [ 278 ] {9199a708-d714-47b7-b2d0-5c6802da343f} executeQuery: Read 32 rows, 2.41 KiB in 0.001174 sec., 27257.240204429305 rows/sec., 2.00 MiB/sec. 2026.02.23 16:38:09.209087 [ 278 ] {9199a708-d714-47b7-b2d0-5c6802da343f} TCPHandler: Processed in 0.001348287 sec. 2026.02.23 16:38:09.209193 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:38:09.209289 [ 278 ] {11560eee-1658-4e3d-a56c-831ff130efe9} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.23 16:38:09.209329 [ 278 ] {11560eee-1658-4e3d-a56c-831ff130efe9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.23 16:38:09.209753 [ 278 ] {11560eee-1658-4e3d-a56c-831ff130efe9} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:38:09.209790 [ 278 ] {11560eee-1658-4e3d-a56c-831ff130efe9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. 2026.02.23 16:38:09.210095 [ 278 ] {11560eee-1658-4e3d-a56c-831ff130efe9} MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) 2026.02.23 16:38:09.210301 [ 278 ] {11560eee-1658-4e3d-a56c-831ff130efe9} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:38:09.210430 [ 278 ] {11560eee-1658-4e3d-a56c-831ff130efe9} executeQuery: Read 96 rows, 7.68 KiB in 0.001161 sec., 82687.33850129199 rows/sec., 6.46 MiB/sec. 2026.02.23 16:38:09.210467 [ 278 ] {11560eee-1658-4e3d-a56c-831ff130efe9} TCPHandler: Processed in 0.001322817 sec. 2026.02.23 16:38:09.210579 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:38:09.210675 [ 278 ] {51d811bf-2b76-4e67-bd0e-977fecf9f9f2} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.23 16:38:09.210719 [ 278 ] {51d811bf-2b76-4e67-bd0e-977fecf9f9f2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.23 16:38:09.211123 [ 278 ] {51d811bf-2b76-4e67-bd0e-977fecf9f9f2} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:38:09.211160 [ 278 ] {51d811bf-2b76-4e67-bd0e-977fecf9f9f2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. 2026.02.23 16:38:09.211482 [ 278 ] {51d811bf-2b76-4e67-bd0e-977fecf9f9f2} MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) 2026.02.23 16:38:09.211697 [ 278 ] {51d811bf-2b76-4e67-bd0e-977fecf9f9f2} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:38:09.211827 [ 278 ] {51d811bf-2b76-4e67-bd0e-977fecf9f9f2} executeQuery: Read 160 rows, 11.41 KiB in 0.001172 sec., 136518.771331058 rows/sec., 9.51 MiB/sec. 2026.02.23 16:38:09.211865 [ 278 ] {51d811bf-2b76-4e67-bd0e-977fecf9f9f2} TCPHandler: Processed in 0.001335967 sec. 2026.02.23 16:38:09.211974 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:38:09.212068 [ 278 ] {2ac89a4d-d2cd-4939-acd7-8337cf192bd3} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.23 16:38:09.212123 [ 278 ] {2ac89a4d-d2cd-4939-acd7-8337cf192bd3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.23 16:38:09.212956 [ 278 ] {2ac89a4d-d2cd-4939-acd7-8337cf192bd3} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:38:09.212993 [ 278 ] {2ac89a4d-d2cd-4939-acd7-8337cf192bd3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. 2026.02.23 16:38:09.213533 [ 278 ] {2ac89a4d-d2cd-4939-acd7-8337cf192bd3} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2026.02.23 16:38:09.213752 [ 278 ] {2ac89a4d-d2cd-4939-acd7-8337cf192bd3} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:38:09.213890 [ 278 ] {2ac89a4d-d2cd-4939-acd7-8337cf192bd3} executeQuery: Read 32 rows, 58.72 KiB in 0.00184 sec., 17391.304347826088 rows/sec., 31.16 MiB/sec. 2026.02.23 16:38:09.213959 [ 278 ] {2ac89a4d-d2cd-4939-acd7-8337cf192bd3} TCPHandler: Processed in 0.002035502 sec. 2026.02.23 16:38:09.214077 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:38:09.214173 [ 278 ] {5fcf0043-3db7-40b3-8efe-d1e2383b4e86} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.23 16:38:09.214215 [ 278 ] {5fcf0043-3db7-40b3-8efe-d1e2383b4e86} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.23 16:38:09.214552 [ 278 ] {5fcf0043-3db7-40b3-8efe-d1e2383b4e86} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:38:09.214589 [ 278 ] {5fcf0043-3db7-40b3-8efe-d1e2383b4e86} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.31 GiB. 2026.02.23 16:38:09.214890 [ 278 ] {5fcf0043-3db7-40b3-8efe-d1e2383b4e86} MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) 2026.02.23 16:38:09.215094 [ 278 ] {5fcf0043-3db7-40b3-8efe-d1e2383b4e86} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:38:09.215213 [ 278 ] {5fcf0043-3db7-40b3-8efe-d1e2383b4e86} executeQuery: Read 60 rows, 4.14 KiB in 0.001073 sec., 55917.98695246971 rows/sec., 3.77 MiB/sec. 2026.02.23 16:38:09.215248 [ 278 ] {5fcf0043-3db7-40b3-8efe-d1e2383b4e86} TCPHandler: Processed in 0.001237935 sec. 2026.02.23 16:38:11.051723 [ 352 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49423 2026.02.23 16:38:11.051835 [ 352 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:38:11.051863 [ 352 ] {} TCP-Session: 9a4cbfc6-dea3-4fe3-89e1-aac4af9ff245 Authenticating user 'default' from [fd00:1122:3344:101::e]:49423 2026.02.23 16:38:11.051885 [ 352 ] {} TCP-Session: 9a4cbfc6-dea3-4fe3-89e1-aac4af9ff245 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:38:11.051898 [ 352 ] {} TCP-Session: 9a4cbfc6-dea3-4fe3-89e1-aac4af9ff245 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:38:11.052096 [ 353 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34402 2026.02.23 16:38:11.052151 [ 355 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50515 2026.02.23 16:38:11.052155 [ 354 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52207 2026.02.23 16:38:11.052222 [ 353 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:38:11.052206 [ 352 ] {} TCP-Session: 9a4cbfc6-dea3-4fe3-89e1-aac4af9ff245 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:38:11.052266 [ 353 ] {} TCP-Session: eb09c58b-6d6b-4600-816b-23294f669d46 Authenticating user 'default' from [fd00:1122:3344:101::e]:34402 2026.02.23 16:38:11.052274 [ 355 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:38:11.052302 [ 353 ] {} TCP-Session: eb09c58b-6d6b-4600-816b-23294f669d46 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:38:11.052305 [ 354 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:38:11.052323 [ 355 ] {} TCP-Session: f6a5b2e0-756b-4a9d-84e3-d858ff82b989 Authenticating user 'default' from [fd00:1122:3344:101::e]:50515 2026.02.23 16:38:11.052328 [ 353 ] {} TCP-Session: eb09c58b-6d6b-4600-816b-23294f669d46 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:38:11.052352 [ 354 ] {} TCP-Session: a597ee82-54c6-4bef-ab32-4f3c421a9d19 Authenticating user 'default' from [fd00:1122:3344:101::e]:52207 2026.02.23 16:38:11.052365 [ 355 ] {} TCP-Session: f6a5b2e0-756b-4a9d-84e3-d858ff82b989 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:38:11.052195 [ 350 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58957 2026.02.23 16:38:11.052397 [ 355 ] {} TCP-Session: f6a5b2e0-756b-4a9d-84e3-d858ff82b989 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:38:11.052392 [ 354 ] {} TCP-Session: a597ee82-54c6-4bef-ab32-4f3c421a9d19 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:38:11.052181 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42500 2026.02.23 16:38:11.052437 [ 354 ] {} TCP-Session: a597ee82-54c6-4bef-ab32-4f3c421a9d19 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:38:11.052430 [ 352 ] {9f11a763-678d-43fa-84c7-0dc33496a68c} executeQuery: (from [fd00:1122:3344:101::e]:49423) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.02.23 16:38:11.052168 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35679 2026.02.23 16:38:11.052156 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45180 2026.02.23 16:38:11.052190 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58612 2026.02.23 16:38:11.052611 [ 350 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:38:11.052644 [ 350 ] {} TCP-Session: 8879baf7-0215-4977-8a1a-20c182b26194 Authenticating user 'default' from [fd00:1122:3344:101::e]:58957 2026.02.23 16:38:11.052661 [ 350 ] {} TCP-Session: 8879baf7-0215-4977-8a1a-20c182b26194 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:38:11.052673 [ 350 ] {} TCP-Session: 8879baf7-0215-4977-8a1a-20c182b26194 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:38:11.052748 [ 352 ] {9f11a763-678d-43fa-84c7-0dc33496a68c} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.02.23 16:38:11.052811 [ 352 ] {9f11a763-678d-43fa-84c7-0dc33496a68c} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.23 16:38:11.052973 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:38:11.053004 [ 287 ] {} TCP-Session: ed6a26d5-73b2-4ddb-8595-5c11bd820e60 Authenticating user 'default' from [fd00:1122:3344:101::e]:45180 2026.02.23 16:38:11.053022 [ 287 ] {} TCP-Session: ed6a26d5-73b2-4ddb-8595-5c11bd820e60 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:38:11.053038 [ 287 ] {} TCP-Session: ed6a26d5-73b2-4ddb-8595-5c11bd820e60 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:38:11.053106 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:38:11.053120 [ 352 ] {9f11a763-678d-43fa-84c7-0dc33496a68c} oximeter.version (5b0048b8-9e05-4abf-ab1d-311c7f35e206) (SelectExecutor): Key condition: unknown 2026.02.23 16:38:11.053145 [ 291 ] {} TCP-Session: 12b600a2-25ce-46da-b259-75f2aec3532b Authenticating user 'default' from [fd00:1122:3344:101::e]:58612 2026.02.23 16:38:11.053168 [ 291 ] {} TCP-Session: 12b600a2-25ce-46da-b259-75f2aec3532b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:38:11.053186 [ 291 ] {} TCP-Session: 12b600a2-25ce-46da-b259-75f2aec3532b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:38:11.053520 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:38:11.053558 [ 289 ] {} TCP-Session: d3e73bea-87bf-4312-b888-86220796aa6e Authenticating user 'default' from [fd00:1122:3344:101::e]:35679 2026.02.23 16:38:11.053576 [ 289 ] {} TCP-Session: d3e73bea-87bf-4312-b888-86220796aa6e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:38:11.053588 [ 289 ] {} TCP-Session: d3e73bea-87bf-4312-b888-86220796aa6e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:38:11.053640 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:38:11.053682 [ 290 ] {} TCP-Session: fe61621e-ad85-4e5a-bb71-1f43e1f9abc1 Authenticating user 'default' from [fd00:1122:3344:101::e]:42500 2026.02.23 16:38:11.053701 [ 290 ] {} TCP-Session: fe61621e-ad85-4e5a-bb71-1f43e1f9abc1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:38:11.053714 [ 290 ] {} TCP-Session: fe61621e-ad85-4e5a-bb71-1f43e1f9abc1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:38:11.054146 [ 331 ] {9f11a763-678d-43fa-84c7-0dc33496a68c} AggregatingTransform: Aggregating 2026.02.23 16:38:11.054189 [ 331 ] {9f11a763-678d-43fa-84c7-0dc33496a68c} Aggregator: Aggregation method: without_key 2026.02.23 16:38:11.054222 [ 331 ] {9f11a763-678d-43fa-84c7-0dc33496a68c} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.0009844 sec. (1015.847 rows/sec., 39.68 KiB/sec.) 2026.02.23 16:38:11.054240 [ 331 ] {9f11a763-678d-43fa-84c7-0dc33496a68c} Aggregator: Merging aggregated data 2026.02.23 16:38:11.055617 [ 352 ] {9f11a763-678d-43fa-84c7-0dc33496a68c} executeQuery: Read 1 rows, 40.00 B in 0.003247 sec., 307.9765937788728 rows/sec., 12.03 KiB/sec. 2026.02.23 16:38:11.055761 [ 352 ] {9f11a763-678d-43fa-84c7-0dc33496a68c} TCPHandler: Processed in 0.003674855 sec. 2026.02.23 16:38:11.055875 [ 352 ] {} TCPHandler: Done processing connection. 2026.02.23 16:38:11.055910 [ 350 ] {} TCPHandler: Done processing connection. 2026.02.23 16:38:11.055929 [ 353 ] {} TCPHandler: Done processing connection. 2026.02.23 16:38:11.055949 [ 287 ] {} TCPHandler: Done processing connection. 2026.02.23 16:38:11.055958 [ 350 ] {} TCP-Session: 8879baf7-0215-4977-8a1a-20c182b26194 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:38:11.055966 [ 354 ] {} TCPHandler: Done processing connection. 2026.02.23 16:38:11.055999 [ 290 ] {} TCPHandler: Done processing connection. 2026.02.23 16:38:11.056018 [ 289 ] {} TCPHandler: Done processing connection. 2026.02.23 16:38:11.056051 [ 354 ] {} TCP-Session: a597ee82-54c6-4bef-ab32-4f3c421a9d19 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:38:11.056059 [ 290 ] {} TCP-Session: fe61621e-ad85-4e5a-bb71-1f43e1f9abc1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:38:11.056089 [ 289 ] {} TCP-Session: d3e73bea-87bf-4312-b888-86220796aa6e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:38:11.055986 [ 355 ] {} TCPHandler: Done processing connection. 2026.02.23 16:38:11.055982 [ 353 ] {} TCP-Session: eb09c58b-6d6b-4600-816b-23294f669d46 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:38:11.055915 [ 352 ] {} TCP-Session: 9a4cbfc6-dea3-4fe3-89e1-aac4af9ff245 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:38:11.056172 [ 355 ] {} TCP-Session: f6a5b2e0-756b-4a9d-84e3-d858ff82b989 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:38:11.056048 [ 291 ] {} TCPHandler: Done processing connection. 2026.02.23 16:38:11.055998 [ 287 ] {} TCP-Session: ed6a26d5-73b2-4ddb-8595-5c11bd820e60 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:38:11.056259 [ 291 ] {} TCP-Session: 12b600a2-25ce-46da-b259-75f2aec3532b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:38:11.261046 [ 352 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34034 2026.02.23 16:38:11.261196 [ 352 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:38:11.261242 [ 352 ] {} TCP-Session: 9dd04eb8-8d8c-4c14-b07f-87f4b998e790 Authenticating user 'default' from [fd00:1122:3344:101::e]:34034 2026.02.23 16:38:11.261274 [ 352 ] {} TCP-Session: 9dd04eb8-8d8c-4c14-b07f-87f4b998e790 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:38:11.261287 [ 352 ] {} TCP-Session: 9dd04eb8-8d8c-4c14-b07f-87f4b998e790 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:38:11.261501 [ 353 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39431 2026.02.23 16:38:11.261516 [ 355 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35675 2026.02.23 16:38:11.261553 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54432 2026.02.23 16:38:11.261585 [ 352 ] {} TCP-Session: 9dd04eb8-8d8c-4c14-b07f-87f4b998e790 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:38:11.261570 [ 350 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35718 2026.02.23 16:38:11.261628 [ 353 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:38:11.261647 [ 355 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:38:11.261542 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37338 2026.02.23 16:38:11.261688 [ 353 ] {} TCP-Session: ee2d938d-5bdc-47e5-bf91-f9dcbb3f94e2 Authenticating user 'default' from [fd00:1122:3344:101::e]:39431 2026.02.23 16:38:11.261696 [ 350 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:38:11.261740 [ 353 ] {} TCP-Session: ee2d938d-5bdc-47e5-bf91-f9dcbb3f94e2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:38:11.261751 [ 350 ] {} TCP-Session: 6daae7d7-fbc7-432e-8140-0c0d3ff1d934 Authenticating user 'default' from [fd00:1122:3344:101::e]:35718 2026.02.23 16:38:11.261770 [ 353 ] {} TCP-Session: ee2d938d-5bdc-47e5-bf91-f9dcbb3f94e2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:38:11.261776 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:38:11.261789 [ 350 ] {} TCP-Session: 6daae7d7-fbc7-432e-8140-0c0d3ff1d934 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:38:11.261818 [ 289 ] {} TCP-Session: 106fa53f-3074-4646-8226-1d7c0436abaa Authenticating user 'default' from [fd00:1122:3344:101::e]:37338 2026.02.23 16:38:11.261828 [ 350 ] {} TCP-Session: 6daae7d7-fbc7-432e-8140-0c0d3ff1d934 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:38:11.261843 [ 289 ] {} TCP-Session: 106fa53f-3074-4646-8226-1d7c0436abaa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:38:11.261774 [ 352 ] {c58c1085-95bb-479e-ad96-3dc5bd653ac4} executeQuery: (from [fd00:1122:3344:101::e]:34034) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.02.23 16:38:11.261878 [ 289 ] {} TCP-Session: 106fa53f-3074-4646-8226-1d7c0436abaa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:38:11.261685 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:38:11.261512 [ 354 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33798 2026.02.23 16:38:11.261698 [ 355 ] {} TCP-Session: 477c221b-8fe1-448e-8fed-4ea0423b65fd Authenticating user 'default' from [fd00:1122:3344:101::e]:35675 2026.02.23 16:38:11.261977 [ 290 ] {} TCP-Session: 49ee17f5-d384-4c33-881c-eeeec2f3722e Authenticating user 'default' from [fd00:1122:3344:101::e]:54432 2026.02.23 16:38:11.262000 [ 355 ] {} TCP-Session: 477c221b-8fe1-448e-8fed-4ea0423b65fd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:38:11.261561 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34250 2026.02.23 16:38:11.262025 [ 355 ] {} TCP-Session: 477c221b-8fe1-448e-8fed-4ea0423b65fd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:38:11.262025 [ 354 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:38:11.262022 [ 290 ] {} TCP-Session: 49ee17f5-d384-4c33-881c-eeeec2f3722e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:38:11.262090 [ 354 ] {} TCP-Session: fd06d46b-069f-4183-89e3-6593719f6eeb Authenticating user 'default' from [fd00:1122:3344:101::e]:33798 2026.02.23 16:38:11.262100 [ 290 ] {} TCP-Session: 49ee17f5-d384-4c33-881c-eeeec2f3722e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:38:11.262103 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:38:11.262114 [ 354 ] {} TCP-Session: fd06d46b-069f-4183-89e3-6593719f6eeb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:38:11.262137 [ 291 ] {} TCP-Session: a0d02c06-52c4-4354-aa4b-ef9795b54b26 Authenticating user 'default' from [fd00:1122:3344:101::e]:34250 2026.02.23 16:38:11.262147 [ 352 ] {c58c1085-95bb-479e-ad96-3dc5bd653ac4} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.02.23 16:38:11.262161 [ 291 ] {} TCP-Session: a0d02c06-52c4-4354-aa4b-ef9795b54b26 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:38:11.262145 [ 354 ] {} TCP-Session: fd06d46b-069f-4183-89e3-6593719f6eeb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:38:11.262184 [ 291 ] {} TCP-Session: a0d02c06-52c4-4354-aa4b-ef9795b54b26 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:38:11.262202 [ 352 ] {c58c1085-95bb-479e-ad96-3dc5bd653ac4} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.23 16:38:11.261527 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48746 2026.02.23 16:38:11.262299 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:38:11.262321 [ 287 ] {} TCP-Session: e378594c-92e2-423e-939d-a2e3d81e633c Authenticating user 'default' from [fd00:1122:3344:101::e]:48746 2026.02.23 16:38:11.262336 [ 287 ] {} TCP-Session: e378594c-92e2-423e-939d-a2e3d81e633c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:38:11.262348 [ 287 ] {} TCP-Session: e378594c-92e2-423e-939d-a2e3d81e633c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:38:11.262491 [ 352 ] {c58c1085-95bb-479e-ad96-3dc5bd653ac4} oximeter.version (5b0048b8-9e05-4abf-ab1d-311c7f35e206) (SelectExecutor): Key condition: unknown 2026.02.23 16:38:11.263389 [ 321 ] {c58c1085-95bb-479e-ad96-3dc5bd653ac4} AggregatingTransform: Aggregating 2026.02.23 16:38:11.263445 [ 321 ] {c58c1085-95bb-479e-ad96-3dc5bd653ac4} Aggregator: Aggregation method: without_key 2026.02.23 16:38:11.263481 [ 321 ] {c58c1085-95bb-479e-ad96-3dc5bd653ac4} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000890538 sec. (1122.917 rows/sec., 43.86 KiB/sec.) 2026.02.23 16:38:11.263501 [ 321 ] {c58c1085-95bb-479e-ad96-3dc5bd653ac4} Aggregator: Merging aggregated data 2026.02.23 16:38:11.264943 [ 352 ] {c58c1085-95bb-479e-ad96-3dc5bd653ac4} executeQuery: Read 1 rows, 40.00 B in 0.003228 sec., 309.7893432465923 rows/sec., 12.10 KiB/sec. 2026.02.23 16:38:11.265070 [ 352 ] {c58c1085-95bb-479e-ad96-3dc5bd653ac4} TCPHandler: Processed in 0.003601664 sec. 2026.02.23 16:38:11.265194 [ 352 ] {} TCPHandler: Done processing connection. 2026.02.23 16:38:11.265219 [ 354 ] {} TCPHandler: Done processing connection. 2026.02.23 16:38:11.265226 [ 352 ] {} TCP-Session: 9dd04eb8-8d8c-4c14-b07f-87f4b998e790 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:38:11.265238 [ 353 ] {} TCPHandler: Done processing connection. 2026.02.23 16:38:11.265265 [ 354 ] {} TCP-Session: fd06d46b-069f-4183-89e3-6593719f6eeb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:38:11.265272 [ 287 ] {} TCPHandler: Done processing connection. 2026.02.23 16:38:11.265293 [ 355 ] {} TCPHandler: Done processing connection. 2026.02.23 16:38:11.265329 [ 289 ] {} TCPHandler: Done processing connection. 2026.02.23 16:38:11.265333 [ 287 ] {} TCP-Session: e378594c-92e2-423e-939d-a2e3d81e633c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:38:11.265350 [ 291 ] {} TCPHandler: Done processing connection. 2026.02.23 16:38:11.265360 [ 355 ] {} TCP-Session: 477c221b-8fe1-448e-8fed-4ea0423b65fd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:38:11.265403 [ 291 ] {} TCP-Session: a0d02c06-52c4-4354-aa4b-ef9795b54b26 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:38:11.265375 [ 289 ] {} TCP-Session: 106fa53f-3074-4646-8226-1d7c0436abaa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:38:11.265310 [ 350 ] {} TCPHandler: Done processing connection. 2026.02.23 16:38:11.265304 [ 353 ] {} TCP-Session: ee2d938d-5bdc-47e5-bf91-f9dcbb3f94e2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:38:11.265485 [ 350 ] {} TCP-Session: 6daae7d7-fbc7-432e-8140-0c0d3ff1d934 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:38:11.265258 [ 290 ] {} TCPHandler: Done processing connection. 2026.02.23 16:38:11.265554 [ 290 ] {} TCP-Session: 49ee17f5-d384-4c33-881c-eeeec2f3722e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:38:12.572013 [ 107 ] {} DNSResolver: Updating DNS cache 2026.02.23 16:38:12.572069 [ 107 ] {} DNSResolver: Updated DNS cache 2026.02.23 16:38:12.726257 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 26872 2026.02.23 16:38:12.726832 [ 244 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:38:12.726887 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. 2026.02.23 16:38:12.727425 [ 244 ] {} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2026.02.23 16:38:12.727663 [ 244 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:38:12.727814 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 26872 2026.02.23 16:38:12.727857 [ 107 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2026.02.23 16:38:12.727941 [ 107 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:38:12.727975 [ 107 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. 2026.02.23 16:38:12.728115 [ 199 ] {e006da4c-49b0-4d27-967a-f293ec4e8bf5::all_1_56_11} MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full 2026.02.23 16:38:12.728291 [ 199 ] {e006da4c-49b0-4d27-967a-f293ec4e8bf5::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:38:12.728342 [ 199 ] {e006da4c-49b0-4d27-967a-f293ec4e8bf5::all_1_56_11} MergeTreeSequentialSource: Reading 4 marks from part all_1_51_10, total 24504 rows starting from the beginning of the part 2026.02.23 16:38:12.728416 [ 199 ] {e006da4c-49b0-4d27-967a-f293ec4e8bf5::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 448 rows starting from the beginning of the part 2026.02.23 16:38:12.728466 [ 199 ] {e006da4c-49b0-4d27-967a-f293ec4e8bf5::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 512 rows starting from the beginning of the part 2026.02.23 16:38:12.728513 [ 199 ] {e006da4c-49b0-4d27-967a-f293ec4e8bf5::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 448 rows starting from the beginning of the part 2026.02.23 16:38:12.728557 [ 199 ] {e006da4c-49b0-4d27-967a-f293ec4e8bf5::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 512 rows starting from the beginning of the part 2026.02.23 16:38:12.728600 [ 199 ] {e006da4c-49b0-4d27-967a-f293ec4e8bf5::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 448 rows starting from the beginning of the part 2026.02.23 16:38:12.731066 [ 193 ] {e006da4c-49b0-4d27-967a-f293ec4e8bf5::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 26872 rows, containing 4 columns (4 merged, 0 gathered) in 0.003006362 sec., 8938378.01302704 rows/sec., 127.86 MiB/sec. 2026.02.23 16:38:12.731411 [ 186 ] {e006da4c-49b0-4d27-967a-f293ec4e8bf5::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2026.02.23 16:38:12.731785 [ 186 ] {e006da4c-49b0-4d27-967a-f293ec4e8bf5::all_1_56_11} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:38:12.731878 [ 186 ] {e006da4c-49b0-4d27-967a-f293ec4e8bf5::all_1_56_11} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2026.02.23 16:38:12.732001 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.74 MiB. 2026.02.23 16:38:12.808718 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1458 2026.02.23 16:38:12.811075 [ 242 ] {} system.query_log (b83b341e-dbaf-448e-9582-20b3e6cd291d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:38:12.811121 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. 2026.02.23 16:38:12.812338 [ 242 ] {} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2026.02.23 16:38:12.812608 [ 242 ] {} system.query_log (b83b341e-dbaf-448e-9582-20b3e6cd291d): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:38:12.812761 [ 107 ] {} system.query_log (b83b341e-dbaf-448e-9582-20b3e6cd291d) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2026.02.23 16:38:12.812804 [ 107 ] {} system.query_log (b83b341e-dbaf-448e-9582-20b3e6cd291d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:38:12.812824 [ 107 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. 2026.02.23 16:38:12.812899 [ 199 ] {b83b341e-dbaf-448e-9582-20b3e6cd291d::all_1_41_8} MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full 2026.02.23 16:38:12.812980 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1458 2026.02.23 16:38:12.813378 [ 199 ] {b83b341e-dbaf-448e-9582-20b3e6cd291d::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:38:12.813514 [ 199 ] {b83b341e-dbaf-448e-9582-20b3e6cd291d::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1322 rows starting from the beginning of the part 2026.02.23 16:38:12.813875 [ 199 ] {b83b341e-dbaf-448e-9582-20b3e6cd291d::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 24 rows starting from the beginning of the part 2026.02.23 16:38:12.814232 [ 199 ] {b83b341e-dbaf-448e-9582-20b3e6cd291d::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 26 rows starting from the beginning of the part 2026.02.23 16:38:12.814586 [ 199 ] {b83b341e-dbaf-448e-9582-20b3e6cd291d::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 32 rows starting from the beginning of the part 2026.02.23 16:38:12.814931 [ 199 ] {b83b341e-dbaf-448e-9582-20b3e6cd291d::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 24 rows starting from the beginning of the part 2026.02.23 16:38:12.815260 [ 199 ] {b83b341e-dbaf-448e-9582-20b3e6cd291d::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 30 rows starting from the beginning of the part 2026.02.23 16:38:12.822190 [ 193 ] {b83b341e-dbaf-448e-9582-20b3e6cd291d::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 1458 rows, containing 72 columns (72 merged, 0 gathered) in 0.009321922 sec., 156405.51379854928 rows/sec., 124.23 MiB/sec. 2026.02.23 16:38:12.823884 [ 202 ] {b83b341e-dbaf-448e-9582-20b3e6cd291d::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2026.02.23 16:38:12.824433 [ 202 ] {b83b341e-dbaf-448e-9582-20b3e6cd291d::all_1_41_8} system.query_log (b83b341e-dbaf-448e-9582-20b3e6cd291d): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:38:12.824506 [ 202 ] {b83b341e-dbaf-448e-9582-20b3e6cd291d::all_1_41_8} system.query_log (b83b341e-dbaf-448e-9582-20b3e6cd291d) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2026.02.23 16:38:12.824777 [ 202 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.92 MiB. 2026.02.23 16:38:14.156179 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 422 2026.02.23 16:38:14.174024 [ 243 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:38:14.174080 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. 2026.02.23 16:38:14.180469 [ 243 ] {} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2026.02.23 16:38:14.181184 [ 243 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:38:14.181456 [ 91 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2026.02.23 16:38:14.181496 [ 91 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:38:14.181519 [ 91 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. 2026.02.23 16:38:14.181641 [ 188 ] {3c5e35cc-2202-4d2d-a2da-f2d3b912fea0::all_1_56_11} MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full 2026.02.23 16:38:14.184633 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 422 2026.02.23 16:38:14.185495 [ 188 ] {3c5e35cc-2202-4d2d-a2da-f2d3b912fea0::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:38:14.187113 [ 188 ] {3c5e35cc-2202-4d2d-a2da-f2d3b912fea0::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 384 rows starting from the beginning of the part 2026.02.23 16:38:14.191860 [ 188 ] {3c5e35cc-2202-4d2d-a2da-f2d3b912fea0::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 8 rows starting from the beginning of the part 2026.02.23 16:38:14.196499 [ 188 ] {3c5e35cc-2202-4d2d-a2da-f2d3b912fea0::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 7 rows starting from the beginning of the part 2026.02.23 16:38:14.201251 [ 188 ] {3c5e35cc-2202-4d2d-a2da-f2d3b912fea0::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 8 rows starting from the beginning of the part 2026.02.23 16:38:14.204465 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:38:14.204630 [ 278 ] {ac3f79dc-e0f1-47b7-9f1b-d3d39b7be3f6} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.23 16:38:14.204693 [ 278 ] {ac3f79dc-e0f1-47b7-9f1b-d3d39b7be3f6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.23 16:38:14.205331 [ 278 ] {ac3f79dc-e0f1-47b7-9f1b-d3d39b7be3f6} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:38:14.205367 [ 278 ] {ac3f79dc-e0f1-47b7-9f1b-d3d39b7be3f6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. 2026.02.23 16:38:14.205696 [ 278 ] {ac3f79dc-e0f1-47b7-9f1b-d3d39b7be3f6} MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) 2026.02.23 16:38:14.205938 [ 278 ] {ac3f79dc-e0f1-47b7-9f1b-d3d39b7be3f6} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:38:14.206056 [ 91 ] {} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 2026.02.23 16:38:14.206075 [ 278 ] {ac3f79dc-e0f1-47b7-9f1b-d3d39b7be3f6} executeQuery: Read 76 rows, 6.41 KiB in 0.001491 sec., 50972.50167672703 rows/sec., 4.20 MiB/sec. 2026.02.23 16:38:14.206089 [ 91 ] {} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:38:14.206109 [ 91 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. 2026.02.23 16:38:14.206116 [ 278 ] {ac3f79dc-e0f1-47b7-9f1b-d3d39b7be3f6} TCPHandler: Processed in 0.001777686 sec. 2026.02.23 16:38:14.206234 [ 202 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_81_16} MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full 2026.02.23 16:38:14.206244 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:38:14.206379 [ 278 ] {5b47e040-7c9a-4539-9e68-c16d1f2018a2} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.23 16:38:14.206386 [ 202 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_81_16} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:38:14.206424 [ 278 ] {5b47e040-7c9a-4539-9e68-c16d1f2018a2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.23 16:38:14.206434 [ 202 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 2152 rows starting from the beginning of the part 2026.02.23 16:38:14.206513 [ 202 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 76 rows starting from the beginning of the part 2026.02.23 16:38:14.206560 [ 202 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 120 rows starting from the beginning of the part 2026.02.23 16:38:14.206559 [ 188 ] {3c5e35cc-2202-4d2d-a2da-f2d3b912fea0::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 8 rows starting from the beginning of the part 2026.02.23 16:38:14.206605 [ 202 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 78 rows starting from the beginning of the part 2026.02.23 16:38:14.206655 [ 202 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 120 rows starting from the beginning of the part 2026.02.23 16:38:14.206696 [ 202 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 76 rows starting from the beginning of the part 2026.02.23 16:38:14.206851 [ 278 ] {5b47e040-7c9a-4539-9e68-c16d1f2018a2} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:38:14.206893 [ 278 ] {5b47e040-7c9a-4539-9e68-c16d1f2018a2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. 2026.02.23 16:38:14.207209 [ 278 ] {5b47e040-7c9a-4539-9e68-c16d1f2018a2} MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) 2026.02.23 16:38:14.207426 [ 278 ] {5b47e040-7c9a-4539-9e68-c16d1f2018a2} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:38:14.207562 [ 278 ] {5b47e040-7c9a-4539-9e68-c16d1f2018a2} executeQuery: Read 10 rows, 770.00 B in 0.001201 sec., 8326.39467110741 rows/sec., 626.11 KiB/sec. 2026.02.23 16:38:14.207601 [ 278 ] {5b47e040-7c9a-4539-9e68-c16d1f2018a2} TCPHandler: Processed in 0.001408609 sec. 2026.02.23 16:38:14.207713 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:38:14.207807 [ 278 ] {d3017cf4-1d0d-4521-9b02-4008be27765f} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.23 16:38:14.207847 [ 278 ] {d3017cf4-1d0d-4521-9b02-4008be27765f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.23 16:38:14.208053 [ 202 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_81_16} MergeTask::MergeProjectionsStage: Merge sorted 2622 rows, containing 5 columns (5 merged, 0 gathered) in 0.001882019 sec., 1393184.6596660288 rows/sec., 120.22 MiB/sec. 2026.02.23 16:38:14.208283 [ 278 ] {d3017cf4-1d0d-4521-9b02-4008be27765f} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:38:14.208325 [ 278 ] {d3017cf4-1d0d-4521-9b02-4008be27765f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. 2026.02.23 16:38:14.208351 [ 196 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_81_16} MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) 2026.02.23 16:38:14.208670 [ 278 ] {d3017cf4-1d0d-4521-9b02-4008be27765f} MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) 2026.02.23 16:38:14.208682 [ 196 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_81_16} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:38:14.208792 [ 196 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_81_16} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 2026.02.23 16:38:14.208911 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB. 2026.02.23 16:38:14.208911 [ 278 ] {d3017cf4-1d0d-4521-9b02-4008be27765f} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:38:14.209041 [ 91 ] {} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 2026.02.23 16:38:14.209065 [ 278 ] {d3017cf4-1d0d-4521-9b02-4008be27765f} executeQuery: Read 74 rows, 5.92 KiB in 0.001276 sec., 57993.73040752351 rows/sec., 4.53 MiB/sec. 2026.02.23 16:38:14.209069 [ 91 ] {} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:38:14.209096 [ 91 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. 2026.02.23 16:38:14.209105 [ 278 ] {d3017cf4-1d0d-4521-9b02-4008be27765f} TCPHandler: Processed in 0.00144105 sec. 2026.02.23 16:38:14.209169 [ 187 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_81_16} MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full 2026.02.23 16:38:14.209229 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:38:14.209254 [ 187 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_81_16} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:38:14.209284 [ 187 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 1062 rows starting from the beginning of the part 2026.02.23 16:38:14.209323 [ 278 ] {df9b59aa-e10a-4243-9d91-6ca78c92c843} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.23 16:38:14.209339 [ 187 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 74 rows starting from the beginning of the part 2026.02.23 16:38:14.209367 [ 278 ] {df9b59aa-e10a-4243-9d91-6ca78c92c843} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.23 16:38:14.209383 [ 187 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 96 rows starting from the beginning of the part 2026.02.23 16:38:14.209422 [ 187 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 78 rows starting from the beginning of the part 2026.02.23 16:38:14.209461 [ 187 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 96 rows starting from the beginning of the part 2026.02.23 16:38:14.209499 [ 187 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 74 rows starting from the beginning of the part 2026.02.23 16:38:14.209787 [ 278 ] {df9b59aa-e10a-4243-9d91-6ca78c92c843} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:38:14.209821 [ 278 ] {df9b59aa-e10a-4243-9d91-6ca78c92c843} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. 2026.02.23 16:38:14.210146 [ 278 ] {df9b59aa-e10a-4243-9d91-6ca78c92c843} MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) 2026.02.23 16:38:14.210353 [ 278 ] {df9b59aa-e10a-4243-9d91-6ca78c92c843} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:38:14.210454 [ 91 ] {} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 2026.02.23 16:38:14.210469 [ 196 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_81_16} MergeTask::MergeProjectionsStage: Merge sorted 1480 rows, containing 5 columns (5 merged, 0 gathered) in 0.001335087 sec., 1108541.9901474586 rows/sec., 86.59 MiB/sec. 2026.02.23 16:38:14.210481 [ 278 ] {df9b59aa-e10a-4243-9d91-6ca78c92c843} executeQuery: Read 160 rows, 11.41 KiB in 0.001177 sec., 135938.82752761256 rows/sec., 9.47 MiB/sec. 2026.02.23 16:38:14.210484 [ 91 ] {} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:38:14.210530 [ 91 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. 2026.02.23 16:38:14.210533 [ 278 ] {df9b59aa-e10a-4243-9d91-6ca78c92c843} TCPHandler: Processed in 0.001354019 sec. 2026.02.23 16:38:14.210600 [ 188 ] {3c5e35cc-2202-4d2d-a2da-f2d3b912fea0::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 7 rows starting from the beginning of the part 2026.02.23 16:38:14.210630 [ 187 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_81_16} MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) 2026.02.23 16:38:14.210641 [ 198 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_81_16} MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full 2026.02.23 16:38:14.210648 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:38:14.210769 [ 198 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_81_16} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:38:14.210777 [ 278 ] {727b63c6-ee45-4026-972f-8e509801df7e} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.23 16:38:14.210811 [ 198 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_81_16} MergeTreeSequentialSource: Reading 4 marks from part all_1_76_15, total 23461 rows starting from the beginning of the part 2026.02.23 16:38:14.210847 [ 278 ] {727b63c6-ee45-4026-972f-8e509801df7e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.23 16:38:14.210874 [ 198 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 160 rows starting from the beginning of the part 2026.02.23 16:38:14.210880 [ 187 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_81_16} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:38:14.210929 [ 198 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 160 rows starting from the beginning of the part 2026.02.23 16:38:14.210963 [ 187 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_81_16} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 2026.02.23 16:38:14.210980 [ 198 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 162 rows starting from the beginning of the part 2026.02.23 16:38:14.211027 [ 198 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 160 rows starting from the beginning of the part 2026.02.23 16:38:14.211031 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. 2026.02.23 16:38:14.211073 [ 198 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 160 rows starting from the beginning of the part 2026.02.23 16:38:14.211619 [ 278 ] {727b63c6-ee45-4026-972f-8e509801df7e} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:38:14.211659 [ 278 ] {727b63c6-ee45-4026-972f-8e509801df7e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. 2026.02.23 16:38:14.212214 [ 278 ] {727b63c6-ee45-4026-972f-8e509801df7e} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2026.02.23 16:38:14.212447 [ 278 ] {727b63c6-ee45-4026-972f-8e509801df7e} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:38:14.212594 [ 278 ] {727b63c6-ee45-4026-972f-8e509801df7e} executeQuery: Read 10 rows, 18.35 KiB in 0.001834 sec., 5452.562704471102 rows/sec., 9.77 MiB/sec. 2026.02.23 16:38:14.212649 [ 278 ] {727b63c6-ee45-4026-972f-8e509801df7e} TCPHandler: Processed in 0.002049932 sec. 2026.02.23 16:38:14.212759 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:38:14.212855 [ 278 ] {7c2c20e5-d89c-4efa-a246-bfb5c37f250a} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.23 16:38:14.212897 [ 278 ] {7c2c20e5-d89c-4efa-a246-bfb5c37f250a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.23 16:38:14.213247 [ 278 ] {7c2c20e5-d89c-4efa-a246-bfb5c37f250a} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:38:14.213284 [ 278 ] {7c2c20e5-d89c-4efa-a246-bfb5c37f250a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. 2026.02.23 16:38:14.213595 [ 278 ] {7c2c20e5-d89c-4efa-a246-bfb5c37f250a} MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) 2026.02.23 16:38:14.213805 [ 278 ] {7c2c20e5-d89c-4efa-a246-bfb5c37f250a} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:38:14.213909 [ 91 ] {} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 2026.02.23 16:38:14.213935 [ 91 ] {} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:38:14.213938 [ 278 ] {7c2c20e5-d89c-4efa-a246-bfb5c37f250a} executeQuery: Read 60 rows, 4.14 KiB in 0.0011 sec., 54545.454545454544 rows/sec., 3.68 MiB/sec. 2026.02.23 16:38:14.213952 [ 91 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. 2026.02.23 16:38:14.213978 [ 278 ] {7c2c20e5-d89c-4efa-a246-bfb5c37f250a} TCPHandler: Processed in 0.001269296 sec. 2026.02.23 16:38:14.214033 [ 196 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_81_16} MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full 2026.02.23 16:38:14.214141 [ 196 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_81_16} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:38:14.214168 [ 196 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 4500 rows starting from the beginning of the part 2026.02.23 16:38:14.214214 [ 196 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 60 rows starting from the beginning of the part 2026.02.23 16:38:14.214255 [ 196 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 60 rows starting from the beginning of the part 2026.02.23 16:38:14.214291 [ 196 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 60 rows starting from the beginning of the part 2026.02.23 16:38:14.214327 [ 196 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 60 rows starting from the beginning of the part 2026.02.23 16:38:14.214363 [ 196 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 60 rows starting from the beginning of the part 2026.02.23 16:38:14.215968 [ 192 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_81_16} MergeTask::MergeProjectionsStage: Merge sorted 24263 rows, containing 5 columns (5 merged, 0 gathered) in 0.00536965 sec., 4518544.039183187 rows/sec., 308.29 MiB/sec. 2026.02.23 16:38:14.216117 [ 200 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_81_16} MergeTask::MergeProjectionsStage: Merge sorted 4800 rows, containing 4 columns (4 merged, 0 gathered) in 0.002118533 sec., 2265718.77804122 rows/sec., 149.52 MiB/sec. 2026.02.23 16:38:14.216449 [ 192 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_81_16} MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) 2026.02.23 16:38:14.216548 [ 187 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_81_16} MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) 2026.02.23 16:38:14.216843 [ 192 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_81_16} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:38:14.216872 [ 187 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_81_16} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:38:14.216938 [ 192 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_81_16} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 2026.02.23 16:38:14.216951 [ 187 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_81_16} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 2026.02.23 16:38:14.217029 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.11 MiB. 2026.02.23 16:38:14.217086 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.28 MiB. 2026.02.23 16:38:14.264308 [ 187 ] {3c5e35cc-2202-4d2d-a2da-f2d3b912fea0::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 422 rows, containing 679 columns (679 merged, 0 gathered) in 0.082728931 sec., 5100.99665134075 rows/sec., 26.38 MiB/sec. 2026.02.23 16:38:14.266316 [ 196 ] {3c5e35cc-2202-4d2d-a2da-f2d3b912fea0::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2026.02.23 16:38:14.268120 [ 196 ] {3c5e35cc-2202-4d2d-a2da-f2d3b912fea0::all_1_56_11} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:38:14.268209 [ 196 ] {3c5e35cc-2202-4d2d-a2da-f2d3b912fea0::all_1_56_11} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2026.02.23 16:38:14.269862 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB. 2026.02.23 16:38:19.235331 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:38:19.235554 [ 278 ] {81660c23-858e-4c1c-ab02-867804693fec} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.02.23 16:38:19.235634 [ 278 ] {81660c23-858e-4c1c-ab02-867804693fec} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.02.23 16:38:19.236341 [ 278 ] {81660c23-858e-4c1c-ab02-867804693fec} oximeter.fields_ipaddr (aca7842a-9245-4e3c-8c67-e3828bf88048): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:38:19.236396 [ 278 ] {81660c23-858e-4c1c-ab02-867804693fec} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. 2026.02.23 16:38:19.236789 [ 278 ] {81660c23-858e-4c1c-ab02-867804693fec} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.02.23 16:38:19.237030 [ 278 ] {81660c23-858e-4c1c-ab02-867804693fec} oximeter.fields_ipaddr (aca7842a-9245-4e3c-8c67-e3828bf88048): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:38:19.237202 [ 278 ] {81660c23-858e-4c1c-ab02-867804693fec} executeQuery: Read 6 rows, 501.00 B in 0.001701 sec., 3527.336860670194 rows/sec., 287.63 KiB/sec. 2026.02.23 16:38:19.237256 [ 278 ] {81660c23-858e-4c1c-ab02-867804693fec} TCPHandler: Processed in 0.002068533 sec. 2026.02.23 16:38:19.237382 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:38:19.237487 [ 278 ] {a250b457-2363-43e9-89c6-5796233bd7b2} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.23 16:38:19.237530 [ 278 ] {a250b457-2363-43e9-89c6-5796233bd7b2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.23 16:38:19.238606 [ 278 ] {a250b457-2363-43e9-89c6-5796233bd7b2} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:38:19.238647 [ 278 ] {a250b457-2363-43e9-89c6-5796233bd7b2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. 2026.02.23 16:38:19.239044 [ 278 ] {a250b457-2363-43e9-89c6-5796233bd7b2} MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) 2026.02.23 16:38:19.239253 [ 278 ] {a250b457-2363-43e9-89c6-5796233bd7b2} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:38:19.239388 [ 278 ] {a250b457-2363-43e9-89c6-5796233bd7b2} executeQuery: Read 1264 rows, 107.35 KiB in 0.001924 sec., 656964.656964657 rows/sec., 54.49 MiB/sec. 2026.02.23 16:38:19.239429 [ 278 ] {a250b457-2363-43e9-89c6-5796233bd7b2} TCPHandler: Processed in 0.002100853 sec. 2026.02.23 16:38:19.239550 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:38:19.239650 [ 278 ] {4bec2a40-0820-4a86-9916-ba1b340c1f33} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.23 16:38:19.239693 [ 278 ] {4bec2a40-0820-4a86-9916-ba1b340c1f33} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.23 16:38:19.240133 [ 278 ] {4bec2a40-0820-4a86-9916-ba1b340c1f33} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:38:19.240171 [ 278 ] {4bec2a40-0820-4a86-9916-ba1b340c1f33} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. 2026.02.23 16:38:19.240468 [ 278 ] {4bec2a40-0820-4a86-9916-ba1b340c1f33} MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) 2026.02.23 16:38:19.240673 [ 278 ] {4bec2a40-0820-4a86-9916-ba1b340c1f33} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:38:19.240810 [ 278 ] {4bec2a40-0820-4a86-9916-ba1b340c1f33} executeQuery: Read 38 rows, 2.83 KiB in 0.00118 sec., 32203.389830508473 rows/sec., 2.34 MiB/sec. 2026.02.23 16:38:19.240851 [ 278 ] {4bec2a40-0820-4a86-9916-ba1b340c1f33} TCPHandler: Processed in 0.001351487 sec. 2026.02.23 16:38:19.240954 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:38:19.241051 [ 278 ] {bf7c1f0f-823a-4d53-8459-d6d39e49d616} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.02.23 16:38:19.241092 [ 278 ] {bf7c1f0f-823a-4d53-8459-d6d39e49d616} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.02.23 16:38:19.241571 [ 278 ] {bf7c1f0f-823a-4d53-8459-d6d39e49d616} oximeter.fields_u32 (3630ead0-c5da-4e23-a9d2-59d0589dc119): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:38:19.241609 [ 278 ] {bf7c1f0f-823a-4d53-8459-d6d39e49d616} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. 2026.02.23 16:38:19.241916 [ 278 ] {bf7c1f0f-823a-4d53-8459-d6d39e49d616} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.02.23 16:38:19.242121 [ 278 ] {bf7c1f0f-823a-4d53-8459-d6d39e49d616} oximeter.fields_u32 (3630ead0-c5da-4e23-a9d2-59d0589dc119): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:38:19.242249 [ 278 ] {bf7c1f0f-823a-4d53-8459-d6d39e49d616} executeQuery: Read 229 rows, 15.88 KiB in 0.001216 sec., 188322.3684210526 rows/sec., 12.75 MiB/sec. 2026.02.23 16:38:19.242290 [ 278 ] {bf7c1f0f-823a-4d53-8459-d6d39e49d616} TCPHandler: Processed in 0.001384788 sec. 2026.02.23 16:38:19.242393 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:38:19.242488 [ 278 ] {7a227fb1-942b-49b4-aec7-b88ef9d29eb4} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.23 16:38:19.242528 [ 278 ] {7a227fb1-942b-49b4-aec7-b88ef9d29eb4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.23 16:38:19.243114 [ 278 ] {7a227fb1-942b-49b4-aec7-b88ef9d29eb4} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:38:19.243153 [ 278 ] {7a227fb1-942b-49b4-aec7-b88ef9d29eb4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. 2026.02.23 16:38:19.243490 [ 278 ] {7a227fb1-942b-49b4-aec7-b88ef9d29eb4} MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) 2026.02.23 16:38:19.243698 [ 278 ] {7a227fb1-942b-49b4-aec7-b88ef9d29eb4} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:38:19.243830 [ 278 ] {7a227fb1-942b-49b4-aec7-b88ef9d29eb4} executeQuery: Read 558 rows, 42.46 KiB in 0.00136 sec., 410294.1176470588 rows/sec., 30.49 MiB/sec. 2026.02.23 16:38:19.243870 [ 278 ] {7a227fb1-942b-49b4-aec7-b88ef9d29eb4} TCPHandler: Processed in 0.001525682 sec. 2026.02.23 16:38:19.243979 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:38:19.244076 [ 278 ] {b6cfb13f-0570-44a6-a6fb-e2d8feaccf15} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.23 16:38:19.244121 [ 278 ] {b6cfb13f-0570-44a6-a6fb-e2d8feaccf15} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.23 16:38:19.244688 [ 278 ] {b6cfb13f-0570-44a6-a6fb-e2d8feaccf15} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:38:19.244725 [ 278 ] {b6cfb13f-0570-44a6-a6fb-e2d8feaccf15} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. 2026.02.23 16:38:19.245097 [ 278 ] {b6cfb13f-0570-44a6-a6fb-e2d8feaccf15} MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) 2026.02.23 16:38:19.245309 [ 278 ] {b6cfb13f-0570-44a6-a6fb-e2d8feaccf15} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:38:19.245438 [ 278 ] {b6cfb13f-0570-44a6-a6fb-e2d8feaccf15} executeQuery: Read 847 rows, 58.38 KiB in 0.001381 sec., 613323.678493845 rows/sec., 41.28 MiB/sec. 2026.02.23 16:38:19.245477 [ 278 ] {b6cfb13f-0570-44a6-a6fb-e2d8feaccf15} TCPHandler: Processed in 0.001548872 sec. 2026.02.23 16:38:19.245590 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:38:19.245688 [ 278 ] {9497a465-a05b-4f05-9b8e-24ba8718f210} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.02.23 16:38:19.245732 [ 278 ] {9497a465-a05b-4f05-9b8e-24ba8718f210} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.02.23 16:38:19.246056 [ 278 ] {9497a465-a05b-4f05-9b8e-24ba8718f210} oximeter.measurements_f64 (97dc9cb4-ce5b-499b-8326-a1427ee1bb47): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:38:19.246093 [ 278 ] {9497a465-a05b-4f05-9b8e-24ba8718f210} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. 2026.02.23 16:38:19.246393 [ 278 ] {9497a465-a05b-4f05-9b8e-24ba8718f210} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.02.23 16:38:19.246601 [ 278 ] {9497a465-a05b-4f05-9b8e-24ba8718f210} oximeter.measurements_f64 (97dc9cb4-ce5b-499b-8326-a1427ee1bb47): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:38:19.246733 [ 278 ] {9497a465-a05b-4f05-9b8e-24ba8718f210} executeQuery: Read 1 rows, 65.00 B in 0.001064 sec., 939.8496240601503 rows/sec., 59.66 KiB/sec. 2026.02.23 16:38:19.246772 [ 278 ] {9497a465-a05b-4f05-9b8e-24ba8718f210} TCPHandler: Processed in 0.001231765 sec. 2026.02.23 16:38:19.246896 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:38:19.247022 [ 278 ] {c024df0c-c327-498d-abb8-52d7fc17776a} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.23 16:38:19.247100 [ 278 ] {c024df0c-c327-498d-abb8-52d7fc17776a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.23 16:38:19.247987 [ 278 ] {c024df0c-c327-498d-abb8-52d7fc17776a} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:38:19.248024 [ 278 ] {c024df0c-c327-498d-abb8-52d7fc17776a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. 2026.02.23 16:38:19.248581 [ 278 ] {c024df0c-c327-498d-abb8-52d7fc17776a} MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) 2026.02.23 16:38:19.248802 [ 278 ] {c024df0c-c327-498d-abb8-52d7fc17776a} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:38:19.248951 [ 278 ] {c024df0c-c327-498d-abb8-52d7fc17776a} executeQuery: Read 32 rows, 58.72 KiB in 0.001954 sec., 16376.663254861822 rows/sec., 29.35 MiB/sec. 2026.02.23 16:38:19.249014 [ 278 ] {c024df0c-c327-498d-abb8-52d7fc17776a} TCPHandler: Processed in 0.002179585 sec. 2026.02.23 16:38:19.249131 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:38:19.249227 [ 278 ] {4540b6e6-2bca-417a-a9ab-02bb98b097f3} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.23 16:38:19.249269 [ 278 ] {4540b6e6-2bca-417a-a9ab-02bb98b097f3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.23 16:38:19.249612 [ 278 ] {4540b6e6-2bca-417a-a9ab-02bb98b097f3} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:38:19.249649 [ 278 ] {4540b6e6-2bca-417a-a9ab-02bb98b097f3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. 2026.02.23 16:38:19.249949 [ 278 ] {4540b6e6-2bca-417a-a9ab-02bb98b097f3} MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) 2026.02.23 16:38:19.250177 [ 278 ] {4540b6e6-2bca-417a-a9ab-02bb98b097f3} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:38:19.250307 [ 278 ] {4540b6e6-2bca-417a-a9ab-02bb98b097f3} executeQuery: Read 60 rows, 4.14 KiB in 0.001099 sec., 54595.08644222021 rows/sec., 3.68 MiB/sec. 2026.02.23 16:38:19.250344 [ 278 ] {4540b6e6-2bca-417a-a9ab-02bb98b097f3} TCPHandler: Processed in 0.001263006 sec. 2026.02.23 16:38:20.227919 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 27384 2026.02.23 16:38:20.228442 [ 244 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:38:20.228492 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. 2026.02.23 16:38:20.229009 [ 244 ] {} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2026.02.23 16:38:20.229256 [ 244 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:38:20.229435 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 27384 2026.02.23 16:38:21.684692 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 430 2026.02.23 16:38:21.700756 [ 243 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:38:21.700823 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. 2026.02.23 16:38:21.706237 [ 243 ] {} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2026.02.23 16:38:21.706945 [ 243 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:38:21.710048 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 430 2026.02.23 16:38:22.813159 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1488 2026.02.23 16:38:22.815510 [ 242 ] {} system.query_log (b83b341e-dbaf-448e-9582-20b3e6cd291d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:38:22.815569 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. 2026.02.23 16:38:22.816778 [ 242 ] {} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2026.02.23 16:38:22.817086 [ 242 ] {} system.query_log (b83b341e-dbaf-448e-9582-20b3e6cd291d): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:38:22.817471 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1488 2026.02.23 16:38:24.204202 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:38:24.204382 [ 278 ] {87df998d-063a-4549-ab47-bcb522437437} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.23 16:38:24.204447 [ 278 ] {87df998d-063a-4549-ab47-bcb522437437} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.23 16:38:24.205083 [ 278 ] {87df998d-063a-4549-ab47-bcb522437437} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:38:24.205138 [ 278 ] {87df998d-063a-4549-ab47-bcb522437437} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. 2026.02.23 16:38:24.205528 [ 278 ] {87df998d-063a-4549-ab47-bcb522437437} MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) 2026.02.23 16:38:24.205741 [ 278 ] {87df998d-063a-4549-ab47-bcb522437437} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:38:24.205888 [ 278 ] {87df998d-063a-4549-ab47-bcb522437437} executeQuery: Read 76 rows, 6.41 KiB in 0.001557 sec., 48811.81759794476 rows/sec., 4.02 MiB/sec. 2026.02.23 16:38:24.205931 [ 278 ] {87df998d-063a-4549-ab47-bcb522437437} TCPHandler: Processed in 0.001857259 sec. 2026.02.23 16:38:24.206050 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:38:24.206149 [ 278 ] {15ca089a-cb9d-4e1e-9f80-d9b505dd6d28} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.23 16:38:24.206191 [ 278 ] {15ca089a-cb9d-4e1e-9f80-d9b505dd6d28} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.23 16:38:24.206582 [ 278 ] {15ca089a-cb9d-4e1e-9f80-d9b505dd6d28} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:38:24.206618 [ 278 ] {15ca089a-cb9d-4e1e-9f80-d9b505dd6d28} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. 2026.02.23 16:38:24.206898 [ 278 ] {15ca089a-cb9d-4e1e-9f80-d9b505dd6d28} MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) 2026.02.23 16:38:24.207097 [ 278 ] {15ca089a-cb9d-4e1e-9f80-d9b505dd6d28} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:38:24.207217 [ 108 ] {} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 2026.02.23 16:38:24.207223 [ 278 ] {15ca089a-cb9d-4e1e-9f80-d9b505dd6d28} executeQuery: Read 10 rows, 770.00 B in 0.001092 sec., 9157.509157509157 rows/sec., 688.60 KiB/sec. 2026.02.23 16:38:24.207287 [ 108 ] {} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:38:24.207304 [ 278 ] {15ca089a-cb9d-4e1e-9f80-d9b505dd6d28} TCPHandler: Processed in 0.001302607 sec. 2026.02.23 16:38:24.207313 [ 108 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. 2026.02.23 16:38:24.207421 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:38:24.207437 [ 197 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_81_16} MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full 2026.02.23 16:38:24.207517 [ 278 ] {ff2c8013-50a5-40a9-90c1-8815ace43c9d} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.23 16:38:24.207560 [ 278 ] {ff2c8013-50a5-40a9-90c1-8815ace43c9d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.23 16:38:24.207581 [ 197 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_81_16} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:38:24.207623 [ 197 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 216 rows starting from the beginning of the part 2026.02.23 16:38:24.207697 [ 197 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 14 rows starting from the beginning of the part 2026.02.23 16:38:24.207747 [ 197 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 32 rows starting from the beginning of the part 2026.02.23 16:38:24.207793 [ 197 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 10 rows starting from the beginning of the part 2026.02.23 16:38:24.207837 [ 197 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 38 rows starting from the beginning of the part 2026.02.23 16:38:24.207880 [ 197 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 10 rows starting from the beginning of the part 2026.02.23 16:38:24.207955 [ 278 ] {ff2c8013-50a5-40a9-90c1-8815ace43c9d} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:38:24.207995 [ 278 ] {ff2c8013-50a5-40a9-90c1-8815ace43c9d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. 2026.02.23 16:38:24.208321 [ 278 ] {ff2c8013-50a5-40a9-90c1-8815ace43c9d} MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) 2026.02.23 16:38:24.208544 [ 278 ] {ff2c8013-50a5-40a9-90c1-8815ace43c9d} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:38:24.208676 [ 278 ] {ff2c8013-50a5-40a9-90c1-8815ace43c9d} executeQuery: Read 74 rows, 5.92 KiB in 0.001177 sec., 62871.70773152081 rows/sec., 4.91 MiB/sec. 2026.02.23 16:38:24.208713 [ 278 ] {ff2c8013-50a5-40a9-90c1-8815ace43c9d} TCPHandler: Processed in 0.001339188 sec. 2026.02.23 16:38:24.208772 [ 191 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_81_16} MergeTask::MergeProjectionsStage: Merge sorted 320 rows, containing 5 columns (5 merged, 0 gathered) in 0.001389629 sec., 230277.28983779124 rows/sec., 16.22 MiB/sec. 2026.02.23 16:38:24.208820 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:38:24.208912 [ 278 ] {a352e54d-f7e0-4c6a-ab96-b52a0034a4b8} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.23 16:38:24.208930 [ 195 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_81_16} MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) 2026.02.23 16:38:24.208955 [ 278 ] {a352e54d-f7e0-4c6a-ab96-b52a0034a4b8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.23 16:38:24.209223 [ 195 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_81_16} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:38:24.209302 [ 195 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_81_16} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 2026.02.23 16:38:24.209346 [ 278 ] {a352e54d-f7e0-4c6a-ab96-b52a0034a4b8} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:38:24.209380 [ 278 ] {a352e54d-f7e0-4c6a-ab96-b52a0034a4b8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. 2026.02.23 16:38:24.209388 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. 2026.02.23 16:38:24.209698 [ 278 ] {a352e54d-f7e0-4c6a-ab96-b52a0034a4b8} MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) 2026.02.23 16:38:24.209897 [ 278 ] {a352e54d-f7e0-4c6a-ab96-b52a0034a4b8} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:38:24.210020 [ 278 ] {a352e54d-f7e0-4c6a-ab96-b52a0034a4b8} executeQuery: Read 160 rows, 11.41 KiB in 0.001126 sec., 142095.91474245116 rows/sec., 9.90 MiB/sec. 2026.02.23 16:38:24.210056 [ 278 ] {a352e54d-f7e0-4c6a-ab96-b52a0034a4b8} TCPHandler: Processed in 0.001282196 sec. 2026.02.23 16:38:24.210163 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:38:24.210254 [ 278 ] {39c41845-e0f6-4459-8f3d-ed2a1040e758} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.23 16:38:24.210306 [ 278 ] {39c41845-e0f6-4459-8f3d-ed2a1040e758} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.23 16:38:24.211032 [ 278 ] {39c41845-e0f6-4459-8f3d-ed2a1040e758} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:38:24.211068 [ 278 ] {39c41845-e0f6-4459-8f3d-ed2a1040e758} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. 2026.02.23 16:38:24.211557 [ 278 ] {39c41845-e0f6-4459-8f3d-ed2a1040e758} MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) 2026.02.23 16:38:24.211760 [ 278 ] {39c41845-e0f6-4459-8f3d-ed2a1040e758} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:38:24.211873 [ 108 ] {} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 2026.02.23 16:38:24.211892 [ 278 ] {39c41845-e0f6-4459-8f3d-ed2a1040e758} executeQuery: Read 10 rows, 18.35 KiB in 0.001656 sec., 6038.647342995169 rows/sec., 10.82 MiB/sec. 2026.02.23 16:38:24.211909 [ 108 ] {} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:38:24.211935 [ 108 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. 2026.02.23 16:38:24.211950 [ 278 ] {39c41845-e0f6-4459-8f3d-ed2a1040e758} TCPHandler: Processed in 0.001835978 sec. 2026.02.23 16:38:24.212009 [ 197 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_76_15} MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full 2026.02.23 16:38:24.212060 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:38:24.212158 [ 278 ] {91beecac-e0f9-449a-82d1-5603b8a1f82c} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.23 16:38:24.212199 [ 278 ] {91beecac-e0f9-449a-82d1-5603b8a1f82c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.23 16:38:24.212213 [ 197 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_76_15} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:38:24.212271 [ 197 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 1497 rows starting from the beginning of the part 2026.02.23 16:38:24.212393 [ 197 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 10 rows starting from the beginning of the part 2026.02.23 16:38:24.212509 [ 197 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 32 rows starting from the beginning of the part 2026.02.23 16:38:24.212526 [ 278 ] {91beecac-e0f9-449a-82d1-5603b8a1f82c} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:38:24.212566 [ 278 ] {91beecac-e0f9-449a-82d1-5603b8a1f82c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. 2026.02.23 16:38:24.212613 [ 197 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 10 rows starting from the beginning of the part 2026.02.23 16:38:24.212711 [ 197 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 32 rows starting from the beginning of the part 2026.02.23 16:38:24.212805 [ 197 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 10 rows starting from the beginning of the part 2026.02.23 16:38:24.212875 [ 278 ] {91beecac-e0f9-449a-82d1-5603b8a1f82c} MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) 2026.02.23 16:38:24.213097 [ 278 ] {91beecac-e0f9-449a-82d1-5603b8a1f82c} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:38:24.213235 [ 278 ] {91beecac-e0f9-449a-82d1-5603b8a1f82c} executeQuery: Read 60 rows, 4.14 KiB in 0.001096 sec., 54744.52554744526 rows/sec., 3.69 MiB/sec. 2026.02.23 16:38:24.213271 [ 278 ] {91beecac-e0f9-449a-82d1-5603b8a1f82c} TCPHandler: Processed in 0.001257996 sec. 2026.02.23 16:38:24.221563 [ 189 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_76_15} MergeTask::MergeProjectionsStage: Merge sorted 1591 rows, containing 19 columns (19 merged, 0 gathered) in 0.009581837 sec., 166043.31716350425 rows/sec., 297.54 MiB/sec. 2026.02.23 16:38:24.223226 [ 194 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_76_15} MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) 2026.02.23 16:38:24.223659 [ 194 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_76_15} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:38:24.223746 [ 194 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_76_15} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 2026.02.23 16:38:24.223927 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.56 MiB. 2026.02.23 16:38:25.000196 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 335.61 MiB, peak 349.15 MiB, free memory in arenas 0.00 B, will set to 341.73 MiB (RSS), difference: 6.12 MiB 2026.02.23 16:38:27.572134 [ 103 ] {} DNSResolver: Updating DNS cache 2026.02.23 16:38:27.572189 [ 103 ] {} DNSResolver: Updated DNS cache 2026.02.23 16:38:27.729615 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 27832 2026.02.23 16:38:27.730110 [ 244 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:38:27.730145 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. 2026.02.23 16:38:27.730597 [ 244 ] {} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2026.02.23 16:38:27.730812 [ 244 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:38:27.730938 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 27832 2026.02.23 16:38:29.205858 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:38:29.206043 [ 278 ] {dfde0263-4b0b-4acf-ae95-a13398d8fb97} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.23 16:38:29.206114 [ 278 ] {dfde0263-4b0b-4acf-ae95-a13398d8fb97} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.23 16:38:29.206801 [ 278 ] {dfde0263-4b0b-4acf-ae95-a13398d8fb97} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:38:29.206856 [ 278 ] {dfde0263-4b0b-4acf-ae95-a13398d8fb97} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. 2026.02.23 16:38:29.207276 [ 278 ] {dfde0263-4b0b-4acf-ae95-a13398d8fb97} MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) 2026.02.23 16:38:29.207499 [ 278 ] {dfde0263-4b0b-4acf-ae95-a13398d8fb97} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:38:29.207660 [ 278 ] {dfde0263-4b0b-4acf-ae95-a13398d8fb97} executeQuery: Read 120 rows, 10.47 KiB in 0.001666 sec., 72028.81152460985 rows/sec., 6.14 MiB/sec. 2026.02.23 16:38:29.207710 [ 278 ] {dfde0263-4b0b-4acf-ae95-a13398d8fb97} TCPHandler: Processed in 0.00198616 sec. 2026.02.23 16:38:29.207838 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:38:29.207941 [ 278 ] {81656c64-9f42-4360-adfd-6ffc5db00bd0} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.23 16:38:29.207987 [ 278 ] {81656c64-9f42-4360-adfd-6ffc5db00bd0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.23 16:38:29.208413 [ 278 ] {81656c64-9f42-4360-adfd-6ffc5db00bd0} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:38:29.208453 [ 278 ] {81656c64-9f42-4360-adfd-6ffc5db00bd0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. 2026.02.23 16:38:29.208779 [ 278 ] {81656c64-9f42-4360-adfd-6ffc5db00bd0} MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) 2026.02.23 16:38:29.208996 [ 278 ] {81656c64-9f42-4360-adfd-6ffc5db00bd0} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:38:29.209134 [ 278 ] {81656c64-9f42-4360-adfd-6ffc5db00bd0} executeQuery: Read 32 rows, 2.41 KiB in 0.001214 sec., 26359.143327841844 rows/sec., 1.94 MiB/sec. 2026.02.23 16:38:29.209173 [ 278 ] {81656c64-9f42-4360-adfd-6ffc5db00bd0} TCPHandler: Processed in 0.001389018 sec. 2026.02.23 16:38:29.209291 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:38:29.209388 [ 278 ] {1a551914-8e40-41bc-97e4-833ac3a25879} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.23 16:38:29.209430 [ 278 ] {1a551914-8e40-41bc-97e4-833ac3a25879} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.23 16:38:29.209866 [ 278 ] {1a551914-8e40-41bc-97e4-833ac3a25879} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:38:29.209904 [ 278 ] {1a551914-8e40-41bc-97e4-833ac3a25879} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. 2026.02.23 16:38:29.210142 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 437 2026.02.23 16:38:29.210250 [ 278 ] {1a551914-8e40-41bc-97e4-833ac3a25879} MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) 2026.02.23 16:38:29.210457 [ 278 ] {1a551914-8e40-41bc-97e4-833ac3a25879} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:38:29.210595 [ 278 ] {1a551914-8e40-41bc-97e4-833ac3a25879} executeQuery: Read 96 rows, 7.68 KiB in 0.001227 sec., 78239.60880195598 rows/sec., 6.11 MiB/sec. 2026.02.23 16:38:29.210641 [ 278 ] {1a551914-8e40-41bc-97e4-833ac3a25879} TCPHandler: Processed in 0.001399499 sec. 2026.02.23 16:38:29.210773 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:38:29.210871 [ 278 ] {a00c3050-ff03-4b2b-b51f-7b6057d59dd7} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.23 16:38:29.210915 [ 278 ] {a00c3050-ff03-4b2b-b51f-7b6057d59dd7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.23 16:38:29.211366 [ 278 ] {a00c3050-ff03-4b2b-b51f-7b6057d59dd7} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:38:29.211404 [ 278 ] {a00c3050-ff03-4b2b-b51f-7b6057d59dd7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. 2026.02.23 16:38:29.211743 [ 278 ] {a00c3050-ff03-4b2b-b51f-7b6057d59dd7} MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) 2026.02.23 16:38:29.211950 [ 278 ] {a00c3050-ff03-4b2b-b51f-7b6057d59dd7} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:38:29.212088 [ 278 ] {a00c3050-ff03-4b2b-b51f-7b6057d59dd7} executeQuery: Read 160 rows, 11.41 KiB in 0.001236 sec., 129449.83818770228 rows/sec., 9.02 MiB/sec. 2026.02.23 16:38:29.212129 [ 278 ] {a00c3050-ff03-4b2b-b51f-7b6057d59dd7} TCPHandler: Processed in 0.001405409 sec. 2026.02.23 16:38:29.212241 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:38:29.212336 [ 278 ] {cd671a41-8f5a-4baf-804c-f2545b9d2874} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.23 16:38:29.212390 [ 278 ] {cd671a41-8f5a-4baf-804c-f2545b9d2874} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.23 16:38:29.213183 [ 278 ] {cd671a41-8f5a-4baf-804c-f2545b9d2874} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:38:29.213221 [ 278 ] {cd671a41-8f5a-4baf-804c-f2545b9d2874} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. 2026.02.23 16:38:29.213790 [ 278 ] {cd671a41-8f5a-4baf-804c-f2545b9d2874} MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) 2026.02.23 16:38:29.214014 [ 278 ] {cd671a41-8f5a-4baf-804c-f2545b9d2874} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:38:29.214172 [ 278 ] {cd671a41-8f5a-4baf-804c-f2545b9d2874} executeQuery: Read 32 rows, 58.72 KiB in 0.001855 sec., 17250.67385444744 rows/sec., 30.91 MiB/sec. 2026.02.23 16:38:29.214247 [ 278 ] {cd671a41-8f5a-4baf-804c-f2545b9d2874} TCPHandler: Processed in 0.002054362 sec. 2026.02.23 16:38:29.214366 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:38:29.214462 [ 278 ] {ae141d9b-3504-418a-a203-01ac92d14e24} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.23 16:38:29.214505 [ 278 ] {ae141d9b-3504-418a-a203-01ac92d14e24} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.23 16:38:29.214848 [ 278 ] {ae141d9b-3504-418a-a203-01ac92d14e24} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:38:29.214884 [ 278 ] {ae141d9b-3504-418a-a203-01ac92d14e24} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. 2026.02.23 16:38:29.215192 [ 278 ] {ae141d9b-3504-418a-a203-01ac92d14e24} MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) 2026.02.23 16:38:29.215424 [ 278 ] {ae141d9b-3504-418a-a203-01ac92d14e24} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:38:29.215563 [ 278 ] {ae141d9b-3504-418a-a203-01ac92d14e24} executeQuery: Read 60 rows, 4.14 KiB in 0.001119 sec., 53619.30294906166 rows/sec., 3.61 MiB/sec. 2026.02.23 16:38:29.215603 [ 278 ] {ae141d9b-3504-418a-a203-01ac92d14e24} TCPHandler: Processed in 0.001286307 sec. 2026.02.23 16:38:29.226878 [ 243 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:38:29.226925 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. 2026.02.23 16:38:29.233018 [ 243 ] {} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2026.02.23 16:38:29.233726 [ 243 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:38:29.236892 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 437 2026.02.23 16:38:32.817757 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 1512 2026.02.23 16:38:32.820636 [ 242 ] {} system.query_log (b83b341e-dbaf-448e-9582-20b3e6cd291d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:38:32.820694 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. 2026.02.23 16:38:32.821902 [ 242 ] {} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2026.02.23 16:38:32.822187 [ 242 ] {} system.query_log (b83b341e-dbaf-448e-9582-20b3e6cd291d): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:38:32.822571 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1512 2026.02.23 16:38:34.198576 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:38:34.198854 [ 278 ] {045da342-b5ea-4501-9e5b-c25071b7972d} executeQuery: (from [fd00:1122:3344:101::d]:46070) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.02.23 16:38:34.199241 [ 278 ] {045da342-b5ea-4501-9e5b-c25071b7972d} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.02.23 16:38:34.199284 [ 278 ] {045da342-b5ea-4501-9e5b-c25071b7972d} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.02.23 16:38:34.199568 [ 278 ] {045da342-b5ea-4501-9e5b-c25071b7972d} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.23 16:38:34.199636 [ 278 ] {045da342-b5ea-4501-9e5b-c25071b7972d} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.23 16:38:34.199778 [ 278 ] {045da342-b5ea-4501-9e5b-c25071b7972d} oximeter.timeseries_schema (01d04810-3288-4eb0-b300-784d29626f91) (SelectExecutor): Key condition: (column 0 notIn 48-element set) 2026.02.23 16:38:34.199814 [ 278 ] {045da342-b5ea-4501-9e5b-c25071b7972d} oximeter.timeseries_schema (01d04810-3288-4eb0-b300-784d29626f91) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps 2026.02.23 16:38:34.199836 [ 278 ] {045da342-b5ea-4501-9e5b-c25071b7972d} oximeter.timeseries_schema (01d04810-3288-4eb0-b300-784d29626f91) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2026.02.23 16:38:34.199851 [ 278 ] {045da342-b5ea-4501-9e5b-c25071b7972d} oximeter.timeseries_schema (01d04810-3288-4eb0-b300-784d29626f91) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.02.23 16:38:34.199892 [ 278 ] {045da342-b5ea-4501-9e5b-c25071b7972d} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.02.23 16:38:34.199913 [ 278 ] {045da342-b5ea-4501-9e5b-c25071b7972d} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 48 rows starting from 0 2026.02.23 16:38:34.200801 [ 278 ] {045da342-b5ea-4501-9e5b-c25071b7972d} executeQuery: Read 48 rows, 1.91 KiB in 0.002074 sec., 23143.683702989394 rows/sec., 919.59 KiB/sec. 2026.02.23 16:38:34.200908 [ 278 ] {045da342-b5ea-4501-9e5b-c25071b7972d} TCPHandler: Processed in 0.002473201 sec. 2026.02.23 16:38:34.207307 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:38:34.207418 [ 278 ] {7f5a02cb-1f27-46f3-a107-673c2b97b854} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2026.02.23 16:38:34.207461 [ 278 ] {7f5a02cb-1f27-46f3-a107-673c2b97b854} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.23 16:38:34.207970 [ 278 ] {7f5a02cb-1f27-46f3-a107-673c2b97b854} oximeter.timeseries_schema (01d04810-3288-4eb0-b300-784d29626f91): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:38:34.208015 [ 278 ] {7f5a02cb-1f27-46f3-a107-673c2b97b854} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. 2026.02.23 16:38:34.208450 [ 278 ] {7f5a02cb-1f27-46f3-a107-673c2b97b854} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.02.23 16:38:34.208660 [ 278 ] {7f5a02cb-1f27-46f3-a107-673c2b97b854} oximeter.timeseries_schema (01d04810-3288-4eb0-b300-784d29626f91): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:38:34.208802 [ 278 ] {7f5a02cb-1f27-46f3-a107-673c2b97b854} executeQuery: Read 1 rows, 256.00 B in 0.001417 sec., 705.7163020465772 rows/sec., 176.43 KiB/sec. 2026.02.23 16:38:34.208843 [ 278 ] {7f5a02cb-1f27-46f3-a107-673c2b97b854} TCPHandler: Processed in 0.001587283 sec. 2026.02.23 16:38:34.208947 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:38:34.209041 [ 278 ] {f4734b0f-a955-4832-8578-493e944de351} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.02.23 16:38:34.209083 [ 278 ] {f4734b0f-a955-4832-8578-493e944de351} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.02.23 16:38:34.209497 [ 278 ] {f4734b0f-a955-4832-8578-493e944de351} oximeter.fields_ipaddr (aca7842a-9245-4e3c-8c67-e3828bf88048): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:38:34.209534 [ 278 ] {f4734b0f-a955-4832-8578-493e944de351} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. 2026.02.23 16:38:34.209839 [ 278 ] {f4734b0f-a955-4832-8578-493e944de351} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.02.23 16:38:34.210063 [ 278 ] {f4734b0f-a955-4832-8578-493e944de351} oximeter.fields_ipaddr (aca7842a-9245-4e3c-8c67-e3828bf88048): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:38:34.210195 [ 278 ] {f4734b0f-a955-4832-8578-493e944de351} executeQuery: Read 6 rows, 515.00 B in 0.001171 sec., 5123.825789923143 rows/sec., 429.49 KiB/sec. 2026.02.23 16:38:34.210233 [ 278 ] {f4734b0f-a955-4832-8578-493e944de351} TCPHandler: Processed in 0.001334547 sec. 2026.02.23 16:38:34.210349 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:38:34.210444 [ 278 ] {1335e1c8-198c-4126-9a86-10f5a6a84070} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.23 16:38:34.210483 [ 278 ] {1335e1c8-198c-4126-9a86-10f5a6a84070} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.23 16:38:34.210905 [ 278 ] {1335e1c8-198c-4126-9a86-10f5a6a84070} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:38:34.210941 [ 278 ] {1335e1c8-198c-4126-9a86-10f5a6a84070} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. 2026.02.23 16:38:34.211243 [ 278 ] {1335e1c8-198c-4126-9a86-10f5a6a84070} MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) 2026.02.23 16:38:34.211447 [ 278 ] {1335e1c8-198c-4126-9a86-10f5a6a84070} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:38:34.211581 [ 278 ] {1335e1c8-198c-4126-9a86-10f5a6a84070} executeQuery: Read 80 rows, 6.73 KiB in 0.001155 sec., 69264.06926406926 rows/sec., 5.69 MiB/sec. 2026.02.23 16:38:34.211619 [ 278 ] {1335e1c8-198c-4126-9a86-10f5a6a84070} TCPHandler: Processed in 0.001319967 sec. 2026.02.23 16:38:34.211733 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:38:34.211833 [ 278 ] {e96810fa-cec4-4db3-9679-0bca72f41f68} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.23 16:38:34.211873 [ 278 ] {e96810fa-cec4-4db3-9679-0bca72f41f68} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.23 16:38:34.212276 [ 278 ] {e96810fa-cec4-4db3-9679-0bca72f41f68} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:38:34.212313 [ 278 ] {e96810fa-cec4-4db3-9679-0bca72f41f68} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. 2026.02.23 16:38:34.212601 [ 278 ] {e96810fa-cec4-4db3-9679-0bca72f41f68} MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) 2026.02.23 16:38:34.212814 [ 278 ] {e96810fa-cec4-4db3-9679-0bca72f41f68} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:38:34.212941 [ 278 ] {e96810fa-cec4-4db3-9679-0bca72f41f68} executeQuery: Read 16 rows, 1.18 KiB in 0.001126 sec., 14209.591474245115 rows/sec., 1.03 MiB/sec. 2026.02.23 16:38:34.212979 [ 278 ] {e96810fa-cec4-4db3-9679-0bca72f41f68} TCPHandler: Processed in 0.001296077 sec. 2026.02.23 16:38:34.213082 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:38:34.213175 [ 278 ] {b8edb6a5-afaf-49f1-9932-2d0207dc25cc} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.23 16:38:34.213221 [ 278 ] {b8edb6a5-afaf-49f1-9932-2d0207dc25cc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.23 16:38:34.213636 [ 278 ] {b8edb6a5-afaf-49f1-9932-2d0207dc25cc} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:38:34.213673 [ 278 ] {b8edb6a5-afaf-49f1-9932-2d0207dc25cc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. 2026.02.23 16:38:34.213969 [ 278 ] {b8edb6a5-afaf-49f1-9932-2d0207dc25cc} MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) 2026.02.23 16:38:34.214172 [ 278 ] {b8edb6a5-afaf-49f1-9932-2d0207dc25cc} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:38:34.214303 [ 278 ] {b8edb6a5-afaf-49f1-9932-2d0207dc25cc} executeQuery: Read 80 rows, 6.42 KiB in 0.001145 sec., 69868.99563318778 rows/sec., 5.47 MiB/sec. 2026.02.23 16:38:34.214342 [ 278 ] {b8edb6a5-afaf-49f1-9932-2d0207dc25cc} TCPHandler: Processed in 0.001308817 sec. 2026.02.23 16:38:34.214453 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:38:34.214546 [ 278 ] {db912306-d45d-463d-90e0-59a8ba6441b2} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.23 16:38:34.214590 [ 278 ] {db912306-d45d-463d-90e0-59a8ba6441b2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.23 16:38:34.214996 [ 278 ] {db912306-d45d-463d-90e0-59a8ba6441b2} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:38:34.215033 [ 278 ] {db912306-d45d-463d-90e0-59a8ba6441b2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. 2026.02.23 16:38:34.215374 [ 278 ] {db912306-d45d-463d-90e0-59a8ba6441b2} MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) 2026.02.23 16:38:34.215582 [ 278 ] {db912306-d45d-463d-90e0-59a8ba6441b2} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:38:34.215716 [ 278 ] {db912306-d45d-463d-90e0-59a8ba6441b2} executeQuery: Read 163 rows, 11.63 KiB in 0.001187 sec., 137320.97725358047 rows/sec., 9.57 MiB/sec. 2026.02.23 16:38:34.215754 [ 278 ] {db912306-d45d-463d-90e0-59a8ba6441b2} TCPHandler: Processed in 0.001350198 sec. 2026.02.23 16:38:34.215865 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:38:34.215960 [ 278 ] {001c0ecb-05b8-4029-be92-ca97665ad54b} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.23 16:38:34.216015 [ 278 ] {001c0ecb-05b8-4029-be92-ca97665ad54b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.23 16:38:34.216781 [ 278 ] {001c0ecb-05b8-4029-be92-ca97665ad54b} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:38:34.216817 [ 278 ] {001c0ecb-05b8-4029-be92-ca97665ad54b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. 2026.02.23 16:38:34.217311 [ 278 ] {001c0ecb-05b8-4029-be92-ca97665ad54b} MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) 2026.02.23 16:38:34.217530 [ 278 ] {001c0ecb-05b8-4029-be92-ca97665ad54b} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:38:34.217676 [ 278 ] {001c0ecb-05b8-4029-be92-ca97665ad54b} executeQuery: Read 10 rows, 18.35 KiB in 0.001733 sec., 5770.340450086555 rows/sec., 10.34 MiB/sec. 2026.02.23 16:38:34.217731 [ 278 ] {001c0ecb-05b8-4029-be92-ca97665ad54b} TCPHandler: Processed in 0.00191563 sec. 2026.02.23 16:38:34.217851 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:38:34.217948 [ 278 ] {5a9818a4-423b-47b7-9215-514251480df5} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.23 16:38:34.217990 [ 278 ] {5a9818a4-423b-47b7-9215-514251480df5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.23 16:38:34.218320 [ 278 ] {5a9818a4-423b-47b7-9215-514251480df5} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:38:34.218357 [ 278 ] {5a9818a4-423b-47b7-9215-514251480df5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. 2026.02.23 16:38:34.218662 [ 278 ] {5a9818a4-423b-47b7-9215-514251480df5} MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) 2026.02.23 16:38:34.218875 [ 278 ] {5a9818a4-423b-47b7-9215-514251480df5} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:38:34.219009 [ 278 ] {5a9818a4-423b-47b7-9215-514251480df5} executeQuery: Read 60 rows, 4.14 KiB in 0.001079 sec., 55607.04355885078 rows/sec., 3.75 MiB/sec. 2026.02.23 16:38:34.219047 [ 278 ] {5a9818a4-423b-47b7-9215-514251480df5} TCPHandler: Processed in 0.001245996 sec. 2026.02.23 16:38:35.231200 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 28344 2026.02.23 16:38:35.232060 [ 244 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:38:35.232108 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. 2026.02.23 16:38:35.232608 [ 244 ] {} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2026.02.23 16:38:35.232840 [ 244 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:38:35.233005 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 28344 2026.02.23 16:38:36.737073 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 445 2026.02.23 16:38:36.753622 [ 243 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:38:36.753673 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. 2026.02.23 16:38:36.759818 [ 243 ] {} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2026.02.23 16:38:36.760511 [ 243 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:38:36.763236 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 445 2026.02.23 16:38:39.204921 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:38:39.205116 [ 278 ] {feb4234d-cc18-4390-837e-439a7984259e} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.23 16:38:39.205183 [ 278 ] {feb4234d-cc18-4390-837e-439a7984259e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.23 16:38:39.205853 [ 278 ] {feb4234d-cc18-4390-837e-439a7984259e} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:38:39.205900 [ 278 ] {feb4234d-cc18-4390-837e-439a7984259e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. 2026.02.23 16:38:39.206300 [ 278 ] {feb4234d-cc18-4390-837e-439a7984259e} MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) 2026.02.23 16:38:39.206528 [ 278 ] {feb4234d-cc18-4390-837e-439a7984259e} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:38:39.206682 [ 278 ] {feb4234d-cc18-4390-837e-439a7984259e} executeQuery: Read 120 rows, 10.47 KiB in 0.001616 sec., 74257.42574257425 rows/sec., 6.33 MiB/sec. 2026.02.23 16:38:39.206693 [ 93 ] {} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 2026.02.23 16:38:39.206726 [ 278 ] {feb4234d-cc18-4390-837e-439a7984259e} TCPHandler: Processed in 0.00193541 sec. 2026.02.23 16:38:39.206759 [ 93 ] {} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:38:39.206785 [ 93 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. 2026.02.23 16:38:39.206862 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:38:39.206880 [ 195 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_86_17} MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full 2026.02.23 16:38:39.206962 [ 278 ] {eb5f9c18-99c1-4944-afce-174aab893706} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.23 16:38:39.206980 [ 195 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_86_17} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:38:39.207003 [ 278 ] {eb5f9c18-99c1-4944-afce-174aab893706} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.23 16:38:39.207013 [ 195 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 2152 rows starting from the beginning of the part 2026.02.23 16:38:39.207079 [ 195 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 1264 rows starting from the beginning of the part 2026.02.23 16:38:39.207127 [ 195 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 76 rows starting from the beginning of the part 2026.02.23 16:38:39.207172 [ 195 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 120 rows starting from the beginning of the part 2026.02.23 16:38:39.207210 [ 195 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 80 rows starting from the beginning of the part 2026.02.23 16:38:39.207245 [ 195 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 120 rows starting from the beginning of the part 2026.02.23 16:38:39.207419 [ 278 ] {eb5f9c18-99c1-4944-afce-174aab893706} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:38:39.207456 [ 278 ] {eb5f9c18-99c1-4944-afce-174aab893706} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. 2026.02.23 16:38:39.207764 [ 278 ] {eb5f9c18-99c1-4944-afce-174aab893706} MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) 2026.02.23 16:38:39.207980 [ 278 ] {eb5f9c18-99c1-4944-afce-174aab893706} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:38:39.208109 [ 278 ] {eb5f9c18-99c1-4944-afce-174aab893706} executeQuery: Read 32 rows, 2.41 KiB in 0.001165 sec., 27467.811158798282 rows/sec., 2.02 MiB/sec. 2026.02.23 16:38:39.208147 [ 278 ] {eb5f9c18-99c1-4944-afce-174aab893706} TCPHandler: Processed in 0.001334668 sec. 2026.02.23 16:38:39.208259 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:38:39.208353 [ 278 ] {475b2a79-62d8-4703-9196-4e1b170334fc} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.23 16:38:39.208393 [ 278 ] {475b2a79-62d8-4703-9196-4e1b170334fc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.23 16:38:39.208596 [ 189 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_86_17} MergeTask::MergeProjectionsStage: Merge sorted 3812 rows, containing 5 columns (5 merged, 0 gathered) in 0.001758176 sec., 2168156.08903773 rows/sec., 187.42 MiB/sec. 2026.02.23 16:38:39.208824 [ 278 ] {475b2a79-62d8-4703-9196-4e1b170334fc} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:38:39.208866 [ 278 ] {475b2a79-62d8-4703-9196-4e1b170334fc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. 2026.02.23 16:38:39.208915 [ 186 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_86_17} MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) 2026.02.23 16:38:39.209218 [ 278 ] {475b2a79-62d8-4703-9196-4e1b170334fc} MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) 2026.02.23 16:38:39.209287 [ 186 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_86_17} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:38:39.209388 [ 186 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_86_17} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 2026.02.23 16:38:39.209470 [ 278 ] {475b2a79-62d8-4703-9196-4e1b170334fc} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:38:39.209508 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.97 MiB. 2026.02.23 16:38:39.209605 [ 93 ] {} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 2026.02.23 16:38:39.209609 [ 278 ] {475b2a79-62d8-4703-9196-4e1b170334fc} executeQuery: Read 96 rows, 7.68 KiB in 0.001274 sec., 75353.21821036107 rows/sec., 5.89 MiB/sec. 2026.02.23 16:38:39.209648 [ 93 ] {} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:38:39.209677 [ 93 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. 2026.02.23 16:38:39.209687 [ 278 ] {475b2a79-62d8-4703-9196-4e1b170334fc} TCPHandler: Processed in 0.001476341 sec. 2026.02.23 16:38:39.209747 [ 189 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_86_17} MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full 2026.02.23 16:38:39.209825 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:38:39.209858 [ 189 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_86_17} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:38:39.209893 [ 189 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 1062 rows starting from the beginning of the part 2026.02.23 16:38:39.209927 [ 278 ] {6f44593d-d20e-4edd-9061-5bda5e29f69c} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.23 16:38:39.209956 [ 189 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 558 rows starting from the beginning of the part 2026.02.23 16:38:39.209978 [ 278 ] {6f44593d-d20e-4edd-9061-5bda5e29f69c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.23 16:38:39.210003 [ 189 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 74 rows starting from the beginning of the part 2026.02.23 16:38:39.210048 [ 189 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 96 rows starting from the beginning of the part 2026.02.23 16:38:39.210084 [ 189 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 80 rows starting from the beginning of the part 2026.02.23 16:38:39.210125 [ 189 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 96 rows starting from the beginning of the part 2026.02.23 16:38:39.210401 [ 278 ] {6f44593d-d20e-4edd-9061-5bda5e29f69c} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:38:39.210443 [ 278 ] {6f44593d-d20e-4edd-9061-5bda5e29f69c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. 2026.02.23 16:38:39.210797 [ 278 ] {6f44593d-d20e-4edd-9061-5bda5e29f69c} MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) 2026.02.23 16:38:39.211008 [ 278 ] {6f44593d-d20e-4edd-9061-5bda5e29f69c} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:38:39.211123 [ 93 ] {} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 2026.02.23 16:38:39.211141 [ 278 ] {6f44593d-d20e-4edd-9061-5bda5e29f69c} executeQuery: Read 160 rows, 11.41 KiB in 0.001233 sec., 129764.80129764802 rows/sec., 9.04 MiB/sec. 2026.02.23 16:38:39.211153 [ 93 ] {} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:38:39.211184 [ 93 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.30 GiB. 2026.02.23 16:38:39.211187 [ 278 ] {6f44593d-d20e-4edd-9061-5bda5e29f69c} TCPHandler: Processed in 0.001413729 sec. 2026.02.23 16:38:39.211259 [ 190 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_86_17} MergeTask::MergeProjectionsStage: Merge sorted 1966 rows, containing 5 columns (5 merged, 0 gathered) in 0.001540872 sec., 1275900.9184409867 rows/sec., 99.50 MiB/sec. 2026.02.23 16:38:39.211264 [ 193 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_86_17} MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full 2026.02.23 16:38:39.211314 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:38:39.211399 [ 193 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_86_17} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:38:39.211415 [ 278 ] {af548a4e-7a04-4b03-82a2-9df00b553f54} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.23 16:38:39.211434 [ 193 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_86_17} MergeTreeSequentialSource: Reading 4 marks from part all_1_81_16, total 24263 rows starting from the beginning of the part 2026.02.23 16:38:39.211476 [ 278 ] {af548a4e-7a04-4b03-82a2-9df00b553f54} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.23 16:38:39.211495 [ 193 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 847 rows starting from the beginning of the part 2026.02.23 16:38:39.211529 [ 200 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_86_17} MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) 2026.02.23 16:38:39.211550 [ 193 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 160 rows starting from the beginning of the part 2026.02.23 16:38:39.211605 [ 193 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 160 rows starting from the beginning of the part 2026.02.23 16:38:39.211644 [ 193 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 163 rows starting from the beginning of the part 2026.02.23 16:38:39.211684 [ 193 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 160 rows starting from the beginning of the part 2026.02.23 16:38:39.211913 [ 200 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_86_17} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:38:39.212015 [ 200 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_86_17} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 2026.02.23 16:38:39.212129 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.58 MiB. 2026.02.23 16:38:39.212287 [ 278 ] {af548a4e-7a04-4b03-82a2-9df00b553f54} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:38:39.212330 [ 278 ] {af548a4e-7a04-4b03-82a2-9df00b553f54} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. 2026.02.23 16:38:39.212887 [ 278 ] {af548a4e-7a04-4b03-82a2-9df00b553f54} MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) 2026.02.23 16:38:39.213119 [ 278 ] {af548a4e-7a04-4b03-82a2-9df00b553f54} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:38:39.213262 [ 278 ] {af548a4e-7a04-4b03-82a2-9df00b553f54} executeQuery: Read 32 rows, 58.72 KiB in 0.001866 sec., 17148.98177920686 rows/sec., 30.73 MiB/sec. 2026.02.23 16:38:39.213327 [ 278 ] {af548a4e-7a04-4b03-82a2-9df00b553f54} TCPHandler: Processed in 0.002066172 sec. 2026.02.23 16:38:39.213445 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:38:39.213541 [ 278 ] {91348e57-1f34-424b-8811-72ed55680ba2} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.23 16:38:39.213584 [ 278 ] {91348e57-1f34-424b-8811-72ed55680ba2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.23 16:38:39.213913 [ 278 ] {91348e57-1f34-424b-8811-72ed55680ba2} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:38:39.213951 [ 278 ] {91348e57-1f34-424b-8811-72ed55680ba2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. 2026.02.23 16:38:39.214270 [ 278 ] {91348e57-1f34-424b-8811-72ed55680ba2} MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) 2026.02.23 16:38:39.214482 [ 278 ] {91348e57-1f34-424b-8811-72ed55680ba2} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:38:39.214597 [ 93 ] {} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 2026.02.23 16:38:39.214617 [ 278 ] {91348e57-1f34-424b-8811-72ed55680ba2} executeQuery: Read 60 rows, 4.14 KiB in 0.001093 sec., 54894.784995425434 rows/sec., 3.70 MiB/sec. 2026.02.23 16:38:39.214628 [ 93 ] {} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:38:39.214658 [ 93 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. 2026.02.23 16:38:39.214661 [ 278 ] {91348e57-1f34-424b-8811-72ed55680ba2} TCPHandler: Processed in 0.001266856 sec. 2026.02.23 16:38:39.214760 [ 198 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_86_17} MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full 2026.02.23 16:38:39.214896 [ 198 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_86_17} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:38:39.214935 [ 198 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 4800 rows starting from the beginning of the part 2026.02.23 16:38:39.215005 [ 198 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 60 rows starting from the beginning of the part 2026.02.23 16:38:39.215058 [ 198 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 60 rows starting from the beginning of the part 2026.02.23 16:38:39.215108 [ 198 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 60 rows starting from the beginning of the part 2026.02.23 16:38:39.215151 [ 198 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 60 rows starting from the beginning of the part 2026.02.23 16:38:39.215194 [ 198 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 60 rows starting from the beginning of the part 2026.02.23 16:38:39.217121 [ 189 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_86_17} MergeTask::MergeProjectionsStage: Merge sorted 25753 rows, containing 5 columns (5 merged, 0 gathered) in 0.005889171 sec., 4372941.454748045 rows/sec., 298.38 MiB/sec. 2026.02.23 16:38:39.217161 [ 198 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_86_17} MergeTask::MergeProjectionsStage: Merge sorted 5100 rows, containing 4 columns (4 merged, 0 gathered) in 0.00245231 sec., 2079671.8196312864 rows/sec., 137.42 MiB/sec. 2026.02.23 16:38:39.217397 [ 190 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_86_17} MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) 2026.02.23 16:38:39.217621 [ 198 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_86_17} MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) 2026.02.23 16:38:39.217684 [ 190 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_86_17} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:38:39.217765 [ 190 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_86_17} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 2026.02.23 16:38:39.217863 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.32 MiB. 2026.02.23 16:38:39.217913 [ 202 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_86_17} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:38:39.218005 [ 202 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_86_17} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 2026.02.23 16:38:39.218082 [ 202 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.13 MiB. 2026.02.23 16:38:42.572227 [ 80 ] {} DNSResolver: Updating DNS cache 2026.02.23 16:38:42.572281 [ 80 ] {} DNSResolver: Updated DNS cache 2026.02.23 16:38:42.734094 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 28792 2026.02.23 16:38:42.734594 [ 244 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:38:42.734632 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. 2026.02.23 16:38:42.735133 [ 244 ] {} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2026.02.23 16:38:42.735366 [ 244 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:38:42.735511 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 28792 2026.02.23 16:38:42.822698 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1542 2026.02.23 16:38:42.825284 [ 242 ] {} system.query_log (b83b341e-dbaf-448e-9582-20b3e6cd291d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:38:42.825347 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. 2026.02.23 16:38:42.826625 [ 242 ] {} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2026.02.23 16:38:42.826890 [ 242 ] {} system.query_log (b83b341e-dbaf-448e-9582-20b3e6cd291d): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:38:42.827196 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1542 2026.02.23 16:38:44.204110 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:38:44.204293 [ 278 ] {a0f0cffe-36fb-4da6-826e-b6d07c231738} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.23 16:38:44.204358 [ 278 ] {a0f0cffe-36fb-4da6-826e-b6d07c231738} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.23 16:38:44.205006 [ 278 ] {a0f0cffe-36fb-4da6-826e-b6d07c231738} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:38:44.205056 [ 278 ] {a0f0cffe-36fb-4da6-826e-b6d07c231738} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. 2026.02.23 16:38:44.205459 [ 278 ] {a0f0cffe-36fb-4da6-826e-b6d07c231738} MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) 2026.02.23 16:38:44.205680 [ 278 ] {a0f0cffe-36fb-4da6-826e-b6d07c231738} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:38:44.205831 [ 278 ] {a0f0cffe-36fb-4da6-826e-b6d07c231738} executeQuery: Read 76 rows, 6.41 KiB in 0.001587 sec., 47889.09892879647 rows/sec., 3.95 MiB/sec. 2026.02.23 16:38:44.205874 [ 278 ] {a0f0cffe-36fb-4da6-826e-b6d07c231738} TCPHandler: Processed in 0.001893709 sec. 2026.02.23 16:38:44.206005 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:38:44.206102 [ 278 ] {e4205bec-626b-44cc-ae63-89d194239286} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.23 16:38:44.206145 [ 278 ] {e4205bec-626b-44cc-ae63-89d194239286} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.23 16:38:44.206549 [ 278 ] {e4205bec-626b-44cc-ae63-89d194239286} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:38:44.206588 [ 278 ] {e4205bec-626b-44cc-ae63-89d194239286} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. 2026.02.23 16:38:44.206887 [ 278 ] {e4205bec-626b-44cc-ae63-89d194239286} MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) 2026.02.23 16:38:44.207091 [ 278 ] {e4205bec-626b-44cc-ae63-89d194239286} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:38:44.207226 [ 278 ] {e4205bec-626b-44cc-ae63-89d194239286} executeQuery: Read 10 rows, 770.00 B in 0.001143 sec., 8748.906386701663 rows/sec., 657.88 KiB/sec. 2026.02.23 16:38:44.207265 [ 278 ] {e4205bec-626b-44cc-ae63-89d194239286} TCPHandler: Processed in 0.001311677 sec. 2026.02.23 16:38:44.207387 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:38:44.207481 [ 278 ] {d67fd8dc-eb17-4298-bbab-26818b174578} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.23 16:38:44.207523 [ 278 ] {d67fd8dc-eb17-4298-bbab-26818b174578} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.23 16:38:44.207942 [ 278 ] {d67fd8dc-eb17-4298-bbab-26818b174578} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:38:44.207980 [ 278 ] {d67fd8dc-eb17-4298-bbab-26818b174578} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. 2026.02.23 16:38:44.208297 [ 278 ] {d67fd8dc-eb17-4298-bbab-26818b174578} MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) 2026.02.23 16:38:44.208513 [ 278 ] {d67fd8dc-eb17-4298-bbab-26818b174578} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:38:44.208642 [ 278 ] {d67fd8dc-eb17-4298-bbab-26818b174578} executeQuery: Read 74 rows, 5.92 KiB in 0.001178 sec., 62818.33616298812 rows/sec., 4.90 MiB/sec. 2026.02.23 16:38:44.208680 [ 278 ] {d67fd8dc-eb17-4298-bbab-26818b174578} TCPHandler: Processed in 0.001343578 sec. 2026.02.23 16:38:44.208796 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:38:44.208890 [ 278 ] {62125d7a-d184-408b-932e-eaa7d57140b5} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.23 16:38:44.208936 [ 278 ] {62125d7a-d184-408b-932e-eaa7d57140b5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.23 16:38:44.209344 [ 278 ] {62125d7a-d184-408b-932e-eaa7d57140b5} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:38:44.209418 [ 278 ] {62125d7a-d184-408b-932e-eaa7d57140b5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. 2026.02.23 16:38:44.209750 [ 278 ] {62125d7a-d184-408b-932e-eaa7d57140b5} MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) 2026.02.23 16:38:44.209958 [ 278 ] {62125d7a-d184-408b-932e-eaa7d57140b5} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:38:44.210089 [ 278 ] {62125d7a-d184-408b-932e-eaa7d57140b5} executeQuery: Read 160 rows, 11.41 KiB in 0.001216 sec., 131578.94736842104 rows/sec., 9.16 MiB/sec. 2026.02.23 16:38:44.210127 [ 278 ] {62125d7a-d184-408b-932e-eaa7d57140b5} TCPHandler: Processed in 0.001381339 sec. 2026.02.23 16:38:44.210250 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:38:44.210353 [ 278 ] {c6b6f7af-ac34-411b-8770-e0fea77ae5c0} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.23 16:38:44.210409 [ 278 ] {c6b6f7af-ac34-411b-8770-e0fea77ae5c0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.23 16:38:44.211239 [ 278 ] {c6b6f7af-ac34-411b-8770-e0fea77ae5c0} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:38:44.211277 [ 278 ] {c6b6f7af-ac34-411b-8770-e0fea77ae5c0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. 2026.02.23 16:38:44.211795 [ 278 ] {c6b6f7af-ac34-411b-8770-e0fea77ae5c0} MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) 2026.02.23 16:38:44.212016 [ 278 ] {c6b6f7af-ac34-411b-8770-e0fea77ae5c0} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:38:44.212157 [ 278 ] {c6b6f7af-ac34-411b-8770-e0fea77ae5c0} executeQuery: Read 10 rows, 18.35 KiB in 0.001822 sec., 5488.474204171241 rows/sec., 9.84 MiB/sec. 2026.02.23 16:38:44.212213 [ 278 ] {c6b6f7af-ac34-411b-8770-e0fea77ae5c0} TCPHandler: Processed in 0.002013712 sec. 2026.02.23 16:38:44.212337 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:38:44.212438 [ 278 ] {53a1eeba-ab91-449d-b595-6b949d2728ab} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.23 16:38:44.212488 [ 278 ] {53a1eeba-ab91-449d-b595-6b949d2728ab} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.23 16:38:44.212928 [ 278 ] {53a1eeba-ab91-449d-b595-6b949d2728ab} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:38:44.212966 [ 278 ] {53a1eeba-ab91-449d-b595-6b949d2728ab} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. 2026.02.23 16:38:44.213264 [ 278 ] {53a1eeba-ab91-449d-b595-6b949d2728ab} MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) 2026.02.23 16:38:44.213467 [ 278 ] {53a1eeba-ab91-449d-b595-6b949d2728ab} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:38:44.213596 [ 278 ] {53a1eeba-ab91-449d-b595-6b949d2728ab} executeQuery: Read 60 rows, 4.14 KiB in 0.00118 sec., 50847.45762711864 rows/sec., 3.43 MiB/sec. 2026.02.23 16:38:44.213633 [ 278 ] {53a1eeba-ab91-449d-b595-6b949d2728ab} TCPHandler: Processed in 0.001346388 sec. 2026.02.23 16:38:44.264229 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 452 2026.02.23 16:38:44.280704 [ 243 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:38:44.280755 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. 2026.02.23 16:38:44.286997 [ 243 ] {} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2026.02.23 16:38:44.287726 [ 243 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:38:44.290772 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 452 2026.02.23 16:38:45.682344 [ 73 ] {} oximeter.fields_ipaddr (aca7842a-9245-4e3c-8c67-e3828bf88048) (MergerMutator): Selected 5 parts from all_1_25_6 to all_29_29_0 2026.02.23 16:38:45.682412 [ 73 ] {} oximeter.fields_ipaddr (aca7842a-9245-4e3c-8c67-e3828bf88048): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:38:45.682437 [ 73 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. 2026.02.23 16:38:45.682598 [ 190 ] {aca7842a-9245-4e3c-8c67-e3828bf88048::all_1_29_7} MergeTask::PrepareStage: Merging 5 parts: from all_1_25_6 to all_29_29_0 into Compact with storage Full 2026.02.23 16:38:45.682809 [ 190 ] {aca7842a-9245-4e3c-8c67-e3828bf88048::all_1_29_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:38:45.682866 [ 190 ] {aca7842a-9245-4e3c-8c67-e3828bf88048::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.02.23 16:38:45.682975 [ 190 ] {aca7842a-9245-4e3c-8c67-e3828bf88048::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.02.23 16:38:45.683054 [ 190 ] {aca7842a-9245-4e3c-8c67-e3828bf88048::all_1_29_7} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 4 rows starting from the beginning of the part 2026.02.23 16:38:45.683129 [ 190 ] {aca7842a-9245-4e3c-8c67-e3828bf88048::all_1_29_7} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 6 rows starting from the beginning of the part 2026.02.23 16:38:45.683198 [ 190 ] {aca7842a-9245-4e3c-8c67-e3828bf88048::all_1_29_7} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 6 rows starting from the beginning of the part 2026.02.23 16:38:45.684009 [ 198 ] {aca7842a-9245-4e3c-8c67-e3828bf88048::all_1_29_7} MergeTask::MergeProjectionsStage: Merge sorted 40 rows, containing 5 columns (5 merged, 0 gathered) in 0.001492021 sec., 26809.27413220055 rows/sec., 2.25 MiB/sec. 2026.02.23 16:38:45.684141 [ 202 ] {aca7842a-9245-4e3c-8c67-e3828bf88048::all_1_29_7} MergedBlockOutputStream: filled checksums all_1_29_7 (state Temporary) 2026.02.23 16:38:45.684392 [ 202 ] {aca7842a-9245-4e3c-8c67-e3828bf88048::all_1_29_7} oximeter.fields_ipaddr (aca7842a-9245-4e3c-8c67-e3828bf88048): Renaming temporary part tmp_merge_all_1_29_7 to all_1_29_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:38:45.684464 [ 202 ] {aca7842a-9245-4e3c-8c67-e3828bf88048::all_1_29_7} oximeter.fields_ipaddr (aca7842a-9245-4e3c-8c67-e3828bf88048) (MergerMutator): Merged 5 parts: [all_1_25_6, all_29_29_0] -> all_1_29_7 2026.02.23 16:38:45.684538 [ 202 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. 2026.02.23 16:38:48.525750 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:38:48.525966 [ 278 ] {4d2d8101-6c32-414f-8b0f-c91aca2ffd72} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.02.23 16:38:48.526037 [ 278 ] {4d2d8101-6c32-414f-8b0f-c91aca2ffd72} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.02.23 16:38:48.526777 [ 278 ] {4d2d8101-6c32-414f-8b0f-c91aca2ffd72} oximeter.fields_i16 (91b3829e-2a99-49e1-955c-43ffdc3fb409): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:38:48.526817 [ 278 ] {4d2d8101-6c32-414f-8b0f-c91aca2ffd72} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. 2026.02.23 16:38:48.527208 [ 278 ] {4d2d8101-6c32-414f-8b0f-c91aca2ffd72} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.02.23 16:38:48.527433 [ 278 ] {4d2d8101-6c32-414f-8b0f-c91aca2ffd72} oximeter.fields_i16 (91b3829e-2a99-49e1-955c-43ffdc3fb409): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:38:48.527585 [ 278 ] {4d2d8101-6c32-414f-8b0f-c91aca2ffd72} executeQuery: Read 24 rows, 2.04 KiB in 0.001674 sec., 14336.917562724015 rows/sec., 1.19 MiB/sec. 2026.02.23 16:38:48.527627 [ 278 ] {4d2d8101-6c32-414f-8b0f-c91aca2ffd72} TCPHandler: Processed in 0.002016301 sec. 2026.02.23 16:38:48.527750 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:38:48.527846 [ 278 ] {d07d6270-9d3a-405b-a1ba-3586367c10b2} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.02.23 16:38:48.527887 [ 278 ] {d07d6270-9d3a-405b-a1ba-3586367c10b2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.02.23 16:38:48.528277 [ 278 ] {d07d6270-9d3a-405b-a1ba-3586367c10b2} oximeter.fields_ipaddr (aca7842a-9245-4e3c-8c67-e3828bf88048): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:38:48.528315 [ 278 ] {d07d6270-9d3a-405b-a1ba-3586367c10b2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. 2026.02.23 16:38:48.528601 [ 278 ] {d07d6270-9d3a-405b-a1ba-3586367c10b2} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.02.23 16:38:48.528812 [ 278 ] {d07d6270-9d3a-405b-a1ba-3586367c10b2} oximeter.fields_ipaddr (aca7842a-9245-4e3c-8c67-e3828bf88048): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:38:48.528944 [ 278 ] {d07d6270-9d3a-405b-a1ba-3586367c10b2} executeQuery: Read 4 rows, 334.00 B in 0.001117 sec., 3581.020590868398 rows/sec., 292.01 KiB/sec. 2026.02.23 16:38:48.528982 [ 278 ] {d07d6270-9d3a-405b-a1ba-3586367c10b2} TCPHandler: Processed in 0.001283826 sec. 2026.02.23 16:38:48.529093 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:38:48.529187 [ 278 ] {f5464a7a-6c06-4060-b838-870c59a8670e} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.23 16:38:48.529226 [ 278 ] {f5464a7a-6c06-4060-b838-870c59a8670e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.23 16:38:48.530339 [ 278 ] {f5464a7a-6c06-4060-b838-870c59a8670e} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:38:48.530374 [ 278 ] {f5464a7a-6c06-4060-b838-870c59a8670e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. 2026.02.23 16:38:48.530762 [ 278 ] {f5464a7a-6c06-4060-b838-870c59a8670e} MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) 2026.02.23 16:38:48.530969 [ 278 ] {f5464a7a-6c06-4060-b838-870c59a8670e} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:38:48.531093 [ 278 ] {f5464a7a-6c06-4060-b838-870c59a8670e} executeQuery: Read 1382 rows, 118.64 KiB in 0.001923 sec., 718668.74674987 rows/sec., 60.25 MiB/sec. 2026.02.23 16:38:48.531131 [ 278 ] {f5464a7a-6c06-4060-b838-870c59a8670e} TCPHandler: Processed in 0.002088603 sec. 2026.02.23 16:38:48.531244 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:38:48.531340 [ 278 ] {af7e1e64-eac5-4a17-8344-72608e83d861} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.23 16:38:48.531380 [ 278 ] {af7e1e64-eac5-4a17-8344-72608e83d861} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.23 16:38:48.531795 [ 278 ] {af7e1e64-eac5-4a17-8344-72608e83d861} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:38:48.531830 [ 278 ] {af7e1e64-eac5-4a17-8344-72608e83d861} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. 2026.02.23 16:38:48.532131 [ 278 ] {af7e1e64-eac5-4a17-8344-72608e83d861} MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) 2026.02.23 16:38:48.532339 [ 278 ] {af7e1e64-eac5-4a17-8344-72608e83d861} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:38:48.532428 [ 71 ] {} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 2026.02.23 16:38:48.532462 [ 71 ] {} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:38:48.532463 [ 278 ] {af7e1e64-eac5-4a17-8344-72608e83d861} executeQuery: Read 48 rows, 3.65 KiB in 0.001141 sec., 42068.36108676599 rows/sec., 3.12 MiB/sec. 2026.02.23 16:38:48.532482 [ 71 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. 2026.02.23 16:38:48.532508 [ 278 ] {af7e1e64-eac5-4a17-8344-72608e83d861} TCPHandler: Processed in 0.001314758 sec. 2026.02.23 16:38:48.532612 [ 192 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_86_17} MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full 2026.02.23 16:38:48.532620 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:38:48.532761 [ 278 ] {9a4710a7-0dfc-43ed-9f30-8ab6a427a976} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.02.23 16:38:48.532783 [ 192 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_86_17} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:38:48.532801 [ 278 ] {9a4710a7-0dfc-43ed-9f30-8ab6a427a976} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.02.23 16:38:48.532827 [ 192 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 216 rows starting from the beginning of the part 2026.02.23 16:38:48.532910 [ 192 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 32 rows starting from the beginning of the part 2026.02.23 16:38:48.532962 [ 192 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 16 rows starting from the beginning of the part 2026.02.23 16:38:48.533011 [ 192 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 32 rows starting from the beginning of the part 2026.02.23 16:38:48.533056 [ 192 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 10 rows starting from the beginning of the part 2026.02.23 16:38:48.533102 [ 192 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 48 rows starting from the beginning of the part 2026.02.23 16:38:48.533297 [ 278 ] {9a4710a7-0dfc-43ed-9f30-8ab6a427a976} oximeter.fields_u32 (3630ead0-c5da-4e23-a9d2-59d0589dc119): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:38:48.533341 [ 278 ] {9a4710a7-0dfc-43ed-9f30-8ab6a427a976} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. 2026.02.23 16:38:48.533672 [ 278 ] {9a4710a7-0dfc-43ed-9f30-8ab6a427a976} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.02.23 16:38:48.533909 [ 278 ] {9a4710a7-0dfc-43ed-9f30-8ab6a427a976} oximeter.fields_u32 (3630ead0-c5da-4e23-a9d2-59d0589dc119): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:38:48.534085 [ 202 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_86_17} MergeTask::MergeProjectionsStage: Merge sorted 354 rows, containing 5 columns (5 merged, 0 gathered) in 0.001529322 sec., 231475.12427075527 rows/sec., 16.50 MiB/sec. 2026.02.23 16:38:48.534117 [ 278 ] {9a4710a7-0dfc-43ed-9f30-8ab6a427a976} executeQuery: Read 252 rows, 17.85 KiB in 0.001373 sec., 183539.69410050983 rows/sec., 12.69 MiB/sec. 2026.02.23 16:38:48.534184 [ 278 ] {9a4710a7-0dfc-43ed-9f30-8ab6a427a976} TCPHandler: Processed in 0.001614363 sec. 2026.02.23 16:38:48.534323 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:38:48.534345 [ 202 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_86_17} MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) 2026.02.23 16:38:48.534422 [ 278 ] {2b48c22f-ae3e-45e2-a1ab-71192752c5d9} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.02.23 16:38:48.534508 [ 278 ] {2b48c22f-ae3e-45e2-a1ab-71192752c5d9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.02.23 16:38:48.534689 [ 202 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_86_17} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:38:48.534778 [ 202 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_86_17} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 2026.02.23 16:38:48.534893 [ 202 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. 2026.02.23 16:38:48.534925 [ 278 ] {2b48c22f-ae3e-45e2-a1ab-71192752c5d9} oximeter.fields_u8 (bee44bc4-3670-4879-9501-74bd8c0c3792): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:38:48.534966 [ 278 ] {2b48c22f-ae3e-45e2-a1ab-71192752c5d9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. 2026.02.23 16:38:48.535276 [ 278 ] {2b48c22f-ae3e-45e2-a1ab-71192752c5d9} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.02.23 16:38:48.535474 [ 278 ] {2b48c22f-ae3e-45e2-a1ab-71192752c5d9} oximeter.fields_u8 (bee44bc4-3670-4879-9501-74bd8c0c3792): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:38:48.535601 [ 278 ] {2b48c22f-ae3e-45e2-a1ab-71192752c5d9} executeQuery: Read 12 rows, 960.00 B in 0.001198 sec., 10016.69449081803 rows/sec., 782.55 KiB/sec. 2026.02.23 16:38:48.535639 [ 278 ] {2b48c22f-ae3e-45e2-a1ab-71192752c5d9} TCPHandler: Processed in 0.001366588 sec. 2026.02.23 16:38:48.535746 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:38:48.535840 [ 278 ] {bf5f9e16-bfe3-43e3-ab00-099f6e75757f} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.23 16:38:48.535878 [ 278 ] {bf5f9e16-bfe3-43e3-ab00-099f6e75757f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.23 16:38:48.536505 [ 278 ] {bf5f9e16-bfe3-43e3-ab00-099f6e75757f} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:38:48.536540 [ 278 ] {bf5f9e16-bfe3-43e3-ab00-099f6e75757f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. 2026.02.23 16:38:48.536863 [ 278 ] {bf5f9e16-bfe3-43e3-ab00-099f6e75757f} MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) 2026.02.23 16:38:48.537068 [ 278 ] {bf5f9e16-bfe3-43e3-ab00-099f6e75757f} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:38:48.537196 [ 278 ] {bf5f9e16-bfe3-43e3-ab00-099f6e75757f} executeQuery: Read 592 rows, 45.55 KiB in 0.001375 sec., 430545.4545454546 rows/sec., 32.35 MiB/sec. 2026.02.23 16:38:48.537232 [ 278 ] {bf5f9e16-bfe3-43e3-ab00-099f6e75757f} TCPHandler: Processed in 0.001534152 sec. 2026.02.23 16:38:48.537347 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:38:48.537440 [ 278 ] {e4f2b846-e613-4d28-97ec-7a36f9aed0db} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.23 16:38:48.537482 [ 278 ] {e4f2b846-e613-4d28-97ec-7a36f9aed0db} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.23 16:38:48.538043 [ 278 ] {e4f2b846-e613-4d28-97ec-7a36f9aed0db} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:38:48.538079 [ 278 ] {e4f2b846-e613-4d28-97ec-7a36f9aed0db} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. 2026.02.23 16:38:48.538454 [ 278 ] {e4f2b846-e613-4d28-97ec-7a36f9aed0db} MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) 2026.02.23 16:38:48.538657 [ 278 ] {e4f2b846-e613-4d28-97ec-7a36f9aed0db} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:38:48.538785 [ 278 ] {e4f2b846-e613-4d28-97ec-7a36f9aed0db} executeQuery: Read 918 rows, 64.29 KiB in 0.001364 sec., 673020.5278592375 rows/sec., 46.03 MiB/sec. 2026.02.23 16:38:48.538821 [ 278 ] {e4f2b846-e613-4d28-97ec-7a36f9aed0db} TCPHandler: Processed in 0.001521751 sec. 2026.02.23 16:38:48.538930 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:38:48.539023 [ 278 ] {c58b4caa-1dd3-4670-8a7d-5da568e4a736} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.23 16:38:48.539075 [ 278 ] {c58b4caa-1dd3-4670-8a7d-5da568e4a736} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.23 16:38:48.539888 [ 278 ] {c58b4caa-1dd3-4670-8a7d-5da568e4a736} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:38:48.539924 [ 278 ] {c58b4caa-1dd3-4670-8a7d-5da568e4a736} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. 2026.02.23 16:38:48.540450 [ 278 ] {c58b4caa-1dd3-4670-8a7d-5da568e4a736} MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) 2026.02.23 16:38:48.540664 [ 278 ] {c58b4caa-1dd3-4670-8a7d-5da568e4a736} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:38:48.540785 [ 68 ] {} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 2026.02.23 16:38:48.540797 [ 278 ] {c58b4caa-1dd3-4670-8a7d-5da568e4a736} executeQuery: Read 32 rows, 58.72 KiB in 0.001792 sec., 17857.14285714286 rows/sec., 32.00 MiB/sec. 2026.02.23 16:38:48.540842 [ 68 ] {} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:38:48.540869 [ 68 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. 2026.02.23 16:38:48.540873 [ 278 ] {c58b4caa-1dd3-4670-8a7d-5da568e4a736} TCPHandler: Processed in 0.00199059 sec. 2026.02.23 16:38:48.540946 [ 192 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_81_16} MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full 2026.02.23 16:38:48.540995 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:38:48.541097 [ 278 ] {38df2d8d-ae8e-40d7-82ef-ea31f52e74b4} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.23 16:38:48.541138 [ 278 ] {38df2d8d-ae8e-40d7-82ef-ea31f52e74b4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.23 16:38:48.541174 [ 192 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_81_16} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:38:48.541232 [ 192 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 1591 rows starting from the beginning of the part 2026.02.23 16:38:48.541356 [ 192 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 32 rows starting from the beginning of the part 2026.02.23 16:38:48.541466 [ 278 ] {38df2d8d-ae8e-40d7-82ef-ea31f52e74b4} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:38:48.541473 [ 192 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 10 rows starting from the beginning of the part 2026.02.23 16:38:48.541510 [ 278 ] {38df2d8d-ae8e-40d7-82ef-ea31f52e74b4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. 2026.02.23 16:38:48.541594 [ 192 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 32 rows starting from the beginning of the part 2026.02.23 16:38:48.541694 [ 192 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 10 rows starting from the beginning of the part 2026.02.23 16:38:48.541793 [ 192 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 32 rows starting from the beginning of the part 2026.02.23 16:38:48.541826 [ 278 ] {38df2d8d-ae8e-40d7-82ef-ea31f52e74b4} MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) 2026.02.23 16:38:48.542031 [ 278 ] {38df2d8d-ae8e-40d7-82ef-ea31f52e74b4} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:38:48.542170 [ 278 ] {38df2d8d-ae8e-40d7-82ef-ea31f52e74b4} executeQuery: Read 60 rows, 4.14 KiB in 0.001091 sec., 54995.417048579286 rows/sec., 3.71 MiB/sec. 2026.02.23 16:38:48.542207 [ 278 ] {38df2d8d-ae8e-40d7-82ef-ea31f52e74b4} TCPHandler: Processed in 0.001259606 sec. 2026.02.23 16:38:48.549694 [ 202 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_81_16} MergeTask::MergeProjectionsStage: Merge sorted 1707 rows, containing 19 columns (19 merged, 0 gathered) in 0.008779441 sec., 194431.51335033745 rows/sec., 348.41 MiB/sec. 2026.02.23 16:38:48.551272 [ 202 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_81_16} MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) 2026.02.23 16:38:48.551621 [ 202 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_81_16} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:38:48.551696 [ 202 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_81_16} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 2026.02.23 16:38:48.551858 [ 202 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.57 MiB. 2026.02.23 16:38:49.000195 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 344.06 MiB, peak 357.58 MiB, free memory in arenas 0.00 B, will set to 346.82 MiB (RSS), difference: 2.76 MiB 2026.02.23 16:38:50.235751 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 29304 2026.02.23 16:38:50.236276 [ 244 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:38:50.236324 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. 2026.02.23 16:38:50.236808 [ 244 ] {} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2026.02.23 16:38:50.237039 [ 244 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:38:50.237183 [ 67 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2026.02.23 16:38:50.237190 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 29304 2026.02.23 16:38:50.237262 [ 67 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:38:50.237289 [ 67 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. 2026.02.23 16:38:50.237380 [ 188 ] {e006da4c-49b0-4d27-967a-f293ec4e8bf5::all_1_61_12} MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full 2026.02.23 16:38:50.237468 [ 188 ] {e006da4c-49b0-4d27-967a-f293ec4e8bf5::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:38:50.237498 [ 188 ] {e006da4c-49b0-4d27-967a-f293ec4e8bf5::all_1_61_12} MergeTreeSequentialSource: Reading 5 marks from part all_1_56_11, total 26872 rows starting from the beginning of the part 2026.02.23 16:38:50.237555 [ 188 ] {e006da4c-49b0-4d27-967a-f293ec4e8bf5::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 512 rows starting from the beginning of the part 2026.02.23 16:38:50.237597 [ 188 ] {e006da4c-49b0-4d27-967a-f293ec4e8bf5::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 448 rows starting from the beginning of the part 2026.02.23 16:38:50.237638 [ 188 ] {e006da4c-49b0-4d27-967a-f293ec4e8bf5::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 512 rows starting from the beginning of the part 2026.02.23 16:38:50.237679 [ 188 ] {e006da4c-49b0-4d27-967a-f293ec4e8bf5::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 448 rows starting from the beginning of the part 2026.02.23 16:38:50.237717 [ 188 ] {e006da4c-49b0-4d27-967a-f293ec4e8bf5::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 512 rows starting from the beginning of the part 2026.02.23 16:38:50.240204 [ 187 ] {e006da4c-49b0-4d27-967a-f293ec4e8bf5::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 29304 rows, containing 4 columns (4 merged, 0 gathered) in 0.002866149 sec., 10224171.876619115 rows/sec., 146.26 MiB/sec. 2026.02.23 16:38:50.240712 [ 188 ] {e006da4c-49b0-4d27-967a-f293ec4e8bf5::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2026.02.23 16:38:50.240955 [ 188 ] {e006da4c-49b0-4d27-967a-f293ec4e8bf5::all_1_61_12} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:38:50.241020 [ 188 ] {e006da4c-49b0-4d27-967a-f293ec4e8bf5::all_1_61_12} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2026.02.23 16:38:50.241104 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.92 MiB. 2026.02.23 16:38:51.790943 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 460 2026.02.23 16:38:51.809232 [ 243 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:38:51.809299 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. 2026.02.23 16:38:51.817411 [ 243 ] {} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2026.02.23 16:38:51.818174 [ 243 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:38:51.818508 [ 64 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2026.02.23 16:38:51.818578 [ 64 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:38:51.818604 [ 64 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. 2026.02.23 16:38:51.818700 [ 187 ] {3c5e35cc-2202-4d2d-a2da-f2d3b912fea0::all_1_61_12} MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full 2026.02.23 16:38:51.821727 [ 187 ] {3c5e35cc-2202-4d2d-a2da-f2d3b912fea0::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:38:51.822208 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 460 2026.02.23 16:38:51.822614 [ 187 ] {3c5e35cc-2202-4d2d-a2da-f2d3b912fea0::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 422 rows starting from the beginning of the part 2026.02.23 16:38:51.826112 [ 187 ] {3c5e35cc-2202-4d2d-a2da-f2d3b912fea0::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 8 rows starting from the beginning of the part 2026.02.23 16:38:51.829613 [ 187 ] {3c5e35cc-2202-4d2d-a2da-f2d3b912fea0::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 7 rows starting from the beginning of the part 2026.02.23 16:38:51.833732 [ 187 ] {3c5e35cc-2202-4d2d-a2da-f2d3b912fea0::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 8 rows starting from the beginning of the part 2026.02.23 16:38:51.838256 [ 187 ] {3c5e35cc-2202-4d2d-a2da-f2d3b912fea0::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 7 rows starting from the beginning of the part 2026.02.23 16:38:51.842176 [ 187 ] {3c5e35cc-2202-4d2d-a2da-f2d3b912fea0::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 8 rows starting from the beginning of the part 2026.02.23 16:38:51.894656 [ 188 ] {3c5e35cc-2202-4d2d-a2da-f2d3b912fea0::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 460 rows, containing 679 columns (679 merged, 0 gathered) in 0.075992753 sec., 6053.208784263942 rows/sec., 31.30 MiB/sec. 2026.02.23 16:38:51.896773 [ 191 ] {3c5e35cc-2202-4d2d-a2da-f2d3b912fea0::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2026.02.23 16:38:51.898558 [ 191 ] {3c5e35cc-2202-4d2d-a2da-f2d3b912fea0::all_1_61_12} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:38:51.898656 [ 191 ] {3c5e35cc-2202-4d2d-a2da-f2d3b912fea0::all_1_61_12} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2026.02.23 16:38:51.900254 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB. 2026.02.23 16:38:52.827500 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 1574 2026.02.23 16:38:52.829940 [ 242 ] {} system.query_log (b83b341e-dbaf-448e-9582-20b3e6cd291d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:38:52.829998 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. 2026.02.23 16:38:52.831233 [ 242 ] {} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2026.02.23 16:38:52.831518 [ 242 ] {} system.query_log (b83b341e-dbaf-448e-9582-20b3e6cd291d): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:38:52.831910 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1574 2026.02.23 16:38:54.205480 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:38:54.205657 [ 278 ] {51c33194-f955-4274-a20a-ae9e4fec8f8c} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.23 16:38:54.205725 [ 278 ] {51c33194-f955-4274-a20a-ae9e4fec8f8c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.23 16:38:54.206401 [ 278 ] {51c33194-f955-4274-a20a-ae9e4fec8f8c} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:38:54.206448 [ 278 ] {51c33194-f955-4274-a20a-ae9e4fec8f8c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. 2026.02.23 16:38:54.206857 [ 278 ] {51c33194-f955-4274-a20a-ae9e4fec8f8c} MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) 2026.02.23 16:38:54.207135 [ 278 ] {51c33194-f955-4274-a20a-ae9e4fec8f8c} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:38:54.207313 [ 278 ] {51c33194-f955-4274-a20a-ae9e4fec8f8c} executeQuery: Read 76 rows, 6.41 KiB in 0.001705 sec., 44574.78005865103 rows/sec., 3.67 MiB/sec. 2026.02.23 16:38:54.207370 [ 278 ] {51c33194-f955-4274-a20a-ae9e4fec8f8c} TCPHandler: Processed in 0.002018491 sec. 2026.02.23 16:38:54.207513 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:38:54.207619 [ 278 ] {cab554db-002f-4a2a-8f11-2bf02f0900c5} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.23 16:38:54.207666 [ 278 ] {cab554db-002f-4a2a-8f11-2bf02f0900c5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.23 16:38:54.208105 [ 278 ] {cab554db-002f-4a2a-8f11-2bf02f0900c5} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:38:54.208145 [ 278 ] {cab554db-002f-4a2a-8f11-2bf02f0900c5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. 2026.02.23 16:38:54.208468 [ 278 ] {cab554db-002f-4a2a-8f11-2bf02f0900c5} MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) 2026.02.23 16:38:54.208693 [ 278 ] {cab554db-002f-4a2a-8f11-2bf02f0900c5} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:38:54.208831 [ 278 ] {cab554db-002f-4a2a-8f11-2bf02f0900c5} executeQuery: Read 10 rows, 770.00 B in 0.001235 sec., 8097.165991902834 rows/sec., 608.87 KiB/sec. 2026.02.23 16:38:54.208874 [ 278 ] {cab554db-002f-4a2a-8f11-2bf02f0900c5} TCPHandler: Processed in 0.001416309 sec. 2026.02.23 16:38:54.208992 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:38:54.209091 [ 278 ] {027c3567-78be-4dba-891e-9cc1f410a0ca} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.23 16:38:54.209136 [ 278 ] {027c3567-78be-4dba-891e-9cc1f410a0ca} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.23 16:38:54.209578 [ 278 ] {027c3567-78be-4dba-891e-9cc1f410a0ca} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:38:54.209617 [ 278 ] {027c3567-78be-4dba-891e-9cc1f410a0ca} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. 2026.02.23 16:38:54.209940 [ 278 ] {027c3567-78be-4dba-891e-9cc1f410a0ca} MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) 2026.02.23 16:38:54.210152 [ 278 ] {027c3567-78be-4dba-891e-9cc1f410a0ca} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:38:54.210287 [ 278 ] {027c3567-78be-4dba-891e-9cc1f410a0ca} executeQuery: Read 74 rows, 5.92 KiB in 0.001216 sec., 60855.26315789473 rows/sec., 4.75 MiB/sec. 2026.02.23 16:38:54.210328 [ 278 ] {027c3567-78be-4dba-891e-9cc1f410a0ca} TCPHandler: Processed in 0.001386508 sec. 2026.02.23 16:38:54.210455 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:38:54.210552 [ 278 ] {e52ef044-2ee8-4f59-8c61-cf66f244ca7f} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.23 16:38:54.210598 [ 278 ] {e52ef044-2ee8-4f59-8c61-cf66f244ca7f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.23 16:38:54.211022 [ 278 ] {e52ef044-2ee8-4f59-8c61-cf66f244ca7f} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:38:54.211060 [ 278 ] {e52ef044-2ee8-4f59-8c61-cf66f244ca7f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. 2026.02.23 16:38:54.211415 [ 278 ] {e52ef044-2ee8-4f59-8c61-cf66f244ca7f} MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) 2026.02.23 16:38:54.211625 [ 278 ] {e52ef044-2ee8-4f59-8c61-cf66f244ca7f} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:38:54.211760 [ 278 ] {e52ef044-2ee8-4f59-8c61-cf66f244ca7f} executeQuery: Read 160 rows, 11.41 KiB in 0.001228 sec., 130293.15960912053 rows/sec., 9.07 MiB/sec. 2026.02.23 16:38:54.211799 [ 278 ] {e52ef044-2ee8-4f59-8c61-cf66f244ca7f} TCPHandler: Processed in 0.001397039 sec. 2026.02.23 16:38:54.211912 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:38:54.212007 [ 278 ] {094fbbf8-cc86-4e33-8fb8-762620247dc8} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.23 16:38:54.212063 [ 278 ] {094fbbf8-cc86-4e33-8fb8-762620247dc8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.23 16:38:54.212848 [ 278 ] {094fbbf8-cc86-4e33-8fb8-762620247dc8} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:38:54.212884 [ 278 ] {094fbbf8-cc86-4e33-8fb8-762620247dc8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. 2026.02.23 16:38:54.213429 [ 278 ] {094fbbf8-cc86-4e33-8fb8-762620247dc8} MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) 2026.02.23 16:38:54.213677 [ 278 ] {094fbbf8-cc86-4e33-8fb8-762620247dc8} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:38:54.213828 [ 278 ] {094fbbf8-cc86-4e33-8fb8-762620247dc8} executeQuery: Read 10 rows, 18.35 KiB in 0.001839 sec., 5437.737901033171 rows/sec., 9.74 MiB/sec. 2026.02.23 16:38:54.213905 [ 278 ] {094fbbf8-cc86-4e33-8fb8-762620247dc8} TCPHandler: Processed in 0.002044112 sec. 2026.02.23 16:38:54.214015 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:38:54.214111 [ 278 ] {04cece9e-38b8-4ec4-972c-f33cb9779800} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.23 16:38:54.214155 [ 278 ] {04cece9e-38b8-4ec4-972c-f33cb9779800} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.23 16:38:54.214544 [ 278 ] {04cece9e-38b8-4ec4-972c-f33cb9779800} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:38:54.214581 [ 278 ] {04cece9e-38b8-4ec4-972c-f33cb9779800} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.29 GiB. 2026.02.23 16:38:54.214924 [ 278 ] {04cece9e-38b8-4ec4-972c-f33cb9779800} MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) 2026.02.23 16:38:54.215140 [ 278 ] {04cece9e-38b8-4ec4-972c-f33cb9779800} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:38:54.215278 [ 278 ] {04cece9e-38b8-4ec4-972c-f33cb9779800} executeQuery: Read 60 rows, 4.14 KiB in 0.001178 sec., 50933.78607809847 rows/sec., 3.43 MiB/sec. 2026.02.23 16:38:54.215322 [ 278 ] {04cece9e-38b8-4ec4-972c-f33cb9779800} TCPHandler: Processed in 0.001357368 sec. 2026.02.23 16:38:57.572346 [ 57 ] {} DNSResolver: Updating DNS cache 2026.02.23 16:38:57.572401 [ 57 ] {} DNSResolver: Updated DNS cache 2026.02.23 16:38:57.737432 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 29752 2026.02.23 16:38:57.737980 [ 244 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:38:57.738022 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. 2026.02.23 16:38:57.738503 [ 244 ] {} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2026.02.23 16:38:57.738732 [ 244 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:38:57.738862 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 29752 2026.02.23 16:38:59.205495 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:38:59.205694 [ 278 ] {087e9b9a-2d6d-494a-8cac-9c4c8fa8cefd} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.23 16:38:59.205764 [ 278 ] {087e9b9a-2d6d-494a-8cac-9c4c8fa8cefd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.23 16:38:59.206522 [ 278 ] {087e9b9a-2d6d-494a-8cac-9c4c8fa8cefd} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:38:59.206561 [ 278 ] {087e9b9a-2d6d-494a-8cac-9c4c8fa8cefd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. 2026.02.23 16:38:59.206958 [ 278 ] {087e9b9a-2d6d-494a-8cac-9c4c8fa8cefd} MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) 2026.02.23 16:38:59.207184 [ 278 ] {087e9b9a-2d6d-494a-8cac-9c4c8fa8cefd} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:38:59.207324 [ 278 ] {087e9b9a-2d6d-494a-8cac-9c4c8fa8cefd} executeQuery: Read 120 rows, 10.47 KiB in 0.001688 sec., 71090.04739336493 rows/sec., 6.06 MiB/sec. 2026.02.23 16:38:59.207366 [ 278 ] {087e9b9a-2d6d-494a-8cac-9c4c8fa8cefd} TCPHandler: Processed in 0.002014092 sec. 2026.02.23 16:38:59.207504 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:38:59.207600 [ 278 ] {3afecc78-d6d2-42c0-84de-c93892328bb8} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.23 16:38:59.207642 [ 278 ] {3afecc78-d6d2-42c0-84de-c93892328bb8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.23 16:38:59.208076 [ 278 ] {3afecc78-d6d2-42c0-84de-c93892328bb8} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:38:59.208110 [ 278 ] {3afecc78-d6d2-42c0-84de-c93892328bb8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. 2026.02.23 16:38:59.208410 [ 278 ] {3afecc78-d6d2-42c0-84de-c93892328bb8} MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) 2026.02.23 16:38:59.208606 [ 278 ] {3afecc78-d6d2-42c0-84de-c93892328bb8} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:38:59.208732 [ 278 ] {3afecc78-d6d2-42c0-84de-c93892328bb8} executeQuery: Read 32 rows, 2.41 KiB in 0.001151 sec., 27801.911381407474 rows/sec., 2.04 MiB/sec. 2026.02.23 16:38:59.208768 [ 278 ] {3afecc78-d6d2-42c0-84de-c93892328bb8} TCPHandler: Processed in 0.001312176 sec. 2026.02.23 16:38:59.208878 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:38:59.208969 [ 278 ] {a6e1ec1c-c5db-4c71-ac93-cd34a08d7867} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.23 16:38:59.209007 [ 278 ] {a6e1ec1c-c5db-4c71-ac93-cd34a08d7867} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.23 16:38:59.209429 [ 278 ] {a6e1ec1c-c5db-4c71-ac93-cd34a08d7867} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:38:59.209461 [ 278 ] {a6e1ec1c-c5db-4c71-ac93-cd34a08d7867} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. 2026.02.23 16:38:59.209752 [ 278 ] {a6e1ec1c-c5db-4c71-ac93-cd34a08d7867} MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) 2026.02.23 16:38:59.209945 [ 278 ] {a6e1ec1c-c5db-4c71-ac93-cd34a08d7867} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:38:59.210064 [ 278 ] {a6e1ec1c-c5db-4c71-ac93-cd34a08d7867} executeQuery: Read 96 rows, 7.68 KiB in 0.001113 sec., 86253.36927223719 rows/sec., 6.74 MiB/sec. 2026.02.23 16:38:59.210100 [ 278 ] {a6e1ec1c-c5db-4c71-ac93-cd34a08d7867} TCPHandler: Processed in 0.001269036 sec. 2026.02.23 16:38:59.210210 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:38:59.210307 [ 278 ] {a639a96a-08dc-40e6-a1b2-14911ff14645} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.23 16:38:59.210351 [ 278 ] {a639a96a-08dc-40e6-a1b2-14911ff14645} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.23 16:38:59.210778 [ 278 ] {a639a96a-08dc-40e6-a1b2-14911ff14645} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:38:59.210812 [ 278 ] {a639a96a-08dc-40e6-a1b2-14911ff14645} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. 2026.02.23 16:38:59.211123 [ 278 ] {a639a96a-08dc-40e6-a1b2-14911ff14645} MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) 2026.02.23 16:38:59.211320 [ 278 ] {a639a96a-08dc-40e6-a1b2-14911ff14645} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:38:59.211443 [ 278 ] {a639a96a-08dc-40e6-a1b2-14911ff14645} executeQuery: Read 160 rows, 11.41 KiB in 0.00116 sec., 137931.0344827586 rows/sec., 9.61 MiB/sec. 2026.02.23 16:38:59.211478 [ 278 ] {a639a96a-08dc-40e6-a1b2-14911ff14645} TCPHandler: Processed in 0.001315037 sec. 2026.02.23 16:38:59.211591 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:38:59.211681 [ 278 ] {350bd2c1-b0a9-42f8-8e66-6f2350599e84} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.23 16:38:59.211732 [ 278 ] {350bd2c1-b0a9-42f8-8e66-6f2350599e84} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.23 16:38:59.212544 [ 278 ] {350bd2c1-b0a9-42f8-8e66-6f2350599e84} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:38:59.212577 [ 278 ] {350bd2c1-b0a9-42f8-8e66-6f2350599e84} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. 2026.02.23 16:38:59.213116 [ 278 ] {350bd2c1-b0a9-42f8-8e66-6f2350599e84} MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) 2026.02.23 16:38:59.213322 [ 278 ] {350bd2c1-b0a9-42f8-8e66-6f2350599e84} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:38:59.213457 [ 278 ] {350bd2c1-b0a9-42f8-8e66-6f2350599e84} executeQuery: Read 32 rows, 58.72 KiB in 0.001793 sec., 17847.18349135527 rows/sec., 31.98 MiB/sec. 2026.02.23 16:38:59.213510 [ 278 ] {350bd2c1-b0a9-42f8-8e66-6f2350599e84} TCPHandler: Processed in 0.001965721 sec. 2026.02.23 16:38:59.213626 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:38:59.213718 [ 278 ] {68b73966-a5fb-4d3a-8e78-ca6457dcc000} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.23 16:38:59.213756 [ 278 ] {68b73966-a5fb-4d3a-8e78-ca6457dcc000} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.23 16:38:59.214093 [ 278 ] {68b73966-a5fb-4d3a-8e78-ca6457dcc000} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:38:59.214126 [ 278 ] {68b73966-a5fb-4d3a-8e78-ca6457dcc000} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. 2026.02.23 16:38:59.214414 [ 278 ] {68b73966-a5fb-4d3a-8e78-ca6457dcc000} MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) 2026.02.23 16:38:59.214612 [ 278 ] {68b73966-a5fb-4d3a-8e78-ca6457dcc000} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:38:59.214736 [ 278 ] {68b73966-a5fb-4d3a-8e78-ca6457dcc000} executeQuery: Read 60 rows, 4.14 KiB in 0.001036 sec., 57915.057915057914 rows/sec., 3.90 MiB/sec. 2026.02.23 16:38:59.214769 [ 278 ] {68b73966-a5fb-4d3a-8e78-ca6457dcc000} TCPHandler: Processed in 0.001190504 sec. 2026.02.23 16:38:59.322340 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 467 2026.02.23 16:38:59.337261 [ 243 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:38:59.337320 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. 2026.02.23 16:38:59.342867 [ 243 ] {} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2026.02.23 16:38:59.343558 [ 243 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:38:59.346383 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 467 2026.02.23 16:39:02.832120 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 1598 2026.02.23 16:39:02.834424 [ 242 ] {} system.query_log (b83b341e-dbaf-448e-9582-20b3e6cd291d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:39:02.834489 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. 2026.02.23 16:39:02.835741 [ 242 ] {} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2026.02.23 16:39:02.836040 [ 242 ] {} system.query_log (b83b341e-dbaf-448e-9582-20b3e6cd291d): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:39:02.836231 [ 52 ] {} system.query_log (b83b341e-dbaf-448e-9582-20b3e6cd291d) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2026.02.23 16:39:02.836301 [ 52 ] {} system.query_log (b83b341e-dbaf-448e-9582-20b3e6cd291d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:39:02.836325 [ 52 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. 2026.02.23 16:39:02.836428 [ 188 ] {b83b341e-dbaf-448e-9582-20b3e6cd291d::all_1_46_9} MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full 2026.02.23 16:39:02.836460 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1598 2026.02.23 16:39:02.836954 [ 188 ] {b83b341e-dbaf-448e-9582-20b3e6cd291d::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:39:02.837100 [ 188 ] {b83b341e-dbaf-448e-9582-20b3e6cd291d::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1458 rows starting from the beginning of the part 2026.02.23 16:39:02.837469 [ 188 ] {b83b341e-dbaf-448e-9582-20b3e6cd291d::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 30 rows starting from the beginning of the part 2026.02.23 16:39:02.837803 [ 188 ] {b83b341e-dbaf-448e-9582-20b3e6cd291d::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 24 rows starting from the beginning of the part 2026.02.23 16:39:02.838141 [ 188 ] {b83b341e-dbaf-448e-9582-20b3e6cd291d::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 30 rows starting from the beginning of the part 2026.02.23 16:39:02.838478 [ 188 ] {b83b341e-dbaf-448e-9582-20b3e6cd291d::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 32 rows starting from the beginning of the part 2026.02.23 16:39:02.838812 [ 188 ] {b83b341e-dbaf-448e-9582-20b3e6cd291d::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 24 rows starting from the beginning of the part 2026.02.23 16:39:02.845461 [ 191 ] {b83b341e-dbaf-448e-9582-20b3e6cd291d::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 1598 rows, containing 72 columns (72 merged, 0 gathered) in 0.009073767 sec., 176112.08222560707 rows/sec., 138.93 MiB/sec. 2026.02.23 16:39:02.847290 [ 197 ] {b83b341e-dbaf-448e-9582-20b3e6cd291d::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2026.02.23 16:39:02.847957 [ 197 ] {b83b341e-dbaf-448e-9582-20b3e6cd291d::all_1_46_9} system.query_log (b83b341e-dbaf-448e-9582-20b3e6cd291d): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:39:02.848045 [ 197 ] {b83b341e-dbaf-448e-9582-20b3e6cd291d::all_1_46_9} system.query_log (b83b341e-dbaf-448e-9582-20b3e6cd291d) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2026.02.23 16:39:02.848378 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.92 MiB. 2026.02.23 16:39:04.213074 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:39:04.213254 [ 278 ] {4be60934-2b53-4891-a6a3-7d39b1e5377d} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.02.23 16:39:04.213336 [ 278 ] {4be60934-2b53-4891-a6a3-7d39b1e5377d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.02.23 16:39:04.214147 [ 278 ] {4be60934-2b53-4891-a6a3-7d39b1e5377d} oximeter.fields_i16 (91b3829e-2a99-49e1-955c-43ffdc3fb409): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:39:04.214188 [ 278 ] {4be60934-2b53-4891-a6a3-7d39b1e5377d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. 2026.02.23 16:39:04.214588 [ 278 ] {4be60934-2b53-4891-a6a3-7d39b1e5377d} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.02.23 16:39:04.214835 [ 278 ] {4be60934-2b53-4891-a6a3-7d39b1e5377d} oximeter.fields_i16 (91b3829e-2a99-49e1-955c-43ffdc3fb409): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:39:04.214994 [ 278 ] {4be60934-2b53-4891-a6a3-7d39b1e5377d} executeQuery: Read 284 rows, 18.47 KiB in 0.001787 sec., 158925.57358701734 rows/sec., 10.09 MiB/sec. 2026.02.23 16:39:04.215063 [ 278 ] {4be60934-2b53-4891-a6a3-7d39b1e5377d} TCPHandler: Processed in 0.002114483 sec. 2026.02.23 16:39:04.215215 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:39:04.215321 [ 278 ] {023a5214-8ec2-420d-a7e9-2e349c299d94} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.02.23 16:39:04.215366 [ 278 ] {023a5214-8ec2-420d-a7e9-2e349c299d94} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.02.23 16:39:04.215803 [ 278 ] {023a5214-8ec2-420d-a7e9-2e349c299d94} oximeter.fields_ipaddr (aca7842a-9245-4e3c-8c67-e3828bf88048): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:39:04.215839 [ 278 ] {023a5214-8ec2-420d-a7e9-2e349c299d94} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. 2026.02.23 16:39:04.216148 [ 278 ] {023a5214-8ec2-420d-a7e9-2e349c299d94} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.02.23 16:39:04.216386 [ 278 ] {023a5214-8ec2-420d-a7e9-2e349c299d94} oximeter.fields_ipaddr (aca7842a-9245-4e3c-8c67-e3828bf88048): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:39:04.216521 [ 278 ] {023a5214-8ec2-420d-a7e9-2e349c299d94} executeQuery: Read 4 rows, 334.00 B in 0.001224 sec., 3267.97385620915 rows/sec., 266.48 KiB/sec. 2026.02.23 16:39:04.216561 [ 278 ] {023a5214-8ec2-420d-a7e9-2e349c299d94} TCPHandler: Processed in 0.001404549 sec. 2026.02.23 16:39:04.216691 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:39:04.216792 [ 278 ] {ad519a2d-529b-4cad-8b50-05b29cb59afe} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.23 16:39:04.216833 [ 278 ] {ad519a2d-529b-4cad-8b50-05b29cb59afe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.23 16:39:04.217659 [ 278 ] {ad519a2d-529b-4cad-8b50-05b29cb59afe} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:39:04.217695 [ 278 ] {ad519a2d-529b-4cad-8b50-05b29cb59afe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. 2026.02.23 16:39:04.218053 [ 278 ] {ad519a2d-529b-4cad-8b50-05b29cb59afe} MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) 2026.02.23 16:39:04.218269 [ 278 ] {ad519a2d-529b-4cad-8b50-05b29cb59afe} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:39:04.218387 [ 51 ] {} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 2026.02.23 16:39:04.218400 [ 278 ] {ad519a2d-529b-4cad-8b50-05b29cb59afe} executeQuery: Read 819 rows, 66.34 KiB in 0.001629 sec., 502762.4309392265 rows/sec., 39.77 MiB/sec. 2026.02.23 16:39:04.218425 [ 51 ] {} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:39:04.218445 [ 51 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. 2026.02.23 16:39:04.218445 [ 278 ] {ad519a2d-529b-4cad-8b50-05b29cb59afe} TCPHandler: Processed in 0.001804748 sec. 2026.02.23 16:39:04.218554 [ 188 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_91_18} MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full 2026.02.23 16:39:04.218566 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:39:04.218683 [ 188 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_91_18} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:39:04.218689 [ 278 ] {1092e2e8-2515-4848-91a1-d868a0798eb9} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.23 16:39:04.218722 [ 188 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 2155 rows starting from the beginning of the part 2026.02.23 16:39:04.218742 [ 278 ] {1092e2e8-2515-4848-91a1-d868a0798eb9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.23 16:39:04.218792 [ 188 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 76 rows starting from the beginning of the part 2026.02.23 16:39:04.218841 [ 188 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 1382 rows starting from the beginning of the part 2026.02.23 16:39:04.218882 [ 188 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 76 rows starting from the beginning of the part 2026.02.23 16:39:04.218921 [ 188 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 120 rows starting from the beginning of the part 2026.02.23 16:39:04.218960 [ 188 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 819 rows starting from the beginning of the part 2026.02.23 16:39:04.219198 [ 278 ] {1092e2e8-2515-4848-91a1-d868a0798eb9} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:39:04.219239 [ 278 ] {1092e2e8-2515-4848-91a1-d868a0798eb9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. 2026.02.23 16:39:04.219569 [ 278 ] {1092e2e8-2515-4848-91a1-d868a0798eb9} MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) 2026.02.23 16:39:04.219801 [ 278 ] {1092e2e8-2515-4848-91a1-d868a0798eb9} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:39:04.219930 [ 278 ] {1092e2e8-2515-4848-91a1-d868a0798eb9} executeQuery: Read 156 rows, 9.57 KiB in 0.00126 sec., 123809.5238095238 rows/sec., 7.42 MiB/sec. 2026.02.23 16:39:04.219969 [ 278 ] {1092e2e8-2515-4848-91a1-d868a0798eb9} TCPHandler: Processed in 0.00145423 sec. 2026.02.23 16:39:04.220080 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:39:04.220174 [ 278 ] {b1919f0e-56b9-463a-a968-9b5a0fa8e213} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.02.23 16:39:04.220213 [ 278 ] {b1919f0e-56b9-463a-a968-9b5a0fa8e213} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.02.23 16:39:04.220645 [ 278 ] {b1919f0e-56b9-463a-a968-9b5a0fa8e213} oximeter.fields_u32 (3630ead0-c5da-4e23-a9d2-59d0589dc119): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:39:04.220679 [ 278 ] {b1919f0e-56b9-463a-a968-9b5a0fa8e213} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. 2026.02.23 16:39:04.220855 [ 195 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_91_18} MergeTask::MergeProjectionsStage: Merge sorted 4628 rows, containing 5 columns (5 merged, 0 gathered) in 0.002353318 sec., 1966585.0514040175 rows/sec., 169.20 MiB/sec. 2026.02.23 16:39:04.220976 [ 278 ] {b1919f0e-56b9-463a-a968-9b5a0fa8e213} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.02.23 16:39:04.221130 [ 200 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_91_18} MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) 2026.02.23 16:39:04.221206 [ 278 ] {b1919f0e-56b9-463a-a968-9b5a0fa8e213} oximeter.fields_u32 (3630ead0-c5da-4e23-a9d2-59d0589dc119): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:39:04.221354 [ 278 ] {b1919f0e-56b9-463a-a968-9b5a0fa8e213} executeQuery: Read 149 rows, 9.86 KiB in 0.001198 sec., 124373.95659432387 rows/sec., 8.04 MiB/sec. 2026.02.23 16:39:04.221396 [ 278 ] {b1919f0e-56b9-463a-a968-9b5a0fa8e213} TCPHandler: Processed in 0.001365578 sec. 2026.02.23 16:39:04.221482 [ 200 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_91_18} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:39:04.221508 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:39:04.221578 [ 200 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_91_18} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 2026.02.23 16:39:04.221607 [ 278 ] {84d79107-d5b4-412b-bd44-95b4b69a41d4} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.02.23 16:39:04.221651 [ 278 ] {84d79107-d5b4-412b-bd44-95b4b69a41d4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.02.23 16:39:04.221672 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.05 MiB. 2026.02.23 16:39:04.222088 [ 278 ] {84d79107-d5b4-412b-bd44-95b4b69a41d4} oximeter.fields_u8 (bee44bc4-3670-4879-9501-74bd8c0c3792): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:39:04.222128 [ 278 ] {84d79107-d5b4-412b-bd44-95b4b69a41d4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. 2026.02.23 16:39:04.222444 [ 278 ] {84d79107-d5b4-412b-bd44-95b4b69a41d4} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.02.23 16:39:04.222654 [ 278 ] {84d79107-d5b4-412b-bd44-95b4b69a41d4} oximeter.fields_u8 (bee44bc4-3670-4879-9501-74bd8c0c3792): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:39:04.222777 [ 278 ] {84d79107-d5b4-412b-bd44-95b4b69a41d4} executeQuery: Read 148 rows, 8.62 KiB in 0.001188 sec., 124579.12457912457 rows/sec., 7.09 MiB/sec. 2026.02.23 16:39:04.222816 [ 278 ] {84d79107-d5b4-412b-bd44-95b4b69a41d4} TCPHandler: Processed in 0.001357838 sec. 2026.02.23 16:39:04.222928 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:39:04.223022 [ 278 ] {b19cba4e-bb95-424f-9ac8-fd51d0ead4f4} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.23 16:39:04.223061 [ 278 ] {b19cba4e-bb95-424f-9ac8-fd51d0ead4f4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.23 16:39:04.223659 [ 278 ] {b19cba4e-bb95-424f-9ac8-fd51d0ead4f4} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:39:04.223694 [ 278 ] {b19cba4e-bb95-424f-9ac8-fd51d0ead4f4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. 2026.02.23 16:39:04.224018 [ 278 ] {b19cba4e-bb95-424f-9ac8-fd51d0ead4f4} MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) 2026.02.23 16:39:04.224234 [ 278 ] {b19cba4e-bb95-424f-9ac8-fd51d0ead4f4} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:39:04.224337 [ 51 ] {} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 2026.02.23 16:39:04.224362 [ 278 ] {b19cba4e-bb95-424f-9ac8-fd51d0ead4f4} executeQuery: Read 504 rows, 36.31 KiB in 0.001358 sec., 371134.0206185567 rows/sec., 26.11 MiB/sec. 2026.02.23 16:39:04.224365 [ 51 ] {} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:39:04.224391 [ 51 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. 2026.02.23 16:39:04.224400 [ 278 ] {b19cba4e-bb95-424f-9ac8-fd51d0ead4f4} TCPHandler: Processed in 0.001521871 sec. 2026.02.23 16:39:04.224462 [ 200 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_91_18} MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full 2026.02.23 16:39:04.224505 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:39:04.224551 [ 200 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_91_18} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:39:04.224580 [ 200 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 1064 rows starting from the beginning of the part 2026.02.23 16:39:04.224602 [ 278 ] {9a23b884-a34c-46ab-8fde-2d73d051ec2c} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.02.23 16:39:04.224631 [ 200 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 74 rows starting from the beginning of the part 2026.02.23 16:39:04.224649 [ 278 ] {9a23b884-a34c-46ab-8fde-2d73d051ec2c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.02.23 16:39:04.224681 [ 200 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 592 rows starting from the beginning of the part 2026.02.23 16:39:04.224726 [ 200 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 74 rows starting from the beginning of the part 2026.02.23 16:39:04.224763 [ 200 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 96 rows starting from the beginning of the part 2026.02.23 16:39:04.224802 [ 200 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 504 rows starting from the beginning of the part 2026.02.23 16:39:04.225000 [ 278 ] {9a23b884-a34c-46ab-8fde-2d73d051ec2c} oximeter.measurements_bool (4d7206cf-919d-48fb-bf2a-954f10b7f89e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:39:04.225042 [ 278 ] {9a23b884-a34c-46ab-8fde-2d73d051ec2c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. 2026.02.23 16:39:04.225378 [ 278 ] {9a23b884-a34c-46ab-8fde-2d73d051ec2c} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.02.23 16:39:04.225597 [ 278 ] {9a23b884-a34c-46ab-8fde-2d73d051ec2c} oximeter.measurements_bool (4d7206cf-919d-48fb-bf2a-954f10b7f89e): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:39:04.225723 [ 278 ] {9a23b884-a34c-46ab-8fde-2d73d051ec2c} executeQuery: Read 6 rows, 321.00 B in 0.001139 sec., 5267.778753292361 rows/sec., 275.22 KiB/sec. 2026.02.23 16:39:04.225761 [ 278 ] {9a23b884-a34c-46ab-8fde-2d73d051ec2c} TCPHandler: Processed in 0.001303607 sec. 2026.02.23 16:39:04.225861 [ 199 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_91_18} MergeTask::MergeProjectionsStage: Merge sorted 2404 rows, containing 5 columns (5 merged, 0 gathered) in 0.001429689 sec., 1681484.574617277 rows/sec., 129.85 MiB/sec. 2026.02.23 16:39:04.225866 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:39:04.225975 [ 278 ] {18148086-689b-4f4d-ac27-b253d18118ac} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.23 16:39:04.226018 [ 278 ] {18148086-689b-4f4d-ac27-b253d18118ac} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.23 16:39:04.226026 [ 200 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_91_18} MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) 2026.02.23 16:39:04.226260 [ 200 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_91_18} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:39:04.226334 [ 200 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_91_18} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 2026.02.23 16:39:04.226401 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.62 MiB. 2026.02.23 16:39:04.226451 [ 278 ] {18148086-689b-4f4d-ac27-b253d18118ac} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:39:04.226493 [ 278 ] {18148086-689b-4f4d-ac27-b253d18118ac} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. 2026.02.23 16:39:04.226837 [ 278 ] {18148086-689b-4f4d-ac27-b253d18118ac} MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) 2026.02.23 16:39:04.227073 [ 278 ] {18148086-689b-4f4d-ac27-b253d18118ac} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:39:04.227187 [ 51 ] {} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 2026.02.23 16:39:04.227200 [ 278 ] {18148086-689b-4f4d-ac27-b253d18118ac} executeQuery: Read 267 rows, 18.17 KiB in 0.001242 sec., 214975.845410628 rows/sec., 14.29 MiB/sec. 2026.02.23 16:39:04.227217 [ 51 ] {} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:39:04.227234 [ 51 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. 2026.02.23 16:39:04.227238 [ 278 ] {18148086-689b-4f4d-ac27-b253d18118ac} TCPHandler: Processed in 0.00142068 sec. 2026.02.23 16:39:04.227302 [ 195 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_91_18} MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full 2026.02.23 16:39:04.227358 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:39:04.227403 [ 195 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_91_18} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:39:04.227432 [ 195 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_91_18} MergeTreeSequentialSource: Reading 5 marks from part all_1_86_17, total 25753 rows starting from the beginning of the part 2026.02.23 16:39:04.227451 [ 278 ] {3f7232c8-295c-42f3-b8b1-8366100d4edb} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.02.23 16:39:04.227487 [ 195 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 160 rows starting from the beginning of the part 2026.02.23 16:39:04.227493 [ 278 ] {3f7232c8-295c-42f3-b8b1-8366100d4edb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.02.23 16:39:04.227533 [ 195 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 918 rows starting from the beginning of the part 2026.02.23 16:39:04.227576 [ 195 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 160 rows starting from the beginning of the part 2026.02.23 16:39:04.227614 [ 195 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 160 rows starting from the beginning of the part 2026.02.23 16:39:04.227652 [ 195 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 267 rows starting from the beginning of the part 2026.02.23 16:39:04.227810 [ 278 ] {3f7232c8-295c-42f3-b8b1-8366100d4edb} oximeter.measurements_f64 (97dc9cb4-ce5b-499b-8326-a1427ee1bb47): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:39:04.227844 [ 278 ] {3f7232c8-295c-42f3-b8b1-8366100d4edb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. 2026.02.23 16:39:04.228140 [ 278 ] {3f7232c8-295c-42f3-b8b1-8366100d4edb} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.02.23 16:39:04.228356 [ 278 ] {3f7232c8-295c-42f3-b8b1-8366100d4edb} oximeter.measurements_f64 (97dc9cb4-ce5b-499b-8326-a1427ee1bb47): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:39:04.228482 [ 278 ] {3f7232c8-295c-42f3-b8b1-8366100d4edb} executeQuery: Read 1 rows, 69.00 B in 0.001048 sec., 954.1984732824427 rows/sec., 64.30 KiB/sec. 2026.02.23 16:39:04.228518 [ 278 ] {3f7232c8-295c-42f3-b8b1-8366100d4edb} TCPHandler: Processed in 0.001209145 sec. 2026.02.23 16:39:04.228626 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:39:04.228718 [ 278 ] {585a0471-851e-4fd1-853f-7a9bb05d47f8} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.23 16:39:04.228771 [ 278 ] {585a0471-851e-4fd1-853f-7a9bb05d47f8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.23 16:39:04.229543 [ 278 ] {585a0471-851e-4fd1-853f-7a9bb05d47f8} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:39:04.229577 [ 278 ] {585a0471-851e-4fd1-853f-7a9bb05d47f8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. 2026.02.23 16:39:04.230237 [ 278 ] {585a0471-851e-4fd1-853f-7a9bb05d47f8} MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) 2026.02.23 16:39:04.230482 [ 278 ] {585a0471-851e-4fd1-853f-7a9bb05d47f8} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:39:04.230633 [ 278 ] {585a0471-851e-4fd1-853f-7a9bb05d47f8} executeQuery: Read 10 rows, 18.35 KiB in 0.001931 sec., 5178.663904712585 rows/sec., 9.28 MiB/sec. 2026.02.23 16:39:04.230716 [ 278 ] {585a0471-851e-4fd1-853f-7a9bb05d47f8} TCPHandler: Processed in 0.002137344 sec. 2026.02.23 16:39:04.230831 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:39:04.230923 [ 278 ] {64b99d83-3a90-46ee-bca2-66dcf224dee0} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.23 16:39:04.230964 [ 278 ] {64b99d83-3a90-46ee-bca2-66dcf224dee0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.23 16:39:04.231297 [ 278 ] {64b99d83-3a90-46ee-bca2-66dcf224dee0} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:39:04.231332 [ 278 ] {64b99d83-3a90-46ee-bca2-66dcf224dee0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. 2026.02.23 16:39:04.231646 [ 278 ] {64b99d83-3a90-46ee-bca2-66dcf224dee0} MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) 2026.02.23 16:39:04.231880 [ 278 ] {64b99d83-3a90-46ee-bca2-66dcf224dee0} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:39:04.232007 [ 278 ] {64b99d83-3a90-46ee-bca2-66dcf224dee0} executeQuery: Read 90 rows, 5.77 KiB in 0.001102 sec., 81669.69147005446 rows/sec., 5.11 MiB/sec. 2026.02.23 16:39:04.232029 [ 49 ] {} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 2026.02.23 16:39:04.232046 [ 278 ] {64b99d83-3a90-46ee-bca2-66dcf224dee0} TCPHandler: Processed in 0.001263686 sec. 2026.02.23 16:39:04.232101 [ 49 ] {} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:39:04.232133 [ 49 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. 2026.02.23 16:39:04.232219 [ 200 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_91_18} MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full 2026.02.23 16:39:04.232313 [ 200 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_91_18} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:39:04.232338 [ 200 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 5100 rows starting from the beginning of the part 2026.02.23 16:39:04.232381 [ 200 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 60 rows starting from the beginning of the part 2026.02.23 16:39:04.232417 [ 200 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 60 rows starting from the beginning of the part 2026.02.23 16:39:04.232448 [ 200 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 60 rows starting from the beginning of the part 2026.02.23 16:39:04.232480 [ 200 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 60 rows starting from the beginning of the part 2026.02.23 16:39:04.232511 [ 200 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 90 rows starting from the beginning of the part 2026.02.23 16:39:04.234256 [ 186 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_91_18} MergeTask::MergeProjectionsStage: Merge sorted 5430 rows, containing 4 columns (4 merged, 0 gathered) in 0.002064863 sec., 2629714.4168886747 rows/sec., 173.76 MiB/sec. 2026.02.23 16:39:04.234287 [ 200 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_91_18} MergeTask::MergeProjectionsStage: Merge sorted 27418 rows, containing 5 columns (5 merged, 0 gathered) in 0.007016274 sec., 3907772.130905948 rows/sec., 266.69 MiB/sec. 2026.02.23 16:39:04.234689 [ 193 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_91_18} MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) 2026.02.23 16:39:04.234795 [ 190 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_91_18} MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) 2026.02.23 16:39:04.235039 [ 193 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_91_18} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:39:04.235137 [ 193 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_91_18} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 2026.02.23 16:39:04.235187 [ 190 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_91_18} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:39:04.235236 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.13 MiB. 2026.02.23 16:39:04.235297 [ 190 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_91_18} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 2026.02.23 16:39:04.235421 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.31 MiB. 2026.02.23 16:39:05.238992 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 30264 2026.02.23 16:39:05.239799 [ 244 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:39:05.239866 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. 2026.02.23 16:39:05.240431 [ 244 ] {} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2026.02.23 16:39:05.240656 [ 244 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:39:05.240790 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 30264 2026.02.23 16:39:06.847415 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 475 2026.02.23 16:39:06.864409 [ 243 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:39:06.864471 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. 2026.02.23 16:39:06.870655 [ 243 ] {} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2026.02.23 16:39:06.871385 [ 243 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:39:06.874759 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 475 2026.02.23 16:39:09.206803 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:39:09.206996 [ 278 ] {d0f8e11e-e828-4bc4-9812-d4cbe7ddf4c8} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.23 16:39:09.207062 [ 278 ] {d0f8e11e-e828-4bc4-9812-d4cbe7ddf4c8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.23 16:39:09.207759 [ 278 ] {d0f8e11e-e828-4bc4-9812-d4cbe7ddf4c8} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:39:09.207800 [ 278 ] {d0f8e11e-e828-4bc4-9812-d4cbe7ddf4c8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. 2026.02.23 16:39:09.208211 [ 278 ] {d0f8e11e-e828-4bc4-9812-d4cbe7ddf4c8} MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) 2026.02.23 16:39:09.208445 [ 278 ] {d0f8e11e-e828-4bc4-9812-d4cbe7ddf4c8} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:39:09.208605 [ 278 ] {d0f8e11e-e828-4bc4-9812-d4cbe7ddf4c8} executeQuery: Read 120 rows, 10.47 KiB in 0.001657 sec., 72420.03621001811 rows/sec., 6.17 MiB/sec. 2026.02.23 16:39:09.208662 [ 278 ] {d0f8e11e-e828-4bc4-9812-d4cbe7ddf4c8} TCPHandler: Processed in 0.001983131 sec. 2026.02.23 16:39:09.208791 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:39:09.208891 [ 278 ] {8777e9f8-81a0-45ff-9bd8-6820e8649519} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.23 16:39:09.208933 [ 278 ] {8777e9f8-81a0-45ff-9bd8-6820e8649519} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.23 16:39:09.209358 [ 278 ] {8777e9f8-81a0-45ff-9bd8-6820e8649519} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:39:09.209393 [ 278 ] {8777e9f8-81a0-45ff-9bd8-6820e8649519} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. 2026.02.23 16:39:09.209700 [ 278 ] {8777e9f8-81a0-45ff-9bd8-6820e8649519} MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) 2026.02.23 16:39:09.209913 [ 278 ] {8777e9f8-81a0-45ff-9bd8-6820e8649519} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:39:09.210039 [ 278 ] {8777e9f8-81a0-45ff-9bd8-6820e8649519} executeQuery: Read 32 rows, 2.41 KiB in 0.001171 sec., 27327.070879590094 rows/sec., 2.01 MiB/sec. 2026.02.23 16:39:09.210077 [ 278 ] {8777e9f8-81a0-45ff-9bd8-6820e8649519} TCPHandler: Processed in 0.001337787 sec. 2026.02.23 16:39:09.210248 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:39:09.210343 [ 278 ] {738c2678-12cc-49d7-8e5a-e5a7dd024180} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.23 16:39:09.210383 [ 278 ] {738c2678-12cc-49d7-8e5a-e5a7dd024180} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.23 16:39:09.210833 [ 278 ] {738c2678-12cc-49d7-8e5a-e5a7dd024180} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:39:09.210867 [ 278 ] {738c2678-12cc-49d7-8e5a-e5a7dd024180} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. 2026.02.23 16:39:09.211171 [ 278 ] {738c2678-12cc-49d7-8e5a-e5a7dd024180} MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) 2026.02.23 16:39:09.211397 [ 278 ] {738c2678-12cc-49d7-8e5a-e5a7dd024180} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:39:09.211523 [ 278 ] {738c2678-12cc-49d7-8e5a-e5a7dd024180} executeQuery: Read 96 rows, 7.68 KiB in 0.001199 sec., 80066.72226855713 rows/sec., 6.25 MiB/sec. 2026.02.23 16:39:09.211561 [ 278 ] {738c2678-12cc-49d7-8e5a-e5a7dd024180} TCPHandler: Processed in 0.001361448 sec. 2026.02.23 16:39:09.211687 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:39:09.211780 [ 278 ] {f9582e97-09bb-408a-9dfd-ac41d2571e2d} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.23 16:39:09.211826 [ 278 ] {f9582e97-09bb-408a-9dfd-ac41d2571e2d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.23 16:39:09.212255 [ 278 ] {f9582e97-09bb-408a-9dfd-ac41d2571e2d} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:39:09.212290 [ 278 ] {f9582e97-09bb-408a-9dfd-ac41d2571e2d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. 2026.02.23 16:39:09.212629 [ 278 ] {f9582e97-09bb-408a-9dfd-ac41d2571e2d} MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) 2026.02.23 16:39:09.212842 [ 278 ] {f9582e97-09bb-408a-9dfd-ac41d2571e2d} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:39:09.212974 [ 278 ] {f9582e97-09bb-408a-9dfd-ac41d2571e2d} executeQuery: Read 160 rows, 11.41 KiB in 0.001211 sec., 132122.21304706854 rows/sec., 9.20 MiB/sec. 2026.02.23 16:39:09.213015 [ 278 ] {f9582e97-09bb-408a-9dfd-ac41d2571e2d} TCPHandler: Processed in 0.001385029 sec. 2026.02.23 16:39:09.213131 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:39:09.213224 [ 278 ] {84b72a8f-dbd3-4164-93f5-b00287305acc} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.23 16:39:09.213279 [ 278 ] {84b72a8f-dbd3-4164-93f5-b00287305acc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.23 16:39:09.214116 [ 278 ] {84b72a8f-dbd3-4164-93f5-b00287305acc} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:39:09.214153 [ 278 ] {84b72a8f-dbd3-4164-93f5-b00287305acc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. 2026.02.23 16:39:09.214713 [ 278 ] {84b72a8f-dbd3-4164-93f5-b00287305acc} MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) 2026.02.23 16:39:09.214936 [ 278 ] {84b72a8f-dbd3-4164-93f5-b00287305acc} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:39:09.215077 [ 278 ] {84b72a8f-dbd3-4164-93f5-b00287305acc} executeQuery: Read 32 rows, 58.72 KiB in 0.001872 sec., 17094.017094017094 rows/sec., 30.63 MiB/sec. 2026.02.23 16:39:09.215143 [ 278 ] {84b72a8f-dbd3-4164-93f5-b00287305acc} TCPHandler: Processed in 0.002061593 sec. 2026.02.23 16:39:09.215260 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:39:09.215354 [ 278 ] {6dc8fec7-7f68-4b2c-8a49-e23831aad42d} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.23 16:39:09.215395 [ 278 ] {6dc8fec7-7f68-4b2c-8a49-e23831aad42d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.23 16:39:09.215732 [ 278 ] {6dc8fec7-7f68-4b2c-8a49-e23831aad42d} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:39:09.215767 [ 278 ] {6dc8fec7-7f68-4b2c-8a49-e23831aad42d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. 2026.02.23 16:39:09.216072 [ 278 ] {6dc8fec7-7f68-4b2c-8a49-e23831aad42d} MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) 2026.02.23 16:39:09.216289 [ 278 ] {6dc8fec7-7f68-4b2c-8a49-e23831aad42d} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:39:09.216412 [ 278 ] {6dc8fec7-7f68-4b2c-8a49-e23831aad42d} executeQuery: Read 60 rows, 4.14 KiB in 0.001076 sec., 55762.081784386624 rows/sec., 3.76 MiB/sec. 2026.02.23 16:39:09.216447 [ 278 ] {6dc8fec7-7f68-4b2c-8a49-e23831aad42d} TCPHandler: Processed in 0.001236195 sec. 2026.02.23 16:39:11.197927 [ 352 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57045 2026.02.23 16:39:11.198047 [ 352 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:39:11.198078 [ 352 ] {} TCP-Session: 580e8025-4754-4edb-8295-2e53f6b411f2 Authenticating user 'default' from [fd00:1122:3344:101::e]:57045 2026.02.23 16:39:11.198104 [ 352 ] {} TCP-Session: 580e8025-4754-4edb-8295-2e53f6b411f2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:39:11.198119 [ 352 ] {} TCP-Session: 580e8025-4754-4edb-8295-2e53f6b411f2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:39:11.198486 [ 352 ] {} TCP-Session: 580e8025-4754-4edb-8295-2e53f6b411f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:39:11.198656 [ 352 ] {13bdeb76-a67f-4f63-b62a-6f6094d8aa81} executeQuery: (from [fd00:1122:3344:101::e]:57045) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.02.23 16:39:11.198920 [ 352 ] {13bdeb76-a67f-4f63-b62a-6f6094d8aa81} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.02.23 16:39:11.198977 [ 352 ] {13bdeb76-a67f-4f63-b62a-6f6094d8aa81} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.23 16:39:11.199263 [ 352 ] {13bdeb76-a67f-4f63-b62a-6f6094d8aa81} oximeter.version (5b0048b8-9e05-4abf-ab1d-311c7f35e206) (SelectExecutor): Key condition: unknown 2026.02.23 16:39:11.200195 [ 305 ] {13bdeb76-a67f-4f63-b62a-6f6094d8aa81} AggregatingTransform: Aggregating 2026.02.23 16:39:11.200259 [ 305 ] {13bdeb76-a67f-4f63-b62a-6f6094d8aa81} Aggregator: Aggregation method: without_key 2026.02.23 16:39:11.200296 [ 305 ] {13bdeb76-a67f-4f63-b62a-6f6094d8aa81} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000932779 sec. (1072.065 rows/sec., 41.88 KiB/sec.) 2026.02.23 16:39:11.200314 [ 305 ] {13bdeb76-a67f-4f63-b62a-6f6094d8aa81} Aggregator: Merging aggregated data 2026.02.23 16:39:11.200714 [ 356 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39151 2026.02.23 16:39:11.200777 [ 357 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34709 2026.02.23 16:39:11.200814 [ 356 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:39:11.200820 [ 358 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63715 2026.02.23 16:39:11.200859 [ 356 ] {} TCP-Session: ce2f0d9b-a6f0-4a3a-9bf5-d4097a4540b3 Authenticating user 'default' from [fd00:1122:3344:101::e]:39151 2026.02.23 16:39:11.200862 [ 359 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34226 2026.02.23 16:39:11.200889 [ 356 ] {} TCP-Session: ce2f0d9b-a6f0-4a3a-9bf5-d4097a4540b3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:39:11.200897 [ 360 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40198 2026.02.23 16:39:11.200915 [ 356 ] {} TCP-Session: ce2f0d9b-a6f0-4a3a-9bf5-d4097a4540b3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:39:11.200916 [ 358 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:39:11.200937 [ 361 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52410 2026.02.23 16:39:11.200956 [ 359 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:39:11.200969 [ 358 ] {} TCP-Session: 80ede3db-2719-4b20-9513-d097f49bffe9 Authenticating user 'default' from [fd00:1122:3344:101::e]:63715 2026.02.23 16:39:11.201002 [ 359 ] {} TCP-Session: 9ed73244-a9d2-4918-bfa3-62bfd8e5905a Authenticating user 'default' from [fd00:1122:3344:101::e]:34226 2026.02.23 16:39:11.201021 [ 358 ] {} TCP-Session: 80ede3db-2719-4b20-9513-d097f49bffe9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:39:11.201030 [ 362 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57892 2026.02.23 16:39:11.201051 [ 358 ] {} TCP-Session: 80ede3db-2719-4b20-9513-d097f49bffe9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:39:11.201039 [ 359 ] {} TCP-Session: 9ed73244-a9d2-4918-bfa3-62bfd8e5905a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:39:11.201025 [ 363 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50446 2026.02.23 16:39:11.201109 [ 359 ] {} TCP-Session: 9ed73244-a9d2-4918-bfa3-62bfd8e5905a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:39:11.200898 [ 357 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:39:11.201253 [ 357 ] {} TCP-Session: bfea6537-666a-421c-b026-f473e8f6e562 Authenticating user 'default' from [fd00:1122:3344:101::e]:34709 2026.02.23 16:39:11.201281 [ 357 ] {} TCP-Session: bfea6537-666a-421c-b026-f473e8f6e562 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:39:11.201298 [ 357 ] {} TCP-Session: bfea6537-666a-421c-b026-f473e8f6e562 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:39:11.201461 [ 360 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:39:11.201509 [ 360 ] {} TCP-Session: cf772170-1a9d-4df3-891a-fa866ea00ca3 Authenticating user 'default' from [fd00:1122:3344:101::e]:40198 2026.02.23 16:39:11.201525 [ 360 ] {} TCP-Session: cf772170-1a9d-4df3-891a-fa866ea00ca3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:39:11.201540 [ 360 ] {} TCP-Session: cf772170-1a9d-4df3-891a-fa866ea00ca3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:39:11.201585 [ 361 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:39:11.201625 [ 361 ] {} TCP-Session: 9c79acb3-e4ad-43e1-846b-8b45a400d445 Authenticating user 'default' from [fd00:1122:3344:101::e]:52410 2026.02.23 16:39:11.201642 [ 361 ] {} TCP-Session: 9c79acb3-e4ad-43e1-846b-8b45a400d445 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:39:11.201655 [ 361 ] {} TCP-Session: 9c79acb3-e4ad-43e1-846b-8b45a400d445 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:39:11.201940 [ 352 ] {13bdeb76-a67f-4f63-b62a-6f6094d8aa81} executeQuery: Read 1 rows, 40.00 B in 0.003335 sec., 299.85007496251876 rows/sec., 11.71 KiB/sec. 2026.02.23 16:39:11.202076 [ 363 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:39:11.202097 [ 352 ] {13bdeb76-a67f-4f63-b62a-6f6094d8aa81} TCPHandler: Processed in 0.003735437 sec. 2026.02.23 16:39:11.202121 [ 363 ] {} TCP-Session: 6890ed6d-c9b3-4199-b9c1-9ec616922168 Authenticating user 'default' from [fd00:1122:3344:101::e]:50446 2026.02.23 16:39:11.202153 [ 363 ] {} TCP-Session: 6890ed6d-c9b3-4199-b9c1-9ec616922168 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:39:11.202171 [ 363 ] {} TCP-Session: 6890ed6d-c9b3-4199-b9c1-9ec616922168 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:39:11.202197 [ 362 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:39:11.202213 [ 352 ] {} TCPHandler: Done processing connection. 2026.02.23 16:39:11.202241 [ 362 ] {} TCP-Session: f05f9a72-bc59-49fd-ba50-1a3f9ce49744 Authenticating user 'default' from [fd00:1122:3344:101::e]:57892 2026.02.23 16:39:11.202244 [ 356 ] {} TCPHandler: Done processing connection. 2026.02.23 16:39:11.202269 [ 362 ] {} TCP-Session: f05f9a72-bc59-49fd-ba50-1a3f9ce49744 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:39:11.202267 [ 358 ] {} TCPHandler: Done processing connection. 2026.02.23 16:39:11.202294 [ 362 ] {} TCP-Session: f05f9a72-bc59-49fd-ba50-1a3f9ce49744 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:39:11.202294 [ 356 ] {} TCP-Session: ce2f0d9b-a6f0-4a3a-9bf5-d4097a4540b3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:39:11.202301 [ 360 ] {} TCPHandler: Done processing connection. 2026.02.23 16:39:11.202332 [ 357 ] {} TCPHandler: Done processing connection. 2026.02.23 16:39:11.202348 [ 359 ] {} TCPHandler: Done processing connection. 2026.02.23 16:39:11.202364 [ 360 ] {} TCP-Session: cf772170-1a9d-4df3-891a-fa866ea00ca3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:39:11.202383 [ 357 ] {} TCP-Session: bfea6537-666a-421c-b026-f473e8f6e562 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:39:11.202392 [ 359 ] {} TCP-Session: 9ed73244-a9d2-4918-bfa3-62bfd8e5905a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:39:11.202365 [ 362 ] {} TCPHandler: Done processing connection. 2026.02.23 16:39:11.202324 [ 363 ] {} TCPHandler: Done processing connection. 2026.02.23 16:39:11.202453 [ 362 ] {} TCP-Session: f05f9a72-bc59-49fd-ba50-1a3f9ce49744 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:39:11.202319 [ 358 ] {} TCP-Session: 80ede3db-2719-4b20-9513-d097f49bffe9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:39:11.202488 [ 363 ] {} TCP-Session: 6890ed6d-c9b3-4199-b9c1-9ec616922168 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:39:11.202283 [ 361 ] {} TCPHandler: Done processing connection. 2026.02.23 16:39:11.202262 [ 352 ] {} TCP-Session: 580e8025-4754-4edb-8295-2e53f6b411f2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:39:11.202564 [ 361 ] {} TCP-Session: 9c79acb3-e4ad-43e1-846b-8b45a400d445 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:39:11.283192 [ 352 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34055 2026.02.23 16:39:11.283304 [ 352 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:39:11.283330 [ 352 ] {} TCP-Session: a1e60633-dc3f-48d8-8e1d-6e98e717ea66 Authenticating user 'default' from [fd00:1122:3344:101::e]:34055 2026.02.23 16:39:11.283352 [ 352 ] {} TCP-Session: a1e60633-dc3f-48d8-8e1d-6e98e717ea66 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:39:11.283365 [ 352 ] {} TCP-Session: a1e60633-dc3f-48d8-8e1d-6e98e717ea66 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:39:11.283574 [ 356 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41123 2026.02.23 16:39:11.283611 [ 360 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54575 2026.02.23 16:39:11.283605 [ 358 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59748 2026.02.23 16:39:11.283645 [ 363 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39009 2026.02.23 16:39:11.283677 [ 352 ] {} TCP-Session: a1e60633-dc3f-48d8-8e1d-6e98e717ea66 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:39:11.283703 [ 360 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:39:11.283703 [ 356 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:39:11.283636 [ 362 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40839 2026.02.23 16:39:11.283753 [ 358 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:39:11.283755 [ 363 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:39:11.283798 [ 358 ] {} TCP-Session: 8bab9055-d924-40fb-8186-8e30016f2977 Authenticating user 'default' from [fd00:1122:3344:101::e]:59748 2026.02.23 16:39:11.283814 [ 363 ] {} TCP-Session: 85809233-8a7f-4722-852f-29e8ea923430 Authenticating user 'default' from [fd00:1122:3344:101::e]:39009 2026.02.23 16:39:11.283819 [ 362 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:39:11.283838 [ 358 ] {} TCP-Session: 8bab9055-d924-40fb-8186-8e30016f2977 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:39:11.283849 [ 363 ] {} TCP-Session: 85809233-8a7f-4722-852f-29e8ea923430 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:39:11.283860 [ 352 ] {42eb2073-9c87-49db-9f61-9320bb1061c5} executeQuery: (from [fd00:1122:3344:101::e]:34055) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.02.23 16:39:11.283887 [ 363 ] {} TCP-Session: 85809233-8a7f-4722-852f-29e8ea923430 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:39:11.283880 [ 358 ] {} TCP-Session: 8bab9055-d924-40fb-8186-8e30016f2977 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:39:11.283862 [ 362 ] {} TCP-Session: fc68fee7-d82e-4a16-968c-b5ea506c4fd9 Authenticating user 'default' from [fd00:1122:3344:101::e]:40839 2026.02.23 16:39:11.283751 [ 360 ] {} TCP-Session: d079b6cc-543b-42bb-875a-e159c03bc49c Authenticating user 'default' from [fd00:1122:3344:101::e]:54575 2026.02.23 16:39:11.283949 [ 362 ] {} TCP-Session: fc68fee7-d82e-4a16-968c-b5ea506c4fd9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:39:11.283751 [ 356 ] {} TCP-Session: b126f941-c044-450a-818d-efc11452edf4 Authenticating user 'default' from [fd00:1122:3344:101::e]:41123 2026.02.23 16:39:11.283976 [ 360 ] {} TCP-Session: d079b6cc-543b-42bb-875a-e159c03bc49c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:39:11.284036 [ 356 ] {} TCP-Session: b126f941-c044-450a-818d-efc11452edf4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:39:11.283628 [ 361 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40608 2026.02.23 16:39:11.284058 [ 356 ] {} TCP-Session: b126f941-c044-450a-818d-efc11452edf4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:39:11.284049 [ 360 ] {} TCP-Session: d079b6cc-543b-42bb-875a-e159c03bc49c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:39:11.283602 [ 359 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61977 2026.02.23 16:39:11.284150 [ 352 ] {42eb2073-9c87-49db-9f61-9320bb1061c5} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.02.23 16:39:11.283593 [ 357 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39212 2026.02.23 16:39:11.284186 [ 361 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:39:11.284219 [ 359 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:39:11.284219 [ 352 ] {42eb2073-9c87-49db-9f61-9320bb1061c5} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.23 16:39:11.284247 [ 361 ] {} TCP-Session: f7b83be7-0bac-480e-aed8-1f8c2c72c21c Authenticating user 'default' from [fd00:1122:3344:101::e]:40608 2026.02.23 16:39:11.284255 [ 357 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:39:11.283981 [ 362 ] {} TCP-Session: fc68fee7-d82e-4a16-968c-b5ea506c4fd9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:39:11.284320 [ 359 ] {} TCP-Session: 6bb25f62-5a86-4671-8347-07e7b8cc9c5e Authenticating user 'default' from [fd00:1122:3344:101::e]:61977 2026.02.23 16:39:11.284347 [ 357 ] {} TCP-Session: 855878fc-922a-4f3e-95ef-587eb6d72fb3 Authenticating user 'default' from [fd00:1122:3344:101::e]:39212 2026.02.23 16:39:11.284357 [ 359 ] {} TCP-Session: 6bb25f62-5a86-4671-8347-07e7b8cc9c5e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:39:11.284386 [ 357 ] {} TCP-Session: 855878fc-922a-4f3e-95ef-587eb6d72fb3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:39:11.284387 [ 361 ] {} TCP-Session: f7b83be7-0bac-480e-aed8-1f8c2c72c21c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:39:11.284410 [ 357 ] {} TCP-Session: 855878fc-922a-4f3e-95ef-587eb6d72fb3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:39:11.284423 [ 361 ] {} TCP-Session: f7b83be7-0bac-480e-aed8-1f8c2c72c21c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:39:11.284392 [ 359 ] {} TCP-Session: 6bb25f62-5a86-4671-8347-07e7b8cc9c5e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:39:11.284689 [ 352 ] {42eb2073-9c87-49db-9f61-9320bb1061c5} oximeter.version (5b0048b8-9e05-4abf-ab1d-311c7f35e206) (SelectExecutor): Key condition: unknown 2026.02.23 16:39:11.285695 [ 338 ] {42eb2073-9c87-49db-9f61-9320bb1061c5} AggregatingTransform: Aggregating 2026.02.23 16:39:11.285761 [ 338 ] {42eb2073-9c87-49db-9f61-9320bb1061c5} Aggregator: Aggregation method: without_key 2026.02.23 16:39:11.285809 [ 338 ] {42eb2073-9c87-49db-9f61-9320bb1061c5} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001015401 sec. (984.833 rows/sec., 38.47 KiB/sec.) 2026.02.23 16:39:11.285833 [ 338 ] {42eb2073-9c87-49db-9f61-9320bb1061c5} Aggregator: Merging aggregated data 2026.02.23 16:39:11.286983 [ 352 ] {42eb2073-9c87-49db-9f61-9320bb1061c5} executeQuery: Read 1 rows, 40.00 B in 0.003179 sec., 314.56432840515885 rows/sec., 12.29 KiB/sec. 2026.02.23 16:39:11.287126 [ 352 ] {42eb2073-9c87-49db-9f61-9320bb1061c5} TCPHandler: Processed in 0.003572053 sec. 2026.02.23 16:39:11.287213 [ 352 ] {} TCPHandler: Done processing connection. 2026.02.23 16:39:11.287244 [ 352 ] {} TCP-Session: a1e60633-dc3f-48d8-8e1d-6e98e717ea66 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:39:11.287248 [ 356 ] {} TCPHandler: Done processing connection. 2026.02.23 16:39:11.287263 [ 357 ] {} TCPHandler: Done processing connection. 2026.02.23 16:39:11.287280 [ 359 ] {} TCPHandler: Done processing connection. 2026.02.23 16:39:11.287296 [ 356 ] {} TCP-Session: b126f941-c044-450a-818d-efc11452edf4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:39:11.287311 [ 357 ] {} TCP-Session: 855878fc-922a-4f3e-95ef-587eb6d72fb3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:39:11.287312 [ 363 ] {} TCPHandler: Done processing connection. 2026.02.23 16:39:11.287331 [ 359 ] {} TCP-Session: 6bb25f62-5a86-4671-8347-07e7b8cc9c5e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:39:11.287349 [ 361 ] {} TCPHandler: Done processing connection. 2026.02.23 16:39:11.287373 [ 363 ] {} TCP-Session: 85809233-8a7f-4722-852f-29e8ea923430 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:39:11.287355 [ 362 ] {} TCPHandler: Done processing connection. 2026.02.23 16:39:11.287405 [ 361 ] {} TCP-Session: f7b83be7-0bac-480e-aed8-1f8c2c72c21c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:39:11.287331 [ 360 ] {} TCPHandler: Done processing connection. 2026.02.23 16:39:11.287447 [ 362 ] {} TCP-Session: fc68fee7-d82e-4a16-968c-b5ea506c4fd9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:39:11.287297 [ 358 ] {} TCPHandler: Done processing connection. 2026.02.23 16:39:11.287493 [ 360 ] {} TCP-Session: d079b6cc-543b-42bb-875a-e159c03bc49c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:39:11.287519 [ 358 ] {} TCP-Session: 8bab9055-d924-40fb-8186-8e30016f2977 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:39:11.432788 [ 352 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59893 2026.02.23 16:39:11.432910 [ 352 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:39:11.432940 [ 352 ] {} TCP-Session: c1d2012a-b17b-4cfc-8546-bf943fa6a6d8 Authenticating user 'default' from [fd00:1122:3344:101::e]:59893 2026.02.23 16:39:11.432967 [ 352 ] {} TCP-Session: c1d2012a-b17b-4cfc-8546-bf943fa6a6d8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:39:11.432984 [ 352 ] {} TCP-Session: c1d2012a-b17b-4cfc-8546-bf943fa6a6d8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:39:11.433205 [ 356 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58362 2026.02.23 16:39:11.433260 [ 359 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43264 2026.02.23 16:39:11.433278 [ 360 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58339 2026.02.23 16:39:11.433311 [ 361 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34605 2026.02.23 16:39:11.433322 [ 356 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:39:11.433366 [ 359 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:39:11.433381 [ 360 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:39:11.433396 [ 356 ] {} TCP-Session: 32f86037-6f13-4eed-8833-8b305fa4a3be Authenticating user 'default' from [fd00:1122:3344:101::e]:58362 2026.02.23 16:39:11.433411 [ 359 ] {} TCP-Session: 1b79c6b5-dd25-4029-a864-4c05b60c7982 Authenticating user 'default' from [fd00:1122:3344:101::e]:43264 2026.02.23 16:39:11.433421 [ 360 ] {} TCP-Session: 132f949a-1cc8-4946-aa7b-62a096831373 Authenticating user 'default' from [fd00:1122:3344:101::e]:58339 2026.02.23 16:39:11.433432 [ 356 ] {} TCP-Session: 32f86037-6f13-4eed-8833-8b305fa4a3be Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:39:11.433440 [ 361 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:39:11.433458 [ 360 ] {} TCP-Session: 132f949a-1cc8-4946-aa7b-62a096831373 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:39:11.433460 [ 356 ] {} TCP-Session: 32f86037-6f13-4eed-8833-8b305fa4a3be Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:39:11.433491 [ 360 ] {} TCP-Session: 132f949a-1cc8-4946-aa7b-62a096831373 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:39:11.433492 [ 361 ] {} TCP-Session: a490773f-d144-42bf-89b8-6c6a98f71f50 Authenticating user 'default' from [fd00:1122:3344:101::e]:34605 2026.02.23 16:39:11.433449 [ 359 ] {} TCP-Session: 1b79c6b5-dd25-4029-a864-4c05b60c7982 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:39:11.433543 [ 361 ] {} TCP-Session: a490773f-d144-42bf-89b8-6c6a98f71f50 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:39:11.433562 [ 359 ] {} TCP-Session: 1b79c6b5-dd25-4029-a864-4c05b60c7982 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:39:11.433577 [ 361 ] {} TCP-Session: a490773f-d144-42bf-89b8-6c6a98f71f50 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:39:11.433259 [ 357 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63854 2026.02.23 16:39:11.433309 [ 363 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40152 2026.02.23 16:39:11.433407 [ 352 ] {} TCP-Session: c1d2012a-b17b-4cfc-8546-bf943fa6a6d8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:39:11.433676 [ 357 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:39:11.433301 [ 362 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46735 2026.02.23 16:39:11.433707 [ 357 ] {} TCP-Session: eea88d08-64e7-4f01-aa8e-3580c04ab3af Authenticating user 'default' from [fd00:1122:3344:101::e]:63854 2026.02.23 16:39:11.433700 [ 363 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:39:11.433765 [ 357 ] {} TCP-Session: eea88d08-64e7-4f01-aa8e-3580c04ab3af Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:39:11.433783 [ 363 ] {} TCP-Session: bcab8e96-5039-42dd-a0de-a8c7c7852ad0 Authenticating user 'default' from [fd00:1122:3344:101::e]:40152 2026.02.23 16:39:11.433791 [ 357 ] {} TCP-Session: eea88d08-64e7-4f01-aa8e-3580c04ab3af Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:39:11.433808 [ 363 ] {} TCP-Session: bcab8e96-5039-42dd-a0de-a8c7c7852ad0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:39:11.433811 [ 362 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:39:11.433834 [ 363 ] {} TCP-Session: bcab8e96-5039-42dd-a0de-a8c7c7852ad0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:39:11.433844 [ 352 ] {31a31de6-f4f7-4240-8b80-1ebb9cdf8e4d} executeQuery: (from [fd00:1122:3344:101::e]:59893) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.02.23 16:39:11.433858 [ 362 ] {} TCP-Session: 13461eb3-104f-43b1-a616-5ee428020e53 Authenticating user 'default' from [fd00:1122:3344:101::e]:46735 2026.02.23 16:39:11.433257 [ 358 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37291 2026.02.23 16:39:11.433900 [ 362 ] {} TCP-Session: 13461eb3-104f-43b1-a616-5ee428020e53 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:39:11.433919 [ 362 ] {} TCP-Session: 13461eb3-104f-43b1-a616-5ee428020e53 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:39:11.433953 [ 358 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:39:11.433976 [ 358 ] {} TCP-Session: 07e8d81c-2dfc-427c-9636-ef83f458a002 Authenticating user 'default' from [fd00:1122:3344:101::e]:37291 2026.02.23 16:39:11.433997 [ 358 ] {} TCP-Session: 07e8d81c-2dfc-427c-9636-ef83f458a002 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:39:11.434010 [ 358 ] {} TCP-Session: 07e8d81c-2dfc-427c-9636-ef83f458a002 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:39:11.434114 [ 352 ] {31a31de6-f4f7-4240-8b80-1ebb9cdf8e4d} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.02.23 16:39:11.434174 [ 352 ] {31a31de6-f4f7-4240-8b80-1ebb9cdf8e4d} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.23 16:39:11.434461 [ 352 ] {31a31de6-f4f7-4240-8b80-1ebb9cdf8e4d} oximeter.version (5b0048b8-9e05-4abf-ab1d-311c7f35e206) (SelectExecutor): Key condition: unknown 2026.02.23 16:39:11.435422 [ 283 ] {31a31de6-f4f7-4240-8b80-1ebb9cdf8e4d} AggregatingTransform: Aggregating 2026.02.23 16:39:11.435464 [ 283 ] {31a31de6-f4f7-4240-8b80-1ebb9cdf8e4d} Aggregator: Aggregation method: without_key 2026.02.23 16:39:11.435506 [ 283 ] {31a31de6-f4f7-4240-8b80-1ebb9cdf8e4d} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.00094149 sec. (1062.146 rows/sec., 41.49 KiB/sec.) 2026.02.23 16:39:11.435527 [ 283 ] {31a31de6-f4f7-4240-8b80-1ebb9cdf8e4d} Aggregator: Merging aggregated data 2026.02.23 16:39:11.436841 [ 352 ] {31a31de6-f4f7-4240-8b80-1ebb9cdf8e4d} executeQuery: Read 1 rows, 40.00 B in 0.00306 sec., 326.79738562091507 rows/sec., 12.77 KiB/sec. 2026.02.23 16:39:11.437002 [ 352 ] {31a31de6-f4f7-4240-8b80-1ebb9cdf8e4d} TCPHandler: Processed in 0.003773788 sec. 2026.02.23 16:39:11.437142 [ 352 ] {} TCPHandler: Done processing connection. 2026.02.23 16:39:11.437169 [ 363 ] {} TCPHandler: Done processing connection. 2026.02.23 16:39:11.437171 [ 352 ] {} TCP-Session: c1d2012a-b17b-4cfc-8546-bf943fa6a6d8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:39:11.437186 [ 356 ] {} TCPHandler: Done processing connection. 2026.02.23 16:39:11.437206 [ 359 ] {} TCPHandler: Done processing connection. 2026.02.23 16:39:11.437220 [ 357 ] {} TCPHandler: Done processing connection. 2026.02.23 16:39:11.437239 [ 358 ] {} TCPHandler: Done processing connection. 2026.02.23 16:39:11.437251 [ 362 ] {} TCPHandler: Done processing connection. 2026.02.23 16:39:11.437285 [ 357 ] {} TCP-Session: eea88d08-64e7-4f01-aa8e-3580c04ab3af Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:39:11.437283 [ 361 ] {} TCPHandler: Done processing connection. 2026.02.23 16:39:11.437298 [ 358 ] {} TCP-Session: 07e8d81c-2dfc-427c-9636-ef83f458a002 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:39:11.437309 [ 362 ] {} TCP-Session: 13461eb3-104f-43b1-a616-5ee428020e53 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:39:11.437335 [ 361 ] {} TCP-Session: a490773f-d144-42bf-89b8-6c6a98f71f50 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:39:11.437265 [ 359 ] {} TCP-Session: 1b79c6b5-dd25-4029-a864-4c05b60c7982 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:39:11.437234 [ 356 ] {} TCP-Session: 32f86037-6f13-4eed-8833-8b305fa4a3be Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:39:11.437206 [ 363 ] {} TCP-Session: bcab8e96-5039-42dd-a0de-a8c7c7852ad0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:39:11.437271 [ 360 ] {} TCPHandler: Done processing connection. 2026.02.23 16:39:11.437475 [ 360 ] {} TCP-Session: 132f949a-1cc8-4946-aa7b-62a096831373 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:39:12.572466 [ 34 ] {} DNSResolver: Updating DNS cache 2026.02.23 16:39:12.572521 [ 34 ] {} DNSResolver: Updated DNS cache 2026.02.23 16:39:12.741084 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 30712 2026.02.23 16:39:12.741599 [ 244 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:39:12.741646 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. 2026.02.23 16:39:12.742170 [ 244 ] {} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2026.02.23 16:39:12.742420 [ 244 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:39:12.742599 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 30712 2026.02.23 16:39:12.836768 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 42 entries to flush up to offset 1640 2026.02.23 16:39:12.839528 [ 242 ] {} system.query_log (b83b341e-dbaf-448e-9582-20b3e6cd291d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:39:12.839587 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. 2026.02.23 16:39:12.840879 [ 242 ] {} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2026.02.23 16:39:12.841165 [ 242 ] {} system.query_log (b83b341e-dbaf-448e-9582-20b3e6cd291d): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:39:12.841573 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1640 2026.02.23 16:39:13.002725 [ 247 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.002187185 sec. 2026.02.23 16:39:14.212943 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:39:14.213136 [ 278 ] {d63a92d7-39d7-4937-ab5e-802878e2c016} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.02.23 16:39:14.213209 [ 278 ] {d63a92d7-39d7-4937-ab5e-802878e2c016} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.02.23 16:39:14.214012 [ 278 ] {d63a92d7-39d7-4937-ab5e-802878e2c016} oximeter.fields_i16 (91b3829e-2a99-49e1-955c-43ffdc3fb409): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:39:14.214058 [ 278 ] {d63a92d7-39d7-4937-ab5e-802878e2c016} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. 2026.02.23 16:39:14.214480 [ 278 ] {d63a92d7-39d7-4937-ab5e-802878e2c016} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.02.23 16:39:14.214724 [ 278 ] {d63a92d7-39d7-4937-ab5e-802878e2c016} oximeter.fields_i16 (91b3829e-2a99-49e1-955c-43ffdc3fb409): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:39:14.214855 [ 31 ] {} oximeter.fields_i16 (91b3829e-2a99-49e1-955c-43ffdc3fb409) (MergerMutator): Selected 6 parts from all_1_23_5 to all_28_28_0 2026.02.23 16:39:14.214883 [ 278 ] {d63a92d7-39d7-4937-ab5e-802878e2c016} executeQuery: Read 284 rows, 18.47 KiB in 0.0018 sec., 157777.77777777778 rows/sec., 10.02 MiB/sec. 2026.02.23 16:39:14.214893 [ 31 ] {} oximeter.fields_i16 (91b3829e-2a99-49e1-955c-43ffdc3fb409): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:39:14.214916 [ 31 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. 2026.02.23 16:39:14.214936 [ 278 ] {d63a92d7-39d7-4937-ab5e-802878e2c016} TCPHandler: Processed in 0.002127744 sec. 2026.02.23 16:39:14.215068 [ 198 ] {91b3829e-2a99-49e1-955c-43ffdc3fb409::all_1_28_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_23_5 to all_28_28_0 into Compact with storage Full 2026.02.23 16:39:14.215084 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:39:14.215210 [ 278 ] {26ec3712-30ab-49c7-bc40-b723f6e7e4a1} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.23 16:39:14.215242 [ 198 ] {91b3829e-2a99-49e1-955c-43ffdc3fb409::all_1_28_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:39:14.215256 [ 278 ] {26ec3712-30ab-49c7-bc40-b723f6e7e4a1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.23 16:39:14.215289 [ 198 ] {91b3829e-2a99-49e1-955c-43ffdc3fb409::all_1_28_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_23_5, total 308 rows starting from the beginning of the part 2026.02.23 16:39:14.215392 [ 198 ] {91b3829e-2a99-49e1-955c-43ffdc3fb409::all_1_28_6} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 24 rows starting from the beginning of the part 2026.02.23 16:39:14.215478 [ 198 ] {91b3829e-2a99-49e1-955c-43ffdc3fb409::all_1_28_6} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 24 rows starting from the beginning of the part 2026.02.23 16:39:14.215545 [ 198 ] {91b3829e-2a99-49e1-955c-43ffdc3fb409::all_1_28_6} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 24 rows starting from the beginning of the part 2026.02.23 16:39:14.215610 [ 198 ] {91b3829e-2a99-49e1-955c-43ffdc3fb409::all_1_28_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 284 rows starting from the beginning of the part 2026.02.23 16:39:14.215667 [ 198 ] {91b3829e-2a99-49e1-955c-43ffdc3fb409::all_1_28_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 284 rows starting from the beginning of the part 2026.02.23 16:39:14.216113 [ 278 ] {26ec3712-30ab-49c7-bc40-b723f6e7e4a1} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:39:14.216155 [ 278 ] {26ec3712-30ab-49c7-bc40-b723f6e7e4a1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. 2026.02.23 16:39:14.216540 [ 278 ] {26ec3712-30ab-49c7-bc40-b723f6e7e4a1} MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) 2026.02.23 16:39:14.216641 [ 190 ] {91b3829e-2a99-49e1-955c-43ffdc3fb409::all_1_28_6} MergeTask::MergeProjectionsStage: Merge sorted 948 rows, containing 5 columns (5 merged, 0 gathered) in 0.001657445 sec., 571964.6805776361 rows/sec., 39.64 MiB/sec. 2026.02.23 16:39:14.216777 [ 278 ] {26ec3712-30ab-49c7-bc40-b723f6e7e4a1} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:39:14.216793 [ 198 ] {91b3829e-2a99-49e1-955c-43ffdc3fb409::all_1_28_6} MergedBlockOutputStream: filled checksums all_1_28_6 (state Temporary) 2026.02.23 16:39:14.216924 [ 278 ] {26ec3712-30ab-49c7-bc40-b723f6e7e4a1} executeQuery: Read 817 rows, 66.20 KiB in 0.001735 sec., 470893.3717579251 rows/sec., 37.26 MiB/sec. 2026.02.23 16:39:14.216969 [ 278 ] {26ec3712-30ab-49c7-bc40-b723f6e7e4a1} TCPHandler: Processed in 0.001938289 sec. 2026.02.23 16:39:14.217080 [ 198 ] {91b3829e-2a99-49e1-955c-43ffdc3fb409::all_1_28_6} oximeter.fields_i16 (91b3829e-2a99-49e1-955c-43ffdc3fb409): Renaming temporary part tmp_merge_all_1_28_6 to all_1_28_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:39:14.217097 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:39:14.217159 [ 198 ] {91b3829e-2a99-49e1-955c-43ffdc3fb409::all_1_28_6} oximeter.fields_i16 (91b3829e-2a99-49e1-955c-43ffdc3fb409) (MergerMutator): Merged 6 parts: [all_1_23_5, all_28_28_0] -> all_1_28_6 2026.02.23 16:39:14.217198 [ 278 ] {ab598fcb-384d-498f-bf8d-e82ba7ae7604} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.23 16:39:14.217237 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.37 MiB. 2026.02.23 16:39:14.217244 [ 278 ] {ab598fcb-384d-498f-bf8d-e82ba7ae7604} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.23 16:39:14.217722 [ 278 ] {ab598fcb-384d-498f-bf8d-e82ba7ae7604} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:39:14.217760 [ 278 ] {ab598fcb-384d-498f-bf8d-e82ba7ae7604} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. 2026.02.23 16:39:14.218094 [ 278 ] {ab598fcb-384d-498f-bf8d-e82ba7ae7604} MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) 2026.02.23 16:39:14.218332 [ 278 ] {ab598fcb-384d-498f-bf8d-e82ba7ae7604} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:39:14.218443 [ 31 ] {} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 2026.02.23 16:39:14.218462 [ 278 ] {ab598fcb-384d-498f-bf8d-e82ba7ae7604} executeQuery: Read 152 rows, 9.29 KiB in 0.001283 sec., 118472.33047544817 rows/sec., 7.07 MiB/sec. 2026.02.23 16:39:14.218474 [ 31 ] {} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:39:14.218495 [ 31 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. 2026.02.23 16:39:14.218500 [ 278 ] {ab598fcb-384d-498f-bf8d-e82ba7ae7604} TCPHandler: Processed in 0.00145354 sec. 2026.02.23 16:39:14.218574 [ 190 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_91_18} MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full 2026.02.23 16:39:14.218622 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:39:14.218670 [ 190 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_91_18} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:39:14.218703 [ 190 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 218 rows starting from the beginning of the part 2026.02.23 16:39:14.218721 [ 278 ] {7673e419-8623-4ae2-9a21-f6edac9e5c32} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.02.23 16:39:14.218754 [ 190 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 10 rows starting from the beginning of the part 2026.02.23 16:39:14.218767 [ 278 ] {7673e419-8623-4ae2-9a21-f6edac9e5c32} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.02.23 16:39:14.218803 [ 190 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 32 rows starting from the beginning of the part 2026.02.23 16:39:14.218848 [ 190 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 156 rows starting from the beginning of the part 2026.02.23 16:39:14.218888 [ 190 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 32 rows starting from the beginning of the part 2026.02.23 16:39:14.218923 [ 190 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 152 rows starting from the beginning of the part 2026.02.23 16:39:14.219263 [ 278 ] {7673e419-8623-4ae2-9a21-f6edac9e5c32} oximeter.fields_u32 (3630ead0-c5da-4e23-a9d2-59d0589dc119): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:39:14.219303 [ 278 ] {7673e419-8623-4ae2-9a21-f6edac9e5c32} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. 2026.02.23 16:39:14.219641 [ 278 ] {7673e419-8623-4ae2-9a21-f6edac9e5c32} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.02.23 16:39:14.219755 [ 202 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_91_18} MergeTask::MergeProjectionsStage: Merge sorted 600 rows, containing 5 columns (5 merged, 0 gathered) in 0.001214735 sec., 493934.89114909834 rows/sec., 32.95 MiB/sec. 2026.02.23 16:39:14.219859 [ 278 ] {7673e419-8623-4ae2-9a21-f6edac9e5c32} oximeter.fields_u32 (3630ead0-c5da-4e23-a9d2-59d0589dc119): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:39:14.219899 [ 202 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_91_18} MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) 2026.02.23 16:39:14.219999 [ 278 ] {7673e419-8623-4ae2-9a21-f6edac9e5c32} executeQuery: Read 149 rows, 9.86 KiB in 0.001295 sec., 115057.91505791506 rows/sec., 7.43 MiB/sec. 2026.02.23 16:39:14.220042 [ 278 ] {7673e419-8623-4ae2-9a21-f6edac9e5c32} TCPHandler: Processed in 0.00146853 sec. 2026.02.23 16:39:14.220162 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:39:14.220200 [ 202 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_91_18} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:39:14.220262 [ 278 ] {dfa73c2d-8706-4b2e-a035-305bf6dd6765} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.02.23 16:39:14.220289 [ 202 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_91_18} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 2026.02.23 16:39:14.220309 [ 278 ] {dfa73c2d-8706-4b2e-a035-305bf6dd6765} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.02.23 16:39:14.220381 [ 202 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. 2026.02.23 16:39:14.220767 [ 278 ] {dfa73c2d-8706-4b2e-a035-305bf6dd6765} oximeter.fields_u8 (bee44bc4-3670-4879-9501-74bd8c0c3792): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:39:14.220807 [ 278 ] {dfa73c2d-8706-4b2e-a035-305bf6dd6765} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. 2026.02.23 16:39:14.221116 [ 278 ] {dfa73c2d-8706-4b2e-a035-305bf6dd6765} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.02.23 16:39:14.221323 [ 278 ] {dfa73c2d-8706-4b2e-a035-305bf6dd6765} oximeter.fields_u8 (bee44bc4-3670-4879-9501-74bd8c0c3792): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:39:14.221421 [ 31 ] {} oximeter.fields_u8 (bee44bc4-3670-4879-9501-74bd8c0c3792) (MergerMutator): Selected 6 parts from all_1_23_5 to all_28_28_0 2026.02.23 16:39:14.221447 [ 278 ] {dfa73c2d-8706-4b2e-a035-305bf6dd6765} executeQuery: Read 148 rows, 8.62 KiB in 0.001207 sec., 122618.06130903066 rows/sec., 6.97 MiB/sec. 2026.02.23 16:39:14.221449 [ 31 ] {} oximeter.fields_u8 (bee44bc4-3670-4879-9501-74bd8c0c3792): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:39:14.221478 [ 31 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. 2026.02.23 16:39:14.221486 [ 278 ] {dfa73c2d-8706-4b2e-a035-305bf6dd6765} TCPHandler: Processed in 0.001371278 sec. 2026.02.23 16:39:14.221549 [ 190 ] {bee44bc4-3670-4879-9501-74bd8c0c3792::all_1_28_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_23_5 to all_28_28_0 into Compact with storage Full 2026.02.23 16:39:14.221614 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:39:14.221654 [ 190 ] {bee44bc4-3670-4879-9501-74bd8c0c3792::all_1_28_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:39:14.221685 [ 190 ] {bee44bc4-3670-4879-9501-74bd8c0c3792::all_1_28_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_23_5, total 160 rows starting from the beginning of the part 2026.02.23 16:39:14.221710 [ 278 ] {4effe0e2-eebb-4d81-b9fb-1d93b92e4f06} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.23 16:39:14.221730 [ 190 ] {bee44bc4-3670-4879-9501-74bd8c0c3792::all_1_28_6} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 12 rows starting from the beginning of the part 2026.02.23 16:39:14.221755 [ 278 ] {4effe0e2-eebb-4d81-b9fb-1d93b92e4f06} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.23 16:39:14.221774 [ 190 ] {bee44bc4-3670-4879-9501-74bd8c0c3792::all_1_28_6} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 12 rows starting from the beginning of the part 2026.02.23 16:39:14.221817 [ 190 ] {bee44bc4-3670-4879-9501-74bd8c0c3792::all_1_28_6} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 12 rows starting from the beginning of the part 2026.02.23 16:39:14.221855 [ 190 ] {bee44bc4-3670-4879-9501-74bd8c0c3792::all_1_28_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 148 rows starting from the beginning of the part 2026.02.23 16:39:14.221891 [ 190 ] {bee44bc4-3670-4879-9501-74bd8c0c3792::all_1_28_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 148 rows starting from the beginning of the part 2026.02.23 16:39:14.222369 [ 278 ] {4effe0e2-eebb-4d81-b9fb-1d93b92e4f06} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:39:14.222412 [ 278 ] {4effe0e2-eebb-4d81-b9fb-1d93b92e4f06} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. 2026.02.23 16:39:14.222629 [ 198 ] {bee44bc4-3670-4879-9501-74bd8c0c3792::all_1_28_6} MergeTask::MergeProjectionsStage: Merge sorted 492 rows, containing 5 columns (5 merged, 0 gathered) in 0.001110413 sec., 443078.3861500181 rows/sec., 27.73 MiB/sec. 2026.02.23 16:39:14.222755 [ 190 ] {bee44bc4-3670-4879-9501-74bd8c0c3792::all_1_28_6} MergedBlockOutputStream: filled checksums all_1_28_6 (state Temporary) 2026.02.23 16:39:14.222757 [ 278 ] {4effe0e2-eebb-4d81-b9fb-1d93b92e4f06} MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) 2026.02.23 16:39:14.223059 [ 278 ] {4effe0e2-eebb-4d81-b9fb-1d93b92e4f06} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:39:14.223076 [ 190 ] {bee44bc4-3670-4879-9501-74bd8c0c3792::all_1_28_6} oximeter.fields_u8 (bee44bc4-3670-4879-9501-74bd8c0c3792): Renaming temporary part tmp_merge_all_1_28_6 to all_1_28_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:39:14.223153 [ 190 ] {bee44bc4-3670-4879-9501-74bd8c0c3792::all_1_28_6} oximeter.fields_u8 (bee44bc4-3670-4879-9501-74bd8c0c3792) (MergerMutator): Merged 6 parts: [all_1_23_5, all_28_28_0] -> all_1_28_6 2026.02.23 16:39:14.223197 [ 278 ] {4effe0e2-eebb-4d81-b9fb-1d93b92e4f06} executeQuery: Read 500 rows, 35.98 KiB in 0.001504 sec., 332446.8085106383 rows/sec., 23.36 MiB/sec. 2026.02.23 16:39:14.223217 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. 2026.02.23 16:39:14.223240 [ 278 ] {4effe0e2-eebb-4d81-b9fb-1d93b92e4f06} TCPHandler: Processed in 0.001674664 sec. 2026.02.23 16:39:14.223358 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:39:14.223451 [ 278 ] {45adbd56-06d7-4822-b631-99149d820767} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.02.23 16:39:14.223496 [ 278 ] {45adbd56-06d7-4822-b631-99149d820767} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.02.23 16:39:14.223834 [ 278 ] {45adbd56-06d7-4822-b631-99149d820767} oximeter.measurements_bool (4d7206cf-919d-48fb-bf2a-954f10b7f89e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:39:14.223869 [ 278 ] {45adbd56-06d7-4822-b631-99149d820767} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. 2026.02.23 16:39:14.224176 [ 278 ] {45adbd56-06d7-4822-b631-99149d820767} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.02.23 16:39:14.224396 [ 278 ] {45adbd56-06d7-4822-b631-99149d820767} oximeter.measurements_bool (4d7206cf-919d-48fb-bf2a-954f10b7f89e): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:39:14.224522 [ 278 ] {45adbd56-06d7-4822-b631-99149d820767} executeQuery: Read 6 rows, 321.00 B in 0.001089 sec., 5509.641873278238 rows/sec., 287.86 KiB/sec. 2026.02.23 16:39:14.224558 [ 278 ] {45adbd56-06d7-4822-b631-99149d820767} TCPHandler: Processed in 0.001248646 sec. 2026.02.23 16:39:14.224674 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:39:14.224765 [ 278 ] {aa6217d1-c233-47cb-995d-2c6637014b01} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.23 16:39:14.224807 [ 278 ] {aa6217d1-c233-47cb-995d-2c6637014b01} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.23 16:39:14.225211 [ 278 ] {aa6217d1-c233-47cb-995d-2c6637014b01} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:39:14.225246 [ 278 ] {aa6217d1-c233-47cb-995d-2c6637014b01} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. 2026.02.23 16:39:14.225586 [ 278 ] {aa6217d1-c233-47cb-995d-2c6637014b01} MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) 2026.02.23 16:39:14.225801 [ 278 ] {aa6217d1-c233-47cb-995d-2c6637014b01} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:39:14.225929 [ 278 ] {aa6217d1-c233-47cb-995d-2c6637014b01} executeQuery: Read 265 rows, 18.03 KiB in 0.001181 sec., 224386.1134631668 rows/sec., 14.91 MiB/sec. 2026.02.23 16:39:14.225966 [ 278 ] {aa6217d1-c233-47cb-995d-2c6637014b01} TCPHandler: Processed in 0.001339938 sec. 2026.02.23 16:39:14.226083 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:39:14.226181 [ 278 ] {658d2f57-f513-4df1-9314-8fcceb20e33a} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.02.23 16:39:14.226222 [ 278 ] {658d2f57-f513-4df1-9314-8fcceb20e33a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.02.23 16:39:14.226536 [ 278 ] {658d2f57-f513-4df1-9314-8fcceb20e33a} oximeter.measurements_f64 (97dc9cb4-ce5b-499b-8326-a1427ee1bb47): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:39:14.226570 [ 278 ] {658d2f57-f513-4df1-9314-8fcceb20e33a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. 2026.02.23 16:39:14.226867 [ 278 ] {658d2f57-f513-4df1-9314-8fcceb20e33a} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.02.23 16:39:14.227074 [ 278 ] {658d2f57-f513-4df1-9314-8fcceb20e33a} oximeter.measurements_f64 (97dc9cb4-ce5b-499b-8326-a1427ee1bb47): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:39:14.227196 [ 278 ] {658d2f57-f513-4df1-9314-8fcceb20e33a} executeQuery: Read 1 rows, 69.00 B in 0.001033 sec., 968.054211035818 rows/sec., 65.23 KiB/sec. 2026.02.23 16:39:14.227232 [ 278 ] {658d2f57-f513-4df1-9314-8fcceb20e33a} TCPHandler: Processed in 0.001197775 sec. 2026.02.23 16:39:14.227348 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:39:14.227439 [ 278 ] {36a7f280-7a12-4409-b975-84f84c6ac70f} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.23 16:39:14.227496 [ 278 ] {36a7f280-7a12-4409-b975-84f84c6ac70f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.23 16:39:14.228269 [ 278 ] {36a7f280-7a12-4409-b975-84f84c6ac70f} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:39:14.228306 [ 278 ] {36a7f280-7a12-4409-b975-84f84c6ac70f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. 2026.02.23 16:39:14.228805 [ 278 ] {36a7f280-7a12-4409-b975-84f84c6ac70f} MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) 2026.02.23 16:39:14.229037 [ 278 ] {36a7f280-7a12-4409-b975-84f84c6ac70f} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:39:14.229163 [ 32 ] {} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 2026.02.23 16:39:14.229173 [ 278 ] {36a7f280-7a12-4409-b975-84f84c6ac70f} executeQuery: Read 10 rows, 18.35 KiB in 0.001752 sec., 5707.762557077625 rows/sec., 10.23 MiB/sec. 2026.02.23 16:39:14.229231 [ 32 ] {} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:39:14.229257 [ 32 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. 2026.02.23 16:39:14.229275 [ 278 ] {36a7f280-7a12-4409-b975-84f84c6ac70f} TCPHandler: Processed in 0.001974751 sec. 2026.02.23 16:39:14.229363 [ 192 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_86_17} MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full 2026.02.23 16:39:14.229402 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:39:14.229502 [ 278 ] {e661dc7b-91d4-4c7e-b476-0a313514872d} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.23 16:39:14.229544 [ 278 ] {e661dc7b-91d4-4c7e-b476-0a313514872d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.23 16:39:14.229608 [ 192 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_86_17} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:39:14.229675 [ 192 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 1707 rows starting from the beginning of the part 2026.02.23 16:39:14.229814 [ 192 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 10 rows starting from the beginning of the part 2026.02.23 16:39:14.229889 [ 278 ] {e661dc7b-91d4-4c7e-b476-0a313514872d} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:39:14.229920 [ 192 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 32 rows starting from the beginning of the part 2026.02.23 16:39:14.229929 [ 278 ] {e661dc7b-91d4-4c7e-b476-0a313514872d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. 2026.02.23 16:39:14.230026 [ 192 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 10 rows starting from the beginning of the part 2026.02.23 16:39:14.230129 [ 192 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 32 rows starting from the beginning of the part 2026.02.23 16:39:14.230226 [ 192 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 10 rows starting from the beginning of the part 2026.02.23 16:39:14.230265 [ 278 ] {e661dc7b-91d4-4c7e-b476-0a313514872d} MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) 2026.02.23 16:39:14.230491 [ 278 ] {e661dc7b-91d4-4c7e-b476-0a313514872d} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:39:14.230633 [ 278 ] {e661dc7b-91d4-4c7e-b476-0a313514872d} executeQuery: Read 90 rows, 5.77 KiB in 0.001152 sec., 78125 rows/sec., 4.89 MiB/sec. 2026.02.23 16:39:14.230671 [ 278 ] {e661dc7b-91d4-4c7e-b476-0a313514872d} TCPHandler: Processed in 0.001319248 sec. 2026.02.23 16:39:14.240011 [ 189 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_86_17} MergeTask::MergeProjectionsStage: Merge sorted 1801 rows, containing 19 columns (19 merged, 0 gathered) in 0.01069958 sec., 168324.36413391927 rows/sec., 301.63 MiB/sec. 2026.02.23 16:39:14.241548 [ 196 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_86_17} MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) 2026.02.23 16:39:14.241909 [ 196 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_86_17} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:39:14.241991 [ 196 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_86_17} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 2026.02.23 16:39:14.242131 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.17 MiB. 2026.02.23 16:39:14.374949 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 482 2026.02.23 16:39:14.393090 [ 243 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:39:14.393149 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. 2026.02.23 16:39:14.399287 [ 243 ] {} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2026.02.23 16:39:14.400004 [ 243 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:39:14.403702 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 482 2026.02.23 16:39:15.000234 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 351.10 MiB, peak 367.70 MiB, free memory in arenas 0.00 B, will set to 354.95 MiB (RSS), difference: 3.85 MiB 2026.02.23 16:39:19.232296 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:39:19.232507 [ 278 ] {45aaaefe-5dea-45bc-bad7-2409cc6da0d9} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.02.23 16:39:19.232577 [ 278 ] {45aaaefe-5dea-45bc-bad7-2409cc6da0d9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.02.23 16:39:19.233192 [ 278 ] {45aaaefe-5dea-45bc-bad7-2409cc6da0d9} oximeter.fields_ipaddr (aca7842a-9245-4e3c-8c67-e3828bf88048): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:39:19.233230 [ 278 ] {45aaaefe-5dea-45bc-bad7-2409cc6da0d9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. 2026.02.23 16:39:19.233596 [ 278 ] {45aaaefe-5dea-45bc-bad7-2409cc6da0d9} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.02.23 16:39:19.233816 [ 278 ] {45aaaefe-5dea-45bc-bad7-2409cc6da0d9} oximeter.fields_ipaddr (aca7842a-9245-4e3c-8c67-e3828bf88048): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:39:19.233960 [ 278 ] {45aaaefe-5dea-45bc-bad7-2409cc6da0d9} executeQuery: Read 6 rows, 501.00 B in 0.001512 sec., 3968.253968253968 rows/sec., 323.58 KiB/sec. 2026.02.23 16:39:19.233999 [ 278 ] {45aaaefe-5dea-45bc-bad7-2409cc6da0d9} TCPHandler: Processed in 0.001833688 sec. 2026.02.23 16:39:19.234119 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:39:19.234212 [ 278 ] {4ddf1316-fa70-4127-8ca9-e7f14eddbb16} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.23 16:39:19.234251 [ 278 ] {4ddf1316-fa70-4127-8ca9-e7f14eddbb16} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.23 16:39:19.235319 [ 278 ] {4ddf1316-fa70-4127-8ca9-e7f14eddbb16} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:39:19.235353 [ 278 ] {4ddf1316-fa70-4127-8ca9-e7f14eddbb16} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. 2026.02.23 16:39:19.235719 [ 278 ] {4ddf1316-fa70-4127-8ca9-e7f14eddbb16} MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) 2026.02.23 16:39:19.235916 [ 278 ] {4ddf1316-fa70-4127-8ca9-e7f14eddbb16} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:39:19.236040 [ 278 ] {4ddf1316-fa70-4127-8ca9-e7f14eddbb16} executeQuery: Read 1263 rows, 107.25 KiB in 0.001846 sec., 684182.0151679306 rows/sec., 56.74 MiB/sec. 2026.02.23 16:39:19.236076 [ 278 ] {4ddf1316-fa70-4127-8ca9-e7f14eddbb16} TCPHandler: Processed in 0.002004511 sec. 2026.02.23 16:39:19.236185 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:39:19.236278 [ 278 ] {8cd724b3-bf71-4b0c-ba37-d67a04e4290c} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.23 16:39:19.236318 [ 278 ] {8cd724b3-bf71-4b0c-ba37-d67a04e4290c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.23 16:39:19.236715 [ 278 ] {8cd724b3-bf71-4b0c-ba37-d67a04e4290c} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:39:19.236750 [ 278 ] {8cd724b3-bf71-4b0c-ba37-d67a04e4290c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. 2026.02.23 16:39:19.237032 [ 278 ] {8cd724b3-bf71-4b0c-ba37-d67a04e4290c} MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) 2026.02.23 16:39:19.237226 [ 278 ] {8cd724b3-bf71-4b0c-ba37-d67a04e4290c} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:39:19.237348 [ 278 ] {8cd724b3-bf71-4b0c-ba37-d67a04e4290c} executeQuery: Read 38 rows, 2.83 KiB in 0.001088 sec., 34926.470588235294 rows/sec., 2.54 MiB/sec. 2026.02.23 16:39:19.237384 [ 278 ] {8cd724b3-bf71-4b0c-ba37-d67a04e4290c} TCPHandler: Processed in 0.001245395 sec. 2026.02.23 16:39:19.237481 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:39:19.237572 [ 278 ] {8b62f0ef-34c3-4fe5-baa1-1573a2872e60} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.02.23 16:39:19.237611 [ 278 ] {8b62f0ef-34c3-4fe5-baa1-1573a2872e60} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.02.23 16:39:19.238082 [ 278 ] {8b62f0ef-34c3-4fe5-baa1-1573a2872e60} oximeter.fields_u32 (3630ead0-c5da-4e23-a9d2-59d0589dc119): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:39:19.238117 [ 278 ] {8b62f0ef-34c3-4fe5-baa1-1573a2872e60} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. 2026.02.23 16:39:19.238420 [ 278 ] {8b62f0ef-34c3-4fe5-baa1-1573a2872e60} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.02.23 16:39:19.238620 [ 278 ] {8b62f0ef-34c3-4fe5-baa1-1573a2872e60} oximeter.fields_u32 (3630ead0-c5da-4e23-a9d2-59d0589dc119): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:39:19.238712 [ 111 ] {} oximeter.fields_u32 (3630ead0-c5da-4e23-a9d2-59d0589dc119) (MergerMutator): Selected 6 parts from all_1_28_6 to all_33_33_0 2026.02.23 16:39:19.238740 [ 278 ] {8b62f0ef-34c3-4fe5-baa1-1573a2872e60} executeQuery: Read 228 rows, 15.81 KiB in 0.001185 sec., 192405.06329113923 rows/sec., 13.03 MiB/sec. 2026.02.23 16:39:19.238749 [ 111 ] {} oximeter.fields_u32 (3630ead0-c5da-4e23-a9d2-59d0589dc119): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:39:19.238770 [ 111 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. 2026.02.23 16:39:19.238776 [ 278 ] {8b62f0ef-34c3-4fe5-baa1-1573a2872e60} TCPHandler: Processed in 0.001341108 sec. 2026.02.23 16:39:19.238883 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:39:19.238897 [ 190 ] {3630ead0-c5da-4e23-a9d2-59d0589dc119::all_1_33_7} MergeTask::PrepareStage: Merging 6 parts: from all_1_28_6 to all_33_33_0 into Compact with storage Full 2026.02.23 16:39:19.238974 [ 278 ] {89f28992-c451-44ea-a123-4104abb183f2} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.23 16:39:19.239017 [ 278 ] {89f28992-c451-44ea-a123-4104abb183f2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.23 16:39:19.239039 [ 190 ] {3630ead0-c5da-4e23-a9d2-59d0589dc119::all_1_33_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:39:19.239078 [ 190 ] {3630ead0-c5da-4e23-a9d2-59d0589dc119::all_1_33_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_28_6, total 402 rows starting from the beginning of the part 2026.02.23 16:39:19.239143 [ 190 ] {3630ead0-c5da-4e23-a9d2-59d0589dc119::all_1_33_7} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 229 rows starting from the beginning of the part 2026.02.23 16:39:19.239187 [ 190 ] {3630ead0-c5da-4e23-a9d2-59d0589dc119::all_1_33_7} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 252 rows starting from the beginning of the part 2026.02.23 16:39:19.239228 [ 190 ] {3630ead0-c5da-4e23-a9d2-59d0589dc119::all_1_33_7} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 149 rows starting from the beginning of the part 2026.02.23 16:39:19.239268 [ 190 ] {3630ead0-c5da-4e23-a9d2-59d0589dc119::all_1_33_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 149 rows starting from the beginning of the part 2026.02.23 16:39:19.239306 [ 190 ] {3630ead0-c5da-4e23-a9d2-59d0589dc119::all_1_33_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 228 rows starting from the beginning of the part 2026.02.23 16:39:19.239639 [ 278 ] {89f28992-c451-44ea-a123-4104abb183f2} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:39:19.239679 [ 278 ] {89f28992-c451-44ea-a123-4104abb183f2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. 2026.02.23 16:39:19.240025 [ 278 ] {89f28992-c451-44ea-a123-4104abb183f2} MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) 2026.02.23 16:39:19.240229 [ 278 ] {89f28992-c451-44ea-a123-4104abb183f2} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:39:19.240285 [ 189 ] {3630ead0-c5da-4e23-a9d2-59d0589dc119::all_1_33_7} MergeTask::MergeProjectionsStage: Merge sorted 1409 rows, containing 5 columns (5 merged, 0 gathered) in 0.00144022 sec., 978322.7562455735 rows/sec., 69.52 MiB/sec. 2026.02.23 16:39:19.240355 [ 278 ] {89f28992-c451-44ea-a123-4104abb183f2} executeQuery: Read 558 rows, 42.46 KiB in 0.001399 sec., 398856.32594710507 rows/sec., 29.64 MiB/sec. 2026.02.23 16:39:19.240397 [ 278 ] {89f28992-c451-44ea-a123-4104abb183f2} TCPHandler: Processed in 0.001560782 sec. 2026.02.23 16:39:19.240480 [ 194 ] {3630ead0-c5da-4e23-a9d2-59d0589dc119::all_1_33_7} MergedBlockOutputStream: filled checksums all_1_33_7 (state Temporary) 2026.02.23 16:39:19.240505 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:39:19.240602 [ 278 ] {44d286fd-7476-43ff-bd52-a4b44e83166e} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.23 16:39:19.240648 [ 278 ] {44d286fd-7476-43ff-bd52-a4b44e83166e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.23 16:39:19.240775 [ 194 ] {3630ead0-c5da-4e23-a9d2-59d0589dc119::all_1_33_7} oximeter.fields_u32 (3630ead0-c5da-4e23-a9d2-59d0589dc119): Renaming temporary part tmp_merge_all_1_33_7 to all_1_33_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:39:19.240850 [ 194 ] {3630ead0-c5da-4e23-a9d2-59d0589dc119::all_1_33_7} oximeter.fields_u32 (3630ead0-c5da-4e23-a9d2-59d0589dc119) (MergerMutator): Merged 6 parts: [all_1_28_6, all_33_33_0] -> all_1_33_7 2026.02.23 16:39:19.240932 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB. 2026.02.23 16:39:19.241199 [ 278 ] {44d286fd-7476-43ff-bd52-a4b44e83166e} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:39:19.241238 [ 278 ] {44d286fd-7476-43ff-bd52-a4b44e83166e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. 2026.02.23 16:39:19.241602 [ 278 ] {44d286fd-7476-43ff-bd52-a4b44e83166e} MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) 2026.02.23 16:39:19.241804 [ 278 ] {44d286fd-7476-43ff-bd52-a4b44e83166e} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:39:19.241926 [ 278 ] {44d286fd-7476-43ff-bd52-a4b44e83166e} executeQuery: Read 847 rows, 58.38 KiB in 0.001343 sec., 630677.5874906925 rows/sec., 42.45 MiB/sec. 2026.02.23 16:39:19.241962 [ 278 ] {44d286fd-7476-43ff-bd52-a4b44e83166e} TCPHandler: Processed in 0.001503942 sec. 2026.02.23 16:39:19.242069 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:39:19.242160 [ 278 ] {6d9c08bd-e1da-45a1-834c-8935c5b95747} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.23 16:39:19.242213 [ 278 ] {6d9c08bd-e1da-45a1-834c-8935c5b95747} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.23 16:39:19.243017 [ 278 ] {6d9c08bd-e1da-45a1-834c-8935c5b95747} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:39:19.243051 [ 278 ] {6d9c08bd-e1da-45a1-834c-8935c5b95747} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. 2026.02.23 16:39:19.243578 [ 278 ] {6d9c08bd-e1da-45a1-834c-8935c5b95747} MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) 2026.02.23 16:39:19.243793 [ 278 ] {6d9c08bd-e1da-45a1-834c-8935c5b95747} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:39:19.243922 [ 278 ] {6d9c08bd-e1da-45a1-834c-8935c5b95747} executeQuery: Read 32 rows, 58.72 KiB in 0.001779 sec., 17987.633501967397 rows/sec., 32.23 MiB/sec. 2026.02.23 16:39:19.243973 [ 278 ] {6d9c08bd-e1da-45a1-834c-8935c5b95747} TCPHandler: Processed in 0.00195025 sec. 2026.02.23 16:39:19.244082 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:39:19.244173 [ 278 ] {7b698429-c521-4252-aba9-5115cde00e0d} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.23 16:39:19.244213 [ 278 ] {7b698429-c521-4252-aba9-5115cde00e0d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.23 16:39:19.244537 [ 278 ] {7b698429-c521-4252-aba9-5115cde00e0d} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:39:19.244571 [ 278 ] {7b698429-c521-4252-aba9-5115cde00e0d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. 2026.02.23 16:39:19.244870 [ 278 ] {7b698429-c521-4252-aba9-5115cde00e0d} MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) 2026.02.23 16:39:19.245075 [ 278 ] {7b698429-c521-4252-aba9-5115cde00e0d} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:39:19.245197 [ 278 ] {7b698429-c521-4252-aba9-5115cde00e0d} executeQuery: Read 60 rows, 4.14 KiB in 0.001041 sec., 57636.88760806916 rows/sec., 3.88 MiB/sec. 2026.02.23 16:39:19.245231 [ 278 ] {7b698429-c521-4252-aba9-5115cde00e0d} TCPHandler: Processed in 0.001196075 sec. 2026.02.23 16:39:20.242758 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 31224 2026.02.23 16:39:20.243505 [ 244 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:39:20.243562 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. 2026.02.23 16:39:20.244055 [ 244 ] {} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2026.02.23 16:39:20.244290 [ 244 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:39:20.244429 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 31224 2026.02.23 16:39:21.903777 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 490 2026.02.23 16:39:21.921317 [ 243 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:39:21.921370 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. 2026.02.23 16:39:21.927610 [ 243 ] {} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2026.02.23 16:39:21.928351 [ 243 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:39:21.931329 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 490 2026.02.23 16:39:22.841794 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 38 entries to flush up to offset 1678 2026.02.23 16:39:22.844409 [ 242 ] {} system.query_log (b83b341e-dbaf-448e-9582-20b3e6cd291d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:39:22.844466 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. 2026.02.23 16:39:22.845822 [ 242 ] {} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2026.02.23 16:39:22.846270 [ 242 ] {} system.query_log (b83b341e-dbaf-448e-9582-20b3e6cd291d): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:39:22.846713 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1678 2026.02.23 16:39:23.000260 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 350.95 MiB, peak 367.70 MiB, free memory in arenas 0.00 B, will set to 354.95 MiB (RSS), difference: 4.01 MiB 2026.02.23 16:39:24.212350 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:39:24.212629 [ 278 ] {f2ddeda6-6401-426f-b4e5-3b8a0f87a5df} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.02.23 16:39:24.212731 [ 278 ] {f2ddeda6-6401-426f-b4e5-3b8a0f87a5df} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.02.23 16:39:24.213626 [ 278 ] {f2ddeda6-6401-426f-b4e5-3b8a0f87a5df} oximeter.fields_i16 (91b3829e-2a99-49e1-955c-43ffdc3fb409): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:39:24.213671 [ 278 ] {f2ddeda6-6401-426f-b4e5-3b8a0f87a5df} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. 2026.02.23 16:39:24.214067 [ 278 ] {f2ddeda6-6401-426f-b4e5-3b8a0f87a5df} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.02.23 16:39:24.214278 [ 278 ] {f2ddeda6-6401-426f-b4e5-3b8a0f87a5df} oximeter.fields_i16 (91b3829e-2a99-49e1-955c-43ffdc3fb409): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:39:24.214425 [ 278 ] {f2ddeda6-6401-426f-b4e5-3b8a0f87a5df} executeQuery: Read 284 rows, 18.47 KiB in 0.001873 sec., 151628.40363053922 rows/sec., 9.63 MiB/sec. 2026.02.23 16:39:24.214466 [ 278 ] {f2ddeda6-6401-426f-b4e5-3b8a0f87a5df} TCPHandler: Processed in 0.002291747 sec. 2026.02.23 16:39:24.214594 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:39:24.214688 [ 278 ] {edd43ec5-7ae9-4ada-a22a-1eaf48e43add} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.23 16:39:24.214727 [ 278 ] {edd43ec5-7ae9-4ada-a22a-1eaf48e43add} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.23 16:39:24.215552 [ 278 ] {edd43ec5-7ae9-4ada-a22a-1eaf48e43add} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:39:24.215590 [ 278 ] {edd43ec5-7ae9-4ada-a22a-1eaf48e43add} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. 2026.02.23 16:39:24.215937 [ 278 ] {edd43ec5-7ae9-4ada-a22a-1eaf48e43add} MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) 2026.02.23 16:39:24.216145 [ 278 ] {edd43ec5-7ae9-4ada-a22a-1eaf48e43add} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:39:24.216273 [ 278 ] {edd43ec5-7ae9-4ada-a22a-1eaf48e43add} executeQuery: Read 817 rows, 66.20 KiB in 0.001604 sec., 509351.62094763096 rows/sec., 40.30 MiB/sec. 2026.02.23 16:39:24.216310 [ 278 ] {edd43ec5-7ae9-4ada-a22a-1eaf48e43add} TCPHandler: Processed in 0.001764736 sec. 2026.02.23 16:39:24.216410 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:39:24.216502 [ 278 ] {99fa79ed-88ce-4026-aec6-382ca8120184} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.23 16:39:24.216542 [ 278 ] {99fa79ed-88ce-4026-aec6-382ca8120184} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.23 16:39:24.217031 [ 278 ] {99fa79ed-88ce-4026-aec6-382ca8120184} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:39:24.217068 [ 278 ] {99fa79ed-88ce-4026-aec6-382ca8120184} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. 2026.02.23 16:39:24.217364 [ 278 ] {99fa79ed-88ce-4026-aec6-382ca8120184} MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) 2026.02.23 16:39:24.217566 [ 278 ] {99fa79ed-88ce-4026-aec6-382ca8120184} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:39:24.217691 [ 278 ] {99fa79ed-88ce-4026-aec6-382ca8120184} executeQuery: Read 152 rows, 9.29 KiB in 0.001207 sec., 125932.06296603149 rows/sec., 7.52 MiB/sec. 2026.02.23 16:39:24.217729 [ 278 ] {99fa79ed-88ce-4026-aec6-382ca8120184} TCPHandler: Processed in 0.001366118 sec. 2026.02.23 16:39:24.217841 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:39:24.217933 [ 278 ] {eaf9e0fe-6760-40e5-a7e2-c009aed26fda} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.02.23 16:39:24.217972 [ 278 ] {eaf9e0fe-6760-40e5-a7e2-c009aed26fda} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.02.23 16:39:24.218452 [ 278 ] {eaf9e0fe-6760-40e5-a7e2-c009aed26fda} oximeter.fields_u32 (3630ead0-c5da-4e23-a9d2-59d0589dc119): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:39:24.218488 [ 278 ] {eaf9e0fe-6760-40e5-a7e2-c009aed26fda} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. 2026.02.23 16:39:24.218794 [ 278 ] {eaf9e0fe-6760-40e5-a7e2-c009aed26fda} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.02.23 16:39:24.218989 [ 278 ] {eaf9e0fe-6760-40e5-a7e2-c009aed26fda} oximeter.fields_u32 (3630ead0-c5da-4e23-a9d2-59d0589dc119): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:39:24.219114 [ 278 ] {eaf9e0fe-6760-40e5-a7e2-c009aed26fda} executeQuery: Read 149 rows, 9.86 KiB in 0.001199 sec., 124270.22518765638 rows/sec., 8.03 MiB/sec. 2026.02.23 16:39:24.219151 [ 278 ] {eaf9e0fe-6760-40e5-a7e2-c009aed26fda} TCPHandler: Processed in 0.001357619 sec. 2026.02.23 16:39:24.219258 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:39:24.219351 [ 278 ] {3c734c41-6416-41fa-befd-f8a961b581e2} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.02.23 16:39:24.219389 [ 278 ] {3c734c41-6416-41fa-befd-f8a961b581e2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.02.23 16:39:24.219875 [ 278 ] {3c734c41-6416-41fa-befd-f8a961b581e2} oximeter.fields_u8 (bee44bc4-3670-4879-9501-74bd8c0c3792): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:39:24.219912 [ 278 ] {3c734c41-6416-41fa-befd-f8a961b581e2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. 2026.02.23 16:39:24.220212 [ 278 ] {3c734c41-6416-41fa-befd-f8a961b581e2} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.02.23 16:39:24.220414 [ 278 ] {3c734c41-6416-41fa-befd-f8a961b581e2} oximeter.fields_u8 (bee44bc4-3670-4879-9501-74bd8c0c3792): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:39:24.220541 [ 278 ] {3c734c41-6416-41fa-befd-f8a961b581e2} executeQuery: Read 148 rows, 8.62 KiB in 0.001207 sec., 122618.06130903066 rows/sec., 6.97 MiB/sec. 2026.02.23 16:39:24.220593 [ 278 ] {3c734c41-6416-41fa-befd-f8a961b581e2} TCPHandler: Processed in 0.001381228 sec. 2026.02.23 16:39:24.220736 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:39:24.220831 [ 278 ] {c17902ee-e7f5-43e7-8c7c-515727abc5fb} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.23 16:39:24.220871 [ 278 ] {c17902ee-e7f5-43e7-8c7c-515727abc5fb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.23 16:39:24.221524 [ 278 ] {c17902ee-e7f5-43e7-8c7c-515727abc5fb} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:39:24.221560 [ 278 ] {c17902ee-e7f5-43e7-8c7c-515727abc5fb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. 2026.02.23 16:39:24.221875 [ 278 ] {c17902ee-e7f5-43e7-8c7c-515727abc5fb} MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) 2026.02.23 16:39:24.222075 [ 278 ] {c17902ee-e7f5-43e7-8c7c-515727abc5fb} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:39:24.222209 [ 278 ] {c17902ee-e7f5-43e7-8c7c-515727abc5fb} executeQuery: Read 500 rows, 35.98 KiB in 0.001396 sec., 358166.18911174784 rows/sec., 25.17 MiB/sec. 2026.02.23 16:39:24.222246 [ 278 ] {c17902ee-e7f5-43e7-8c7c-515727abc5fb} TCPHandler: Processed in 0.001568742 sec. 2026.02.23 16:39:24.222352 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:39:24.222446 [ 278 ] {72a3cf1e-9d7f-413b-b799-38aa886de35d} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.02.23 16:39:24.222487 [ 278 ] {72a3cf1e-9d7f-413b-b799-38aa886de35d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.02.23 16:39:24.222803 [ 278 ] {72a3cf1e-9d7f-413b-b799-38aa886de35d} oximeter.measurements_bool (4d7206cf-919d-48fb-bf2a-954f10b7f89e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:39:24.222836 [ 278 ] {72a3cf1e-9d7f-413b-b799-38aa886de35d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. 2026.02.23 16:39:24.223120 [ 278 ] {72a3cf1e-9d7f-413b-b799-38aa886de35d} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.02.23 16:39:24.223302 [ 278 ] {72a3cf1e-9d7f-413b-b799-38aa886de35d} oximeter.measurements_bool (4d7206cf-919d-48fb-bf2a-954f10b7f89e): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:39:24.223420 [ 278 ] {72a3cf1e-9d7f-413b-b799-38aa886de35d} executeQuery: Read 6 rows, 321.00 B in 0.001051 sec., 5708.848715509039 rows/sec., 298.27 KiB/sec. 2026.02.23 16:39:24.223454 [ 278 ] {72a3cf1e-9d7f-413b-b799-38aa886de35d} TCPHandler: Processed in 0.001210235 sec. 2026.02.23 16:39:24.223623 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:39:24.223719 [ 278 ] {07469f5a-b141-4272-bd9d-72f184e04f6a} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.23 16:39:24.223759 [ 278 ] {07469f5a-b141-4272-bd9d-72f184e04f6a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.23 16:39:24.224174 [ 278 ] {07469f5a-b141-4272-bd9d-72f184e04f6a} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:39:24.224209 [ 278 ] {07469f5a-b141-4272-bd9d-72f184e04f6a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. 2026.02.23 16:39:24.224528 [ 278 ] {07469f5a-b141-4272-bd9d-72f184e04f6a} MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) 2026.02.23 16:39:24.224746 [ 278 ] {07469f5a-b141-4272-bd9d-72f184e04f6a} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:39:24.224876 [ 278 ] {07469f5a-b141-4272-bd9d-72f184e04f6a} executeQuery: Read 265 rows, 18.03 KiB in 0.001175 sec., 225531.914893617 rows/sec., 14.99 MiB/sec. 2026.02.23 16:39:24.224912 [ 278 ] {07469f5a-b141-4272-bd9d-72f184e04f6a} TCPHandler: Processed in 0.001335647 sec. 2026.02.23 16:39:24.225025 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:39:24.225117 [ 278 ] {b613aca1-c7a8-48bc-86a3-6c2d806d5f39} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.02.23 16:39:24.225156 [ 278 ] {b613aca1-c7a8-48bc-86a3-6c2d806d5f39} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.02.23 16:39:24.225470 [ 278 ] {b613aca1-c7a8-48bc-86a3-6c2d806d5f39} oximeter.measurements_f64 (97dc9cb4-ce5b-499b-8326-a1427ee1bb47): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:39:24.225505 [ 278 ] {b613aca1-c7a8-48bc-86a3-6c2d806d5f39} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. 2026.02.23 16:39:24.225792 [ 278 ] {b613aca1-c7a8-48bc-86a3-6c2d806d5f39} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.02.23 16:39:24.225993 [ 278 ] {b613aca1-c7a8-48bc-86a3-6c2d806d5f39} oximeter.measurements_f64 (97dc9cb4-ce5b-499b-8326-a1427ee1bb47): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:39:24.226100 [ 116 ] {} oximeter.measurements_f64 (97dc9cb4-ce5b-499b-8326-a1427ee1bb47) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.02.23 16:39:24.226114 [ 278 ] {b613aca1-c7a8-48bc-86a3-6c2d806d5f39} executeQuery: Read 1 rows, 69.00 B in 0.001015 sec., 985.2216748768473 rows/sec., 66.39 KiB/sec. 2026.02.23 16:39:24.226164 [ 116 ] {} oximeter.measurements_f64 (97dc9cb4-ce5b-499b-8326-a1427ee1bb47): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:39:24.226172 [ 278 ] {b613aca1-c7a8-48bc-86a3-6c2d806d5f39} TCPHandler: Processed in 0.001193975 sec. 2026.02.23 16:39:24.226195 [ 116 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. 2026.02.23 16:39:24.226293 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:39:24.226313 [ 189 ] {97dc9cb4-ce5b-499b-8326-a1427ee1bb47::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2026.02.23 16:39:24.226389 [ 278 ] {2a718517-024c-4879-ac0b-971a53c397f4} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.23 16:39:24.226445 [ 278 ] {2a718517-024c-4879-ac0b-971a53c397f4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.23 16:39:24.226458 [ 189 ] {97dc9cb4-ce5b-499b-8326-a1427ee1bb47::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:39:24.226499 [ 189 ] {97dc9cb4-ce5b-499b-8326-a1427ee1bb47::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 16 rows starting from the beginning of the part 2026.02.23 16:39:24.226564 [ 189 ] {97dc9cb4-ce5b-499b-8326-a1427ee1bb47::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 1 rows starting from the beginning of the part 2026.02.23 16:39:24.226609 [ 189 ] {97dc9cb4-ce5b-499b-8326-a1427ee1bb47::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 1 rows starting from the beginning of the part 2026.02.23 16:39:24.226654 [ 189 ] {97dc9cb4-ce5b-499b-8326-a1427ee1bb47::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 1 rows starting from the beginning of the part 2026.02.23 16:39:24.226709 [ 189 ] {97dc9cb4-ce5b-499b-8326-a1427ee1bb47::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 1 rows starting from the beginning of the part 2026.02.23 16:39:24.226754 [ 189 ] {97dc9cb4-ce5b-499b-8326-a1427ee1bb47::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 1 rows starting from the beginning of the part 2026.02.23 16:39:24.227227 [ 278 ] {2a718517-024c-4879-ac0b-971a53c397f4} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:39:24.227267 [ 278 ] {2a718517-024c-4879-ac0b-971a53c397f4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. 2026.02.23 16:39:24.227777 [ 194 ] {97dc9cb4-ce5b-499b-8326-a1427ee1bb47::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 21 rows, containing 4 columns (4 merged, 0 gathered) in 0.001513131 sec., 13878.507544951495 rows/sec., 927.43 KiB/sec. 2026.02.23 16:39:24.227782 [ 278 ] {2a718517-024c-4879-ac0b-971a53c397f4} MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) 2026.02.23 16:39:24.227953 [ 187 ] {97dc9cb4-ce5b-499b-8326-a1427ee1bb47::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.02.23 16:39:24.228054 [ 278 ] {2a718517-024c-4879-ac0b-971a53c397f4} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:39:24.228191 [ 278 ] {2a718517-024c-4879-ac0b-971a53c397f4} executeQuery: Read 10 rows, 18.35 KiB in 0.001819 sec., 5497.526113249038 rows/sec., 9.85 MiB/sec. 2026.02.23 16:39:24.228240 [ 187 ] {97dc9cb4-ce5b-499b-8326-a1427ee1bb47::all_1_21_4} oximeter.measurements_f64 (97dc9cb4-ce5b-499b-8326-a1427ee1bb47): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:39:24.228245 [ 278 ] {2a718517-024c-4879-ac0b-971a53c397f4} TCPHandler: Processed in 0.001998001 sec. 2026.02.23 16:39:24.228305 [ 187 ] {97dc9cb4-ce5b-499b-8326-a1427ee1bb47::all_1_21_4} oximeter.measurements_f64 (97dc9cb4-ce5b-499b-8326-a1427ee1bb47) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.02.23 16:39:24.228355 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:39:24.228393 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2026.02.23 16:39:24.228453 [ 278 ] {4a73c29b-7a7a-4f1e-8c9a-d4ea3c216aaa} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.23 16:39:24.228494 [ 278 ] {4a73c29b-7a7a-4f1e-8c9a-d4ea3c216aaa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.23 16:39:24.228833 [ 278 ] {4a73c29b-7a7a-4f1e-8c9a-d4ea3c216aaa} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:39:24.228867 [ 278 ] {4a73c29b-7a7a-4f1e-8c9a-d4ea3c216aaa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. 2026.02.23 16:39:24.229156 [ 278 ] {4a73c29b-7a7a-4f1e-8c9a-d4ea3c216aaa} MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) 2026.02.23 16:39:24.229361 [ 278 ] {4a73c29b-7a7a-4f1e-8c9a-d4ea3c216aaa} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:39:24.229482 [ 278 ] {4a73c29b-7a7a-4f1e-8c9a-d4ea3c216aaa} executeQuery: Read 90 rows, 5.77 KiB in 0.001047 sec., 85959.88538681949 rows/sec., 5.38 MiB/sec. 2026.02.23 16:39:24.229517 [ 278 ] {4a73c29b-7a7a-4f1e-8c9a-d4ea3c216aaa} TCPHandler: Processed in 0.001210765 sec. 2026.02.23 16:39:27.572560 [ 153 ] {} DNSResolver: Updating DNS cache 2026.02.23 16:39:27.572615 [ 153 ] {} DNSResolver: Updated DNS cache 2026.02.23 16:39:27.744624 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 31672 2026.02.23 16:39:27.745171 [ 244 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:39:27.745214 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. 2026.02.23 16:39:27.745701 [ 244 ] {} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2026.02.23 16:39:27.745920 [ 244 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:39:27.746062 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 31672 2026.02.23 16:39:27.746064 [ 153 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2026.02.23 16:39:27.746124 [ 153 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:39:27.746147 [ 153 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. 2026.02.23 16:39:27.746250 [ 189 ] {e006da4c-49b0-4d27-967a-f293ec4e8bf5::all_1_66_13} MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full 2026.02.23 16:39:27.746372 [ 189 ] {e006da4c-49b0-4d27-967a-f293ec4e8bf5::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:39:27.746414 [ 189 ] {e006da4c-49b0-4d27-967a-f293ec4e8bf5::all_1_66_13} MergeTreeSequentialSource: Reading 5 marks from part all_1_61_12, total 29304 rows starting from the beginning of the part 2026.02.23 16:39:27.746480 [ 189 ] {e006da4c-49b0-4d27-967a-f293ec4e8bf5::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.02.23 16:39:27.746595 [ 189 ] {e006da4c-49b0-4d27-967a-f293ec4e8bf5::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.02.23 16:39:27.746644 [ 189 ] {e006da4c-49b0-4d27-967a-f293ec4e8bf5::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.02.23 16:39:27.746688 [ 189 ] {e006da4c-49b0-4d27-967a-f293ec4e8bf5::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.02.23 16:39:27.746738 [ 189 ] {e006da4c-49b0-4d27-967a-f293ec4e8bf5::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.02.23 16:39:27.749107 [ 187 ] {e006da4c-49b0-4d27-967a-f293ec4e8bf5::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 31672 rows, containing 4 columns (4 merged, 0 gathered) in 0.002856118 sec., 11089177.688036699 rows/sec., 158.63 MiB/sec. 2026.02.23 16:39:27.749548 [ 191 ] {e006da4c-49b0-4d27-967a-f293ec4e8bf5::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2026.02.23 16:39:27.749888 [ 191 ] {e006da4c-49b0-4d27-967a-f293ec4e8bf5::all_1_66_13} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:39:27.749980 [ 191 ] {e006da4c-49b0-4d27-967a-f293ec4e8bf5::all_1_66_13} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2026.02.23 16:39:27.750109 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.94 MiB. 2026.02.23 16:39:29.205977 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:39:29.206263 [ 278 ] {2c6edda9-89bd-4f99-9608-e03de6eebf5c} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.23 16:39:29.206334 [ 278 ] {2c6edda9-89bd-4f99-9608-e03de6eebf5c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.23 16:39:29.207091 [ 278 ] {2c6edda9-89bd-4f99-9608-e03de6eebf5c} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:39:29.207135 [ 278 ] {2c6edda9-89bd-4f99-9608-e03de6eebf5c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. 2026.02.23 16:39:29.207557 [ 278 ] {2c6edda9-89bd-4f99-9608-e03de6eebf5c} MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) 2026.02.23 16:39:29.207789 [ 278 ] {2c6edda9-89bd-4f99-9608-e03de6eebf5c} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:39:29.207934 [ 133 ] {} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 2026.02.23 16:39:29.207939 [ 278 ] {2c6edda9-89bd-4f99-9608-e03de6eebf5c} executeQuery: Read 120 rows, 10.47 KiB in 0.001748 sec., 68649.88558352402 rows/sec., 5.85 MiB/sec. 2026.02.23 16:39:29.208007 [ 133 ] {} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:39:29.208028 [ 278 ] {2c6edda9-89bd-4f99-9608-e03de6eebf5c} TCPHandler: Processed in 0.002232116 sec. 2026.02.23 16:39:29.208037 [ 133 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. 2026.02.23 16:39:29.208156 [ 197 ] {6ae9402f-5c38-443c-a059-a44bca03d636::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.02.23 16:39:29.208167 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:39:29.208277 [ 278 ] {92e24af7-0452-46a3-bb07-d23a109de88d} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.23 16:39:29.208281 [ 197 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_96_19} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:39:29.208320 [ 278 ] {92e24af7-0452-46a3-bb07-d23a109de88d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.23 16:39:29.208332 [ 197 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 2155 rows starting from the beginning of the part 2026.02.23 16:39:29.208412 [ 197 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 120 rows starting from the beginning of the part 2026.02.23 16:39:29.208465 [ 197 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 817 rows starting from the beginning of the part 2026.02.23 16:39:29.208515 [ 197 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 1263 rows starting from the beginning of the part 2026.02.23 16:39:29.208559 [ 197 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 817 rows starting from the beginning of the part 2026.02.23 16:39:29.208605 [ 197 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 120 rows starting from the beginning of the part 2026.02.23 16:39:29.208744 [ 278 ] {92e24af7-0452-46a3-bb07-d23a109de88d} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:39:29.208786 [ 278 ] {92e24af7-0452-46a3-bb07-d23a109de88d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. 2026.02.23 16:39:29.209106 [ 278 ] {92e24af7-0452-46a3-bb07-d23a109de88d} MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) 2026.02.23 16:39:29.209326 [ 278 ] {92e24af7-0452-46a3-bb07-d23a109de88d} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:39:29.209458 [ 278 ] {92e24af7-0452-46a3-bb07-d23a109de88d} executeQuery: Read 32 rows, 2.41 KiB in 0.001201 sec., 26644.462947543714 rows/sec., 1.96 MiB/sec. 2026.02.23 16:39:29.209496 [ 278 ] {92e24af7-0452-46a3-bb07-d23a109de88d} TCPHandler: Processed in 0.001378479 sec. 2026.02.23 16:39:29.209600 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:39:29.209694 [ 278 ] {3056bbdc-ea7f-4424-92a1-e0b21e014e35} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.23 16:39:29.209733 [ 278 ] {3056bbdc-ea7f-4424-92a1-e0b21e014e35} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.23 16:39:29.210155 [ 278 ] {3056bbdc-ea7f-4424-92a1-e0b21e014e35} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:39:29.210191 [ 278 ] {3056bbdc-ea7f-4424-92a1-e0b21e014e35} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. 2026.02.23 16:39:29.210511 [ 278 ] {3056bbdc-ea7f-4424-92a1-e0b21e014e35} MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) 2026.02.23 16:39:29.210699 [ 191 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_96_19} MergeTask::MergeProjectionsStage: Merge sorted 5292 rows, containing 5 columns (5 merged, 0 gathered) in 0.002593633 sec., 2040381.195026436 rows/sec., 174.19 MiB/sec. 2026.02.23 16:39:29.210731 [ 278 ] {3056bbdc-ea7f-4424-92a1-e0b21e014e35} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:39:29.210845 [ 133 ] {} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 2026.02.23 16:39:29.210856 [ 278 ] {3056bbdc-ea7f-4424-92a1-e0b21e014e35} executeQuery: Read 96 rows, 7.68 KiB in 0.001182 sec., 81218.27411167511 rows/sec., 6.34 MiB/sec. 2026.02.23 16:39:29.210883 [ 133 ] {} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:39:29.210906 [ 278 ] {3056bbdc-ea7f-4424-92a1-e0b21e014e35} TCPHandler: Processed in 0.001354748 sec. 2026.02.23 16:39:29.210907 [ 133 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. 2026.02.23 16:39:29.210959 [ 187 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_96_19} MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) 2026.02.23 16:39:29.210989 [ 197 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::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.02.23 16:39:29.211026 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:39:29.211091 [ 197 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_96_19} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:39:29.211122 [ 197 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 1064 rows starting from the beginning of the part 2026.02.23 16:39:29.211126 [ 278 ] {a03e50d5-87e3-47d6-8771-c1ee6bfaf66b} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.23 16:39:29.211171 [ 197 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 96 rows starting from the beginning of the part 2026.02.23 16:39:29.211179 [ 278 ] {a03e50d5-87e3-47d6-8771-c1ee6bfaf66b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.23 16:39:29.211216 [ 197 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 500 rows starting from the beginning of the part 2026.02.23 16:39:29.211249 [ 187 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_96_19} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:39:29.211254 [ 197 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 558 rows starting from the beginning of the part 2026.02.23 16:39:29.211307 [ 197 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 500 rows starting from the beginning of the part 2026.02.23 16:39:29.211328 [ 187 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_96_19} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 2026.02.23 16:39:29.211341 [ 197 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 96 rows starting from the beginning of the part 2026.02.23 16:39:29.211430 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.13 MiB. 2026.02.23 16:39:29.211606 [ 278 ] {a03e50d5-87e3-47d6-8771-c1ee6bfaf66b} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:39:29.211644 [ 278 ] {a03e50d5-87e3-47d6-8771-c1ee6bfaf66b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. 2026.02.23 16:39:29.212019 [ 278 ] {a03e50d5-87e3-47d6-8771-c1ee6bfaf66b} MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) 2026.02.23 16:39:29.212230 [ 278 ] {a03e50d5-87e3-47d6-8771-c1ee6bfaf66b} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:39:29.212348 [ 133 ] {} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 2026.02.23 16:39:29.212359 [ 278 ] {a03e50d5-87e3-47d6-8771-c1ee6bfaf66b} executeQuery: Read 160 rows, 11.41 KiB in 0.001253 sec., 127693.53551476456 rows/sec., 8.89 MiB/sec. 2026.02.23 16:39:29.212384 [ 133 ] {} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:39:29.212406 [ 133 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. 2026.02.23 16:39:29.212408 [ 278 ] {a03e50d5-87e3-47d6-8771-c1ee6bfaf66b} TCPHandler: Processed in 0.00143175 sec. 2026.02.23 16:39:29.212451 [ 188 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_96_19} MergeTask::MergeProjectionsStage: Merge sorted 2814 rows, containing 5 columns (5 merged, 0 gathered) in 0.00148435 sec., 1895779.2973355341 rows/sec., 144.81 MiB/sec. 2026.02.23 16:39:29.212472 [ 187 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::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.02.23 16:39:29.212529 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:39:29.212568 [ 187 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_96_19} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:39:29.212600 [ 187 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_96_19} MergeTreeSequentialSource: Reading 5 marks from part all_1_91_18, total 27418 rows starting from the beginning of the part 2026.02.23 16:39:29.212623 [ 278 ] {4acb15c0-3f2d-4853-88d8-be77041747d7} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.23 16:39:29.212657 [ 187 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 160 rows starting from the beginning of the part 2026.02.23 16:39:29.212679 [ 278 ] {4acb15c0-3f2d-4853-88d8-be77041747d7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.23 16:39:29.212706 [ 187 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 265 rows starting from the beginning of the part 2026.02.23 16:39:29.212732 [ 186 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_96_19} MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) 2026.02.23 16:39:29.212750 [ 187 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 847 rows starting from the beginning of the part 2026.02.23 16:39:29.212813 [ 187 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 265 rows starting from the beginning of the part 2026.02.23 16:39:29.212855 [ 187 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::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.02.23 16:39:29.213115 [ 186 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_96_19} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:39:29.213218 [ 186 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_96_19} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 2026.02.23 16:39:29.213345 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.68 MiB. 2026.02.23 16:39:29.213538 [ 278 ] {4acb15c0-3f2d-4853-88d8-be77041747d7} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:39:29.213579 [ 278 ] {4acb15c0-3f2d-4853-88d8-be77041747d7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. 2026.02.23 16:39:29.214114 [ 278 ] {4acb15c0-3f2d-4853-88d8-be77041747d7} MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) 2026.02.23 16:39:29.214321 [ 278 ] {4acb15c0-3f2d-4853-88d8-be77041747d7} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:39:29.214450 [ 278 ] {4acb15c0-3f2d-4853-88d8-be77041747d7} executeQuery: Read 32 rows, 58.72 KiB in 0.001901 sec., 16833.245660178854 rows/sec., 30.16 MiB/sec. 2026.02.23 16:39:29.214502 [ 278 ] {4acb15c0-3f2d-4853-88d8-be77041747d7} TCPHandler: Processed in 0.002081133 sec. 2026.02.23 16:39:29.214681 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:39:29.214774 [ 278 ] {e50d2cc1-6e9a-4557-975d-411ed1ef11f8} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.23 16:39:29.214820 [ 278 ] {e50d2cc1-6e9a-4557-975d-411ed1ef11f8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.23 16:39:29.215159 [ 278 ] {e50d2cc1-6e9a-4557-975d-411ed1ef11f8} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:39:29.215196 [ 278 ] {e50d2cc1-6e9a-4557-975d-411ed1ef11f8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. 2026.02.23 16:39:29.215501 [ 278 ] {e50d2cc1-6e9a-4557-975d-411ed1ef11f8} MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) 2026.02.23 16:39:29.215710 [ 278 ] {e50d2cc1-6e9a-4557-975d-411ed1ef11f8} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:39:29.215836 [ 278 ] {e50d2cc1-6e9a-4557-975d-411ed1ef11f8} executeQuery: Read 60 rows, 4.14 KiB in 0.00108 sec., 55555.555555555555 rows/sec., 3.74 MiB/sec. 2026.02.23 16:39:29.215853 [ 152 ] {} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 2026.02.23 16:39:29.215872 [ 278 ] {e50d2cc1-6e9a-4557-975d-411ed1ef11f8} TCPHandler: Processed in 0.001239136 sec. 2026.02.23 16:39:29.215907 [ 152 ] {} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:39:29.215936 [ 152 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. 2026.02.23 16:39:29.216025 [ 188 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::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.02.23 16:39:29.216146 [ 188 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_96_19} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:39:29.216184 [ 188 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 5430 rows starting from the beginning of the part 2026.02.23 16:39:29.216252 [ 188 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::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.02.23 16:39:29.216302 [ 188 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 90 rows starting from the beginning of the part 2026.02.23 16:39:29.216346 [ 188 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::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.02.23 16:39:29.216389 [ 188 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 90 rows starting from the beginning of the part 2026.02.23 16:39:29.216432 [ 188 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::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.02.23 16:39:29.218394 [ 200 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_96_19} MergeTask::MergeProjectionsStage: Merge sorted 5790 rows, containing 4 columns (4 merged, 0 gathered) in 0.00240761 sec., 2404874.5436345586 rows/sec., 158.74 MiB/sec. 2026.02.23 16:39:29.218568 [ 200 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_96_19} MergeTask::MergeProjectionsStage: Merge sorted 29115 rows, containing 5 columns (5 merged, 0 gathered) in 0.006127906 sec., 4751215.178561812 rows/sec., 324.04 MiB/sec. 2026.02.23 16:39:29.218790 [ 188 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_96_19} MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) 2026.02.23 16:39:29.219093 [ 188 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_96_19} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:39:29.219170 [ 188 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_96_19} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 2026.02.23 16:39:29.219182 [ 186 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_96_19} MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) 2026.02.23 16:39:29.219248 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.17 MiB. 2026.02.23 16:39:29.219492 [ 186 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_96_19} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:39:29.219577 [ 186 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_96_19} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 2026.02.23 16:39:29.219691 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.27 MiB. 2026.02.23 16:39:29.431479 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 497 2026.02.23 16:39:29.449172 [ 243 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:39:29.449227 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. 2026.02.23 16:39:29.455549 [ 243 ] {} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2026.02.23 16:39:29.456323 [ 243 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:39:29.456637 [ 152 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2026.02.23 16:39:29.456707 [ 152 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:39:29.456738 [ 152 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. 2026.02.23 16:39:29.456845 [ 195 ] {3c5e35cc-2202-4d2d-a2da-f2d3b912fea0::all_1_66_13} MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full 2026.02.23 16:39:29.459719 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 497 2026.02.23 16:39:29.459909 [ 195 ] {3c5e35cc-2202-4d2d-a2da-f2d3b912fea0::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:39:29.460686 [ 195 ] {3c5e35cc-2202-4d2d-a2da-f2d3b912fea0::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.02.23 16:39:29.464103 [ 195 ] {3c5e35cc-2202-4d2d-a2da-f2d3b912fea0::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.02.23 16:39:29.467617 [ 195 ] {3c5e35cc-2202-4d2d-a2da-f2d3b912fea0::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.02.23 16:39:29.471803 [ 195 ] {3c5e35cc-2202-4d2d-a2da-f2d3b912fea0::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.02.23 16:39:29.475957 [ 195 ] {3c5e35cc-2202-4d2d-a2da-f2d3b912fea0::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.02.23 16:39:29.480022 [ 195 ] {3c5e35cc-2202-4d2d-a2da-f2d3b912fea0::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.02.23 16:39:29.535279 [ 200 ] {3c5e35cc-2202-4d2d-a2da-f2d3b912fea0::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 497 rows, containing 679 columns (679 merged, 0 gathered) in 0.078476724 sec., 6333.088012185626 rows/sec., 32.75 MiB/sec. 2026.02.23 16:39:29.538434 [ 193 ] {3c5e35cc-2202-4d2d-a2da-f2d3b912fea0::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2026.02.23 16:39:29.540856 [ 193 ] {3c5e35cc-2202-4d2d-a2da-f2d3b912fea0::all_1_66_13} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:39:29.540979 [ 193 ] {3c5e35cc-2202-4d2d-a2da-f2d3b912fea0::all_1_66_13} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2026.02.23 16:39:29.543821 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 14.29 MiB. 2026.02.23 16:39:32.847040 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1712 2026.02.23 16:39:32.849783 [ 242 ] {} system.query_log (b83b341e-dbaf-448e-9582-20b3e6cd291d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:39:32.849850 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. 2026.02.23 16:39:32.851106 [ 242 ] {} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2026.02.23 16:39:32.851375 [ 242 ] {} system.query_log (b83b341e-dbaf-448e-9582-20b3e6cd291d): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:39:32.851703 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1712 2026.02.23 16:39:34.213241 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:39:34.213427 [ 278 ] {6b78353d-9f82-442b-9bce-fd431afe8173} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.02.23 16:39:34.213499 [ 278 ] {6b78353d-9f82-442b-9bce-fd431afe8173} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.02.23 16:39:34.214310 [ 278 ] {6b78353d-9f82-442b-9bce-fd431afe8173} oximeter.fields_i16 (91b3829e-2a99-49e1-955c-43ffdc3fb409): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:39:34.214366 [ 278 ] {6b78353d-9f82-442b-9bce-fd431afe8173} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. 2026.02.23 16:39:34.214786 [ 278 ] {6b78353d-9f82-442b-9bce-fd431afe8173} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.02.23 16:39:34.215016 [ 278 ] {6b78353d-9f82-442b-9bce-fd431afe8173} oximeter.fields_i16 (91b3829e-2a99-49e1-955c-43ffdc3fb409): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:39:34.215176 [ 278 ] {6b78353d-9f82-442b-9bce-fd431afe8173} executeQuery: Read 284 rows, 18.47 KiB in 0.001801 sec., 157690.17212659633 rows/sec., 10.02 MiB/sec. 2026.02.23 16:39:34.215230 [ 278 ] {6b78353d-9f82-442b-9bce-fd431afe8173} TCPHandler: Processed in 0.002124314 sec. 2026.02.23 16:39:34.215367 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:39:34.215472 [ 278 ] {60834c7a-2f61-4cea-96f5-a2a6251851cc} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.02.23 16:39:34.215577 [ 278 ] {60834c7a-2f61-4cea-96f5-a2a6251851cc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.02.23 16:39:34.216009 [ 278 ] {60834c7a-2f61-4cea-96f5-a2a6251851cc} oximeter.fields_ipaddr (aca7842a-9245-4e3c-8c67-e3828bf88048): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:39:34.216050 [ 278 ] {60834c7a-2f61-4cea-96f5-a2a6251851cc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. 2026.02.23 16:39:34.216360 [ 278 ] {60834c7a-2f61-4cea-96f5-a2a6251851cc} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.02.23 16:39:34.216570 [ 278 ] {60834c7a-2f61-4cea-96f5-a2a6251851cc} oximeter.fields_ipaddr (aca7842a-9245-4e3c-8c67-e3828bf88048): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:39:34.216705 [ 278 ] {60834c7a-2f61-4cea-96f5-a2a6251851cc} executeQuery: Read 6 rows, 515.00 B in 0.001256 sec., 4777.070063694267 rows/sec., 400.42 KiB/sec. 2026.02.23 16:39:34.216746 [ 278 ] {60834c7a-2f61-4cea-96f5-a2a6251851cc} TCPHandler: Processed in 0.001436999 sec. 2026.02.23 16:39:34.216898 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:39:34.217056 [ 278 ] {b1964472-80ac-400b-8f52-473c70e68412} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.23 16:39:34.217100 [ 278 ] {b1964472-80ac-400b-8f52-473c70e68412} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.23 16:39:34.217952 [ 278 ] {b1964472-80ac-400b-8f52-473c70e68412} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:39:34.217992 [ 278 ] {b1964472-80ac-400b-8f52-473c70e68412} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. 2026.02.23 16:39:34.218383 [ 278 ] {b1964472-80ac-400b-8f52-473c70e68412} MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) 2026.02.23 16:39:34.218698 [ 278 ] {b1964472-80ac-400b-8f52-473c70e68412} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:39:34.218882 [ 278 ] {b1964472-80ac-400b-8f52-473c70e68412} executeQuery: Read 821 rows, 66.51 KiB in 0.001844 sec., 445227.76572668116 rows/sec., 35.22 MiB/sec. 2026.02.23 16:39:34.218939 [ 278 ] {b1964472-80ac-400b-8f52-473c70e68412} TCPHandler: Processed in 0.002093653 sec. 2026.02.23 16:39:34.219078 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:39:34.219178 [ 278 ] {53d4efc5-ef03-4878-ac5b-2d24a044b878} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.23 16:39:34.219219 [ 278 ] {53d4efc5-ef03-4878-ac5b-2d24a044b878} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.23 16:39:34.219690 [ 278 ] {53d4efc5-ef03-4878-ac5b-2d24a044b878} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:39:34.219729 [ 278 ] {53d4efc5-ef03-4878-ac5b-2d24a044b878} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. 2026.02.23 16:39:34.220041 [ 278 ] {53d4efc5-ef03-4878-ac5b-2d24a044b878} MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) 2026.02.23 16:39:34.220257 [ 278 ] {53d4efc5-ef03-4878-ac5b-2d24a044b878} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:39:34.220392 [ 278 ] {53d4efc5-ef03-4878-ac5b-2d24a044b878} executeQuery: Read 158 rows, 9.73 KiB in 0.001235 sec., 127935.22267206477 rows/sec., 7.69 MiB/sec. 2026.02.23 16:39:34.220430 [ 278 ] {53d4efc5-ef03-4878-ac5b-2d24a044b878} TCPHandler: Processed in 0.001405559 sec. 2026.02.23 16:39:34.220565 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:39:34.220691 [ 278 ] {006a93be-94ad-4150-b553-18b2586ac622} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.02.23 16:39:34.220749 [ 278 ] {006a93be-94ad-4150-b553-18b2586ac622} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.02.23 16:39:34.221255 [ 278 ] {006a93be-94ad-4150-b553-18b2586ac622} oximeter.fields_u32 (3630ead0-c5da-4e23-a9d2-59d0589dc119): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:39:34.221292 [ 278 ] {006a93be-94ad-4150-b553-18b2586ac622} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. 2026.02.23 16:39:34.221605 [ 278 ] {006a93be-94ad-4150-b553-18b2586ac622} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.02.23 16:39:34.221824 [ 278 ] {006a93be-94ad-4150-b553-18b2586ac622} oximeter.fields_u32 (3630ead0-c5da-4e23-a9d2-59d0589dc119): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:39:34.221953 [ 278 ] {006a93be-94ad-4150-b553-18b2586ac622} executeQuery: Read 149 rows, 9.86 KiB in 0.001288 sec., 115683.22981366458 rows/sec., 7.47 MiB/sec. 2026.02.23 16:39:34.221993 [ 278 ] {006a93be-94ad-4150-b553-18b2586ac622} TCPHandler: Processed in 0.001492891 sec. 2026.02.23 16:39:34.222123 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:39:34.222220 [ 278 ] {235f02db-2c33-45bb-b008-54546b81e2ce} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.02.23 16:39:34.222262 [ 278 ] {235f02db-2c33-45bb-b008-54546b81e2ce} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.02.23 16:39:34.222710 [ 278 ] {235f02db-2c33-45bb-b008-54546b81e2ce} oximeter.fields_u8 (bee44bc4-3670-4879-9501-74bd8c0c3792): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:39:34.222744 [ 278 ] {235f02db-2c33-45bb-b008-54546b81e2ce} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. 2026.02.23 16:39:34.223059 [ 278 ] {235f02db-2c33-45bb-b008-54546b81e2ce} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.02.23 16:39:34.223282 [ 278 ] {235f02db-2c33-45bb-b008-54546b81e2ce} oximeter.fields_u8 (bee44bc4-3670-4879-9501-74bd8c0c3792): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:39:34.223409 [ 278 ] {235f02db-2c33-45bb-b008-54546b81e2ce} executeQuery: Read 148 rows, 8.62 KiB in 0.001206 sec., 122719.73466003317 rows/sec., 6.98 MiB/sec. 2026.02.23 16:39:34.223448 [ 278 ] {235f02db-2c33-45bb-b008-54546b81e2ce} TCPHandler: Processed in 0.001378098 sec. 2026.02.23 16:39:34.223564 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:39:34.223661 [ 278 ] {24b647ab-4a8b-4867-8697-626887bbd125} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.23 16:39:34.223702 [ 278 ] {24b647ab-4a8b-4867-8697-626887bbd125} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.23 16:39:34.224316 [ 278 ] {24b647ab-4a8b-4867-8697-626887bbd125} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:39:34.224360 [ 278 ] {24b647ab-4a8b-4867-8697-626887bbd125} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. 2026.02.23 16:39:34.224703 [ 278 ] {24b647ab-4a8b-4867-8697-626887bbd125} MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) 2026.02.23 16:39:34.224910 [ 278 ] {24b647ab-4a8b-4867-8697-626887bbd125} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:39:34.225049 [ 278 ] {24b647ab-4a8b-4867-8697-626887bbd125} executeQuery: Read 506 rows, 36.48 KiB in 0.001408 sec., 359375 rows/sec., 25.30 MiB/sec. 2026.02.23 16:39:34.225089 [ 278 ] {24b647ab-4a8b-4867-8697-626887bbd125} TCPHandler: Processed in 0.001575033 sec. 2026.02.23 16:39:34.225219 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:39:34.225321 [ 278 ] {bd5b3d1f-246f-4e84-84bb-d62ae87d4265} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.02.23 16:39:34.225364 [ 278 ] {bd5b3d1f-246f-4e84-84bb-d62ae87d4265} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.02.23 16:39:34.225744 [ 278 ] {bd5b3d1f-246f-4e84-84bb-d62ae87d4265} oximeter.measurements_bool (4d7206cf-919d-48fb-bf2a-954f10b7f89e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:39:34.225781 [ 278 ] {bd5b3d1f-246f-4e84-84bb-d62ae87d4265} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. 2026.02.23 16:39:34.226088 [ 278 ] {bd5b3d1f-246f-4e84-84bb-d62ae87d4265} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.02.23 16:39:34.226430 [ 278 ] {bd5b3d1f-246f-4e84-84bb-d62ae87d4265} oximeter.measurements_bool (4d7206cf-919d-48fb-bf2a-954f10b7f89e): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:39:34.226627 [ 278 ] {bd5b3d1f-246f-4e84-84bb-d62ae87d4265} executeQuery: Read 6 rows, 321.00 B in 0.001321 sec., 4542.013626040878 rows/sec., 237.30 KiB/sec. 2026.02.23 16:39:34.226685 [ 278 ] {bd5b3d1f-246f-4e84-84bb-d62ae87d4265} TCPHandler: Processed in 0.001520452 sec. 2026.02.23 16:39:34.226844 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:39:34.226944 [ 278 ] {68f7a3ac-87b7-4815-be14-17084696fec8} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.23 16:39:34.226988 [ 278 ] {68f7a3ac-87b7-4815-be14-17084696fec8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.23 16:39:34.227432 [ 278 ] {68f7a3ac-87b7-4815-be14-17084696fec8} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:39:34.227475 [ 278 ] {68f7a3ac-87b7-4815-be14-17084696fec8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. 2026.02.23 16:39:34.227845 [ 278 ] {68f7a3ac-87b7-4815-be14-17084696fec8} MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) 2026.02.23 16:39:34.228051 [ 278 ] {68f7a3ac-87b7-4815-be14-17084696fec8} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:39:34.228180 [ 278 ] {68f7a3ac-87b7-4815-be14-17084696fec8} executeQuery: Read 268 rows, 18.25 KiB in 0.001255 sec., 213545.8167330677 rows/sec., 14.20 MiB/sec. 2026.02.23 16:39:34.228226 [ 278 ] {68f7a3ac-87b7-4815-be14-17084696fec8} TCPHandler: Processed in 0.00144773 sec. 2026.02.23 16:39:34.228357 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:39:34.228457 [ 278 ] {76b59021-4fd2-47ec-9091-b03cbf4a3dc3} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.02.23 16:39:34.228501 [ 278 ] {76b59021-4fd2-47ec-9091-b03cbf4a3dc3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.02.23 16:39:34.228835 [ 278 ] {76b59021-4fd2-47ec-9091-b03cbf4a3dc3} oximeter.measurements_f64 (97dc9cb4-ce5b-499b-8326-a1427ee1bb47): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:39:34.228873 [ 278 ] {76b59021-4fd2-47ec-9091-b03cbf4a3dc3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. 2026.02.23 16:39:34.229185 [ 278 ] {76b59021-4fd2-47ec-9091-b03cbf4a3dc3} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.02.23 16:39:34.229392 [ 278 ] {76b59021-4fd2-47ec-9091-b03cbf4a3dc3} oximeter.measurements_f64 (97dc9cb4-ce5b-499b-8326-a1427ee1bb47): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:39:34.229516 [ 278 ] {76b59021-4fd2-47ec-9091-b03cbf4a3dc3} executeQuery: Read 1 rows, 69.00 B in 0.001077 sec., 928.5051067780872 rows/sec., 62.57 KiB/sec. 2026.02.23 16:39:34.229553 [ 278 ] {76b59021-4fd2-47ec-9091-b03cbf4a3dc3} TCPHandler: Processed in 0.001247996 sec. 2026.02.23 16:39:34.229669 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:39:34.229766 [ 278 ] {dd256e30-8cb9-4ed3-94a6-6a3ff9317882} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.23 16:39:34.229819 [ 278 ] {dd256e30-8cb9-4ed3-94a6-6a3ff9317882} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.23 16:39:34.230652 [ 278 ] {dd256e30-8cb9-4ed3-94a6-6a3ff9317882} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:39:34.230689 [ 278 ] {dd256e30-8cb9-4ed3-94a6-6a3ff9317882} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. 2026.02.23 16:39:34.231224 [ 278 ] {dd256e30-8cb9-4ed3-94a6-6a3ff9317882} MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) 2026.02.23 16:39:34.231447 [ 278 ] {dd256e30-8cb9-4ed3-94a6-6a3ff9317882} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:39:34.231598 [ 278 ] {dd256e30-8cb9-4ed3-94a6-6a3ff9317882} executeQuery: Read 10 rows, 18.35 KiB in 0.00185 sec., 5405.405405405405 rows/sec., 9.69 MiB/sec. 2026.02.23 16:39:34.231675 [ 278 ] {dd256e30-8cb9-4ed3-94a6-6a3ff9317882} TCPHandler: Processed in 0.002056392 sec. 2026.02.23 16:39:34.231791 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:39:34.231886 [ 278 ] {225eaa25-483f-4fed-a7cd-d3c11fcf21ba} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.23 16:39:34.231928 [ 278 ] {225eaa25-483f-4fed-a7cd-d3c11fcf21ba} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.23 16:39:34.232272 [ 278 ] {225eaa25-483f-4fed-a7cd-d3c11fcf21ba} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:39:34.232309 [ 278 ] {225eaa25-483f-4fed-a7cd-d3c11fcf21ba} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. 2026.02.23 16:39:34.232650 [ 278 ] {225eaa25-483f-4fed-a7cd-d3c11fcf21ba} MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) 2026.02.23 16:39:34.232886 [ 278 ] {225eaa25-483f-4fed-a7cd-d3c11fcf21ba} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:39:34.233014 [ 278 ] {225eaa25-483f-4fed-a7cd-d3c11fcf21ba} executeQuery: Read 90 rows, 5.77 KiB in 0.001146 sec., 78534.03141361255 rows/sec., 4.91 MiB/sec. 2026.02.23 16:39:34.233051 [ 278 ] {225eaa25-483f-4fed-a7cd-d3c11fcf21ba} TCPHandler: Processed in 0.001311747 sec. 2026.02.23 16:39:35.246258 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 32184 2026.02.23 16:39:35.246834 [ 244 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:39:35.246876 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. 2026.02.23 16:39:35.247713 [ 244 ] {} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2026.02.23 16:39:35.247947 [ 244 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:39:35.248081 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 32184 2026.02.23 16:39:36.959820 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 505 2026.02.23 16:39:36.974877 [ 243 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:39:36.974936 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. 2026.02.23 16:39:36.980440 [ 243 ] {} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2026.02.23 16:39:36.981141 [ 243 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:39:36.983923 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 505 2026.02.23 16:39:39.205419 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:39:39.205656 [ 278 ] {55e88ebb-eb97-4903-8472-c6b35b6bbcf6} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.23 16:39:39.205722 [ 278 ] {55e88ebb-eb97-4903-8472-c6b35b6bbcf6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.23 16:39:39.206477 [ 278 ] {55e88ebb-eb97-4903-8472-c6b35b6bbcf6} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:39:39.206522 [ 278 ] {55e88ebb-eb97-4903-8472-c6b35b6bbcf6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. 2026.02.23 16:39:39.206923 [ 278 ] {55e88ebb-eb97-4903-8472-c6b35b6bbcf6} MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) 2026.02.23 16:39:39.207151 [ 278 ] {55e88ebb-eb97-4903-8472-c6b35b6bbcf6} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:39:39.207314 [ 278 ] {55e88ebb-eb97-4903-8472-c6b35b6bbcf6} executeQuery: Read 120 rows, 10.47 KiB in 0.001707 sec., 70298.769771529 rows/sec., 5.99 MiB/sec. 2026.02.23 16:39:39.207365 [ 278 ] {55e88ebb-eb97-4903-8472-c6b35b6bbcf6} TCPHandler: Processed in 0.002149854 sec. 2026.02.23 16:39:39.207494 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:39:39.207612 [ 278 ] {c5c962b7-e0fb-44e4-83c3-1659baf8f8a1} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.23 16:39:39.207655 [ 278 ] {c5c962b7-e0fb-44e4-83c3-1659baf8f8a1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.23 16:39:39.208146 [ 278 ] {c5c962b7-e0fb-44e4-83c3-1659baf8f8a1} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:39:39.208190 [ 278 ] {c5c962b7-e0fb-44e4-83c3-1659baf8f8a1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. 2026.02.23 16:39:39.208501 [ 278 ] {c5c962b7-e0fb-44e4-83c3-1659baf8f8a1} MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) 2026.02.23 16:39:39.208708 [ 278 ] {c5c962b7-e0fb-44e4-83c3-1659baf8f8a1} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:39:39.208837 [ 278 ] {c5c962b7-e0fb-44e4-83c3-1659baf8f8a1} executeQuery: Read 32 rows, 2.41 KiB in 0.001249 sec., 25620.496397117695 rows/sec., 1.88 MiB/sec. 2026.02.23 16:39:39.208852 [ 140 ] {} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 2026.02.23 16:39:39.208875 [ 278 ] {c5c962b7-e0fb-44e4-83c3-1659baf8f8a1} TCPHandler: Processed in 0.001432149 sec. 2026.02.23 16:39:39.208919 [ 140 ] {} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:39:39.208945 [ 140 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. 2026.02.23 16:39:39.209014 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:39:39.209073 [ 202 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::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.02.23 16:39:39.209116 [ 278 ] {7a39875d-8831-44d1-aa3e-20826d277448} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.23 16:39:39.209160 [ 278 ] {7a39875d-8831-44d1-aa3e-20826d277448} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.23 16:39:39.209224 [ 202 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_96_19} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:39:39.209264 [ 202 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 218 rows starting from the beginning of the part 2026.02.23 16:39:39.209332 [ 202 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 38 rows starting from the beginning of the part 2026.02.23 16:39:39.209378 [ 202 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 152 rows starting from the beginning of the part 2026.02.23 16:39:39.209455 [ 202 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 32 rows starting from the beginning of the part 2026.02.23 16:39:39.209497 [ 202 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 158 rows starting from the beginning of the part 2026.02.23 16:39:39.209536 [ 202 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 32 rows starting from the beginning of the part 2026.02.23 16:39:39.209611 [ 278 ] {7a39875d-8831-44d1-aa3e-20826d277448} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:39:39.209651 [ 278 ] {7a39875d-8831-44d1-aa3e-20826d277448} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. 2026.02.23 16:39:39.210042 [ 278 ] {7a39875d-8831-44d1-aa3e-20826d277448} MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) 2026.02.23 16:39:39.210276 [ 278 ] {7a39875d-8831-44d1-aa3e-20826d277448} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:39:39.210416 [ 278 ] {7a39875d-8831-44d1-aa3e-20826d277448} executeQuery: Read 96 rows, 7.68 KiB in 0.001319 sec., 72782.41091736163 rows/sec., 5.68 MiB/sec. 2026.02.23 16:39:39.210454 [ 278 ] {7a39875d-8831-44d1-aa3e-20826d277448} TCPHandler: Processed in 0.001488141 sec. 2026.02.23 16:39:39.210464 [ 200 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_96_19} MergeTask::MergeProjectionsStage: Merge sorted 630 rows, containing 5 columns (5 merged, 0 gathered) in 0.00145597 sec., 432701.22323948983 rows/sec., 29.06 MiB/sec. 2026.02.23 16:39:39.210574 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:39:39.210658 [ 198 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_96_19} MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) 2026.02.23 16:39:39.210686 [ 278 ] {40dabc8c-c4db-4071-8fdb-36de67059ecd} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.23 16:39:39.210734 [ 278 ] {40dabc8c-c4db-4071-8fdb-36de67059ecd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.23 16:39:39.210976 [ 198 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_96_19} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:39:39.211070 [ 198 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_96_19} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 2026.02.23 16:39:39.211159 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. 2026.02.23 16:39:39.211165 [ 278 ] {40dabc8c-c4db-4071-8fdb-36de67059ecd} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:39:39.211210 [ 278 ] {40dabc8c-c4db-4071-8fdb-36de67059ecd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. 2026.02.23 16:39:39.211536 [ 278 ] {40dabc8c-c4db-4071-8fdb-36de67059ecd} MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) 2026.02.23 16:39:39.211740 [ 278 ] {40dabc8c-c4db-4071-8fdb-36de67059ecd} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:39:39.211881 [ 278 ] {40dabc8c-c4db-4071-8fdb-36de67059ecd} executeQuery: Read 160 rows, 11.41 KiB in 0.001213 sec., 131904.3693322341 rows/sec., 9.19 MiB/sec. 2026.02.23 16:39:39.211917 [ 278 ] {40dabc8c-c4db-4071-8fdb-36de67059ecd} TCPHandler: Processed in 0.001396219 sec. 2026.02.23 16:39:39.212027 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:39:39.212129 [ 278 ] {2feb7e6f-72f6-423c-a37c-c3f04b2d0ba2} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.23 16:39:39.212182 [ 278 ] {2feb7e6f-72f6-423c-a37c-c3f04b2d0ba2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.23 16:39:39.213055 [ 278 ] {2feb7e6f-72f6-423c-a37c-c3f04b2d0ba2} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:39:39.213091 [ 278 ] {2feb7e6f-72f6-423c-a37c-c3f04b2d0ba2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. 2026.02.23 16:39:39.213676 [ 278 ] {2feb7e6f-72f6-423c-a37c-c3f04b2d0ba2} MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) 2026.02.23 16:39:39.213901 [ 278 ] {2feb7e6f-72f6-423c-a37c-c3f04b2d0ba2} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:39:39.214035 [ 278 ] {2feb7e6f-72f6-423c-a37c-c3f04b2d0ba2} executeQuery: Read 32 rows, 58.72 KiB in 0.001924 sec., 16632.01663201663 rows/sec., 29.80 MiB/sec. 2026.02.23 16:39:39.214039 [ 139 ] {} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 2026.02.23 16:39:39.214087 [ 139 ] {} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:39:39.214088 [ 278 ] {2feb7e6f-72f6-423c-a37c-c3f04b2d0ba2} TCPHandler: Processed in 0.002111843 sec. 2026.02.23 16:39:39.214109 [ 139 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.28 GiB. 2026.02.23 16:39:39.214210 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:39:39.214231 [ 196 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_91_18} MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full 2026.02.23 16:39:39.214304 [ 278 ] {ea29189a-5e96-4169-b88f-8c65d1cd3b4e} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.23 16:39:39.214349 [ 278 ] {ea29189a-5e96-4169-b88f-8c65d1cd3b4e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.23 16:39:39.214486 [ 196 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_91_18} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:39:39.214562 [ 196 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 1801 rows starting from the beginning of the part 2026.02.23 16:39:39.214693 [ 278 ] {ea29189a-5e96-4169-b88f-8c65d1cd3b4e} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:39:39.214706 [ 196 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 32 rows starting from the beginning of the part 2026.02.23 16:39:39.214735 [ 278 ] {ea29189a-5e96-4169-b88f-8c65d1cd3b4e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. 2026.02.23 16:39:39.214834 [ 196 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 10 rows starting from the beginning of the part 2026.02.23 16:39:39.214947 [ 196 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 32 rows starting from the beginning of the part 2026.02.23 16:39:39.215056 [ 196 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 10 rows starting from the beginning of the part 2026.02.23 16:39:39.215066 [ 278 ] {ea29189a-5e96-4169-b88f-8c65d1cd3b4e} MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) 2026.02.23 16:39:39.215163 [ 196 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 32 rows starting from the beginning of the part 2026.02.23 16:39:39.215311 [ 278 ] {ea29189a-5e96-4169-b88f-8c65d1cd3b4e} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:39:39.215463 [ 278 ] {ea29189a-5e96-4169-b88f-8c65d1cd3b4e} executeQuery: Read 60 rows, 4.14 KiB in 0.001177 sec., 50977.06032285471 rows/sec., 3.44 MiB/sec. 2026.02.23 16:39:39.215500 [ 278 ] {ea29189a-5e96-4169-b88f-8c65d1cd3b4e} TCPHandler: Processed in 0.001338237 sec. 2026.02.23 16:39:39.227029 [ 198 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_91_18} MergeTask::MergeProjectionsStage: Merge sorted 1917 rows, containing 19 columns (19 merged, 0 gathered) in 0.012842844 sec., 149266.00369824626 rows/sec., 267.48 MiB/sec. 2026.02.23 16:39:39.229177 [ 200 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_91_18} MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) 2026.02.23 16:39:39.229533 [ 200 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_91_18} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:39:39.229626 [ 200 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_91_18} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 2026.02.23 16:39:39.229733 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.37 MiB. 2026.02.23 16:39:40.000188 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 357.23 MiB, peak 374.57 MiB, free memory in arenas 0.00 B, will set to 367.09 MiB (RSS), difference: 9.86 MiB 2026.02.23 16:39:42.572868 [ 135 ] {} DNSResolver: Updating DNS cache 2026.02.23 16:39:42.572937 [ 135 ] {} DNSResolver: Updated DNS cache 2026.02.23 16:39:42.748260 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 32632 2026.02.23 16:39:42.748802 [ 244 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:39:42.748848 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. 2026.02.23 16:39:42.749356 [ 244 ] {} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2026.02.23 16:39:42.749591 [ 244 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:39:42.749744 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 32632 2026.02.23 16:39:42.851930 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1748 2026.02.23 16:39:42.854439 [ 242 ] {} system.query_log (b83b341e-dbaf-448e-9582-20b3e6cd291d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:39:42.854498 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. 2026.02.23 16:39:42.855772 [ 242 ] {} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2026.02.23 16:39:42.856073 [ 242 ] {} system.query_log (b83b341e-dbaf-448e-9582-20b3e6cd291d): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:39:42.856483 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1748 2026.02.23 16:39:44.213036 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:39:44.213327 [ 278 ] {3175c5a5-72de-4a80-94cd-754aeae8a5e5} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.02.23 16:39:44.213436 [ 278 ] {3175c5a5-72de-4a80-94cd-754aeae8a5e5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.02.23 16:39:44.214315 [ 278 ] {3175c5a5-72de-4a80-94cd-754aeae8a5e5} oximeter.fields_i16 (91b3829e-2a99-49e1-955c-43ffdc3fb409): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:39:44.214369 [ 278 ] {3175c5a5-72de-4a80-94cd-754aeae8a5e5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. 2026.02.23 16:39:44.214782 [ 278 ] {3175c5a5-72de-4a80-94cd-754aeae8a5e5} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.02.23 16:39:44.215011 [ 278 ] {3175c5a5-72de-4a80-94cd-754aeae8a5e5} oximeter.fields_i16 (91b3829e-2a99-49e1-955c-43ffdc3fb409): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:39:44.215180 [ 278 ] {3175c5a5-72de-4a80-94cd-754aeae8a5e5} executeQuery: Read 284 rows, 18.47 KiB in 0.001933 sec., 146921.88308329022 rows/sec., 9.33 MiB/sec. 2026.02.23 16:39:44.215234 [ 278 ] {3175c5a5-72de-4a80-94cd-754aeae8a5e5} TCPHandler: Processed in 0.0023874 sec. 2026.02.23 16:39:44.215369 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:39:44.215473 [ 278 ] {69ccb3ae-5259-43ac-a182-39c66ab3ef8e} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.23 16:39:44.215516 [ 278 ] {69ccb3ae-5259-43ac-a182-39c66ab3ef8e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.23 16:39:44.216364 [ 278 ] {69ccb3ae-5259-43ac-a182-39c66ab3ef8e} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:39:44.216402 [ 278 ] {69ccb3ae-5259-43ac-a182-39c66ab3ef8e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. 2026.02.23 16:39:44.216763 [ 278 ] {69ccb3ae-5259-43ac-a182-39c66ab3ef8e} MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) 2026.02.23 16:39:44.216982 [ 278 ] {69ccb3ae-5259-43ac-a182-39c66ab3ef8e} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:39:44.217119 [ 278 ] {69ccb3ae-5259-43ac-a182-39c66ab3ef8e} executeQuery: Read 817 rows, 66.20 KiB in 0.001669 sec., 489514.67944877176 rows/sec., 38.73 MiB/sec. 2026.02.23 16:39:44.217158 [ 278 ] {69ccb3ae-5259-43ac-a182-39c66ab3ef8e} TCPHandler: Processed in 0.001842488 sec. 2026.02.23 16:39:44.217273 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:39:44.217372 [ 278 ] {57c5a573-bd0c-4ed2-a697-8a4b9085b7d2} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.23 16:39:44.217414 [ 278 ] {57c5a573-bd0c-4ed2-a697-8a4b9085b7d2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.23 16:39:44.217863 [ 278 ] {57c5a573-bd0c-4ed2-a697-8a4b9085b7d2} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:39:44.217900 [ 278 ] {57c5a573-bd0c-4ed2-a697-8a4b9085b7d2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. 2026.02.23 16:39:44.218210 [ 278 ] {57c5a573-bd0c-4ed2-a697-8a4b9085b7d2} MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) 2026.02.23 16:39:44.218426 [ 278 ] {57c5a573-bd0c-4ed2-a697-8a4b9085b7d2} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:39:44.218556 [ 278 ] {57c5a573-bd0c-4ed2-a697-8a4b9085b7d2} executeQuery: Read 152 rows, 9.29 KiB in 0.001203 sec., 126350.78969243557 rows/sec., 7.54 MiB/sec. 2026.02.23 16:39:44.218593 [ 278 ] {57c5a573-bd0c-4ed2-a697-8a4b9085b7d2} TCPHandler: Processed in 0.001372009 sec. 2026.02.23 16:39:44.218713 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:39:44.218809 [ 278 ] {e3020e67-4d1c-4106-ae22-865b553ac7fd} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.02.23 16:39:44.218849 [ 278 ] {e3020e67-4d1c-4106-ae22-865b553ac7fd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.02.23 16:39:44.219280 [ 278 ] {e3020e67-4d1c-4106-ae22-865b553ac7fd} oximeter.fields_u32 (3630ead0-c5da-4e23-a9d2-59d0589dc119): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:39:44.219316 [ 278 ] {e3020e67-4d1c-4106-ae22-865b553ac7fd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. 2026.02.23 16:39:44.219614 [ 278 ] {e3020e67-4d1c-4106-ae22-865b553ac7fd} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.02.23 16:39:44.219820 [ 278 ] {e3020e67-4d1c-4106-ae22-865b553ac7fd} oximeter.fields_u32 (3630ead0-c5da-4e23-a9d2-59d0589dc119): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:39:44.219945 [ 278 ] {e3020e67-4d1c-4106-ae22-865b553ac7fd} executeQuery: Read 149 rows, 9.86 KiB in 0.001154 sec., 129116.1178509532 rows/sec., 8.34 MiB/sec. 2026.02.23 16:39:44.219983 [ 278 ] {e3020e67-4d1c-4106-ae22-865b553ac7fd} TCPHandler: Processed in 0.001325137 sec. 2026.02.23 16:39:44.220094 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:39:44.220188 [ 278 ] {a38ad49b-eae3-4c80-9cbb-caa87b0b954e} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.02.23 16:39:44.220228 [ 278 ] {a38ad49b-eae3-4c80-9cbb-caa87b0b954e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.02.23 16:39:44.220660 [ 278 ] {a38ad49b-eae3-4c80-9cbb-caa87b0b954e} oximeter.fields_u8 (bee44bc4-3670-4879-9501-74bd8c0c3792): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:39:44.220696 [ 278 ] {a38ad49b-eae3-4c80-9cbb-caa87b0b954e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. 2026.02.23 16:39:44.220993 [ 278 ] {a38ad49b-eae3-4c80-9cbb-caa87b0b954e} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.02.23 16:39:44.221199 [ 278 ] {a38ad49b-eae3-4c80-9cbb-caa87b0b954e} oximeter.fields_u8 (bee44bc4-3670-4879-9501-74bd8c0c3792): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:39:44.221327 [ 278 ] {a38ad49b-eae3-4c80-9cbb-caa87b0b954e} executeQuery: Read 148 rows, 8.62 KiB in 0.001157 sec., 127917.02679343129 rows/sec., 7.27 MiB/sec. 2026.02.23 16:39:44.221364 [ 278 ] {a38ad49b-eae3-4c80-9cbb-caa87b0b954e} TCPHandler: Processed in 0.001319597 sec. 2026.02.23 16:39:44.221476 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:39:44.221569 [ 278 ] {6a0b19ec-aeed-42a3-8bb8-34a0a27b0d7a} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.23 16:39:44.221608 [ 278 ] {6a0b19ec-aeed-42a3-8bb8-34a0a27b0d7a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.23 16:39:44.222200 [ 278 ] {6a0b19ec-aeed-42a3-8bb8-34a0a27b0d7a} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:39:44.222236 [ 278 ] {6a0b19ec-aeed-42a3-8bb8-34a0a27b0d7a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. 2026.02.23 16:39:44.222553 [ 278 ] {6a0b19ec-aeed-42a3-8bb8-34a0a27b0d7a} MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) 2026.02.23 16:39:44.222771 [ 278 ] {6a0b19ec-aeed-42a3-8bb8-34a0a27b0d7a} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:39:44.222899 [ 278 ] {6a0b19ec-aeed-42a3-8bb8-34a0a27b0d7a} executeQuery: Read 500 rows, 35.98 KiB in 0.001348 sec., 370919.881305638 rows/sec., 26.07 MiB/sec. 2026.02.23 16:39:44.222938 [ 278 ] {6a0b19ec-aeed-42a3-8bb8-34a0a27b0d7a} TCPHandler: Processed in 0.001512611 sec. 2026.02.23 16:39:44.223049 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:39:44.223143 [ 278 ] {f22b48ea-c93c-444d-9005-137dab828e4a} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.02.23 16:39:44.223185 [ 278 ] {f22b48ea-c93c-444d-9005-137dab828e4a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.02.23 16:39:44.223521 [ 278 ] {f22b48ea-c93c-444d-9005-137dab828e4a} oximeter.measurements_bool (4d7206cf-919d-48fb-bf2a-954f10b7f89e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:39:44.223556 [ 278 ] {f22b48ea-c93c-444d-9005-137dab828e4a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. 2026.02.23 16:39:44.223855 [ 278 ] {f22b48ea-c93c-444d-9005-137dab828e4a} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.02.23 16:39:44.224056 [ 278 ] {f22b48ea-c93c-444d-9005-137dab828e4a} oximeter.measurements_bool (4d7206cf-919d-48fb-bf2a-954f10b7f89e): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:39:44.224181 [ 278 ] {f22b48ea-c93c-444d-9005-137dab828e4a} executeQuery: Read 6 rows, 321.00 B in 0.001055 sec., 5687.203791469195 rows/sec., 297.13 KiB/sec. 2026.02.23 16:39:44.224182 [ 132 ] {} oximeter.measurements_bool (4d7206cf-919d-48fb-bf2a-954f10b7f89e) (MergerMutator): Selected 6 parts from all_1_15_3 to all_20_20_0 2026.02.23 16:39:44.224219 [ 278 ] {f22b48ea-c93c-444d-9005-137dab828e4a} TCPHandler: Processed in 0.001220826 sec. 2026.02.23 16:39:44.224258 [ 132 ] {} oximeter.measurements_bool (4d7206cf-919d-48fb-bf2a-954f10b7f89e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:39:44.224284 [ 132 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. 2026.02.23 16:39:44.224354 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:39:44.224403 [ 192 ] {4d7206cf-919d-48fb-bf2a-954f10b7f89e::all_1_20_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_15_3 to all_20_20_0 into Compact with storage Full 2026.02.23 16:39:44.224453 [ 278 ] {2fe8aba9-f1e4-4a87-90f5-437dea41b16a} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.23 16:39:44.224501 [ 278 ] {2fe8aba9-f1e4-4a87-90f5-437dea41b16a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.23 16:39:44.224540 [ 192 ] {4d7206cf-919d-48fb-bf2a-954f10b7f89e::all_1_20_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:39:44.224585 [ 192 ] {4d7206cf-919d-48fb-bf2a-954f10b7f89e::all_1_20_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_15_3, total 90 rows starting from the beginning of the part 2026.02.23 16:39:44.224658 [ 192 ] {4d7206cf-919d-48fb-bf2a-954f10b7f89e::all_1_20_4} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 6 rows starting from the beginning of the part 2026.02.23 16:39:44.224700 [ 192 ] {4d7206cf-919d-48fb-bf2a-954f10b7f89e::all_1_20_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 6 rows starting from the beginning of the part 2026.02.23 16:39:44.224741 [ 192 ] {4d7206cf-919d-48fb-bf2a-954f10b7f89e::all_1_20_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 6 rows starting from the beginning of the part 2026.02.23 16:39:44.224780 [ 192 ] {4d7206cf-919d-48fb-bf2a-954f10b7f89e::all_1_20_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 6 rows starting from the beginning of the part 2026.02.23 16:39:44.224817 [ 192 ] {4d7206cf-919d-48fb-bf2a-954f10b7f89e::all_1_20_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 6 rows starting from the beginning of the part 2026.02.23 16:39:44.224918 [ 278 ] {2fe8aba9-f1e4-4a87-90f5-437dea41b16a} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:39:44.224961 [ 278 ] {2fe8aba9-f1e4-4a87-90f5-437dea41b16a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. 2026.02.23 16:39:44.225331 [ 278 ] {2fe8aba9-f1e4-4a87-90f5-437dea41b16a} MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) 2026.02.23 16:39:44.225557 [ 278 ] {2fe8aba9-f1e4-4a87-90f5-437dea41b16a} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:39:44.225593 [ 200 ] {4d7206cf-919d-48fb-bf2a-954f10b7f89e::all_1_20_4} MergeTask::MergeProjectionsStage: Merge sorted 120 rows, containing 4 columns (4 merged, 0 gathered) in 0.001237946 sec., 96934.76129007243 rows/sec., 4.95 MiB/sec. 2026.02.23 16:39:44.225690 [ 278 ] {2fe8aba9-f1e4-4a87-90f5-437dea41b16a} executeQuery: Read 265 rows, 18.03 KiB in 0.001257 sec., 210819.41129673825 rows/sec., 14.01 MiB/sec. 2026.02.23 16:39:44.225727 [ 200 ] {4d7206cf-919d-48fb-bf2a-954f10b7f89e::all_1_20_4} MergedBlockOutputStream: filled checksums all_1_20_4 (state Temporary) 2026.02.23 16:39:44.225735 [ 278 ] {2fe8aba9-f1e4-4a87-90f5-437dea41b16a} TCPHandler: Processed in 0.00144034 sec. 2026.02.23 16:39:44.225865 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:39:44.225963 [ 278 ] {2f5e944b-8e30-42c8-857e-3e8add8fc292} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.02.23 16:39:44.226007 [ 278 ] {2f5e944b-8e30-42c8-857e-3e8add8fc292} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.02.23 16:39:44.226012 [ 200 ] {4d7206cf-919d-48fb-bf2a-954f10b7f89e::all_1_20_4} oximeter.measurements_bool (4d7206cf-919d-48fb-bf2a-954f10b7f89e): Renaming temporary part tmp_merge_all_1_20_4 to all_1_20_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:39:44.226092 [ 200 ] {4d7206cf-919d-48fb-bf2a-954f10b7f89e::all_1_20_4} oximeter.measurements_bool (4d7206cf-919d-48fb-bf2a-954f10b7f89e) (MergerMutator): Merged 6 parts: [all_1_15_3, all_20_20_0] -> all_1_20_4 2026.02.23 16:39:44.226155 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. 2026.02.23 16:39:44.226320 [ 278 ] {2f5e944b-8e30-42c8-857e-3e8add8fc292} oximeter.measurements_f64 (97dc9cb4-ce5b-499b-8326-a1427ee1bb47): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:39:44.226359 [ 278 ] {2f5e944b-8e30-42c8-857e-3e8add8fc292} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. 2026.02.23 16:39:44.226661 [ 278 ] {2f5e944b-8e30-42c8-857e-3e8add8fc292} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.02.23 16:39:44.226872 [ 278 ] {2f5e944b-8e30-42c8-857e-3e8add8fc292} oximeter.measurements_f64 (97dc9cb4-ce5b-499b-8326-a1427ee1bb47): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:39:44.226996 [ 278 ] {2f5e944b-8e30-42c8-857e-3e8add8fc292} executeQuery: Read 1 rows, 69.00 B in 0.001051 sec., 951.4747859181731 rows/sec., 64.11 KiB/sec. 2026.02.23 16:39:44.227033 [ 278 ] {2f5e944b-8e30-42c8-857e-3e8add8fc292} TCPHandler: Processed in 0.001217025 sec. 2026.02.23 16:39:44.227132 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:39:44.227225 [ 278 ] {c526987c-7103-48c1-b0c3-50d966db1ffc} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.23 16:39:44.227278 [ 278 ] {c526987c-7103-48c1-b0c3-50d966db1ffc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.23 16:39:44.228051 [ 278 ] {c526987c-7103-48c1-b0c3-50d966db1ffc} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:39:44.228087 [ 278 ] {c526987c-7103-48c1-b0c3-50d966db1ffc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. 2026.02.23 16:39:44.228596 [ 278 ] {c526987c-7103-48c1-b0c3-50d966db1ffc} MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) 2026.02.23 16:39:44.228818 [ 278 ] {c526987c-7103-48c1-b0c3-50d966db1ffc} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:39:44.228956 [ 278 ] {c526987c-7103-48c1-b0c3-50d966db1ffc} executeQuery: Read 10 rows, 18.35 KiB in 0.001749 sec., 5717.552887364209 rows/sec., 10.25 MiB/sec. 2026.02.23 16:39:44.229021 [ 278 ] {c526987c-7103-48c1-b0c3-50d966db1ffc} TCPHandler: Processed in 0.00193787 sec. 2026.02.23 16:39:44.229131 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:39:44.229227 [ 278 ] {513fc9c5-8727-4357-bf01-2ba10501efcb} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.23 16:39:44.229267 [ 278 ] {513fc9c5-8727-4357-bf01-2ba10501efcb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.23 16:39:44.229600 [ 278 ] {513fc9c5-8727-4357-bf01-2ba10501efcb} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:39:44.229636 [ 278 ] {513fc9c5-8727-4357-bf01-2ba10501efcb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. 2026.02.23 16:39:44.229939 [ 278 ] {513fc9c5-8727-4357-bf01-2ba10501efcb} MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) 2026.02.23 16:39:44.230143 [ 278 ] {513fc9c5-8727-4357-bf01-2ba10501efcb} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:39:44.230270 [ 278 ] {513fc9c5-8727-4357-bf01-2ba10501efcb} executeQuery: Read 90 rows, 5.77 KiB in 0.001062 sec., 84745.7627118644 rows/sec., 5.30 MiB/sec. 2026.02.23 16:39:44.230306 [ 278 ] {513fc9c5-8727-4357-bf01-2ba10501efcb} TCPHandler: Processed in 0.001225626 sec. 2026.02.23 16:39:44.484037 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 512 2026.02.23 16:39:44.500829 [ 243 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:39:44.500895 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. 2026.02.23 16:39:44.506814 [ 243 ] {} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2026.02.23 16:39:44.507515 [ 243 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:39:44.511286 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 512 2026.02.23 16:39:45.000188 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 368.43 MiB, peak 374.57 MiB, free memory in arenas 0.00 B, will set to 367.11 MiB (RSS), difference: -1.32 MiB 2026.02.23 16:39:47.393967 [ 130 ] {} oximeter.fields_ipaddr (aca7842a-9245-4e3c-8c67-e3828bf88048) (MergerMutator): Selected 5 parts from all_1_29_7 to all_33_33_0 2026.02.23 16:39:47.394035 [ 130 ] {} oximeter.fields_ipaddr (aca7842a-9245-4e3c-8c67-e3828bf88048): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:39:47.394056 [ 130 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. 2026.02.23 16:39:47.394165 [ 190 ] {aca7842a-9245-4e3c-8c67-e3828bf88048::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.02.23 16:39:47.394275 [ 190 ] {aca7842a-9245-4e3c-8c67-e3828bf88048::all_1_33_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:39:47.394307 [ 190 ] {aca7842a-9245-4e3c-8c67-e3828bf88048::all_1_33_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_29_7, total 22 rows starting from the beginning of the part 2026.02.23 16:39:47.394373 [ 190 ] {aca7842a-9245-4e3c-8c67-e3828bf88048::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.02.23 16:39:47.394418 [ 190 ] {aca7842a-9245-4e3c-8c67-e3828bf88048::all_1_33_8} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 4 rows starting from the beginning of the part 2026.02.23 16:39:47.394460 [ 190 ] {aca7842a-9245-4e3c-8c67-e3828bf88048::all_1_33_8} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 6 rows starting from the beginning of the part 2026.02.23 16:39:47.394501 [ 190 ] {aca7842a-9245-4e3c-8c67-e3828bf88048::all_1_33_8} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 6 rows starting from the beginning of the part 2026.02.23 16:39:47.395204 [ 194 ] {aca7842a-9245-4e3c-8c67-e3828bf88048::all_1_33_8} MergeTask::MergeProjectionsStage: Merge sorted 42 rows, containing 5 columns (5 merged, 0 gathered) in 0.001082412 sec., 38802.23057394042 rows/sec., 3.26 MiB/sec. 2026.02.23 16:39:47.395329 [ 194 ] {aca7842a-9245-4e3c-8c67-e3828bf88048::all_1_33_8} MergedBlockOutputStream: filled checksums all_1_33_8 (state Temporary) 2026.02.23 16:39:47.395592 [ 194 ] {aca7842a-9245-4e3c-8c67-e3828bf88048::all_1_33_8} oximeter.fields_ipaddr (aca7842a-9245-4e3c-8c67-e3828bf88048): Renaming temporary part tmp_merge_all_1_33_8 to all_1_33_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:39:47.395661 [ 194 ] {aca7842a-9245-4e3c-8c67-e3828bf88048::all_1_33_8} oximeter.fields_ipaddr (aca7842a-9245-4e3c-8c67-e3828bf88048) (MergerMutator): Merged 5 parts: [all_1_29_7, all_33_33_0] -> all_1_33_8 2026.02.23 16:39:47.395730 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2026.02.23 16:39:48.526993 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:39:48.527304 [ 278 ] {7e410d8f-1ca7-43ce-8a4b-91a74784b3be} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.02.23 16:39:48.527413 [ 278 ] {7e410d8f-1ca7-43ce-8a4b-91a74784b3be} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.02.23 16:39:48.528194 [ 278 ] {7e410d8f-1ca7-43ce-8a4b-91a74784b3be} oximeter.fields_i16 (91b3829e-2a99-49e1-955c-43ffdc3fb409): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:39:48.528245 [ 278 ] {7e410d8f-1ca7-43ce-8a4b-91a74784b3be} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. 2026.02.23 16:39:48.528630 [ 278 ] {7e410d8f-1ca7-43ce-8a4b-91a74784b3be} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.02.23 16:39:48.528861 [ 278 ] {7e410d8f-1ca7-43ce-8a4b-91a74784b3be} oximeter.fields_i16 (91b3829e-2a99-49e1-955c-43ffdc3fb409): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:39:48.529022 [ 278 ] {7e410d8f-1ca7-43ce-8a4b-91a74784b3be} executeQuery: Read 24 rows, 2.04 KiB in 0.001797 sec., 13355.592654424041 rows/sec., 1.11 MiB/sec. 2026.02.23 16:39:48.529075 [ 278 ] {7e410d8f-1ca7-43ce-8a4b-91a74784b3be} TCPHandler: Processed in 0.002284667 sec. 2026.02.23 16:39:48.529198 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:39:48.529302 [ 278 ] {fa0ad308-b5f6-4f93-86fc-cc73eadee4ea} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.02.23 16:39:48.529345 [ 278 ] {fa0ad308-b5f6-4f93-86fc-cc73eadee4ea} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.02.23 16:39:48.529754 [ 278 ] {fa0ad308-b5f6-4f93-86fc-cc73eadee4ea} oximeter.fields_ipaddr (aca7842a-9245-4e3c-8c67-e3828bf88048): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:39:48.529791 [ 278 ] {fa0ad308-b5f6-4f93-86fc-cc73eadee4ea} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. 2026.02.23 16:39:48.530104 [ 278 ] {fa0ad308-b5f6-4f93-86fc-cc73eadee4ea} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.02.23 16:39:48.530311 [ 278 ] {fa0ad308-b5f6-4f93-86fc-cc73eadee4ea} oximeter.fields_ipaddr (aca7842a-9245-4e3c-8c67-e3828bf88048): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:39:48.530444 [ 278 ] {fa0ad308-b5f6-4f93-86fc-cc73eadee4ea} executeQuery: Read 4 rows, 334.00 B in 0.001166 sec., 3430.5317324185253 rows/sec., 279.74 KiB/sec. 2026.02.23 16:39:48.530483 [ 278 ] {fa0ad308-b5f6-4f93-86fc-cc73eadee4ea} TCPHandler: Processed in 0.001337647 sec. 2026.02.23 16:39:48.530593 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:39:48.530691 [ 278 ] {4ea62252-16ac-436e-8e09-569f74fb1ede} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.23 16:39:48.530732 [ 278 ] {4ea62252-16ac-436e-8e09-569f74fb1ede} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.23 16:39:48.531869 [ 278 ] {4ea62252-16ac-436e-8e09-569f74fb1ede} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:39:48.531907 [ 278 ] {4ea62252-16ac-436e-8e09-569f74fb1ede} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. 2026.02.23 16:39:48.532302 [ 278 ] {4ea62252-16ac-436e-8e09-569f74fb1ede} MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) 2026.02.23 16:39:48.532511 [ 278 ] {4ea62252-16ac-436e-8e09-569f74fb1ede} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:39:48.532640 [ 278 ] {4ea62252-16ac-436e-8e09-569f74fb1ede} executeQuery: Read 1382 rows, 118.64 KiB in 0.001969 sec., 701879.1264601321 rows/sec., 58.84 MiB/sec. 2026.02.23 16:39:48.532680 [ 278 ] {4ea62252-16ac-436e-8e09-569f74fb1ede} TCPHandler: Processed in 0.002138024 sec. 2026.02.23 16:39:48.532798 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:39:48.532895 [ 278 ] {5af05ec0-ce68-4ee6-8476-8ce86736abc2} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.23 16:39:48.532937 [ 278 ] {5af05ec0-ce68-4ee6-8476-8ce86736abc2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.23 16:39:48.533355 [ 278 ] {5af05ec0-ce68-4ee6-8476-8ce86736abc2} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:39:48.533391 [ 278 ] {5af05ec0-ce68-4ee6-8476-8ce86736abc2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. 2026.02.23 16:39:48.533698 [ 278 ] {5af05ec0-ce68-4ee6-8476-8ce86736abc2} MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) 2026.02.23 16:39:48.533905 [ 278 ] {5af05ec0-ce68-4ee6-8476-8ce86736abc2} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:39:48.534039 [ 278 ] {5af05ec0-ce68-4ee6-8476-8ce86736abc2} executeQuery: Read 48 rows, 3.65 KiB in 0.001163 sec., 41272.5709372313 rows/sec., 3.06 MiB/sec. 2026.02.23 16:39:48.534077 [ 278 ] {5af05ec0-ce68-4ee6-8476-8ce86736abc2} TCPHandler: Processed in 0.001329557 sec. 2026.02.23 16:39:48.534186 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:39:48.534280 [ 278 ] {18a90dc7-c990-42be-b641-a29fcd2109ba} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.02.23 16:39:48.534320 [ 278 ] {18a90dc7-c990-42be-b641-a29fcd2109ba} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.02.23 16:39:48.534795 [ 278 ] {18a90dc7-c990-42be-b641-a29fcd2109ba} oximeter.fields_u32 (3630ead0-c5da-4e23-a9d2-59d0589dc119): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:39:48.534832 [ 278 ] {18a90dc7-c990-42be-b641-a29fcd2109ba} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. 2026.02.23 16:39:48.535144 [ 278 ] {18a90dc7-c990-42be-b641-a29fcd2109ba} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.02.23 16:39:48.535362 [ 278 ] {18a90dc7-c990-42be-b641-a29fcd2109ba} oximeter.fields_u32 (3630ead0-c5da-4e23-a9d2-59d0589dc119): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:39:48.535491 [ 278 ] {18a90dc7-c990-42be-b641-a29fcd2109ba} executeQuery: Read 252 rows, 17.85 KiB in 0.001229 sec., 205044.7518307567 rows/sec., 14.18 MiB/sec. 2026.02.23 16:39:48.535530 [ 278 ] {18a90dc7-c990-42be-b641-a29fcd2109ba} TCPHandler: Processed in 0.001393328 sec. 2026.02.23 16:39:48.535641 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:39:48.535738 [ 278 ] {014017e9-9181-49f3-88fe-bab616a51781} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.02.23 16:39:48.535777 [ 278 ] {014017e9-9181-49f3-88fe-bab616a51781} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.02.23 16:39:48.536167 [ 278 ] {014017e9-9181-49f3-88fe-bab616a51781} oximeter.fields_u8 (bee44bc4-3670-4879-9501-74bd8c0c3792): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:39:48.536204 [ 278 ] {014017e9-9181-49f3-88fe-bab616a51781} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. 2026.02.23 16:39:48.536495 [ 278 ] {014017e9-9181-49f3-88fe-bab616a51781} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.02.23 16:39:48.536713 [ 278 ] {014017e9-9181-49f3-88fe-bab616a51781} oximeter.fields_u8 (bee44bc4-3670-4879-9501-74bd8c0c3792): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:39:48.536841 [ 278 ] {014017e9-9181-49f3-88fe-bab616a51781} executeQuery: Read 12 rows, 960.00 B in 0.001122 sec., 10695.187165775402 rows/sec., 835.56 KiB/sec. 2026.02.23 16:39:48.536879 [ 278 ] {014017e9-9181-49f3-88fe-bab616a51781} TCPHandler: Processed in 0.001287077 sec. 2026.02.23 16:39:48.536988 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:39:48.537082 [ 278 ] {9a6a79a9-563d-4601-a5ff-c098676321bf} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.23 16:39:48.537121 [ 278 ] {9a6a79a9-563d-4601-a5ff-c098676321bf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.23 16:39:48.537776 [ 278 ] {9a6a79a9-563d-4601-a5ff-c098676321bf} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:39:48.537812 [ 278 ] {9a6a79a9-563d-4601-a5ff-c098676321bf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. 2026.02.23 16:39:48.538144 [ 278 ] {9a6a79a9-563d-4601-a5ff-c098676321bf} MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) 2026.02.23 16:39:48.538352 [ 278 ] {9a6a79a9-563d-4601-a5ff-c098676321bf} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:39:48.538487 [ 278 ] {9a6a79a9-563d-4601-a5ff-c098676321bf} executeQuery: Read 592 rows, 45.55 KiB in 0.001422 sec., 416315.0492264416 rows/sec., 31.28 MiB/sec. 2026.02.23 16:39:48.538524 [ 278 ] {9a6a79a9-563d-4601-a5ff-c098676321bf} TCPHandler: Processed in 0.001585513 sec. 2026.02.23 16:39:48.538638 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:39:48.538732 [ 278 ] {4047d054-515e-4b9b-acf4-f20eb8b40469} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.23 16:39:48.538776 [ 278 ] {4047d054-515e-4b9b-acf4-f20eb8b40469} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.23 16:39:48.539364 [ 278 ] {4047d054-515e-4b9b-acf4-f20eb8b40469} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:39:48.539401 [ 278 ] {4047d054-515e-4b9b-acf4-f20eb8b40469} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. 2026.02.23 16:39:48.539776 [ 278 ] {4047d054-515e-4b9b-acf4-f20eb8b40469} MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) 2026.02.23 16:39:48.539998 [ 278 ] {4047d054-515e-4b9b-acf4-f20eb8b40469} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:39:48.540133 [ 278 ] {4047d054-515e-4b9b-acf4-f20eb8b40469} executeQuery: Read 918 rows, 64.29 KiB in 0.001419 sec., 646934.4608879493 rows/sec., 44.24 MiB/sec. 2026.02.23 16:39:48.540169 [ 278 ] {4047d054-515e-4b9b-acf4-f20eb8b40469} TCPHandler: Processed in 0.001581332 sec. 2026.02.23 16:39:48.540288 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:39:48.540383 [ 278 ] {d8127ccc-be6f-4822-a323-484e3c1dffe8} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.23 16:39:48.540439 [ 278 ] {d8127ccc-be6f-4822-a323-484e3c1dffe8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.23 16:39:48.541280 [ 278 ] {d8127ccc-be6f-4822-a323-484e3c1dffe8} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:39:48.541318 [ 278 ] {d8127ccc-be6f-4822-a323-484e3c1dffe8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. 2026.02.23 16:39:48.541859 [ 278 ] {d8127ccc-be6f-4822-a323-484e3c1dffe8} MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) 2026.02.23 16:39:48.542083 [ 278 ] {d8127ccc-be6f-4822-a323-484e3c1dffe8} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:39:48.542220 [ 278 ] {d8127ccc-be6f-4822-a323-484e3c1dffe8} executeQuery: Read 32 rows, 58.72 KiB in 0.001855 sec., 17250.67385444744 rows/sec., 30.91 MiB/sec. 2026.02.23 16:39:48.542287 [ 278 ] {d8127ccc-be6f-4822-a323-484e3c1dffe8} TCPHandler: Processed in 0.002049022 sec. 2026.02.23 16:39:48.542423 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:39:48.542538 [ 278 ] {d1c01a81-8ea8-45c0-a6c4-97c2bbe64388} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.23 16:39:48.542588 [ 278 ] {d1c01a81-8ea8-45c0-a6c4-97c2bbe64388} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.23 16:39:48.542956 [ 278 ] {d1c01a81-8ea8-45c0-a6c4-97c2bbe64388} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:39:48.542993 [ 278 ] {d1c01a81-8ea8-45c0-a6c4-97c2bbe64388} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. 2026.02.23 16:39:48.543299 [ 278 ] {d1c01a81-8ea8-45c0-a6c4-97c2bbe64388} MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) 2026.02.23 16:39:48.543502 [ 278 ] {d1c01a81-8ea8-45c0-a6c4-97c2bbe64388} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:39:48.543628 [ 278 ] {d1c01a81-8ea8-45c0-a6c4-97c2bbe64388} executeQuery: Read 60 rows, 4.14 KiB in 0.001115 sec., 53811.65919282511 rows/sec., 3.63 MiB/sec. 2026.02.23 16:39:48.543664 [ 278 ] {d1c01a81-8ea8-45c0-a6c4-97c2bbe64388} TCPHandler: Processed in 0.001303237 sec. 2026.02.23 16:39:50.250843 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 33144 2026.02.23 16:39:50.251368 [ 244 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:39:50.251408 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. 2026.02.23 16:39:50.251892 [ 244 ] {} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2026.02.23 16:39:50.252131 [ 244 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:39:50.252277 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 33144 2026.02.23 16:39:52.011337 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 520 2026.02.23 16:39:52.028124 [ 243 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:39:52.028186 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. 2026.02.23 16:39:52.034513 [ 243 ] {} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2026.02.23 16:39:52.035265 [ 243 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:39:52.038342 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 520 2026.02.23 16:39:52.856764 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 42 entries to flush up to offset 1790 2026.02.23 16:39:52.859391 [ 242 ] {} system.query_log (b83b341e-dbaf-448e-9582-20b3e6cd291d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:39:52.859442 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. 2026.02.23 16:39:52.860787 [ 242 ] {} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2026.02.23 16:39:52.861078 [ 242 ] {} system.query_log (b83b341e-dbaf-448e-9582-20b3e6cd291d): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:39:52.861236 [ 122 ] {} system.query_log (b83b341e-dbaf-448e-9582-20b3e6cd291d) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2026.02.23 16:39:52.861274 [ 122 ] {} system.query_log (b83b341e-dbaf-448e-9582-20b3e6cd291d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:39:52.861293 [ 122 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. 2026.02.23 16:39:52.861379 [ 190 ] {b83b341e-dbaf-448e-9582-20b3e6cd291d::all_1_51_10} MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full 2026.02.23 16:39:52.861490 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1790 2026.02.23 16:39:52.861827 [ 190 ] {b83b341e-dbaf-448e-9582-20b3e6cd291d::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:39:52.861955 [ 190 ] {b83b341e-dbaf-448e-9582-20b3e6cd291d::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1598 rows starting from the beginning of the part 2026.02.23 16:39:52.862306 [ 190 ] {b83b341e-dbaf-448e-9582-20b3e6cd291d::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 42 rows starting from the beginning of the part 2026.02.23 16:39:52.862661 [ 190 ] {b83b341e-dbaf-448e-9582-20b3e6cd291d::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 38 rows starting from the beginning of the part 2026.02.23 16:39:52.863011 [ 190 ] {b83b341e-dbaf-448e-9582-20b3e6cd291d::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 34 rows starting from the beginning of the part 2026.02.23 16:39:52.863356 [ 190 ] {b83b341e-dbaf-448e-9582-20b3e6cd291d::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 36 rows starting from the beginning of the part 2026.02.23 16:39:52.863684 [ 190 ] {b83b341e-dbaf-448e-9582-20b3e6cd291d::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 42 rows starting from the beginning of the part 2026.02.23 16:39:52.870788 [ 189 ] {b83b341e-dbaf-448e-9582-20b3e6cd291d::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 1790 rows, containing 72 columns (72 merged, 0 gathered) in 0.009441485 sec., 189588.8199790605 rows/sec., 147.98 MiB/sec. 2026.02.23 16:39:52.872647 [ 191 ] {b83b341e-dbaf-448e-9582-20b3e6cd291d::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2026.02.23 16:39:52.873309 [ 191 ] {b83b341e-dbaf-448e-9582-20b3e6cd291d::all_1_51_10} system.query_log (b83b341e-dbaf-448e-9582-20b3e6cd291d): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:39:52.873411 [ 191 ] {b83b341e-dbaf-448e-9582-20b3e6cd291d::all_1_51_10} system.query_log (b83b341e-dbaf-448e-9582-20b3e6cd291d) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2026.02.23 16:39:52.873782 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.97 MiB. 2026.02.23 16:39:54.204676 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:39:54.204856 [ 278 ] {394ccd94-e827-45f7-88af-1c13366cff53} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.23 16:39:54.204925 [ 278 ] {394ccd94-e827-45f7-88af-1c13366cff53} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.23 16:39:54.205613 [ 278 ] {394ccd94-e827-45f7-88af-1c13366cff53} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:39:54.205663 [ 278 ] {394ccd94-e827-45f7-88af-1c13366cff53} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. 2026.02.23 16:39:54.206068 [ 278 ] {394ccd94-e827-45f7-88af-1c13366cff53} MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) 2026.02.23 16:39:54.206300 [ 278 ] {394ccd94-e827-45f7-88af-1c13366cff53} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:39:54.206458 [ 278 ] {394ccd94-e827-45f7-88af-1c13366cff53} executeQuery: Read 76 rows, 6.41 KiB in 0.001653 sec., 45977.011494252874 rows/sec., 3.79 MiB/sec. 2026.02.23 16:39:54.206498 [ 118 ] {} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 2026.02.23 16:39:54.206511 [ 278 ] {394ccd94-e827-45f7-88af-1c13366cff53} TCPHandler: Processed in 0.00197079 sec. 2026.02.23 16:39:54.206577 [ 118 ] {} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:39:54.206605 [ 118 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. 2026.02.23 16:39:54.206686 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:39:54.206709 [ 190 ] {6ae9402f-5c38-443c-a059-a44bca03d636::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.02.23 16:39:54.206794 [ 278 ] {47958c34-00c1-4071-8ef0-dfd40abe72f9} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.23 16:39:54.206835 [ 190 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_101_20} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:39:54.206842 [ 278 ] {47958c34-00c1-4071-8ef0-dfd40abe72f9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.23 16:39:54.206877 [ 190 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 2155 rows starting from the beginning of the part 2026.02.23 16:39:54.206950 [ 190 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 821 rows starting from the beginning of the part 2026.02.23 16:39:54.206995 [ 190 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 120 rows starting from the beginning of the part 2026.02.23 16:39:54.207038 [ 190 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 817 rows starting from the beginning of the part 2026.02.23 16:39:54.207077 [ 190 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 1382 rows starting from the beginning of the part 2026.02.23 16:39:54.207125 [ 190 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 76 rows starting from the beginning of the part 2026.02.23 16:39:54.207289 [ 278 ] {47958c34-00c1-4071-8ef0-dfd40abe72f9} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:39:54.207335 [ 278 ] {47958c34-00c1-4071-8ef0-dfd40abe72f9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. 2026.02.23 16:39:54.207697 [ 278 ] {47958c34-00c1-4071-8ef0-dfd40abe72f9} MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) 2026.02.23 16:39:54.207925 [ 278 ] {47958c34-00c1-4071-8ef0-dfd40abe72f9} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:39:54.208062 [ 278 ] {47958c34-00c1-4071-8ef0-dfd40abe72f9} executeQuery: Read 10 rows, 770.00 B in 0.00129 sec., 7751.937984496125 rows/sec., 582.91 KiB/sec. 2026.02.23 16:39:54.208101 [ 278 ] {47958c34-00c1-4071-8ef0-dfd40abe72f9} TCPHandler: Processed in 0.00146595 sec. 2026.02.23 16:39:54.208217 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:39:54.208314 [ 278 ] {d4e07d06-5fb2-4159-91c6-3f15398356df} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.23 16:39:54.208356 [ 278 ] {d4e07d06-5fb2-4159-91c6-3f15398356df} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.23 16:39:54.208805 [ 278 ] {d4e07d06-5fb2-4159-91c6-3f15398356df} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:39:54.208850 [ 278 ] {d4e07d06-5fb2-4159-91c6-3f15398356df} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. 2026.02.23 16:39:54.209199 [ 187 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_101_20} MergeTask::MergeProjectionsStage: Merge sorted 5371 rows, containing 5 columns (5 merged, 0 gathered) in 0.002536433 sec., 2117540.656504627 rows/sec., 181.18 MiB/sec. 2026.02.23 16:39:54.209260 [ 278 ] {d4e07d06-5fb2-4159-91c6-3f15398356df} MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) 2026.02.23 16:39:54.209459 [ 199 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_101_20} MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) 2026.02.23 16:39:54.209516 [ 278 ] {d4e07d06-5fb2-4159-91c6-3f15398356df} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:39:54.209664 [ 278 ] {d4e07d06-5fb2-4159-91c6-3f15398356df} executeQuery: Read 74 rows, 5.92 KiB in 0.001371 sec., 53975.20058351568 rows/sec., 4.21 MiB/sec. 2026.02.23 16:39:54.209676 [ 90 ] {} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 2026.02.23 16:39:54.209705 [ 278 ] {d4e07d06-5fb2-4159-91c6-3f15398356df} TCPHandler: Processed in 0.001536731 sec. 2026.02.23 16:39:54.209723 [ 199 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_101_20} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:39:54.209726 [ 90 ] {} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:39:54.209769 [ 90 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. 2026.02.23 16:39:54.209807 [ 199 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_101_20} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 2026.02.23 16:39:54.209841 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:39:54.209850 [ 186 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::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.02.23 16:39:54.209918 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.14 MiB. 2026.02.23 16:39:54.209954 [ 278 ] {3866f391-3a7f-45ff-9a2b-dbe477df2792} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.23 16:39:54.209960 [ 186 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_101_20} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:39:54.210006 [ 186 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 1064 rows starting from the beginning of the part 2026.02.23 16:39:54.210006 [ 278 ] {3866f391-3a7f-45ff-9a2b-dbe477df2792} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.23 16:39:54.210066 [ 186 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 506 rows starting from the beginning of the part 2026.02.23 16:39:54.210121 [ 186 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 96 rows starting from the beginning of the part 2026.02.23 16:39:54.210167 [ 186 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 500 rows starting from the beginning of the part 2026.02.23 16:39:54.210206 [ 186 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 592 rows starting from the beginning of the part 2026.02.23 16:39:54.210247 [ 186 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 74 rows starting from the beginning of the part 2026.02.23 16:39:54.210481 [ 278 ] {3866f391-3a7f-45ff-9a2b-dbe477df2792} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:39:54.210525 [ 278 ] {3866f391-3a7f-45ff-9a2b-dbe477df2792} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. 2026.02.23 16:39:54.210904 [ 278 ] {3866f391-3a7f-45ff-9a2b-dbe477df2792} MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) 2026.02.23 16:39:54.211126 [ 278 ] {3866f391-3a7f-45ff-9a2b-dbe477df2792} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:39:54.211256 [ 90 ] {} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 2026.02.23 16:39:54.211260 [ 278 ] {3866f391-3a7f-45ff-9a2b-dbe477df2792} executeQuery: Read 160 rows, 11.41 KiB in 0.001328 sec., 120481.92771084337 rows/sec., 8.39 MiB/sec. 2026.02.23 16:39:54.211301 [ 90 ] {} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:39:54.211326 [ 278 ] {3866f391-3a7f-45ff-9a2b-dbe477df2792} TCPHandler: Processed in 0.001539191 sec. 2026.02.23 16:39:54.211327 [ 90 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. 2026.02.23 16:39:54.211435 [ 187 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::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.02.23 16:39:54.211454 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:39:54.211533 [ 187 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_101_20} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:39:54.211530 [ 197 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_101_20} MergeTask::MergeProjectionsStage: Merge sorted 2832 rows, containing 5 columns (5 merged, 0 gathered) in 0.001709485 sec., 1656639.28025107 rows/sec., 126.83 MiB/sec. 2026.02.23 16:39:54.211555 [ 278 ] {483232c3-cdd3-42ce-a64d-f7792f5510cd} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.23 16:39:54.211574 [ 187 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_101_20} MergeTreeSequentialSource: Reading 5 marks from part all_1_96_19, total 29115 rows starting from the beginning of the part 2026.02.23 16:39:54.211650 [ 187 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 268 rows starting from the beginning of the part 2026.02.23 16:39:54.211652 [ 278 ] {483232c3-cdd3-42ce-a64d-f7792f5510cd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.23 16:39:54.211694 [ 187 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 160 rows starting from the beginning of the part 2026.02.23 16:39:54.211738 [ 187 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 265 rows starting from the beginning of the part 2026.02.23 16:39:54.211771 [ 199 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_101_20} MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) 2026.02.23 16:39:54.211775 [ 187 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 918 rows starting from the beginning of the part 2026.02.23 16:39:54.211823 [ 187 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 160 rows starting from the beginning of the part 2026.02.23 16:39:54.212028 [ 199 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_101_20} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:39:54.212099 [ 199 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_101_20} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 2026.02.23 16:39:54.212225 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.67 MiB. 2026.02.23 16:39:54.212501 [ 278 ] {483232c3-cdd3-42ce-a64d-f7792f5510cd} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:39:54.212547 [ 278 ] {483232c3-cdd3-42ce-a64d-f7792f5510cd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. 2026.02.23 16:39:54.213092 [ 278 ] {483232c3-cdd3-42ce-a64d-f7792f5510cd} MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) 2026.02.23 16:39:54.213329 [ 278 ] {483232c3-cdd3-42ce-a64d-f7792f5510cd} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:39:54.213483 [ 278 ] {483232c3-cdd3-42ce-a64d-f7792f5510cd} executeQuery: Read 10 rows, 18.35 KiB in 0.001947 sec., 5136.106831022085 rows/sec., 9.20 MiB/sec. 2026.02.23 16:39:54.213564 [ 278 ] {483232c3-cdd3-42ce-a64d-f7792f5510cd} TCPHandler: Processed in 0.002160944 sec. 2026.02.23 16:39:54.213685 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:39:54.213786 [ 278 ] {e58ece9c-9d94-4a05-9f71-aea65613b6f5} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.23 16:39:54.213833 [ 278 ] {e58ece9c-9d94-4a05-9f71-aea65613b6f5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.23 16:39:54.214174 [ 278 ] {e58ece9c-9d94-4a05-9f71-aea65613b6f5} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:39:54.214211 [ 278 ] {e58ece9c-9d94-4a05-9f71-aea65613b6f5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. 2026.02.23 16:39:54.214525 [ 278 ] {e58ece9c-9d94-4a05-9f71-aea65613b6f5} MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) 2026.02.23 16:39:54.214743 [ 278 ] {e58ece9c-9d94-4a05-9f71-aea65613b6f5} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:39:54.214881 [ 278 ] {e58ece9c-9d94-4a05-9f71-aea65613b6f5} executeQuery: Read 60 rows, 4.14 KiB in 0.001114 sec., 53859.964093357274 rows/sec., 3.63 MiB/sec. 2026.02.23 16:39:54.214882 [ 90 ] {} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 2026.02.23 16:39:54.214928 [ 278 ] {e58ece9c-9d94-4a05-9f71-aea65613b6f5} TCPHandler: Processed in 0.001292756 sec. 2026.02.23 16:39:54.214935 [ 90 ] {} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:39:54.214968 [ 90 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. 2026.02.23 16:39:54.215074 [ 188 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::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.02.23 16:39:54.215209 [ 188 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_101_20} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:39:54.215244 [ 188 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 5790 rows starting from the beginning of the part 2026.02.23 16:39:54.215305 [ 188 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 90 rows starting from the beginning of the part 2026.02.23 16:39:54.215360 [ 188 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::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.02.23 16:39:54.215409 [ 188 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 90 rows starting from the beginning of the part 2026.02.23 16:39:54.215449 [ 188 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::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.02.23 16:39:54.215488 [ 188 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::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.02.23 16:39:54.217730 [ 199 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_101_20} MergeTask::MergeProjectionsStage: Merge sorted 6150 rows, containing 4 columns (4 merged, 0 gathered) in 0.002708785 sec., 2270390.5994754108 rows/sec., 149.73 MiB/sec. 2026.02.23 16:39:54.218110 [ 188 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_101_20} MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) 2026.02.23 16:39:54.218392 [ 188 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_101_20} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:39:54.218474 [ 188 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_101_20} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 2026.02.23 16:39:54.218561 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.18 MiB. 2026.02.23 16:39:54.219264 [ 193 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_101_20} MergeTask::MergeProjectionsStage: Merge sorted 30886 rows, containing 5 columns (5 merged, 0 gathered) in 0.007867582 sec., 3925729.6587439445 rows/sec., 267.70 MiB/sec. 2026.02.23 16:39:54.219898 [ 188 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_101_20} MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) 2026.02.23 16:39:54.220153 [ 188 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_101_20} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:39:54.220227 [ 188 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_101_20} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 2026.02.23 16:39:54.220308 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.29 MiB. 2026.02.23 16:39:55.000197 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 367.63 MiB, peak 378.50 MiB, free memory in arenas 0.00 B, will set to 368.68 MiB (RSS), difference: 1.05 MiB 2026.02.23 16:39:57.573207 [ 63 ] {} DNSResolver: Updating DNS cache 2026.02.23 16:39:57.573271 [ 63 ] {} DNSResolver: Updated DNS cache 2026.02.23 16:39:57.609203 [ 225 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): 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.02.23 16:39:57.609255 [ 225 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): 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.02.23 16:39:57.625950 [ 225 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): 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.02.23 16:39:57.752566 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 33592 2026.02.23 16:39:57.753087 [ 244 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:39:57.753135 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. 2026.02.23 16:39:57.753624 [ 244 ] {} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2026.02.23 16:39:57.753876 [ 244 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:39:57.754030 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 33592 2026.02.23 16:39:58.194214 [ 221 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): 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.02.23 16:39:58.194259 [ 221 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): 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.02.23 16:39:58.197522 [ 221 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): 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.02.23 16:39:59.093555 [ 41 ] {} oximeter.fields_i16 (91b3829e-2a99-49e1-955c-43ffdc3fb409) (MergerMutator): Selected 5 parts from all_1_28_6 to all_32_32_0 2026.02.23 16:39:59.093641 [ 41 ] {} oximeter.fields_i16 (91b3829e-2a99-49e1-955c-43ffdc3fb409): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:39:59.093678 [ 41 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. 2026.02.23 16:39:59.093868 [ 188 ] {91b3829e-2a99-49e1-955c-43ffdc3fb409::all_1_32_7} MergeTask::PrepareStage: Merging 5 parts: from all_1_28_6 to all_32_32_0 into Compact with storage Full 2026.02.23 16:39:59.094132 [ 188 ] {91b3829e-2a99-49e1-955c-43ffdc3fb409::all_1_32_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:39:59.094188 [ 188 ] {91b3829e-2a99-49e1-955c-43ffdc3fb409::all_1_32_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_28_6, total 308 rows starting from the beginning of the part 2026.02.23 16:39:59.094290 [ 188 ] {91b3829e-2a99-49e1-955c-43ffdc3fb409::all_1_32_7} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 284 rows starting from the beginning of the part 2026.02.23 16:39:59.094335 [ 188 ] {91b3829e-2a99-49e1-955c-43ffdc3fb409::all_1_32_7} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 284 rows starting from the beginning of the part 2026.02.23 16:39:59.094378 [ 188 ] {91b3829e-2a99-49e1-955c-43ffdc3fb409::all_1_32_7} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 284 rows starting from the beginning of the part 2026.02.23 16:39:59.094417 [ 188 ] {91b3829e-2a99-49e1-955c-43ffdc3fb409::all_1_32_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 24 rows starting from the beginning of the part 2026.02.23 16:39:59.095291 [ 193 ] {91b3829e-2a99-49e1-955c-43ffdc3fb409::all_1_32_7} MergeTask::MergeProjectionsStage: Merge sorted 1184 rows, containing 5 columns (5 merged, 0 gathered) in 0.001511481 sec., 783337.6668314057 rows/sec., 53.36 MiB/sec. 2026.02.23 16:39:59.095498 [ 199 ] {91b3829e-2a99-49e1-955c-43ffdc3fb409::all_1_32_7} MergedBlockOutputStream: filled checksums all_1_32_7 (state Temporary) 2026.02.23 16:39:59.095806 [ 199 ] {91b3829e-2a99-49e1-955c-43ffdc3fb409::all_1_32_7} oximeter.fields_i16 (91b3829e-2a99-49e1-955c-43ffdc3fb409): Renaming temporary part tmp_merge_all_1_32_7 to all_1_32_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:39:59.095888 [ 199 ] {91b3829e-2a99-49e1-955c-43ffdc3fb409::all_1_32_7} oximeter.fields_i16 (91b3829e-2a99-49e1-955c-43ffdc3fb409) (MergerMutator): Merged 5 parts: [all_1_28_6, all_32_32_0] -> all_1_32_7 2026.02.23 16:39:59.096006 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.37 MiB. 2026.02.23 16:39:59.205734 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:39:59.205904 [ 278 ] {40406e55-081e-47b9-b2a5-4be894f4e0f4} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.23 16:39:59.205973 [ 278 ] {40406e55-081e-47b9-b2a5-4be894f4e0f4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.23 16:39:59.206773 [ 278 ] {40406e55-081e-47b9-b2a5-4be894f4e0f4} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:39:59.206817 [ 278 ] {40406e55-081e-47b9-b2a5-4be894f4e0f4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. 2026.02.23 16:39:59.207168 [ 278 ] {40406e55-081e-47b9-b2a5-4be894f4e0f4} MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) 2026.02.23 16:39:59.207377 [ 278 ] {40406e55-081e-47b9-b2a5-4be894f4e0f4} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:39:59.207516 [ 278 ] {40406e55-081e-47b9-b2a5-4be894f4e0f4} executeQuery: Read 120 rows, 10.47 KiB in 0.001662 sec., 72202.16606498195 rows/sec., 6.15 MiB/sec. 2026.02.23 16:39:59.207556 [ 278 ] {40406e55-081e-47b9-b2a5-4be894f4e0f4} TCPHandler: Processed in 0.00195384 sec. 2026.02.23 16:39:59.207691 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:39:59.207794 [ 278 ] {99e77868-bc55-4e3f-8183-3f1deca93d2d} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.23 16:39:59.207833 [ 278 ] {99e77868-bc55-4e3f-8183-3f1deca93d2d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.23 16:39:59.208326 [ 278 ] {99e77868-bc55-4e3f-8183-3f1deca93d2d} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:39:59.208362 [ 278 ] {99e77868-bc55-4e3f-8183-3f1deca93d2d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. 2026.02.23 16:39:59.208644 [ 278 ] {99e77868-bc55-4e3f-8183-3f1deca93d2d} MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) 2026.02.23 16:39:59.208844 [ 278 ] {99e77868-bc55-4e3f-8183-3f1deca93d2d} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:39:59.208973 [ 278 ] {99e77868-bc55-4e3f-8183-3f1deca93d2d} executeQuery: Read 32 rows, 2.41 KiB in 0.001198 sec., 26711.18530884808 rows/sec., 1.96 MiB/sec. 2026.02.23 16:39:59.209010 [ 278 ] {99e77868-bc55-4e3f-8183-3f1deca93d2d} TCPHandler: Processed in 0.001368528 sec. 2026.02.23 16:39:59.209142 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:39:59.209235 [ 278 ] {936df1a1-b150-4ead-81e9-03037376ff67} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.23 16:39:59.209274 [ 278 ] {936df1a1-b150-4ead-81e9-03037376ff67} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.23 16:39:59.209769 [ 278 ] {936df1a1-b150-4ead-81e9-03037376ff67} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:39:59.209806 [ 278 ] {936df1a1-b150-4ead-81e9-03037376ff67} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. 2026.02.23 16:39:59.210122 [ 278 ] {936df1a1-b150-4ead-81e9-03037376ff67} MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) 2026.02.23 16:39:59.210323 [ 278 ] {936df1a1-b150-4ead-81e9-03037376ff67} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:39:59.210449 [ 278 ] {936df1a1-b150-4ead-81e9-03037376ff67} executeQuery: Read 96 rows, 7.68 KiB in 0.001231 sec., 77985.37774167342 rows/sec., 6.09 MiB/sec. 2026.02.23 16:39:59.210491 [ 278 ] {936df1a1-b150-4ead-81e9-03037376ff67} TCPHandler: Processed in 0.001399268 sec. 2026.02.23 16:39:59.210622 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:39:59.210716 [ 278 ] {1661e56c-a145-41ca-b8b9-48402c80bc26} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.23 16:39:59.210760 [ 278 ] {1661e56c-a145-41ca-b8b9-48402c80bc26} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.23 16:39:59.211207 [ 278 ] {1661e56c-a145-41ca-b8b9-48402c80bc26} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:39:59.211245 [ 278 ] {1661e56c-a145-41ca-b8b9-48402c80bc26} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. 2026.02.23 16:39:59.211572 [ 278 ] {1661e56c-a145-41ca-b8b9-48402c80bc26} MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) 2026.02.23 16:39:59.211774 [ 278 ] {1661e56c-a145-41ca-b8b9-48402c80bc26} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:39:59.211902 [ 278 ] {1661e56c-a145-41ca-b8b9-48402c80bc26} executeQuery: Read 160 rows, 11.41 KiB in 0.001204 sec., 132890.36544850498 rows/sec., 9.26 MiB/sec. 2026.02.23 16:39:59.211943 [ 278 ] {1661e56c-a145-41ca-b8b9-48402c80bc26} TCPHandler: Processed in 0.001376029 sec. 2026.02.23 16:39:59.212056 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:39:59.212150 [ 278 ] {ddd0afea-34e3-4f19-b4f5-9d6d452c8798} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.23 16:39:59.212204 [ 278 ] {ddd0afea-34e3-4f19-b4f5-9d6d452c8798} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.23 16:39:59.213079 [ 278 ] {ddd0afea-34e3-4f19-b4f5-9d6d452c8798} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:39:59.213116 [ 278 ] {ddd0afea-34e3-4f19-b4f5-9d6d452c8798} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. 2026.02.23 16:39:59.213653 [ 278 ] {ddd0afea-34e3-4f19-b4f5-9d6d452c8798} MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) 2026.02.23 16:39:59.213872 [ 278 ] {ddd0afea-34e3-4f19-b4f5-9d6d452c8798} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:39:59.214010 [ 278 ] {ddd0afea-34e3-4f19-b4f5-9d6d452c8798} executeQuery: Read 32 rows, 58.72 KiB in 0.001879 sec., 17030.33528472592 rows/sec., 30.52 MiB/sec. 2026.02.23 16:39:59.214064 [ 278 ] {ddd0afea-34e3-4f19-b4f5-9d6d452c8798} TCPHandler: Processed in 0.002057062 sec. 2026.02.23 16:39:59.214183 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:39:59.214277 [ 278 ] {581d53c4-4a20-4535-91a7-33f6e817f391} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.23 16:39:59.214318 [ 278 ] {581d53c4-4a20-4535-91a7-33f6e817f391} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.23 16:39:59.214676 [ 278 ] {581d53c4-4a20-4535-91a7-33f6e817f391} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:39:59.214711 [ 278 ] {581d53c4-4a20-4535-91a7-33f6e817f391} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. 2026.02.23 16:39:59.215014 [ 278 ] {581d53c4-4a20-4535-91a7-33f6e817f391} MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) 2026.02.23 16:39:59.215221 [ 278 ] {581d53c4-4a20-4535-91a7-33f6e817f391} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:39:59.215364 [ 278 ] {581d53c4-4a20-4535-91a7-33f6e817f391} executeQuery: Read 60 rows, 4.14 KiB in 0.001106 sec., 54249.54792043399 rows/sec., 3.66 MiB/sec. 2026.02.23 16:39:59.215399 [ 278 ] {581d53c4-4a20-4535-91a7-33f6e817f391} TCPHandler: Processed in 0.001263546 sec. 2026.02.23 16:39:59.538542 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 527 2026.02.23 16:39:59.555047 [ 243 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:39:59.555102 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. 2026.02.23 16:39:59.560968 [ 243 ] {} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2026.02.23 16:39:59.561633 [ 243 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:39:59.564777 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 527 2026.02.23 16:40:00.109723 [ 50 ] {} oximeter.fields_u32 (3630ead0-c5da-4e23-a9d2-59d0589dc119) (MergerMutator): Selected 5 parts from all_1_33_7 to all_37_37_0 2026.02.23 16:40:00.109790 [ 50 ] {} oximeter.fields_u32 (3630ead0-c5da-4e23-a9d2-59d0589dc119): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:40:00.109810 [ 50 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. 2026.02.23 16:40:00.109935 [ 188 ] {3630ead0-c5da-4e23-a9d2-59d0589dc119::all_1_37_8} MergeTask::PrepareStage: Merging 5 parts: from all_1_33_7 to all_37_37_0 into Compact with storage Full 2026.02.23 16:40:00.110087 [ 188 ] {3630ead0-c5da-4e23-a9d2-59d0589dc119::all_1_37_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:40:00.110124 [ 188 ] {3630ead0-c5da-4e23-a9d2-59d0589dc119::all_1_37_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_33_7, total 403 rows starting from the beginning of the part 2026.02.23 16:40:00.110229 [ 188 ] {3630ead0-c5da-4e23-a9d2-59d0589dc119::all_1_37_8} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 149 rows starting from the beginning of the part 2026.02.23 16:40:00.110280 [ 188 ] {3630ead0-c5da-4e23-a9d2-59d0589dc119::all_1_37_8} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 149 rows starting from the beginning of the part 2026.02.23 16:40:00.110322 [ 188 ] {3630ead0-c5da-4e23-a9d2-59d0589dc119::all_1_37_8} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 149 rows starting from the beginning of the part 2026.02.23 16:40:00.110362 [ 188 ] {3630ead0-c5da-4e23-a9d2-59d0589dc119::all_1_37_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 252 rows starting from the beginning of the part 2026.02.23 16:40:00.111219 [ 199 ] {3630ead0-c5da-4e23-a9d2-59d0589dc119::all_1_37_8} MergeTask::MergeProjectionsStage: Merge sorted 1102 rows, containing 5 columns (5 merged, 0 gathered) in 0.001338638 sec., 823224.8001326721 rows/sec., 58.04 MiB/sec. 2026.02.23 16:40:00.111434 [ 193 ] {3630ead0-c5da-4e23-a9d2-59d0589dc119::all_1_37_8} MergedBlockOutputStream: filled checksums all_1_37_8 (state Temporary) 2026.02.23 16:40:00.111769 [ 193 ] {3630ead0-c5da-4e23-a9d2-59d0589dc119::all_1_37_8} oximeter.fields_u32 (3630ead0-c5da-4e23-a9d2-59d0589dc119): Renaming temporary part tmp_merge_all_1_37_8 to all_1_37_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:40:00.111862 [ 193 ] {3630ead0-c5da-4e23-a9d2-59d0589dc119::all_1_37_8} oximeter.fields_u32 (3630ead0-c5da-4e23-a9d2-59d0589dc119) (MergerMutator): Merged 5 parts: [all_1_33_7, all_37_37_0] -> all_1_37_8 2026.02.23 16:40:00.111986 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.38 MiB. 2026.02.23 16:40:00.361531 [ 50 ] {} oximeter.fields_u8 (bee44bc4-3670-4879-9501-74bd8c0c3792) (MergerMutator): Selected 5 parts from all_1_28_6 to all_32_32_0 2026.02.23 16:40:00.361606 [ 50 ] {} oximeter.fields_u8 (bee44bc4-3670-4879-9501-74bd8c0c3792): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:40:00.361631 [ 50 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. 2026.02.23 16:40:00.361771 [ 195 ] {bee44bc4-3670-4879-9501-74bd8c0c3792::all_1_32_7} MergeTask::PrepareStage: Merging 5 parts: from all_1_28_6 to all_32_32_0 into Compact with storage Full 2026.02.23 16:40:00.361940 [ 195 ] {bee44bc4-3670-4879-9501-74bd8c0c3792::all_1_32_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:40:00.361982 [ 195 ] {bee44bc4-3670-4879-9501-74bd8c0c3792::all_1_32_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_28_6, total 160 rows starting from the beginning of the part 2026.02.23 16:40:00.362059 [ 195 ] {bee44bc4-3670-4879-9501-74bd8c0c3792::all_1_32_7} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 148 rows starting from the beginning of the part 2026.02.23 16:40:00.362112 [ 195 ] {bee44bc4-3670-4879-9501-74bd8c0c3792::all_1_32_7} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 148 rows starting from the beginning of the part 2026.02.23 16:40:00.362161 [ 195 ] {bee44bc4-3670-4879-9501-74bd8c0c3792::all_1_32_7} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 148 rows starting from the beginning of the part 2026.02.23 16:40:00.362207 [ 195 ] {bee44bc4-3670-4879-9501-74bd8c0c3792::all_1_32_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 12 rows starting from the beginning of the part 2026.02.23 16:40:00.363041 [ 193 ] {bee44bc4-3670-4879-9501-74bd8c0c3792::all_1_32_7} MergeTask::MergeProjectionsStage: Merge sorted 616 rows, containing 5 columns (5 merged, 0 gathered) in 0.001329477 sec., 463340.09539089433 rows/sec., 28.47 MiB/sec. 2026.02.23 16:40:00.363214 [ 199 ] {bee44bc4-3670-4879-9501-74bd8c0c3792::all_1_32_7} MergedBlockOutputStream: filled checksums all_1_32_7 (state Temporary) 2026.02.23 16:40:00.363478 [ 199 ] {bee44bc4-3670-4879-9501-74bd8c0c3792::all_1_32_7} oximeter.fields_u8 (bee44bc4-3670-4879-9501-74bd8c0c3792): Renaming temporary part tmp_merge_all_1_32_7 to all_1_32_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:40:00.363552 [ 199 ] {bee44bc4-3670-4879-9501-74bd8c0c3792::all_1_32_7} oximeter.fields_u8 (bee44bc4-3670-4879-9501-74bd8c0c3792) (MergerMutator): Merged 5 parts: [all_1_28_6, all_32_32_0] -> all_1_32_7 2026.02.23 16:40:00.363640 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. 2026.02.23 16:40:02.861725 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 1814 2026.02.23 16:40:02.863959 [ 242 ] {} system.query_log (b83b341e-dbaf-448e-9582-20b3e6cd291d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:40:02.864018 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. 2026.02.23 16:40:02.865313 [ 242 ] {} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2026.02.23 16:40:02.865598 [ 242 ] {} system.query_log (b83b341e-dbaf-448e-9582-20b3e6cd291d): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:40:02.866002 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1814 2026.02.23 16:40:04.022834 [ 224 ] {} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): 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.02.23 16:40:04.022887 [ 224 ] {} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): 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.02.23 16:40:04.026829 [ 224 ] {} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): 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.02.23 16:40:04.091445 [ 217 ] {} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): 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.02.23 16:40:04.091499 [ 217 ] {} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): 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.02.23 16:40:04.095693 [ 217 ] {} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): 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.02.23 16:40:04.205777 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:40:04.205957 [ 278 ] {c0ffa643-c275-4864-b29f-e9d616c078fd} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.02.23 16:40:04.206021 [ 278 ] {c0ffa643-c275-4864-b29f-e9d616c078fd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.02.23 16:40:04.206638 [ 278 ] {c0ffa643-c275-4864-b29f-e9d616c078fd} oximeter.fields_ipaddr (aca7842a-9245-4e3c-8c67-e3828bf88048): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:40:04.206677 [ 278 ] {c0ffa643-c275-4864-b29f-e9d616c078fd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. 2026.02.23 16:40:04.207055 [ 278 ] {c0ffa643-c275-4864-b29f-e9d616c078fd} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.02.23 16:40:04.207273 [ 278 ] {c0ffa643-c275-4864-b29f-e9d616c078fd} oximeter.fields_ipaddr (aca7842a-9245-4e3c-8c67-e3828bf88048): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:40:04.207427 [ 278 ] {c0ffa643-c275-4864-b29f-e9d616c078fd} executeQuery: Read 4 rows, 334.00 B in 0.001519 sec., 2633.3113890717577 rows/sec., 214.73 KiB/sec. 2026.02.23 16:40:04.207476 [ 278 ] {c0ffa643-c275-4864-b29f-e9d616c078fd} TCPHandler: Processed in 0.001824958 sec. 2026.02.23 16:40:04.207596 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:40:04.207697 [ 278 ] {44351683-f17d-4da8-9748-3dff8c7a19cc} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.23 16:40:04.207739 [ 278 ] {44351683-f17d-4da8-9748-3dff8c7a19cc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.23 16:40:04.208163 [ 278 ] {44351683-f17d-4da8-9748-3dff8c7a19cc} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:40:04.208196 [ 278 ] {44351683-f17d-4da8-9748-3dff8c7a19cc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. 2026.02.23 16:40:04.208483 [ 278 ] {44351683-f17d-4da8-9748-3dff8c7a19cc} MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) 2026.02.23 16:40:04.208677 [ 278 ] {44351683-f17d-4da8-9748-3dff8c7a19cc} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:40:04.208861 [ 278 ] {44351683-f17d-4da8-9748-3dff8c7a19cc} executeQuery: Read 78 rows, 6.56 KiB in 0.001186 sec., 65767.2849915683 rows/sec., 5.40 MiB/sec. 2026.02.23 16:40:04.208899 [ 278 ] {44351683-f17d-4da8-9748-3dff8c7a19cc} TCPHandler: Processed in 0.001351628 sec. 2026.02.23 16:40:04.209007 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:40:04.209101 [ 278 ] {0c21f504-c958-44f7-a260-1793a8649bac} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.23 16:40:04.209141 [ 278 ] {0c21f504-c958-44f7-a260-1793a8649bac} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.23 16:40:04.209528 [ 278 ] {0c21f504-c958-44f7-a260-1793a8649bac} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:40:04.209561 [ 278 ] {0c21f504-c958-44f7-a260-1793a8649bac} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. 2026.02.23 16:40:04.209852 [ 278 ] {0c21f504-c958-44f7-a260-1793a8649bac} MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) 2026.02.23 16:40:04.210067 [ 278 ] {0c21f504-c958-44f7-a260-1793a8649bac} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:40:04.210168 [ 23 ] {} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 2026.02.23 16:40:04.210190 [ 278 ] {0c21f504-c958-44f7-a260-1793a8649bac} executeQuery: Read 14 rows, 1.03 KiB in 0.001108 sec., 12635.379061371841 rows/sec., 930.73 KiB/sec. 2026.02.23 16:40:04.210204 [ 23 ] {} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:40:04.210223 [ 23 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. 2026.02.23 16:40:04.210227 [ 278 ] {0c21f504-c958-44f7-a260-1793a8649bac} TCPHandler: Processed in 0.001268696 sec. 2026.02.23 16:40:04.210313 [ 195 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::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.02.23 16:40:04.210335 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:40:04.210413 [ 195 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_101_20} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:40:04.210431 [ 278 ] {329831ff-f14d-46a6-80da-b1bdb8288d89} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.23 16:40:04.210447 [ 195 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 220 rows starting from the beginning of the part 2026.02.23 16:40:04.210470 [ 278 ] {329831ff-f14d-46a6-80da-b1bdb8288d89} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.23 16:40:04.210513 [ 195 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 152 rows starting from the beginning of the part 2026.02.23 16:40:04.210564 [ 195 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 48 rows starting from the beginning of the part 2026.02.23 16:40:04.210612 [ 195 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 10 rows starting from the beginning of the part 2026.02.23 16:40:04.210660 [ 195 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 32 rows starting from the beginning of the part 2026.02.23 16:40:04.210703 [ 195 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 14 rows starting from the beginning of the part 2026.02.23 16:40:04.210875 [ 278 ] {329831ff-f14d-46a6-80da-b1bdb8288d89} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:40:04.210908 [ 278 ] {329831ff-f14d-46a6-80da-b1bdb8288d89} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. 2026.02.23 16:40:04.211205 [ 278 ] {329831ff-f14d-46a6-80da-b1bdb8288d89} MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) 2026.02.23 16:40:04.211409 [ 278 ] {329831ff-f14d-46a6-80da-b1bdb8288d89} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:40:04.211532 [ 278 ] {329831ff-f14d-46a6-80da-b1bdb8288d89} executeQuery: Read 78 rows, 6.24 KiB in 0.00112 sec., 69642.85714285714 rows/sec., 5.44 MiB/sec. 2026.02.23 16:40:04.211539 [ 199 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_101_20} MergeTask::MergeProjectionsStage: Merge sorted 476 rows, containing 5 columns (5 merged, 0 gathered) in 0.001268436 sec., 375265.287330224 rows/sec., 25.68 MiB/sec. 2026.02.23 16:40:04.211569 [ 278 ] {329831ff-f14d-46a6-80da-b1bdb8288d89} TCPHandler: Processed in 0.001281316 sec. 2026.02.23 16:40:04.211667 [ 195 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_101_20} MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) 2026.02.23 16:40:04.211675 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:40:04.211771 [ 278 ] {2de8c68a-fe29-43dc-9f4d-f1b24bc5870d} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.23 16:40:04.211813 [ 278 ] {2de8c68a-fe29-43dc-9f4d-f1b24bc5870d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.23 16:40:04.211918 [ 195 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_101_20} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:40:04.211979 [ 195 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_101_20} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 2026.02.23 16:40:04.212042 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. 2026.02.23 16:40:04.212210 [ 278 ] {2de8c68a-fe29-43dc-9f4d-f1b24bc5870d} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:40:04.212244 [ 278 ] {2de8c68a-fe29-43dc-9f4d-f1b24bc5870d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. 2026.02.23 16:40:04.212561 [ 278 ] {2de8c68a-fe29-43dc-9f4d-f1b24bc5870d} MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) 2026.02.23 16:40:04.212767 [ 278 ] {2de8c68a-fe29-43dc-9f4d-f1b24bc5870d} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:40:04.212893 [ 278 ] {2de8c68a-fe29-43dc-9f4d-f1b24bc5870d} executeQuery: Read 162 rows, 11.55 KiB in 0.00114 sec., 142105.26315789475 rows/sec., 9.90 MiB/sec. 2026.02.23 16:40:04.212929 [ 278 ] {2de8c68a-fe29-43dc-9f4d-f1b24bc5870d} TCPHandler: Processed in 0.001301217 sec. 2026.02.23 16:40:04.213027 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:40:04.213118 [ 278 ] {7bf1245a-95ba-4501-aaeb-bc0560675e4a} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.23 16:40:04.213170 [ 278 ] {7bf1245a-95ba-4501-aaeb-bc0560675e4a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.23 16:40:04.213929 [ 278 ] {7bf1245a-95ba-4501-aaeb-bc0560675e4a} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:40:04.213968 [ 278 ] {7bf1245a-95ba-4501-aaeb-bc0560675e4a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. 2026.02.23 16:40:04.214467 [ 278 ] {7bf1245a-95ba-4501-aaeb-bc0560675e4a} MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) 2026.02.23 16:40:04.214694 [ 278 ] {7bf1245a-95ba-4501-aaeb-bc0560675e4a} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:40:04.214798 [ 23 ] {} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 2026.02.23 16:40:04.214826 [ 23 ] {} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:40:04.214831 [ 278 ] {7bf1245a-95ba-4501-aaeb-bc0560675e4a} executeQuery: Read 10 rows, 18.35 KiB in 0.00173 sec., 5780.346820809249 rows/sec., 10.36 MiB/sec. 2026.02.23 16:40:04.214843 [ 23 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. 2026.02.23 16:40:04.214898 [ 278 ] {7bf1245a-95ba-4501-aaeb-bc0560675e4a} TCPHandler: Processed in 0.001917879 sec. 2026.02.23 16:40:04.214912 [ 195 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::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.02.23 16:40:04.215003 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:40:04.215088 [ 195 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_96_19} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:40:04.215097 [ 278 ] {a82651e5-b1d7-4772-8800-7062375fc2b5} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.23 16:40:04.215138 [ 195 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 1917 rows starting from the beginning of the part 2026.02.23 16:40:04.215142 [ 278 ] {a82651e5-b1d7-4772-8800-7062375fc2b5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.23 16:40:04.215257 [ 195 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 10 rows starting from the beginning of the part 2026.02.23 16:40:04.215374 [ 195 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 32 rows starting from the beginning of the part 2026.02.23 16:40:04.215468 [ 195 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 10 rows starting from the beginning of the part 2026.02.23 16:40:04.215474 [ 278 ] {a82651e5-b1d7-4772-8800-7062375fc2b5} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:40:04.215512 [ 278 ] {a82651e5-b1d7-4772-8800-7062375fc2b5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. 2026.02.23 16:40:04.215563 [ 195 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 32 rows starting from the beginning of the part 2026.02.23 16:40:04.215656 [ 195 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 10 rows starting from the beginning of the part 2026.02.23 16:40:04.215822 [ 278 ] {a82651e5-b1d7-4772-8800-7062375fc2b5} MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) 2026.02.23 16:40:04.216037 [ 278 ] {a82651e5-b1d7-4772-8800-7062375fc2b5} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:40:04.216161 [ 278 ] {a82651e5-b1d7-4772-8800-7062375fc2b5} executeQuery: Read 60 rows, 4.14 KiB in 0.001083 sec., 55401.662049861494 rows/sec., 3.73 MiB/sec. 2026.02.23 16:40:04.216197 [ 278 ] {a82651e5-b1d7-4772-8800-7062375fc2b5} TCPHandler: Processed in 0.001240755 sec. 2026.02.23 16:40:04.224188 [ 198 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_96_19} MergeTask::MergeProjectionsStage: Merge sorted 2011 rows, containing 19 columns (19 merged, 0 gathered) in 0.009295151 sec., 216349.36323250693 rows/sec., 387.69 MiB/sec. 2026.02.23 16:40:04.226387 [ 196 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_96_19} MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) 2026.02.23 16:40:04.226789 [ 196 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_96_19} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:40:04.226883 [ 196 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_96_19} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 2026.02.23 16:40:04.227037 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.44 MiB. 2026.02.23 16:40:05.000235 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 369.50 MiB, peak 386.89 MiB, free memory in arenas 0.00 B, will set to 372.52 MiB (RSS), difference: 3.02 MiB 2026.02.23 16:40:05.065345 [ 225 ] {} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): 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.02.23 16:40:05.065400 [ 225 ] {} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): 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.02.23 16:40:05.068931 [ 225 ] {} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): 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.02.23 16:40:05.156440 [ 225 ] {} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): 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.02.23 16:40:05.156507 [ 225 ] {} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): 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.02.23 16:40:05.158004 [ 223 ] {} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): 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.02.23 16:40:05.158064 [ 223 ] {} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): 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.02.23 16:40:05.160100 [ 225 ] {} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): 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.02.23 16:40:05.161755 [ 223 ] {} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): 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.02.23 16:40:05.254398 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 34104 2026.02.23 16:40:05.255227 [ 244 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:40:05.255303 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. 2026.02.23 16:40:05.255868 [ 244 ] {} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2026.02.23 16:40:05.256128 [ 244 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:40:05.256276 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 34104 2026.02.23 16:40:05.256275 [ 45 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 2026.02.23 16:40:05.256341 [ 45 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:40:05.256365 [ 45 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. 2026.02.23 16:40:05.256504 [ 199 ] {e006da4c-49b0-4d27-967a-f293ec4e8bf5::all_1_71_14} MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full 2026.02.23 16:40:05.256688 [ 199 ] {e006da4c-49b0-4d27-967a-f293ec4e8bf5::all_1_71_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:40:05.256750 [ 199 ] {e006da4c-49b0-4d27-967a-f293ec4e8bf5::all_1_71_14} MergeTreeSequentialSource: Reading 5 marks from part all_1_66_13, total 31672 rows starting from the beginning of the part 2026.02.23 16:40:05.256852 [ 199 ] {e006da4c-49b0-4d27-967a-f293ec4e8bf5::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.02.23 16:40:05.256929 [ 199 ] {e006da4c-49b0-4d27-967a-f293ec4e8bf5::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 448 rows starting from the beginning of the part 2026.02.23 16:40:05.256998 [ 199 ] {e006da4c-49b0-4d27-967a-f293ec4e8bf5::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 512 rows starting from the beginning of the part 2026.02.23 16:40:05.257068 [ 199 ] {e006da4c-49b0-4d27-967a-f293ec4e8bf5::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 448 rows starting from the beginning of the part 2026.02.23 16:40:05.257133 [ 199 ] {e006da4c-49b0-4d27-967a-f293ec4e8bf5::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 512 rows starting from the beginning of the part 2026.02.23 16:40:05.259695 [ 192 ] {e006da4c-49b0-4d27-967a-f293ec4e8bf5::all_1_71_14} MergeTask::MergeProjectionsStage: Merge sorted 34104 rows, containing 4 columns (4 merged, 0 gathered) in 0.003265328 sec., 10444280.023323843 rows/sec., 149.41 MiB/sec. 2026.02.23 16:40:05.259825 [ 200 ] {e006da4c-49b0-4d27-967a-f293ec4e8bf5::all_1_71_14} MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) 2026.02.23 16:40:05.260102 [ 200 ] {e006da4c-49b0-4d27-967a-f293ec4e8bf5::all_1_71_14} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:40:05.260169 [ 200 ] {e006da4c-49b0-4d27-967a-f293ec4e8bf5::all_1_71_14} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 2026.02.23 16:40:05.260263 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.01 MiB. 2026.02.23 16:40:07.064910 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 535 2026.02.23 16:40:07.084396 [ 243 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:40:07.084466 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. 2026.02.23 16:40:07.090828 [ 243 ] {} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2026.02.23 16:40:07.091650 [ 243 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:40:07.091960 [ 25 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 2026.02.23 16:40:07.092021 [ 25 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:40:07.092040 [ 25 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. 2026.02.23 16:40:07.092163 [ 200 ] {3c5e35cc-2202-4d2d-a2da-f2d3b912fea0::all_1_71_14} MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full 2026.02.23 16:40:07.096055 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 535 2026.02.23 16:40:07.096329 [ 200 ] {3c5e35cc-2202-4d2d-a2da-f2d3b912fea0::all_1_71_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:40:07.097985 [ 200 ] {3c5e35cc-2202-4d2d-a2da-f2d3b912fea0::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.02.23 16:40:07.103179 [ 200 ] {3c5e35cc-2202-4d2d-a2da-f2d3b912fea0::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.02.23 16:40:07.108148 [ 200 ] {3c5e35cc-2202-4d2d-a2da-f2d3b912fea0::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.02.23 16:40:07.113250 [ 200 ] {3c5e35cc-2202-4d2d-a2da-f2d3b912fea0::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.02.23 16:40:07.118526 [ 200 ] {3c5e35cc-2202-4d2d-a2da-f2d3b912fea0::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.02.23 16:40:07.123463 [ 200 ] {3c5e35cc-2202-4d2d-a2da-f2d3b912fea0::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.02.23 16:40:07.183196 [ 194 ] {3c5e35cc-2202-4d2d-a2da-f2d3b912fea0::all_1_71_14} MergeTask::MergeProjectionsStage: Merge sorted 535 rows, containing 679 columns (679 merged, 0 gathered) in 0.091086153 sec., 5873.560166713814 rows/sec., 30.37 MiB/sec. 2026.02.23 16:40:07.186232 [ 191 ] {3c5e35cc-2202-4d2d-a2da-f2d3b912fea0::all_1_71_14} MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) 2026.02.23 16:40:07.188362 [ 191 ] {3c5e35cc-2202-4d2d-a2da-f2d3b912fea0::all_1_71_14} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:40:07.188462 [ 191 ] {3c5e35cc-2202-4d2d-a2da-f2d3b912fea0::all_1_71_14} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 2026.02.23 16:40:07.191030 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.96 MiB. 2026.02.23 16:40:09.206926 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:40:09.207119 [ 278 ] {c168cc23-1021-494b-9416-9c06eacd3c46} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.23 16:40:09.207187 [ 278 ] {c168cc23-1021-494b-9416-9c06eacd3c46} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.23 16:40:09.207928 [ 278 ] {c168cc23-1021-494b-9416-9c06eacd3c46} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:40:09.207978 [ 278 ] {c168cc23-1021-494b-9416-9c06eacd3c46} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. 2026.02.23 16:40:09.208387 [ 278 ] {c168cc23-1021-494b-9416-9c06eacd3c46} MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) 2026.02.23 16:40:09.208618 [ 278 ] {c168cc23-1021-494b-9416-9c06eacd3c46} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:40:09.208783 [ 278 ] {c168cc23-1021-494b-9416-9c06eacd3c46} executeQuery: Read 120 rows, 10.47 KiB in 0.001713 sec., 70052.53940455342 rows/sec., 5.97 MiB/sec. 2026.02.23 16:40:09.208837 [ 278 ] {c168cc23-1021-494b-9416-9c06eacd3c46} TCPHandler: Processed in 0.002044222 sec. 2026.02.23 16:40:09.208977 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:40:09.209082 [ 278 ] {f91edaed-3dab-4237-9a9c-7f94d4ab7a3c} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.23 16:40:09.209126 [ 278 ] {f91edaed-3dab-4237-9a9c-7f94d4ab7a3c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.23 16:40:09.209596 [ 278 ] {f91edaed-3dab-4237-9a9c-7f94d4ab7a3c} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:40:09.209634 [ 278 ] {f91edaed-3dab-4237-9a9c-7f94d4ab7a3c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. 2026.02.23 16:40:09.209941 [ 278 ] {f91edaed-3dab-4237-9a9c-7f94d4ab7a3c} MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) 2026.02.23 16:40:09.210146 [ 278 ] {f91edaed-3dab-4237-9a9c-7f94d4ab7a3c} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:40:09.210279 [ 278 ] {f91edaed-3dab-4237-9a9c-7f94d4ab7a3c} executeQuery: Read 32 rows, 2.41 KiB in 0.001222 sec., 26186.579378068738 rows/sec., 1.92 MiB/sec. 2026.02.23 16:40:09.210318 [ 278 ] {f91edaed-3dab-4237-9a9c-7f94d4ab7a3c} TCPHandler: Processed in 0.001395679 sec. 2026.02.23 16:40:09.210461 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:40:09.210597 [ 278 ] {a3848198-d3b6-4c5d-988b-96f9441f3a03} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.23 16:40:09.210653 [ 278 ] {a3848198-d3b6-4c5d-988b-96f9441f3a03} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.23 16:40:09.211160 [ 278 ] {a3848198-d3b6-4c5d-988b-96f9441f3a03} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:40:09.211200 [ 278 ] {a3848198-d3b6-4c5d-988b-96f9441f3a03} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. 2026.02.23 16:40:09.211550 [ 278 ] {a3848198-d3b6-4c5d-988b-96f9441f3a03} MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) 2026.02.23 16:40:09.211772 [ 278 ] {a3848198-d3b6-4c5d-988b-96f9441f3a03} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:40:09.211909 [ 278 ] {a3848198-d3b6-4c5d-988b-96f9441f3a03} executeQuery: Read 96 rows, 7.68 KiB in 0.001341 sec., 71588.36689038032 rows/sec., 5.59 MiB/sec. 2026.02.23 16:40:09.211953 [ 278 ] {a3848198-d3b6-4c5d-988b-96f9441f3a03} TCPHandler: Processed in 0.001560532 sec. 2026.02.23 16:40:09.212079 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:40:09.212179 [ 278 ] {cf3240f9-44b3-4b3e-bedc-35ff12a44bba} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.23 16:40:09.212226 [ 278 ] {cf3240f9-44b3-4b3e-bedc-35ff12a44bba} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.23 16:40:09.212676 [ 278 ] {cf3240f9-44b3-4b3e-bedc-35ff12a44bba} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:40:09.212713 [ 278 ] {cf3240f9-44b3-4b3e-bedc-35ff12a44bba} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. 2026.02.23 16:40:09.213054 [ 278 ] {cf3240f9-44b3-4b3e-bedc-35ff12a44bba} MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) 2026.02.23 16:40:09.213279 [ 278 ] {cf3240f9-44b3-4b3e-bedc-35ff12a44bba} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:40:09.213412 [ 278 ] {cf3240f9-44b3-4b3e-bedc-35ff12a44bba} executeQuery: Read 160 rows, 11.41 KiB in 0.001254 sec., 127591.70653907496 rows/sec., 8.89 MiB/sec. 2026.02.23 16:40:09.213454 [ 278 ] {cf3240f9-44b3-4b3e-bedc-35ff12a44bba} TCPHandler: Processed in 0.0014264 sec. 2026.02.23 16:40:09.213578 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:40:09.213691 [ 278 ] {26940c70-15ec-4370-b965-20d8cff388be} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.23 16:40:09.213750 [ 278 ] {26940c70-15ec-4370-b965-20d8cff388be} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.23 16:40:09.214684 [ 278 ] {26940c70-15ec-4370-b965-20d8cff388be} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:40:09.214723 [ 278 ] {26940c70-15ec-4370-b965-20d8cff388be} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. 2026.02.23 16:40:09.215299 [ 278 ] {26940c70-15ec-4370-b965-20d8cff388be} MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) 2026.02.23 16:40:09.215532 [ 278 ] {26940c70-15ec-4370-b965-20d8cff388be} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:40:09.215680 [ 278 ] {26940c70-15ec-4370-b965-20d8cff388be} executeQuery: Read 32 rows, 58.72 KiB in 0.002008 sec., 15936.254980079682 rows/sec., 28.56 MiB/sec. 2026.02.23 16:40:09.215758 [ 278 ] {26940c70-15ec-4370-b965-20d8cff388be} TCPHandler: Processed in 0.002233126 sec. 2026.02.23 16:40:09.215881 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:40:09.215980 [ 278 ] {0479e6eb-454d-4e0f-86fb-5144cd06cec4} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.23 16:40:09.216022 [ 278 ] {0479e6eb-454d-4e0f-86fb-5144cd06cec4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.23 16:40:09.216379 [ 278 ] {0479e6eb-454d-4e0f-86fb-5144cd06cec4} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:40:09.216419 [ 278 ] {0479e6eb-454d-4e0f-86fb-5144cd06cec4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. 2026.02.23 16:40:09.216739 [ 278 ] {0479e6eb-454d-4e0f-86fb-5144cd06cec4} MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) 2026.02.23 16:40:09.216949 [ 278 ] {0479e6eb-454d-4e0f-86fb-5144cd06cec4} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:40:09.217080 [ 278 ] {0479e6eb-454d-4e0f-86fb-5144cd06cec4} executeQuery: Read 60 rows, 4.14 KiB in 0.00112 sec., 53571.42857142858 rows/sec., 3.61 MiB/sec. 2026.02.23 16:40:09.217120 [ 278 ] {0479e6eb-454d-4e0f-86fb-5144cd06cec4} TCPHandler: Processed in 0.001289377 sec. 2026.02.23 16:40:11.011735 [ 352 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43993 2026.02.23 16:40:11.011849 [ 352 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:40:11.011875 [ 352 ] {} TCP-Session: 3b4b701f-e50b-464c-9ff0-8dc952957ed0 Authenticating user 'default' from [fd00:1122:3344:101::e]:43993 2026.02.23 16:40:11.011898 [ 352 ] {} TCP-Session: 3b4b701f-e50b-464c-9ff0-8dc952957ed0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:40:11.011911 [ 352 ] {} TCP-Session: 3b4b701f-e50b-464c-9ff0-8dc952957ed0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:40:11.012125 [ 356 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38901 2026.02.23 16:40:11.012149 [ 357 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59669 2026.02.23 16:40:11.012172 [ 359 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42474 2026.02.23 16:40:11.012164 [ 358 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42239 2026.02.23 16:40:11.012253 [ 356 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:40:11.012285 [ 357 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:40:11.012301 [ 359 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:40:11.012311 [ 356 ] {} TCP-Session: 08cfcd93-e273-4aba-9ac0-6eb2125d534d Authenticating user 'default' from [fd00:1122:3344:101::e]:38901 2026.02.23 16:40:11.012336 [ 357 ] {} TCP-Session: 63802fc0-4c47-47c4-acd6-9c166377efc7 Authenticating user 'default' from [fd00:1122:3344:101::e]:59669 2026.02.23 16:40:11.012351 [ 359 ] {} TCP-Session: d68427cb-9ea9-4ccf-8204-833b0c05763c Authenticating user 'default' from [fd00:1122:3344:101::e]:42474 2026.02.23 16:40:11.012368 [ 352 ] {} TCP-Session: 3b4b701f-e50b-464c-9ff0-8dc952957ed0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:40:11.012376 [ 357 ] {} TCP-Session: 63802fc0-4c47-47c4-acd6-9c166377efc7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:40:11.012391 [ 359 ] {} TCP-Session: d68427cb-9ea9-4ccf-8204-833b0c05763c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:40:11.012413 [ 357 ] {} TCP-Session: 63802fc0-4c47-47c4-acd6-9c166377efc7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:40:11.012435 [ 359 ] {} TCP-Session: d68427cb-9ea9-4ccf-8204-833b0c05763c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:40:11.012362 [ 356 ] {} TCP-Session: 08cfcd93-e273-4aba-9ac0-6eb2125d534d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:40:11.012469 [ 364 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62554 2026.02.23 16:40:11.012503 [ 356 ] {} TCP-Session: 08cfcd93-e273-4aba-9ac0-6eb2125d534d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:40:11.012514 [ 365 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48140 2026.02.23 16:40:11.012469 [ 360 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55319 2026.02.23 16:40:11.012565 [ 366 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45403 2026.02.23 16:40:11.012575 [ 352 ] {c97ea799-7108-41e4-901e-daa293067ea9} executeQuery: (from [fd00:1122:3344:101::e]:43993) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.02.23 16:40:11.012588 [ 364 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:40:11.012620 [ 365 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:40:11.012360 [ 358 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:40:11.012698 [ 358 ] {} TCP-Session: 7b5eca7e-9744-4295-b8ca-d1d4492cdabe Authenticating user 'default' from [fd00:1122:3344:101::e]:42239 2026.02.23 16:40:11.012735 [ 358 ] {} TCP-Session: 7b5eca7e-9744-4295-b8ca-d1d4492cdabe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:40:11.012755 [ 358 ] {} TCP-Session: 7b5eca7e-9744-4295-b8ca-d1d4492cdabe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:40:11.012781 [ 365 ] {} TCP-Session: e55d45b9-7fa1-4198-9337-1fcd2fa9228f Authenticating user 'default' from [fd00:1122:3344:101::e]:48140 2026.02.23 16:40:11.012788 [ 364 ] {} TCP-Session: 15d1b22b-64f6-4d96-9942-f3a87e41d335 Authenticating user 'default' from [fd00:1122:3344:101::e]:62554 2026.02.23 16:40:11.012813 [ 365 ] {} TCP-Session: e55d45b9-7fa1-4198-9337-1fcd2fa9228f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:40:11.012830 [ 364 ] {} TCP-Session: 15d1b22b-64f6-4d96-9942-f3a87e41d335 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:40:11.012835 [ 365 ] {} TCP-Session: e55d45b9-7fa1-4198-9337-1fcd2fa9228f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:40:11.012860 [ 364 ] {} TCP-Session: 15d1b22b-64f6-4d96-9942-f3a87e41d335 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:40:11.012888 [ 352 ] {c97ea799-7108-41e4-901e-daa293067ea9} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.02.23 16:40:11.012896 [ 360 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:40:11.012951 [ 360 ] {} TCP-Session: 4c5c4898-58ba-4605-8816-d3ecb3da05c6 Authenticating user 'default' from [fd00:1122:3344:101::e]:55319 2026.02.23 16:40:11.012967 [ 360 ] {} TCP-Session: 4c5c4898-58ba-4605-8816-d3ecb3da05c6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:40:11.012970 [ 352 ] {c97ea799-7108-41e4-901e-daa293067ea9} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.23 16:40:11.012983 [ 360 ] {} TCP-Session: 4c5c4898-58ba-4605-8816-d3ecb3da05c6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:40:11.013236 [ 366 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:40:11.013284 [ 366 ] {} TCP-Session: 834d6a65-e890-488c-b6ec-b86935a407e6 Authenticating user 'default' from [fd00:1122:3344:101::e]:45403 2026.02.23 16:40:11.013307 [ 366 ] {} TCP-Session: 834d6a65-e890-488c-b6ec-b86935a407e6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:40:11.013326 [ 366 ] {} TCP-Session: 834d6a65-e890-488c-b6ec-b86935a407e6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:40:11.013377 [ 352 ] {c97ea799-7108-41e4-901e-daa293067ea9} oximeter.version (5b0048b8-9e05-4abf-ab1d-311c7f35e206) (SelectExecutor): Key condition: unknown 2026.02.23 16:40:11.014492 [ 318 ] {c97ea799-7108-41e4-901e-daa293067ea9} AggregatingTransform: Aggregating 2026.02.23 16:40:11.014535 [ 318 ] {c97ea799-7108-41e4-901e-daa293067ea9} Aggregator: Aggregation method: without_key 2026.02.23 16:40:11.014572 [ 318 ] {c97ea799-7108-41e4-901e-daa293067ea9} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001069642 sec. (934.892 rows/sec., 36.52 KiB/sec.) 2026.02.23 16:40:11.014590 [ 318 ] {c97ea799-7108-41e4-901e-daa293067ea9} Aggregator: Merging aggregated data 2026.02.23 16:40:11.016148 [ 352 ] {c97ea799-7108-41e4-901e-daa293067ea9} executeQuery: Read 1 rows, 40.00 B in 0.003647 sec., 274.19797093501506 rows/sec., 10.71 KiB/sec. 2026.02.23 16:40:11.016303 [ 352 ] {c97ea799-7108-41e4-901e-daa293067ea9} TCPHandler: Processed in 0.004109354 sec. 2026.02.23 16:40:11.016407 [ 352 ] {} TCPHandler: Done processing connection. 2026.02.23 16:40:11.016431 [ 359 ] {} TCPHandler: Done processing connection. 2026.02.23 16:40:11.016441 [ 352 ] {} TCP-Session: 3b4b701f-e50b-464c-9ff0-8dc952957ed0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:40:11.016446 [ 357 ] {} TCPHandler: Done processing connection. 2026.02.23 16:40:11.016467 [ 360 ] {} TCPHandler: Done processing connection. 2026.02.23 16:40:11.016506 [ 366 ] {} TCPHandler: Done processing connection. 2026.02.23 16:40:11.016515 [ 357 ] {} TCP-Session: 63802fc0-4c47-47c4-acd6-9c166377efc7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:40:11.016526 [ 364 ] {} TCPHandler: Done processing connection. 2026.02.23 16:40:11.016541 [ 360 ] {} TCP-Session: 4c5c4898-58ba-4605-8816-d3ecb3da05c6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:40:11.016547 [ 365 ] {} TCPHandler: Done processing connection. 2026.02.23 16:40:11.016574 [ 364 ] {} TCP-Session: 15d1b22b-64f6-4d96-9942-f3a87e41d335 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:40:11.016548 [ 366 ] {} TCP-Session: 834d6a65-e890-488c-b6ec-b86935a407e6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:40:11.016609 [ 365 ] {} TCP-Session: e55d45b9-7fa1-4198-9337-1fcd2fa9228f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:40:11.016519 [ 358 ] {} TCPHandler: Done processing connection. 2026.02.23 16:40:11.016486 [ 356 ] {} TCPHandler: Done processing connection. 2026.02.23 16:40:11.016692 [ 358 ] {} TCP-Session: 7b5eca7e-9744-4295-b8ca-d1d4492cdabe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:40:11.016470 [ 359 ] {} TCP-Session: d68427cb-9ea9-4ccf-8204-833b0c05763c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:40:11.016714 [ 356 ] {} TCP-Session: 08cfcd93-e273-4aba-9ac0-6eb2125d534d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:40:11.059864 [ 352 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44863 2026.02.23 16:40:11.059977 [ 352 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:40:11.060002 [ 352 ] {} TCP-Session: 2a1eaa1e-969c-4e20-8602-f933fd44adbb Authenticating user 'default' from [fd00:1122:3344:101::e]:44863 2026.02.23 16:40:11.060025 [ 352 ] {} TCP-Session: 2a1eaa1e-969c-4e20-8602-f933fd44adbb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:40:11.060037 [ 352 ] {} TCP-Session: 2a1eaa1e-969c-4e20-8602-f933fd44adbb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:40:11.060209 [ 356 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:65313 2026.02.23 16:40:11.060214 [ 357 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44316 2026.02.23 16:40:11.060253 [ 358 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48848 2026.02.23 16:40:11.060294 [ 364 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:32818 2026.02.23 16:40:11.060322 [ 356 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:40:11.060323 [ 366 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37299 2026.02.23 16:40:11.060363 [ 352 ] {} TCP-Session: 2a1eaa1e-969c-4e20-8602-f933fd44adbb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:40:11.060377 [ 364 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:40:11.060380 [ 358 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:40:11.060422 [ 364 ] {} TCP-Session: 94365edb-e2f4-4e2f-8cfc-11d39b69b23e Authenticating user 'default' from [fd00:1122:3344:101::e]:32818 2026.02.23 16:40:11.060430 [ 366 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:40:11.060457 [ 364 ] {} TCP-Session: 94365edb-e2f4-4e2f-8cfc-11d39b69b23e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:40:11.060457 [ 358 ] {} TCP-Session: 3219c763-2c42-46e2-8f01-fecb70e6bf5d Authenticating user 'default' from [fd00:1122:3344:101::e]:48848 2026.02.23 16:40:11.060494 [ 364 ] {} TCP-Session: 94365edb-e2f4-4e2f-8cfc-11d39b69b23e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:40:11.060479 [ 366 ] {} TCP-Session: 55ad9605-0978-4661-b10e-40d3aa31ddec Authenticating user 'default' from [fd00:1122:3344:101::e]:37299 2026.02.23 16:40:11.060520 [ 358 ] {} TCP-Session: 3219c763-2c42-46e2-8f01-fecb70e6bf5d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:40:11.060547 [ 366 ] {} TCP-Session: 55ad9605-0978-4661-b10e-40d3aa31ddec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:40:11.060542 [ 352 ] {15dc342e-d620-4f22-b2dc-f854c0318534} executeQuery: (from [fd00:1122:3344:101::e]:44863) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.02.23 16:40:11.060575 [ 366 ] {} TCP-Session: 55ad9605-0978-4661-b10e-40d3aa31ddec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:40:11.060566 [ 358 ] {} TCP-Session: 3219c763-2c42-46e2-8f01-fecb70e6bf5d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:40:11.060364 [ 356 ] {} TCP-Session: 56cdb180-99fa-4f61-a670-e51a234e97b7 Authenticating user 'default' from [fd00:1122:3344:101::e]:65313 2026.02.23 16:40:11.060312 [ 365 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36177 2026.02.23 16:40:11.060648 [ 356 ] {} TCP-Session: 56cdb180-99fa-4f61-a670-e51a234e97b7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:40:11.060289 [ 359 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46278 2026.02.23 16:40:11.060680 [ 356 ] {} TCP-Session: 56cdb180-99fa-4f61-a670-e51a234e97b7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:40:11.060724 [ 365 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:40:11.060277 [ 360 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34286 2026.02.23 16:40:11.060760 [ 365 ] {} TCP-Session: 803e3356-3391-4d97-9206-ddc7df2dafa6 Authenticating user 'default' from [fd00:1122:3344:101::e]:36177 2026.02.23 16:40:11.060345 [ 357 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:40:11.060794 [ 365 ] {} TCP-Session: 803e3356-3391-4d97-9206-ddc7df2dafa6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:40:11.060818 [ 357 ] {} TCP-Session: d75ed9ae-eb1c-4e73-aae2-00ad09ccf301 Authenticating user 'default' from [fd00:1122:3344:101::e]:44316 2026.02.23 16:40:11.060821 [ 360 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:40:11.060830 [ 365 ] {} TCP-Session: 803e3356-3391-4d97-9206-ddc7df2dafa6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:40:11.060846 [ 357 ] {} TCP-Session: d75ed9ae-eb1c-4e73-aae2-00ad09ccf301 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:40:11.060862 [ 360 ] {} TCP-Session: 362ed5ae-755e-4e48-a701-9e3960fb69e0 Authenticating user 'default' from [fd00:1122:3344:101::e]:34286 2026.02.23 16:40:11.060880 [ 357 ] {} TCP-Session: d75ed9ae-eb1c-4e73-aae2-00ad09ccf301 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:40:11.060896 [ 360 ] {} TCP-Session: 362ed5ae-755e-4e48-a701-9e3960fb69e0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:40:11.060845 [ 352 ] {15dc342e-d620-4f22-b2dc-f854c0318534} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.02.23 16:40:11.060920 [ 360 ] {} TCP-Session: 362ed5ae-755e-4e48-a701-9e3960fb69e0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:40:11.060784 [ 359 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:40:11.060988 [ 352 ] {15dc342e-d620-4f22-b2dc-f854c0318534} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.23 16:40:11.060993 [ 359 ] {} TCP-Session: 89c740d5-8143-4ffd-85a1-0b4b02cb5a8d Authenticating user 'default' from [fd00:1122:3344:101::e]:46278 2026.02.23 16:40:11.061016 [ 359 ] {} TCP-Session: 89c740d5-8143-4ffd-85a1-0b4b02cb5a8d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:40:11.061028 [ 359 ] {} TCP-Session: 89c740d5-8143-4ffd-85a1-0b4b02cb5a8d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:40:11.061313 [ 352 ] {15dc342e-d620-4f22-b2dc-f854c0318534} oximeter.version (5b0048b8-9e05-4abf-ab1d-311c7f35e206) (SelectExecutor): Key condition: unknown 2026.02.23 16:40:11.062254 [ 319 ] {15dc342e-d620-4f22-b2dc-f854c0318534} AggregatingTransform: Aggregating 2026.02.23 16:40:11.062288 [ 319 ] {15dc342e-d620-4f22-b2dc-f854c0318534} Aggregator: Aggregation method: without_key 2026.02.23 16:40:11.062322 [ 319 ] {15dc342e-d620-4f22-b2dc-f854c0318534} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000904638 sec. (1105.415 rows/sec., 43.18 KiB/sec.) 2026.02.23 16:40:11.062340 [ 319 ] {15dc342e-d620-4f22-b2dc-f854c0318534} Aggregator: Merging aggregated data 2026.02.23 16:40:11.063654 [ 352 ] {15dc342e-d620-4f22-b2dc-f854c0318534} executeQuery: Read 1 rows, 40.00 B in 0.003165 sec., 315.95576619273305 rows/sec., 12.34 KiB/sec. 2026.02.23 16:40:11.063829 [ 352 ] {15dc342e-d620-4f22-b2dc-f854c0318534} TCPHandler: Processed in 0.003593504 sec. 2026.02.23 16:40:11.064005 [ 352 ] {} TCPHandler: Done processing connection. 2026.02.23 16:40:11.064047 [ 356 ] {} TCPHandler: Done processing connection. 2026.02.23 16:40:11.064071 [ 357 ] {} TCPHandler: Done processing connection. 2026.02.23 16:40:11.064092 [ 366 ] {} TCPHandler: Done processing connection. 2026.02.23 16:40:11.064103 [ 356 ] {} TCP-Session: 56cdb180-99fa-4f61-a670-e51a234e97b7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:40:11.064121 [ 360 ] {} TCPHandler: Done processing connection. 2026.02.23 16:40:11.064140 [ 358 ] {} TCPHandler: Done processing connection. 2026.02.23 16:40:11.064196 [ 364 ] {} TCPHandler: Done processing connection. 2026.02.23 16:40:11.064205 [ 360 ] {} TCP-Session: 362ed5ae-755e-4e48-a701-9e3960fb69e0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:40:11.064204 [ 365 ] {} TCPHandler: Done processing connection. 2026.02.23 16:40:11.064243 [ 364 ] {} TCP-Session: 94365edb-e2f4-4e2f-8cfc-11d39b69b23e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:40:11.064232 [ 358 ] {} TCP-Session: 3219c763-2c42-46e2-8f01-fecb70e6bf5d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:40:11.064273 [ 365 ] {} TCP-Session: 803e3356-3391-4d97-9206-ddc7df2dafa6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:40:11.064157 [ 359 ] {} TCPHandler: Done processing connection. 2026.02.23 16:40:11.064149 [ 366 ] {} TCP-Session: 55ad9605-0978-4661-b10e-40d3aa31ddec Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:40:11.064129 [ 357 ] {} TCP-Session: d75ed9ae-eb1c-4e73-aae2-00ad09ccf301 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:40:11.064365 [ 359 ] {} TCP-Session: 89c740d5-8143-4ffd-85a1-0b4b02cb5a8d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:40:11.064050 [ 352 ] {} TCP-Session: 2a1eaa1e-969c-4e20-8602-f933fd44adbb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:40:11.192546 [ 352 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61156 2026.02.23 16:40:11.192657 [ 352 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:40:11.192684 [ 352 ] {} TCP-Session: 337fca2a-42c5-4294-92b2-767c2a241b61 Authenticating user 'default' from [fd00:1122:3344:101::e]:61156 2026.02.23 16:40:11.192709 [ 352 ] {} TCP-Session: 337fca2a-42c5-4294-92b2-767c2a241b61 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:40:11.192722 [ 352 ] {} TCP-Session: 337fca2a-42c5-4294-92b2-767c2a241b61 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:40:11.192929 [ 356 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59647 2026.02.23 16:40:11.192960 [ 358 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42831 2026.02.23 16:40:11.193011 [ 366 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58346 2026.02.23 16:40:11.192986 [ 365 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56288 2026.02.23 16:40:11.193063 [ 356 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:40:11.192981 [ 364 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60535 2026.02.23 16:40:11.193100 [ 356 ] {} TCP-Session: a11485c6-2a26-4088-9463-7ebd3b22f7fc Authenticating user 'default' from [fd00:1122:3344:101::e]:59647 2026.02.23 16:40:11.193110 [ 352 ] {} TCP-Session: 337fca2a-42c5-4294-92b2-767c2a241b61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:40:11.193129 [ 365 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:40:11.193149 [ 356 ] {} TCP-Session: a11485c6-2a26-4088-9463-7ebd3b22f7fc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:40:11.193116 [ 366 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:40:11.193180 [ 365 ] {} TCP-Session: 7db16bb2-b902-4068-8c54-e7ce9b80905f Authenticating user 'default' from [fd00:1122:3344:101::e]:56288 2026.02.23 16:40:11.193194 [ 364 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:40:11.193217 [ 366 ] {} TCP-Session: cb32c565-6174-4516-b379-8d16f5619867 Authenticating user 'default' from [fd00:1122:3344:101::e]:58346 2026.02.23 16:40:11.193223 [ 365 ] {} TCP-Session: 7db16bb2-b902-4068-8c54-e7ce9b80905f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:40:11.193246 [ 364 ] {} TCP-Session: 6c1a122d-aeeb-4399-a939-ea70480ed202 Authenticating user 'default' from [fd00:1122:3344:101::e]:60535 2026.02.23 16:40:11.193262 [ 365 ] {} TCP-Session: 7db16bb2-b902-4068-8c54-e7ce9b80905f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:40:11.193288 [ 364 ] {} TCP-Session: 6c1a122d-aeeb-4399-a939-ea70480ed202 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:40:11.193252 [ 366 ] {} TCP-Session: cb32c565-6174-4516-b379-8d16f5619867 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:40:11.193310 [ 352 ] {07077365-bc95-4a8b-9ca1-9f85879b7fee} executeQuery: (from [fd00:1122:3344:101::e]:61156) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.02.23 16:40:11.193332 [ 366 ] {} TCP-Session: cb32c565-6174-4516-b379-8d16f5619867 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:40:11.193315 [ 364 ] {} TCP-Session: 6c1a122d-aeeb-4399-a939-ea70480ed202 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:40:11.193100 [ 358 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:40:11.193180 [ 356 ] {} TCP-Session: a11485c6-2a26-4088-9463-7ebd3b22f7fc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:40:11.192961 [ 359 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43315 2026.02.23 16:40:11.193441 [ 358 ] {} TCP-Session: 5e0d1264-1749-4d88-ae49-9b58cbafc2d1 Authenticating user 'default' from [fd00:1122:3344:101::e]:42831 2026.02.23 16:40:11.192948 [ 357 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45209 2026.02.23 16:40:11.193521 [ 358 ] {} TCP-Session: 5e0d1264-1749-4d88-ae49-9b58cbafc2d1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:40:11.193537 [ 359 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:40:11.193561 [ 358 ] {} TCP-Session: 5e0d1264-1749-4d88-ae49-9b58cbafc2d1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:40:11.193587 [ 359 ] {} TCP-Session: 5daff0fa-6337-4b01-b002-dffb9a1593c5 Authenticating user 'default' from [fd00:1122:3344:101::e]:43315 2026.02.23 16:40:11.193604 [ 357 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:40:11.193625 [ 359 ] {} TCP-Session: 5daff0fa-6337-4b01-b002-dffb9a1593c5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:40:11.192965 [ 360 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47015 2026.02.23 16:40:11.193657 [ 359 ] {} TCP-Session: 5daff0fa-6337-4b01-b002-dffb9a1593c5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:40:11.193669 [ 352 ] {07077365-bc95-4a8b-9ca1-9f85879b7fee} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.02.23 16:40:11.193649 [ 357 ] {} TCP-Session: fd9c06ff-4f56-4b64-b302-ecb460aee0cb Authenticating user 'default' from [fd00:1122:3344:101::e]:45209 2026.02.23 16:40:11.193734 [ 360 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:40:11.193749 [ 357 ] {} TCP-Session: fd9c06ff-4f56-4b64-b302-ecb460aee0cb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:40:11.193763 [ 352 ] {07077365-bc95-4a8b-9ca1-9f85879b7fee} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.23 16:40:11.193770 [ 360 ] {} TCP-Session: 1c4f5e12-e816-4888-a602-37cd7df47906 Authenticating user 'default' from [fd00:1122:3344:101::e]:47015 2026.02.23 16:40:11.193784 [ 357 ] {} TCP-Session: fd9c06ff-4f56-4b64-b302-ecb460aee0cb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:40:11.193821 [ 360 ] {} TCP-Session: 1c4f5e12-e816-4888-a602-37cd7df47906 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:40:11.193845 [ 360 ] {} TCP-Session: 1c4f5e12-e816-4888-a602-37cd7df47906 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:40:11.194131 [ 352 ] {07077365-bc95-4a8b-9ca1-9f85879b7fee} oximeter.version (5b0048b8-9e05-4abf-ab1d-311c7f35e206) (SelectExecutor): Key condition: unknown 2026.02.23 16:40:11.195171 [ 319 ] {07077365-bc95-4a8b-9ca1-9f85879b7fee} AggregatingTransform: Aggregating 2026.02.23 16:40:11.195212 [ 319 ] {07077365-bc95-4a8b-9ca1-9f85879b7fee} Aggregator: Aggregation method: without_key 2026.02.23 16:40:11.195246 [ 319 ] {07077365-bc95-4a8b-9ca1-9f85879b7fee} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.00100615 sec. (993.888 rows/sec., 38.82 KiB/sec.) 2026.02.23 16:40:11.195265 [ 319 ] {07077365-bc95-4a8b-9ca1-9f85879b7fee} Aggregator: Merging aggregated data 2026.02.23 16:40:11.197290 [ 352 ] {07077365-bc95-4a8b-9ca1-9f85879b7fee} executeQuery: Read 1 rows, 40.00 B in 0.004038 sec., 247.64735017335315 rows/sec., 9.67 KiB/sec. 2026.02.23 16:40:11.197490 [ 352 ] {07077365-bc95-4a8b-9ca1-9f85879b7fee} TCPHandler: Processed in 0.004502503 sec. 2026.02.23 16:40:11.197654 [ 356 ] {} TCPHandler: Done processing connection. 2026.02.23 16:40:11.197704 [ 366 ] {} TCPHandler: Done processing connection. 2026.02.23 16:40:11.197739 [ 359 ] {} TCPHandler: Done processing connection. 2026.02.23 16:40:11.197760 [ 366 ] {} TCP-Session: cb32c565-6174-4516-b379-8d16f5619867 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:40:11.197765 [ 365 ] {} TCPHandler: Done processing connection. 2026.02.23 16:40:11.197775 [ 359 ] {} TCP-Session: 5daff0fa-6337-4b01-b002-dffb9a1593c5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:40:11.197796 [ 360 ] {} TCPHandler: Done processing connection. 2026.02.23 16:40:11.197824 [ 358 ] {} TCPHandler: Done processing connection. 2026.02.23 16:40:11.197849 [ 357 ] {} TCPHandler: Done processing connection. 2026.02.23 16:40:11.197870 [ 364 ] {} TCPHandler: Done processing connection. 2026.02.23 16:40:11.197895 [ 358 ] {} TCP-Session: 5e0d1264-1749-4d88-ae49-9b58cbafc2d1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:40:11.197911 [ 357 ] {} TCP-Session: fd9c06ff-4f56-4b64-b302-ecb460aee0cb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:40:11.197929 [ 364 ] {} TCP-Session: 6c1a122d-aeeb-4399-a939-ea70480ed202 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:40:11.197888 [ 352 ] {} TCPHandler: Done processing connection. 2026.02.23 16:40:11.197813 [ 365 ] {} TCP-Session: 7db16bb2-b902-4068-8c54-e7ce9b80905f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:40:11.198013 [ 352 ] {} TCP-Session: 337fca2a-42c5-4294-92b2-767c2a241b61 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:40:11.197863 [ 360 ] {} TCP-Session: 1c4f5e12-e816-4888-a602-37cd7df47906 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:40:11.197706 [ 356 ] {} TCP-Session: a11485c6-2a26-4088-9463-7ebd3b22f7fc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:40:12.573524 [ 38 ] {} DNSResolver: Updating DNS cache 2026.02.23 16:40:12.573589 [ 38 ] {} DNSResolver: Updated DNS cache 2026.02.23 16:40:12.756487 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 34552 2026.02.23 16:40:12.757036 [ 244 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:40:12.757086 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. 2026.02.23 16:40:12.757563 [ 244 ] {} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2026.02.23 16:40:12.757791 [ 244 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:40:12.757944 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 34552 2026.02.23 16:40:12.866279 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 1846 2026.02.23 16:40:12.868734 [ 242 ] {} system.query_log (b83b341e-dbaf-448e-9582-20b3e6cd291d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:40:12.868794 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. 2026.02.23 16:40:12.870041 [ 242 ] {} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2026.02.23 16:40:12.870325 [ 242 ] {} system.query_log (b83b341e-dbaf-448e-9582-20b3e6cd291d): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:40:12.870697 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1846 2026.02.23 16:40:14.205540 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:40:14.205786 [ 278 ] {4faeee2f-6666-44d6-967c-57698a016a05} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.23 16:40:14.205876 [ 278 ] {4faeee2f-6666-44d6-967c-57698a016a05} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.23 16:40:14.206524 [ 278 ] {4faeee2f-6666-44d6-967c-57698a016a05} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:40:14.206564 [ 278 ] {4faeee2f-6666-44d6-967c-57698a016a05} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. 2026.02.23 16:40:14.206946 [ 278 ] {4faeee2f-6666-44d6-967c-57698a016a05} MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) 2026.02.23 16:40:14.207164 [ 278 ] {4faeee2f-6666-44d6-967c-57698a016a05} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:40:14.207314 [ 278 ] {4faeee2f-6666-44d6-967c-57698a016a05} executeQuery: Read 76 rows, 6.41 KiB in 0.001598 sec., 47559.449311639546 rows/sec., 3.92 MiB/sec. 2026.02.23 16:40:14.207355 [ 278 ] {4faeee2f-6666-44d6-967c-57698a016a05} TCPHandler: Processed in 0.00197903 sec. 2026.02.23 16:40:14.207476 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:40:14.207570 [ 278 ] {3d8bfee5-a084-41a2-89db-b3dd80d1af95} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.23 16:40:14.207609 [ 278 ] {3d8bfee5-a084-41a2-89db-b3dd80d1af95} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.23 16:40:14.208002 [ 278 ] {3d8bfee5-a084-41a2-89db-b3dd80d1af95} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:40:14.208037 [ 278 ] {3d8bfee5-a084-41a2-89db-b3dd80d1af95} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. 2026.02.23 16:40:14.208320 [ 278 ] {3d8bfee5-a084-41a2-89db-b3dd80d1af95} MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) 2026.02.23 16:40:14.208526 [ 278 ] {3d8bfee5-a084-41a2-89db-b3dd80d1af95} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:40:14.208652 [ 278 ] {3d8bfee5-a084-41a2-89db-b3dd80d1af95} executeQuery: Read 10 rows, 770.00 B in 0.001101 sec., 9082.652134423251 rows/sec., 682.97 KiB/sec. 2026.02.23 16:40:14.208689 [ 278 ] {3d8bfee5-a084-41a2-89db-b3dd80d1af95} TCPHandler: Processed in 0.001261346 sec. 2026.02.23 16:40:14.208796 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:40:14.208888 [ 278 ] {eaef08cb-dcff-4b00-bcd3-2e567a1c98e7} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.23 16:40:14.208926 [ 278 ] {eaef08cb-dcff-4b00-bcd3-2e567a1c98e7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.23 16:40:14.209334 [ 278 ] {eaef08cb-dcff-4b00-bcd3-2e567a1c98e7} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:40:14.209369 [ 278 ] {eaef08cb-dcff-4b00-bcd3-2e567a1c98e7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. 2026.02.23 16:40:14.209657 [ 278 ] {eaef08cb-dcff-4b00-bcd3-2e567a1c98e7} MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) 2026.02.23 16:40:14.209859 [ 278 ] {eaef08cb-dcff-4b00-bcd3-2e567a1c98e7} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:40:14.209981 [ 278 ] {eaef08cb-dcff-4b00-bcd3-2e567a1c98e7} executeQuery: Read 74 rows, 5.92 KiB in 0.001109 sec., 66726.78088367899 rows/sec., 5.21 MiB/sec. 2026.02.23 16:40:14.210017 [ 278 ] {eaef08cb-dcff-4b00-bcd3-2e567a1c98e7} TCPHandler: Processed in 0.001268276 sec. 2026.02.23 16:40:14.210127 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:40:14.210219 [ 278 ] {6d48eca0-9087-4f08-a81b-a44e7f1271dc} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.23 16:40:14.210261 [ 278 ] {6d48eca0-9087-4f08-a81b-a44e7f1271dc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.23 16:40:14.210660 [ 278 ] {6d48eca0-9087-4f08-a81b-a44e7f1271dc} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:40:14.210695 [ 278 ] {6d48eca0-9087-4f08-a81b-a44e7f1271dc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. 2026.02.23 16:40:14.211014 [ 278 ] {6d48eca0-9087-4f08-a81b-a44e7f1271dc} MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) 2026.02.23 16:40:14.211217 [ 278 ] {6d48eca0-9087-4f08-a81b-a44e7f1271dc} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:40:14.211341 [ 278 ] {6d48eca0-9087-4f08-a81b-a44e7f1271dc} executeQuery: Read 160 rows, 11.41 KiB in 0.00114 sec., 140350.87719298247 rows/sec., 9.78 MiB/sec. 2026.02.23 16:40:14.211376 [ 278 ] {6d48eca0-9087-4f08-a81b-a44e7f1271dc} TCPHandler: Processed in 0.001296437 sec. 2026.02.23 16:40:14.211475 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:40:14.211567 [ 278 ] {2b3e6696-9750-4b0f-bc41-0c7c31a381d3} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.23 16:40:14.211619 [ 278 ] {2b3e6696-9750-4b0f-bc41-0c7c31a381d3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.23 16:40:14.212380 [ 278 ] {2b3e6696-9750-4b0f-bc41-0c7c31a381d3} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:40:14.212415 [ 278 ] {2b3e6696-9750-4b0f-bc41-0c7c31a381d3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. 2026.02.23 16:40:14.212914 [ 278 ] {2b3e6696-9750-4b0f-bc41-0c7c31a381d3} MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) 2026.02.23 16:40:14.213134 [ 278 ] {2b3e6696-9750-4b0f-bc41-0c7c31a381d3} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:40:14.213273 [ 278 ] {2b3e6696-9750-4b0f-bc41-0c7c31a381d3} executeQuery: Read 10 rows, 18.35 KiB in 0.001724 sec., 5800.46403712297 rows/sec., 10.39 MiB/sec. 2026.02.23 16:40:14.213327 [ 278 ] {2b3e6696-9750-4b0f-bc41-0c7c31a381d3} TCPHandler: Processed in 0.001899919 sec. 2026.02.23 16:40:14.213435 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:40:14.213528 [ 278 ] {838ed803-dfb8-408a-b772-06c6d150c671} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.23 16:40:14.213568 [ 278 ] {838ed803-dfb8-408a-b772-06c6d150c671} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.23 16:40:14.213899 [ 278 ] {838ed803-dfb8-408a-b772-06c6d150c671} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:40:14.213934 [ 278 ] {838ed803-dfb8-408a-b772-06c6d150c671} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. 2026.02.23 16:40:14.214225 [ 278 ] {838ed803-dfb8-408a-b772-06c6d150c671} MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) 2026.02.23 16:40:14.214423 [ 278 ] {838ed803-dfb8-408a-b772-06c6d150c671} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:40:14.214545 [ 278 ] {838ed803-dfb8-408a-b772-06c6d150c671} executeQuery: Read 60 rows, 4.14 KiB in 0.001035 sec., 57971.01449275363 rows/sec., 3.91 MiB/sec. 2026.02.23 16:40:14.214579 [ 278 ] {838ed803-dfb8-408a-b772-06c6d150c671} TCPHandler: Processed in 0.001192145 sec. 2026.02.23 16:40:14.596183 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 542 2026.02.23 16:40:14.612011 [ 243 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:40:14.612066 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. 2026.02.23 16:40:14.617804 [ 243 ] {} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2026.02.23 16:40:14.618510 [ 243 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:40:14.621336 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 542 2026.02.23 16:40:16.010197 [ 225 ] {} oximeter.fields_i16 (91b3829e-2a99-49e1-955c-43ffdc3fb409): Found 5 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] 2026.02.23 16:40:16.010255 [ 225 ] {} oximeter.fields_i16 (91b3829e-2a99-49e1-955c-43ffdc3fb409): Removing 5 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] 2026.02.23 16:40:16.012571 [ 225 ] {} oximeter.fields_i16 (91b3829e-2a99-49e1-955c-43ffdc3fb409): Removing 5 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] 2026.02.23 16:40:16.060825 [ 221 ] {} oximeter.fields_u8 (bee44bc4-3670-4879-9501-74bd8c0c3792): Found 5 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] 2026.02.23 16:40:16.060874 [ 221 ] {} oximeter.fields_u8 (bee44bc4-3670-4879-9501-74bd8c0c3792): Removing 5 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] 2026.02.23 16:40:16.063420 [ 221 ] {} oximeter.fields_u8 (bee44bc4-3670-4879-9501-74bd8c0c3792): Removing 5 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] 2026.02.23 16:40:16.580882 [ 222 ] {} oximeter.fields_u32 (3630ead0-c5da-4e23-a9d2-59d0589dc119): 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.02.23 16:40:16.580967 [ 222 ] {} oximeter.fields_u32 (3630ead0-c5da-4e23-a9d2-59d0589dc119): 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.02.23 16:40:16.584043 [ 222 ] {} oximeter.fields_u32 (3630ead0-c5da-4e23-a9d2-59d0589dc119): 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.02.23 16:40:17.694359 [ 224 ] {} oximeter.measurements_f64 (97dc9cb4-ce5b-499b-8326-a1427ee1bb47): 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.02.23 16:40:17.694438 [ 224 ] {} oximeter.measurements_f64 (97dc9cb4-ce5b-499b-8326-a1427ee1bb47): 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.02.23 16:40:17.697525 [ 224 ] {} oximeter.measurements_f64 (97dc9cb4-ce5b-499b-8326-a1427ee1bb47): 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.02.23 16:40:19.234538 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:40:19.234776 [ 278 ] {6d75cf58-7251-4a64-80ac-3999630069bd} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.02.23 16:40:19.234853 [ 278 ] {6d75cf58-7251-4a64-80ac-3999630069bd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.02.23 16:40:19.235588 [ 278 ] {6d75cf58-7251-4a64-80ac-3999630069bd} oximeter.fields_i16 (91b3829e-2a99-49e1-955c-43ffdc3fb409): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:40:19.235635 [ 278 ] {6d75cf58-7251-4a64-80ac-3999630069bd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. 2026.02.23 16:40:19.236007 [ 278 ] {6d75cf58-7251-4a64-80ac-3999630069bd} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.02.23 16:40:19.236224 [ 278 ] {6d75cf58-7251-4a64-80ac-3999630069bd} oximeter.fields_i16 (91b3829e-2a99-49e1-955c-43ffdc3fb409): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:40:19.236369 [ 278 ] {6d75cf58-7251-4a64-80ac-3999630069bd} executeQuery: Read 24 rows, 2.04 KiB in 0.001651 sec., 14536.644457904302 rows/sec., 1.21 MiB/sec. 2026.02.23 16:40:19.236412 [ 278 ] {6d75cf58-7251-4a64-80ac-3999630069bd} TCPHandler: Processed in 0.002018651 sec. 2026.02.23 16:40:19.236553 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:40:19.236655 [ 278 ] {730693df-dc9d-45f5-8548-d0f15ed0e7ee} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.02.23 16:40:19.236696 [ 278 ] {730693df-dc9d-45f5-8548-d0f15ed0e7ee} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.02.23 16:40:19.237120 [ 278 ] {730693df-dc9d-45f5-8548-d0f15ed0e7ee} oximeter.fields_ipaddr (aca7842a-9245-4e3c-8c67-e3828bf88048): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:40:19.237156 [ 278 ] {730693df-dc9d-45f5-8548-d0f15ed0e7ee} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. 2026.02.23 16:40:19.237457 [ 278 ] {730693df-dc9d-45f5-8548-d0f15ed0e7ee} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.02.23 16:40:19.237666 [ 278 ] {730693df-dc9d-45f5-8548-d0f15ed0e7ee} oximeter.fields_ipaddr (aca7842a-9245-4e3c-8c67-e3828bf88048): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:40:19.237795 [ 278 ] {730693df-dc9d-45f5-8548-d0f15ed0e7ee} executeQuery: Read 6 rows, 501.00 B in 0.00116 sec., 5172.413793103448 rows/sec., 421.77 KiB/sec. 2026.02.23 16:40:19.237835 [ 278 ] {730693df-dc9d-45f5-8548-d0f15ed0e7ee} TCPHandler: Processed in 0.001330388 sec. 2026.02.23 16:40:19.237949 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:40:19.238043 [ 278 ] {8336c338-432c-4f52-986b-32f69b181ac3} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.23 16:40:19.238081 [ 278 ] {8336c338-432c-4f52-986b-32f69b181ac3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.23 16:40:19.239296 [ 278 ] {8336c338-432c-4f52-986b-32f69b181ac3} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:40:19.239340 [ 278 ] {8336c338-432c-4f52-986b-32f69b181ac3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. 2026.02.23 16:40:19.239723 [ 278 ] {8336c338-432c-4f52-986b-32f69b181ac3} MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) 2026.02.23 16:40:19.239927 [ 278 ] {8336c338-432c-4f52-986b-32f69b181ac3} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:40:19.240056 [ 278 ] {8336c338-432c-4f52-986b-32f69b181ac3} executeQuery: Read 1384 rows, 118.81 KiB in 0.002031 sec., 681437.7154111275 rows/sec., 57.13 MiB/sec. 2026.02.23 16:40:19.240057 [ 66 ] {} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 2026.02.23 16:40:19.240097 [ 278 ] {8336c338-432c-4f52-986b-32f69b181ac3} TCPHandler: Processed in 0.002195915 sec. 2026.02.23 16:40:19.240141 [ 66 ] {} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:40:19.240172 [ 66 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. 2026.02.23 16:40:19.240240 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:40:19.240303 [ 192 ] {6ae9402f-5c38-443c-a059-a44bca03d636::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.02.23 16:40:19.240341 [ 278 ] {e894506b-77b4-44fe-a1a6-761779861743} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.23 16:40:19.240388 [ 278 ] {e894506b-77b4-44fe-a1a6-761779861743} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.23 16:40:19.240458 [ 192 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_106_21} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:40:19.240500 [ 192 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 2157 rows starting from the beginning of the part 2026.02.23 16:40:19.240577 [ 192 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 120 rows starting from the beginning of the part 2026.02.23 16:40:19.240631 [ 192 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 78 rows starting from the beginning of the part 2026.02.23 16:40:19.240680 [ 192 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 120 rows starting from the beginning of the part 2026.02.23 16:40:19.240722 [ 192 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 76 rows starting from the beginning of the part 2026.02.23 16:40:19.240769 [ 192 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 1384 rows starting from the beginning of the part 2026.02.23 16:40:19.240815 [ 278 ] {e894506b-77b4-44fe-a1a6-761779861743} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:40:19.240855 [ 278 ] {e894506b-77b4-44fe-a1a6-761779861743} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. 2026.02.23 16:40:19.241193 [ 278 ] {e894506b-77b4-44fe-a1a6-761779861743} MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) 2026.02.23 16:40:19.241407 [ 278 ] {e894506b-77b4-44fe-a1a6-761779861743} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:40:19.241543 [ 278 ] {e894506b-77b4-44fe-a1a6-761779861743} executeQuery: Read 50 rows, 3.79 KiB in 0.00122 sec., 40983.606557377054 rows/sec., 3.03 MiB/sec. 2026.02.23 16:40:19.241583 [ 278 ] {e894506b-77b4-44fe-a1a6-761779861743} TCPHandler: Processed in 0.001400839 sec. 2026.02.23 16:40:19.241691 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:40:19.241784 [ 278 ] {9b7baef3-37c8-4bcf-b61f-1c17a4ef49ec} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.02.23 16:40:19.241825 [ 278 ] {9b7baef3-37c8-4bcf-b61f-1c17a4ef49ec} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.02.23 16:40:19.242321 [ 278 ] {9b7baef3-37c8-4bcf-b61f-1c17a4ef49ec} oximeter.fields_u32 (3630ead0-c5da-4e23-a9d2-59d0589dc119): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:40:19.242336 [ 194 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_106_21} MergeTask::MergeProjectionsStage: Merge sorted 3935 rows, containing 5 columns (5 merged, 0 gathered) in 0.002094023 sec., 1879157.965313657 rows/sec., 163.05 MiB/sec. 2026.02.23 16:40:19.242358 [ 278 ] {9b7baef3-37c8-4bcf-b61f-1c17a4ef49ec} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. 2026.02.23 16:40:19.242679 [ 189 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_106_21} MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) 2026.02.23 16:40:19.242686 [ 278 ] {9b7baef3-37c8-4bcf-b61f-1c17a4ef49ec} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.02.23 16:40:19.242980 [ 278 ] {9b7baef3-37c8-4bcf-b61f-1c17a4ef49ec} oximeter.fields_u32 (3630ead0-c5da-4e23-a9d2-59d0589dc119): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:40:19.243101 [ 189 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_106_21} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:40:19.243167 [ 278 ] {9b7baef3-37c8-4bcf-b61f-1c17a4ef49ec} executeQuery: Read 253 rows, 17.91 KiB in 0.001398 sec., 180972.8183118741 rows/sec., 12.51 MiB/sec. 2026.02.23 16:40:19.243196 [ 189 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_106_21} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 2026.02.23 16:40:19.243223 [ 278 ] {9b7baef3-37c8-4bcf-b61f-1c17a4ef49ec} TCPHandler: Processed in 0.001580393 sec. 2026.02.23 16:40:19.243299 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.97 MiB. 2026.02.23 16:40:19.243357 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:40:19.243474 [ 278 ] {001d17bb-8c26-400b-8a62-32d22b9c376a} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.02.23 16:40:19.243521 [ 278 ] {001d17bb-8c26-400b-8a62-32d22b9c376a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.02.23 16:40:19.243991 [ 278 ] {001d17bb-8c26-400b-8a62-32d22b9c376a} oximeter.fields_u8 (bee44bc4-3670-4879-9501-74bd8c0c3792): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:40:19.244027 [ 278 ] {001d17bb-8c26-400b-8a62-32d22b9c376a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. 2026.02.23 16:40:19.244321 [ 278 ] {001d17bb-8c26-400b-8a62-32d22b9c376a} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.02.23 16:40:19.244542 [ 278 ] {001d17bb-8c26-400b-8a62-32d22b9c376a} oximeter.fields_u8 (bee44bc4-3670-4879-9501-74bd8c0c3792): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:40:19.244667 [ 278 ] {001d17bb-8c26-400b-8a62-32d22b9c376a} executeQuery: Read 12 rows, 960.00 B in 0.001217 sec., 9860.312243221035 rows/sec., 770.34 KiB/sec. 2026.02.23 16:40:19.244705 [ 278 ] {001d17bb-8c26-400b-8a62-32d22b9c376a} TCPHandler: Processed in 0.001405369 sec. 2026.02.23 16:40:19.244812 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:40:19.244904 [ 278 ] {55b0ec73-b4f7-4d20-ba8a-e92ae120334c} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.23 16:40:19.244944 [ 278 ] {55b0ec73-b4f7-4d20-ba8a-e92ae120334c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.23 16:40:19.245582 [ 278 ] {55b0ec73-b4f7-4d20-ba8a-e92ae120334c} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:40:19.245618 [ 278 ] {55b0ec73-b4f7-4d20-ba8a-e92ae120334c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. 2026.02.23 16:40:19.245935 [ 278 ] {55b0ec73-b4f7-4d20-ba8a-e92ae120334c} MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) 2026.02.23 16:40:19.246132 [ 278 ] {55b0ec73-b4f7-4d20-ba8a-e92ae120334c} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:40:19.246250 [ 62 ] {} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 2026.02.23 16:40:19.246258 [ 278 ] {55b0ec73-b4f7-4d20-ba8a-e92ae120334c} executeQuery: Read 594 rows, 45.71 KiB in 0.001372 sec., 432944.60641399416 rows/sec., 32.54 MiB/sec. 2026.02.23 16:40:19.246295 [ 62 ] {} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:40:19.246317 [ 278 ] {55b0ec73-b4f7-4d20-ba8a-e92ae120334c} TCPHandler: Processed in 0.001552622 sec. 2026.02.23 16:40:19.246320 [ 62 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. 2026.02.23 16:40:19.246416 [ 192 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::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.02.23 16:40:19.246435 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:40:19.246530 [ 192 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_106_21} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:40:19.246538 [ 278 ] {a8c4410f-4ba9-433a-8b9d-ab5f2a9d00d2} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.23 16:40:19.246566 [ 192 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 1066 rows starting from the beginning of the part 2026.02.23 16:40:19.246594 [ 278 ] {a8c4410f-4ba9-433a-8b9d-ab5f2a9d00d2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.23 16:40:19.246625 [ 192 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 96 rows starting from the beginning of the part 2026.02.23 16:40:19.246673 [ 192 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 78 rows starting from the beginning of the part 2026.02.23 16:40:19.246713 [ 192 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 96 rows starting from the beginning of the part 2026.02.23 16:40:19.246752 [ 192 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 74 rows starting from the beginning of the part 2026.02.23 16:40:19.246794 [ 192 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 594 rows starting from the beginning of the part 2026.02.23 16:40:19.247193 [ 278 ] {a8c4410f-4ba9-433a-8b9d-ab5f2a9d00d2} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:40:19.247233 [ 278 ] {a8c4410f-4ba9-433a-8b9d-ab5f2a9d00d2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. 2026.02.23 16:40:19.247601 [ 278 ] {a8c4410f-4ba9-433a-8b9d-ab5f2a9d00d2} MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) 2026.02.23 16:40:19.247743 [ 194 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_106_21} MergeTask::MergeProjectionsStage: Merge sorted 2004 rows, containing 5 columns (5 merged, 0 gathered) in 0.001362298 sec., 1471043.7804357049 rows/sec., 115.11 MiB/sec. 2026.02.23 16:40:19.247804 [ 278 ] {a8c4410f-4ba9-433a-8b9d-ab5f2a9d00d2} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:40:19.247923 [ 62 ] {} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 2026.02.23 16:40:19.247934 [ 278 ] {a8c4410f-4ba9-433a-8b9d-ab5f2a9d00d2} executeQuery: Read 883 rows, 61.37 KiB in 0.001414 sec., 624469.5898161245 rows/sec., 42.38 MiB/sec. 2026.02.23 16:40:19.247962 [ 62 ] {} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:40:19.247981 [ 194 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_106_21} MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) 2026.02.23 16:40:19.247990 [ 62 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. 2026.02.23 16:40:19.247984 [ 278 ] {a8c4410f-4ba9-433a-8b9d-ab5f2a9d00d2} TCPHandler: Processed in 0.001596402 sec. 2026.02.23 16:40:19.248111 [ 197 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::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.02.23 16:40:19.248120 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:40:19.248240 [ 278 ] {afa521e3-c7b6-4096-aff3-41f82cb83fb7} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.02.23 16:40:19.248246 [ 197 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_106_21} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:40:19.248300 [ 278 ] {afa521e3-c7b6-4096-aff3-41f82cb83fb7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.02.23 16:40:19.248307 [ 197 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_106_21} MergeTreeSequentialSource: Reading 5 marks from part all_1_101_20, total 30886 rows starting from the beginning of the part 2026.02.23 16:40:19.248341 [ 194 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_106_21} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:40:19.248395 [ 197 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 160 rows starting from the beginning of the part 2026.02.23 16:40:19.248441 [ 194 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_106_21} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 2026.02.23 16:40:19.248454 [ 197 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 162 rows starting from the beginning of the part 2026.02.23 16:40:19.248513 [ 197 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 160 rows starting from the beginning of the part 2026.02.23 16:40:19.248568 [ 197 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 160 rows starting from the beginning of the part 2026.02.23 16:40:19.248570 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.59 MiB. 2026.02.23 16:40:19.248620 [ 278 ] {afa521e3-c7b6-4096-aff3-41f82cb83fb7} oximeter.measurements_f64 (97dc9cb4-ce5b-499b-8326-a1427ee1bb47): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:40:19.248650 [ 197 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 883 rows starting from the beginning of the part 2026.02.23 16:40:19.248661 [ 278 ] {afa521e3-c7b6-4096-aff3-41f82cb83fb7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. 2026.02.23 16:40:19.248987 [ 278 ] {afa521e3-c7b6-4096-aff3-41f82cb83fb7} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.02.23 16:40:19.249208 [ 278 ] {afa521e3-c7b6-4096-aff3-41f82cb83fb7} oximeter.measurements_f64 (97dc9cb4-ce5b-499b-8326-a1427ee1bb47): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:40:19.249337 [ 278 ] {afa521e3-c7b6-4096-aff3-41f82cb83fb7} executeQuery: Read 1 rows, 65.00 B in 0.001114 sec., 897.6660682226212 rows/sec., 56.98 KiB/sec. 2026.02.23 16:40:19.249373 [ 278 ] {afa521e3-c7b6-4096-aff3-41f82cb83fb7} TCPHandler: Processed in 0.001299967 sec. 2026.02.23 16:40:19.249492 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:40:19.249583 [ 278 ] {b3586402-bb3e-4535-a594-d4318356d533} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.23 16:40:19.249634 [ 278 ] {b3586402-bb3e-4535-a594-d4318356d533} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.23 16:40:19.250487 [ 278 ] {b3586402-bb3e-4535-a594-d4318356d533} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:40:19.250523 [ 278 ] {b3586402-bb3e-4535-a594-d4318356d533} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. 2026.02.23 16:40:19.251089 [ 278 ] {b3586402-bb3e-4535-a594-d4318356d533} MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) 2026.02.23 16:40:19.251309 [ 278 ] {b3586402-bb3e-4535-a594-d4318356d533} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:40:19.251444 [ 278 ] {b3586402-bb3e-4535-a594-d4318356d533} executeQuery: Read 32 rows, 58.72 KiB in 0.001879 sec., 17030.33528472592 rows/sec., 30.52 MiB/sec. 2026.02.23 16:40:19.251497 [ 278 ] {b3586402-bb3e-4535-a594-d4318356d533} TCPHandler: Processed in 0.002052343 sec. 2026.02.23 16:40:19.251617 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:40:19.251709 [ 278 ] {6b3ce252-1329-4282-a480-654b60fe5d3f} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.23 16:40:19.251750 [ 278 ] {6b3ce252-1329-4282-a480-654b60fe5d3f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.23 16:40:19.252098 [ 278 ] {6b3ce252-1329-4282-a480-654b60fe5d3f} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:40:19.252134 [ 278 ] {6b3ce252-1329-4282-a480-654b60fe5d3f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. 2026.02.23 16:40:19.252426 [ 278 ] {6b3ce252-1329-4282-a480-654b60fe5d3f} MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) 2026.02.23 16:40:19.252631 [ 278 ] {6b3ce252-1329-4282-a480-654b60fe5d3f} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:40:19.252756 [ 278 ] {6b3ce252-1329-4282-a480-654b60fe5d3f} executeQuery: Read 60 rows, 4.14 KiB in 0.001065 sec., 56338.028169014084 rows/sec., 3.80 MiB/sec. 2026.02.23 16:40:19.252768 [ 62 ] {} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 2026.02.23 16:40:19.252792 [ 278 ] {6b3ce252-1329-4282-a480-654b60fe5d3f} TCPHandler: Processed in 0.001222285 sec. 2026.02.23 16:40:19.252804 [ 62 ] {} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:40:19.252831 [ 62 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. 2026.02.23 16:40:19.252914 [ 186 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::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.02.23 16:40:19.253030 [ 186 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_106_21} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:40:19.253060 [ 186 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 6150 rows starting from the beginning of the part 2026.02.23 16:40:19.253121 [ 186 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::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.02.23 16:40:19.253163 [ 186 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::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.02.23 16:40:19.253203 [ 186 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::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.02.23 16:40:19.253242 [ 186 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::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.02.23 16:40:19.253281 [ 186 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::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.02.23 16:40:19.254957 [ 190 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_106_21} MergeTask::MergeProjectionsStage: Merge sorted 32411 rows, containing 5 columns (5 merged, 0 gathered) in 0.006892542 sec., 4702328.981092897 rows/sec., 320.75 MiB/sec. 2026.02.23 16:40:19.255419 [ 186 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_106_21} MergeTask::MergeProjectionsStage: Merge sorted 6450 rows, containing 4 columns (4 merged, 0 gathered) in 0.002545922 sec., 2533463.3189862063 rows/sec., 167.25 MiB/sec. 2026.02.23 16:40:19.255525 [ 192 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_106_21} MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) 2026.02.23 16:40:19.255787 [ 186 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_106_21} MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) 2026.02.23 16:40:19.255809 [ 192 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_106_21} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:40:19.255899 [ 192 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_106_21} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 2026.02.23 16:40:19.255993 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.27 MiB. 2026.02.23 16:40:19.256060 [ 186 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_106_21} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:40:19.256129 [ 186 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_106_21} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 2026.02.23 16:40:19.256195 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.21 MiB. 2026.02.23 16:40:20.259052 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 35064 2026.02.23 16:40:20.259574 [ 244 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:40:20.259622 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. 2026.02.23 16:40:20.260112 [ 244 ] {} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2026.02.23 16:40:20.260342 [ 244 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:40:20.260495 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 35064 2026.02.23 16:40:22.003539 [ 220 ] {} system.query_log (b83b341e-dbaf-448e-9582-20b3e6cd291d): 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.02.23 16:40:22.003617 [ 220 ] {} system.query_log (b83b341e-dbaf-448e-9582-20b3e6cd291d): 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.02.23 16:40:22.006305 [ 220 ] {} system.query_log (b83b341e-dbaf-448e-9582-20b3e6cd291d): 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.02.23 16:40:22.122363 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 550 2026.02.23 16:40:22.139666 [ 243 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:40:22.139735 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. 2026.02.23 16:40:22.145795 [ 243 ] {} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2026.02.23 16:40:22.146502 [ 243 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:40:22.149402 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 550 2026.02.23 16:40:22.871857 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1880 2026.02.23 16:40:22.874277 [ 242 ] {} system.query_log (b83b341e-dbaf-448e-9582-20b3e6cd291d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:40:22.874410 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. 2026.02.23 16:40:22.875663 [ 242 ] {} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2026.02.23 16:40:22.875949 [ 242 ] {} system.query_log (b83b341e-dbaf-448e-9582-20b3e6cd291d): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:40:22.876340 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1880 2026.02.23 16:40:24.205051 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:40:24.205233 [ 278 ] {7872af64-4e5f-4eba-b648-f281d911cd27} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.23 16:40:24.205297 [ 278 ] {7872af64-4e5f-4eba-b648-f281d911cd27} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.23 16:40:24.205964 [ 278 ] {7872af64-4e5f-4eba-b648-f281d911cd27} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:40:24.206005 [ 278 ] {7872af64-4e5f-4eba-b648-f281d911cd27} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. 2026.02.23 16:40:24.206409 [ 278 ] {7872af64-4e5f-4eba-b648-f281d911cd27} MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) 2026.02.23 16:40:24.206650 [ 278 ] {7872af64-4e5f-4eba-b648-f281d911cd27} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:40:24.206809 [ 278 ] {7872af64-4e5f-4eba-b648-f281d911cd27} executeQuery: Read 76 rows, 6.41 KiB in 0.001624 sec., 46798.02955665025 rows/sec., 3.86 MiB/sec. 2026.02.23 16:40:24.206859 [ 278 ] {7872af64-4e5f-4eba-b648-f281d911cd27} TCPHandler: Processed in 0.00193742 sec. 2026.02.23 16:40:24.207006 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:40:24.207110 [ 278 ] {13f4b580-208f-4ce0-a203-b43f23652613} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.23 16:40:24.207153 [ 278 ] {13f4b580-208f-4ce0-a203-b43f23652613} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.23 16:40:24.207579 [ 278 ] {13f4b580-208f-4ce0-a203-b43f23652613} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:40:24.207614 [ 278 ] {13f4b580-208f-4ce0-a203-b43f23652613} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. 2026.02.23 16:40:24.207916 [ 278 ] {13f4b580-208f-4ce0-a203-b43f23652613} MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) 2026.02.23 16:40:24.208125 [ 278 ] {13f4b580-208f-4ce0-a203-b43f23652613} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:40:24.208254 [ 278 ] {13f4b580-208f-4ce0-a203-b43f23652613} executeQuery: Read 10 rows, 770.00 B in 0.001168 sec., 8561.643835616438 rows/sec., 643.80 KiB/sec. 2026.02.23 16:40:24.208293 [ 278 ] {13f4b580-208f-4ce0-a203-b43f23652613} TCPHandler: Processed in 0.001348038 sec. 2026.02.23 16:40:24.208406 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:40:24.208509 [ 278 ] {948a792b-7115-4738-9558-421d52604cec} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.23 16:40:24.208552 [ 278 ] {948a792b-7115-4738-9558-421d52604cec} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.23 16:40:24.208979 [ 278 ] {948a792b-7115-4738-9558-421d52604cec} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:40:24.209013 [ 278 ] {948a792b-7115-4738-9558-421d52604cec} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. 2026.02.23 16:40:24.209318 [ 278 ] {948a792b-7115-4738-9558-421d52604cec} MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) 2026.02.23 16:40:24.209523 [ 278 ] {948a792b-7115-4738-9558-421d52604cec} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:40:24.209648 [ 278 ] {948a792b-7115-4738-9558-421d52604cec} executeQuery: Read 74 rows, 5.92 KiB in 0.001158 sec., 63903.281519861834 rows/sec., 4.99 MiB/sec. 2026.02.23 16:40:24.209687 [ 278 ] {948a792b-7115-4738-9558-421d52604cec} TCPHandler: Processed in 0.001332118 sec. 2026.02.23 16:40:24.209804 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:40:24.209907 [ 278 ] {a22393ee-ea42-4da4-b16b-95f75dc34eea} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.23 16:40:24.209952 [ 278 ] {a22393ee-ea42-4da4-b16b-95f75dc34eea} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.23 16:40:24.210364 [ 278 ] {a22393ee-ea42-4da4-b16b-95f75dc34eea} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:40:24.210397 [ 278 ] {a22393ee-ea42-4da4-b16b-95f75dc34eea} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. 2026.02.23 16:40:24.210721 [ 278 ] {a22393ee-ea42-4da4-b16b-95f75dc34eea} MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) 2026.02.23 16:40:24.210934 [ 278 ] {a22393ee-ea42-4da4-b16b-95f75dc34eea} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:40:24.211062 [ 278 ] {a22393ee-ea42-4da4-b16b-95f75dc34eea} executeQuery: Read 160 rows, 11.41 KiB in 0.001173 sec., 136402.38704177324 rows/sec., 9.50 MiB/sec. 2026.02.23 16:40:24.211100 [ 278 ] {a22393ee-ea42-4da4-b16b-95f75dc34eea} TCPHandler: Processed in 0.001345808 sec. 2026.02.23 16:40:24.211212 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:40:24.211314 [ 278 ] {ab049f12-ee1f-457c-a131-998b2ac8898d} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.23 16:40:24.211369 [ 278 ] {ab049f12-ee1f-457c-a131-998b2ac8898d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.23 16:40:24.212136 [ 278 ] {ab049f12-ee1f-457c-a131-998b2ac8898d} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:40:24.212171 [ 278 ] {ab049f12-ee1f-457c-a131-998b2ac8898d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. 2026.02.23 16:40:24.212684 [ 278 ] {ab049f12-ee1f-457c-a131-998b2ac8898d} MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) 2026.02.23 16:40:24.212906 [ 278 ] {ab049f12-ee1f-457c-a131-998b2ac8898d} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:40:24.213045 [ 278 ] {ab049f12-ee1f-457c-a131-998b2ac8898d} executeQuery: Read 10 rows, 18.35 KiB in 0.001748 sec., 5720.823798627002 rows/sec., 10.25 MiB/sec. 2026.02.23 16:40:24.213109 [ 278 ] {ab049f12-ee1f-457c-a131-998b2ac8898d} TCPHandler: Processed in 0.00194632 sec. 2026.02.23 16:40:24.213226 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:40:24.213321 [ 278 ] {d3ba9750-2e0d-4d38-a8a5-9ad55de9af16} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.23 16:40:24.213361 [ 278 ] {d3ba9750-2e0d-4d38-a8a5-9ad55de9af16} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.23 16:40:24.213701 [ 278 ] {d3ba9750-2e0d-4d38-a8a5-9ad55de9af16} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:40:24.213735 [ 278 ] {d3ba9750-2e0d-4d38-a8a5-9ad55de9af16} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. 2026.02.23 16:40:24.214053 [ 278 ] {d3ba9750-2e0d-4d38-a8a5-9ad55de9af16} MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) 2026.02.23 16:40:24.214264 [ 278 ] {d3ba9750-2e0d-4d38-a8a5-9ad55de9af16} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:40:24.214391 [ 278 ] {d3ba9750-2e0d-4d38-a8a5-9ad55de9af16} executeQuery: Read 60 rows, 4.14 KiB in 0.001089 sec., 55096.418732782375 rows/sec., 3.71 MiB/sec. 2026.02.23 16:40:24.214427 [ 278 ] {d3ba9750-2e0d-4d38-a8a5-9ad55de9af16} TCPHandler: Processed in 0.001249856 sec. 2026.02.23 16:40:27.573689 [ 115 ] {} DNSResolver: Updating DNS cache 2026.02.23 16:40:27.573767 [ 115 ] {} DNSResolver: Updated DNS cache 2026.02.23 16:40:27.760711 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 35512 2026.02.23 16:40:27.761291 [ 244 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:40:27.761338 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. 2026.02.23 16:40:27.761828 [ 244 ] {} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2026.02.23 16:40:27.762078 [ 244 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:40:27.762230 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 35512 2026.02.23 16:40:28.516878 [ 222 ] {} oximeter.measurements_bool (4d7206cf-919d-48fb-bf2a-954f10b7f89e): Found 5 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] 2026.02.23 16:40:28.516932 [ 222 ] {} oximeter.measurements_bool (4d7206cf-919d-48fb-bf2a-954f10b7f89e): Removing 5 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] 2026.02.23 16:40:28.518283 [ 222 ] {} oximeter.measurements_bool (4d7206cf-919d-48fb-bf2a-954f10b7f89e): Removing 5 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] 2026.02.23 16:40:29.206181 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:40:29.206375 [ 278 ] {d808caa0-7d06-444e-81e1-d23b3f7f91bf} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.23 16:40:29.206438 [ 278 ] {d808caa0-7d06-444e-81e1-d23b3f7f91bf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.23 16:40:29.207209 [ 278 ] {d808caa0-7d06-444e-81e1-d23b3f7f91bf} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:40:29.207246 [ 278 ] {d808caa0-7d06-444e-81e1-d23b3f7f91bf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. 2026.02.23 16:40:29.207644 [ 278 ] {d808caa0-7d06-444e-81e1-d23b3f7f91bf} MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) 2026.02.23 16:40:29.207866 [ 278 ] {d808caa0-7d06-444e-81e1-d23b3f7f91bf} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:40:29.208014 [ 278 ] {d808caa0-7d06-444e-81e1-d23b3f7f91bf} executeQuery: Read 120 rows, 10.47 KiB in 0.001693 sec., 70880.09450679267 rows/sec., 6.04 MiB/sec. 2026.02.23 16:40:29.208056 [ 278 ] {d808caa0-7d06-444e-81e1-d23b3f7f91bf} TCPHandler: Processed in 0.002010001 sec. 2026.02.23 16:40:29.208190 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:40:29.208292 [ 278 ] {dd5230c3-badc-40ed-91bc-64f7f45d306f} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.23 16:40:29.208332 [ 278 ] {dd5230c3-badc-40ed-91bc-64f7f45d306f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.23 16:40:29.208793 [ 278 ] {dd5230c3-badc-40ed-91bc-64f7f45d306f} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:40:29.208826 [ 278 ] {dd5230c3-badc-40ed-91bc-64f7f45d306f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. 2026.02.23 16:40:29.209140 [ 278 ] {dd5230c3-badc-40ed-91bc-64f7f45d306f} MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) 2026.02.23 16:40:29.209348 [ 278 ] {dd5230c3-badc-40ed-91bc-64f7f45d306f} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:40:29.209471 [ 278 ] {dd5230c3-badc-40ed-91bc-64f7f45d306f} executeQuery: Read 32 rows, 2.41 KiB in 0.001197 sec., 26733.500417710944 rows/sec., 1.96 MiB/sec. 2026.02.23 16:40:29.209508 [ 278 ] {dd5230c3-badc-40ed-91bc-64f7f45d306f} TCPHandler: Processed in 0.001376508 sec. 2026.02.23 16:40:29.209518 [ 106 ] {} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 2026.02.23 16:40:29.209591 [ 106 ] {} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:40:29.209617 [ 106 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. 2026.02.23 16:40:29.209683 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:40:29.209787 [ 278 ] {3ffb05cb-7e11-48c5-8b11-f4746566508e} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.23 16:40:29.209818 [ 190 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::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.02.23 16:40:29.209825 [ 278 ] {3ffb05cb-7e11-48c5-8b11-f4746566508e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.23 16:40:29.209951 [ 190 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_106_21} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:40:29.210002 [ 190 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 220 rows starting from the beginning of the part 2026.02.23 16:40:29.210076 [ 190 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 32 rows starting from the beginning of the part 2026.02.23 16:40:29.210127 [ 190 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 10 rows starting from the beginning of the part 2026.02.23 16:40:29.210174 [ 190 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 50 rows starting from the beginning of the part 2026.02.23 16:40:29.210218 [ 190 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 10 rows starting from the beginning of the part 2026.02.23 16:40:29.210263 [ 190 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 32 rows starting from the beginning of the part 2026.02.23 16:40:29.210293 [ 278 ] {3ffb05cb-7e11-48c5-8b11-f4746566508e} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:40:29.210333 [ 278 ] {3ffb05cb-7e11-48c5-8b11-f4746566508e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. 2026.02.23 16:40:29.210711 [ 278 ] {3ffb05cb-7e11-48c5-8b11-f4746566508e} MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) 2026.02.23 16:40:29.210934 [ 278 ] {3ffb05cb-7e11-48c5-8b11-f4746566508e} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:40:29.211065 [ 278 ] {3ffb05cb-7e11-48c5-8b11-f4746566508e} executeQuery: Read 96 rows, 7.68 KiB in 0.001298 sec., 73959.93836671804 rows/sec., 5.78 MiB/sec. 2026.02.23 16:40:29.211101 [ 278 ] {3ffb05cb-7e11-48c5-8b11-f4746566508e} TCPHandler: Processed in 0.001472641 sec. 2026.02.23 16:40:29.211155 [ 187 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_106_21} MergeTask::MergeProjectionsStage: Merge sorted 354 rows, containing 5 columns (5 merged, 0 gathered) in 0.001388259 sec., 254995.64562520394 rows/sec., 18.18 MiB/sec. 2026.02.23 16:40:29.211217 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:40:29.211305 [ 190 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_106_21} MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) 2026.02.23 16:40:29.211321 [ 278 ] {e86b5f2a-11f3-4f54-b1a6-43a88dea1778} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.23 16:40:29.211369 [ 278 ] {e86b5f2a-11f3-4f54-b1a6-43a88dea1778} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.23 16:40:29.211554 [ 190 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_106_21} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:40:29.211622 [ 190 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_106_21} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 2026.02.23 16:40:29.211686 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. 2026.02.23 16:40:29.211810 [ 278 ] {e86b5f2a-11f3-4f54-b1a6-43a88dea1778} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:40:29.211849 [ 278 ] {e86b5f2a-11f3-4f54-b1a6-43a88dea1778} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. 2026.02.23 16:40:29.212187 [ 278 ] {e86b5f2a-11f3-4f54-b1a6-43a88dea1778} MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) 2026.02.23 16:40:29.212398 [ 278 ] {e86b5f2a-11f3-4f54-b1a6-43a88dea1778} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:40:29.212523 [ 278 ] {e86b5f2a-11f3-4f54-b1a6-43a88dea1778} executeQuery: Read 160 rows, 11.41 KiB in 0.00122 sec., 131147.54098360657 rows/sec., 9.13 MiB/sec. 2026.02.23 16:40:29.212558 [ 278 ] {e86b5f2a-11f3-4f54-b1a6-43a88dea1778} TCPHandler: Processed in 0.001388709 sec. 2026.02.23 16:40:29.212609 [ 218 ] {} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): 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.02.23 16:40:29.212651 [ 218 ] {} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): 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.02.23 16:40:29.212667 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:40:29.212771 [ 278 ] {b1f46c6c-bbaf-491f-a93c-8ce3aaf7f0f1} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.23 16:40:29.212825 [ 278 ] {b1f46c6c-bbaf-491f-a93c-8ce3aaf7f0f1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.23 16:40:29.213666 [ 278 ] {b1f46c6c-bbaf-491f-a93c-8ce3aaf7f0f1} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:40:29.213701 [ 278 ] {b1f46c6c-bbaf-491f-a93c-8ce3aaf7f0f1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. 2026.02.23 16:40:29.214307 [ 278 ] {b1f46c6c-bbaf-491f-a93c-8ce3aaf7f0f1} MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) 2026.02.23 16:40:29.214551 [ 278 ] {b1f46c6c-bbaf-491f-a93c-8ce3aaf7f0f1} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:40:29.214690 [ 278 ] {b1f46c6c-bbaf-491f-a93c-8ce3aaf7f0f1} executeQuery: Read 32 rows, 58.72 KiB in 0.001936 sec., 16528.92561983471 rows/sec., 29.62 MiB/sec. 2026.02.23 16:40:29.214695 [ 91 ] {} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 2026.02.23 16:40:29.214747 [ 91 ] {} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:40:29.214748 [ 278 ] {b1f46c6c-bbaf-491f-a93c-8ce3aaf7f0f1} TCPHandler: Processed in 0.002137684 sec. 2026.02.23 16:40:29.214774 [ 91 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. 2026.02.23 16:40:29.214873 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:40:29.214876 [ 190 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::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.02.23 16:40:29.214969 [ 278 ] {cb592628-c329-40ab-a3c0-b6d02271a659} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.23 16:40:29.215014 [ 278 ] {cb592628-c329-40ab-a3c0-b6d02271a659} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.23 16:40:29.215103 [ 190 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_101_20} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:40:29.215160 [ 190 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 2011 rows starting from the beginning of the part 2026.02.23 16:40:29.215281 [ 190 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 32 rows starting from the beginning of the part 2026.02.23 16:40:29.215364 [ 278 ] {cb592628-c329-40ab-a3c0-b6d02271a659} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:40:29.215387 [ 190 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 10 rows starting from the beginning of the part 2026.02.23 16:40:29.215406 [ 278 ] {cb592628-c329-40ab-a3c0-b6d02271a659} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. 2026.02.23 16:40:29.215505 [ 190 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 32 rows starting from the beginning of the part 2026.02.23 16:40:29.215616 [ 190 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 10 rows starting from the beginning of the part 2026.02.23 16:40:29.215723 [ 190 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 32 rows starting from the beginning of the part 2026.02.23 16:40:29.215743 [ 278 ] {cb592628-c329-40ab-a3c0-b6d02271a659} MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) 2026.02.23 16:40:29.215968 [ 278 ] {cb592628-c329-40ab-a3c0-b6d02271a659} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:40:29.216102 [ 278 ] {cb592628-c329-40ab-a3c0-b6d02271a659} executeQuery: Read 60 rows, 4.14 KiB in 0.001151 sec., 52128.583840139014 rows/sec., 3.51 MiB/sec. 2026.02.23 16:40:29.216137 [ 278 ] {cb592628-c329-40ab-a3c0-b6d02271a659} TCPHandler: Processed in 0.001313527 sec. 2026.02.23 16:40:29.216472 [ 218 ] {} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): 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.02.23 16:40:29.222304 [ 202 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_101_20} MergeTask::MergeProjectionsStage: Merge sorted 2127 rows, containing 19 columns (19 merged, 0 gathered) in 0.007463264 sec., 284995.9481535157 rows/sec., 510.70 MiB/sec. 2026.02.23 16:40:29.224249 [ 202 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_101_20} MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) 2026.02.23 16:40:29.224558 [ 202 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_101_20} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:40:29.224628 [ 202 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_101_20} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 2026.02.23 16:40:29.224719 [ 202 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.95 MiB. 2026.02.23 16:40:29.649575 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 558 2026.02.23 16:40:29.667790 [ 243 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:40:29.667844 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. 2026.02.23 16:40:29.673852 [ 243 ] {} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2026.02.23 16:40:29.674586 [ 243 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:40:29.678123 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 558 2026.02.23 16:40:29.703315 [ 217 ] {} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): 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.02.23 16:40:29.703406 [ 217 ] {} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): 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.02.23 16:40:29.706499 [ 217 ] {} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): 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.02.23 16:40:29.828211 [ 223 ] {} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): 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.02.23 16:40:29.828247 [ 223 ] {} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): 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.02.23 16:40:29.831637 [ 223 ] {} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): 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.02.23 16:40:30.472833 [ 221 ] {} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): 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.02.23 16:40:30.472883 [ 221 ] {} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): 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.02.23 16:40:30.477210 [ 221 ] {} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): 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.02.23 16:40:32.876659 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 1904 2026.02.23 16:40:32.878975 [ 242 ] {} system.query_log (b83b341e-dbaf-448e-9582-20b3e6cd291d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:40:32.879031 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. 2026.02.23 16:40:32.880282 [ 242 ] {} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2026.02.23 16:40:32.880576 [ 242 ] {} system.query_log (b83b341e-dbaf-448e-9582-20b3e6cd291d): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:40:32.880980 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1904 2026.02.23 16:40:34.206057 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:40:34.206241 [ 278 ] {da2c78ca-cf0e-4f66-a739-2857d169e213} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.02.23 16:40:34.206310 [ 278 ] {da2c78ca-cf0e-4f66-a739-2857d169e213} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.02.23 16:40:34.206985 [ 278 ] {da2c78ca-cf0e-4f66-a739-2857d169e213} oximeter.fields_ipaddr (aca7842a-9245-4e3c-8c67-e3828bf88048): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:40:34.207034 [ 278 ] {da2c78ca-cf0e-4f66-a739-2857d169e213} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. 2026.02.23 16:40:34.207429 [ 278 ] {da2c78ca-cf0e-4f66-a739-2857d169e213} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.02.23 16:40:34.207661 [ 278 ] {da2c78ca-cf0e-4f66-a739-2857d169e213} oximeter.fields_ipaddr (aca7842a-9245-4e3c-8c67-e3828bf88048): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:40:34.207825 [ 278 ] {da2c78ca-cf0e-4f66-a739-2857d169e213} executeQuery: Read 6 rows, 515.00 B in 0.001633 sec., 3674.2192284139624 rows/sec., 307.98 KiB/sec. 2026.02.23 16:40:34.207869 [ 278 ] {da2c78ca-cf0e-4f66-a739-2857d169e213} TCPHandler: Processed in 0.00194375 sec. 2026.02.23 16:40:34.207999 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:40:34.208098 [ 278 ] {777c8c64-7b64-444f-8c4c-3e96cb11ccd7} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.23 16:40:34.208141 [ 278 ] {777c8c64-7b64-444f-8c4c-3e96cb11ccd7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.23 16:40:34.208627 [ 278 ] {777c8c64-7b64-444f-8c4c-3e96cb11ccd7} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:40:34.208669 [ 278 ] {777c8c64-7b64-444f-8c4c-3e96cb11ccd7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. 2026.02.23 16:40:34.209017 [ 278 ] {777c8c64-7b64-444f-8c4c-3e96cb11ccd7} MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) 2026.02.23 16:40:34.209295 [ 278 ] {777c8c64-7b64-444f-8c4c-3e96cb11ccd7} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:40:34.209462 [ 278 ] {777c8c64-7b64-444f-8c4c-3e96cb11ccd7} executeQuery: Read 80 rows, 6.73 KiB in 0.001383 sec., 57845.26391901664 rows/sec., 4.75 MiB/sec. 2026.02.23 16:40:34.209513 [ 278 ] {777c8c64-7b64-444f-8c4c-3e96cb11ccd7} TCPHandler: Processed in 0.001563912 sec. 2026.02.23 16:40:34.209688 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:40:34.209795 [ 278 ] {c7cd53f7-d004-48a7-bc7e-387990fe5229} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.23 16:40:34.209843 [ 278 ] {c7cd53f7-d004-48a7-bc7e-387990fe5229} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.23 16:40:34.210362 [ 278 ] {c7cd53f7-d004-48a7-bc7e-387990fe5229} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:40:34.210405 [ 278 ] {c7cd53f7-d004-48a7-bc7e-387990fe5229} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. 2026.02.23 16:40:34.210754 [ 278 ] {c7cd53f7-d004-48a7-bc7e-387990fe5229} MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) 2026.02.23 16:40:34.211014 [ 278 ] {c7cd53f7-d004-48a7-bc7e-387990fe5229} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:40:34.211172 [ 278 ] {c7cd53f7-d004-48a7-bc7e-387990fe5229} executeQuery: Read 16 rows, 1.18 KiB in 0.001399 sec., 11436.740528949249 rows/sec., 846.73 KiB/sec. 2026.02.23 16:40:34.211212 [ 278 ] {c7cd53f7-d004-48a7-bc7e-387990fe5229} TCPHandler: Processed in 0.001581392 sec. 2026.02.23 16:40:34.211346 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:40:34.211440 [ 278 ] {ec0dce81-af10-42fc-b723-e1ebcaa13126} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.23 16:40:34.211479 [ 278 ] {ec0dce81-af10-42fc-b723-e1ebcaa13126} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.23 16:40:34.211918 [ 278 ] {ec0dce81-af10-42fc-b723-e1ebcaa13126} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:40:34.211955 [ 278 ] {ec0dce81-af10-42fc-b723-e1ebcaa13126} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. 2026.02.23 16:40:34.212265 [ 278 ] {ec0dce81-af10-42fc-b723-e1ebcaa13126} MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) 2026.02.23 16:40:34.212470 [ 278 ] {ec0dce81-af10-42fc-b723-e1ebcaa13126} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:40:34.212598 [ 278 ] {ec0dce81-af10-42fc-b723-e1ebcaa13126} executeQuery: Read 80 rows, 6.42 KiB in 0.001176 sec., 68027.21088435374 rows/sec., 5.33 MiB/sec. 2026.02.23 16:40:34.212636 [ 278 ] {ec0dce81-af10-42fc-b723-e1ebcaa13126} TCPHandler: Processed in 0.001340737 sec. 2026.02.23 16:40:34.212755 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:40:34.212855 [ 278 ] {948db636-d03b-447a-939c-44254d445d5d} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.23 16:40:34.212899 [ 278 ] {948db636-d03b-447a-939c-44254d445d5d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.23 16:40:34.213361 [ 278 ] {948db636-d03b-447a-939c-44254d445d5d} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:40:34.213397 [ 278 ] {948db636-d03b-447a-939c-44254d445d5d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. 2026.02.23 16:40:34.213732 [ 278 ] {948db636-d03b-447a-939c-44254d445d5d} MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) 2026.02.23 16:40:34.213950 [ 278 ] {948db636-d03b-447a-939c-44254d445d5d} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:40:34.214083 [ 278 ] {948db636-d03b-447a-939c-44254d445d5d} executeQuery: Read 163 rows, 11.63 KiB in 0.001245 sec., 130923.69477911647 rows/sec., 9.12 MiB/sec. 2026.02.23 16:40:34.214125 [ 278 ] {948db636-d03b-447a-939c-44254d445d5d} TCPHandler: Processed in 0.001420239 sec. 2026.02.23 16:40:34.214247 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:40:34.214341 [ 278 ] {312bb093-5666-4adf-b2b4-9ba9a72a6da7} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.23 16:40:34.214395 [ 278 ] {312bb093-5666-4adf-b2b4-9ba9a72a6da7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.23 16:40:34.215191 [ 278 ] {312bb093-5666-4adf-b2b4-9ba9a72a6da7} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:40:34.215229 [ 278 ] {312bb093-5666-4adf-b2b4-9ba9a72a6da7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. 2026.02.23 16:40:34.215732 [ 278 ] {312bb093-5666-4adf-b2b4-9ba9a72a6da7} MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) 2026.02.23 16:40:34.215953 [ 278 ] {312bb093-5666-4adf-b2b4-9ba9a72a6da7} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:40:34.216092 [ 278 ] {312bb093-5666-4adf-b2b4-9ba9a72a6da7} executeQuery: Read 10 rows, 18.35 KiB in 0.001768 sec., 5656.108597285068 rows/sec., 10.14 MiB/sec. 2026.02.23 16:40:34.216148 [ 278 ] {312bb093-5666-4adf-b2b4-9ba9a72a6da7} TCPHandler: Processed in 0.00195011 sec. 2026.02.23 16:40:34.216268 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:40:34.216364 [ 278 ] {d243e0fd-eaf7-497c-beb7-ff71f31617b2} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.23 16:40:34.216409 [ 278 ] {d243e0fd-eaf7-497c-beb7-ff71f31617b2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.23 16:40:34.216753 [ 278 ] {d243e0fd-eaf7-497c-beb7-ff71f31617b2} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:40:34.216789 [ 278 ] {d243e0fd-eaf7-497c-beb7-ff71f31617b2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. 2026.02.23 16:40:34.217104 [ 278 ] {d243e0fd-eaf7-497c-beb7-ff71f31617b2} MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) 2026.02.23 16:40:34.217314 [ 278 ] {d243e0fd-eaf7-497c-beb7-ff71f31617b2} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:40:34.217441 [ 278 ] {d243e0fd-eaf7-497c-beb7-ff71f31617b2} executeQuery: Read 60 rows, 4.14 KiB in 0.001096 sec., 54744.52554744526 rows/sec., 3.69 MiB/sec. 2026.02.23 16:40:34.217478 [ 278 ] {d243e0fd-eaf7-497c-beb7-ff71f31617b2} TCPHandler: Processed in 0.001263906 sec. 2026.02.23 16:40:35.178540 [ 217 ] {} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): 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.02.23 16:40:35.178584 [ 217 ] {} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): 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.02.23 16:40:35.180997 [ 217 ] {} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): 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.02.23 16:40:35.262580 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 36024 2026.02.23 16:40:35.263119 [ 244 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:40:35.263166 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. 2026.02.23 16:40:35.263655 [ 244 ] {} MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) 2026.02.23 16:40:35.263909 [ 244 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:40:35.264059 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 36024 2026.02.23 16:40:35.264154 [ 221 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): 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.02.23 16:40:35.264191 [ 221 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): 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.02.23 16:40:35.267985 [ 221 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): 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.02.23 16:40:35.414285 [ 220 ] {} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): 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.02.23 16:40:35.414322 [ 220 ] {} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): 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.02.23 16:40:35.417211 [ 220 ] {} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): 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.02.23 16:40:36.162364 [ 221 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): 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.02.23 16:40:36.162413 [ 221 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): 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.02.23 16:40:36.165074 [ 221 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): 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.02.23 16:40:37.000244 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 370.96 MiB, peak 391.45 MiB, free memory in arenas 0.00 B, will set to 374.96 MiB (RSS), difference: 4.00 MiB 2026.02.23 16:40:37.178183 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 565 2026.02.23 16:40:37.194357 [ 243 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:40:37.194418 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. 2026.02.23 16:40:37.200367 [ 243 ] {} MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) 2026.02.23 16:40:37.201046 [ 243 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:40:37.203990 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 565 2026.02.23 16:40:39.206286 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:40:39.206479 [ 278 ] {8064e027-e593-4d52-aafc-b6544c63aee4} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.23 16:40:39.206545 [ 278 ] {8064e027-e593-4d52-aafc-b6544c63aee4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.23 16:40:39.207284 [ 278 ] {8064e027-e593-4d52-aafc-b6544c63aee4} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:40:39.207336 [ 278 ] {8064e027-e593-4d52-aafc-b6544c63aee4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. 2026.02.23 16:40:39.207724 [ 278 ] {8064e027-e593-4d52-aafc-b6544c63aee4} MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) 2026.02.23 16:40:39.207940 [ 278 ] {8064e027-e593-4d52-aafc-b6544c63aee4} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:40:39.208099 [ 278 ] {8064e027-e593-4d52-aafc-b6544c63aee4} executeQuery: Read 120 rows, 10.47 KiB in 0.001668 sec., 71942.44604316547 rows/sec., 6.13 MiB/sec. 2026.02.23 16:40:39.208153 [ 278 ] {8064e027-e593-4d52-aafc-b6544c63aee4} TCPHandler: Processed in 0.001995572 sec. 2026.02.23 16:40:39.208288 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:40:39.208409 [ 278 ] {845adaee-bb68-43f4-b093-fae1c85c7896} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.23 16:40:39.208452 [ 278 ] {845adaee-bb68-43f4-b093-fae1c85c7896} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.23 16:40:39.208912 [ 278 ] {845adaee-bb68-43f4-b093-fae1c85c7896} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:40:39.208949 [ 278 ] {845adaee-bb68-43f4-b093-fae1c85c7896} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. 2026.02.23 16:40:39.209249 [ 278 ] {845adaee-bb68-43f4-b093-fae1c85c7896} MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) 2026.02.23 16:40:39.209450 [ 278 ] {845adaee-bb68-43f4-b093-fae1c85c7896} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:40:39.209578 [ 278 ] {845adaee-bb68-43f4-b093-fae1c85c7896} executeQuery: Read 32 rows, 2.41 KiB in 0.001193 sec., 26823.134953897737 rows/sec., 1.97 MiB/sec. 2026.02.23 16:40:39.209616 [ 278 ] {845adaee-bb68-43f4-b093-fae1c85c7896} TCPHandler: Processed in 0.001377599 sec. 2026.02.23 16:40:39.209732 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:40:39.209846 [ 278 ] {01306d66-e908-400f-a844-04b682b77660} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.23 16:40:39.209885 [ 278 ] {01306d66-e908-400f-a844-04b682b77660} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.23 16:40:39.210340 [ 278 ] {01306d66-e908-400f-a844-04b682b77660} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:40:39.210376 [ 278 ] {01306d66-e908-400f-a844-04b682b77660} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. 2026.02.23 16:40:39.210664 [ 278 ] {01306d66-e908-400f-a844-04b682b77660} MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) 2026.02.23 16:40:39.210863 [ 278 ] {01306d66-e908-400f-a844-04b682b77660} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:40:39.210989 [ 278 ] {01306d66-e908-400f-a844-04b682b77660} executeQuery: Read 96 rows, 7.68 KiB in 0.001162 sec., 82616.17900172116 rows/sec., 6.45 MiB/sec. 2026.02.23 16:40:39.211026 [ 278 ] {01306d66-e908-400f-a844-04b682b77660} TCPHandler: Processed in 0.001341938 sec. 2026.02.23 16:40:39.211154 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:40:39.211247 [ 278 ] {831f6e1e-cb1a-4e53-9eb1-01042bff3b55} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.23 16:40:39.211290 [ 278 ] {831f6e1e-cb1a-4e53-9eb1-01042bff3b55} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.23 16:40:39.211697 [ 278 ] {831f6e1e-cb1a-4e53-9eb1-01042bff3b55} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:40:39.211733 [ 278 ] {831f6e1e-cb1a-4e53-9eb1-01042bff3b55} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. 2026.02.23 16:40:39.212042 [ 278 ] {831f6e1e-cb1a-4e53-9eb1-01042bff3b55} MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) 2026.02.23 16:40:39.212240 [ 278 ] {831f6e1e-cb1a-4e53-9eb1-01042bff3b55} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:40:39.212364 [ 278 ] {831f6e1e-cb1a-4e53-9eb1-01042bff3b55} executeQuery: Read 160 rows, 11.41 KiB in 0.001135 sec., 140969.16299559473 rows/sec., 9.82 MiB/sec. 2026.02.23 16:40:39.212401 [ 278 ] {831f6e1e-cb1a-4e53-9eb1-01042bff3b55} TCPHandler: Processed in 0.001301937 sec. 2026.02.23 16:40:39.212507 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:40:39.212608 [ 278 ] {41fcb477-8371-4ad9-89ed-9d2217519b54} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.23 16:40:39.212662 [ 278 ] {41fcb477-8371-4ad9-89ed-9d2217519b54} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.23 16:40:39.213483 [ 278 ] {41fcb477-8371-4ad9-89ed-9d2217519b54} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:40:39.213519 [ 278 ] {41fcb477-8371-4ad9-89ed-9d2217519b54} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. 2026.02.23 16:40:39.214049 [ 278 ] {41fcb477-8371-4ad9-89ed-9d2217519b54} MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) 2026.02.23 16:40:39.214276 [ 278 ] {41fcb477-8371-4ad9-89ed-9d2217519b54} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:40:39.214411 [ 278 ] {41fcb477-8371-4ad9-89ed-9d2217519b54} executeQuery: Read 32 rows, 58.72 KiB in 0.001821 sec., 17572.76221856123 rows/sec., 31.49 MiB/sec. 2026.02.23 16:40:39.214475 [ 278 ] {41fcb477-8371-4ad9-89ed-9d2217519b54} TCPHandler: Processed in 0.002015392 sec. 2026.02.23 16:40:39.214586 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:40:39.214686 [ 278 ] {3c9ab8e6-2293-451e-b84a-b8c066ff6ec5} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.23 16:40:39.214733 [ 278 ] {3c9ab8e6-2293-451e-b84a-b8c066ff6ec5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.23 16:40:39.215070 [ 278 ] {3c9ab8e6-2293-451e-b84a-b8c066ff6ec5} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:40:39.215105 [ 278 ] {3c9ab8e6-2293-451e-b84a-b8c066ff6ec5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. 2026.02.23 16:40:39.215401 [ 278 ] {3c9ab8e6-2293-451e-b84a-b8c066ff6ec5} MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) 2026.02.23 16:40:39.215594 [ 278 ] {3c9ab8e6-2293-451e-b84a-b8c066ff6ec5} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:40:39.215720 [ 278 ] {3c9ab8e6-2293-451e-b84a-b8c066ff6ec5} executeQuery: Read 60 rows, 4.14 KiB in 0.001052 sec., 57034.22053231939 rows/sec., 3.84 MiB/sec. 2026.02.23 16:40:39.215755 [ 278 ] {3c9ab8e6-2293-451e-b84a-b8c066ff6ec5} TCPHandler: Processed in 0.001216565 sec. 2026.02.23 16:40:42.574030 [ 103 ] {} DNSResolver: Updating DNS cache 2026.02.23 16:40:42.574085 [ 103 ] {} DNSResolver: Updated DNS cache 2026.02.23 16:40:42.764228 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 36472 2026.02.23 16:40:42.764794 [ 244 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:40:42.764839 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. 2026.02.23 16:40:42.765321 [ 244 ] {} MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) 2026.02.23 16:40:42.765548 [ 244 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:40:42.765696 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 36472 2026.02.23 16:40:42.765724 [ 103 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 2026.02.23 16:40:42.765809 [ 103 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:40:42.765846 [ 103 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. 2026.02.23 16:40:42.765991 [ 193 ] {e006da4c-49b0-4d27-967a-f293ec4e8bf5::all_1_76_15} MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full 2026.02.23 16:40:42.766141 [ 193 ] {e006da4c-49b0-4d27-967a-f293ec4e8bf5::all_1_76_15} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:40:42.766183 [ 193 ] {e006da4c-49b0-4d27-967a-f293ec4e8bf5::all_1_76_15} MergeTreeSequentialSource: Reading 5 marks from part all_1_71_14, total 34104 rows starting from the beginning of the part 2026.02.23 16:40:42.766258 [ 193 ] {e006da4c-49b0-4d27-967a-f293ec4e8bf5::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 448 rows starting from the beginning of the part 2026.02.23 16:40:42.766312 [ 193 ] {e006da4c-49b0-4d27-967a-f293ec4e8bf5::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 512 rows starting from the beginning of the part 2026.02.23 16:40:42.766361 [ 193 ] {e006da4c-49b0-4d27-967a-f293ec4e8bf5::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 448 rows starting from the beginning of the part 2026.02.23 16:40:42.766406 [ 193 ] {e006da4c-49b0-4d27-967a-f293ec4e8bf5::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 512 rows starting from the beginning of the part 2026.02.23 16:40:42.766451 [ 193 ] {e006da4c-49b0-4d27-967a-f293ec4e8bf5::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 448 rows starting from the beginning of the part 2026.02.23 16:40:42.769005 [ 187 ] {e006da4c-49b0-4d27-967a-f293ec4e8bf5::all_1_76_15} MergeTask::MergeProjectionsStage: Merge sorted 36472 rows, containing 4 columns (4 merged, 0 gathered) in 0.003074733 sec., 11861842.963275185 rows/sec., 169.69 MiB/sec. 2026.02.23 16:40:42.769519 [ 187 ] {e006da4c-49b0-4d27-967a-f293ec4e8bf5::all_1_76_15} MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) 2026.02.23 16:40:42.769950 [ 187 ] {e006da4c-49b0-4d27-967a-f293ec4e8bf5::all_1_76_15} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:40:42.770023 [ 187 ] {e006da4c-49b0-4d27-967a-f293ec4e8bf5::all_1_76_15} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 2026.02.23 16:40:42.770140 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.12 MiB. 2026.02.23 16:40:42.881200 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 1930 2026.02.23 16:40:42.883726 [ 242 ] {} system.query_log (b83b341e-dbaf-448e-9582-20b3e6cd291d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:40:42.883781 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. 2026.02.23 16:40:42.885016 [ 242 ] {} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2026.02.23 16:40:42.885299 [ 242 ] {} system.query_log (b83b341e-dbaf-448e-9582-20b3e6cd291d): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:40:42.885510 [ 103 ] {} system.query_log (b83b341e-dbaf-448e-9582-20b3e6cd291d) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2026.02.23 16:40:42.885598 [ 103 ] {} system.query_log (b83b341e-dbaf-448e-9582-20b3e6cd291d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:40:42.885635 [ 103 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. 2026.02.23 16:40:42.885690 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1930 2026.02.23 16:40:42.885791 [ 187 ] {b83b341e-dbaf-448e-9582-20b3e6cd291d::all_1_56_11} MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full 2026.02.23 16:40:42.886357 [ 187 ] {b83b341e-dbaf-448e-9582-20b3e6cd291d::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:40:42.886494 [ 187 ] {b83b341e-dbaf-448e-9582-20b3e6cd291d::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 1790 rows starting from the beginning of the part 2026.02.23 16:40:42.886855 [ 187 ] {b83b341e-dbaf-448e-9582-20b3e6cd291d::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 24 rows starting from the beginning of the part 2026.02.23 16:40:42.887196 [ 187 ] {b83b341e-dbaf-448e-9582-20b3e6cd291d::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 32 rows starting from the beginning of the part 2026.02.23 16:40:42.887540 [ 187 ] {b83b341e-dbaf-448e-9582-20b3e6cd291d::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 34 rows starting from the beginning of the part 2026.02.23 16:40:42.887869 [ 187 ] {b83b341e-dbaf-448e-9582-20b3e6cd291d::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 24 rows starting from the beginning of the part 2026.02.23 16:40:42.888193 [ 187 ] {b83b341e-dbaf-448e-9582-20b3e6cd291d::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 26 rows starting from the beginning of the part 2026.02.23 16:40:42.894604 [ 198 ] {b83b341e-dbaf-448e-9582-20b3e6cd291d::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 1930 rows, containing 72 columns (72 merged, 0 gathered) in 0.008878622 sec., 217376.0748007968 rows/sec., 168.62 MiB/sec. 2026.02.23 16:40:42.896607 [ 198 ] {b83b341e-dbaf-448e-9582-20b3e6cd291d::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2026.02.23 16:40:42.897195 [ 198 ] {b83b341e-dbaf-448e-9582-20b3e6cd291d::all_1_56_11} system.query_log (b83b341e-dbaf-448e-9582-20b3e6cd291d): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:40:42.897270 [ 198 ] {b83b341e-dbaf-448e-9582-20b3e6cd291d::all_1_56_11} system.query_log (b83b341e-dbaf-448e-9582-20b3e6cd291d) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2026.02.23 16:40:42.897497 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.05 MiB. 2026.02.23 16:40:44.204761 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:40:44.205018 [ 278 ] {d645067e-c1b6-409e-80fa-387e9af403b9} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.23 16:40:44.205089 [ 278 ] {d645067e-c1b6-409e-80fa-387e9af403b9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.23 16:40:44.205763 [ 278 ] {d645067e-c1b6-409e-80fa-387e9af403b9} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:40:44.205815 [ 278 ] {d645067e-c1b6-409e-80fa-387e9af403b9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. 2026.02.23 16:40:44.206220 [ 278 ] {d645067e-c1b6-409e-80fa-387e9af403b9} MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) 2026.02.23 16:40:44.206442 [ 278 ] {d645067e-c1b6-409e-80fa-387e9af403b9} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:40:44.206574 [ 102 ] {} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0 2026.02.23 16:40:44.206604 [ 278 ] {d645067e-c1b6-409e-80fa-387e9af403b9} executeQuery: Read 76 rows, 6.41 KiB in 0.00164 sec., 46341.46341463415 rows/sec., 3.82 MiB/sec. 2026.02.23 16:40:44.206648 [ 102 ] {} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:40:44.206670 [ 278 ] {d645067e-c1b6-409e-80fa-387e9af403b9} TCPHandler: Processed in 0.002102544 sec. 2026.02.23 16:40:44.206674 [ 102 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. 2026.02.23 16:40:44.206783 [ 195 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_111_22} MergeTask::PrepareStage: Merging 6 parts: from all_1_106_21 to all_111_111_0 into Compact with storage Full 2026.02.23 16:40:44.206812 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:40:44.206886 [ 195 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_111_22} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:40:44.206916 [ 195 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_1_106_21, total 2157 rows starting from the beginning of the part 2026.02.23 16:40:44.206917 [ 278 ] {eba6932a-7c6e-4795-ba4b-c77df4a2277d} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.23 16:40:44.206967 [ 278 ] {eba6932a-7c6e-4795-ba4b-c77df4a2277d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.23 16:40:44.206973 [ 195 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 76 rows starting from the beginning of the part 2026.02.23 16:40:44.207020 [ 195 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 120 rows starting from the beginning of the part 2026.02.23 16:40:44.207069 [ 195 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 80 rows starting from the beginning of the part 2026.02.23 16:40:44.207128 [ 195 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 120 rows starting from the beginning of the part 2026.02.23 16:40:44.207189 [ 195 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 76 rows starting from the beginning of the part 2026.02.23 16:40:44.207389 [ 278 ] {eba6932a-7c6e-4795-ba4b-c77df4a2277d} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:40:44.207425 [ 278 ] {eba6932a-7c6e-4795-ba4b-c77df4a2277d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. 2026.02.23 16:40:44.207727 [ 278 ] {eba6932a-7c6e-4795-ba4b-c77df4a2277d} MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) 2026.02.23 16:40:44.207959 [ 278 ] {eba6932a-7c6e-4795-ba4b-c77df4a2277d} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:40:44.208096 [ 278 ] {eba6932a-7c6e-4795-ba4b-c77df4a2277d} executeQuery: Read 10 rows, 770.00 B in 0.001203 sec., 8312.551953449709 rows/sec., 625.06 KiB/sec. 2026.02.23 16:40:44.208137 [ 278 ] {eba6932a-7c6e-4795-ba4b-c77df4a2277d} TCPHandler: Processed in 0.001376808 sec. 2026.02.23 16:40:44.208244 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:40:44.208343 [ 278 ] {ccd6f653-c159-4942-9dba-bc24bcb539ba} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.23 16:40:44.208377 [ 193 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_111_22} MergeTask::MergeProjectionsStage: Merge sorted 2629 rows, containing 5 columns (5 merged, 0 gathered) in 0.001629344 sec., 1613532.8082958541 rows/sec., 139.23 MiB/sec. 2026.02.23 16:40:44.208384 [ 278 ] {ccd6f653-c159-4942-9dba-bc24bcb539ba} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.23 16:40:44.208633 [ 191 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_111_22} MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary) 2026.02.23 16:40:44.208858 [ 278 ] {ccd6f653-c159-4942-9dba-bc24bcb539ba} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:40:44.208875 [ 191 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_111_22} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:40:44.208893 [ 278 ] {ccd6f653-c159-4942-9dba-bc24bcb539ba} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. 2026.02.23 16:40:44.208941 [ 191 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_111_22} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22 2026.02.23 16:40:44.209016 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB. 2026.02.23 16:40:44.209193 [ 278 ] {ccd6f653-c159-4942-9dba-bc24bcb539ba} MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) 2026.02.23 16:40:44.209397 [ 278 ] {ccd6f653-c159-4942-9dba-bc24bcb539ba} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:40:44.209512 [ 102 ] {} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0 2026.02.23 16:40:44.209525 [ 278 ] {ccd6f653-c159-4942-9dba-bc24bcb539ba} executeQuery: Read 74 rows, 5.92 KiB in 0.001203 sec., 61512.88445552784 rows/sec., 4.80 MiB/sec. 2026.02.23 16:40:44.209552 [ 102 ] {} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:40:44.209574 [ 102 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. 2026.02.23 16:40:44.209575 [ 278 ] {ccd6f653-c159-4942-9dba-bc24bcb539ba} TCPHandler: Processed in 0.001382169 sec. 2026.02.23 16:40:44.209641 [ 195 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_111_22} MergeTask::PrepareStage: Merging 6 parts: from all_1_106_21 to all_111_111_0 into Compact with storage Full 2026.02.23 16:40:44.209703 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:40:44.209711 [ 195 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_111_22} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:40:44.209742 [ 195 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_1_106_21, total 1066 rows starting from the beginning of the part 2026.02.23 16:40:44.209785 [ 195 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 74 rows starting from the beginning of the part 2026.02.23 16:40:44.209798 [ 278 ] {4099aee7-2bd8-41ce-a31f-22d2dcdc3ffe} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.23 16:40:44.209822 [ 195 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 96 rows starting from the beginning of the part 2026.02.23 16:40:44.209843 [ 278 ] {4099aee7-2bd8-41ce-a31f-22d2dcdc3ffe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.23 16:40:44.209855 [ 195 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 80 rows starting from the beginning of the part 2026.02.23 16:40:44.209891 [ 195 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 96 rows starting from the beginning of the part 2026.02.23 16:40:44.209926 [ 195 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 74 rows starting from the beginning of the part 2026.02.23 16:40:44.210277 [ 278 ] {4099aee7-2bd8-41ce-a31f-22d2dcdc3ffe} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:40:44.210312 [ 278 ] {4099aee7-2bd8-41ce-a31f-22d2dcdc3ffe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. 2026.02.23 16:40:44.210637 [ 278 ] {4099aee7-2bd8-41ce-a31f-22d2dcdc3ffe} MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) 2026.02.23 16:40:44.210773 [ 200 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_111_22} MergeTask::MergeProjectionsStage: Merge sorted 1486 rows, containing 5 columns (5 merged, 0 gathered) in 0.001151364 sec., 1290643.0980992978 rows/sec., 100.88 MiB/sec. 2026.02.23 16:40:44.210838 [ 278 ] {4099aee7-2bd8-41ce-a31f-22d2dcdc3ffe} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:40:44.210947 [ 195 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_111_22} MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary) 2026.02.23 16:40:44.210963 [ 102 ] {} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140) (MergerMutator): Selected 4 parts from all_1_106_21 to all_109_109_0 2026.02.23 16:40:44.210976 [ 278 ] {4099aee7-2bd8-41ce-a31f-22d2dcdc3ffe} executeQuery: Read 160 rows, 11.41 KiB in 0.001197 sec., 133667.50208855473 rows/sec., 9.31 MiB/sec. 2026.02.23 16:40:44.210996 [ 102 ] {} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:40:44.211022 [ 102 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. 2026.02.23 16:40:44.211022 [ 278 ] {4099aee7-2bd8-41ce-a31f-22d2dcdc3ffe} TCPHandler: Processed in 0.001368868 sec. 2026.02.23 16:40:44.211112 [ 193 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_109_22} MergeTask::PrepareStage: Merging 4 parts: from all_1_106_21 to all_109_109_0 into Compact with storage Full 2026.02.23 16:40:44.211154 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:40:44.211188 [ 195 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_111_22} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:40:44.211248 [ 193 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_109_22} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:40:44.211253 [ 278 ] {eef5b2aa-2b22-483f-baed-88aef8c7d2c8} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.23 16:40:44.211253 [ 195 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_111_22} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22 2026.02.23 16:40:44.211296 [ 193 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_109_22} MergeTreeSequentialSource: Reading 5 marks from part all_1_106_21, total 32411 rows starting from the beginning of the part 2026.02.23 16:40:44.211328 [ 278 ] {eef5b2aa-2b22-483f-baed-88aef8c7d2c8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.23 16:40:44.211350 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. 2026.02.23 16:40:44.211379 [ 193 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_109_22} MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 160 rows starting from the beginning of the part 2026.02.23 16:40:44.211437 [ 193 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_109_22} MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 160 rows starting from the beginning of the part 2026.02.23 16:40:44.211486 [ 193 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_109_22} MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 163 rows starting from the beginning of the part 2026.02.23 16:40:44.212101 [ 278 ] {eef5b2aa-2b22-483f-baed-88aef8c7d2c8} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:40:44.212148 [ 278 ] {eef5b2aa-2b22-483f-baed-88aef8c7d2c8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. 2026.02.23 16:40:44.212674 [ 278 ] {eef5b2aa-2b22-483f-baed-88aef8c7d2c8} MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) 2026.02.23 16:40:44.212921 [ 278 ] {eef5b2aa-2b22-483f-baed-88aef8c7d2c8} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:40:44.213067 [ 278 ] {eef5b2aa-2b22-483f-baed-88aef8c7d2c8} executeQuery: Read 10 rows, 18.35 KiB in 0.001832 sec., 5458.515283842795 rows/sec., 9.78 MiB/sec. 2026.02.23 16:40:44.213132 [ 278 ] {eef5b2aa-2b22-483f-baed-88aef8c7d2c8} TCPHandler: Processed in 0.002027942 sec. 2026.02.23 16:40:44.213247 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:40:44.213342 [ 278 ] {4b81833f-bbdc-4549-9df3-c44c26a4df42} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.23 16:40:44.213383 [ 278 ] {4b81833f-bbdc-4549-9df3-c44c26a4df42} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.23 16:40:44.213722 [ 278 ] {4b81833f-bbdc-4549-9df3-c44c26a4df42} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:40:44.213759 [ 278 ] {4b81833f-bbdc-4549-9df3-c44c26a4df42} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. 2026.02.23 16:40:44.214063 [ 278 ] {4b81833f-bbdc-4549-9df3-c44c26a4df42} MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) 2026.02.23 16:40:44.214279 [ 278 ] {4b81833f-bbdc-4549-9df3-c44c26a4df42} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:40:44.214410 [ 278 ] {4b81833f-bbdc-4549-9df3-c44c26a4df42} executeQuery: Read 60 rows, 4.14 KiB in 0.001087 sec., 55197.79208831646 rows/sec., 3.72 MiB/sec. 2026.02.23 16:40:44.214415 [ 100 ] {} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0 2026.02.23 16:40:44.214448 [ 278 ] {4b81833f-bbdc-4549-9df3-c44c26a4df42} TCPHandler: Processed in 0.001251076 sec. 2026.02.23 16:40:44.214471 [ 100 ] {} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:40:44.214519 [ 100 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. 2026.02.23 16:40:44.214600 [ 200 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_111_22} MergeTask::PrepareStage: Merging 6 parts: from all_1_106_21 to all_111_111_0 into Compact with storage Full 2026.02.23 16:40:44.214719 [ 200 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_111_22} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:40:44.214756 [ 200 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_1_106_21, total 6450 rows starting from the beginning of the part 2026.02.23 16:40:44.214823 [ 200 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 60 rows starting from the beginning of the part 2026.02.23 16:40:44.214871 [ 200 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 60 rows starting from the beginning of the part 2026.02.23 16:40:44.214916 [ 200 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 60 rows starting from the beginning of the part 2026.02.23 16:40:44.214953 [ 200 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 60 rows starting from the beginning of the part 2026.02.23 16:40:44.214990 [ 200 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 60 rows starting from the beginning of the part 2026.02.23 16:40:44.216992 [ 189 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_111_22} MergeTask::MergeProjectionsStage: Merge sorted 6750 rows, containing 4 columns (4 merged, 0 gathered) in 0.00242735 sec., 2780810.3487342163 rows/sec., 183.75 MiB/sec. 2026.02.23 16:40:44.217518 [ 194 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_111_22} MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary) 2026.02.23 16:40:44.217598 [ 200 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_109_22} MergeTask::MergeProjectionsStage: Merge sorted 32894 rows, containing 5 columns (5 merged, 0 gathered) in 0.006524254 sec., 5041802.480406188 rows/sec., 344.02 MiB/sec. 2026.02.23 16:40:44.217887 [ 194 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_111_22} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:40:44.217957 [ 189 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_109_22} MergedBlockOutputStream: filled checksums all_1_109_22 (state Temporary) 2026.02.23 16:40:44.217983 [ 194 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_111_22} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22 2026.02.23 16:40:44.218100 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.24 MiB. 2026.02.23 16:40:44.218232 [ 189 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_109_22} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Renaming temporary part tmp_merge_all_1_109_22 to all_1_109_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:40:44.218308 [ 189 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_109_22} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140) (MergerMutator): Merged 4 parts: [all_1_106_21, all_109_109_0] -> all_1_109_22 2026.02.23 16:40:44.218378 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.26 MiB. 2026.02.23 16:40:44.704141 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 573 2026.02.23 16:40:44.722642 [ 243 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:40:44.722711 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. 2026.02.23 16:40:44.729065 [ 243 ] {} MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) 2026.02.23 16:40:44.729831 [ 243 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:40:44.730129 [ 100 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 2026.02.23 16:40:44.730200 [ 100 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:40:44.730223 [ 100 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. 2026.02.23 16:40:44.730336 [ 200 ] {3c5e35cc-2202-4d2d-a2da-f2d3b912fea0::all_1_76_15} MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full 2026.02.23 16:40:44.733871 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 573 2026.02.23 16:40:44.734298 [ 200 ] {3c5e35cc-2202-4d2d-a2da-f2d3b912fea0::all_1_76_15} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:40:44.735931 [ 200 ] {3c5e35cc-2202-4d2d-a2da-f2d3b912fea0::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 535 rows starting from the beginning of the part 2026.02.23 16:40:44.740923 [ 200 ] {3c5e35cc-2202-4d2d-a2da-f2d3b912fea0::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 7 rows starting from the beginning of the part 2026.02.23 16:40:44.745946 [ 200 ] {3c5e35cc-2202-4d2d-a2da-f2d3b912fea0::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 8 rows starting from the beginning of the part 2026.02.23 16:40:44.750683 [ 200 ] {3c5e35cc-2202-4d2d-a2da-f2d3b912fea0::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 8 rows starting from the beginning of the part 2026.02.23 16:40:44.755505 [ 200 ] {3c5e35cc-2202-4d2d-a2da-f2d3b912fea0::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 7 rows starting from the beginning of the part 2026.02.23 16:40:44.759912 [ 200 ] {3c5e35cc-2202-4d2d-a2da-f2d3b912fea0::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 8 rows starting from the beginning of the part 2026.02.23 16:40:44.813918 [ 189 ] {3c5e35cc-2202-4d2d-a2da-f2d3b912fea0::all_1_76_15} MergeTask::MergeProjectionsStage: Merge sorted 573 rows, containing 679 columns (679 merged, 0 gathered) in 0.08362766 sec., 6851.7999905772795 rows/sec., 35.43 MiB/sec. 2026.02.23 16:40:44.816106 [ 192 ] {3c5e35cc-2202-4d2d-a2da-f2d3b912fea0::all_1_76_15} MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) 2026.02.23 16:40:44.817846 [ 192 ] {3c5e35cc-2202-4d2d-a2da-f2d3b912fea0::all_1_76_15} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:40:44.817937 [ 192 ] {3c5e35cc-2202-4d2d-a2da-f2d3b912fea0::all_1_76_15} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 2026.02.23 16:40:44.819591 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.97 MiB. 2026.02.23 16:40:45.000282 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 376.59 MiB, peak 394.03 MiB, free memory in arenas 0.00 B, will set to 374.96 MiB (RSS), difference: -1.63 MiB 2026.02.23 16:40:47.740143 [ 96 ] {} oximeter.fields_ipaddr (aca7842a-9245-4e3c-8c67-e3828bf88048) (MergerMutator): Selected 5 parts from all_1_33_8 to all_37_37_0 2026.02.23 16:40:47.740220 [ 96 ] {} oximeter.fields_ipaddr (aca7842a-9245-4e3c-8c67-e3828bf88048): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:40:47.740246 [ 96 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. 2026.02.23 16:40:47.740350 [ 188 ] {aca7842a-9245-4e3c-8c67-e3828bf88048::all_1_37_9} MergeTask::PrepareStage: Merging 5 parts: from all_1_33_8 to all_37_37_0 into Compact with storage Full 2026.02.23 16:40:47.740359 [ 217 ] {} oximeter.fields_ipaddr (aca7842a-9245-4e3c-8c67-e3828bf88048): Found 5 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] 2026.02.23 16:40:47.740414 [ 217 ] {} oximeter.fields_ipaddr (aca7842a-9245-4e3c-8c67-e3828bf88048): Removing 5 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] 2026.02.23 16:40:47.740473 [ 188 ] {aca7842a-9245-4e3c-8c67-e3828bf88048::all_1_37_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:40:47.740518 [ 188 ] {aca7842a-9245-4e3c-8c67-e3828bf88048::all_1_37_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_33_8, total 24 rows starting from the beginning of the part 2026.02.23 16:40:47.740590 [ 188 ] {aca7842a-9245-4e3c-8c67-e3828bf88048::all_1_37_9} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 4 rows starting from the beginning of the part 2026.02.23 16:40:47.740643 [ 188 ] {aca7842a-9245-4e3c-8c67-e3828bf88048::all_1_37_9} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 4 rows starting from the beginning of the part 2026.02.23 16:40:47.740694 [ 188 ] {aca7842a-9245-4e3c-8c67-e3828bf88048::all_1_37_9} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 6 rows starting from the beginning of the part 2026.02.23 16:40:47.740739 [ 188 ] {aca7842a-9245-4e3c-8c67-e3828bf88048::all_1_37_9} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 6 rows starting from the beginning of the part 2026.02.23 16:40:47.741505 [ 189 ] {aca7842a-9245-4e3c-8c67-e3828bf88048::all_1_37_9} MergeTask::MergeProjectionsStage: Merge sorted 44 rows, containing 5 columns (5 merged, 0 gathered) in 0.001199185 sec., 36691.58636907567 rows/sec., 3.10 MiB/sec. 2026.02.23 16:40:47.741691 [ 202 ] {aca7842a-9245-4e3c-8c67-e3828bf88048::all_1_37_9} MergedBlockOutputStream: filled checksums all_1_37_9 (state Temporary) 2026.02.23 16:40:47.742131 [ 202 ] {aca7842a-9245-4e3c-8c67-e3828bf88048::all_1_37_9} oximeter.fields_ipaddr (aca7842a-9245-4e3c-8c67-e3828bf88048): Renaming temporary part tmp_merge_all_1_37_9 to all_1_37_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:40:47.742230 [ 202 ] {aca7842a-9245-4e3c-8c67-e3828bf88048::all_1_37_9} oximeter.fields_ipaddr (aca7842a-9245-4e3c-8c67-e3828bf88048) (MergerMutator): Merged 5 parts: [all_1_33_8, all_37_37_0] -> all_1_37_9 2026.02.23 16:40:47.742351 [ 202 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2026.02.23 16:40:47.742823 [ 217 ] {} oximeter.fields_ipaddr (aca7842a-9245-4e3c-8c67-e3828bf88048): Removing 5 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] 2026.02.23 16:40:49.239150 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:40:49.239355 [ 278 ] {69b726c6-7d58-4c5c-a582-0b9c5edfe1a5} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.02.23 16:40:49.239432 [ 278 ] {69b726c6-7d58-4c5c-a582-0b9c5edfe1a5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.02.23 16:40:49.240162 [ 278 ] {69b726c6-7d58-4c5c-a582-0b9c5edfe1a5} oximeter.fields_i16 (91b3829e-2a99-49e1-955c-43ffdc3fb409): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:40:49.240214 [ 278 ] {69b726c6-7d58-4c5c-a582-0b9c5edfe1a5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. 2026.02.23 16:40:49.240617 [ 278 ] {69b726c6-7d58-4c5c-a582-0b9c5edfe1a5} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.02.23 16:40:49.240841 [ 278 ] {69b726c6-7d58-4c5c-a582-0b9c5edfe1a5} oximeter.fields_i16 (91b3829e-2a99-49e1-955c-43ffdc3fb409): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:40:49.241013 [ 278 ] {69b726c6-7d58-4c5c-a582-0b9c5edfe1a5} executeQuery: Read 24 rows, 2.04 KiB in 0.001714 sec., 14002.333722287047 rows/sec., 1.16 MiB/sec. 2026.02.23 16:40:49.241066 [ 278 ] {69b726c6-7d58-4c5c-a582-0b9c5edfe1a5} TCPHandler: Processed in 0.002058472 sec. 2026.02.23 16:40:49.241198 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:40:49.241301 [ 278 ] {fb439448-a5e9-49d1-aedb-6b67d18a6151} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.02.23 16:40:49.241347 [ 278 ] {fb439448-a5e9-49d1-aedb-6b67d18a6151} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.02.23 16:40:49.241760 [ 278 ] {fb439448-a5e9-49d1-aedb-6b67d18a6151} oximeter.fields_ipaddr (aca7842a-9245-4e3c-8c67-e3828bf88048): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:40:49.241799 [ 278 ] {fb439448-a5e9-49d1-aedb-6b67d18a6151} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. 2026.02.23 16:40:49.242090 [ 278 ] {fb439448-a5e9-49d1-aedb-6b67d18a6151} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.02.23 16:40:49.242308 [ 278 ] {fb439448-a5e9-49d1-aedb-6b67d18a6151} oximeter.fields_ipaddr (aca7842a-9245-4e3c-8c67-e3828bf88048): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:40:49.242445 [ 278 ] {fb439448-a5e9-49d1-aedb-6b67d18a6151} executeQuery: Read 4 rows, 334.00 B in 0.001166 sec., 3430.5317324185253 rows/sec., 279.74 KiB/sec. 2026.02.23 16:40:49.242484 [ 278 ] {fb439448-a5e9-49d1-aedb-6b67d18a6151} TCPHandler: Processed in 0.001339137 sec. 2026.02.23 16:40:49.242594 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:40:49.242689 [ 278 ] {9b963ec5-14b6-4810-a53d-3578222ae0d4} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.23 16:40:49.242729 [ 278 ] {9b963ec5-14b6-4810-a53d-3578222ae0d4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.23 16:40:49.243853 [ 278 ] {9b963ec5-14b6-4810-a53d-3578222ae0d4} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:40:49.243890 [ 278 ] {9b963ec5-14b6-4810-a53d-3578222ae0d4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. 2026.02.23 16:40:49.244299 [ 278 ] {9b963ec5-14b6-4810-a53d-3578222ae0d4} MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) 2026.02.23 16:40:49.244509 [ 278 ] {9b963ec5-14b6-4810-a53d-3578222ae0d4} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:40:49.244645 [ 278 ] {9b963ec5-14b6-4810-a53d-3578222ae0d4} executeQuery: Read 1382 rows, 118.64 KiB in 0.001974 sec., 700101.3171225938 rows/sec., 58.69 MiB/sec. 2026.02.23 16:40:49.244685 [ 278 ] {9b963ec5-14b6-4810-a53d-3578222ae0d4} TCPHandler: Processed in 0.002140575 sec. 2026.02.23 16:40:49.244802 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:40:49.244897 [ 278 ] {dd4debaa-c825-4f28-b2f4-87f09dae202c} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.23 16:40:49.244938 [ 278 ] {dd4debaa-c825-4f28-b2f4-87f09dae202c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.23 16:40:49.245357 [ 278 ] {dd4debaa-c825-4f28-b2f4-87f09dae202c} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:40:49.245394 [ 278 ] {dd4debaa-c825-4f28-b2f4-87f09dae202c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. 2026.02.23 16:40:49.245688 [ 278 ] {dd4debaa-c825-4f28-b2f4-87f09dae202c} MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) 2026.02.23 16:40:49.245891 [ 278 ] {dd4debaa-c825-4f28-b2f4-87f09dae202c} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:40:49.246022 [ 278 ] {dd4debaa-c825-4f28-b2f4-87f09dae202c} executeQuery: Read 48 rows, 3.65 KiB in 0.001144 sec., 41958.041958041955 rows/sec., 3.11 MiB/sec. 2026.02.23 16:40:49.246059 [ 278 ] {dd4debaa-c825-4f28-b2f4-87f09dae202c} TCPHandler: Processed in 0.001307167 sec. 2026.02.23 16:40:49.246160 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:40:49.246253 [ 278 ] {7770aa64-f852-4416-8b5f-be743f32a553} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.02.23 16:40:49.246293 [ 278 ] {7770aa64-f852-4416-8b5f-be743f32a553} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.02.23 16:40:49.246767 [ 278 ] {7770aa64-f852-4416-8b5f-be743f32a553} oximeter.fields_u32 (3630ead0-c5da-4e23-a9d2-59d0589dc119): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:40:49.246804 [ 278 ] {7770aa64-f852-4416-8b5f-be743f32a553} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. 2026.02.23 16:40:49.247110 [ 278 ] {7770aa64-f852-4416-8b5f-be743f32a553} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.02.23 16:40:49.247315 [ 278 ] {7770aa64-f852-4416-8b5f-be743f32a553} oximeter.fields_u32 (3630ead0-c5da-4e23-a9d2-59d0589dc119): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:40:49.247443 [ 278 ] {7770aa64-f852-4416-8b5f-be743f32a553} executeQuery: Read 252 rows, 17.85 KiB in 0.001207 sec., 208782.1043910522 rows/sec., 14.44 MiB/sec. 2026.02.23 16:40:49.247481 [ 278 ] {7770aa64-f852-4416-8b5f-be743f32a553} TCPHandler: Processed in 0.001370888 sec. 2026.02.23 16:40:49.247590 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:40:49.247684 [ 278 ] {c1585990-2825-48ea-985f-55faec7f6de6} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.02.23 16:40:49.247724 [ 278 ] {c1585990-2825-48ea-985f-55faec7f6de6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.02.23 16:40:49.248119 [ 278 ] {c1585990-2825-48ea-985f-55faec7f6de6} oximeter.fields_u8 (bee44bc4-3670-4879-9501-74bd8c0c3792): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:40:49.248155 [ 278 ] {c1585990-2825-48ea-985f-55faec7f6de6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. 2026.02.23 16:40:49.248460 [ 278 ] {c1585990-2825-48ea-985f-55faec7f6de6} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.02.23 16:40:49.248662 [ 278 ] {c1585990-2825-48ea-985f-55faec7f6de6} oximeter.fields_u8 (bee44bc4-3670-4879-9501-74bd8c0c3792): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:40:49.248793 [ 278 ] {c1585990-2825-48ea-985f-55faec7f6de6} executeQuery: Read 12 rows, 960.00 B in 0.001127 sec., 10647.73735581189 rows/sec., 831.85 KiB/sec. 2026.02.23 16:40:49.248833 [ 278 ] {c1585990-2825-48ea-985f-55faec7f6de6} TCPHandler: Processed in 0.001291537 sec. 2026.02.23 16:40:49.248940 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:40:49.249033 [ 278 ] {6014f773-6153-4e58-84a1-4d73820f283a} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.23 16:40:49.249074 [ 278 ] {6014f773-6153-4e58-84a1-4d73820f283a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.23 16:40:49.249717 [ 278 ] {6014f773-6153-4e58-84a1-4d73820f283a} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:40:49.249754 [ 278 ] {6014f773-6153-4e58-84a1-4d73820f283a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. 2026.02.23 16:40:49.250087 [ 278 ] {6014f773-6153-4e58-84a1-4d73820f283a} MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) 2026.02.23 16:40:49.250292 [ 278 ] {6014f773-6153-4e58-84a1-4d73820f283a} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:40:49.250427 [ 278 ] {6014f773-6153-4e58-84a1-4d73820f283a} executeQuery: Read 592 rows, 45.55 KiB in 0.001411 sec., 419560.59532246634 rows/sec., 31.53 MiB/sec. 2026.02.23 16:40:49.250467 [ 278 ] {6014f773-6153-4e58-84a1-4d73820f283a} TCPHandler: Processed in 0.001576362 sec. 2026.02.23 16:40:49.250569 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:40:49.250662 [ 278 ] {41a0b98d-07d7-478e-a7bf-46d84bd290e7} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.23 16:40:49.250706 [ 278 ] {41a0b98d-07d7-478e-a7bf-46d84bd290e7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.23 16:40:49.251374 [ 278 ] {41a0b98d-07d7-478e-a7bf-46d84bd290e7} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:40:49.251411 [ 278 ] {41a0b98d-07d7-478e-a7bf-46d84bd290e7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. 2026.02.23 16:40:49.251798 [ 278 ] {41a0b98d-07d7-478e-a7bf-46d84bd290e7} MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) 2026.02.23 16:40:49.252004 [ 278 ] {41a0b98d-07d7-478e-a7bf-46d84bd290e7} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:40:49.252137 [ 278 ] {41a0b98d-07d7-478e-a7bf-46d84bd290e7} executeQuery: Read 882 rows, 61.30 KiB in 0.001492 sec., 591152.8150134048 rows/sec., 40.12 MiB/sec. 2026.02.23 16:40:49.252174 [ 278 ] {41a0b98d-07d7-478e-a7bf-46d84bd290e7} TCPHandler: Processed in 0.001654934 sec. 2026.02.23 16:40:49.252283 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:40:49.252377 [ 278 ] {958bdff6-0937-4e0d-8eb0-e0772c160c27} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.23 16:40:49.252431 [ 278 ] {958bdff6-0937-4e0d-8eb0-e0772c160c27} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.23 16:40:49.253277 [ 278 ] {958bdff6-0937-4e0d-8eb0-e0772c160c27} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:40:49.253314 [ 278 ] {958bdff6-0937-4e0d-8eb0-e0772c160c27} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. 2026.02.23 16:40:49.253878 [ 278 ] {958bdff6-0937-4e0d-8eb0-e0772c160c27} MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) 2026.02.23 16:40:49.254098 [ 278 ] {958bdff6-0937-4e0d-8eb0-e0772c160c27} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:40:49.254248 [ 278 ] {958bdff6-0937-4e0d-8eb0-e0772c160c27} executeQuery: Read 32 rows, 58.72 KiB in 0.001889 sec., 16940.179989412387 rows/sec., 30.36 MiB/sec. 2026.02.23 16:40:49.254313 [ 278 ] {958bdff6-0937-4e0d-8eb0-e0772c160c27} TCPHandler: Processed in 0.002078823 sec. 2026.02.23 16:40:49.254428 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:40:49.254522 [ 278 ] {5b5dccc5-306d-4e70-9fd9-347fc2911636} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.23 16:40:49.254564 [ 278 ] {5b5dccc5-306d-4e70-9fd9-347fc2911636} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.23 16:40:49.254901 [ 278 ] {5b5dccc5-306d-4e70-9fd9-347fc2911636} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:40:49.254938 [ 278 ] {5b5dccc5-306d-4e70-9fd9-347fc2911636} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. 2026.02.23 16:40:49.255240 [ 278 ] {5b5dccc5-306d-4e70-9fd9-347fc2911636} MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) 2026.02.23 16:40:49.255445 [ 278 ] {5b5dccc5-306d-4e70-9fd9-347fc2911636} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:40:49.255573 [ 278 ] {5b5dccc5-306d-4e70-9fd9-347fc2911636} executeQuery: Read 60 rows, 4.14 KiB in 0.001069 sec., 56127.22170252572 rows/sec., 3.78 MiB/sec. 2026.02.23 16:40:49.255610 [ 278 ] {5b5dccc5-306d-4e70-9fd9-347fc2911636} TCPHandler: Processed in 0.001231835 sec. 2026.02.23 16:40:50.265910 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 36984 2026.02.23 16:40:50.266501 [ 244 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:40:50.266556 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. 2026.02.23 16:40:50.267102 [ 244 ] {} MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) 2026.02.23 16:40:50.267340 [ 244 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:40:50.267489 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 36984 2026.02.23 16:40:52.234008 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 580 2026.02.23 16:40:52.251409 [ 243 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:40:52.251465 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. 2026.02.23 16:40:52.257627 [ 243 ] {} MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) 2026.02.23 16:40:52.258366 [ 243 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:40:52.261215 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 580 2026.02.23 16:40:52.885970 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 1962 2026.02.23 16:40:52.888456 [ 242 ] {} system.query_log (b83b341e-dbaf-448e-9582-20b3e6cd291d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:40:52.888513 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. 2026.02.23 16:40:52.889738 [ 242 ] {} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2026.02.23 16:40:52.890024 [ 242 ] {} system.query_log (b83b341e-dbaf-448e-9582-20b3e6cd291d): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:40:52.890414 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1962 2026.02.23 16:40:54.205567 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:40:54.205750 [ 278 ] {caaa9202-fdb8-4f95-ade1-e86fef4dc4bf} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.23 16:40:54.205819 [ 278 ] {caaa9202-fdb8-4f95-ade1-e86fef4dc4bf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.23 16:40:54.206535 [ 278 ] {caaa9202-fdb8-4f95-ade1-e86fef4dc4bf} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:40:54.206585 [ 278 ] {caaa9202-fdb8-4f95-ade1-e86fef4dc4bf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. 2026.02.23 16:40:54.206990 [ 278 ] {caaa9202-fdb8-4f95-ade1-e86fef4dc4bf} MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) 2026.02.23 16:40:54.207262 [ 278 ] {caaa9202-fdb8-4f95-ade1-e86fef4dc4bf} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:40:54.207419 [ 278 ] {caaa9202-fdb8-4f95-ade1-e86fef4dc4bf} executeQuery: Read 76 rows, 6.41 KiB in 0.001718 sec., 44237.48544819558 rows/sec., 3.65 MiB/sec. 2026.02.23 16:40:54.207464 [ 278 ] {caaa9202-fdb8-4f95-ade1-e86fef4dc4bf} TCPHandler: Processed in 0.002039482 sec. 2026.02.23 16:40:54.207597 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:40:54.207693 [ 278 ] {f1f8d3c3-9684-480c-bfd5-8d411360f000} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.23 16:40:54.207735 [ 278 ] {f1f8d3c3-9684-480c-bfd5-8d411360f000} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.23 16:40:54.208159 [ 278 ] {f1f8d3c3-9684-480c-bfd5-8d411360f000} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:40:54.208195 [ 278 ] {f1f8d3c3-9684-480c-bfd5-8d411360f000} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. 2026.02.23 16:40:54.208493 [ 278 ] {f1f8d3c3-9684-480c-bfd5-8d411360f000} MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) 2026.02.23 16:40:54.208718 [ 278 ] {f1f8d3c3-9684-480c-bfd5-8d411360f000} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:40:54.208850 [ 278 ] {f1f8d3c3-9684-480c-bfd5-8d411360f000} executeQuery: Read 10 rows, 770.00 B in 0.001175 sec., 8510.63829787234 rows/sec., 639.96 KiB/sec. 2026.02.23 16:40:54.208857 [ 93 ] {} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0 2026.02.23 16:40:54.208890 [ 278 ] {f1f8d3c3-9684-480c-bfd5-8d411360f000} TCPHandler: Processed in 0.001344468 sec. 2026.02.23 16:40:54.208926 [ 93 ] {} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:40:54.208953 [ 93 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. 2026.02.23 16:40:54.209021 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:40:54.209054 [ 189 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_111_22} MergeTask::PrepareStage: Merging 6 parts: from all_1_106_21 to all_111_111_0 into Compact with storage Full 2026.02.23 16:40:54.209120 [ 278 ] {859a52d0-8257-44b8-a410-7ca82343ba4b} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.23 16:40:54.209164 [ 278 ] {859a52d0-8257-44b8-a410-7ca82343ba4b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.23 16:40:54.209167 [ 189 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_111_22} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:40:54.209212 [ 189 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_1_106_21, total 220 rows starting from the beginning of the part 2026.02.23 16:40:54.209281 [ 189 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 16 rows starting from the beginning of the part 2026.02.23 16:40:54.209329 [ 189 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 32 rows starting from the beginning of the part 2026.02.23 16:40:54.209377 [ 189 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 10 rows starting from the beginning of the part 2026.02.23 16:40:54.209419 [ 189 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 48 rows starting from the beginning of the part 2026.02.23 16:40:54.209458 [ 189 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 10 rows starting from the beginning of the part 2026.02.23 16:40:54.209613 [ 278 ] {859a52d0-8257-44b8-a410-7ca82343ba4b} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:40:54.209713 [ 278 ] {859a52d0-8257-44b8-a410-7ca82343ba4b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. 2026.02.23 16:40:54.210041 [ 278 ] {859a52d0-8257-44b8-a410-7ca82343ba4b} MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) 2026.02.23 16:40:54.210257 [ 278 ] {859a52d0-8257-44b8-a410-7ca82343ba4b} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:40:54.210324 [ 202 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_111_22} MergeTask::MergeProjectionsStage: Merge sorted 336 rows, containing 5 columns (5 merged, 0 gathered) in 0.001308547 sec., 256773.35242830406 rows/sec., 18.22 MiB/sec. 2026.02.23 16:40:54.210390 [ 278 ] {859a52d0-8257-44b8-a410-7ca82343ba4b} executeQuery: Read 74 rows, 5.92 KiB in 0.001288 sec., 57453.41614906832 rows/sec., 4.49 MiB/sec. 2026.02.23 16:40:54.210437 [ 278 ] {859a52d0-8257-44b8-a410-7ca82343ba4b} TCPHandler: Processed in 0.00146603 sec. 2026.02.23 16:40:54.210493 [ 224 ] {} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2026.02.23 16:40:54.210528 [ 190 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_111_22} MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary) 2026.02.23 16:40:54.210540 [ 224 ] {} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2026.02.23 16:40:54.210564 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:40:54.210717 [ 278 ] {6ee1dc5a-a2ec-42ea-90b3-d9f0d08f9bbf} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.23 16:40:54.210769 [ 278 ] {6ee1dc5a-a2ec-42ea-90b3-d9f0d08f9bbf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.23 16:40:54.210944 [ 190 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_111_22} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:40:54.211045 [ 190 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_111_22} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22 2026.02.23 16:40:54.211163 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. 2026.02.23 16:40:54.211226 [ 278 ] {6ee1dc5a-a2ec-42ea-90b3-d9f0d08f9bbf} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:40:54.211272 [ 278 ] {6ee1dc5a-a2ec-42ea-90b3-d9f0d08f9bbf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. 2026.02.23 16:40:54.211616 [ 278 ] {6ee1dc5a-a2ec-42ea-90b3-d9f0d08f9bbf} MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) 2026.02.23 16:40:54.211882 [ 278 ] {6ee1dc5a-a2ec-42ea-90b3-d9f0d08f9bbf} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:40:54.212012 [ 278 ] {6ee1dc5a-a2ec-42ea-90b3-d9f0d08f9bbf} executeQuery: Read 160 rows, 11.41 KiB in 0.001313 sec., 121858.33968012186 rows/sec., 8.49 MiB/sec. 2026.02.23 16:40:54.212049 [ 278 ] {6ee1dc5a-a2ec-42ea-90b3-d9f0d08f9bbf} TCPHandler: Processed in 0.001535281 sec. 2026.02.23 16:40:54.212070 [ 221 ] {} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2026.02.23 16:40:54.212100 [ 221 ] {} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2026.02.23 16:40:54.212171 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:40:54.212274 [ 278 ] {f58c49ab-2993-4e49-9fb1-8c6439c08b29} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.23 16:40:54.212330 [ 278 ] {f58c49ab-2993-4e49-9fb1-8c6439c08b29} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.23 16:40:54.213133 [ 278 ] {f58c49ab-2993-4e49-9fb1-8c6439c08b29} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:40:54.213173 [ 278 ] {f58c49ab-2993-4e49-9fb1-8c6439c08b29} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. 2026.02.23 16:40:54.213722 [ 278 ] {f58c49ab-2993-4e49-9fb1-8c6439c08b29} MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) 2026.02.23 16:40:54.214069 [ 278 ] {f58c49ab-2993-4e49-9fb1-8c6439c08b29} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:40:54.214203 [ 93 ] {} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 2026.02.23 16:40:54.214217 [ 278 ] {f58c49ab-2993-4e49-9fb1-8c6439c08b29} executeQuery: Read 10 rows, 18.35 KiB in 0.001961 sec., 5099.439061703212 rows/sec., 9.14 MiB/sec. 2026.02.23 16:40:54.214245 [ 93 ] {} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:40:54.214269 [ 93 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. 2026.02.23 16:40:54.214285 [ 278 ] {f58c49ab-2993-4e49-9fb1-8c6439c08b29} TCPHandler: Processed in 0.002164825 sec. 2026.02.23 16:40:54.214372 [ 196 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::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.02.23 16:40:54.214400 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:40:54.214501 [ 278 ] {ce1d0ce3-685b-4ad1-af8b-a5f827b153e5} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.23 16:40:54.214545 [ 278 ] {ce1d0ce3-685b-4ad1-af8b-a5f827b153e5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.23 16:40:54.214558 [ 224 ] {} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2026.02.23 16:40:54.214614 [ 196 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_106_21} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:40:54.214677 [ 196 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 2127 rows starting from the beginning of the part 2026.02.23 16:40:54.214814 [ 196 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 10 rows starting from the beginning of the part 2026.02.23 16:40:54.214892 [ 278 ] {ce1d0ce3-685b-4ad1-af8b-a5f827b153e5} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:40:54.214924 [ 196 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 32 rows starting from the beginning of the part 2026.02.23 16:40:54.214933 [ 278 ] {ce1d0ce3-685b-4ad1-af8b-a5f827b153e5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. 2026.02.23 16:40:54.215037 [ 196 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 10 rows starting from the beginning of the part 2026.02.23 16:40:54.215141 [ 196 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 32 rows starting from the beginning of the part 2026.02.23 16:40:54.215239 [ 196 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 10 rows starting from the beginning of the part 2026.02.23 16:40:54.215264 [ 278 ] {ce1d0ce3-685b-4ad1-af8b-a5f827b153e5} MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) 2026.02.23 16:40:54.215519 [ 278 ] {ce1d0ce3-685b-4ad1-af8b-a5f827b153e5} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:40:54.215561 [ 221 ] {} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2026.02.23 16:40:54.215663 [ 278 ] {ce1d0ce3-685b-4ad1-af8b-a5f827b153e5} executeQuery: Read 60 rows, 4.14 KiB in 0.001179 sec., 50890.58524173028 rows/sec., 3.43 MiB/sec. 2026.02.23 16:40:54.215709 [ 278 ] {ce1d0ce3-685b-4ad1-af8b-a5f827b153e5} TCPHandler: Processed in 0.001358298 sec. 2026.02.23 16:40:54.225492 [ 202 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_106_21} MergeTask::MergeProjectionsStage: Merge sorted 2221 rows, containing 19 columns (19 merged, 0 gathered) in 0.01116728 sec., 198884.59857727218 rows/sec., 356.39 MiB/sec. 2026.02.23 16:40:54.227534 [ 199 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_106_21} MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) 2026.02.23 16:40:54.227877 [ 199 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_106_21} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:40:54.227971 [ 199 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_106_21} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 2026.02.23 16:40:54.228144 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 18.31 MiB. 2026.02.23 16:40:55.000211 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 375.48 MiB, peak 394.03 MiB, free memory in arenas 0.00 B, will set to 379.65 MiB (RSS), difference: 4.17 MiB 2026.02.23 16:40:55.129782 [ 223 ] {} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2026.02.23 16:40:55.129831 [ 223 ] {} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2026.02.23 16:40:55.133539 [ 223 ] {} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2026.02.23 16:40:55.922111 [ 222 ] {} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2026.02.23 16:40:55.922166 [ 222 ] {} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2026.02.23 16:40:55.924860 [ 222 ] {} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2026.02.23 16:40:57.574143 [ 73 ] {} DNSResolver: Updating DNS cache 2026.02.23 16:40:57.574197 [ 73 ] {} DNSResolver: Updated DNS cache 2026.02.23 16:40:57.767847 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 37432 2026.02.23 16:40:57.768642 [ 244 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:40:57.768686 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.02.23 16:40:57.769156 [ 244 ] {} MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) 2026.02.23 16:40:57.769374 [ 244 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:40:57.769513 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 37432 2026.02.23 16:40:59.206265 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:40:59.206444 [ 278 ] {0c218c9c-e0ee-4bb2-8a08-7baafd1290a0} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.23 16:40:59.206509 [ 278 ] {0c218c9c-e0ee-4bb2-8a08-7baafd1290a0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.23 16:40:59.207233 [ 278 ] {0c218c9c-e0ee-4bb2-8a08-7baafd1290a0} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:40:59.207281 [ 278 ] {0c218c9c-e0ee-4bb2-8a08-7baafd1290a0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.02.23 16:40:59.207680 [ 278 ] {0c218c9c-e0ee-4bb2-8a08-7baafd1290a0} MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) 2026.02.23 16:40:59.207896 [ 278 ] {0c218c9c-e0ee-4bb2-8a08-7baafd1290a0} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:40:59.208044 [ 278 ] {0c218c9c-e0ee-4bb2-8a08-7baafd1290a0} executeQuery: Read 120 rows, 10.47 KiB in 0.00165 sec., 72727.27272727272 rows/sec., 6.20 MiB/sec. 2026.02.23 16:40:59.208085 [ 278 ] {0c218c9c-e0ee-4bb2-8a08-7baafd1290a0} TCPHandler: Processed in 0.00194779 sec. 2026.02.23 16:40:59.208210 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:40:59.208303 [ 278 ] {c93c9295-cf5d-4c41-ab2b-73e89604945b} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.23 16:40:59.208343 [ 278 ] {c93c9295-cf5d-4c41-ab2b-73e89604945b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.23 16:40:59.208752 [ 278 ] {c93c9295-cf5d-4c41-ab2b-73e89604945b} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:40:59.208788 [ 278 ] {c93c9295-cf5d-4c41-ab2b-73e89604945b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.02.23 16:40:59.209071 [ 278 ] {c93c9295-cf5d-4c41-ab2b-73e89604945b} MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) 2026.02.23 16:40:59.209279 [ 278 ] {c93c9295-cf5d-4c41-ab2b-73e89604945b} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:40:59.209403 [ 278 ] {c93c9295-cf5d-4c41-ab2b-73e89604945b} executeQuery: Read 32 rows, 2.41 KiB in 0.001118 sec., 28622.540250447226 rows/sec., 2.10 MiB/sec. 2026.02.23 16:40:59.209440 [ 278 ] {c93c9295-cf5d-4c41-ab2b-73e89604945b} TCPHandler: Processed in 0.001277476 sec. 2026.02.23 16:40:59.209538 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:40:59.209630 [ 278 ] {8cda85bd-ab0a-4417-91ec-7f7261898b97} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.23 16:40:59.209669 [ 278 ] {8cda85bd-ab0a-4417-91ec-7f7261898b97} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.23 16:40:59.210089 [ 278 ] {8cda85bd-ab0a-4417-91ec-7f7261898b97} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:40:59.210122 [ 278 ] {8cda85bd-ab0a-4417-91ec-7f7261898b97} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.02.23 16:40:59.210408 [ 278 ] {8cda85bd-ab0a-4417-91ec-7f7261898b97} MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) 2026.02.23 16:40:59.210605 [ 278 ] {8cda85bd-ab0a-4417-91ec-7f7261898b97} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:40:59.210727 [ 278 ] {8cda85bd-ab0a-4417-91ec-7f7261898b97} executeQuery: Read 96 rows, 7.68 KiB in 0.001115 sec., 86098.65470852017 rows/sec., 6.72 MiB/sec. 2026.02.23 16:40:59.210763 [ 278 ] {8cda85bd-ab0a-4417-91ec-7f7261898b97} TCPHandler: Processed in 0.001271316 sec. 2026.02.23 16:40:59.210872 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:40:59.210964 [ 278 ] {cbe7c88e-98c3-4b21-b083-d325c4b9c4ed} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.23 16:40:59.211006 [ 278 ] {cbe7c88e-98c3-4b21-b083-d325c4b9c4ed} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.23 16:40:59.211403 [ 278 ] {cbe7c88e-98c3-4b21-b083-d325c4b9c4ed} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:40:59.211436 [ 278 ] {cbe7c88e-98c3-4b21-b083-d325c4b9c4ed} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.02.23 16:40:59.211751 [ 278 ] {cbe7c88e-98c3-4b21-b083-d325c4b9c4ed} MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) 2026.02.23 16:40:59.211949 [ 278 ] {cbe7c88e-98c3-4b21-b083-d325c4b9c4ed} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:40:59.212051 [ 71 ] {} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140) (MergerMutator): Selected 4 parts from all_1_109_22 to all_112_112_0 2026.02.23 16:40:59.212071 [ 278 ] {cbe7c88e-98c3-4b21-b083-d325c4b9c4ed} executeQuery: Read 160 rows, 11.41 KiB in 0.001124 sec., 142348.75444839857 rows/sec., 9.91 MiB/sec. 2026.02.23 16:40:59.212089 [ 71 ] {} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:40:59.212108 [ 278 ] {cbe7c88e-98c3-4b21-b083-d325c4b9c4ed} TCPHandler: Processed in 0.001283066 sec. 2026.02.23 16:40:59.212108 [ 71 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.02.23 16:40:59.212223 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:40:59.212229 [ 198 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_112_23} MergeTask::PrepareStage: Merging 4 parts: from all_1_109_22 to all_112_112_0 into Compact with storage Full 2026.02.23 16:40:59.212320 [ 278 ] {8f077cbd-fa0a-4a5e-938f-19cc82325974} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.23 16:40:59.212381 [ 278 ] {8f077cbd-fa0a-4a5e-938f-19cc82325974} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.23 16:40:59.212396 [ 198 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_112_23} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:40:59.212443 [ 198 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_112_23} MergeTreeSequentialSource: Reading 6 marks from part all_1_109_22, total 32894 rows starting from the beginning of the part 2026.02.23 16:40:59.212518 [ 198 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_112_23} MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 160 rows starting from the beginning of the part 2026.02.23 16:40:59.212571 [ 198 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_112_23} MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 160 rows starting from the beginning of the part 2026.02.23 16:40:59.212620 [ 198 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_112_23} MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 882 rows starting from the beginning of the part 2026.02.23 16:40:59.213245 [ 278 ] {8f077cbd-fa0a-4a5e-938f-19cc82325974} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:40:59.213286 [ 278 ] {8f077cbd-fa0a-4a5e-938f-19cc82325974} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.02.23 16:40:59.213871 [ 278 ] {8f077cbd-fa0a-4a5e-938f-19cc82325974} MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) 2026.02.23 16:40:59.214098 [ 278 ] {8f077cbd-fa0a-4a5e-938f-19cc82325974} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:40:59.214243 [ 278 ] {8f077cbd-fa0a-4a5e-938f-19cc82325974} executeQuery: Read 32 rows, 58.72 KiB in 0.001943 sec., 16469.37725167267 rows/sec., 29.51 MiB/sec. 2026.02.23 16:40:59.214313 [ 278 ] {8f077cbd-fa0a-4a5e-938f-19cc82325974} TCPHandler: Processed in 0.002141233 sec. 2026.02.23 16:40:59.214322 [ 224 ] {} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): 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.02.23 16:40:59.214371 [ 224 ] {} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): 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.02.23 16:40:59.214428 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:40:59.214531 [ 278 ] {18a20e1f-40c0-4315-9297-898b8eb96645} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.23 16:40:59.214573 [ 278 ] {18a20e1f-40c0-4315-9297-898b8eb96645} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.23 16:40:59.214945 [ 278 ] {18a20e1f-40c0-4315-9297-898b8eb96645} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:40:59.214983 [ 278 ] {18a20e1f-40c0-4315-9297-898b8eb96645} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.02.23 16:40:59.215331 [ 278 ] {18a20e1f-40c0-4315-9297-898b8eb96645} MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) 2026.02.23 16:40:59.215548 [ 278 ] {18a20e1f-40c0-4315-9297-898b8eb96645} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:40:59.215677 [ 278 ] {18a20e1f-40c0-4315-9297-898b8eb96645} executeQuery: Read 60 rows, 4.14 KiB in 0.001166 sec., 51457.975986277874 rows/sec., 3.47 MiB/sec. 2026.02.23 16:40:59.215714 [ 278 ] {18a20e1f-40c0-4315-9297-898b8eb96645} TCPHandler: Processed in 0.001336597 sec. 2026.02.23 16:40:59.216844 [ 224 ] {} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): 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.02.23 16:40:59.218961 [ 191 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_112_23} MergeTask::MergeProjectionsStage: Merge sorted 34096 rows, containing 5 columns (5 merged, 0 gathered) in 0.006787 sec., 5023721.821128628 rows/sec., 342.80 MiB/sec. 2026.02.23 16:40:59.219267 [ 195 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_112_23} MergedBlockOutputStream: filled checksums all_1_112_23 (state Temporary) 2026.02.23 16:40:59.219600 [ 195 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_112_23} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Renaming temporary part tmp_merge_all_1_112_23 to all_1_112_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:40:59.219673 [ 195 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_112_23} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140) (MergerMutator): Merged 4 parts: [all_1_109_22, all_112_112_0] -> all_1_112_23 2026.02.23 16:40:59.219755 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.32 MiB. 2026.02.23 16:40:59.424787 [ 217 ] {} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2026.02.23 16:40:59.424837 [ 217 ] {} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2026.02.23 16:40:59.427500 [ 217 ] {} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2026.02.23 16:40:59.761380 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 588 2026.02.23 16:40:59.779147 [ 243 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:40:59.779196 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.02.23 16:40:59.785473 [ 243 ] {} MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) 2026.02.23 16:40:59.786158 [ 243 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:40:59.789193 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 588 2026.02.23 16:41:02.890658 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 1986 2026.02.23 16:41:02.892953 [ 242 ] {} system.query_log (b83b341e-dbaf-448e-9582-20b3e6cd291d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:41:02.893011 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.02.23 16:41:02.894237 [ 242 ] {} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2026.02.23 16:41:02.894524 [ 242 ] {} system.query_log (b83b341e-dbaf-448e-9582-20b3e6cd291d): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:41:02.894925 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1986 2026.02.23 16:41:04.205447 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:41:04.205643 [ 278 ] {289a28b6-b798-4a54-a159-6a71b99ccce6} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.02.23 16:41:04.205715 [ 278 ] {289a28b6-b798-4a54-a159-6a71b99ccce6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.02.23 16:41:04.206342 [ 278 ] {289a28b6-b798-4a54-a159-6a71b99ccce6} oximeter.fields_ipaddr (aca7842a-9245-4e3c-8c67-e3828bf88048): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:41:04.206390 [ 278 ] {289a28b6-b798-4a54-a159-6a71b99ccce6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.02.23 16:41:04.206763 [ 278 ] {289a28b6-b798-4a54-a159-6a71b99ccce6} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.02.23 16:41:04.206981 [ 278 ] {289a28b6-b798-4a54-a159-6a71b99ccce6} oximeter.fields_ipaddr (aca7842a-9245-4e3c-8c67-e3828bf88048): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:41:04.207135 [ 278 ] {289a28b6-b798-4a54-a159-6a71b99ccce6} executeQuery: Read 4 rows, 334.00 B in 0.001544 sec., 2590.6735751295337 rows/sec., 211.25 KiB/sec. 2026.02.23 16:41:04.207178 [ 278 ] {289a28b6-b798-4a54-a159-6a71b99ccce6} TCPHandler: Processed in 0.001872489 sec. 2026.02.23 16:41:04.207296 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:41:04.207392 [ 278 ] {a65268a2-940c-4a95-a062-c4616fef1466} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.23 16:41:04.207433 [ 278 ] {a65268a2-940c-4a95-a062-c4616fef1466} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.23 16:41:04.207848 [ 278 ] {a65268a2-940c-4a95-a062-c4616fef1466} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:41:04.207885 [ 278 ] {a65268a2-940c-4a95-a062-c4616fef1466} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.02.23 16:41:04.208216 [ 278 ] {a65268a2-940c-4a95-a062-c4616fef1466} MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) 2026.02.23 16:41:04.208427 [ 278 ] {a65268a2-940c-4a95-a062-c4616fef1466} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:41:04.208553 [ 278 ] {a65268a2-940c-4a95-a062-c4616fef1466} executeQuery: Read 78 rows, 6.56 KiB in 0.001179 sec., 66157.76081424937 rows/sec., 5.43 MiB/sec. 2026.02.23 16:41:04.208591 [ 278 ] {a65268a2-940c-4a95-a062-c4616fef1466} TCPHandler: Processed in 0.001346578 sec. 2026.02.23 16:41:04.208703 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:41:04.208804 [ 278 ] {95c8b53b-9c5f-438f-80da-7386d1311212} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.23 16:41:04.208845 [ 278 ] {95c8b53b-9c5f-438f-80da-7386d1311212} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.23 16:41:04.209233 [ 278 ] {95c8b53b-9c5f-438f-80da-7386d1311212} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:41:04.209270 [ 278 ] {95c8b53b-9c5f-438f-80da-7386d1311212} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.02.23 16:41:04.209557 [ 278 ] {95c8b53b-9c5f-438f-80da-7386d1311212} MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) 2026.02.23 16:41:04.209753 [ 278 ] {95c8b53b-9c5f-438f-80da-7386d1311212} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:41:04.209878 [ 278 ] {95c8b53b-9c5f-438f-80da-7386d1311212} executeQuery: Read 14 rows, 1.03 KiB in 0.001092 sec., 12820.51282051282 rows/sec., 944.37 KiB/sec. 2026.02.23 16:41:04.209918 [ 278 ] {95c8b53b-9c5f-438f-80da-7386d1311212} TCPHandler: Processed in 0.001264616 sec. 2026.02.23 16:41:04.210025 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:41:04.210122 [ 278 ] {963e4917-6e78-4b03-871f-4a3751192909} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.23 16:41:04.210163 [ 278 ] {963e4917-6e78-4b03-871f-4a3751192909} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.23 16:41:04.210579 [ 278 ] {963e4917-6e78-4b03-871f-4a3751192909} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:41:04.210616 [ 278 ] {963e4917-6e78-4b03-871f-4a3751192909} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.02.23 16:41:04.210934 [ 278 ] {963e4917-6e78-4b03-871f-4a3751192909} MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) 2026.02.23 16:41:04.211143 [ 278 ] {963e4917-6e78-4b03-871f-4a3751192909} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:41:04.211271 [ 278 ] {963e4917-6e78-4b03-871f-4a3751192909} executeQuery: Read 78 rows, 6.24 KiB in 0.001168 sec., 66780.82191780822 rows/sec., 5.22 MiB/sec. 2026.02.23 16:41:04.211309 [ 278 ] {963e4917-6e78-4b03-871f-4a3751192909} TCPHandler: Processed in 0.001336218 sec. 2026.02.23 16:41:04.211421 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:41:04.211517 [ 278 ] {9412251d-c5af-4a51-ab84-204204e9f64c} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.23 16:41:04.211561 [ 278 ] {9412251d-c5af-4a51-ab84-204204e9f64c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.23 16:41:04.211956 [ 278 ] {9412251d-c5af-4a51-ab84-204204e9f64c} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:41:04.211991 [ 278 ] {9412251d-c5af-4a51-ab84-204204e9f64c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.02.23 16:41:04.212325 [ 278 ] {9412251d-c5af-4a51-ab84-204204e9f64c} MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) 2026.02.23 16:41:04.212556 [ 278 ] {9412251d-c5af-4a51-ab84-204204e9f64c} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:41:04.212688 [ 278 ] {9412251d-c5af-4a51-ab84-204204e9f64c} executeQuery: Read 162 rows, 11.55 KiB in 0.001189 sec., 136248.9486963835 rows/sec., 9.49 MiB/sec. 2026.02.23 16:41:04.212725 [ 278 ] {9412251d-c5af-4a51-ab84-204204e9f64c} TCPHandler: Processed in 0.001353988 sec. 2026.02.23 16:41:04.212848 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:41:04.212970 [ 278 ] {a53b08de-ac74-4eb2-adf8-b50bff56f07f} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.23 16:41:04.213036 [ 278 ] {a53b08de-ac74-4eb2-adf8-b50bff56f07f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.23 16:41:04.213882 [ 278 ] {a53b08de-ac74-4eb2-adf8-b50bff56f07f} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:41:04.213919 [ 278 ] {a53b08de-ac74-4eb2-adf8-b50bff56f07f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.02.23 16:41:04.214444 [ 278 ] {a53b08de-ac74-4eb2-adf8-b50bff56f07f} MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) 2026.02.23 16:41:04.214665 [ 278 ] {a53b08de-ac74-4eb2-adf8-b50bff56f07f} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:41:04.214806 [ 278 ] {a53b08de-ac74-4eb2-adf8-b50bff56f07f} executeQuery: Read 10 rows, 18.35 KiB in 0.001861 sec., 5373.455131649651 rows/sec., 9.63 MiB/sec. 2026.02.23 16:41:04.214872 [ 278 ] {a53b08de-ac74-4eb2-adf8-b50bff56f07f} TCPHandler: Processed in 0.002084443 sec. 2026.02.23 16:41:04.214983 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:41:04.215078 [ 278 ] {dd01bc9b-6621-4022-a437-0506a247e12d} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.23 16:41:04.215121 [ 278 ] {dd01bc9b-6621-4022-a437-0506a247e12d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.23 16:41:04.215457 [ 278 ] {dd01bc9b-6621-4022-a437-0506a247e12d} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:41:04.215493 [ 278 ] {dd01bc9b-6621-4022-a437-0506a247e12d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.02.23 16:41:04.215811 [ 278 ] {dd01bc9b-6621-4022-a437-0506a247e12d} MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) 2026.02.23 16:41:04.216023 [ 278 ] {dd01bc9b-6621-4022-a437-0506a247e12d} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:41:04.216149 [ 278 ] {dd01bc9b-6621-4022-a437-0506a247e12d} executeQuery: Read 60 rows, 4.14 KiB in 0.001089 sec., 55096.418732782375 rows/sec., 3.71 MiB/sec. 2026.02.23 16:41:04.216187 [ 278 ] {dd01bc9b-6621-4022-a437-0506a247e12d} TCPHandler: Processed in 0.001253075 sec. 2026.02.23 16:41:05.270539 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 37944 2026.02.23 16:41:05.271115 [ 244 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:41:05.271153 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.02.23 16:41:05.271640 [ 244 ] {} MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) 2026.02.23 16:41:05.271879 [ 244 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:41:05.272024 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 37944 2026.02.23 16:41:07.290188 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 595 2026.02.23 16:41:07.308447 [ 243 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:41:07.308508 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.02.23 16:41:07.314723 [ 243 ] {} MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) 2026.02.23 16:41:07.315483 [ 243 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:41:07.318654 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 595 2026.02.23 16:41:09.206025 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:41:09.206219 [ 278 ] {0c461d6f-f482-4bec-8cc8-4d39f789bcf3} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.23 16:41:09.206286 [ 278 ] {0c461d6f-f482-4bec-8cc8-4d39f789bcf3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.23 16:41:09.206945 [ 278 ] {0c461d6f-f482-4bec-8cc8-4d39f789bcf3} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:41:09.206992 [ 278 ] {0c461d6f-f482-4bec-8cc8-4d39f789bcf3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.02.23 16:41:09.207401 [ 278 ] {0c461d6f-f482-4bec-8cc8-4d39f789bcf3} MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) 2026.02.23 16:41:09.207636 [ 278 ] {0c461d6f-f482-4bec-8cc8-4d39f789bcf3} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:41:09.207787 [ 57 ] {} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0 2026.02.23 16:41:09.207798 [ 278 ] {0c461d6f-f482-4bec-8cc8-4d39f789bcf3} executeQuery: Read 120 rows, 10.47 KiB in 0.001628 sec., 73710.0737100737 rows/sec., 6.28 MiB/sec. 2026.02.23 16:41:09.207862 [ 57 ] {} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:41:09.207890 [ 278 ] {0c461d6f-f482-4bec-8cc8-4d39f789bcf3} TCPHandler: Processed in 0.001996411 sec. 2026.02.23 16:41:09.207893 [ 57 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.02.23 16:41:09.208029 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:41:09.208048 [ 202 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_116_23} MergeTask::PrepareStage: Merging 6 parts: from all_1_111_22 to all_116_116_0 into Compact with storage Full 2026.02.23 16:41:09.208137 [ 278 ] {b7de2f75-f201-411d-9608-58986763197b} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.23 16:41:09.208187 [ 278 ] {b7de2f75-f201-411d-9608-58986763197b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.23 16:41:09.208192 [ 202 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_116_23} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:41:09.208235 [ 202 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_1_111_22, total 2157 rows starting from the beginning of the part 2026.02.23 16:41:09.208307 [ 202 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 1382 rows starting from the beginning of the part 2026.02.23 16:41:09.208357 [ 202 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 76 rows starting from the beginning of the part 2026.02.23 16:41:09.208398 [ 202 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 120 rows starting from the beginning of the part 2026.02.23 16:41:09.208461 [ 202 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 78 rows starting from the beginning of the part 2026.02.23 16:41:09.208513 [ 202 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 120 rows starting from the beginning of the part 2026.02.23 16:41:09.208627 [ 278 ] {b7de2f75-f201-411d-9608-58986763197b} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:41:09.208671 [ 278 ] {b7de2f75-f201-411d-9608-58986763197b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.02.23 16:41:09.209013 [ 278 ] {b7de2f75-f201-411d-9608-58986763197b} MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) 2026.02.23 16:41:09.209232 [ 278 ] {b7de2f75-f201-411d-9608-58986763197b} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:41:09.209372 [ 278 ] {b7de2f75-f201-411d-9608-58986763197b} executeQuery: Read 32 rows, 2.41 KiB in 0.001259 sec., 25416.997617156474 rows/sec., 1.87 MiB/sec. 2026.02.23 16:41:09.209413 [ 278 ] {b7de2f75-f201-411d-9608-58986763197b} TCPHandler: Processed in 0.001437629 sec. 2026.02.23 16:41:09.209526 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:41:09.209624 [ 278 ] {6d1049c8-a5bd-41c0-be9d-7f568d9aa257} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.23 16:41:09.209665 [ 278 ] {6d1049c8-a5bd-41c0-be9d-7f568d9aa257} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.23 16:41:09.210091 [ 278 ] {6d1049c8-a5bd-41c0-be9d-7f568d9aa257} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:41:09.210128 [ 278 ] {6d1049c8-a5bd-41c0-be9d-7f568d9aa257} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.02.23 16:41:09.210139 [ 191 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_116_23} MergeTask::MergeProjectionsStage: Merge sorted 3933 rows, containing 5 columns (5 merged, 0 gathered) in 0.002152794 sec., 1826928.1686961225 rows/sec., 158.52 MiB/sec. 2026.02.23 16:41:09.210379 [ 202 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_116_23} MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary) 2026.02.23 16:41:09.210466 [ 278 ] {6d1049c8-a5bd-41c0-be9d-7f568d9aa257} MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) 2026.02.23 16:41:09.210717 [ 202 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_116_23} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:41:09.210760 [ 278 ] {6d1049c8-a5bd-41c0-be9d-7f568d9aa257} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:41:09.210802 [ 202 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_116_23} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23 2026.02.23 16:41:09.210890 [ 202 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.97 MiB. 2026.02.23 16:41:09.210894 [ 57 ] {} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0 2026.02.23 16:41:09.210905 [ 278 ] {6d1049c8-a5bd-41c0-be9d-7f568d9aa257} executeQuery: Read 96 rows, 7.68 KiB in 0.001301 sec., 73789.39277478862 rows/sec., 5.76 MiB/sec. 2026.02.23 16:41:09.210941 [ 57 ] {} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:41:09.210962 [ 278 ] {6d1049c8-a5bd-41c0-be9d-7f568d9aa257} TCPHandler: Processed in 0.00148635 sec. 2026.02.23 16:41:09.210967 [ 57 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.02.23 16:41:09.211061 [ 187 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_116_23} MergeTask::PrepareStage: Merging 6 parts: from all_1_111_22 to all_116_116_0 into Compact with storage Full 2026.02.23 16:41:09.211089 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:41:09.211149 [ 187 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_116_23} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:41:09.211176 [ 187 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_1_111_22, total 1066 rows starting from the beginning of the part 2026.02.23 16:41:09.211186 [ 278 ] {fda57ea7-59f8-411a-9132-2f307ff07a08} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.23 16:41:09.211231 [ 278 ] {fda57ea7-59f8-411a-9132-2f307ff07a08} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.23 16:41:09.211233 [ 187 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 592 rows starting from the beginning of the part 2026.02.23 16:41:09.211285 [ 187 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 74 rows starting from the beginning of the part 2026.02.23 16:41:09.211324 [ 187 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 96 rows starting from the beginning of the part 2026.02.23 16:41:09.211363 [ 187 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 78 rows starting from the beginning of the part 2026.02.23 16:41:09.211402 [ 187 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 96 rows starting from the beginning of the part 2026.02.23 16:41:09.211640 [ 278 ] {fda57ea7-59f8-411a-9132-2f307ff07a08} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:41:09.211675 [ 278 ] {fda57ea7-59f8-411a-9132-2f307ff07a08} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.02.23 16:41:09.212011 [ 278 ] {fda57ea7-59f8-411a-9132-2f307ff07a08} MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) 2026.02.23 16:41:09.212221 [ 278 ] {fda57ea7-59f8-411a-9132-2f307ff07a08} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:41:09.212358 [ 278 ] {fda57ea7-59f8-411a-9132-2f307ff07a08} executeQuery: Read 160 rows, 11.41 KiB in 0.00119 sec., 134453.78151260503 rows/sec., 9.36 MiB/sec. 2026.02.23 16:41:09.212397 [ 278 ] {fda57ea7-59f8-411a-9132-2f307ff07a08} TCPHandler: Processed in 0.001357088 sec. 2026.02.23 16:41:09.212438 [ 187 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_116_23} MergeTask::MergeProjectionsStage: Merge sorted 2002 rows, containing 5 columns (5 merged, 0 gathered) in 0.00141248 sec., 1417365.2016311735 rows/sec., 110.90 MiB/sec. 2026.02.23 16:41:09.212497 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:41:09.212592 [ 278 ] {28ee2df7-0459-4dbe-81e5-996b6b81a682} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.23 16:41:09.212631 [ 194 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_116_23} MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary) 2026.02.23 16:41:09.212646 [ 278 ] {28ee2df7-0459-4dbe-81e5-996b6b81a682} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.23 16:41:09.212911 [ 194 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_116_23} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:41:09.212993 [ 194 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_116_23} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23 2026.02.23 16:41:09.213089 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.59 MiB. 2026.02.23 16:41:09.213459 [ 278 ] {28ee2df7-0459-4dbe-81e5-996b6b81a682} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:41:09.213500 [ 278 ] {28ee2df7-0459-4dbe-81e5-996b6b81a682} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.02.23 16:41:09.214057 [ 278 ] {28ee2df7-0459-4dbe-81e5-996b6b81a682} MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) 2026.02.23 16:41:09.214288 [ 278 ] {28ee2df7-0459-4dbe-81e5-996b6b81a682} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:41:09.214428 [ 278 ] {28ee2df7-0459-4dbe-81e5-996b6b81a682} executeQuery: Read 32 rows, 58.72 KiB in 0.001854 sec., 17259.97842502697 rows/sec., 30.93 MiB/sec. 2026.02.23 16:41:09.214495 [ 278 ] {28ee2df7-0459-4dbe-81e5-996b6b81a682} TCPHandler: Processed in 0.002045692 sec. 2026.02.23 16:41:09.214609 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:41:09.214704 [ 278 ] {e016b0b5-1136-41b8-840e-de09e472137b} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.23 16:41:09.214746 [ 278 ] {e016b0b5-1136-41b8-840e-de09e472137b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.23 16:41:09.215078 [ 278 ] {e016b0b5-1136-41b8-840e-de09e472137b} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:41:09.215114 [ 278 ] {e016b0b5-1136-41b8-840e-de09e472137b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.02.23 16:41:09.215423 [ 278 ] {e016b0b5-1136-41b8-840e-de09e472137b} MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) 2026.02.23 16:41:09.215658 [ 278 ] {e016b0b5-1136-41b8-840e-de09e472137b} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:41:09.215788 [ 278 ] {e016b0b5-1136-41b8-840e-de09e472137b} executeQuery: Read 60 rows, 4.14 KiB in 0.001102 sec., 54446.4609800363 rows/sec., 3.67 MiB/sec. 2026.02.23 16:41:09.215785 [ 44 ] {} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0 2026.02.23 16:41:09.215825 [ 278 ] {e016b0b5-1136-41b8-840e-de09e472137b} TCPHandler: Processed in 0.001265646 sec. 2026.02.23 16:41:09.215867 [ 44 ] {} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:41:09.215897 [ 44 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.02.23 16:41:09.215976 [ 187 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_116_23} MergeTask::PrepareStage: Merging 6 parts: from all_1_111_22 to all_116_116_0 into Compact with storage Full 2026.02.23 16:41:09.216064 [ 187 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_116_23} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:41:09.216091 [ 187 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_1_111_22, total 6750 rows starting from the beginning of the part 2026.02.23 16:41:09.216142 [ 187 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 60 rows starting from the beginning of the part 2026.02.23 16:41:09.216182 [ 187 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 60 rows starting from the beginning of the part 2026.02.23 16:41:09.216219 [ 187 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 60 rows starting from the beginning of the part 2026.02.23 16:41:09.216256 [ 187 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 60 rows starting from the beginning of the part 2026.02.23 16:41:09.216297 [ 187 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 60 rows starting from the beginning of the part 2026.02.23 16:41:09.218017 [ 193 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_116_23} MergeTask::MergeProjectionsStage: Merge sorted 7050 rows, containing 4 columns (4 merged, 0 gathered) in 0.002070402 sec., 3405135.8142041983 rows/sec., 225.19 MiB/sec. 2026.02.23 16:41:09.218396 [ 187 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_116_23} MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary) 2026.02.23 16:41:09.218643 [ 187 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_116_23} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:41:09.218704 [ 187 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_116_23} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23 2026.02.23 16:41:09.218764 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.26 MiB. 2026.02.23 16:41:11.558049 [ 352 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43014 2026.02.23 16:41:11.558171 [ 352 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:41:11.558203 [ 352 ] {} TCP-Session: 7a53960b-b624-46df-b82c-09dab77395ca Authenticating user 'default' from [fd00:1122:3344:101::e]:43014 2026.02.23 16:41:11.558227 [ 352 ] {} TCP-Session: 7a53960b-b624-46df-b82c-09dab77395ca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:41:11.558239 [ 352 ] {} TCP-Session: 7a53960b-b624-46df-b82c-09dab77395ca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:41:11.558456 [ 356 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57518 2026.02.23 16:41:11.558472 [ 357 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56902 2026.02.23 16:41:11.558501 [ 360 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:65456 2026.02.23 16:41:11.558521 [ 365 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50807 2026.02.23 16:41:11.558538 [ 366 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48290 2026.02.23 16:41:11.558574 [ 356 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:41:11.558596 [ 360 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:41:11.558603 [ 365 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:41:11.558600 [ 357 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:41:11.558621 [ 356 ] {} TCP-Session: dd9aa2ac-7cde-4338-9389-b6fe7bb93db4 Authenticating user 'default' from [fd00:1122:3344:101::e]:57518 2026.02.23 16:41:11.558635 [ 365 ] {} TCP-Session: e7e2da3b-1b62-4e06-9c63-f80258df6a9e Authenticating user 'default' from [fd00:1122:3344:101::e]:50807 2026.02.23 16:41:11.558641 [ 366 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:41:11.558672 [ 365 ] {} TCP-Session: e7e2da3b-1b62-4e06-9c63-f80258df6a9e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:41:11.558670 [ 356 ] {} TCP-Session: dd9aa2ac-7cde-4338-9389-b6fe7bb93db4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:41:11.558692 [ 366 ] {} TCP-Session: c49e2f8d-9c32-45dc-9021-8cbef9567670 Authenticating user 'default' from [fd00:1122:3344:101::e]:48290 2026.02.23 16:41:11.558695 [ 365 ] {} TCP-Session: e7e2da3b-1b62-4e06-9c63-f80258df6a9e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:41:11.558704 [ 356 ] {} TCP-Session: dd9aa2ac-7cde-4338-9389-b6fe7bb93db4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:41:11.558722 [ 366 ] {} TCP-Session: c49e2f8d-9c32-45dc-9021-8cbef9567670 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:41:11.558659 [ 357 ] {} TCP-Session: 20af95f2-62c0-4c3c-a5ea-cf014b76e425 Authenticating user 'default' from [fd00:1122:3344:101::e]:56902 2026.02.23 16:41:11.558750 [ 366 ] {} TCP-Session: c49e2f8d-9c32-45dc-9021-8cbef9567670 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:41:11.558635 [ 352 ] {} TCP-Session: 7a53960b-b624-46df-b82c-09dab77395ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:41:11.558778 [ 357 ] {} TCP-Session: 20af95f2-62c0-4c3c-a5ea-cf014b76e425 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:41:11.558622 [ 360 ] {} TCP-Session: 418293b9-2bf0-4976-af3d-f0b19aa5aaf1 Authenticating user 'default' from [fd00:1122:3344:101::e]:65456 2026.02.23 16:41:11.558813 [ 357 ] {} TCP-Session: 20af95f2-62c0-4c3c-a5ea-cf014b76e425 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:41:11.558838 [ 360 ] {} TCP-Session: 418293b9-2bf0-4976-af3d-f0b19aa5aaf1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:41:11.558488 [ 358 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58430 2026.02.23 16:41:11.558862 [ 360 ] {} TCP-Session: 418293b9-2bf0-4976-af3d-f0b19aa5aaf1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:41:11.558490 [ 359 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41747 2026.02.23 16:41:11.558516 [ 364 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55663 2026.02.23 16:41:11.558947 [ 352 ] {3512eb1e-a084-4334-bf2f-49059e59cf26} executeQuery: (from [fd00:1122:3344:101::e]:43014) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.02.23 16:41:11.558968 [ 358 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:41:11.559003 [ 358 ] {} TCP-Session: 152043e1-a8f2-45b8-89bd-f659ae4c825a Authenticating user 'default' from [fd00:1122:3344:101::e]:58430 2026.02.23 16:41:11.559025 [ 358 ] {} TCP-Session: 152043e1-a8f2-45b8-89bd-f659ae4c825a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:41:11.559038 [ 358 ] {} TCP-Session: 152043e1-a8f2-45b8-89bd-f659ae4c825a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:41:11.559151 [ 359 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:41:11.559182 [ 359 ] {} TCP-Session: 7af37bc5-aca9-4012-b9a8-313cee9d6679 Authenticating user 'default' from [fd00:1122:3344:101::e]:41747 2026.02.23 16:41:11.559198 [ 359 ] {} TCP-Session: 7af37bc5-aca9-4012-b9a8-313cee9d6679 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:41:11.559211 [ 359 ] {} TCP-Session: 7af37bc5-aca9-4012-b9a8-313cee9d6679 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:41:11.559236 [ 352 ] {3512eb1e-a084-4334-bf2f-49059e59cf26} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.02.23 16:41:11.559299 [ 352 ] {3512eb1e-a084-4334-bf2f-49059e59cf26} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.23 16:41:11.559434 [ 364 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:41:11.559469 [ 364 ] {} TCP-Session: b2bd407d-b3e1-489d-b08d-2cdb1a70a476 Authenticating user 'default' from [fd00:1122:3344:101::e]:55663 2026.02.23 16:41:11.559485 [ 364 ] {} TCP-Session: b2bd407d-b3e1-489d-b08d-2cdb1a70a476 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:41:11.559498 [ 364 ] {} TCP-Session: b2bd407d-b3e1-489d-b08d-2cdb1a70a476 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:41:11.559622 [ 352 ] {3512eb1e-a084-4334-bf2f-49059e59cf26} oximeter.version (5b0048b8-9e05-4abf-ab1d-311c7f35e206) (SelectExecutor): Key condition: unknown 2026.02.23 16:41:11.560753 [ 295 ] {3512eb1e-a084-4334-bf2f-49059e59cf26} AggregatingTransform: Aggregating 2026.02.23 16:41:11.560790 [ 295 ] {3512eb1e-a084-4334-bf2f-49059e59cf26} Aggregator: Aggregation method: without_key 2026.02.23 16:41:11.560825 [ 295 ] {3512eb1e-a084-4334-bf2f-49059e59cf26} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001083683 sec. (922.779 rows/sec., 36.05 KiB/sec.) 2026.02.23 16:41:11.560843 [ 295 ] {3512eb1e-a084-4334-bf2f-49059e59cf26} Aggregator: Merging aggregated data 2026.02.23 16:41:11.562357 [ 352 ] {3512eb1e-a084-4334-bf2f-49059e59cf26} executeQuery: Read 1 rows, 40.00 B in 0.003468 sec., 288.3506343713956 rows/sec., 11.26 KiB/sec. 2026.02.23 16:41:11.562546 [ 352 ] {3512eb1e-a084-4334-bf2f-49059e59cf26} TCPHandler: Processed in 0.004035223 sec. 2026.02.23 16:41:11.562669 [ 352 ] {} TCPHandler: Done processing connection. 2026.02.23 16:41:11.562697 [ 352 ] {} TCP-Session: 7a53960b-b624-46df-b82c-09dab77395ca Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:41:11.562708 [ 356 ] {} TCPHandler: Done processing connection. 2026.02.23 16:41:11.562730 [ 364 ] {} TCPHandler: Done processing connection. 2026.02.23 16:41:11.562751 [ 356 ] {} TCP-Session: dd9aa2ac-7cde-4338-9389-b6fe7bb93db4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:41:11.562746 [ 358 ] {} TCPHandler: Done processing connection. 2026.02.23 16:41:11.562779 [ 364 ] {} TCP-Session: b2bd407d-b3e1-489d-b08d-2cdb1a70a476 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:41:11.562797 [ 357 ] {} TCPHandler: Done processing connection. 2026.02.23 16:41:11.562781 [ 366 ] {} TCPHandler: Done processing connection. 2026.02.23 16:41:11.562827 [ 365 ] {} TCPHandler: Done processing connection. 2026.02.23 16:41:11.562878 [ 366 ] {} TCP-Session: c49e2f8d-9c32-45dc-9021-8cbef9567670 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:41:11.562847 [ 357 ] {} TCP-Session: 20af95f2-62c0-4c3c-a5ea-cf014b76e425 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:41:11.562910 [ 365 ] {} TCP-Session: e7e2da3b-1b62-4e06-9c63-f80258df6a9e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:41:11.562834 [ 358 ] {} TCP-Session: 152043e1-a8f2-45b8-89bd-f659ae4c825a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:41:11.562825 [ 360 ] {} TCPHandler: Done processing connection. 2026.02.23 16:41:11.562762 [ 359 ] {} TCPHandler: Done processing connection. 2026.02.23 16:41:11.563010 [ 360 ] {} TCP-Session: 418293b9-2bf0-4976-af3d-f0b19aa5aaf1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:41:11.563037 [ 359 ] {} TCP-Session: 7af37bc5-aca9-4012-b9a8-313cee9d6679 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:41:11.618978 [ 352 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44722 2026.02.23 16:41:11.619092 [ 352 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:41:11.619120 [ 352 ] {} TCP-Session: 0ac3b34b-c1d4-49fa-b500-ff24faa4195a Authenticating user 'default' from [fd00:1122:3344:101::e]:44722 2026.02.23 16:41:11.619143 [ 352 ] {} TCP-Session: 0ac3b34b-c1d4-49fa-b500-ff24faa4195a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:41:11.619156 [ 352 ] {} TCP-Session: 0ac3b34b-c1d4-49fa-b500-ff24faa4195a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:41:11.619398 [ 356 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37944 2026.02.23 16:41:11.619427 [ 358 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39597 2026.02.23 16:41:11.619469 [ 365 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41405 2026.02.23 16:41:11.619479 [ 366 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47194 2026.02.23 16:41:11.619527 [ 352 ] {} TCP-Session: 0ac3b34b-c1d4-49fa-b500-ff24faa4195a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:41:11.619536 [ 356 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:41:11.619562 [ 365 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:41:11.619568 [ 358 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:41:11.619585 [ 356 ] {} TCP-Session: 908f589a-f0d7-42e4-9a8c-364e6c31767d Authenticating user 'default' from [fd00:1122:3344:101::e]:37944 2026.02.23 16:41:11.619590 [ 365 ] {} TCP-Session: 15136c79-55ed-4ac8-a6b1-45fb39e40340 Authenticating user 'default' from [fd00:1122:3344:101::e]:41405 2026.02.23 16:41:11.619603 [ 366 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:41:11.619618 [ 356 ] {} TCP-Session: 908f589a-f0d7-42e4-9a8c-364e6c31767d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:41:11.619621 [ 365 ] {} TCP-Session: 15136c79-55ed-4ac8-a6b1-45fb39e40340 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:41:11.619644 [ 366 ] {} TCP-Session: 9d0ed0bf-05c4-403a-b4e8-d007a398694a Authenticating user 'default' from [fd00:1122:3344:101::e]:47194 2026.02.23 16:41:11.619646 [ 356 ] {} TCP-Session: 908f589a-f0d7-42e4-9a8c-364e6c31767d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:41:11.619657 [ 365 ] {} TCP-Session: 15136c79-55ed-4ac8-a6b1-45fb39e40340 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:41:11.619679 [ 366 ] {} TCP-Session: 9d0ed0bf-05c4-403a-b4e8-d007a398694a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:41:11.619610 [ 358 ] {} TCP-Session: d7ca9b9c-2e5c-4a91-a890-a6e3145eb058 Authenticating user 'default' from [fd00:1122:3344:101::e]:39597 2026.02.23 16:41:11.619709 [ 352 ] {d019b401-9fc0-4e51-be1d-d0621057b303} executeQuery: (from [fd00:1122:3344:101::e]:44722) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.02.23 16:41:11.619738 [ 358 ] {} TCP-Session: d7ca9b9c-2e5c-4a91-a890-a6e3145eb058 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:41:11.619710 [ 366 ] {} TCP-Session: 9d0ed0bf-05c4-403a-b4e8-d007a398694a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:41:11.619764 [ 358 ] {} TCP-Session: d7ca9b9c-2e5c-4a91-a890-a6e3145eb058 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:41:11.619437 [ 359 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62484 2026.02.23 16:41:11.619421 [ 357 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60326 2026.02.23 16:41:11.619445 [ 360 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34006 2026.02.23 16:41:11.619877 [ 359 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:41:11.619459 [ 364 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48533 2026.02.23 16:41:11.619915 [ 359 ] {} TCP-Session: 019bee43-cf48-44b0-be73-9ca169ec0051 Authenticating user 'default' from [fd00:1122:3344:101::e]:62484 2026.02.23 16:41:11.619937 [ 360 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:41:11.619933 [ 357 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:41:11.619955 [ 359 ] {} TCP-Session: 019bee43-cf48-44b0-be73-9ca169ec0051 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:41:11.619970 [ 360 ] {} TCP-Session: cc7cf3e3-5627-4986-8474-73e628e18adf Authenticating user 'default' from [fd00:1122:3344:101::e]:34006 2026.02.23 16:41:11.619989 [ 364 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:41:11.619993 [ 359 ] {} TCP-Session: 019bee43-cf48-44b0-be73-9ca169ec0051 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:41:11.620010 [ 360 ] {} TCP-Session: cc7cf3e3-5627-4986-8474-73e628e18adf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:41:11.620027 [ 364 ] {} TCP-Session: 2689cb0b-d950-4725-a837-c92a5d070f9f Authenticating user 'default' from [fd00:1122:3344:101::e]:48533 2026.02.23 16:41:11.620047 [ 360 ] {} TCP-Session: cc7cf3e3-5627-4986-8474-73e628e18adf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:41:11.620026 [ 352 ] {d019b401-9fc0-4e51-be1d-d0621057b303} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.02.23 16:41:11.620109 [ 364 ] {} TCP-Session: 2689cb0b-d950-4725-a837-c92a5d070f9f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:41:11.619988 [ 357 ] {} TCP-Session: 43d757da-7919-4ff0-b6f7-2bd7e04e68c1 Authenticating user 'default' from [fd00:1122:3344:101::e]:60326 2026.02.23 16:41:11.620153 [ 364 ] {} TCP-Session: 2689cb0b-d950-4725-a837-c92a5d070f9f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:41:11.620169 [ 357 ] {} TCP-Session: 43d757da-7919-4ff0-b6f7-2bd7e04e68c1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:41:11.620180 [ 352 ] {d019b401-9fc0-4e51-be1d-d0621057b303} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.23 16:41:11.620182 [ 357 ] {} TCP-Session: 43d757da-7919-4ff0-b6f7-2bd7e04e68c1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:41:11.620531 [ 352 ] {d019b401-9fc0-4e51-be1d-d0621057b303} oximeter.version (5b0048b8-9e05-4abf-ab1d-311c7f35e206) (SelectExecutor): Key condition: unknown 2026.02.23 16:41:11.621861 [ 327 ] {d019b401-9fc0-4e51-be1d-d0621057b303} AggregatingTransform: Aggregating 2026.02.23 16:41:11.621915 [ 327 ] {d019b401-9fc0-4e51-be1d-d0621057b303} Aggregator: Aggregation method: without_key 2026.02.23 16:41:11.621952 [ 327 ] {d019b401-9fc0-4e51-be1d-d0621057b303} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001286557 sec. (777.268 rows/sec., 30.36 KiB/sec.) 2026.02.23 16:41:11.621971 [ 327 ] {d019b401-9fc0-4e51-be1d-d0621057b303} Aggregator: Merging aggregated data 2026.02.23 16:41:11.624107 [ 352 ] {d019b401-9fc0-4e51-be1d-d0621057b303} executeQuery: Read 1 rows, 40.00 B in 0.004457 sec., 224.3661655822302 rows/sec., 8.76 KiB/sec. 2026.02.23 16:41:11.624364 [ 352 ] {d019b401-9fc0-4e51-be1d-d0621057b303} TCPHandler: Processed in 0.004962873 sec. 2026.02.23 16:41:11.624501 [ 352 ] {} TCPHandler: Done processing connection. 2026.02.23 16:41:11.624542 [ 352 ] {} TCP-Session: 0ac3b34b-c1d4-49fa-b500-ff24faa4195a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:41:11.624548 [ 365 ] {} TCPHandler: Done processing connection. 2026.02.23 16:41:11.624582 [ 359 ] {} TCPHandler: Done processing connection. 2026.02.23 16:41:11.624607 [ 365 ] {} TCP-Session: 15136c79-55ed-4ac8-a6b1-45fb39e40340 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:41:11.624615 [ 356 ] {} TCPHandler: Done processing connection. 2026.02.23 16:41:11.624638 [ 359 ] {} TCP-Session: 019bee43-cf48-44b0-be73-9ca169ec0051 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:41:11.624644 [ 357 ] {} TCPHandler: Done processing connection. 2026.02.23 16:41:11.624688 [ 360 ] {} TCPHandler: Done processing connection. 2026.02.23 16:41:11.624700 [ 358 ] {} TCPHandler: Done processing connection. 2026.02.23 16:41:11.624724 [ 357 ] {} TCP-Session: 43d757da-7919-4ff0-b6f7-2bd7e04e68c1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:41:11.624739 [ 360 ] {} TCP-Session: cc7cf3e3-5627-4986-8474-73e628e18adf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:41:11.624777 [ 364 ] {} TCPHandler: Done processing connection. 2026.02.23 16:41:11.624775 [ 358 ] {} TCP-Session: d7ca9b9c-2e5c-4a91-a890-a6e3145eb058 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:41:11.624721 [ 366 ] {} TCPHandler: Done processing connection. 2026.02.23 16:41:11.624672 [ 356 ] {} TCP-Session: 908f589a-f0d7-42e4-9a8c-364e6c31767d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:41:11.624889 [ 366 ] {} TCP-Session: 9d0ed0bf-05c4-403a-b4e8-d007a398694a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:41:11.624832 [ 364 ] {} TCP-Session: 2689cb0b-d950-4725-a837-c92a5d070f9f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:41:11.736426 [ 357 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:65284 2026.02.23 16:41:11.736536 [ 357 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:41:11.736567 [ 357 ] {} TCP-Session: bd464a2b-ee97-4fa8-88a2-bee79f05f878 Authenticating user 'default' from [fd00:1122:3344:101::e]:65284 2026.02.23 16:41:11.736590 [ 357 ] {} TCP-Session: bd464a2b-ee97-4fa8-88a2-bee79f05f878 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:41:11.736604 [ 357 ] {} TCP-Session: bd464a2b-ee97-4fa8-88a2-bee79f05f878 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:41:11.736832 [ 358 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46553 2026.02.23 16:41:11.736848 [ 360 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52140 2026.02.23 16:41:11.736901 [ 356 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34425 2026.02.23 16:41:11.736900 [ 352 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56191 2026.02.23 16:41:11.736881 [ 366 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57256 2026.02.23 16:41:11.736971 [ 357 ] {} TCP-Session: bd464a2b-ee97-4fa8-88a2-bee79f05f878 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:41:11.736996 [ 356 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:41:11.736996 [ 360 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:41:11.736957 [ 358 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:41:11.737038 [ 356 ] {} TCP-Session: de882895-b305-4cc3-b4ad-a719fc47711c Authenticating user 'default' from [fd00:1122:3344:101::e]:34425 2026.02.23 16:41:11.737045 [ 366 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:41:11.737072 [ 358 ] {} TCP-Session: 45342823-5644-456b-9998-bc829baa432d Authenticating user 'default' from [fd00:1122:3344:101::e]:46553 2026.02.23 16:41:11.737086 [ 356 ] {} TCP-Session: de882895-b305-4cc3-b4ad-a719fc47711c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:41:11.737101 [ 366 ] {} TCP-Session: 8f0cbfeb-0836-4224-8797-5cfe648dc6b9 Authenticating user 'default' from [fd00:1122:3344:101::e]:57256 2026.02.23 16:41:11.737120 [ 356 ] {} TCP-Session: de882895-b305-4cc3-b4ad-a719fc47711c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:41:11.737115 [ 358 ] {} TCP-Session: 45342823-5644-456b-9998-bc829baa432d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:41:11.737150 [ 366 ] {} TCP-Session: 8f0cbfeb-0836-4224-8797-5cfe648dc6b9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:41:11.737162 [ 357 ] {88d0c235-766f-49ba-a49c-e522586c6e92} executeQuery: (from [fd00:1122:3344:101::e]:65284) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.02.23 16:41:11.737171 [ 358 ] {} TCP-Session: 45342823-5644-456b-9998-bc829baa432d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:41:11.737183 [ 366 ] {} TCP-Session: 8f0cbfeb-0836-4224-8797-5cfe648dc6b9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:41:11.737045 [ 352 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:41:11.736869 [ 365 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46632 2026.02.23 16:41:11.737257 [ 352 ] {} TCP-Session: 93f045f1-4532-4b3a-bd79-d2844c3310f3 Authenticating user 'default' from [fd00:1122:3344:101::e]:56191 2026.02.23 16:41:11.736859 [ 364 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45617 2026.02.23 16:41:11.737296 [ 352 ] {} TCP-Session: 93f045f1-4532-4b3a-bd79-d2844c3310f3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:41:11.736845 [ 359 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36974 2026.02.23 16:41:11.737329 [ 352 ] {} TCP-Session: 93f045f1-4532-4b3a-bd79-d2844c3310f3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:41:11.737327 [ 365 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:41:11.737363 [ 364 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:41:11.737397 [ 359 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:41:11.737400 [ 365 ] {} TCP-Session: eccdbbde-57eb-41d5-8ea2-6276c1530bb6 Authenticating user 'default' from [fd00:1122:3344:101::e]:46632 2026.02.23 16:41:11.737409 [ 364 ] {} TCP-Session: ff1586df-c0e0-4e19-ae03-19929daa59f6 Authenticating user 'default' from [fd00:1122:3344:101::e]:45617 2026.02.23 16:41:11.737428 [ 359 ] {} TCP-Session: fd24269c-9daa-4a55-8bce-50025e3b5823 Authenticating user 'default' from [fd00:1122:3344:101::e]:36974 2026.02.23 16:41:11.737440 [ 365 ] {} TCP-Session: eccdbbde-57eb-41d5-8ea2-6276c1530bb6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:41:11.737453 [ 364 ] {} TCP-Session: ff1586df-c0e0-4e19-ae03-19929daa59f6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:41:11.737477 [ 365 ] {} TCP-Session: eccdbbde-57eb-41d5-8ea2-6276c1530bb6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:41:11.737478 [ 357 ] {88d0c235-766f-49ba-a49c-e522586c6e92} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.02.23 16:41:11.737489 [ 364 ] {} TCP-Session: ff1586df-c0e0-4e19-ae03-19929daa59f6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:41:11.737466 [ 359 ] {} TCP-Session: fd24269c-9daa-4a55-8bce-50025e3b5823 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:41:11.737039 [ 360 ] {} TCP-Session: 7d8436a2-2c9e-4276-b17d-c8b0131c9efb Authenticating user 'default' from [fd00:1122:3344:101::e]:52140 2026.02.23 16:41:11.737556 [ 357 ] {88d0c235-766f-49ba-a49c-e522586c6e92} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.23 16:41:11.737585 [ 360 ] {} TCP-Session: 7d8436a2-2c9e-4276-b17d-c8b0131c9efb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:41:11.737560 [ 359 ] {} TCP-Session: fd24269c-9daa-4a55-8bce-50025e3b5823 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:41:11.737610 [ 360 ] {} TCP-Session: 7d8436a2-2c9e-4276-b17d-c8b0131c9efb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:41:11.737877 [ 357 ] {88d0c235-766f-49ba-a49c-e522586c6e92} oximeter.version (5b0048b8-9e05-4abf-ab1d-311c7f35e206) (SelectExecutor): Key condition: unknown 2026.02.23 16:41:11.738976 [ 329 ] {88d0c235-766f-49ba-a49c-e522586c6e92} AggregatingTransform: Aggregating 2026.02.23 16:41:11.739024 [ 329 ] {88d0c235-766f-49ba-a49c-e522586c6e92} Aggregator: Aggregation method: without_key 2026.02.23 16:41:11.739078 [ 329 ] {88d0c235-766f-49ba-a49c-e522586c6e92} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001082963 sec. (923.393 rows/sec., 36.07 KiB/sec.) 2026.02.23 16:41:11.739105 [ 329 ] {88d0c235-766f-49ba-a49c-e522586c6e92} Aggregator: Merging aggregated data 2026.02.23 16:41:11.740138 [ 357 ] {88d0c235-766f-49ba-a49c-e522586c6e92} executeQuery: Read 1 rows, 40.00 B in 0.003035 sec., 329.48929159802304 rows/sec., 12.87 KiB/sec. 2026.02.23 16:41:11.740299 [ 357 ] {88d0c235-766f-49ba-a49c-e522586c6e92} TCPHandler: Processed in 0.003456981 sec. 2026.02.23 16:41:11.740412 [ 357 ] {} TCPHandler: Done processing connection. 2026.02.23 16:41:11.740436 [ 358 ] {} TCPHandler: Done processing connection. 2026.02.23 16:41:11.740452 [ 357 ] {} TCP-Session: bd464a2b-ee97-4fa8-88a2-bee79f05f878 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:41:11.740458 [ 366 ] {} TCPHandler: Done processing connection. 2026.02.23 16:41:11.740491 [ 365 ] {} TCPHandler: Done processing connection. 2026.02.23 16:41:11.740511 [ 359 ] {} TCPHandler: Done processing connection. 2026.02.23 16:41:11.740534 [ 366 ] {} TCP-Session: 8f0cbfeb-0836-4224-8797-5cfe648dc6b9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:41:11.740555 [ 356 ] {} TCPHandler: Done processing connection. 2026.02.23 16:41:11.740561 [ 365 ] {} TCP-Session: eccdbbde-57eb-41d5-8ea2-6276c1530bb6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:41:11.740574 [ 359 ] {} TCP-Session: fd24269c-9daa-4a55-8bce-50025e3b5823 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:41:11.740606 [ 356 ] {} TCP-Session: de882895-b305-4cc3-b4ad-a719fc47711c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:41:11.740587 [ 352 ] {} TCPHandler: Done processing connection. 2026.02.23 16:41:11.740527 [ 360 ] {} TCPHandler: Done processing connection. 2026.02.23 16:41:11.740684 [ 352 ] {} TCP-Session: 93f045f1-4532-4b3a-bd79-d2844c3310f3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:41:11.740484 [ 358 ] {} TCP-Session: 45342823-5644-456b-9998-bc829baa432d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:41:11.740712 [ 360 ] {} TCP-Session: 7d8436a2-2c9e-4276-b17d-c8b0131c9efb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:41:11.740476 [ 364 ] {} TCPHandler: Done processing connection. 2026.02.23 16:41:11.740790 [ 364 ] {} TCP-Session: ff1586df-c0e0-4e19-ae03-19929daa59f6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:41:12.574440 [ 54 ] {} DNSResolver: Updating DNS cache 2026.02.23 16:41:12.574490 [ 54 ] {} DNSResolver: Updated DNS cache 2026.02.23 16:41:12.772193 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 38392 2026.02.23 16:41:12.772733 [ 244 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:41:12.772784 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.02.23 16:41:12.773286 [ 244 ] {} MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) 2026.02.23 16:41:12.773606 [ 244 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:41:12.773806 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 38392 2026.02.23 16:41:12.895068 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 2018 2026.02.23 16:41:12.897538 [ 242 ] {} system.query_log (b83b341e-dbaf-448e-9582-20b3e6cd291d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:41:12.897596 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.02.23 16:41:12.898873 [ 242 ] {} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2026.02.23 16:41:12.899164 [ 242 ] {} system.query_log (b83b341e-dbaf-448e-9582-20b3e6cd291d): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:41:12.899408 [ 224 ] {} system.query_log (b83b341e-dbaf-448e-9582-20b3e6cd291d): 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.02.23 16:41:12.899455 [ 224 ] {} system.query_log (b83b341e-dbaf-448e-9582-20b3e6cd291d): 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.02.23 16:41:12.899580 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 2018 2026.02.23 16:41:12.902619 [ 224 ] {} system.query_log (b83b341e-dbaf-448e-9582-20b3e6cd291d): 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.02.23 16:41:13.005955 [ 247 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.005546924 sec. 2026.02.23 16:41:13.330342 [ 222 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2026.02.23 16:41:13.330407 [ 222 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2026.02.23 16:41:13.333510 [ 222 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2026.02.23 16:41:14.000378 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 375.66 MiB, peak 394.03 MiB, free memory in arenas 0.00 B, will set to 379.66 MiB (RSS), difference: 4.00 MiB 2026.02.23 16:41:14.115959 [ 221 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2026.02.23 16:41:14.116008 [ 221 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2026.02.23 16:41:14.118667 [ 221 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2026.02.23 16:41:14.205275 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:41:14.205475 [ 278 ] {aa8ae0ea-dcdb-4fec-a40b-b5c6cea89314} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.23 16:41:14.205548 [ 278 ] {aa8ae0ea-dcdb-4fec-a40b-b5c6cea89314} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.23 16:41:14.206250 [ 278 ] {aa8ae0ea-dcdb-4fec-a40b-b5c6cea89314} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:41:14.206294 [ 278 ] {aa8ae0ea-dcdb-4fec-a40b-b5c6cea89314} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.02.23 16:41:14.206677 [ 278 ] {aa8ae0ea-dcdb-4fec-a40b-b5c6cea89314} MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary) 2026.02.23 16:41:14.206897 [ 278 ] {aa8ae0ea-dcdb-4fec-a40b-b5c6cea89314} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:41:14.207044 [ 278 ] {aa8ae0ea-dcdb-4fec-a40b-b5c6cea89314} executeQuery: Read 76 rows, 6.41 KiB in 0.001625 sec., 46769.23076923077 rows/sec., 3.85 MiB/sec. 2026.02.23 16:41:14.207085 [ 278 ] {aa8ae0ea-dcdb-4fec-a40b-b5c6cea89314} TCPHandler: Processed in 0.002004472 sec. 2026.02.23 16:41:14.207221 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:41:14.207315 [ 278 ] {76c206a7-969c-426e-a193-04ade9e88d93} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.23 16:41:14.207354 [ 278 ] {76c206a7-969c-426e-a193-04ade9e88d93} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.23 16:41:14.207775 [ 278 ] {76c206a7-969c-426e-a193-04ade9e88d93} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:41:14.207812 [ 278 ] {76c206a7-969c-426e-a193-04ade9e88d93} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.02.23 16:41:14.208100 [ 278 ] {76c206a7-969c-426e-a193-04ade9e88d93} MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) 2026.02.23 16:41:14.208312 [ 278 ] {76c206a7-969c-426e-a193-04ade9e88d93} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:41:14.208439 [ 278 ] {76c206a7-969c-426e-a193-04ade9e88d93} executeQuery: Read 10 rows, 770.00 B in 0.001143 sec., 8748.906386701663 rows/sec., 657.88 KiB/sec. 2026.02.23 16:41:14.208476 [ 278 ] {76c206a7-969c-426e-a193-04ade9e88d93} TCPHandler: Processed in 0.001304216 sec. 2026.02.23 16:41:14.208589 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:41:14.208682 [ 278 ] {fe388b8e-715f-4825-b903-2977f5beddef} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.23 16:41:14.208721 [ 278 ] {fe388b8e-715f-4825-b903-2977f5beddef} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.23 16:41:14.209124 [ 278 ] {fe388b8e-715f-4825-b903-2977f5beddef} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:41:14.209160 [ 278 ] {fe388b8e-715f-4825-b903-2977f5beddef} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.02.23 16:41:14.209456 [ 278 ] {fe388b8e-715f-4825-b903-2977f5beddef} MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary) 2026.02.23 16:41:14.209656 [ 278 ] {fe388b8e-715f-4825-b903-2977f5beddef} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:41:14.209779 [ 278 ] {fe388b8e-715f-4825-b903-2977f5beddef} executeQuery: Read 74 rows, 5.92 KiB in 0.001115 sec., 66367.71300448429 rows/sec., 5.18 MiB/sec. 2026.02.23 16:41:14.209816 [ 278 ] {fe388b8e-715f-4825-b903-2977f5beddef} TCPHandler: Processed in 0.001277637 sec. 2026.02.23 16:41:14.209945 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:41:14.210044 [ 278 ] {3abf0cb1-97af-40b0-8e27-42dc8d3f45da} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.23 16:41:14.210087 [ 278 ] {3abf0cb1-97af-40b0-8e27-42dc8d3f45da} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.23 16:41:14.210487 [ 278 ] {3abf0cb1-97af-40b0-8e27-42dc8d3f45da} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:41:14.210523 [ 278 ] {3abf0cb1-97af-40b0-8e27-42dc8d3f45da} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.02.23 16:41:14.210840 [ 278 ] {3abf0cb1-97af-40b0-8e27-42dc8d3f45da} MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary) 2026.02.23 16:41:14.211048 [ 278 ] {3abf0cb1-97af-40b0-8e27-42dc8d3f45da} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:41:14.211163 [ 52 ] {} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140) (MergerMutator): Selected 2 parts from all_1_112_23 to all_113_113_0 2026.02.23 16:41:14.211176 [ 278 ] {3abf0cb1-97af-40b0-8e27-42dc8d3f45da} executeQuery: Read 160 rows, 11.41 KiB in 0.00115 sec., 139130.4347826087 rows/sec., 9.69 MiB/sec. 2026.02.23 16:41:14.211220 [ 52 ] {} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:41:14.211234 [ 278 ] {3abf0cb1-97af-40b0-8e27-42dc8d3f45da} TCPHandler: Processed in 0.001339437 sec. 2026.02.23 16:41:14.211253 [ 52 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.02.23 16:41:14.211352 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:41:14.211380 [ 194 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_113_24} MergeTask::PrepareStage: Merging 2 parts: from all_1_112_23 to all_113_113_0 into Compact with storage Full 2026.02.23 16:41:14.211457 [ 278 ] {77d56c9b-192c-49b4-89d5-5d5924b1786d} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.23 16:41:14.211518 [ 278 ] {77d56c9b-192c-49b4-89d5-5d5924b1786d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.23 16:41:14.211539 [ 194 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_113_24} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:41:14.211585 [ 194 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_113_24} MergeTreeSequentialSource: Reading 6 marks from part all_1_112_23, total 34096 rows starting from the beginning of the part 2026.02.23 16:41:14.211661 [ 194 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_113_24} MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 160 rows starting from the beginning of the part 2026.02.23 16:41:14.212281 [ 278 ] {77d56c9b-192c-49b4-89d5-5d5924b1786d} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:41:14.212322 [ 278 ] {77d56c9b-192c-49b4-89d5-5d5924b1786d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.02.23 16:41:14.212847 [ 278 ] {77d56c9b-192c-49b4-89d5-5d5924b1786d} MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) 2026.02.23 16:41:14.213073 [ 278 ] {77d56c9b-192c-49b4-89d5-5d5924b1786d} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:41:14.213210 [ 278 ] {77d56c9b-192c-49b4-89d5-5d5924b1786d} executeQuery: Read 10 rows, 18.35 KiB in 0.001771 sec., 5646.527385657821 rows/sec., 10.12 MiB/sec. 2026.02.23 16:41:14.213274 [ 278 ] {77d56c9b-192c-49b4-89d5-5d5924b1786d} TCPHandler: Processed in 0.001972251 sec. 2026.02.23 16:41:14.213387 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:41:14.213480 [ 278 ] {08d8726b-fdc9-4c83-8481-e20fcaaab046} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.23 16:41:14.213524 [ 278 ] {08d8726b-fdc9-4c83-8481-e20fcaaab046} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.23 16:41:14.213853 [ 278 ] {08d8726b-fdc9-4c83-8481-e20fcaaab046} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:41:14.213887 [ 278 ] {08d8726b-fdc9-4c83-8481-e20fcaaab046} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.02.23 16:41:14.214198 [ 278 ] {08d8726b-fdc9-4c83-8481-e20fcaaab046} MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary) 2026.02.23 16:41:14.214407 [ 278 ] {08d8726b-fdc9-4c83-8481-e20fcaaab046} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:41:14.214537 [ 278 ] {08d8726b-fdc9-4c83-8481-e20fcaaab046} executeQuery: Read 60 rows, 4.14 KiB in 0.001075 sec., 55813.95348837209 rows/sec., 3.76 MiB/sec. 2026.02.23 16:41:14.214572 [ 278 ] {08d8726b-fdc9-4c83-8481-e20fcaaab046} TCPHandler: Processed in 0.001234096 sec. 2026.02.23 16:41:14.217384 [ 197 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_113_24} MergeTask::MergeProjectionsStage: Merge sorted 34256 rows, containing 5 columns (5 merged, 0 gathered) in 0.006049584 sec., 5662538.118323508 rows/sec., 386.43 MiB/sec. 2026.02.23 16:41:14.217707 [ 192 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_113_24} MergedBlockOutputStream: filled checksums all_1_113_24 (state Temporary) 2026.02.23 16:41:14.218015 [ 192 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_113_24} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Renaming temporary part tmp_merge_all_1_113_24 to all_1_113_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:41:14.218094 [ 192 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_113_24} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140) (MergerMutator): Merged 2 parts: [all_1_112_23, all_113_113_0] -> all_1_113_24 2026.02.23 16:41:14.218194 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.32 MiB. 2026.02.23 16:41:14.818896 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 603 2026.02.23 16:41:14.835584 [ 243 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:41:14.835649 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.02.23 16:41:14.841801 [ 243 ] {} MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) 2026.02.23 16:41:14.842557 [ 243 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:41:14.846346 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 603 2026.02.23 16:41:19.236547 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:41:19.236766 [ 278 ] {c62c7991-389b-4085-be38-c7004e9c412e} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.02.23 16:41:19.236843 [ 278 ] {c62c7991-389b-4085-be38-c7004e9c412e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.02.23 16:41:19.237586 [ 278 ] {c62c7991-389b-4085-be38-c7004e9c412e} oximeter.fields_i16 (91b3829e-2a99-49e1-955c-43ffdc3fb409): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:41:19.237639 [ 278 ] {c62c7991-389b-4085-be38-c7004e9c412e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.02.23 16:41:19.238046 [ 278 ] {c62c7991-389b-4085-be38-c7004e9c412e} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.02.23 16:41:19.238283 [ 278 ] {c62c7991-389b-4085-be38-c7004e9c412e} oximeter.fields_i16 (91b3829e-2a99-49e1-955c-43ffdc3fb409): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:41:19.238451 [ 278 ] {c62c7991-389b-4085-be38-c7004e9c412e} executeQuery: Read 24 rows, 2.04 KiB in 0.001741 sec., 13785.180930499713 rows/sec., 1.14 MiB/sec. 2026.02.23 16:41:19.238505 [ 278 ] {c62c7991-389b-4085-be38-c7004e9c412e} TCPHandler: Processed in 0.002102393 sec. 2026.02.23 16:41:19.238630 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:41:19.238736 [ 278 ] {29ddfcfd-481e-45f0-ac63-625b685ecf55} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.02.23 16:41:19.238780 [ 278 ] {29ddfcfd-481e-45f0-ac63-625b685ecf55} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.02.23 16:41:19.239196 [ 278 ] {29ddfcfd-481e-45f0-ac63-625b685ecf55} oximeter.fields_ipaddr (aca7842a-9245-4e3c-8c67-e3828bf88048): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:41:19.239234 [ 278 ] {29ddfcfd-481e-45f0-ac63-625b685ecf55} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.02.23 16:41:19.239534 [ 278 ] {29ddfcfd-481e-45f0-ac63-625b685ecf55} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.02.23 16:41:19.239773 [ 278 ] {29ddfcfd-481e-45f0-ac63-625b685ecf55} oximeter.fields_ipaddr (aca7842a-9245-4e3c-8c67-e3828bf88048): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:41:19.239907 [ 278 ] {29ddfcfd-481e-45f0-ac63-625b685ecf55} executeQuery: Read 6 rows, 501.00 B in 0.001194 sec., 5025.125628140704 rows/sec., 409.76 KiB/sec. 2026.02.23 16:41:19.239946 [ 278 ] {29ddfcfd-481e-45f0-ac63-625b685ecf55} TCPHandler: Processed in 0.001369418 sec. 2026.02.23 16:41:19.240050 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:41:19.240146 [ 278 ] {b53108c9-fea2-4249-b996-f75d63ff377d} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.23 16:41:19.240187 [ 278 ] {b53108c9-fea2-4249-b996-f75d63ff377d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.23 16:41:19.241445 [ 278 ] {b53108c9-fea2-4249-b996-f75d63ff377d} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:41:19.241485 [ 278 ] {b53108c9-fea2-4249-b996-f75d63ff377d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.02.23 16:41:19.241906 [ 278 ] {b53108c9-fea2-4249-b996-f75d63ff377d} MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary) 2026.02.23 16:41:19.242120 [ 278 ] {b53108c9-fea2-4249-b996-f75d63ff377d} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:41:19.242255 [ 278 ] {b53108c9-fea2-4249-b996-f75d63ff377d} executeQuery: Read 1383 rows, 118.71 KiB in 0.002127 sec., 650211.5655853314 rows/sec., 54.50 MiB/sec. 2026.02.23 16:41:19.242294 [ 278 ] {b53108c9-fea2-4249-b996-f75d63ff377d} TCPHandler: Processed in 0.002294877 sec. 2026.02.23 16:41:19.242378 [ 225 ] {} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] 2026.02.23 16:41:19.242409 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:41:19.242438 [ 225 ] {} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] 2026.02.23 16:41:19.242527 [ 278 ] {44f36b52-fa7b-47b4-bf3c-f417acada129} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.23 16:41:19.242574 [ 278 ] {44f36b52-fa7b-47b4-bf3c-f417acada129} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.23 16:41:19.243034 [ 278 ] {44f36b52-fa7b-47b4-bf3c-f417acada129} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:41:19.243074 [ 278 ] {44f36b52-fa7b-47b4-bf3c-f417acada129} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.02.23 16:41:19.243405 [ 278 ] {44f36b52-fa7b-47b4-bf3c-f417acada129} MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) 2026.02.23 16:41:19.243614 [ 278 ] {44f36b52-fa7b-47b4-bf3c-f417acada129} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:41:19.243746 [ 278 ] {44f36b52-fa7b-47b4-bf3c-f417acada129} executeQuery: Read 50 rows, 3.79 KiB in 0.001239 sec., 40355.12510088781 rows/sec., 2.98 MiB/sec. 2026.02.23 16:41:19.243759 [ 48 ] {} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0 2026.02.23 16:41:19.243787 [ 278 ] {44f36b52-fa7b-47b4-bf3c-f417acada129} TCPHandler: Processed in 0.001428069 sec. 2026.02.23 16:41:19.243831 [ 48 ] {} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:41:19.243862 [ 48 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.02.23 16:41:19.243914 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:41:19.243981 [ 192 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_116_23} MergeTask::PrepareStage: Merging 6 parts: from all_1_111_22 to all_116_116_0 into Compact with storage Full 2026.02.23 16:41:19.244013 [ 278 ] {c6b0110e-d9f0-4397-aa25-43eefa681b13} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.02.23 16:41:19.244070 [ 278 ] {c6b0110e-d9f0-4397-aa25-43eefa681b13} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.02.23 16:41:19.244118 [ 192 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_116_23} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:41:19.244162 [ 192 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_1_111_22, total 220 rows starting from the beginning of the part 2026.02.23 16:41:19.244236 [ 192 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 32 rows starting from the beginning of the part 2026.02.23 16:41:19.244290 [ 192 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 14 rows starting from the beginning of the part 2026.02.23 16:41:19.244339 [ 192 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 32 rows starting from the beginning of the part 2026.02.23 16:41:19.244384 [ 192 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 10 rows starting from the beginning of the part 2026.02.23 16:41:19.244423 [ 192 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 50 rows starting from the beginning of the part 2026.02.23 16:41:19.244554 [ 278 ] {c6b0110e-d9f0-4397-aa25-43eefa681b13} oximeter.fields_u32 (3630ead0-c5da-4e23-a9d2-59d0589dc119): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:41:19.244596 [ 278 ] {c6b0110e-d9f0-4397-aa25-43eefa681b13} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.02.23 16:41:19.244960 [ 278 ] {c6b0110e-d9f0-4397-aa25-43eefa681b13} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.02.23 16:41:19.245223 [ 278 ] {c6b0110e-d9f0-4397-aa25-43eefa681b13} oximeter.fields_u32 (3630ead0-c5da-4e23-a9d2-59d0589dc119): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:41:19.245356 [ 278 ] {c6b0110e-d9f0-4397-aa25-43eefa681b13} executeQuery: Read 252 rows, 17.85 KiB in 0.00136 sec., 185294.1176470588 rows/sec., 12.82 MiB/sec. 2026.02.23 16:41:19.245376 [ 197 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_116_23} MergeTask::MergeProjectionsStage: Merge sorted 358 rows, containing 5 columns (5 merged, 0 gathered) in 0.001441849 sec., 248292.296904877 rows/sec., 17.71 MiB/sec. 2026.02.23 16:41:19.245394 [ 278 ] {c6b0110e-d9f0-4397-aa25-43eefa681b13} TCPHandler: Processed in 0.001529971 sec. 2026.02.23 16:41:19.245508 [ 225 ] {} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] 2026.02.23 16:41:19.245523 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:41:19.245552 [ 200 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_116_23} MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary) 2026.02.23 16:41:19.245635 [ 278 ] {c11bdddf-72c6-4af4-842b-c92b5af36173} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.02.23 16:41:19.245682 [ 278 ] {c11bdddf-72c6-4af4-842b-c92b5af36173} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.02.23 16:41:19.245831 [ 200 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_116_23} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:41:19.245906 [ 200 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_116_23} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23 2026.02.23 16:41:19.245985 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. 2026.02.23 16:41:19.246080 [ 278 ] {c11bdddf-72c6-4af4-842b-c92b5af36173} oximeter.fields_u8 (bee44bc4-3670-4879-9501-74bd8c0c3792): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:41:19.246206 [ 278 ] {c11bdddf-72c6-4af4-842b-c92b5af36173} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.02.23 16:41:19.246511 [ 278 ] {c11bdddf-72c6-4af4-842b-c92b5af36173} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.02.23 16:41:19.246722 [ 278 ] {c11bdddf-72c6-4af4-842b-c92b5af36173} oximeter.fields_u8 (bee44bc4-3670-4879-9501-74bd8c0c3792): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:41:19.246847 [ 278 ] {c11bdddf-72c6-4af4-842b-c92b5af36173} executeQuery: Read 12 rows, 960.00 B in 0.00123 sec., 9756.09756097561 rows/sec., 762.20 KiB/sec. 2026.02.23 16:41:19.246883 [ 278 ] {c11bdddf-72c6-4af4-842b-c92b5af36173} TCPHandler: Processed in 0.001409349 sec. 2026.02.23 16:41:19.246995 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:41:19.247096 [ 278 ] {9bab8167-7034-45b1-b79e-3d93490e914c} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.23 16:41:19.247135 [ 278 ] {9bab8167-7034-45b1-b79e-3d93490e914c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.23 16:41:19.247768 [ 278 ] {9bab8167-7034-45b1-b79e-3d93490e914c} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:41:19.247892 [ 278 ] {9bab8167-7034-45b1-b79e-3d93490e914c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.02.23 16:41:19.248237 [ 278 ] {9bab8167-7034-45b1-b79e-3d93490e914c} MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary) 2026.02.23 16:41:19.248449 [ 278 ] {9bab8167-7034-45b1-b79e-3d93490e914c} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:41:19.248579 [ 278 ] {9bab8167-7034-45b1-b79e-3d93490e914c} executeQuery: Read 594 rows, 45.71 KiB in 0.0015 sec., 396000 rows/sec., 29.76 MiB/sec. 2026.02.23 16:41:19.248616 [ 278 ] {9bab8167-7034-45b1-b79e-3d93490e914c} TCPHandler: Processed in 0.001677944 sec. 2026.02.23 16:41:19.248727 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:41:19.248837 [ 278 ] {5e0e90ec-e5cd-4a57-ae0f-cdf640b5b8ce} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.23 16:41:19.248879 [ 278 ] {5e0e90ec-e5cd-4a57-ae0f-cdf640b5b8ce} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.23 16:41:19.249463 [ 278 ] {5e0e90ec-e5cd-4a57-ae0f-cdf640b5b8ce} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:41:19.249497 [ 278 ] {5e0e90ec-e5cd-4a57-ae0f-cdf640b5b8ce} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.02.23 16:41:19.249876 [ 278 ] {5e0e90ec-e5cd-4a57-ae0f-cdf640b5b8ce} MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary) 2026.02.23 16:41:19.250105 [ 278 ] {5e0e90ec-e5cd-4a57-ae0f-cdf640b5b8ce} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:41:19.250218 [ 39 ] {} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140) (MergerMutator): Selected 6 parts from all_1_113_24 to all_118_118_0 2026.02.23 16:41:19.250232 [ 278 ] {5e0e90ec-e5cd-4a57-ae0f-cdf640b5b8ce} executeQuery: Read 883 rows, 61.37 KiB in 0.001413 sec., 624911.5357395612 rows/sec., 42.41 MiB/sec. 2026.02.23 16:41:19.250256 [ 39 ] {} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:41:19.250274 [ 278 ] {5e0e90ec-e5cd-4a57-ae0f-cdf640b5b8ce} TCPHandler: Processed in 0.001595002 sec. 2026.02.23 16:41:19.250274 [ 39 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.02.23 16:41:19.250360 [ 192 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_118_25} MergeTask::PrepareStage: Merging 6 parts: from all_1_113_24 to all_118_118_0 into Compact with storage Full 2026.02.23 16:41:19.250379 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:41:19.250485 [ 192 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_118_25} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:41:19.250507 [ 278 ] {8df888a4-c277-4968-b62c-11720907ac55} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.23 16:41:19.250526 [ 192 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_118_25} MergeTreeSequentialSource: Reading 6 marks from part all_1_113_24, total 34256 rows starting from the beginning of the part 2026.02.23 16:41:19.250566 [ 278 ] {8df888a4-c277-4968-b62c-11720907ac55} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.23 16:41:19.250590 [ 192 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_118_25} MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 160 rows starting from the beginning of the part 2026.02.23 16:41:19.250640 [ 192 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_118_25} MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 162 rows starting from the beginning of the part 2026.02.23 16:41:19.250680 [ 192 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_118_25} MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 160 rows starting from the beginning of the part 2026.02.23 16:41:19.250723 [ 192 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_118_25} MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 160 rows starting from the beginning of the part 2026.02.23 16:41:19.250766 [ 192 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_118_25} MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 883 rows starting from the beginning of the part 2026.02.23 16:41:19.251408 [ 278 ] {8df888a4-c277-4968-b62c-11720907ac55} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:41:19.251448 [ 278 ] {8df888a4-c277-4968-b62c-11720907ac55} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.02.23 16:41:19.252027 [ 278 ] {8df888a4-c277-4968-b62c-11720907ac55} MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) 2026.02.23 16:41:19.252261 [ 278 ] {8df888a4-c277-4968-b62c-11720907ac55} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:41:19.252406 [ 278 ] {8df888a4-c277-4968-b62c-11720907ac55} executeQuery: Read 32 rows, 58.72 KiB in 0.001918 sec., 16684.045881126174 rows/sec., 29.90 MiB/sec. 2026.02.23 16:41:19.252416 [ 48 ] {} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0 2026.02.23 16:41:19.252462 [ 48 ] {} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:41:19.252474 [ 278 ] {8df888a4-c277-4968-b62c-11720907ac55} TCPHandler: Processed in 0.002144515 sec. 2026.02.23 16:41:19.252485 [ 48 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.02.23 16:41:19.252579 [ 200 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_111_22} MergeTask::PrepareStage: Merging 6 parts: from all_1_106_21 to all_111_111_0 into Compact with storage Full 2026.02.23 16:41:19.252595 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:41:19.252711 [ 278 ] {e1c9ee0b-bb62-4410-9095-cc59078acae0} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.23 16:41:19.252753 [ 278 ] {e1c9ee0b-bb62-4410-9095-cc59078acae0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.23 16:41:19.252785 [ 200 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_111_22} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:41:19.252840 [ 200 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_1_106_21, total 2221 rows starting from the beginning of the part 2026.02.23 16:41:19.252953 [ 200 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 32 rows starting from the beginning of the part 2026.02.23 16:41:19.253056 [ 200 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 10 rows starting from the beginning of the part 2026.02.23 16:41:19.253091 [ 278 ] {e1c9ee0b-bb62-4410-9095-cc59078acae0} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:41:19.253140 [ 278 ] {e1c9ee0b-bb62-4410-9095-cc59078acae0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.02.23 16:41:19.253157 [ 200 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 32 rows starting from the beginning of the part 2026.02.23 16:41:19.253260 [ 200 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 10 rows starting from the beginning of the part 2026.02.23 16:41:19.253363 [ 200 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 32 rows starting from the beginning of the part 2026.02.23 16:41:19.253473 [ 278 ] {e1c9ee0b-bb62-4410-9095-cc59078acae0} MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary) 2026.02.23 16:41:19.253706 [ 278 ] {e1c9ee0b-bb62-4410-9095-cc59078acae0} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:41:19.253847 [ 278 ] {e1c9ee0b-bb62-4410-9095-cc59078acae0} executeQuery: Read 60 rows, 4.14 KiB in 0.001155 sec., 51948.05194805195 rows/sec., 3.50 MiB/sec. 2026.02.23 16:41:19.253884 [ 278 ] {e1c9ee0b-bb62-4410-9095-cc59078acae0} TCPHandler: Processed in 0.001339348 sec. 2026.02.23 16:41:19.253924 [ 223 ] {} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] 2026.02.23 16:41:19.253950 [ 223 ] {} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] 2026.02.23 16:41:19.257124 [ 223 ] {} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] 2026.02.23 16:41:19.257315 [ 190 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_118_25} MergeTask::MergeProjectionsStage: Merge sorted 35781 rows, containing 5 columns (5 merged, 0 gathered) in 0.006979493 sec., 5126590.140573248 rows/sec., 349.94 MiB/sec. 2026.02.23 16:41:19.257772 [ 196 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_118_25} MergedBlockOutputStream: filled checksums all_1_118_25 (state Temporary) 2026.02.23 16:41:19.258047 [ 196 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_118_25} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Renaming temporary part tmp_merge_all_1_118_25 to all_1_118_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:41:19.258130 [ 196 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_118_25} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140) (MergerMutator): Merged 6 parts: [all_1_113_24, all_118_118_0] -> all_1_118_25 2026.02.23 16:41:19.258197 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.27 MiB. 2026.02.23 16:41:19.261694 [ 196 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_111_22} MergeTask::MergeProjectionsStage: Merge sorted 2337 rows, containing 19 columns (19 merged, 0 gathered) in 0.009143928 sec., 255579.44025805974 rows/sec., 457.99 MiB/sec. 2026.02.23 16:41:19.263494 [ 196 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_111_22} MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary) 2026.02.23 16:41:19.263795 [ 196 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_111_22} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:41:19.263866 [ 196 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_111_22} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22 2026.02.23 16:41:19.263953 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 18.53 MiB. 2026.02.23 16:41:19.887767 [ 221 ] {} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] 2026.02.23 16:41:19.887823 [ 221 ] {} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] 2026.02.23 16:41:19.890525 [ 221 ] {} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] 2026.02.23 16:41:20.000207 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 380.53 MiB, peak 399.03 MiB, free memory in arenas 0.00 B, will set to 383.41 MiB (RSS), difference: 2.87 MiB 2026.02.23 16:41:20.012517 [ 221 ] {} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] 2026.02.23 16:41:20.012593 [ 221 ] {} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] 2026.02.23 16:41:20.015717 [ 221 ] {} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] 2026.02.23 16:41:20.274154 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 38904 2026.02.23 16:41:20.274714 [ 244 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:41:20.274756 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.02.23 16:41:20.275243 [ 244 ] {} MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) 2026.02.23 16:41:20.275482 [ 244 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:41:20.275624 [ 48 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 2026.02.23 16:41:20.275633 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 38904 2026.02.23 16:41:20.275676 [ 48 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:41:20.275708 [ 48 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.02.23 16:41:20.275843 [ 189 ] {e006da4c-49b0-4d27-967a-f293ec4e8bf5::all_1_81_16} MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full 2026.02.23 16:41:20.276002 [ 189 ] {e006da4c-49b0-4d27-967a-f293ec4e8bf5::all_1_81_16} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:41:20.276045 [ 189 ] {e006da4c-49b0-4d27-967a-f293ec4e8bf5::all_1_81_16} MergeTreeSequentialSource: Reading 6 marks from part all_1_76_15, total 36472 rows starting from the beginning of the part 2026.02.23 16:41:20.276118 [ 189 ] {e006da4c-49b0-4d27-967a-f293ec4e8bf5::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 512 rows starting from the beginning of the part 2026.02.23 16:41:20.276169 [ 189 ] {e006da4c-49b0-4d27-967a-f293ec4e8bf5::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 448 rows starting from the beginning of the part 2026.02.23 16:41:20.276219 [ 189 ] {e006da4c-49b0-4d27-967a-f293ec4e8bf5::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 512 rows starting from the beginning of the part 2026.02.23 16:41:20.276261 [ 189 ] {e006da4c-49b0-4d27-967a-f293ec4e8bf5::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 448 rows starting from the beginning of the part 2026.02.23 16:41:20.276304 [ 189 ] {e006da4c-49b0-4d27-967a-f293ec4e8bf5::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 512 rows starting from the beginning of the part 2026.02.23 16:41:20.278906 [ 199 ] {e006da4c-49b0-4d27-967a-f293ec4e8bf5::all_1_81_16} MergeTask::MergeProjectionsStage: Merge sorted 38904 rows, containing 4 columns (4 merged, 0 gathered) in 0.003122434 sec., 12459510.75346989 rows/sec., 178.23 MiB/sec. 2026.02.23 16:41:20.279364 [ 195 ] {e006da4c-49b0-4d27-967a-f293ec4e8bf5::all_1_81_16} MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) 2026.02.23 16:41:20.279674 [ 195 ] {e006da4c-49b0-4d27-967a-f293ec4e8bf5::all_1_81_16} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:41:20.279756 [ 195 ] {e006da4c-49b0-4d27-967a-f293ec4e8bf5::all_1_81_16} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 2026.02.23 16:41:20.279880 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.13 MiB. 2026.02.23 16:41:22.347376 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 610 2026.02.23 16:41:22.365886 [ 243 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:41:22.365956 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.02.23 16:41:22.372148 [ 243 ] {} MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) 2026.02.23 16:41:22.372886 [ 243 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:41:22.373167 [ 37 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 2026.02.23 16:41:22.373231 [ 37 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:41:22.373250 [ 37 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.02.23 16:41:22.373375 [ 198 ] {3c5e35cc-2202-4d2d-a2da-f2d3b912fea0::all_1_81_16} MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full 2026.02.23 16:41:22.376820 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 610 2026.02.23 16:41:22.377688 [ 198 ] {3c5e35cc-2202-4d2d-a2da-f2d3b912fea0::all_1_81_16} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:41:22.379265 [ 198 ] {3c5e35cc-2202-4d2d-a2da-f2d3b912fea0::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 573 rows starting from the beginning of the part 2026.02.23 16:41:22.383902 [ 198 ] {3c5e35cc-2202-4d2d-a2da-f2d3b912fea0::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 7 rows starting from the beginning of the part 2026.02.23 16:41:22.388550 [ 198 ] {3c5e35cc-2202-4d2d-a2da-f2d3b912fea0::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 8 rows starting from the beginning of the part 2026.02.23 16:41:22.393152 [ 198 ] {3c5e35cc-2202-4d2d-a2da-f2d3b912fea0::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 7 rows starting from the beginning of the part 2026.02.23 16:41:22.398153 [ 198 ] {3c5e35cc-2202-4d2d-a2da-f2d3b912fea0::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 8 rows starting from the beginning of the part 2026.02.23 16:41:22.402917 [ 198 ] {3c5e35cc-2202-4d2d-a2da-f2d3b912fea0::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 7 rows starting from the beginning of the part 2026.02.23 16:41:22.461374 [ 199 ] {3c5e35cc-2202-4d2d-a2da-f2d3b912fea0::all_1_81_16} MergeTask::MergeProjectionsStage: Merge sorted 610 rows, containing 679 columns (679 merged, 0 gathered) in 0.088064381 sec., 6926.750555369259 rows/sec., 35.82 MiB/sec. 2026.02.23 16:41:22.464363 [ 191 ] {3c5e35cc-2202-4d2d-a2da-f2d3b912fea0::all_1_81_16} MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) 2026.02.23 16:41:22.466447 [ 191 ] {3c5e35cc-2202-4d2d-a2da-f2d3b912fea0::all_1_81_16} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:41:22.466525 [ 191 ] {3c5e35cc-2202-4d2d-a2da-f2d3b912fea0::all_1_81_16} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 2026.02.23 16:41:22.469044 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.98 MiB. 2026.02.23 16:41:22.899872 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 2050 2026.02.23 16:41:22.902302 [ 242 ] {} system.query_log (b83b341e-dbaf-448e-9582-20b3e6cd291d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:41:22.902353 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.02.23 16:41:22.903537 [ 242 ] {} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2026.02.23 16:41:22.903817 [ 242 ] {} system.query_log (b83b341e-dbaf-448e-9582-20b3e6cd291d): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:41:22.904104 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 2050 2026.02.23 16:41:23.001151 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 384.49 MiB, peak 401.90 MiB, free memory in arenas 0.00 B, will set to 383.42 MiB (RSS), difference: -1.07 MiB 2026.02.23 16:41:24.133891 [ 220 ] {} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] 2026.02.23 16:41:24.133965 [ 220 ] {} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] 2026.02.23 16:41:24.137409 [ 220 ] {} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] 2026.02.23 16:41:24.205879 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:41:24.206061 [ 278 ] {c2bcb5eb-01d6-4017-86f4-a42ea8357054} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.23 16:41:24.206129 [ 278 ] {c2bcb5eb-01d6-4017-86f4-a42ea8357054} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.23 16:41:24.206792 [ 278 ] {c2bcb5eb-01d6-4017-86f4-a42ea8357054} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:41:24.206842 [ 278 ] {c2bcb5eb-01d6-4017-86f4-a42ea8357054} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.02.23 16:41:24.207239 [ 278 ] {c2bcb5eb-01d6-4017-86f4-a42ea8357054} MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary) 2026.02.23 16:41:24.207463 [ 278 ] {c2bcb5eb-01d6-4017-86f4-a42ea8357054} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:41:24.207621 [ 278 ] {c2bcb5eb-01d6-4017-86f4-a42ea8357054} executeQuery: Read 76 rows, 6.41 KiB in 0.001611 sec., 47175.667287399134 rows/sec., 3.89 MiB/sec. 2026.02.23 16:41:24.207672 [ 278 ] {c2bcb5eb-01d6-4017-86f4-a42ea8357054} TCPHandler: Processed in 0.001920039 sec. 2026.02.23 16:41:24.207799 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:41:24.207901 [ 278 ] {185c28ca-120b-4ea5-a509-26359f413733} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.23 16:41:24.207944 [ 278 ] {185c28ca-120b-4ea5-a509-26359f413733} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.23 16:41:24.208352 [ 278 ] {185c28ca-120b-4ea5-a509-26359f413733} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:41:24.208389 [ 278 ] {185c28ca-120b-4ea5-a509-26359f413733} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.02.23 16:41:24.208708 [ 278 ] {185c28ca-120b-4ea5-a509-26359f413733} MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary) 2026.02.23 16:41:24.208917 [ 278 ] {185c28ca-120b-4ea5-a509-26359f413733} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:41:24.209045 [ 278 ] {185c28ca-120b-4ea5-a509-26359f413733} executeQuery: Read 10 rows, 770.00 B in 0.001167 sec., 8568.98029134533 rows/sec., 644.35 KiB/sec. 2026.02.23 16:41:24.209082 [ 278 ] {185c28ca-120b-4ea5-a509-26359f413733} TCPHandler: Processed in 0.001333858 sec. 2026.02.23 16:41:24.209187 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:41:24.209281 [ 278 ] {57c01b1b-2e92-4528-93d9-b925fbea6c28} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.23 16:41:24.209321 [ 278 ] {57c01b1b-2e92-4528-93d9-b925fbea6c28} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.23 16:41:24.209725 [ 278 ] {57c01b1b-2e92-4528-93d9-b925fbea6c28} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:41:24.209761 [ 278 ] {57c01b1b-2e92-4528-93d9-b925fbea6c28} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.02.23 16:41:24.210068 [ 278 ] {57c01b1b-2e92-4528-93d9-b925fbea6c28} MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary) 2026.02.23 16:41:24.210282 [ 278 ] {57c01b1b-2e92-4528-93d9-b925fbea6c28} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:41:24.210406 [ 278 ] {57c01b1b-2e92-4528-93d9-b925fbea6c28} executeQuery: Read 74 rows, 5.92 KiB in 0.001143 sec., 64741.90726159231 rows/sec., 5.05 MiB/sec. 2026.02.23 16:41:24.210442 [ 278 ] {57c01b1b-2e92-4528-93d9-b925fbea6c28} TCPHandler: Processed in 0.001302837 sec. 2026.02.23 16:41:24.210548 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:41:24.210641 [ 278 ] {195de2c2-d1f3-456e-969e-0d6d3b2bd4a0} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.23 16:41:24.210684 [ 278 ] {195de2c2-d1f3-456e-969e-0d6d3b2bd4a0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.23 16:41:24.211101 [ 278 ] {195de2c2-d1f3-456e-969e-0d6d3b2bd4a0} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:41:24.211136 [ 278 ] {195de2c2-d1f3-456e-969e-0d6d3b2bd4a0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.02.23 16:41:24.211465 [ 278 ] {195de2c2-d1f3-456e-969e-0d6d3b2bd4a0} MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary) 2026.02.23 16:41:24.211673 [ 278 ] {195de2c2-d1f3-456e-969e-0d6d3b2bd4a0} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:41:24.211798 [ 278 ] {195de2c2-d1f3-456e-969e-0d6d3b2bd4a0} executeQuery: Read 160 rows, 11.41 KiB in 0.001176 sec., 136054.42176870749 rows/sec., 9.48 MiB/sec. 2026.02.23 16:41:24.211834 [ 278 ] {195de2c2-d1f3-456e-969e-0d6d3b2bd4a0} TCPHandler: Processed in 0.001333137 sec. 2026.02.23 16:41:24.211933 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:41:24.212024 [ 278 ] {046513dc-346f-4a19-a34e-73af945c1b93} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.23 16:41:24.212077 [ 278 ] {046513dc-346f-4a19-a34e-73af945c1b93} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.23 16:41:24.212843 [ 278 ] {046513dc-346f-4a19-a34e-73af945c1b93} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:41:24.212878 [ 278 ] {046513dc-346f-4a19-a34e-73af945c1b93} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.02.23 16:41:24.213412 [ 278 ] {046513dc-346f-4a19-a34e-73af945c1b93} MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) 2026.02.23 16:41:24.213635 [ 278 ] {046513dc-346f-4a19-a34e-73af945c1b93} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:41:24.213772 [ 278 ] {046513dc-346f-4a19-a34e-73af945c1b93} executeQuery: Read 10 rows, 18.35 KiB in 0.001766 sec., 5662.5141562853905 rows/sec., 10.15 MiB/sec. 2026.02.23 16:41:24.213836 [ 278 ] {046513dc-346f-4a19-a34e-73af945c1b93} TCPHandler: Processed in 0.00195119 sec. 2026.02.23 16:41:24.213942 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:41:24.214035 [ 278 ] {a43f101f-c553-4d57-8522-dd3fd01ebe90} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.23 16:41:24.214076 [ 278 ] {a43f101f-c553-4d57-8522-dd3fd01ebe90} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.23 16:41:24.214400 [ 278 ] {a43f101f-c553-4d57-8522-dd3fd01ebe90} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:41:24.214455 [ 278 ] {a43f101f-c553-4d57-8522-dd3fd01ebe90} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.02.23 16:41:24.214751 [ 278 ] {a43f101f-c553-4d57-8522-dd3fd01ebe90} MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary) 2026.02.23 16:41:24.214957 [ 278 ] {a43f101f-c553-4d57-8522-dd3fd01ebe90} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:41:24.215081 [ 278 ] {a43f101f-c553-4d57-8522-dd3fd01ebe90} executeQuery: Read 60 rows, 4.14 KiB in 0.001065 sec., 56338.028169014084 rows/sec., 3.80 MiB/sec. 2026.02.23 16:41:24.215116 [ 278 ] {a43f101f-c553-4d57-8522-dd3fd01ebe90} TCPHandler: Processed in 0.001221386 sec. 2026.02.23 16:41:24.620303 [ 222 ] {} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2026.02.23 16:41:24.620385 [ 222 ] {} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2026.02.23 16:41:24.623751 [ 222 ] {} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2026.02.23 16:41:27.574542 [ 30 ] {} DNSResolver: Updating DNS cache 2026.02.23 16:41:27.574600 [ 30 ] {} DNSResolver: Updated DNS cache 2026.02.23 16:41:27.776718 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 39352 2026.02.23 16:41:27.777245 [ 244 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:41:27.777295 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.02.23 16:41:27.777824 [ 244 ] {} MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) 2026.02.23 16:41:27.778062 [ 244 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:41:27.778217 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 39352 2026.02.23 16:41:29.206460 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:41:29.206662 [ 278 ] {fcbe8a17-bc7c-4b5c-aebf-c2e492da03ba} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.23 16:41:29.206737 [ 278 ] {fcbe8a17-bc7c-4b5c-aebf-c2e492da03ba} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.23 16:41:29.207518 [ 278 ] {fcbe8a17-bc7c-4b5c-aebf-c2e492da03ba} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:41:29.207576 [ 278 ] {fcbe8a17-bc7c-4b5c-aebf-c2e492da03ba} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.02.23 16:41:29.208001 [ 278 ] {fcbe8a17-bc7c-4b5c-aebf-c2e492da03ba} MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary) 2026.02.23 16:41:29.208228 [ 278 ] {fcbe8a17-bc7c-4b5c-aebf-c2e492da03ba} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:41:29.208391 [ 278 ] {fcbe8a17-bc7c-4b5c-aebf-c2e492da03ba} executeQuery: Read 120 rows, 10.47 KiB in 0.001783 sec., 67302.29949523276 rows/sec., 5.73 MiB/sec. 2026.02.23 16:41:29.208442 [ 278 ] {fcbe8a17-bc7c-4b5c-aebf-c2e492da03ba} TCPHandler: Processed in 0.002120063 sec. 2026.02.23 16:41:29.208567 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:41:29.208668 [ 278 ] {45a607ee-7a0f-4fc9-97a5-e8f53d61d597} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.23 16:41:29.208712 [ 278 ] {45a607ee-7a0f-4fc9-97a5-e8f53d61d597} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.23 16:41:29.209148 [ 278 ] {45a607ee-7a0f-4fc9-97a5-e8f53d61d597} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:41:29.209186 [ 278 ] {45a607ee-7a0f-4fc9-97a5-e8f53d61d597} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.02.23 16:41:29.209493 [ 278 ] {45a607ee-7a0f-4fc9-97a5-e8f53d61d597} MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary) 2026.02.23 16:41:29.209726 [ 278 ] {45a607ee-7a0f-4fc9-97a5-e8f53d61d597} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:41:29.209862 [ 278 ] {45a607ee-7a0f-4fc9-97a5-e8f53d61d597} executeQuery: Read 32 rows, 2.41 KiB in 0.001216 sec., 26315.78947368421 rows/sec., 1.93 MiB/sec. 2026.02.23 16:41:29.209899 [ 278 ] {45a607ee-7a0f-4fc9-97a5-e8f53d61d597} TCPHandler: Processed in 0.001384529 sec. 2026.02.23 16:41:29.210006 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:41:29.210102 [ 278 ] {5d869e06-36d3-42fd-8a87-33e37320ffb3} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.23 16:41:29.210142 [ 278 ] {5d869e06-36d3-42fd-8a87-33e37320ffb3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.23 16:41:29.210582 [ 278 ] {5d869e06-36d3-42fd-8a87-33e37320ffb3} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:41:29.210620 [ 278 ] {5d869e06-36d3-42fd-8a87-33e37320ffb3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.02.23 16:41:29.210933 [ 278 ] {5d869e06-36d3-42fd-8a87-33e37320ffb3} MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary) 2026.02.23 16:41:29.211139 [ 278 ] {5d869e06-36d3-42fd-8a87-33e37320ffb3} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:41:29.211267 [ 278 ] {5d869e06-36d3-42fd-8a87-33e37320ffb3} executeQuery: Read 96 rows, 7.68 KiB in 0.001184 sec., 81081.08108108108 rows/sec., 6.33 MiB/sec. 2026.02.23 16:41:29.211304 [ 278 ] {5d869e06-36d3-42fd-8a87-33e37320ffb3} TCPHandler: Processed in 0.001347958 sec. 2026.02.23 16:41:29.211416 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:41:29.211511 [ 278 ] {1fd411ae-77d3-4610-85f4-7d054b8fb96c} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.23 16:41:29.211555 [ 278 ] {1fd411ae-77d3-4610-85f4-7d054b8fb96c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.23 16:41:29.211960 [ 278 ] {1fd411ae-77d3-4610-85f4-7d054b8fb96c} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:41:29.211996 [ 278 ] {1fd411ae-77d3-4610-85f4-7d054b8fb96c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.02.23 16:41:29.212331 [ 278 ] {1fd411ae-77d3-4610-85f4-7d054b8fb96c} MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary) 2026.02.23 16:41:29.212544 [ 278 ] {1fd411ae-77d3-4610-85f4-7d054b8fb96c} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:41:29.212673 [ 278 ] {1fd411ae-77d3-4610-85f4-7d054b8fb96c} executeQuery: Read 160 rows, 11.41 KiB in 0.00118 sec., 135593.22033898305 rows/sec., 9.44 MiB/sec. 2026.02.23 16:41:29.212710 [ 278 ] {1fd411ae-77d3-4610-85f4-7d054b8fb96c} TCPHandler: Processed in 0.001342998 sec. 2026.02.23 16:41:29.212810 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:41:29.212904 [ 278 ] {532cbf8b-4074-4f93-89d6-ec242277469c} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.23 16:41:29.212957 [ 278 ] {532cbf8b-4074-4f93-89d6-ec242277469c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.23 16:41:29.213789 [ 278 ] {532cbf8b-4074-4f93-89d6-ec242277469c} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:41:29.213825 [ 278 ] {532cbf8b-4074-4f93-89d6-ec242277469c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.02.23 16:41:29.214380 [ 278 ] {532cbf8b-4074-4f93-89d6-ec242277469c} MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) 2026.02.23 16:41:29.214657 [ 278 ] {532cbf8b-4074-4f93-89d6-ec242277469c} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:41:29.214801 [ 278 ] {532cbf8b-4074-4f93-89d6-ec242277469c} executeQuery: Read 32 rows, 58.72 KiB in 0.001915 sec., 16710.18276762402 rows/sec., 29.94 MiB/sec. 2026.02.23 16:41:29.214871 [ 278 ] {532cbf8b-4074-4f93-89d6-ec242277469c} TCPHandler: Processed in 0.002109133 sec. 2026.02.23 16:41:29.214984 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:41:29.215079 [ 278 ] {80dd174a-2f55-402c-9b63-15f4ae7582a9} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.23 16:41:29.215120 [ 278 ] {80dd174a-2f55-402c-9b63-15f4ae7582a9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.23 16:41:29.215459 [ 278 ] {80dd174a-2f55-402c-9b63-15f4ae7582a9} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:41:29.215496 [ 278 ] {80dd174a-2f55-402c-9b63-15f4ae7582a9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.02.23 16:41:29.215799 [ 278 ] {80dd174a-2f55-402c-9b63-15f4ae7582a9} MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary) 2026.02.23 16:41:29.216012 [ 278 ] {80dd174a-2f55-402c-9b63-15f4ae7582a9} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:41:29.216141 [ 278 ] {80dd174a-2f55-402c-9b63-15f4ae7582a9} executeQuery: Read 60 rows, 4.14 KiB in 0.001082 sec., 55452.865064695005 rows/sec., 3.74 MiB/sec. 2026.02.23 16:41:29.216178 [ 278 ] {80dd174a-2f55-402c-9b63-15f4ae7582a9} TCPHandler: Processed in 0.001243165 sec. 2026.02.23 16:41:29.876944 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 618 2026.02.23 16:41:29.893639 [ 243 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:41:29.893706 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.02.23 16:41:29.899806 [ 243 ] {} MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) 2026.02.23 16:41:29.900516 [ 243 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:41:29.903506 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 618 2026.02.23 16:41:32.904372 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 2074 2026.02.23 16:41:32.906739 [ 242 ] {} system.query_log (b83b341e-dbaf-448e-9582-20b3e6cd291d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:41:32.906796 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.02.23 16:41:32.908060 [ 242 ] {} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2026.02.23 16:41:32.908342 [ 242 ] {} system.query_log (b83b341e-dbaf-448e-9582-20b3e6cd291d): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:41:32.908493 [ 26 ] {} system.query_log (b83b341e-dbaf-448e-9582-20b3e6cd291d) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2026.02.23 16:41:32.908535 [ 26 ] {} system.query_log (b83b341e-dbaf-448e-9582-20b3e6cd291d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:41:32.908556 [ 26 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.02.23 16:41:32.908642 [ 186 ] {b83b341e-dbaf-448e-9582-20b3e6cd291d::all_1_61_12} MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full 2026.02.23 16:41:32.908746 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 2074 2026.02.23 16:41:32.909098 [ 186 ] {b83b341e-dbaf-448e-9582-20b3e6cd291d::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:41:32.909221 [ 186 ] {b83b341e-dbaf-448e-9582-20b3e6cd291d::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 1930 rows starting from the beginning of the part 2026.02.23 16:41:32.909541 [ 186 ] {b83b341e-dbaf-448e-9582-20b3e6cd291d::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 32 rows starting from the beginning of the part 2026.02.23 16:41:32.909844 [ 186 ] {b83b341e-dbaf-448e-9582-20b3e6cd291d::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 24 rows starting from the beginning of the part 2026.02.23 16:41:32.910141 [ 186 ] {b83b341e-dbaf-448e-9582-20b3e6cd291d::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 32 rows starting from the beginning of the part 2026.02.23 16:41:32.910426 [ 186 ] {b83b341e-dbaf-448e-9582-20b3e6cd291d::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 32 rows starting from the beginning of the part 2026.02.23 16:41:32.910720 [ 186 ] {b83b341e-dbaf-448e-9582-20b3e6cd291d::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 24 rows starting from the beginning of the part 2026.02.23 16:41:32.917799 [ 187 ] {b83b341e-dbaf-448e-9582-20b3e6cd291d::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 2074 rows, containing 72 columns (72 merged, 0 gathered) in 0.009190839 sec., 225659.485494197 rows/sec., 174.07 MiB/sec. 2026.02.23 16:41:32.919776 [ 193 ] {b83b341e-dbaf-448e-9582-20b3e6cd291d::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2026.02.23 16:41:32.920422 [ 193 ] {b83b341e-dbaf-448e-9582-20b3e6cd291d::all_1_61_12} system.query_log (b83b341e-dbaf-448e-9582-20b3e6cd291d): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:41:32.920507 [ 193 ] {b83b341e-dbaf-448e-9582-20b3e6cd291d::all_1_61_12} system.query_log (b83b341e-dbaf-448e-9582-20b3e6cd291d) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2026.02.23 16:41:32.920868 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.67 MiB. 2026.02.23 16:41:34.214277 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:41:34.214565 [ 278 ] {69b91d47-e160-445b-9acd-bc2729594ac1} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.02.23 16:41:34.214673 [ 278 ] {69b91d47-e160-445b-9acd-bc2729594ac1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.02.23 16:41:34.215528 [ 278 ] {69b91d47-e160-445b-9acd-bc2729594ac1} oximeter.fields_i16 (91b3829e-2a99-49e1-955c-43ffdc3fb409): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:41:34.215576 [ 278 ] {69b91d47-e160-445b-9acd-bc2729594ac1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.02.23 16:41:34.215981 [ 278 ] {69b91d47-e160-445b-9acd-bc2729594ac1} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.02.23 16:41:34.216210 [ 278 ] {69b91d47-e160-445b-9acd-bc2729594ac1} oximeter.fields_i16 (91b3829e-2a99-49e1-955c-43ffdc3fb409): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:41:34.216384 [ 278 ] {69b91d47-e160-445b-9acd-bc2729594ac1} executeQuery: Read 284 rows, 18.47 KiB in 0.001899 sec., 149552.39599789362 rows/sec., 9.50 MiB/sec. 2026.02.23 16:41:34.216438 [ 278 ] {69b91d47-e160-445b-9acd-bc2729594ac1} TCPHandler: Processed in 0.002348588 sec. 2026.02.23 16:41:34.216567 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:41:34.216672 [ 278 ] {e137d852-396f-44bb-a2e2-4a4e505eef1a} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.02.23 16:41:34.216716 [ 278 ] {e137d852-396f-44bb-a2e2-4a4e505eef1a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.02.23 16:41:34.217131 [ 278 ] {e137d852-396f-44bb-a2e2-4a4e505eef1a} oximeter.fields_ipaddr (aca7842a-9245-4e3c-8c67-e3828bf88048): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:41:34.217167 [ 278 ] {e137d852-396f-44bb-a2e2-4a4e505eef1a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.02.23 16:41:34.217475 [ 278 ] {e137d852-396f-44bb-a2e2-4a4e505eef1a} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2026.02.23 16:41:34.217699 [ 278 ] {e137d852-396f-44bb-a2e2-4a4e505eef1a} oximeter.fields_ipaddr (aca7842a-9245-4e3c-8c67-e3828bf88048): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:41:34.217831 [ 278 ] {e137d852-396f-44bb-a2e2-4a4e505eef1a} executeQuery: Read 6 rows, 515.00 B in 0.001182 sec., 5076.142131979695 rows/sec., 425.49 KiB/sec. 2026.02.23 16:41:34.217870 [ 278 ] {e137d852-396f-44bb-a2e2-4a4e505eef1a} TCPHandler: Processed in 0.001357578 sec. 2026.02.23 16:41:34.217975 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:41:34.218072 [ 278 ] {1f0dad7e-2452-4ebe-9403-8ef22c01e17d} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.23 16:41:34.218112 [ 278 ] {1f0dad7e-2452-4ebe-9403-8ef22c01e17d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.23 16:41:34.218916 [ 278 ] {1f0dad7e-2452-4ebe-9403-8ef22c01e17d} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:41:34.218953 [ 278 ] {1f0dad7e-2452-4ebe-9403-8ef22c01e17d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.02.23 16:41:34.219306 [ 278 ] {1f0dad7e-2452-4ebe-9403-8ef22c01e17d} MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary) 2026.02.23 16:41:34.219522 [ 278 ] {1f0dad7e-2452-4ebe-9403-8ef22c01e17d} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:41:34.219630 [ 123 ] {} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636) (MergerMutator): Selected 6 parts from all_1_116_23 to all_121_121_0 2026.02.23 16:41:34.219650 [ 278 ] {1f0dad7e-2452-4ebe-9403-8ef22c01e17d} executeQuery: Read 821 rows, 66.51 KiB in 0.001597 sec., 514088.9167188479 rows/sec., 40.67 MiB/sec. 2026.02.23 16:41:34.219667 [ 123 ] {} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:41:34.219686 [ 123 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.02.23 16:41:34.219690 [ 278 ] {1f0dad7e-2452-4ebe-9403-8ef22c01e17d} TCPHandler: Processed in 0.001765166 sec. 2026.02.23 16:41:34.219802 [ 193 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_121_24} MergeTask::PrepareStage: Merging 6 parts: from all_1_116_23 to all_121_121_0 into Compact with storage Full 2026.02.23 16:41:34.219806 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:41:34.219947 [ 278 ] {7229a205-405c-48a3-a23e-f3f966269c00} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.23 16:41:34.219948 [ 193 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_121_24} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:41:34.219991 [ 278 ] {7229a205-405c-48a3-a23e-f3f966269c00} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.23 16:41:34.220000 [ 193 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_1_116_23, total 2157 rows starting from the beginning of the part 2026.02.23 16:41:34.220077 [ 193 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 76 rows starting from the beginning of the part 2026.02.23 16:41:34.220122 [ 193 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 1383 rows starting from the beginning of the part 2026.02.23 16:41:34.220165 [ 193 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 76 rows starting from the beginning of the part 2026.02.23 16:41:34.220204 [ 193 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 120 rows starting from the beginning of the part 2026.02.23 16:41:34.220268 [ 193 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 821 rows starting from the beginning of the part 2026.02.23 16:41:34.220479 [ 278 ] {7229a205-405c-48a3-a23e-f3f966269c00} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:41:34.220522 [ 278 ] {7229a205-405c-48a3-a23e-f3f966269c00} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.02.23 16:41:34.220845 [ 278 ] {7229a205-405c-48a3-a23e-f3f966269c00} MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary) 2026.02.23 16:41:34.221072 [ 278 ] {7229a205-405c-48a3-a23e-f3f966269c00} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:41:34.221200 [ 278 ] {7229a205-405c-48a3-a23e-f3f966269c00} executeQuery: Read 158 rows, 9.73 KiB in 0.001271 sec., 124311.56569630213 rows/sec., 7.47 MiB/sec. 2026.02.23 16:41:34.221239 [ 278 ] {7229a205-405c-48a3-a23e-f3f966269c00} TCPHandler: Processed in 0.00148327 sec. 2026.02.23 16:41:34.221359 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:41:34.221454 [ 278 ] {5572895e-59f3-4696-b604-08dd0462494e} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.02.23 16:41:34.221494 [ 278 ] {5572895e-59f3-4696-b604-08dd0462494e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.02.23 16:41:34.221933 [ 278 ] {5572895e-59f3-4696-b604-08dd0462494e} oximeter.fields_u32 (3630ead0-c5da-4e23-a9d2-59d0589dc119): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:41:34.221970 [ 278 ] {5572895e-59f3-4696-b604-08dd0462494e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.02.23 16:41:34.222276 [ 278 ] {5572895e-59f3-4696-b604-08dd0462494e} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2026.02.23 16:41:34.222299 [ 187 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_121_24} MergeTask::MergeProjectionsStage: Merge sorted 4633 rows, containing 5 columns (5 merged, 0 gathered) in 0.002554373 sec., 1813752.3376578127 rows/sec., 156.04 MiB/sec. 2026.02.23 16:41:34.222504 [ 278 ] {5572895e-59f3-4696-b604-08dd0462494e} oximeter.fields_u32 (3630ead0-c5da-4e23-a9d2-59d0589dc119): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:41:34.222635 [ 278 ] {5572895e-59f3-4696-b604-08dd0462494e} executeQuery: Read 149 rows, 9.86 KiB in 0.001198 sec., 124373.95659432387 rows/sec., 8.04 MiB/sec. 2026.02.23 16:41:34.222642 [ 194 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_121_24} MergedBlockOutputStream: filled checksums all_1_121_24 (state Temporary) 2026.02.23 16:41:34.222674 [ 278 ] {5572895e-59f3-4696-b604-08dd0462494e} TCPHandler: Processed in 0.001365649 sec. 2026.02.23 16:41:34.222798 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:41:34.222895 [ 278 ] {2992404f-1edd-45b4-81aa-c3675c91c734} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.02.23 16:41:34.222937 [ 278 ] {2992404f-1edd-45b4-81aa-c3675c91c734} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.02.23 16:41:34.223008 [ 194 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_121_24} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Renaming temporary part tmp_merge_all_1_121_24 to all_1_121_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:41:34.223100 [ 194 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_121_24} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636) (MergerMutator): Merged 6 parts: [all_1_116_23, all_121_121_0] -> all_1_121_24 2026.02.23 16:41:34.223206 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.03 MiB. 2026.02.23 16:41:34.223379 [ 278 ] {2992404f-1edd-45b4-81aa-c3675c91c734} oximeter.fields_u8 (bee44bc4-3670-4879-9501-74bd8c0c3792): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:41:34.223420 [ 278 ] {2992404f-1edd-45b4-81aa-c3675c91c734} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.02.23 16:41:34.223726 [ 278 ] {2992404f-1edd-45b4-81aa-c3675c91c734} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.02.23 16:41:34.223939 [ 278 ] {2992404f-1edd-45b4-81aa-c3675c91c734} oximeter.fields_u8 (bee44bc4-3670-4879-9501-74bd8c0c3792): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:41:34.224065 [ 278 ] {2992404f-1edd-45b4-81aa-c3675c91c734} executeQuery: Read 148 rows, 8.62 KiB in 0.001188 sec., 124579.12457912457 rows/sec., 7.09 MiB/sec. 2026.02.23 16:41:34.224103 [ 278 ] {2992404f-1edd-45b4-81aa-c3675c91c734} TCPHandler: Processed in 0.001355498 sec. 2026.02.23 16:41:34.224216 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:41:34.224310 [ 278 ] {9dcbb2d3-687c-4567-80f8-0ac049bde59a} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.23 16:41:34.224351 [ 278 ] {9dcbb2d3-687c-4567-80f8-0ac049bde59a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.23 16:41:34.224966 [ 278 ] {9dcbb2d3-687c-4567-80f8-0ac049bde59a} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:41:34.225002 [ 278 ] {9dcbb2d3-687c-4567-80f8-0ac049bde59a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.02.23 16:41:34.225325 [ 278 ] {9dcbb2d3-687c-4567-80f8-0ac049bde59a} MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary) 2026.02.23 16:41:34.225544 [ 278 ] {9dcbb2d3-687c-4567-80f8-0ac049bde59a} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:41:34.225653 [ 123 ] {} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2) (MergerMutator): Selected 6 parts from all_1_116_23 to all_121_121_0 2026.02.23 16:41:34.225674 [ 278 ] {9dcbb2d3-687c-4567-80f8-0ac049bde59a} executeQuery: Read 506 rows, 36.48 KiB in 0.001381 sec., 366401.1585807386 rows/sec., 25.80 MiB/sec. 2026.02.23 16:41:34.225683 [ 123 ] {} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:41:34.225704 [ 123 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.02.23 16:41:34.225713 [ 278 ] {9dcbb2d3-687c-4567-80f8-0ac049bde59a} TCPHandler: Processed in 0.001547222 sec. 2026.02.23 16:41:34.225791 [ 197 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_121_24} MergeTask::PrepareStage: Merging 6 parts: from all_1_116_23 to all_121_121_0 into Compact with storage Full 2026.02.23 16:41:34.225825 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:41:34.225909 [ 197 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_121_24} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:41:34.225925 [ 278 ] {a5efa847-9171-4a96-86a5-989ed27316e0} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.02.23 16:41:34.225946 [ 197 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_1_116_23, total 1066 rows starting from the beginning of the part 2026.02.23 16:41:34.225972 [ 278 ] {a5efa847-9171-4a96-86a5-989ed27316e0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.02.23 16:41:34.226015 [ 197 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 74 rows starting from the beginning of the part 2026.02.23 16:41:34.226073 [ 197 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 594 rows starting from the beginning of the part 2026.02.23 16:41:34.226122 [ 197 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 74 rows starting from the beginning of the part 2026.02.23 16:41:34.226168 [ 197 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 96 rows starting from the beginning of the part 2026.02.23 16:41:34.226215 [ 197 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 506 rows starting from the beginning of the part 2026.02.23 16:41:34.226314 [ 278 ] {a5efa847-9171-4a96-86a5-989ed27316e0} oximeter.measurements_bool (4d7206cf-919d-48fb-bf2a-954f10b7f89e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:41:34.226356 [ 278 ] {a5efa847-9171-4a96-86a5-989ed27316e0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.02.23 16:41:34.226686 [ 278 ] {a5efa847-9171-4a96-86a5-989ed27316e0} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.02.23 16:41:34.226918 [ 278 ] {a5efa847-9171-4a96-86a5-989ed27316e0} oximeter.measurements_bool (4d7206cf-919d-48fb-bf2a-954f10b7f89e): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:41:34.227049 [ 278 ] {a5efa847-9171-4a96-86a5-989ed27316e0} executeQuery: Read 6 rows, 321.00 B in 0.001142 sec., 5253.940455341506 rows/sec., 274.50 KiB/sec. 2026.02.23 16:41:34.227088 [ 278 ] {a5efa847-9171-4a96-86a5-989ed27316e0} TCPHandler: Processed in 0.001313457 sec. 2026.02.23 16:41:34.227194 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:41:34.227291 [ 278 ] {e70a04c8-15c6-4c66-92e3-8ff49747ed03} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.23 16:41:34.227335 [ 278 ] {e70a04c8-15c6-4c66-92e3-8ff49747ed03} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.23 16:41:34.227441 [ 194 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_121_24} MergeTask::MergeProjectionsStage: Merge sorted 2410 rows, containing 5 columns (5 merged, 0 gathered) in 0.001692405 sec., 1424009.0285717663 rows/sec., 110.00 MiB/sec. 2026.02.23 16:41:34.227615 [ 187 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_121_24} MergedBlockOutputStream: filled checksums all_1_121_24 (state Temporary) 2026.02.23 16:41:34.227758 [ 278 ] {e70a04c8-15c6-4c66-92e3-8ff49747ed03} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:41:34.227793 [ 278 ] {e70a04c8-15c6-4c66-92e3-8ff49747ed03} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.02.23 16:41:34.227880 [ 187 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_121_24} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Renaming temporary part tmp_merge_all_1_121_24 to all_1_121_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:41:34.227945 [ 187 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_121_24} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2) (MergerMutator): Merged 6 parts: [all_1_116_23, all_121_121_0] -> all_1_121_24 2026.02.23 16:41:34.228021 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.64 MiB. 2026.02.23 16:41:34.228132 [ 278 ] {e70a04c8-15c6-4c66-92e3-8ff49747ed03} MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary) 2026.02.23 16:41:34.228337 [ 278 ] {e70a04c8-15c6-4c66-92e3-8ff49747ed03} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:41:34.228463 [ 278 ] {e70a04c8-15c6-4c66-92e3-8ff49747ed03} executeQuery: Read 268 rows, 18.25 KiB in 0.001191 sec., 225020.9907640638 rows/sec., 14.96 MiB/sec. 2026.02.23 16:41:34.228500 [ 278 ] {e70a04c8-15c6-4c66-92e3-8ff49747ed03} TCPHandler: Processed in 0.001356568 sec. 2026.02.23 16:41:34.228614 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:41:34.228716 [ 278 ] {0244e9e7-5504-49ec-937c-d7a8e3f2c141} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.02.23 16:41:34.228761 [ 278 ] {0244e9e7-5504-49ec-937c-d7a8e3f2c141} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.02.23 16:41:34.229073 [ 278 ] {0244e9e7-5504-49ec-937c-d7a8e3f2c141} oximeter.measurements_f64 (97dc9cb4-ce5b-499b-8326-a1427ee1bb47): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:41:34.229109 [ 278 ] {0244e9e7-5504-49ec-937c-d7a8e3f2c141} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.02.23 16:41:34.229399 [ 278 ] {0244e9e7-5504-49ec-937c-d7a8e3f2c141} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.02.23 16:41:34.229607 [ 278 ] {0244e9e7-5504-49ec-937c-d7a8e3f2c141} oximeter.measurements_f64 (97dc9cb4-ce5b-499b-8326-a1427ee1bb47): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:41:34.229732 [ 278 ] {0244e9e7-5504-49ec-937c-d7a8e3f2c141} executeQuery: Read 1 rows, 69.00 B in 0.001034 sec., 967.1179883945841 rows/sec., 65.17 KiB/sec. 2026.02.23 16:41:34.229769 [ 278 ] {0244e9e7-5504-49ec-937c-d7a8e3f2c141} TCPHandler: Processed in 0.001205555 sec. 2026.02.23 16:41:34.229887 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:41:34.230002 [ 278 ] {60a67344-895a-4910-90a2-2de921142949} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.23 16:41:34.230067 [ 278 ] {60a67344-895a-4910-90a2-2de921142949} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.23 16:41:34.230959 [ 278 ] {60a67344-895a-4910-90a2-2de921142949} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:41:34.230996 [ 278 ] {60a67344-895a-4910-90a2-2de921142949} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.02.23 16:41:34.231505 [ 278 ] {60a67344-895a-4910-90a2-2de921142949} MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) 2026.02.23 16:41:34.231730 [ 278 ] {60a67344-895a-4910-90a2-2de921142949} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:41:34.231870 [ 278 ] {60a67344-895a-4910-90a2-2de921142949} executeQuery: Read 10 rows, 18.35 KiB in 0.001891 sec., 5288.2072977260705 rows/sec., 9.48 MiB/sec. 2026.02.23 16:41:34.231933 [ 278 ] {60a67344-895a-4910-90a2-2de921142949} TCPHandler: Processed in 0.002107233 sec. 2026.02.23 16:41:34.232042 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:41:34.232136 [ 278 ] {87153198-74d6-4337-a19c-53cc5af9856e} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.23 16:41:34.232178 [ 278 ] {87153198-74d6-4337-a19c-53cc5af9856e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.23 16:41:34.232512 [ 278 ] {87153198-74d6-4337-a19c-53cc5af9856e} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:41:34.232547 [ 278 ] {87153198-74d6-4337-a19c-53cc5af9856e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.02.23 16:41:34.232849 [ 278 ] {87153198-74d6-4337-a19c-53cc5af9856e} MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary) 2026.02.23 16:41:34.233057 [ 278 ] {87153198-74d6-4337-a19c-53cc5af9856e} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:41:34.233159 [ 123 ] {} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786) (MergerMutator): Selected 6 parts from all_1_116_23 to all_121_121_0 2026.02.23 16:41:34.233182 [ 278 ] {87153198-74d6-4337-a19c-53cc5af9856e} executeQuery: Read 90 rows, 5.77 KiB in 0.001064 sec., 84586.46616541353 rows/sec., 5.29 MiB/sec. 2026.02.23 16:41:34.233193 [ 123 ] {} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:41:34.233214 [ 123 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.02.23 16:41:34.233219 [ 278 ] {87153198-74d6-4337-a19c-53cc5af9856e} TCPHandler: Processed in 0.001227565 sec. 2026.02.23 16:41:34.233315 [ 188 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_121_24} MergeTask::PrepareStage: Merging 6 parts: from all_1_116_23 to all_121_121_0 into Compact with storage Full 2026.02.23 16:41:34.233469 [ 188 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_121_24} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:41:34.233508 [ 188 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_1_116_23, total 7050 rows starting from the beginning of the part 2026.02.23 16:41:34.233579 [ 188 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 60 rows starting from the beginning of the part 2026.02.23 16:41:34.233632 [ 188 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 60 rows starting from the beginning of the part 2026.02.23 16:41:34.233679 [ 188 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 60 rows starting from the beginning of the part 2026.02.23 16:41:34.233723 [ 188 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 60 rows starting from the beginning of the part 2026.02.23 16:41:34.233769 [ 188 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 90 rows starting from the beginning of the part 2026.02.23 16:41:34.235668 [ 194 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_121_24} MergeTask::MergeProjectionsStage: Merge sorted 7380 rows, containing 4 columns (4 merged, 0 gathered) in 0.00240326 sec., 3070828.7908923714 rows/sec., 203.08 MiB/sec. 2026.02.23 16:41:34.236180 [ 196 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_121_24} MergedBlockOutputStream: filled checksums all_1_121_24 (state Temporary) 2026.02.23 16:41:34.236504 [ 196 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_121_24} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Renaming temporary part tmp_merge_all_1_121_24 to all_1_121_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:41:34.236596 [ 196 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_121_24} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786) (MergerMutator): Merged 6 parts: [all_1_116_23, all_121_121_0] -> all_1_121_24 2026.02.23 16:41:34.236699 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.28 MiB. 2026.02.23 16:41:35.278423 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 39864 2026.02.23 16:41:35.279006 [ 244 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:41:35.279054 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.02.23 16:41:35.279539 [ 244 ] {} MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) 2026.02.23 16:41:35.279778 [ 244 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:41:35.279927 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 39864 2026.02.23 16:41:37.403624 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 625 2026.02.23 16:41:37.421336 [ 243 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:41:37.421397 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.02.23 16:41:37.427549 [ 243 ] {} MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) 2026.02.23 16:41:37.428271 [ 243 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:41:37.431379 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 625 2026.02.23 16:41:39.206953 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:41:39.207172 [ 278 ] {fecceece-a1bb-4820-9e65-5f9bb6b7c36c} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.23 16:41:39.207248 [ 278 ] {fecceece-a1bb-4820-9e65-5f9bb6b7c36c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.23 16:41:39.208030 [ 278 ] {fecceece-a1bb-4820-9e65-5f9bb6b7c36c} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:41:39.208083 [ 278 ] {fecceece-a1bb-4820-9e65-5f9bb6b7c36c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.02.23 16:41:39.208493 [ 278 ] {fecceece-a1bb-4820-9e65-5f9bb6b7c36c} MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary) 2026.02.23 16:41:39.208724 [ 278 ] {fecceece-a1bb-4820-9e65-5f9bb6b7c36c} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:41:39.208886 [ 278 ] {fecceece-a1bb-4820-9e65-5f9bb6b7c36c} executeQuery: Read 120 rows, 10.47 KiB in 0.001769 sec., 67834.93499152064 rows/sec., 5.78 MiB/sec. 2026.02.23 16:41:39.208939 [ 278 ] {fecceece-a1bb-4820-9e65-5f9bb6b7c36c} TCPHandler: Processed in 0.002126804 sec. 2026.02.23 16:41:39.209070 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:41:39.209175 [ 278 ] {6c13db65-10a4-46e6-b0b9-05c9f66125f5} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.23 16:41:39.209219 [ 278 ] {6c13db65-10a4-46e6-b0b9-05c9f66125f5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.23 16:41:39.209653 [ 278 ] {6c13db65-10a4-46e6-b0b9-05c9f66125f5} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:41:39.209693 [ 278 ] {6c13db65-10a4-46e6-b0b9-05c9f66125f5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.02.23 16:41:39.210011 [ 278 ] {6c13db65-10a4-46e6-b0b9-05c9f66125f5} MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary) 2026.02.23 16:41:39.210227 [ 278 ] {6c13db65-10a4-46e6-b0b9-05c9f66125f5} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:41:39.210358 [ 278 ] {6c13db65-10a4-46e6-b0b9-05c9f66125f5} executeQuery: Read 32 rows, 2.41 KiB in 0.001206 sec., 26533.996683250414 rows/sec., 1.95 MiB/sec. 2026.02.23 16:41:39.210403 [ 278 ] {6c13db65-10a4-46e6-b0b9-05c9f66125f5} TCPHandler: Processed in 0.001387399 sec. 2026.02.23 16:41:39.210507 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:41:39.210605 [ 278 ] {03ec4665-7ac2-4cba-9125-4e8c4455f313} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.23 16:41:39.210648 [ 278 ] {03ec4665-7ac2-4cba-9125-4e8c4455f313} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.23 16:41:39.211087 [ 278 ] {03ec4665-7ac2-4cba-9125-4e8c4455f313} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:41:39.211125 [ 278 ] {03ec4665-7ac2-4cba-9125-4e8c4455f313} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.02.23 16:41:39.211430 [ 278 ] {03ec4665-7ac2-4cba-9125-4e8c4455f313} MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary) 2026.02.23 16:41:39.211640 [ 278 ] {03ec4665-7ac2-4cba-9125-4e8c4455f313} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:41:39.211772 [ 278 ] {03ec4665-7ac2-4cba-9125-4e8c4455f313} executeQuery: Read 96 rows, 7.68 KiB in 0.001186 sec., 80944.3507588533 rows/sec., 6.32 MiB/sec. 2026.02.23 16:41:39.211811 [ 278 ] {03ec4665-7ac2-4cba-9125-4e8c4455f313} TCPHandler: Processed in 0.001353918 sec. 2026.02.23 16:41:39.211924 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:41:39.212020 [ 278 ] {1ed90c7b-faae-406b-83fa-2a9db42e755b} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.23 16:41:39.212066 [ 278 ] {1ed90c7b-faae-406b-83fa-2a9db42e755b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.23 16:41:39.212473 [ 278 ] {1ed90c7b-faae-406b-83fa-2a9db42e755b} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:41:39.212509 [ 278 ] {1ed90c7b-faae-406b-83fa-2a9db42e755b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.02.23 16:41:39.212842 [ 278 ] {1ed90c7b-faae-406b-83fa-2a9db42e755b} MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary) 2026.02.23 16:41:39.213052 [ 278 ] {1ed90c7b-faae-406b-83fa-2a9db42e755b} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:41:39.213183 [ 278 ] {1ed90c7b-faae-406b-83fa-2a9db42e755b} executeQuery: Read 160 rows, 11.41 KiB in 0.001183 sec., 135249.36601859677 rows/sec., 9.42 MiB/sec. 2026.02.23 16:41:39.213222 [ 278 ] {1ed90c7b-faae-406b-83fa-2a9db42e755b} TCPHandler: Processed in 0.001348138 sec. 2026.02.23 16:41:39.213326 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:41:39.213428 [ 278 ] {c20a7080-d8a8-4ee9-af31-7f5e26ceee8a} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.23 16:41:39.213482 [ 278 ] {c20a7080-d8a8-4ee9-af31-7f5e26ceee8a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.23 16:41:39.214322 [ 278 ] {c20a7080-d8a8-4ee9-af31-7f5e26ceee8a} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:41:39.214359 [ 278 ] {c20a7080-d8a8-4ee9-af31-7f5e26ceee8a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.02.23 16:41:39.214909 [ 278 ] {c20a7080-d8a8-4ee9-af31-7f5e26ceee8a} MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) 2026.02.23 16:41:39.215131 [ 278 ] {c20a7080-d8a8-4ee9-af31-7f5e26ceee8a} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:41:39.215266 [ 278 ] {c20a7080-d8a8-4ee9-af31-7f5e26ceee8a} executeQuery: Read 32 rows, 58.72 KiB in 0.001858 sec., 17222.82023681378 rows/sec., 30.86 MiB/sec. 2026.02.23 16:41:39.215332 [ 278 ] {c20a7080-d8a8-4ee9-af31-7f5e26ceee8a} TCPHandler: Processed in 0.002054012 sec. 2026.02.23 16:41:39.215442 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:41:39.215535 [ 278 ] {96ea3454-d373-46e4-87ee-d9582d09d301} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.23 16:41:39.215576 [ 278 ] {96ea3454-d373-46e4-87ee-d9582d09d301} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.23 16:41:39.215911 [ 278 ] {96ea3454-d373-46e4-87ee-d9582d09d301} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:41:39.215946 [ 278 ] {96ea3454-d373-46e4-87ee-d9582d09d301} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.02.23 16:41:39.216245 [ 278 ] {96ea3454-d373-46e4-87ee-d9582d09d301} MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary) 2026.02.23 16:41:39.216468 [ 278 ] {96ea3454-d373-46e4-87ee-d9582d09d301} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:41:39.216594 [ 278 ] {96ea3454-d373-46e4-87ee-d9582d09d301} executeQuery: Read 60 rows, 4.14 KiB in 0.001077 sec., 55710.30640668523 rows/sec., 3.75 MiB/sec. 2026.02.23 16:41:39.216629 [ 278 ] {96ea3454-d373-46e4-87ee-d9582d09d301} TCPHandler: Processed in 0.001234076 sec. 2026.02.23 16:41:42.574861 [ 133 ] {} DNSResolver: Updating DNS cache 2026.02.23 16:41:42.574932 [ 133 ] {} DNSResolver: Updated DNS cache 2026.02.23 16:41:42.780094 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 40312 2026.02.23 16:41:42.780676 [ 244 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:41:42.780722 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.02.23 16:41:42.781239 [ 244 ] {} MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) 2026.02.23 16:41:42.781482 [ 244 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:41:42.781632 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 40312 2026.02.23 16:41:42.908974 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 2110 2026.02.23 16:41:42.912204 [ 242 ] {} system.query_log (b83b341e-dbaf-448e-9582-20b3e6cd291d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:41:42.912268 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.02.23 16:41:42.913531 [ 242 ] {} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2026.02.23 16:41:42.913823 [ 242 ] {} system.query_log (b83b341e-dbaf-448e-9582-20b3e6cd291d): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:41:42.914217 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 2110 2026.02.23 16:41:44.214387 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:41:44.214571 [ 278 ] {8db8b12f-1aeb-4e88-98c2-3ad9f0dc82c4} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.02.23 16:41:44.214641 [ 278 ] {8db8b12f-1aeb-4e88-98c2-3ad9f0dc82c4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.02.23 16:41:44.215407 [ 278 ] {8db8b12f-1aeb-4e88-98c2-3ad9f0dc82c4} oximeter.fields_i16 (91b3829e-2a99-49e1-955c-43ffdc3fb409): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:41:44.215460 [ 278 ] {8db8b12f-1aeb-4e88-98c2-3ad9f0dc82c4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.02.23 16:41:44.215879 [ 278 ] {8db8b12f-1aeb-4e88-98c2-3ad9f0dc82c4} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.02.23 16:41:44.216115 [ 278 ] {8db8b12f-1aeb-4e88-98c2-3ad9f0dc82c4} oximeter.fields_i16 (91b3829e-2a99-49e1-955c-43ffdc3fb409): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:41:44.216249 [ 152 ] {} oximeter.fields_i16 (91b3829e-2a99-49e1-955c-43ffdc3fb409) (MergerMutator): Selected 6 parts from all_1_32_7 to all_37_37_0 2026.02.23 16:41:44.216273 [ 278 ] {8db8b12f-1aeb-4e88-98c2-3ad9f0dc82c4} executeQuery: Read 284 rows, 18.47 KiB in 0.001753 sec., 162007.98630918426 rows/sec., 10.29 MiB/sec. 2026.02.23 16:41:44.216312 [ 152 ] {} oximeter.fields_i16 (91b3829e-2a99-49e1-955c-43ffdc3fb409): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:41:44.216338 [ 278 ] {8db8b12f-1aeb-4e88-98c2-3ad9f0dc82c4} TCPHandler: Processed in 0.002079603 sec. 2026.02.23 16:41:44.216338 [ 152 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.02.23 16:41:44.216459 [ 187 ] {91b3829e-2a99-49e1-955c-43ffdc3fb409::all_1_37_8} MergeTask::PrepareStage: Merging 6 parts: from all_1_32_7 to all_37_37_0 into Compact with storage Full 2026.02.23 16:41:44.216473 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:41:44.216564 [ 187 ] {91b3829e-2a99-49e1-955c-43ffdc3fb409::all_1_37_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:41:44.216583 [ 278 ] {e9e5acb1-a5c9-48e1-8fc5-344ce0a99330} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.23 16:41:44.216597 [ 187 ] {91b3829e-2a99-49e1-955c-43ffdc3fb409::all_1_37_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_32_7, total 308 rows starting from the beginning of the part 2026.02.23 16:41:44.216630 [ 278 ] {e9e5acb1-a5c9-48e1-8fc5-344ce0a99330} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.23 16:41:44.216666 [ 187 ] {91b3829e-2a99-49e1-955c-43ffdc3fb409::all_1_37_8} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 24 rows starting from the beginning of the part 2026.02.23 16:41:44.216715 [ 187 ] {91b3829e-2a99-49e1-955c-43ffdc3fb409::all_1_37_8} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 24 rows starting from the beginning of the part 2026.02.23 16:41:44.216762 [ 187 ] {91b3829e-2a99-49e1-955c-43ffdc3fb409::all_1_37_8} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 24 rows starting from the beginning of the part 2026.02.23 16:41:44.216809 [ 187 ] {91b3829e-2a99-49e1-955c-43ffdc3fb409::all_1_37_8} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 284 rows starting from the beginning of the part 2026.02.23 16:41:44.216852 [ 187 ] {91b3829e-2a99-49e1-955c-43ffdc3fb409::all_1_37_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 284 rows starting from the beginning of the part 2026.02.23 16:41:44.217638 [ 278 ] {e9e5acb1-a5c9-48e1-8fc5-344ce0a99330} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:41:44.217675 [ 278 ] {e9e5acb1-a5c9-48e1-8fc5-344ce0a99330} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.02.23 16:41:44.217734 [ 196 ] {91b3829e-2a99-49e1-955c-43ffdc3fb409::all_1_37_8} MergeTask::MergeProjectionsStage: Merge sorted 948 rows, containing 5 columns (5 merged, 0 gathered) in 0.001321787 sec., 717210.8668038042 rows/sec., 49.70 MiB/sec. 2026.02.23 16:41:44.217956 [ 190 ] {91b3829e-2a99-49e1-955c-43ffdc3fb409::all_1_37_8} MergedBlockOutputStream: filled checksums all_1_37_8 (state Temporary) 2026.02.23 16:41:44.218052 [ 278 ] {e9e5acb1-a5c9-48e1-8fc5-344ce0a99330} MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary) 2026.02.23 16:41:44.218344 [ 278 ] {e9e5acb1-a5c9-48e1-8fc5-344ce0a99330} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:41:44.218374 [ 190 ] {91b3829e-2a99-49e1-955c-43ffdc3fb409::all_1_37_8} oximeter.fields_i16 (91b3829e-2a99-49e1-955c-43ffdc3fb409): Renaming temporary part tmp_merge_all_1_37_8 to all_1_37_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:41:44.218470 [ 190 ] {91b3829e-2a99-49e1-955c-43ffdc3fb409::all_1_37_8} oximeter.fields_i16 (91b3829e-2a99-49e1-955c-43ffdc3fb409) (MergerMutator): Merged 6 parts: [all_1_32_7, all_37_37_0] -> all_1_37_8 2026.02.23 16:41:44.218487 [ 278 ] {e9e5acb1-a5c9-48e1-8fc5-344ce0a99330} executeQuery: Read 817 rows, 66.20 KiB in 0.001926 sec., 424195.22326064383 rows/sec., 33.56 MiB/sec. 2026.02.23 16:41:44.218533 [ 278 ] {e9e5acb1-a5c9-48e1-8fc5-344ce0a99330} TCPHandler: Processed in 0.002111653 sec. 2026.02.23 16:41:44.218590 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.37 MiB. 2026.02.23 16:41:44.218649 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:41:44.218754 [ 278 ] {dc253f92-0b60-4b02-9440-d371daca965d} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.23 16:41:44.218796 [ 278 ] {dc253f92-0b60-4b02-9440-d371daca965d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.23 16:41:44.219271 [ 278 ] {dc253f92-0b60-4b02-9440-d371daca965d} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:41:44.219309 [ 278 ] {dc253f92-0b60-4b02-9440-d371daca965d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.02.23 16:41:44.219626 [ 278 ] {dc253f92-0b60-4b02-9440-d371daca965d} MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary) 2026.02.23 16:41:44.219847 [ 278 ] {dc253f92-0b60-4b02-9440-d371daca965d} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:41:44.219969 [ 152 ] {} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70) (MergerMutator): Selected 6 parts from all_1_116_23 to all_121_121_0 2026.02.23 16:41:44.219978 [ 278 ] {dc253f92-0b60-4b02-9440-d371daca965d} executeQuery: Read 152 rows, 9.29 KiB in 0.001247 sec., 121892.54210104249 rows/sec., 7.28 MiB/sec. 2026.02.23 16:41:44.220002 [ 152 ] {} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:41:44.220025 [ 152 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.02.23 16:41:44.220027 [ 278 ] {dc253f92-0b60-4b02-9440-d371daca965d} TCPHandler: Processed in 0.001428179 sec. 2026.02.23 16:41:44.220119 [ 190 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_121_24} MergeTask::PrepareStage: Merging 6 parts: from all_1_116_23 to all_121_121_0 into Compact with storage Full 2026.02.23 16:41:44.220156 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:41:44.220219 [ 190 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_121_24} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:41:44.220257 [ 278 ] {481f8a20-e264-418d-9cea-b32e5ad04a74} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.02.23 16:41:44.220258 [ 190 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_1_116_23, total 220 rows starting from the beginning of the part 2026.02.23 16:41:44.220305 [ 278 ] {481f8a20-e264-418d-9cea-b32e5ad04a74} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.02.23 16:41:44.220350 [ 190 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 10 rows starting from the beginning of the part 2026.02.23 16:41:44.220408 [ 190 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 32 rows starting from the beginning of the part 2026.02.23 16:41:44.220455 [ 190 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 158 rows starting from the beginning of the part 2026.02.23 16:41:44.220501 [ 190 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 32 rows starting from the beginning of the part 2026.02.23 16:41:44.220550 [ 190 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 152 rows starting from the beginning of the part 2026.02.23 16:41:44.220774 [ 278 ] {481f8a20-e264-418d-9cea-b32e5ad04a74} oximeter.fields_u32 (3630ead0-c5da-4e23-a9d2-59d0589dc119): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:41:44.220818 [ 278 ] {481f8a20-e264-418d-9cea-b32e5ad04a74} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.02.23 16:41:44.221137 [ 278 ] {481f8a20-e264-418d-9cea-b32e5ad04a74} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2026.02.23 16:41:44.221358 [ 278 ] {481f8a20-e264-418d-9cea-b32e5ad04a74} oximeter.fields_u32 (3630ead0-c5da-4e23-a9d2-59d0589dc119): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:41:44.221464 [ 152 ] {} oximeter.fields_u32 (3630ead0-c5da-4e23-a9d2-59d0589dc119) (MergerMutator): Selected 6 parts from all_1_37_8 to all_42_42_0 2026.02.23 16:41:44.221468 [ 200 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_121_24} MergeTask::MergeProjectionsStage: Merge sorted 604 rows, containing 5 columns (5 merged, 0 gathered) in 0.001386379 sec., 435667.30309677223 rows/sec., 29.10 MiB/sec. 2026.02.23 16:41:44.221494 [ 152 ] {} oximeter.fields_u32 (3630ead0-c5da-4e23-a9d2-59d0589dc119): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:41:44.221489 [ 278 ] {481f8a20-e264-418d-9cea-b32e5ad04a74} executeQuery: Read 149 rows, 9.86 KiB in 0.001251 sec., 119104.71622701839 rows/sec., 7.69 MiB/sec. 2026.02.23 16:41:44.221519 [ 152 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.02.23 16:41:44.221552 [ 278 ] {481f8a20-e264-418d-9cea-b32e5ad04a74} TCPHandler: Processed in 0.001446509 sec. 2026.02.23 16:41:44.221603 [ 196 ] {3630ead0-c5da-4e23-a9d2-59d0589dc119::all_1_42_9} MergeTask::PrepareStage: Merging 6 parts: from all_1_37_8 to all_42_42_0 into Compact with storage Full 2026.02.23 16:41:44.221609 [ 190 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_121_24} MergedBlockOutputStream: filled checksums all_1_121_24 (state Temporary) 2026.02.23 16:41:44.221671 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:41:44.221714 [ 196 ] {3630ead0-c5da-4e23-a9d2-59d0589dc119::all_1_42_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:41:44.221753 [ 196 ] {3630ead0-c5da-4e23-a9d2-59d0589dc119::all_1_42_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_37_8, total 403 rows starting from the beginning of the part 2026.02.23 16:41:44.221772 [ 278 ] {bd1a0a1e-96a2-43f8-aed8-d537ebd3f2d2} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.02.23 16:41:44.221819 [ 278 ] {bd1a0a1e-96a2-43f8-aed8-d537ebd3f2d2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.02.23 16:41:44.221823 [ 196 ] {3630ead0-c5da-4e23-a9d2-59d0589dc119::all_1_42_9} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 253 rows starting from the beginning of the part 2026.02.23 16:41:44.221879 [ 190 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_121_24} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Renaming temporary part tmp_merge_all_1_121_24 to all_1_121_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:41:44.221887 [ 196 ] {3630ead0-c5da-4e23-a9d2-59d0589dc119::all_1_42_9} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 252 rows starting from the beginning of the part 2026.02.23 16:41:44.221943 [ 196 ] {3630ead0-c5da-4e23-a9d2-59d0589dc119::all_1_42_9} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 252 rows starting from the beginning of the part 2026.02.23 16:41:44.221956 [ 190 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_121_24} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70) (MergerMutator): Merged 6 parts: [all_1_116_23, all_121_121_0] -> all_1_121_24 2026.02.23 16:41:44.221986 [ 196 ] {3630ead0-c5da-4e23-a9d2-59d0589dc119::all_1_42_9} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 149 rows starting from the beginning of the part 2026.02.23 16:41:44.222028 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. 2026.02.23 16:41:44.222034 [ 196 ] {3630ead0-c5da-4e23-a9d2-59d0589dc119::all_1_42_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 149 rows starting from the beginning of the part 2026.02.23 16:41:44.222286 [ 278 ] {bd1a0a1e-96a2-43f8-aed8-d537ebd3f2d2} oximeter.fields_u8 (bee44bc4-3670-4879-9501-74bd8c0c3792): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:41:44.222328 [ 278 ] {bd1a0a1e-96a2-43f8-aed8-d537ebd3f2d2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.02.23 16:41:44.222646 [ 278 ] {bd1a0a1e-96a2-43f8-aed8-d537ebd3f2d2} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.02.23 16:41:44.222869 [ 278 ] {bd1a0a1e-96a2-43f8-aed8-d537ebd3f2d2} oximeter.fields_u8 (bee44bc4-3670-4879-9501-74bd8c0c3792): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:41:44.223001 [ 278 ] {bd1a0a1e-96a2-43f8-aed8-d537ebd3f2d2} executeQuery: Read 148 rows, 8.62 KiB in 0.001248 sec., 118589.7435897436 rows/sec., 6.74 MiB/sec. 2026.02.23 16:41:44.223002 [ 137 ] {} oximeter.fields_u8 (bee44bc4-3670-4879-9501-74bd8c0c3792) (MergerMutator): Selected 6 parts from all_1_32_7 to all_37_37_0 2026.02.23 16:41:44.223041 [ 278 ] {bd1a0a1e-96a2-43f8-aed8-d537ebd3f2d2} TCPHandler: Processed in 0.001419009 sec. 2026.02.23 16:41:44.223069 [ 137 ] {} oximeter.fields_u8 (bee44bc4-3670-4879-9501-74bd8c0c3792): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:41:44.223095 [ 137 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.02.23 16:41:44.223120 [ 192 ] {3630ead0-c5da-4e23-a9d2-59d0589dc119::all_1_42_9} MergeTask::MergeProjectionsStage: Merge sorted 1458 rows, containing 5 columns (5 merged, 0 gathered) in 0.001550492 sec., 940346.677054767 rows/sec., 67.30 MiB/sec. 2026.02.23 16:41:44.223160 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:41:44.223163 [ 190 ] {bee44bc4-3670-4879-9501-74bd8c0c3792::all_1_37_8} MergeTask::PrepareStage: Merging 6 parts: from all_1_32_7 to all_37_37_0 into Compact with storage Full 2026.02.23 16:41:44.223262 [ 190 ] {bee44bc4-3670-4879-9501-74bd8c0c3792::all_1_37_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:41:44.223269 [ 200 ] {3630ead0-c5da-4e23-a9d2-59d0589dc119::all_1_42_9} MergedBlockOutputStream: filled checksums all_1_42_9 (state Temporary) 2026.02.23 16:41:44.223287 [ 190 ] {bee44bc4-3670-4879-9501-74bd8c0c3792::all_1_37_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_32_7, total 160 rows starting from the beginning of the part 2026.02.23 16:41:44.223262 [ 278 ] {ae3d7f24-6811-48d1-954d-25d9adb547d2} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.23 16:41:44.223343 [ 190 ] {bee44bc4-3670-4879-9501-74bd8c0c3792::all_1_37_8} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 12 rows starting from the beginning of the part 2026.02.23 16:41:44.223356 [ 278 ] {ae3d7f24-6811-48d1-954d-25d9adb547d2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.23 16:41:44.223387 [ 190 ] {bee44bc4-3670-4879-9501-74bd8c0c3792::all_1_37_8} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 12 rows starting from the beginning of the part 2026.02.23 16:41:44.223428 [ 190 ] {bee44bc4-3670-4879-9501-74bd8c0c3792::all_1_37_8} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 12 rows starting from the beginning of the part 2026.02.23 16:41:44.223465 [ 190 ] {bee44bc4-3670-4879-9501-74bd8c0c3792::all_1_37_8} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 148 rows starting from the beginning of the part 2026.02.23 16:41:44.223502 [ 190 ] {bee44bc4-3670-4879-9501-74bd8c0c3792::all_1_37_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 148 rows starting from the beginning of the part 2026.02.23 16:41:44.223589 [ 200 ] {3630ead0-c5da-4e23-a9d2-59d0589dc119::all_1_42_9} oximeter.fields_u32 (3630ead0-c5da-4e23-a9d2-59d0589dc119): Renaming temporary part tmp_merge_all_1_42_9 to all_1_42_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:41:44.223676 [ 200 ] {3630ead0-c5da-4e23-a9d2-59d0589dc119::all_1_42_9} oximeter.fields_u32 (3630ead0-c5da-4e23-a9d2-59d0589dc119) (MergerMutator): Merged 6 parts: [all_1_37_8, all_42_42_0] -> all_1_42_9 2026.02.23 16:41:44.223760 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.43 MiB. 2026.02.23 16:41:44.224059 [ 278 ] {ae3d7f24-6811-48d1-954d-25d9adb547d2} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:41:44.224101 [ 278 ] {ae3d7f24-6811-48d1-954d-25d9adb547d2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.02.23 16:41:44.224226 [ 189 ] {bee44bc4-3670-4879-9501-74bd8c0c3792::all_1_37_8} MergeTask::MergeProjectionsStage: Merge sorted 492 rows, containing 5 columns (5 merged, 0 gathered) in 0.001091532 sec., 450742.62596057646 rows/sec., 28.21 MiB/sec. 2026.02.23 16:41:44.224365 [ 200 ] {bee44bc4-3670-4879-9501-74bd8c0c3792::all_1_37_8} MergedBlockOutputStream: filled checksums all_1_37_8 (state Temporary) 2026.02.23 16:41:44.224445 [ 278 ] {ae3d7f24-6811-48d1-954d-25d9adb547d2} MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary) 2026.02.23 16:41:44.224680 [ 200 ] {bee44bc4-3670-4879-9501-74bd8c0c3792::all_1_37_8} oximeter.fields_u8 (bee44bc4-3670-4879-9501-74bd8c0c3792): Renaming temporary part tmp_merge_all_1_37_8 to all_1_37_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:41:44.224746 [ 278 ] {ae3d7f24-6811-48d1-954d-25d9adb547d2} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:41:44.224751 [ 200 ] {bee44bc4-3670-4879-9501-74bd8c0c3792::all_1_37_8} oximeter.fields_u8 (bee44bc4-3670-4879-9501-74bd8c0c3792) (MergerMutator): Merged 6 parts: [all_1_32_7, all_37_37_0] -> all_1_37_8 2026.02.23 16:41:44.224858 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. 2026.02.23 16:41:44.224896 [ 278 ] {ae3d7f24-6811-48d1-954d-25d9adb547d2} executeQuery: Read 500 rows, 35.98 KiB in 0.001651 sec., 302846.75953967293 rows/sec., 21.28 MiB/sec. 2026.02.23 16:41:44.224940 [ 278 ] {ae3d7f24-6811-48d1-954d-25d9adb547d2} TCPHandler: Processed in 0.001829927 sec. 2026.02.23 16:41:44.224945 [ 221 ] {} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] 2026.02.23 16:41:44.224978 [ 221 ] {} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] 2026.02.23 16:41:44.225040 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:41:44.225138 [ 278 ] {3d6afce4-c1f7-43d8-abfa-61d201abf181} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.02.23 16:41:44.225181 [ 278 ] {3d6afce4-c1f7-43d8-abfa-61d201abf181} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.02.23 16:41:44.225517 [ 278 ] {3d6afce4-c1f7-43d8-abfa-61d201abf181} oximeter.measurements_bool (4d7206cf-919d-48fb-bf2a-954f10b7f89e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:41:44.225554 [ 278 ] {3d6afce4-c1f7-43d8-abfa-61d201abf181} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.02.23 16:41:44.225864 [ 278 ] {3d6afce4-c1f7-43d8-abfa-61d201abf181} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.02.23 16:41:44.226074 [ 278 ] {3d6afce4-c1f7-43d8-abfa-61d201abf181} oximeter.measurements_bool (4d7206cf-919d-48fb-bf2a-954f10b7f89e): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:41:44.226205 [ 278 ] {3d6afce4-c1f7-43d8-abfa-61d201abf181} executeQuery: Read 6 rows, 321.00 B in 0.001084 sec., 5535.055350553506 rows/sec., 289.19 KiB/sec. 2026.02.23 16:41:44.226243 [ 278 ] {3d6afce4-c1f7-43d8-abfa-61d201abf181} TCPHandler: Processed in 0.001251156 sec. 2026.02.23 16:41:44.226343 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:41:44.226437 [ 278 ] {359ab127-2d23-49a8-a5f8-75803af55b88} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.23 16:41:44.226480 [ 278 ] {359ab127-2d23-49a8-a5f8-75803af55b88} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.23 16:41:44.226911 [ 278 ] {359ab127-2d23-49a8-a5f8-75803af55b88} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:41:44.226949 [ 278 ] {359ab127-2d23-49a8-a5f8-75803af55b88} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.02.23 16:41:44.227281 [ 278 ] {359ab127-2d23-49a8-a5f8-75803af55b88} MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary) 2026.02.23 16:41:44.227491 [ 278 ] {359ab127-2d23-49a8-a5f8-75803af55b88} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:41:44.227613 [ 137 ] {} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140) (MergerMutator): Selected 6 parts from all_1_118_25 to all_123_123_0 2026.02.23 16:41:44.227618 [ 278 ] {359ab127-2d23-49a8-a5f8-75803af55b88} executeQuery: Read 265 rows, 18.03 KiB in 0.001199 sec., 221017.51459549626 rows/sec., 14.69 MiB/sec. 2026.02.23 16:41:44.227650 [ 137 ] {} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:41:44.227673 [ 278 ] {359ab127-2d23-49a8-a5f8-75803af55b88} TCPHandler: Processed in 0.001377328 sec. 2026.02.23 16:41:44.227673 [ 137 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.02.23 16:41:44.227767 [ 190 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_123_26} MergeTask::PrepareStage: Merging 6 parts: from all_1_118_25 to all_123_123_0 into Compact with storage Full 2026.02.23 16:41:44.227800 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:41:44.227878 [ 190 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_123_26} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:41:44.227904 [ 278 ] {ef670357-d4a7-4ea3-b195-81c71ed9063f} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.02.23 16:41:44.227913 [ 190 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_123_26} MergeTreeSequentialSource: Reading 6 marks from part all_1_118_25, total 35781 rows starting from the beginning of the part 2026.02.23 16:41:44.227956 [ 278 ] {ef670357-d4a7-4ea3-b195-81c71ed9063f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.02.23 16:41:44.227983 [ 190 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_123_26} MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 160 rows starting from the beginning of the part 2026.02.23 16:41:44.228030 [ 190 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_123_26} MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 160 rows starting from the beginning of the part 2026.02.23 16:41:44.228071 [ 190 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_123_26} MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 268 rows starting from the beginning of the part 2026.02.23 16:41:44.228109 [ 190 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_123_26} MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 160 rows starting from the beginning of the part 2026.02.23 16:41:44.228149 [ 190 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_123_26} MergeTreeSequentialSource: Reading 2 marks from part all_123_123_0, total 265 rows starting from the beginning of the part 2026.02.23 16:41:44.228289 [ 278 ] {ef670357-d4a7-4ea3-b195-81c71ed9063f} oximeter.measurements_f64 (97dc9cb4-ce5b-499b-8326-a1427ee1bb47): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:41:44.228362 [ 278 ] {ef670357-d4a7-4ea3-b195-81c71ed9063f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.02.23 16:41:44.228711 [ 278 ] {ef670357-d4a7-4ea3-b195-81c71ed9063f} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.02.23 16:41:44.228927 [ 278 ] {ef670357-d4a7-4ea3-b195-81c71ed9063f} oximeter.measurements_f64 (97dc9cb4-ce5b-499b-8326-a1427ee1bb47): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:41:44.229028 [ 137 ] {} oximeter.measurements_f64 (97dc9cb4-ce5b-499b-8326-a1427ee1bb47) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.02.23 16:41:44.229059 [ 137 ] {} oximeter.measurements_f64 (97dc9cb4-ce5b-499b-8326-a1427ee1bb47): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:41:44.229060 [ 278 ] {ef670357-d4a7-4ea3-b195-81c71ed9063f} executeQuery: Read 1 rows, 69.00 B in 0.001175 sec., 851.063829787234 rows/sec., 57.35 KiB/sec. 2026.02.23 16:41:44.229078 [ 137 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.02.23 16:41:44.229112 [ 278 ] {ef670357-d4a7-4ea3-b195-81c71ed9063f} TCPHandler: Processed in 0.001366508 sec. 2026.02.23 16:41:44.229164 [ 200 ] {97dc9cb4-ce5b-499b-8326-a1427ee1bb47::all_1_26_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full 2026.02.23 16:41:44.229255 [ 200 ] {97dc9cb4-ce5b-499b-8326-a1427ee1bb47::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:41:44.229265 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:41:44.229283 [ 200 ] {97dc9cb4-ce5b-499b-8326-a1427ee1bb47::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 21 rows starting from the beginning of the part 2026.02.23 16:41:44.229347 [ 200 ] {97dc9cb4-ce5b-499b-8326-a1427ee1bb47::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 1 rows starting from the beginning of the part 2026.02.23 16:41:44.229389 [ 200 ] {97dc9cb4-ce5b-499b-8326-a1427ee1bb47::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 1 rows starting from the beginning of the part 2026.02.23 16:41:44.229392 [ 278 ] {df4fb309-63e3-4bf3-bdc3-95b1875f5197} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.23 16:41:44.229427 [ 200 ] {97dc9cb4-ce5b-499b-8326-a1427ee1bb47::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 1 rows starting from the beginning of the part 2026.02.23 16:41:44.229467 [ 278 ] {df4fb309-63e3-4bf3-bdc3-95b1875f5197} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.23 16:41:44.229469 [ 200 ] {97dc9cb4-ce5b-499b-8326-a1427ee1bb47::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 1 rows starting from the beginning of the part 2026.02.23 16:41:44.229526 [ 200 ] {97dc9cb4-ce5b-499b-8326-a1427ee1bb47::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 1 rows starting from the beginning of the part 2026.02.23 16:41:44.230289 [ 195 ] {97dc9cb4-ce5b-499b-8326-a1427ee1bb47::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 26 rows, containing 4 columns (4 merged, 0 gathered) in 0.001158374 sec., 22445.25515938721 rows/sec., 1.46 MiB/sec. 2026.02.23 16:41:44.230368 [ 278 ] {df4fb309-63e3-4bf3-bdc3-95b1875f5197} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:41:44.230399 [ 200 ] {97dc9cb4-ce5b-499b-8326-a1427ee1bb47::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.02.23 16:41:44.230407 [ 278 ] {df4fb309-63e3-4bf3-bdc3-95b1875f5197} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.02.23 16:41:44.230654 [ 200 ] {97dc9cb4-ce5b-499b-8326-a1427ee1bb47::all_1_26_5} oximeter.measurements_f64 (97dc9cb4-ce5b-499b-8326-a1427ee1bb47): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:41:44.230725 [ 200 ] {97dc9cb4-ce5b-499b-8326-a1427ee1bb47::all_1_26_5} oximeter.measurements_f64 (97dc9cb4-ce5b-499b-8326-a1427ee1bb47) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.02.23 16:41:44.230784 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. 2026.02.23 16:41:44.230999 [ 278 ] {df4fb309-63e3-4bf3-bdc3-95b1875f5197} MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) 2026.02.23 16:41:44.231227 [ 278 ] {df4fb309-63e3-4bf3-bdc3-95b1875f5197} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:41:44.231354 [ 137 ] {} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0 2026.02.23 16:41:44.231369 [ 278 ] {df4fb309-63e3-4bf3-bdc3-95b1875f5197} executeQuery: Read 10 rows, 18.35 KiB in 0.002001 sec., 4997.501249375312 rows/sec., 8.96 MiB/sec. 2026.02.23 16:41:44.231392 [ 137 ] {} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:41:44.231417 [ 137 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.02.23 16:41:44.231434 [ 278 ] {df4fb309-63e3-4bf3-bdc3-95b1875f5197} TCPHandler: Processed in 0.002230016 sec. 2026.02.23 16:41:44.231489 [ 191 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_116_23} MergeTask::PrepareStage: Merging 6 parts: from all_1_111_22 to all_116_116_0 into Compact with storage Full 2026.02.23 16:41:44.231548 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:41:44.231643 [ 278 ] {06f6ea0c-e12a-4aa8-a038-b88c09cfb91f} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.23 16:41:44.231677 [ 191 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_116_23} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:41:44.231684 [ 278 ] {06f6ea0c-e12a-4aa8-a038-b88c09cfb91f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.23 16:41:44.231726 [ 191 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_1_111_22, total 2337 rows starting from the beginning of the part 2026.02.23 16:41:44.231836 [ 191 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 10 rows starting from the beginning of the part 2026.02.23 16:41:44.231945 [ 191 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 32 rows starting from the beginning of the part 2026.02.23 16:41:44.232029 [ 278 ] {06f6ea0c-e12a-4aa8-a038-b88c09cfb91f} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:41:44.232045 [ 191 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 10 rows starting from the beginning of the part 2026.02.23 16:41:44.232065 [ 278 ] {06f6ea0c-e12a-4aa8-a038-b88c09cfb91f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.02.23 16:41:44.232138 [ 191 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 32 rows starting from the beginning of the part 2026.02.23 16:41:44.232229 [ 191 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 10 rows starting from the beginning of the part 2026.02.23 16:41:44.232379 [ 278 ] {06f6ea0c-e12a-4aa8-a038-b88c09cfb91f} MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary) 2026.02.23 16:41:44.232594 [ 278 ] {06f6ea0c-e12a-4aa8-a038-b88c09cfb91f} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:41:44.232728 [ 278 ] {06f6ea0c-e12a-4aa8-a038-b88c09cfb91f} executeQuery: Read 90 rows, 5.77 KiB in 0.001099 sec., 81892.6296633303 rows/sec., 5.12 MiB/sec. 2026.02.23 16:41:44.232764 [ 278 ] {06f6ea0c-e12a-4aa8-a038-b88c09cfb91f} TCPHandler: Processed in 0.001264526 sec. 2026.02.23 16:41:44.232799 [ 224 ] {} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] 2026.02.23 16:41:44.232836 [ 224 ] {} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] 2026.02.23 16:41:44.235287 [ 200 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_123_26} MergeTask::MergeProjectionsStage: Merge sorted 36794 rows, containing 5 columns (5 merged, 0 gathered) in 0.007552856 sec., 4871534.688335114 rows/sec., 332.49 MiB/sec. 2026.02.23 16:41:44.235627 [ 198 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_123_26} MergedBlockOutputStream: filled checksums all_1_123_26 (state Temporary) 2026.02.23 16:41:44.235986 [ 198 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_123_26} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Renaming temporary part tmp_merge_all_1_123_26 to all_1_123_26 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:41:44.236078 [ 198 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_123_26} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140) (MergerMutator): Merged 6 parts: [all_1_118_25, all_123_123_0] -> all_1_123_26 2026.02.23 16:41:44.236155 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.34 MiB. 2026.02.23 16:41:44.236351 [ 221 ] {} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] 2026.02.23 16:41:44.237061 [ 224 ] {} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] 2026.02.23 16:41:44.243190 [ 199 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_116_23} MergeTask::MergeProjectionsStage: Merge sorted 2431 rows, containing 19 columns (19 merged, 0 gathered) in 0.011731541 sec., 207219.15390314025 rows/sec., 371.33 MiB/sec. 2026.02.23 16:41:44.245471 [ 199 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_116_23} MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary) 2026.02.23 16:41:44.245816 [ 199 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_116_23} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:41:44.245889 [ 199 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_116_23} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23 2026.02.23 16:41:44.246007 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 18.60 MiB. 2026.02.23 16:41:44.931429 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 633 2026.02.23 16:41:44.949573 [ 243 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:41:44.949639 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.02.23 16:41:44.956226 [ 243 ] {} MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) 2026.02.23 16:41:44.956957 [ 243 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:41:44.960145 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 633 2026.02.23 16:41:45.000269 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 385.52 MiB, peak 403.55 MiB, free memory in arenas 0.00 B, will set to 390.04 MiB (RSS), difference: 4.52 MiB 2026.02.23 16:41:45.290954 [ 221 ] {} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] 2026.02.23 16:41:45.291018 [ 221 ] {} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] 2026.02.23 16:41:45.294652 [ 224 ] {} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] 2026.02.23 16:41:45.294707 [ 224 ] {} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] 2026.02.23 16:41:45.297240 [ 224 ] {} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] 2026.02.23 16:41:45.301084 [ 221 ] {} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] 2026.02.23 16:41:46.000253 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 386.04 MiB, peak 403.55 MiB, free memory in arenas 0.00 B, will set to 390.04 MiB (RSS), difference: 4.00 MiB 2026.02.23 16:41:46.806041 [ 148 ] {} oximeter.fields_ipaddr (aca7842a-9245-4e3c-8c67-e3828bf88048) (MergerMutator): Selected 5 parts from all_1_37_9 to all_41_41_0 2026.02.23 16:41:46.806136 [ 148 ] {} oximeter.fields_ipaddr (aca7842a-9245-4e3c-8c67-e3828bf88048): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:41:46.806174 [ 148 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.02.23 16:41:46.806294 [ 217 ] {} oximeter.fields_ipaddr (aca7842a-9245-4e3c-8c67-e3828bf88048): Found 5 old parts to remove. Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0] 2026.02.23 16:41:46.806347 [ 217 ] {} oximeter.fields_ipaddr (aca7842a-9245-4e3c-8c67-e3828bf88048): Removing 5 parts from filesystem (serially): Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0] 2026.02.23 16:41:46.806353 [ 198 ] {aca7842a-9245-4e3c-8c67-e3828bf88048::all_1_41_10} MergeTask::PrepareStage: Merging 5 parts: from all_1_37_9 to all_41_41_0 into Compact with storage Full 2026.02.23 16:41:46.806504 [ 198 ] {aca7842a-9245-4e3c-8c67-e3828bf88048::all_1_41_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:41:46.806539 [ 198 ] {aca7842a-9245-4e3c-8c67-e3828bf88048::all_1_41_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_37_9, total 24 rows starting from the beginning of the part 2026.02.23 16:41:46.806609 [ 198 ] {aca7842a-9245-4e3c-8c67-e3828bf88048::all_1_41_10} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 4 rows starting from the beginning of the part 2026.02.23 16:41:46.806661 [ 198 ] {aca7842a-9245-4e3c-8c67-e3828bf88048::all_1_41_10} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 4 rows starting from the beginning of the part 2026.02.23 16:41:46.806706 [ 198 ] {aca7842a-9245-4e3c-8c67-e3828bf88048::all_1_41_10} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 6 rows starting from the beginning of the part 2026.02.23 16:41:46.806749 [ 198 ] {aca7842a-9245-4e3c-8c67-e3828bf88048::all_1_41_10} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 6 rows starting from the beginning of the part 2026.02.23 16:41:46.807460 [ 200 ] {aca7842a-9245-4e3c-8c67-e3828bf88048::all_1_41_10} MergeTask::MergeProjectionsStage: Merge sorted 44 rows, containing 5 columns (5 merged, 0 gathered) in 0.001196195 sec., 36783.300381626745 rows/sec., 3.10 MiB/sec. 2026.02.23 16:41:46.807615 [ 202 ] {aca7842a-9245-4e3c-8c67-e3828bf88048::all_1_41_10} MergedBlockOutputStream: filled checksums all_1_41_10 (state Temporary) 2026.02.23 16:41:46.807922 [ 202 ] {aca7842a-9245-4e3c-8c67-e3828bf88048::all_1_41_10} oximeter.fields_ipaddr (aca7842a-9245-4e3c-8c67-e3828bf88048): Renaming temporary part tmp_merge_all_1_41_10 to all_1_41_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:41:46.808006 [ 202 ] {aca7842a-9245-4e3c-8c67-e3828bf88048::all_1_41_10} oximeter.fields_ipaddr (aca7842a-9245-4e3c-8c67-e3828bf88048) (MergerMutator): Merged 5 parts: [all_1_37_9, all_41_41_0] -> all_1_41_10 2026.02.23 16:41:46.808095 [ 202 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. 2026.02.23 16:41:46.811224 [ 217 ] {} oximeter.fields_ipaddr (aca7842a-9245-4e3c-8c67-e3828bf88048): Removing 5 parts from memory: Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0] 2026.02.23 16:41:49.233380 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:41:49.233594 [ 278 ] {b1f8bdbf-d3c8-4816-8073-c122d724652e} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.02.23 16:41:49.233669 [ 278 ] {b1f8bdbf-d3c8-4816-8073-c122d724652e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.02.23 16:41:49.234430 [ 278 ] {b1f8bdbf-d3c8-4816-8073-c122d724652e} oximeter.fields_ipaddr (aca7842a-9245-4e3c-8c67-e3828bf88048): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:41:49.234480 [ 278 ] {b1f8bdbf-d3c8-4816-8073-c122d724652e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.02.23 16:41:49.234855 [ 278 ] {b1f8bdbf-d3c8-4816-8073-c122d724652e} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2026.02.23 16:41:49.235072 [ 278 ] {b1f8bdbf-d3c8-4816-8073-c122d724652e} oximeter.fields_ipaddr (aca7842a-9245-4e3c-8c67-e3828bf88048): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:41:49.235221 [ 278 ] {b1f8bdbf-d3c8-4816-8073-c122d724652e} executeQuery: Read 4 rows, 334.00 B in 0.001682 sec., 2378.1212841854936 rows/sec., 193.92 KiB/sec. 2026.02.23 16:41:49.235269 [ 278 ] {b1f8bdbf-d3c8-4816-8073-c122d724652e} TCPHandler: Processed in 0.002024442 sec. 2026.02.23 16:41:49.235394 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:41:49.235494 [ 278 ] {81464da1-c5d2-47dc-95c1-b841d865ac92} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.23 16:41:49.235536 [ 278 ] {81464da1-c5d2-47dc-95c1-b841d865ac92} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.23 16:41:49.236666 [ 278 ] {81464da1-c5d2-47dc-95c1-b841d865ac92} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:41:49.236704 [ 278 ] {81464da1-c5d2-47dc-95c1-b841d865ac92} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.02.23 16:41:49.237092 [ 278 ] {81464da1-c5d2-47dc-95c1-b841d865ac92} MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary) 2026.02.23 16:41:49.237304 [ 278 ] {81464da1-c5d2-47dc-95c1-b841d865ac92} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:41:49.237430 [ 278 ] {81464da1-c5d2-47dc-95c1-b841d865ac92} executeQuery: Read 1262 rows, 107.18 KiB in 0.001958 sec., 644535.2400408579 rows/sec., 53.46 MiB/sec. 2026.02.23 16:41:49.237467 [ 278 ] {81464da1-c5d2-47dc-95c1-b841d865ac92} TCPHandler: Processed in 0.002123594 sec. 2026.02.23 16:41:49.237587 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:41:49.237682 [ 278 ] {3864158a-f01b-4e4f-b028-98ca0bb63f24} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.23 16:41:49.237722 [ 278 ] {3864158a-f01b-4e4f-b028-98ca0bb63f24} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.23 16:41:49.238195 [ 278 ] {3864158a-f01b-4e4f-b028-98ca0bb63f24} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:41:49.238232 [ 278 ] {3864158a-f01b-4e4f-b028-98ca0bb63f24} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.02.23 16:41:49.238529 [ 278 ] {3864158a-f01b-4e4f-b028-98ca0bb63f24} MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary) 2026.02.23 16:41:49.238735 [ 278 ] {3864158a-f01b-4e4f-b028-98ca0bb63f24} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:41:49.238874 [ 278 ] {3864158a-f01b-4e4f-b028-98ca0bb63f24} executeQuery: Read 36 rows, 2.69 KiB in 0.00121 sec., 29752.06611570248 rows/sec., 2.17 MiB/sec. 2026.02.23 16:41:49.238912 [ 278 ] {3864158a-f01b-4e4f-b028-98ca0bb63f24} TCPHandler: Processed in 0.001372218 sec. 2026.02.23 16:41:49.239029 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:41:49.239123 [ 278 ] {d1950d92-a120-4ca6-ae67-2ba771f3a3ee} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.02.23 16:41:49.239161 [ 278 ] {d1950d92-a120-4ca6-ae67-2ba771f3a3ee} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.02.23 16:41:49.239697 [ 278 ] {d1950d92-a120-4ca6-ae67-2ba771f3a3ee} oximeter.fields_u32 (3630ead0-c5da-4e23-a9d2-59d0589dc119): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:41:49.239734 [ 278 ] {d1950d92-a120-4ca6-ae67-2ba771f3a3ee} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.02.23 16:41:49.240040 [ 278 ] {d1950d92-a120-4ca6-ae67-2ba771f3a3ee} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2026.02.23 16:41:49.240240 [ 278 ] {d1950d92-a120-4ca6-ae67-2ba771f3a3ee} oximeter.fields_u32 (3630ead0-c5da-4e23-a9d2-59d0589dc119): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:41:49.240368 [ 278 ] {d1950d92-a120-4ca6-ae67-2ba771f3a3ee} executeQuery: Read 228 rows, 15.81 KiB in 0.001263 sec., 180522.56532066507 rows/sec., 12.22 MiB/sec. 2026.02.23 16:41:49.240405 [ 278 ] {d1950d92-a120-4ca6-ae67-2ba771f3a3ee} TCPHandler: Processed in 0.00142341 sec. 2026.02.23 16:41:49.240521 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:41:49.240616 [ 278 ] {ee7806a7-f091-4d1d-9957-046c025d13c6} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.23 16:41:49.240655 [ 278 ] {ee7806a7-f091-4d1d-9957-046c025d13c6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.23 16:41:49.241302 [ 278 ] {ee7806a7-f091-4d1d-9957-046c025d13c6} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:41:49.241339 [ 278 ] {ee7806a7-f091-4d1d-9957-046c025d13c6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.02.23 16:41:49.241661 [ 278 ] {ee7806a7-f091-4d1d-9957-046c025d13c6} MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary) 2026.02.23 16:41:49.241874 [ 278 ] {ee7806a7-f091-4d1d-9957-046c025d13c6} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:41:49.242002 [ 278 ] {ee7806a7-f091-4d1d-9957-046c025d13c6} executeQuery: Read 556 rows, 42.29 KiB in 0.001405 sec., 395729.53736654803 rows/sec., 29.40 MiB/sec. 2026.02.23 16:41:49.242040 [ 278 ] {ee7806a7-f091-4d1d-9957-046c025d13c6} TCPHandler: Processed in 0.001566072 sec. 2026.02.23 16:41:49.242161 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:41:49.242255 [ 278 ] {acdee2e3-c78d-4a89-bd5c-2436907f8d55} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.23 16:41:49.242297 [ 278 ] {acdee2e3-c78d-4a89-bd5c-2436907f8d55} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.23 16:41:49.242861 [ 278 ] {acdee2e3-c78d-4a89-bd5c-2436907f8d55} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:41:49.242897 [ 278 ] {acdee2e3-c78d-4a89-bd5c-2436907f8d55} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.02.23 16:41:49.243266 [ 278 ] {acdee2e3-c78d-4a89-bd5c-2436907f8d55} MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary) 2026.02.23 16:41:49.243474 [ 278 ] {acdee2e3-c78d-4a89-bd5c-2436907f8d55} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:41:49.243600 [ 278 ] {acdee2e3-c78d-4a89-bd5c-2436907f8d55} executeQuery: Read 846 rows, 58.31 KiB in 0.001364 sec., 620234.6041055719 rows/sec., 41.75 MiB/sec. 2026.02.23 16:41:49.243641 [ 278 ] {acdee2e3-c78d-4a89-bd5c-2436907f8d55} TCPHandler: Processed in 0.001527541 sec. 2026.02.23 16:41:49.243756 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:41:49.243847 [ 278 ] {e38915f1-b6b1-450d-8dc3-3baa4b543a07} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.23 16:41:49.243901 [ 278 ] {e38915f1-b6b1-450d-8dc3-3baa4b543a07} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.23 16:41:49.244738 [ 278 ] {e38915f1-b6b1-450d-8dc3-3baa4b543a07} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:41:49.244774 [ 278 ] {e38915f1-b6b1-450d-8dc3-3baa4b543a07} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.02.23 16:41:49.245297 [ 278 ] {e38915f1-b6b1-450d-8dc3-3baa4b543a07} MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary) 2026.02.23 16:41:49.245513 [ 278 ] {e38915f1-b6b1-450d-8dc3-3baa4b543a07} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:41:49.245646 [ 278 ] {e38915f1-b6b1-450d-8dc3-3baa4b543a07} executeQuery: Read 32 rows, 58.72 KiB in 0.001817 sec., 17611.447440836542 rows/sec., 31.56 MiB/sec. 2026.02.23 16:41:49.245701 [ 278 ] {e38915f1-b6b1-450d-8dc3-3baa4b543a07} TCPHandler: Processed in 0.00199223 sec. 2026.02.23 16:41:49.245815 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:41:49.245907 [ 278 ] {c1df1150-0726-430d-a355-6e3861b8bbc2} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.23 16:41:49.245948 [ 278 ] {c1df1150-0726-430d-a355-6e3861b8bbc2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.23 16:41:49.246287 [ 278 ] {c1df1150-0726-430d-a355-6e3861b8bbc2} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:41:49.246322 [ 278 ] {c1df1150-0726-430d-a355-6e3861b8bbc2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.02.23 16:41:49.246615 [ 278 ] {c1df1150-0726-430d-a355-6e3861b8bbc2} MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary) 2026.02.23 16:41:49.246831 [ 278 ] {c1df1150-0726-430d-a355-6e3861b8bbc2} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:41:49.246955 [ 278 ] {c1df1150-0726-430d-a355-6e3861b8bbc2} executeQuery: Read 60 rows, 4.14 KiB in 0.001066 sec., 56285.17823639774 rows/sec., 3.79 MiB/sec. 2026.02.23 16:41:49.246990 [ 278 ] {c1df1150-0726-430d-a355-6e3861b8bbc2} TCPHandler: Processed in 0.001222595 sec. 2026.02.23 16:41:49.758892 [ 224 ] {} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] 2026.02.23 16:41:49.758981 [ 224 ] {} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] 2026.02.23 16:41:49.766189 [ 224 ] {} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] 2026.02.23 16:41:50.038053 [ 217 ] {} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] 2026.02.23 16:41:50.038114 [ 217 ] {} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] 2026.02.23 16:41:50.045104 [ 217 ] {} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] 2026.02.23 16:41:50.281794 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 40824 2026.02.23 16:41:50.282391 [ 244 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:41:50.282436 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.02.23 16:41:50.282919 [ 244 ] {} MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) 2026.02.23 16:41:50.283160 [ 244 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:41:50.283308 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 40824 2026.02.23 16:41:50.283379 [ 221 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] 2026.02.23 16:41:50.283436 [ 221 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] 2026.02.23 16:41:50.286880 [ 221 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] 2026.02.23 16:41:50.607371 [ 223 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] 2026.02.23 16:41:50.607421 [ 223 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] 2026.02.23 16:41:50.609091 [ 223 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] 2026.02.23 16:41:51.000186 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 386.06 MiB, peak 403.55 MiB, free memory in arenas 0.00 B, will set to 390.04 MiB (RSS), difference: 3.98 MiB 2026.02.23 16:41:52.460239 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 640 2026.02.23 16:41:52.476777 [ 243 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:41:52.476829 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.02.23 16:41:52.482987 [ 243 ] {} MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) 2026.02.23 16:41:52.483707 [ 243 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:41:52.486413 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 640 2026.02.23 16:41:52.914459 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 38 entries to flush up to offset 2148 2026.02.23 16:41:52.917152 [ 242 ] {} system.query_log (b83b341e-dbaf-448e-9582-20b3e6cd291d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:41:52.917213 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.02.23 16:41:52.918463 [ 242 ] {} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2026.02.23 16:41:52.918749 [ 242 ] {} system.query_log (b83b341e-dbaf-448e-9582-20b3e6cd291d): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:41:52.919150 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 2148 2026.02.23 16:41:54.213873 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:41:54.214158 [ 278 ] {c6297924-9caa-4c13-83d9-d469894c7240} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.02.23 16:41:54.214261 [ 278 ] {c6297924-9caa-4c13-83d9-d469894c7240} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.02.23 16:41:54.215158 [ 278 ] {c6297924-9caa-4c13-83d9-d469894c7240} oximeter.fields_i16 (91b3829e-2a99-49e1-955c-43ffdc3fb409): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:41:54.215203 [ 278 ] {c6297924-9caa-4c13-83d9-d469894c7240} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.02.23 16:41:54.215596 [ 278 ] {c6297924-9caa-4c13-83d9-d469894c7240} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.02.23 16:41:54.215824 [ 278 ] {c6297924-9caa-4c13-83d9-d469894c7240} oximeter.fields_i16 (91b3829e-2a99-49e1-955c-43ffdc3fb409): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:41:54.215982 [ 278 ] {c6297924-9caa-4c13-83d9-d469894c7240} executeQuery: Read 284 rows, 18.47 KiB in 0.001902 sec., 149316.50893796002 rows/sec., 9.48 MiB/sec. 2026.02.23 16:41:54.216033 [ 278 ] {c6297924-9caa-4c13-83d9-d469894c7240} TCPHandler: Processed in 0.002340468 sec. 2026.02.23 16:41:54.216165 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:41:54.216268 [ 278 ] {16db58e3-a7ae-4fd6-bca3-780bc7b9eb08} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.23 16:41:54.216311 [ 278 ] {16db58e3-a7ae-4fd6-bca3-780bc7b9eb08} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.23 16:41:54.217305 [ 278 ] {16db58e3-a7ae-4fd6-bca3-780bc7b9eb08} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:41:54.217343 [ 278 ] {16db58e3-a7ae-4fd6-bca3-780bc7b9eb08} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.02.23 16:41:54.217712 [ 278 ] {16db58e3-a7ae-4fd6-bca3-780bc7b9eb08} MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary) 2026.02.23 16:41:54.217918 [ 278 ] {16db58e3-a7ae-4fd6-bca3-780bc7b9eb08} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:41:54.218052 [ 278 ] {16db58e3-a7ae-4fd6-bca3-780bc7b9eb08} executeQuery: Read 817 rows, 66.20 KiB in 0.001807 sec., 452130.6032097399 rows/sec., 35.78 MiB/sec. 2026.02.23 16:41:54.218091 [ 278 ] {16db58e3-a7ae-4fd6-bca3-780bc7b9eb08} TCPHandler: Processed in 0.001977981 sec. 2026.02.23 16:41:54.218204 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:41:54.218301 [ 278 ] {07f25437-07e3-4638-a0f9-bcb7780a331f} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.23 16:41:54.218341 [ 278 ] {07f25437-07e3-4638-a0f9-bcb7780a331f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.23 16:41:54.218819 [ 278 ] {07f25437-07e3-4638-a0f9-bcb7780a331f} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:41:54.218855 [ 278 ] {07f25437-07e3-4638-a0f9-bcb7780a331f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.02.23 16:41:54.219153 [ 278 ] {07f25437-07e3-4638-a0f9-bcb7780a331f} MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary) 2026.02.23 16:41:54.219355 [ 278 ] {07f25437-07e3-4638-a0f9-bcb7780a331f} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:41:54.219480 [ 278 ] {07f25437-07e3-4638-a0f9-bcb7780a331f} executeQuery: Read 152 rows, 9.29 KiB in 0.0012 sec., 126666.66666666667 rows/sec., 7.56 MiB/sec. 2026.02.23 16:41:54.219518 [ 278 ] {07f25437-07e3-4638-a0f9-bcb7780a331f} TCPHandler: Processed in 0.001364238 sec. 2026.02.23 16:41:54.219633 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:41:54.219728 [ 278 ] {d2c0fa5d-642a-4504-9ae6-5a48b23dff2c} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.02.23 16:41:54.219766 [ 278 ] {d2c0fa5d-642a-4504-9ae6-5a48b23dff2c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.02.23 16:41:54.220226 [ 278 ] {d2c0fa5d-642a-4504-9ae6-5a48b23dff2c} oximeter.fields_u32 (3630ead0-c5da-4e23-a9d2-59d0589dc119): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:41:54.220262 [ 278 ] {d2c0fa5d-642a-4504-9ae6-5a48b23dff2c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.02.23 16:41:54.220558 [ 278 ] {d2c0fa5d-642a-4504-9ae6-5a48b23dff2c} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2026.02.23 16:41:54.220774 [ 278 ] {d2c0fa5d-642a-4504-9ae6-5a48b23dff2c} oximeter.fields_u32 (3630ead0-c5da-4e23-a9d2-59d0589dc119): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:41:54.220902 [ 278 ] {d2c0fa5d-642a-4504-9ae6-5a48b23dff2c} executeQuery: Read 149 rows, 9.86 KiB in 0.001193 sec., 124895.22212908634 rows/sec., 8.07 MiB/sec. 2026.02.23 16:41:54.220940 [ 278 ] {d2c0fa5d-642a-4504-9ae6-5a48b23dff2c} TCPHandler: Processed in 0.001356238 sec. 2026.02.23 16:41:54.221053 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:41:54.221146 [ 278 ] {e4250dd9-bb76-4749-a8ca-00a5e544ca67} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.02.23 16:41:54.221184 [ 278 ] {e4250dd9-bb76-4749-a8ca-00a5e544ca67} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.02.23 16:41:54.221638 [ 278 ] {e4250dd9-bb76-4749-a8ca-00a5e544ca67} oximeter.fields_u8 (bee44bc4-3670-4879-9501-74bd8c0c3792): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:41:54.221674 [ 278 ] {e4250dd9-bb76-4749-a8ca-00a5e544ca67} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.02.23 16:41:54.221965 [ 278 ] {e4250dd9-bb76-4749-a8ca-00a5e544ca67} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.02.23 16:41:54.222167 [ 278 ] {e4250dd9-bb76-4749-a8ca-00a5e544ca67} oximeter.fields_u8 (bee44bc4-3670-4879-9501-74bd8c0c3792): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:41:54.222293 [ 278 ] {e4250dd9-bb76-4749-a8ca-00a5e544ca67} executeQuery: Read 148 rows, 8.62 KiB in 0.001166 sec., 126929.67409948543 rows/sec., 7.22 MiB/sec. 2026.02.23 16:41:54.222331 [ 278 ] {e4250dd9-bb76-4749-a8ca-00a5e544ca67} TCPHandler: Processed in 0.001327338 sec. 2026.02.23 16:41:54.222445 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:41:54.222539 [ 278 ] {87de72b2-d758-4f11-9705-18e50e00b20c} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.23 16:41:54.222577 [ 278 ] {87de72b2-d758-4f11-9705-18e50e00b20c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.23 16:41:54.223245 [ 278 ] {87de72b2-d758-4f11-9705-18e50e00b20c} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:41:54.223282 [ 278 ] {87de72b2-d758-4f11-9705-18e50e00b20c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.02.23 16:41:54.223599 [ 278 ] {87de72b2-d758-4f11-9705-18e50e00b20c} MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary) 2026.02.23 16:41:54.223802 [ 278 ] {87de72b2-d758-4f11-9705-18e50e00b20c} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:41:54.223931 [ 278 ] {87de72b2-d758-4f11-9705-18e50e00b20c} executeQuery: Read 500 rows, 35.98 KiB in 0.001411 sec., 354358.61091424525 rows/sec., 24.90 MiB/sec. 2026.02.23 16:41:54.223970 [ 278 ] {87de72b2-d758-4f11-9705-18e50e00b20c} TCPHandler: Processed in 0.001573602 sec. 2026.02.23 16:41:54.224093 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:41:54.224215 [ 278 ] {47a8343a-e29f-4f94-9aa6-fbe923e95408} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.02.23 16:41:54.224267 [ 278 ] {47a8343a-e29f-4f94-9aa6-fbe923e95408} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.02.23 16:41:54.224660 [ 278 ] {47a8343a-e29f-4f94-9aa6-fbe923e95408} oximeter.measurements_bool (4d7206cf-919d-48fb-bf2a-954f10b7f89e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:41:54.224697 [ 278 ] {47a8343a-e29f-4f94-9aa6-fbe923e95408} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.02.23 16:41:54.225008 [ 278 ] {47a8343a-e29f-4f94-9aa6-fbe923e95408} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.02.23 16:41:54.225221 [ 278 ] {47a8343a-e29f-4f94-9aa6-fbe923e95408} oximeter.measurements_bool (4d7206cf-919d-48fb-bf2a-954f10b7f89e): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:41:54.225351 [ 278 ] {47a8343a-e29f-4f94-9aa6-fbe923e95408} executeQuery: Read 6 rows, 321.00 B in 0.001161 sec., 5167.958656330749 rows/sec., 270.01 KiB/sec. 2026.02.23 16:41:54.225390 [ 278 ] {47a8343a-e29f-4f94-9aa6-fbe923e95408} TCPHandler: Processed in 0.001359088 sec. 2026.02.23 16:41:54.225525 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:41:54.225628 [ 278 ] {00b8e5d4-4e4f-41ed-8fee-b7013226a8da} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.23 16:41:54.225674 [ 278 ] {00b8e5d4-4e4f-41ed-8fee-b7013226a8da} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.23 16:41:54.226126 [ 278 ] {00b8e5d4-4e4f-41ed-8fee-b7013226a8da} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:41:54.226164 [ 278 ] {00b8e5d4-4e4f-41ed-8fee-b7013226a8da} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.02.23 16:41:54.226502 [ 278 ] {00b8e5d4-4e4f-41ed-8fee-b7013226a8da} MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary) 2026.02.23 16:41:54.226713 [ 278 ] {00b8e5d4-4e4f-41ed-8fee-b7013226a8da} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:41:54.226843 [ 278 ] {00b8e5d4-4e4f-41ed-8fee-b7013226a8da} executeQuery: Read 265 rows, 18.03 KiB in 0.001233 sec., 214922.95214922953 rows/sec., 14.28 MiB/sec. 2026.02.23 16:41:54.226882 [ 278 ] {00b8e5d4-4e4f-41ed-8fee-b7013226a8da} TCPHandler: Processed in 0.001418079 sec. 2026.02.23 16:41:54.226996 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:41:54.227092 [ 278 ] {45695c9a-b4e7-4f9a-9fea-ce25461d24dc} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.02.23 16:41:54.227135 [ 278 ] {45695c9a-b4e7-4f9a-9fea-ce25461d24dc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.02.23 16:41:54.227449 [ 278 ] {45695c9a-b4e7-4f9a-9fea-ce25461d24dc} oximeter.measurements_f64 (97dc9cb4-ce5b-499b-8326-a1427ee1bb47): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:41:54.227486 [ 278 ] {45695c9a-b4e7-4f9a-9fea-ce25461d24dc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.02.23 16:41:54.227781 [ 278 ] {45695c9a-b4e7-4f9a-9fea-ce25461d24dc} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.02.23 16:41:54.227982 [ 278 ] {45695c9a-b4e7-4f9a-9fea-ce25461d24dc} oximeter.measurements_f64 (97dc9cb4-ce5b-499b-8326-a1427ee1bb47): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:41:54.228110 [ 278 ] {45695c9a-b4e7-4f9a-9fea-ce25461d24dc} executeQuery: Read 1 rows, 69.00 B in 0.001037 sec., 964.3201542912248 rows/sec., 64.98 KiB/sec. 2026.02.23 16:41:54.228148 [ 278 ] {45695c9a-b4e7-4f9a-9fea-ce25461d24dc} TCPHandler: Processed in 0.001201995 sec. 2026.02.23 16:41:54.228250 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:41:54.228343 [ 278 ] {988468d1-85a3-4c14-9a9d-e5564a3d8af2} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.23 16:41:54.228397 [ 278 ] {988468d1-85a3-4c14-9a9d-e5564a3d8af2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.23 16:41:54.229222 [ 278 ] {988468d1-85a3-4c14-9a9d-e5564a3d8af2} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:41:54.229261 [ 278 ] {988468d1-85a3-4c14-9a9d-e5564a3d8af2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.02.23 16:41:54.229785 [ 278 ] {988468d1-85a3-4c14-9a9d-e5564a3d8af2} MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary) 2026.02.23 16:41:54.230010 [ 278 ] {988468d1-85a3-4c14-9a9d-e5564a3d8af2} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:41:54.230153 [ 278 ] {988468d1-85a3-4c14-9a9d-e5564a3d8af2} executeQuery: Read 10 rows, 18.35 KiB in 0.001827 sec., 5473.453749315818 rows/sec., 9.81 MiB/sec. 2026.02.23 16:41:54.230221 [ 278 ] {988468d1-85a3-4c14-9a9d-e5564a3d8af2} TCPHandler: Processed in 0.002021882 sec. 2026.02.23 16:41:54.230337 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:41:54.230433 [ 278 ] {6730299a-a2f4-49e0-83ca-1e45e591a224} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.23 16:41:54.230476 [ 278 ] {6730299a-a2f4-49e0-83ca-1e45e591a224} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.23 16:41:54.230822 [ 278 ] {6730299a-a2f4-49e0-83ca-1e45e591a224} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:41:54.230859 [ 278 ] {6730299a-a2f4-49e0-83ca-1e45e591a224} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.02.23 16:41:54.231159 [ 278 ] {6730299a-a2f4-49e0-83ca-1e45e591a224} MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary) 2026.02.23 16:41:54.231365 [ 278 ] {6730299a-a2f4-49e0-83ca-1e45e591a224} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:41:54.231491 [ 278 ] {6730299a-a2f4-49e0-83ca-1e45e591a224} executeQuery: Read 90 rows, 5.77 KiB in 0.001077 sec., 83565.45961002786 rows/sec., 5.23 MiB/sec. 2026.02.23 16:41:54.231528 [ 278 ] {6730299a-a2f4-49e0-83ca-1e45e591a224} TCPHandler: Processed in 0.001242846 sec. 2026.02.23 16:41:57.575241 [ 134 ] {} DNSResolver: Updating DNS cache 2026.02.23 16:41:57.575312 [ 134 ] {} DNSResolver: Updated DNS cache 2026.02.23 16:41:57.783515 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 41272 2026.02.23 16:41:57.784323 [ 244 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:41:57.784394 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.02.23 16:41:57.785168 [ 244 ] {} MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) 2026.02.23 16:41:57.785393 [ 244 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:41:57.785530 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 41272 2026.02.23 16:41:57.785552 [ 134 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 2026.02.23 16:41:57.785645 [ 134 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:41:57.785684 [ 134 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.02.23 16:41:57.785838 [ 198 ] {e006da4c-49b0-4d27-967a-f293ec4e8bf5::all_1_86_17} MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full 2026.02.23 16:41:57.786024 [ 198 ] {e006da4c-49b0-4d27-967a-f293ec4e8bf5::all_1_86_17} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:41:57.786089 [ 198 ] {e006da4c-49b0-4d27-967a-f293ec4e8bf5::all_1_86_17} MergeTreeSequentialSource: Reading 6 marks from part all_1_81_16, total 38904 rows starting from the beginning of the part 2026.02.23 16:41:57.786190 [ 198 ] {e006da4c-49b0-4d27-967a-f293ec4e8bf5::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 448 rows starting from the beginning of the part 2026.02.23 16:41:57.786264 [ 198 ] {e006da4c-49b0-4d27-967a-f293ec4e8bf5::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 512 rows starting from the beginning of the part 2026.02.23 16:41:57.786331 [ 198 ] {e006da4c-49b0-4d27-967a-f293ec4e8bf5::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 448 rows starting from the beginning of the part 2026.02.23 16:41:57.786393 [ 198 ] {e006da4c-49b0-4d27-967a-f293ec4e8bf5::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 512 rows starting from the beginning of the part 2026.02.23 16:41:57.786457 [ 198 ] {e006da4c-49b0-4d27-967a-f293ec4e8bf5::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 448 rows starting from the beginning of the part 2026.02.23 16:41:57.789140 [ 198 ] {e006da4c-49b0-4d27-967a-f293ec4e8bf5::all_1_86_17} MergeTask::MergeProjectionsStage: Merge sorted 41272 rows, containing 4 columns (4 merged, 0 gathered) in 0.003372959 sec., 12236140.433370225 rows/sec., 175.04 MiB/sec. 2026.02.23 16:41:57.789482 [ 186 ] {e006da4c-49b0-4d27-967a-f293ec4e8bf5::all_1_86_17} MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) 2026.02.23 16:41:57.789777 [ 186 ] {e006da4c-49b0-4d27-967a-f293ec4e8bf5::all_1_86_17} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:41:57.789848 [ 186 ] {e006da4c-49b0-4d27-967a-f293ec4e8bf5::all_1_86_17} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 2026.02.23 16:41:57.789929 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.12 MiB. 2026.02.23 16:41:59.206834 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:41:59.207039 [ 278 ] {564f3ec5-2ab7-4a11-9b4d-95077c8261fa} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.23 16:41:59.207114 [ 278 ] {564f3ec5-2ab7-4a11-9b4d-95077c8261fa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.23 16:41:59.207862 [ 278 ] {564f3ec5-2ab7-4a11-9b4d-95077c8261fa} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:41:59.207911 [ 278 ] {564f3ec5-2ab7-4a11-9b4d-95077c8261fa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.02.23 16:41:59.208316 [ 278 ] {564f3ec5-2ab7-4a11-9b4d-95077c8261fa} MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary) 2026.02.23 16:41:59.208546 [ 278 ] {564f3ec5-2ab7-4a11-9b4d-95077c8261fa} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:41:59.208701 [ 278 ] {564f3ec5-2ab7-4a11-9b4d-95077c8261fa} executeQuery: Read 120 rows, 10.47 KiB in 0.001719 sec., 69808.02792321116 rows/sec., 5.95 MiB/sec. 2026.02.23 16:41:59.208719 [ 129 ] {} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636) (MergerMutator): Selected 6 parts from all_1_121_24 to all_126_126_0 2026.02.23 16:41:59.208753 [ 278 ] {564f3ec5-2ab7-4a11-9b4d-95077c8261fa} TCPHandler: Processed in 0.002058462 sec. 2026.02.23 16:41:59.208798 [ 129 ] {} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:41:59.208828 [ 129 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.02.23 16:41:59.208901 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:41:59.208962 [ 200 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_126_25} MergeTask::PrepareStage: Merging 6 parts: from all_1_121_24 to all_126_126_0 into Compact with storage Full 2026.02.23 16:41:59.209010 [ 278 ] {7810d175-9efc-4acb-83e6-34220d6160fd} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.23 16:41:59.209061 [ 278 ] {7810d175-9efc-4acb-83e6-34220d6160fd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.23 16:41:59.209129 [ 200 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_126_25} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:41:59.209182 [ 200 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_1_121_24, total 2157 rows starting from the beginning of the part 2026.02.23 16:41:59.209262 [ 200 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 120 rows starting from the beginning of the part 2026.02.23 16:41:59.209314 [ 200 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_123_123_0, total 817 rows starting from the beginning of the part 2026.02.23 16:41:59.209362 [ 200 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 1262 rows starting from the beginning of the part 2026.02.23 16:41:59.209407 [ 200 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 817 rows starting from the beginning of the part 2026.02.23 16:41:59.209453 [ 200 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 120 rows starting from the beginning of the part 2026.02.23 16:41:59.209502 [ 278 ] {7810d175-9efc-4acb-83e6-34220d6160fd} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:41:59.209544 [ 278 ] {7810d175-9efc-4acb-83e6-34220d6160fd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.02.23 16:41:59.209895 [ 278 ] {7810d175-9efc-4acb-83e6-34220d6160fd} MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary) 2026.02.23 16:41:59.210115 [ 278 ] {7810d175-9efc-4acb-83e6-34220d6160fd} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:41:59.210253 [ 278 ] {7810d175-9efc-4acb-83e6-34220d6160fd} executeQuery: Read 32 rows, 2.41 KiB in 0.001266 sec., 25276.46129541864 rows/sec., 1.86 MiB/sec. 2026.02.23 16:41:59.210294 [ 278 ] {7810d175-9efc-4acb-83e6-34220d6160fd} TCPHandler: Processed in 0.00144703 sec. 2026.02.23 16:41:59.210414 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:41:59.210514 [ 278 ] {89b20f53-367a-47f1-ad24-3f77f3e6c37c} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.23 16:41:59.210556 [ 278 ] {89b20f53-367a-47f1-ad24-3f77f3e6c37c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.23 16:41:59.210993 [ 278 ] {89b20f53-367a-47f1-ad24-3f77f3e6c37c} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:41:59.211031 [ 278 ] {89b20f53-367a-47f1-ad24-3f77f3e6c37c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.02.23 16:41:59.211337 [ 278 ] {89b20f53-367a-47f1-ad24-3f77f3e6c37c} MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary) 2026.02.23 16:41:59.211542 [ 278 ] {89b20f53-367a-47f1-ad24-3f77f3e6c37c} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:41:59.211587 [ 198 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_126_25} MergeTask::MergeProjectionsStage: Merge sorted 5293 rows, containing 5 columns (5 merged, 0 gathered) in 0.002683835 sec., 1972177.8723356691 rows/sec., 168.37 MiB/sec. 2026.02.23 16:41:59.211670 [ 129 ] {} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2) (MergerMutator): Selected 6 parts from all_1_121_24 to all_126_126_0 2026.02.23 16:41:59.211674 [ 278 ] {89b20f53-367a-47f1-ad24-3f77f3e6c37c} executeQuery: Read 96 rows, 7.68 KiB in 0.001179 sec., 81424.93638676846 rows/sec., 6.36 MiB/sec. 2026.02.23 16:41:59.211716 [ 129 ] {} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:41:59.211737 [ 278 ] {89b20f53-367a-47f1-ad24-3f77f3e6c37c} TCPHandler: Processed in 0.001379389 sec. 2026.02.23 16:41:59.211741 [ 129 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.02.23 16:41:59.211831 [ 200 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_126_25} MergeTask::PrepareStage: Merging 6 parts: from all_1_121_24 to all_126_126_0 into Compact with storage Full 2026.02.23 16:41:59.211867 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:41:59.211904 [ 197 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_126_25} MergedBlockOutputStream: filled checksums all_1_126_25 (state Temporary) 2026.02.23 16:41:59.211932 [ 200 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_126_25} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:41:59.211962 [ 200 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_1_121_24, total 1066 rows starting from the beginning of the part 2026.02.23 16:41:59.211968 [ 278 ] {c60ddc5a-42e0-42c7-b572-092f4af6f301} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.23 16:41:59.212007 [ 200 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 96 rows starting from the beginning of the part 2026.02.23 16:41:59.212019 [ 278 ] {c60ddc5a-42e0-42c7-b572-092f4af6f301} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.23 16:41:59.212053 [ 200 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_123_123_0, total 500 rows starting from the beginning of the part 2026.02.23 16:41:59.212094 [ 200 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 556 rows starting from the beginning of the part 2026.02.23 16:41:59.212130 [ 200 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 500 rows starting from the beginning of the part 2026.02.23 16:41:59.212165 [ 200 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 96 rows starting from the beginning of the part 2026.02.23 16:41:59.212243 [ 197 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_126_25} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Renaming temporary part tmp_merge_all_1_126_25 to all_1_126_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:41:59.212339 [ 197 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_126_25} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636) (MergerMutator): Merged 6 parts: [all_1_121_24, all_126_126_0] -> all_1_126_25 2026.02.23 16:41:59.212437 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.15 MiB. 2026.02.23 16:41:59.212438 [ 278 ] {c60ddc5a-42e0-42c7-b572-092f4af6f301} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:41:59.212487 [ 278 ] {c60ddc5a-42e0-42c7-b572-092f4af6f301} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.02.23 16:41:59.212842 [ 278 ] {c60ddc5a-42e0-42c7-b572-092f4af6f301} MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary) 2026.02.23 16:41:59.213052 [ 278 ] {c60ddc5a-42e0-42c7-b572-092f4af6f301} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:41:59.213185 [ 278 ] {c60ddc5a-42e0-42c7-b572-092f4af6f301} executeQuery: Read 160 rows, 11.41 KiB in 0.001236 sec., 129449.83818770228 rows/sec., 9.02 MiB/sec. 2026.02.23 16:41:59.213224 [ 278 ] {c60ddc5a-42e0-42c7-b572-092f4af6f301} TCPHandler: Processed in 0.001408499 sec. 2026.02.23 16:41:59.213270 [ 198 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_126_25} MergeTask::MergeProjectionsStage: Merge sorted 2814 rows, containing 5 columns (5 merged, 0 gathered) in 0.00147166 sec., 1912126.442248889 rows/sec., 146.07 MiB/sec. 2026.02.23 16:41:59.213336 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:41:59.213436 [ 278 ] {f81d3bd9-1875-4a00-9048-caaae735d431} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.23 16:41:59.213452 [ 197 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_126_25} MergedBlockOutputStream: filled checksums all_1_126_25 (state Temporary) 2026.02.23 16:41:59.213494 [ 278 ] {f81d3bd9-1875-4a00-9048-caaae735d431} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.23 16:41:59.213698 [ 197 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_126_25} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Renaming temporary part tmp_merge_all_1_126_25 to all_1_126_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:41:59.213771 [ 197 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_126_25} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2) (MergerMutator): Merged 6 parts: [all_1_121_24, all_126_126_0] -> all_1_126_25 2026.02.23 16:41:59.213848 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.68 MiB. 2026.02.23 16:41:59.214329 [ 278 ] {f81d3bd9-1875-4a00-9048-caaae735d431} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:41:59.214371 [ 278 ] {f81d3bd9-1875-4a00-9048-caaae735d431} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.02.23 16:41:59.214940 [ 278 ] {f81d3bd9-1875-4a00-9048-caaae735d431} MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary) 2026.02.23 16:41:59.215165 [ 278 ] {f81d3bd9-1875-4a00-9048-caaae735d431} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:41:59.215305 [ 278 ] {f81d3bd9-1875-4a00-9048-caaae735d431} executeQuery: Read 32 rows, 58.72 KiB in 0.001887 sec., 16958.134605193427 rows/sec., 30.39 MiB/sec. 2026.02.23 16:41:59.215375 [ 278 ] {f81d3bd9-1875-4a00-9048-caaae735d431} TCPHandler: Processed in 0.002089863 sec. 2026.02.23 16:41:59.215490 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:41:59.215586 [ 278 ] {bcea5ed3-7eb5-414e-a9c9-627b1eec3b00} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.23 16:41:59.215630 [ 278 ] {bcea5ed3-7eb5-414e-a9c9-627b1eec3b00} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.23 16:41:59.215973 [ 278 ] {bcea5ed3-7eb5-414e-a9c9-627b1eec3b00} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:41:59.216010 [ 278 ] {bcea5ed3-7eb5-414e-a9c9-627b1eec3b00} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.02.23 16:41:59.216309 [ 278 ] {bcea5ed3-7eb5-414e-a9c9-627b1eec3b00} MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary) 2026.02.23 16:41:59.216522 [ 278 ] {bcea5ed3-7eb5-414e-a9c9-627b1eec3b00} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:41:59.216637 [ 129 ] {} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786) (MergerMutator): Selected 6 parts from all_1_121_24 to all_126_126_0 2026.02.23 16:41:59.216650 [ 278 ] {bcea5ed3-7eb5-414e-a9c9-627b1eec3b00} executeQuery: Read 60 rows, 4.14 KiB in 0.001082 sec., 55452.865064695005 rows/sec., 3.74 MiB/sec. 2026.02.23 16:41:59.216679 [ 129 ] {} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:41:59.216707 [ 129 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.02.23 16:41:59.216713 [ 278 ] {bcea5ed3-7eb5-414e-a9c9-627b1eec3b00} TCPHandler: Processed in 0.001272776 sec. 2026.02.23 16:41:59.216800 [ 200 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_126_25} MergeTask::PrepareStage: Merging 6 parts: from all_1_121_24 to all_126_126_0 into Compact with storage Full 2026.02.23 16:41:59.216914 [ 200 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_126_25} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:41:59.216945 [ 200 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_1_121_24, total 7380 rows starting from the beginning of the part 2026.02.23 16:41:59.216996 [ 200 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 60 rows starting from the beginning of the part 2026.02.23 16:41:59.217036 [ 200 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_123_123_0, total 90 rows starting from the beginning of the part 2026.02.23 16:41:59.217074 [ 200 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 60 rows starting from the beginning of the part 2026.02.23 16:41:59.217111 [ 200 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 90 rows starting from the beginning of the part 2026.02.23 16:41:59.217150 [ 200 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 60 rows starting from the beginning of the part 2026.02.23 16:41:59.218978 [ 188 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_126_25} MergeTask::MergeProjectionsStage: Merge sorted 7740 rows, containing 4 columns (4 merged, 0 gathered) in 0.002209975 sec., 3502302.0622405233 rows/sec., 231.42 MiB/sec. 2026.02.23 16:41:59.219442 [ 198 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_126_25} MergedBlockOutputStream: filled checksums all_1_126_25 (state Temporary) 2026.02.23 16:41:59.219752 [ 198 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_126_25} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Renaming temporary part tmp_merge_all_1_126_25 to all_1_126_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:41:59.219831 [ 198 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_126_25} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786) (MergerMutator): Merged 6 parts: [all_1_121_24, all_126_126_0] -> all_1_126_25 2026.02.23 16:41:59.219933 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.55 MiB. 2026.02.23 16:41:59.986517 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 648 2026.02.23 16:42:00.004728 [ 243 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:42:00.004792 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.02.23 16:42:00.011035 [ 243 ] {} MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) 2026.02.23 16:42:00.011728 [ 243 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:42:00.012035 [ 130 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 2026.02.23 16:42:00.012110 [ 130 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:42:00.012135 [ 130 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.02.23 16:42:00.012232 [ 187 ] {3c5e35cc-2202-4d2d-a2da-f2d3b912fea0::all_1_86_17} MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full 2026.02.23 16:42:00.015103 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 648 2026.02.23 16:42:00.015207 [ 187 ] {3c5e35cc-2202-4d2d-a2da-f2d3b912fea0::all_1_86_17} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:42:00.015963 [ 187 ] {3c5e35cc-2202-4d2d-a2da-f2d3b912fea0::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 610 rows starting from the beginning of the part 2026.02.23 16:42:00.019455 [ 187 ] {3c5e35cc-2202-4d2d-a2da-f2d3b912fea0::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 8 rows starting from the beginning of the part 2026.02.23 16:42:00.023165 [ 187 ] {3c5e35cc-2202-4d2d-a2da-f2d3b912fea0::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 7 rows starting from the beginning of the part 2026.02.23 16:42:00.027120 [ 187 ] {3c5e35cc-2202-4d2d-a2da-f2d3b912fea0::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 8 rows starting from the beginning of the part 2026.02.23 16:42:00.031715 [ 187 ] {3c5e35cc-2202-4d2d-a2da-f2d3b912fea0::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 7 rows starting from the beginning of the part 2026.02.23 16:42:00.036177 [ 187 ] {3c5e35cc-2202-4d2d-a2da-f2d3b912fea0::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 8 rows starting from the beginning of the part 2026.02.23 16:42:00.099438 [ 198 ] {3c5e35cc-2202-4d2d-a2da-f2d3b912fea0::all_1_86_17} MergeTask::MergeProjectionsStage: Merge sorted 648 rows, containing 679 columns (679 merged, 0 gathered) in 0.087240425 sec., 7427.749234371566 rows/sec., 38.41 MiB/sec. 2026.02.23 16:42:00.102556 [ 189 ] {3c5e35cc-2202-4d2d-a2da-f2d3b912fea0::all_1_86_17} MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) 2026.02.23 16:42:00.104653 [ 189 ] {3c5e35cc-2202-4d2d-a2da-f2d3b912fea0::all_1_86_17} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:42:00.104777 [ 189 ] {3c5e35cc-2202-4d2d-a2da-f2d3b912fea0::all_1_86_17} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 2026.02.23 16:42:00.107578 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.98 MiB. 2026.02.23 16:42:01.000257 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 391.12 MiB, peak 408.54 MiB, free memory in arenas 0.00 B, will set to 390.07 MiB (RSS), difference: -1.05 MiB 2026.02.23 16:42:01.646142 [ 218 ] {} oximeter.fields_u32 (3630ead0-c5da-4e23-a9d2-59d0589dc119): Found 5 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] 2026.02.23 16:42:01.646206 [ 218 ] {} oximeter.fields_u32 (3630ead0-c5da-4e23-a9d2-59d0589dc119): Removing 5 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] 2026.02.23 16:42:01.658129 [ 218 ] {} oximeter.fields_u32 (3630ead0-c5da-4e23-a9d2-59d0589dc119): Removing 5 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0] 2026.02.23 16:42:02.919408 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 2182 2026.02.23 16:42:02.921958 [ 242 ] {} system.query_log (b83b341e-dbaf-448e-9582-20b3e6cd291d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:42:02.922018 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.02.23 16:42:02.923278 [ 242 ] {} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2026.02.23 16:42:02.923576 [ 242 ] {} system.query_log (b83b341e-dbaf-448e-9582-20b3e6cd291d): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:42:02.923834 [ 221 ] {} system.query_log (b83b341e-dbaf-448e-9582-20b3e6cd291d): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2026.02.23 16:42:02.923890 [ 221 ] {} system.query_log (b83b341e-dbaf-448e-9582-20b3e6cd291d): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2026.02.23 16:42:02.923966 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 2182 2026.02.23 16:42:02.931059 [ 221 ] {} system.query_log (b83b341e-dbaf-448e-9582-20b3e6cd291d): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2026.02.23 16:42:04.015059 [ 221 ] {} oximeter.fields_i16 (91b3829e-2a99-49e1-955c-43ffdc3fb409): Found 5 old parts to remove. Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0] 2026.02.23 16:42:04.015124 [ 221 ] {} oximeter.fields_i16 (91b3829e-2a99-49e1-955c-43ffdc3fb409): Removing 5 parts from filesystem (serially): Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0] 2026.02.23 16:42:04.017506 [ 221 ] {} oximeter.fields_i16 (91b3829e-2a99-49e1-955c-43ffdc3fb409): Removing 5 parts from memory: Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0] 2026.02.23 16:42:04.213826 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:42:04.214032 [ 278 ] {9ab29898-378f-4fa2-b5dc-1d1d4ea9edc7} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.02.23 16:42:04.214116 [ 278 ] {9ab29898-378f-4fa2-b5dc-1d1d4ea9edc7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.02.23 16:42:04.215028 [ 278 ] {9ab29898-378f-4fa2-b5dc-1d1d4ea9edc7} oximeter.fields_i16 (91b3829e-2a99-49e1-955c-43ffdc3fb409): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:42:04.215076 [ 278 ] {9ab29898-378f-4fa2-b5dc-1d1d4ea9edc7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.02.23 16:42:04.215474 [ 278 ] {9ab29898-378f-4fa2-b5dc-1d1d4ea9edc7} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.02.23 16:42:04.215698 [ 278 ] {9ab29898-378f-4fa2-b5dc-1d1d4ea9edc7} oximeter.fields_i16 (91b3829e-2a99-49e1-955c-43ffdc3fb409): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:42:04.215848 [ 278 ] {9ab29898-378f-4fa2-b5dc-1d1d4ea9edc7} executeQuery: Read 284 rows, 18.47 KiB in 0.00188 sec., 151063.82978723405 rows/sec., 9.59 MiB/sec. 2026.02.23 16:42:04.215890 [ 278 ] {9ab29898-378f-4fa2-b5dc-1d1d4ea9edc7} TCPHandler: Processed in 0.002192605 sec. 2026.02.23 16:42:04.216010 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:42:04.216104 [ 278 ] {b162d008-4a84-42b8-a02a-8b59cf11de47} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.02.23 16:42:04.216144 [ 278 ] {b162d008-4a84-42b8-a02a-8b59cf11de47} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.02.23 16:42:04.216534 [ 278 ] {b162d008-4a84-42b8-a02a-8b59cf11de47} oximeter.fields_ipaddr (aca7842a-9245-4e3c-8c67-e3828bf88048): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:42:04.216570 [ 278 ] {b162d008-4a84-42b8-a02a-8b59cf11de47} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.02.23 16:42:04.216853 [ 278 ] {b162d008-4a84-42b8-a02a-8b59cf11de47} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2026.02.23 16:42:04.217065 [ 278 ] {b162d008-4a84-42b8-a02a-8b59cf11de47} oximeter.fields_ipaddr (aca7842a-9245-4e3c-8c67-e3828bf88048): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:42:04.217191 [ 278 ] {b162d008-4a84-42b8-a02a-8b59cf11de47} executeQuery: Read 4 rows, 334.00 B in 0.001105 sec., 3619.9095022624433 rows/sec., 295.18 KiB/sec. 2026.02.23 16:42:04.217228 [ 278 ] {b162d008-4a84-42b8-a02a-8b59cf11de47} TCPHandler: Processed in 0.001265786 sec. 2026.02.23 16:42:04.217337 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:42:04.217429 [ 278 ] {ef207907-48d3-4b25-96ec-241f1b19810f} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.23 16:42:04.217467 [ 278 ] {ef207907-48d3-4b25-96ec-241f1b19810f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.23 16:42:04.218173 [ 278 ] {ef207907-48d3-4b25-96ec-241f1b19810f} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:42:04.218208 [ 278 ] {ef207907-48d3-4b25-96ec-241f1b19810f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.02.23 16:42:04.218544 [ 278 ] {ef207907-48d3-4b25-96ec-241f1b19810f} MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary) 2026.02.23 16:42:04.218753 [ 278 ] {ef207907-48d3-4b25-96ec-241f1b19810f} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:42:04.218879 [ 278 ] {ef207907-48d3-4b25-96ec-241f1b19810f} executeQuery: Read 819 rows, 66.34 KiB in 0.001467 sec., 558282.2085889571 rows/sec., 44.16 MiB/sec. 2026.02.23 16:42:04.218916 [ 278 ] {ef207907-48d3-4b25-96ec-241f1b19810f} TCPHandler: Processed in 0.001626064 sec. 2026.02.23 16:42:04.219026 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:42:04.219118 [ 278 ] {b0673605-cdc8-4052-a558-8860cd9e31c7} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.23 16:42:04.219155 [ 278 ] {b0673605-cdc8-4052-a558-8860cd9e31c7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.23 16:42:04.219576 [ 278 ] {b0673605-cdc8-4052-a558-8860cd9e31c7} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:42:04.219612 [ 278 ] {b0673605-cdc8-4052-a558-8860cd9e31c7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.02.23 16:42:04.219914 [ 278 ] {b0673605-cdc8-4052-a558-8860cd9e31c7} MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary) 2026.02.23 16:42:04.220122 [ 278 ] {b0673605-cdc8-4052-a558-8860cd9e31c7} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:42:04.220245 [ 278 ] {b0673605-cdc8-4052-a558-8860cd9e31c7} executeQuery: Read 156 rows, 9.57 KiB in 0.001145 sec., 136244.54148471617 rows/sec., 8.16 MiB/sec. 2026.02.23 16:42:04.220282 [ 278 ] {b0673605-cdc8-4052-a558-8860cd9e31c7} TCPHandler: Processed in 0.001303047 sec. 2026.02.23 16:42:04.220392 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:42:04.220483 [ 278 ] {24689cdf-76da-432e-8cc8-f75af086db2a} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.02.23 16:42:04.220521 [ 278 ] {24689cdf-76da-432e-8cc8-f75af086db2a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.02.23 16:42:04.220950 [ 278 ] {24689cdf-76da-432e-8cc8-f75af086db2a} oximeter.fields_u32 (3630ead0-c5da-4e23-a9d2-59d0589dc119): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:42:04.220986 [ 278 ] {24689cdf-76da-432e-8cc8-f75af086db2a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.02.23 16:42:04.221274 [ 278 ] {24689cdf-76da-432e-8cc8-f75af086db2a} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2026.02.23 16:42:04.221483 [ 278 ] {24689cdf-76da-432e-8cc8-f75af086db2a} oximeter.fields_u32 (3630ead0-c5da-4e23-a9d2-59d0589dc119): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:42:04.221605 [ 278 ] {24689cdf-76da-432e-8cc8-f75af086db2a} executeQuery: Read 149 rows, 9.86 KiB in 0.001138 sec., 130931.45869947277 rows/sec., 8.46 MiB/sec. 2026.02.23 16:42:04.221641 [ 278 ] {24689cdf-76da-432e-8cc8-f75af086db2a} TCPHandler: Processed in 0.001296197 sec. 2026.02.23 16:42:04.221754 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:42:04.221846 [ 278 ] {3ce501af-c7ac-45ae-aa9a-d12c372f63a8} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.02.23 16:42:04.221884 [ 278 ] {3ce501af-c7ac-45ae-aa9a-d12c372f63a8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.02.23 16:42:04.222302 [ 278 ] {3ce501af-c7ac-45ae-aa9a-d12c372f63a8} oximeter.fields_u8 (bee44bc4-3670-4879-9501-74bd8c0c3792): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:42:04.222338 [ 278 ] {3ce501af-c7ac-45ae-aa9a-d12c372f63a8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.02.23 16:42:04.222631 [ 278 ] {3ce501af-c7ac-45ae-aa9a-d12c372f63a8} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.02.23 16:42:04.222835 [ 278 ] {3ce501af-c7ac-45ae-aa9a-d12c372f63a8} oximeter.fields_u8 (bee44bc4-3670-4879-9501-74bd8c0c3792): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:42:04.222958 [ 278 ] {3ce501af-c7ac-45ae-aa9a-d12c372f63a8} executeQuery: Read 148 rows, 8.62 KiB in 0.001129 sec., 131089.45969884854 rows/sec., 7.46 MiB/sec. 2026.02.23 16:42:04.222995 [ 278 ] {3ce501af-c7ac-45ae-aa9a-d12c372f63a8} TCPHandler: Processed in 0.001288167 sec. 2026.02.23 16:42:04.223105 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:42:04.223197 [ 278 ] {db1e2456-d126-40a5-92c9-be201245e2f9} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.23 16:42:04.223235 [ 278 ] {db1e2456-d126-40a5-92c9-be201245e2f9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.23 16:42:04.223839 [ 278 ] {db1e2456-d126-40a5-92c9-be201245e2f9} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:42:04.223875 [ 278 ] {db1e2456-d126-40a5-92c9-be201245e2f9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.02.23 16:42:04.224183 [ 278 ] {db1e2456-d126-40a5-92c9-be201245e2f9} MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary) 2026.02.23 16:42:04.224387 [ 278 ] {db1e2456-d126-40a5-92c9-be201245e2f9} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:42:04.224510 [ 278 ] {db1e2456-d126-40a5-92c9-be201245e2f9} executeQuery: Read 504 rows, 36.31 KiB in 0.001331 sec., 378662.6596543952 rows/sec., 26.64 MiB/sec. 2026.02.23 16:42:04.224548 [ 278 ] {db1e2456-d126-40a5-92c9-be201245e2f9} TCPHandler: Processed in 0.001489781 sec. 2026.02.23 16:42:04.224647 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:42:04.224739 [ 278 ] {ef20f000-5cf5-484d-b2b8-a6aa538c9f41} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.02.23 16:42:04.224779 [ 278 ] {ef20f000-5cf5-484d-b2b8-a6aa538c9f41} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.02.23 16:42:04.225105 [ 278 ] {ef20f000-5cf5-484d-b2b8-a6aa538c9f41} oximeter.measurements_bool (4d7206cf-919d-48fb-bf2a-954f10b7f89e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:42:04.225140 [ 278 ] {ef20f000-5cf5-484d-b2b8-a6aa538c9f41} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.02.23 16:42:04.225428 [ 278 ] {ef20f000-5cf5-484d-b2b8-a6aa538c9f41} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.02.23 16:42:04.225635 [ 278 ] {ef20f000-5cf5-484d-b2b8-a6aa538c9f41} oximeter.measurements_bool (4d7206cf-919d-48fb-bf2a-954f10b7f89e): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:42:04.225757 [ 278 ] {ef20f000-5cf5-484d-b2b8-a6aa538c9f41} executeQuery: Read 6 rows, 321.00 B in 0.001036 sec., 5791.505791505791 rows/sec., 302.58 KiB/sec. 2026.02.23 16:42:04.225793 [ 278 ] {ef20f000-5cf5-484d-b2b8-a6aa538c9f41} TCPHandler: Processed in 0.001193804 sec. 2026.02.23 16:42:04.225901 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:42:04.225994 [ 278 ] {a551617a-c0c8-4bbc-ae8a-0218cd49b54b} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.23 16:42:04.226035 [ 278 ] {a551617a-c0c8-4bbc-ae8a-0218cd49b54b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.23 16:42:04.226438 [ 278 ] {a551617a-c0c8-4bbc-ae8a-0218cd49b54b} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:42:04.226473 [ 278 ] {a551617a-c0c8-4bbc-ae8a-0218cd49b54b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.02.23 16:42:04.226791 [ 278 ] {a551617a-c0c8-4bbc-ae8a-0218cd49b54b} MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary) 2026.02.23 16:42:04.226995 [ 278 ] {a551617a-c0c8-4bbc-ae8a-0218cd49b54b} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:42:04.227121 [ 278 ] {a551617a-c0c8-4bbc-ae8a-0218cd49b54b} executeQuery: Read 267 rows, 18.17 KiB in 0.001145 sec., 233187.7729257642 rows/sec., 15.50 MiB/sec. 2026.02.23 16:42:04.227157 [ 278 ] {a551617a-c0c8-4bbc-ae8a-0218cd49b54b} TCPHandler: Processed in 0.001303086 sec. 2026.02.23 16:42:04.227268 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:42:04.227359 [ 278 ] {46bf3549-df64-4240-a84c-1dc7edbb0354} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.02.23 16:42:04.227399 [ 278 ] {46bf3549-df64-4240-a84c-1dc7edbb0354} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.02.23 16:42:04.227708 [ 278 ] {46bf3549-df64-4240-a84c-1dc7edbb0354} oximeter.measurements_f64 (97dc9cb4-ce5b-499b-8326-a1427ee1bb47): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:42:04.227744 [ 278 ] {46bf3549-df64-4240-a84c-1dc7edbb0354} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.02.23 16:42:04.228023 [ 278 ] {46bf3549-df64-4240-a84c-1dc7edbb0354} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.02.23 16:42:04.228221 [ 278 ] {46bf3549-df64-4240-a84c-1dc7edbb0354} oximeter.measurements_f64 (97dc9cb4-ce5b-499b-8326-a1427ee1bb47): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:42:04.228343 [ 278 ] {46bf3549-df64-4240-a84c-1dc7edbb0354} executeQuery: Read 1 rows, 69.00 B in 0.001001 sec., 999.0009990009991 rows/sec., 67.32 KiB/sec. 2026.02.23 16:42:04.228379 [ 278 ] {46bf3549-df64-4240-a84c-1dc7edbb0354} TCPHandler: Processed in 0.001157913 sec. 2026.02.23 16:42:04.228486 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:42:04.228576 [ 278 ] {1d4b3f4f-1350-4bab-ace0-cb43112bae4e} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.23 16:42:04.228628 [ 278 ] {1d4b3f4f-1350-4bab-ace0-cb43112bae4e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.23 16:42:04.229397 [ 278 ] {1d4b3f4f-1350-4bab-ace0-cb43112bae4e} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:42:04.229432 [ 278 ] {1d4b3f4f-1350-4bab-ace0-cb43112bae4e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.02.23 16:42:04.229925 [ 278 ] {1d4b3f4f-1350-4bab-ace0-cb43112bae4e} MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary) 2026.02.23 16:42:04.230142 [ 278 ] {1d4b3f4f-1350-4bab-ace0-cb43112bae4e} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:42:04.230274 [ 278 ] {1d4b3f4f-1350-4bab-ace0-cb43112bae4e} executeQuery: Read 10 rows, 18.35 KiB in 0.001715 sec., 5830.903790087464 rows/sec., 10.45 MiB/sec. 2026.02.23 16:42:04.230329 [ 278 ] {1d4b3f4f-1350-4bab-ace0-cb43112bae4e} TCPHandler: Processed in 0.001889899 sec. 2026.02.23 16:42:04.230466 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:42:04.230586 [ 278 ] {80977676-d8e0-4ac6-9063-32c7c93932c8} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.23 16:42:04.230636 [ 278 ] {80977676-d8e0-4ac6-9063-32c7c93932c8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.23 16:42:04.231021 [ 278 ] {80977676-d8e0-4ac6-9063-32c7c93932c8} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:42:04.231058 [ 278 ] {80977676-d8e0-4ac6-9063-32c7c93932c8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.02.23 16:42:04.231368 [ 278 ] {80977676-d8e0-4ac6-9063-32c7c93932c8} MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary) 2026.02.23 16:42:04.231574 [ 278 ] {80977676-d8e0-4ac6-9063-32c7c93932c8} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:42:04.231702 [ 278 ] {80977676-d8e0-4ac6-9063-32c7c93932c8} executeQuery: Read 90 rows, 5.77 KiB in 0.00114 sec., 78947.36842105264 rows/sec., 4.94 MiB/sec. 2026.02.23 16:42:04.231738 [ 278 ] {80977676-d8e0-4ac6-9063-32c7c93932c8} TCPHandler: Processed in 0.001331348 sec. 2026.02.23 16:42:05.285708 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 41784 2026.02.23 16:42:05.286313 [ 244 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:42:05.286359 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.02.23 16:42:05.286849 [ 244 ] {} MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) 2026.02.23 16:42:05.287100 [ 244 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:42:05.287251 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 41784 2026.02.23 16:42:05.327035 [ 225 ] {} oximeter.fields_u8 (bee44bc4-3670-4879-9501-74bd8c0c3792): Found 5 old parts to remove. Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0] 2026.02.23 16:42:05.327085 [ 225 ] {} oximeter.fields_u8 (bee44bc4-3670-4879-9501-74bd8c0c3792): Removing 5 parts from filesystem (serially): Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0] 2026.02.23 16:42:05.328504 [ 225 ] {} oximeter.fields_u8 (bee44bc4-3670-4879-9501-74bd8c0c3792): Removing 5 parts from memory: Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0] 2026.02.23 16:42:07.515252 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 655 2026.02.23 16:42:07.533872 [ 243 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:42:07.533942 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.02.23 16:42:07.540114 [ 243 ] {} MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) 2026.02.23 16:42:07.540833 [ 243 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:42:07.544656 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 655 2026.02.23 16:42:09.053592 [ 225 ] {} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Found 6 old parts to remove. Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] 2026.02.23 16:42:09.053687 [ 225 ] {} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Removing 6 parts from filesystem (serially): Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] 2026.02.23 16:42:09.056881 [ 225 ] {} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Removing 6 parts from memory: Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] 2026.02.23 16:42:09.207532 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:42:09.207714 [ 278 ] {93aa180e-d255-49c0-8dab-a90cc80cf249} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.23 16:42:09.207777 [ 278 ] {93aa180e-d255-49c0-8dab-a90cc80cf249} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.23 16:42:09.208461 [ 278 ] {93aa180e-d255-49c0-8dab-a90cc80cf249} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:42:09.208498 [ 278 ] {93aa180e-d255-49c0-8dab-a90cc80cf249} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.02.23 16:42:09.208890 [ 278 ] {93aa180e-d255-49c0-8dab-a90cc80cf249} MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary) 2026.02.23 16:42:09.209112 [ 278 ] {93aa180e-d255-49c0-8dab-a90cc80cf249} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:42:09.209253 [ 278 ] {93aa180e-d255-49c0-8dab-a90cc80cf249} executeQuery: Read 120 rows, 10.47 KiB in 0.001589 sec., 75519.19446192574 rows/sec., 6.43 MiB/sec. 2026.02.23 16:42:09.209294 [ 278 ] {93aa180e-d255-49c0-8dab-a90cc80cf249} TCPHandler: Processed in 0.001884839 sec. 2026.02.23 16:42:09.209413 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:42:09.209507 [ 278 ] {8a092f2a-c1bc-458a-8863-396d7bbd2b37} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.23 16:42:09.209546 [ 278 ] {8a092f2a-c1bc-458a-8863-396d7bbd2b37} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.23 16:42:09.209961 [ 278 ] {8a092f2a-c1bc-458a-8863-396d7bbd2b37} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:42:09.209996 [ 278 ] {8a092f2a-c1bc-458a-8863-396d7bbd2b37} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.02.23 16:42:09.210287 [ 278 ] {8a092f2a-c1bc-458a-8863-396d7bbd2b37} MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary) 2026.02.23 16:42:09.210488 [ 278 ] {8a092f2a-c1bc-458a-8863-396d7bbd2b37} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:42:09.210589 [ 63 ] {} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70) (MergerMutator): Selected 6 parts from all_1_121_24 to all_126_126_0 2026.02.23 16:42:09.210613 [ 278 ] {8a092f2a-c1bc-458a-8863-396d7bbd2b37} executeQuery: Read 32 rows, 2.41 KiB in 0.001125 sec., 28444.444444444445 rows/sec., 2.09 MiB/sec. 2026.02.23 16:42:09.210619 [ 63 ] {} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:42:09.210643 [ 63 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.02.23 16:42:09.210651 [ 278 ] {8a092f2a-c1bc-458a-8863-396d7bbd2b37} TCPHandler: Processed in 0.001285276 sec. 2026.02.23 16:42:09.210766 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:42:09.210780 [ 192 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_126_25} MergeTask::PrepareStage: Merging 6 parts: from all_1_121_24 to all_126_126_0 into Compact with storage Full 2026.02.23 16:42:09.210858 [ 278 ] {88f18924-54b5-4175-973b-ade52e2ff014} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.23 16:42:09.210901 [ 278 ] {88f18924-54b5-4175-973b-ade52e2ff014} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.23 16:42:09.210936 [ 192 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_126_25} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:42:09.210977 [ 192 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_1_121_24, total 220 rows starting from the beginning of the part 2026.02.23 16:42:09.211050 [ 192 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 36 rows starting from the beginning of the part 2026.02.23 16:42:09.211101 [ 192 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_123_123_0, total 152 rows starting from the beginning of the part 2026.02.23 16:42:09.211150 [ 192 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 32 rows starting from the beginning of the part 2026.02.23 16:42:09.211197 [ 192 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 156 rows starting from the beginning of the part 2026.02.23 16:42:09.211243 [ 192 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 32 rows starting from the beginning of the part 2026.02.23 16:42:09.211349 [ 278 ] {88f18924-54b5-4175-973b-ade52e2ff014} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:42:09.211390 [ 278 ] {88f18924-54b5-4175-973b-ade52e2ff014} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.02.23 16:42:09.211710 [ 278 ] {88f18924-54b5-4175-973b-ade52e2ff014} MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary) 2026.02.23 16:42:09.211950 [ 278 ] {88f18924-54b5-4175-973b-ade52e2ff014} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:42:09.212082 [ 278 ] {88f18924-54b5-4175-973b-ade52e2ff014} executeQuery: Read 96 rows, 7.68 KiB in 0.001242 sec., 77294.68599033816 rows/sec., 6.04 MiB/sec. 2026.02.23 16:42:09.212120 [ 278 ] {88f18924-54b5-4175-973b-ade52e2ff014} TCPHandler: Processed in 0.001402329 sec. 2026.02.23 16:42:09.212151 [ 198 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_126_25} MergeTask::MergeProjectionsStage: Merge sorted 628 rows, containing 5 columns (5 merged, 0 gathered) in 0.001429089 sec., 439440.7906015651 rows/sec., 29.51 MiB/sec. 2026.02.23 16:42:09.212235 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:42:09.212333 [ 278 ] {0cbc72d5-fc03-42e6-8a87-416bafd58fcd} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.23 16:42:09.212346 [ 195 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_126_25} MergedBlockOutputStream: filled checksums all_1_126_25 (state Temporary) 2026.02.23 16:42:09.212374 [ 278 ] {0cbc72d5-fc03-42e6-8a87-416bafd58fcd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.23 16:42:09.212645 [ 195 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_126_25} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Renaming temporary part tmp_merge_all_1_126_25 to all_1_126_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:42:09.212717 [ 195 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_126_25} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70) (MergerMutator): Merged 6 parts: [all_1_121_24, all_126_126_0] -> all_1_126_25 2026.02.23 16:42:09.212779 [ 278 ] {0cbc72d5-fc03-42e6-8a87-416bafd58fcd} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:42:09.212813 [ 278 ] {0cbc72d5-fc03-42e6-8a87-416bafd58fcd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.02.23 16:42:09.212818 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. 2026.02.23 16:42:09.213137 [ 278 ] {0cbc72d5-fc03-42e6-8a87-416bafd58fcd} MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary) 2026.02.23 16:42:09.213342 [ 278 ] {0cbc72d5-fc03-42e6-8a87-416bafd58fcd} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:42:09.213468 [ 278 ] {0cbc72d5-fc03-42e6-8a87-416bafd58fcd} executeQuery: Read 160 rows, 11.41 KiB in 0.001154 sec., 138648.18024263432 rows/sec., 9.66 MiB/sec. 2026.02.23 16:42:09.213484 [ 41 ] {} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140) (MergerMutator): Selected 5 parts from all_1_123_26 to all_127_127_0 2026.02.23 16:42:09.213505 [ 278 ] {0cbc72d5-fc03-42e6-8a87-416bafd58fcd} TCPHandler: Processed in 0.001316377 sec. 2026.02.23 16:42:09.213539 [ 41 ] {} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:42:09.213564 [ 41 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.02.23 16:42:09.213627 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:42:09.213649 [ 198 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_127_27} MergeTask::PrepareStage: Merging 5 parts: from all_1_123_26 to all_127_127_0 into Compact with storage Full 2026.02.23 16:42:09.213674 [ 225 ] {} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Found 6 old parts to remove. Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] 2026.02.23 16:42:09.213708 [ 225 ] {} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Removing 6 parts from filesystem (serially): Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] 2026.02.23 16:42:09.213724 [ 278 ] {25c298e8-bd64-4a58-bdf0-0424a2e0101f} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.23 16:42:09.213777 [ 198 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_127_27} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:42:09.213781 [ 278 ] {25c298e8-bd64-4a58-bdf0-0424a2e0101f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.23 16:42:09.213820 [ 198 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_127_27} MergeTreeSequentialSource: Reading 6 marks from part all_1_123_26, total 36794 rows starting from the beginning of the part 2026.02.23 16:42:09.213894 [ 198 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_127_27} MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 846 rows starting from the beginning of the part 2026.02.23 16:42:09.213941 [ 198 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_127_27} MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 265 rows starting from the beginning of the part 2026.02.23 16:42:09.213985 [ 198 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_127_27} MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 160 rows starting from the beginning of the part 2026.02.23 16:42:09.214025 [ 198 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_127_27} MergeTreeSequentialSource: Reading 2 marks from part all_127_127_0, total 267 rows starting from the beginning of the part 2026.02.23 16:42:09.214580 [ 278 ] {25c298e8-bd64-4a58-bdf0-0424a2e0101f} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:42:09.214620 [ 278 ] {25c298e8-bd64-4a58-bdf0-0424a2e0101f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.02.23 16:42:09.215172 [ 278 ] {25c298e8-bd64-4a58-bdf0-0424a2e0101f} MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary) 2026.02.23 16:42:09.215413 [ 278 ] {25c298e8-bd64-4a58-bdf0-0424a2e0101f} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:42:09.215552 [ 278 ] {25c298e8-bd64-4a58-bdf0-0424a2e0101f} executeQuery: Read 32 rows, 58.72 KiB in 0.001845 sec., 17344.173441734416 rows/sec., 31.08 MiB/sec. 2026.02.23 16:42:09.215566 [ 41 ] {} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd) (MergerMutator): Selected 6 parts from all_1_116_23 to all_121_121_0 2026.02.23 16:42:09.215606 [ 278 ] {25c298e8-bd64-4a58-bdf0-0424a2e0101f} TCPHandler: Processed in 0.002027642 sec. 2026.02.23 16:42:09.215614 [ 41 ] {} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:42:09.215650 [ 41 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.02.23 16:42:09.215724 [ 195 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_121_24} MergeTask::PrepareStage: Merging 6 parts: from all_1_116_23 to all_121_121_0 into Compact with storage Full 2026.02.23 16:42:09.215731 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:42:09.215875 [ 278 ] {fe541f58-ce28-4cd0-acc9-46612d539333} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.23 16:42:09.215907 [ 195 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_121_24} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:42:09.215917 [ 278 ] {fe541f58-ce28-4cd0-acc9-46612d539333} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.23 16:42:09.215957 [ 195 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_1_116_23, total 2431 rows starting from the beginning of the part 2026.02.23 16:42:09.216069 [ 195 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 32 rows starting from the beginning of the part 2026.02.23 16:42:09.216164 [ 195 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 10 rows starting from the beginning of the part 2026.02.23 16:42:09.216252 [ 195 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 32 rows starting from the beginning of the part 2026.02.23 16:42:09.216256 [ 278 ] {fe541f58-ce28-4cd0-acc9-46612d539333} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:42:09.216319 [ 278 ] {fe541f58-ce28-4cd0-acc9-46612d539333} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.02.23 16:42:09.216339 [ 195 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 10 rows starting from the beginning of the part 2026.02.23 16:42:09.216426 [ 195 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 32 rows starting from the beginning of the part 2026.02.23 16:42:09.216649 [ 278 ] {fe541f58-ce28-4cd0-acc9-46612d539333} MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary) 2026.02.23 16:42:09.216980 [ 278 ] {fe541f58-ce28-4cd0-acc9-46612d539333} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:42:09.217115 [ 278 ] {fe541f58-ce28-4cd0-acc9-46612d539333} executeQuery: Read 60 rows, 4.14 KiB in 0.001258 sec., 47694.753577106516 rows/sec., 3.21 MiB/sec. 2026.02.23 16:42:09.217150 [ 278 ] {fe541f58-ce28-4cd0-acc9-46612d539333} TCPHandler: Processed in 0.00146683 sec. 2026.02.23 16:42:09.217570 [ 225 ] {} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Removing 6 parts from memory: Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] 2026.02.23 16:42:09.220904 [ 191 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_127_27} MergeTask::MergeProjectionsStage: Merge sorted 38332 rows, containing 5 columns (5 merged, 0 gathered) in 0.00729133 sec., 5257202.732560452 rows/sec., 358.60 MiB/sec. 2026.02.23 16:42:09.221366 [ 199 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_127_27} MergedBlockOutputStream: filled checksums all_1_127_27 (state Temporary) 2026.02.23 16:42:09.221641 [ 199 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_127_27} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Renaming temporary part tmp_merge_all_1_127_27 to all_1_127_27 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:42:09.221716 [ 199 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_127_27} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140) (MergerMutator): Merged 5 parts: [all_1_123_26, all_127_127_0] -> all_1_127_27 2026.02.23 16:42:09.221807 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.25 MiB. 2026.02.23 16:42:09.226345 [ 199 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_121_24} MergeTask::MergeProjectionsStage: Merge sorted 2547 rows, containing 19 columns (19 merged, 0 gathered) in 0.010651989 sec., 239110.2732081304 rows/sec., 428.47 MiB/sec. 2026.02.23 16:42:09.228505 [ 198 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_121_24} MergedBlockOutputStream: filled checksums all_1_121_24 (state Temporary) 2026.02.23 16:42:09.228862 [ 198 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_121_24} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Renaming temporary part tmp_merge_all_1_121_24 to all_1_121_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:42:09.228943 [ 198 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_121_24} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd) (MergerMutator): Merged 6 parts: [all_1_116_23, all_121_121_0] -> all_1_121_24 2026.02.23 16:42:09.229098 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 18.81 MiB. 2026.02.23 16:42:09.743397 [ 223 ] {} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Found 6 old parts to remove. Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] 2026.02.23 16:42:09.743460 [ 223 ] {} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Removing 6 parts from filesystem (serially): Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] 2026.02.23 16:42:09.746118 [ 223 ] {} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Removing 6 parts from memory: Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] 2026.02.23 16:42:10.000199 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 390.62 MiB, peak 409.40 MiB, free memory in arenas 0.00 B, will set to 394.89 MiB (RSS), difference: 4.28 MiB 2026.02.23 16:42:10.767589 [ 223 ] {} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Found 6 old parts to remove. Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] 2026.02.23 16:42:10.767647 [ 223 ] {} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Removing 6 parts from filesystem (serially): Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] 2026.02.23 16:42:10.771501 [ 223 ] {} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Removing 6 parts from memory: Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] 2026.02.23 16:42:11.089297 [ 357 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64510 2026.02.23 16:42:11.089399 [ 357 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:42:11.089425 [ 357 ] {} TCP-Session: 464a4eec-078a-40bf-8c44-a6fb362cc787 Authenticating user 'default' from [fd00:1122:3344:101::e]:64510 2026.02.23 16:42:11.089446 [ 357 ] {} TCP-Session: 464a4eec-078a-40bf-8c44-a6fb362cc787 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:42:11.089458 [ 357 ] {} TCP-Session: 464a4eec-078a-40bf-8c44-a6fb362cc787 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:42:11.089721 [ 358 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37922 2026.02.23 16:42:11.089739 [ 360 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54335 2026.02.23 16:42:11.089776 [ 366 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54681 2026.02.23 16:42:11.089794 [ 352 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41527 2026.02.23 16:42:11.089847 [ 358 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:42:11.089872 [ 360 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:42:11.089792 [ 357 ] {} TCP-Session: 464a4eec-078a-40bf-8c44-a6fb362cc787 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:42:11.089913 [ 360 ] {} TCP-Session: 5a96367a-e03f-4537-ad29-68eff19be018 Authenticating user 'default' from [fd00:1122:3344:101::e]:54335 2026.02.23 16:42:11.089923 [ 366 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:42:11.089951 [ 360 ] {} TCP-Session: 5a96367a-e03f-4537-ad29-68eff19be018 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:42:11.089922 [ 352 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:42:11.089907 [ 358 ] {} TCP-Session: 5aa1bf27-9b35-48a2-a632-c618ef8e0546 Authenticating user 'default' from [fd00:1122:3344:101::e]:37922 2026.02.23 16:42:11.089997 [ 360 ] {} TCP-Session: 5a96367a-e03f-4537-ad29-68eff19be018 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:42:11.090013 [ 352 ] {} TCP-Session: ec92cd8c-120e-465c-86ff-af7eaacb79bd Authenticating user 'default' from [fd00:1122:3344:101::e]:41527 2026.02.23 16:42:11.090030 [ 358 ] {} TCP-Session: 5aa1bf27-9b35-48a2-a632-c618ef8e0546 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:42:11.090055 [ 352 ] {} TCP-Session: ec92cd8c-120e-465c-86ff-af7eaacb79bd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:42:11.090067 [ 358 ] {} TCP-Session: 5aa1bf27-9b35-48a2-a632-c618ef8e0546 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:42:11.090074 [ 357 ] {b4772a7c-487d-49df-bdd8-cacf0fe1c9d5} executeQuery: (from [fd00:1122:3344:101::e]:64510) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.02.23 16:42:11.090081 [ 352 ] {} TCP-Session: ec92cd8c-120e-465c-86ff-af7eaacb79bd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:42:11.089763 [ 365 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:32862 2026.02.23 16:42:11.089750 [ 364 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42709 2026.02.23 16:42:11.089737 [ 359 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49281 2026.02.23 16:42:11.089795 [ 356 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35246 2026.02.23 16:42:11.090223 [ 365 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:42:11.090253 [ 364 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:42:11.090277 [ 365 ] {} TCP-Session: 5dd1af4c-3a70-4364-90fd-e3ff0b0d7e01 Authenticating user 'default' from [fd00:1122:3344:101::e]:32862 2026.02.23 16:42:11.090284 [ 359 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:42:11.090296 [ 356 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:42:11.090314 [ 365 ] {} TCP-Session: 5dd1af4c-3a70-4364-90fd-e3ff0b0d7e01 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:42:11.090327 [ 359 ] {} TCP-Session: 430a18df-1a40-4d42-9868-15c8de3eda32 Authenticating user 'default' from [fd00:1122:3344:101::e]:49281 2026.02.23 16:42:11.090346 [ 357 ] {b4772a7c-487d-49df-bdd8-cacf0fe1c9d5} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.02.23 16:42:11.090350 [ 365 ] {} TCP-Session: 5dd1af4c-3a70-4364-90fd-e3ff0b0d7e01 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:42:11.090365 [ 359 ] {} TCP-Session: 430a18df-1a40-4d42-9868-15c8de3eda32 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:42:11.090341 [ 356 ] {} TCP-Session: c6275945-ee78-43d0-8014-09be0644c177 Authenticating user 'default' from [fd00:1122:3344:101::e]:35246 2026.02.23 16:42:11.090419 [ 357 ] {b4772a7c-487d-49df-bdd8-cacf0fe1c9d5} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.23 16:42:11.090443 [ 356 ] {} TCP-Session: c6275945-ee78-43d0-8014-09be0644c177 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:42:11.090419 [ 359 ] {} TCP-Session: 430a18df-1a40-4d42-9868-15c8de3eda32 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:42:11.090467 [ 356 ] {} TCP-Session: c6275945-ee78-43d0-8014-09be0644c177 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:42:11.090298 [ 364 ] {} TCP-Session: 70a24738-3b0e-488b-948e-66f117ab4527 Authenticating user 'default' from [fd00:1122:3344:101::e]:42709 2026.02.23 16:42:11.089993 [ 366 ] {} TCP-Session: b30d2a20-0e77-4709-bf18-03bd770a5e53 Authenticating user 'default' from [fd00:1122:3344:101::e]:54681 2026.02.23 16:42:11.090523 [ 364 ] {} TCP-Session: 70a24738-3b0e-488b-948e-66f117ab4527 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:42:11.090543 [ 366 ] {} TCP-Session: b30d2a20-0e77-4709-bf18-03bd770a5e53 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:42:11.090549 [ 364 ] {} TCP-Session: 70a24738-3b0e-488b-948e-66f117ab4527 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:42:11.090567 [ 366 ] {} TCP-Session: b30d2a20-0e77-4709-bf18-03bd770a5e53 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:42:11.090722 [ 357 ] {b4772a7c-487d-49df-bdd8-cacf0fe1c9d5} oximeter.version (5b0048b8-9e05-4abf-ab1d-311c7f35e206) (SelectExecutor): Key condition: unknown 2026.02.23 16:42:11.091700 [ 318 ] {b4772a7c-487d-49df-bdd8-cacf0fe1c9d5} AggregatingTransform: Aggregating 2026.02.23 16:42:11.091736 [ 318 ] {b4772a7c-487d-49df-bdd8-cacf0fe1c9d5} Aggregator: Aggregation method: without_key 2026.02.23 16:42:11.091769 [ 318 ] {b4772a7c-487d-49df-bdd8-cacf0fe1c9d5} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.00094605 sec. (1057.027 rows/sec., 41.29 KiB/sec.) 2026.02.23 16:42:11.091788 [ 318 ] {b4772a7c-487d-49df-bdd8-cacf0fe1c9d5} Aggregator: Merging aggregated data 2026.02.23 16:42:11.093197 [ 357 ] {b4772a7c-487d-49df-bdd8-cacf0fe1c9d5} executeQuery: Read 1 rows, 40.00 B in 0.003182 sec., 314.26775612822127 rows/sec., 12.28 KiB/sec. 2026.02.23 16:42:11.093334 [ 357 ] {b4772a7c-487d-49df-bdd8-cacf0fe1c9d5} TCPHandler: Processed in 0.003654135 sec. 2026.02.23 16:42:11.093464 [ 357 ] {} TCPHandler: Done processing connection. 2026.02.23 16:42:11.093503 [ 357 ] {} TCP-Session: 464a4eec-078a-40bf-8c44-a6fb362cc787 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:42:11.093510 [ 359 ] {} TCPHandler: Done processing connection. 2026.02.23 16:42:11.093553 [ 359 ] {} TCP-Session: 430a18df-1a40-4d42-9868-15c8de3eda32 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:42:11.093558 [ 356 ] {} TCPHandler: Done processing connection. 2026.02.23 16:42:11.093583 [ 364 ] {} TCPHandler: Done processing connection. 2026.02.23 16:42:11.093604 [ 356 ] {} TCP-Session: c6275945-ee78-43d0-8014-09be0644c177 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:42:11.093606 [ 358 ] {} TCPHandler: Done processing connection. 2026.02.23 16:42:11.093639 [ 365 ] {} TCPHandler: Done processing connection. 2026.02.23 16:42:11.093656 [ 366 ] {} TCPHandler: Done processing connection. 2026.02.23 16:42:11.093677 [ 352 ] {} TCPHandler: Done processing connection. 2026.02.23 16:42:11.093688 [ 365 ] {} TCP-Session: 5dd1af4c-3a70-4364-90fd-e3ff0b0d7e01 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:42:11.093702 [ 366 ] {} TCP-Session: b30d2a20-0e77-4709-bf18-03bd770a5e53 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:42:11.093717 [ 352 ] {} TCP-Session: ec92cd8c-120e-465c-86ff-af7eaacb79bd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:42:11.093677 [ 358 ] {} TCP-Session: 5aa1bf27-9b35-48a2-a632-c618ef8e0546 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:42:11.093624 [ 360 ] {} TCPHandler: Done processing connection. 2026.02.23 16:42:11.093620 [ 364 ] {} TCP-Session: 70a24738-3b0e-488b-948e-66f117ab4527 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:42:11.093798 [ 360 ] {} TCP-Session: 5a96367a-e03f-4537-ad29-68eff19be018 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:42:11.319387 [ 357 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55412 2026.02.23 16:42:11.319490 [ 357 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:42:11.319515 [ 357 ] {} TCP-Session: 39fe39be-acad-4ed7-99b7-5b5b855e0b8e Authenticating user 'default' from [fd00:1122:3344:101::e]:55412 2026.02.23 16:42:11.319537 [ 357 ] {} TCP-Session: 39fe39be-acad-4ed7-99b7-5b5b855e0b8e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:42:11.319549 [ 357 ] {} TCP-Session: 39fe39be-acad-4ed7-99b7-5b5b855e0b8e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:42:11.319792 [ 358 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34270 2026.02.23 16:42:11.319815 [ 360 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36255 2026.02.23 16:42:11.319865 [ 366 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34546 2026.02.23 16:42:11.319881 [ 352 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54690 2026.02.23 16:42:11.319916 [ 358 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:42:11.319884 [ 356 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64388 2026.02.23 16:42:11.319959 [ 360 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:42:11.319964 [ 358 ] {} TCP-Session: 59c7a71c-1295-4b8d-8c93-92226bcac2b4 Authenticating user 'default' from [fd00:1122:3344:101::e]:34270 2026.02.23 16:42:11.319982 [ 352 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:42:11.320003 [ 360 ] {} TCP-Session: 3891fdf4-1165-420d-9e4c-91a16b428b1e Authenticating user 'default' from [fd00:1122:3344:101::e]:36255 2026.02.23 16:42:11.320018 [ 358 ] {} TCP-Session: 59c7a71c-1295-4b8d-8c93-92226bcac2b4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:42:11.320027 [ 356 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:42:11.320048 [ 360 ] {} TCP-Session: 3891fdf4-1165-420d-9e4c-91a16b428b1e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:42:11.320052 [ 358 ] {} TCP-Session: 59c7a71c-1295-4b8d-8c93-92226bcac2b4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:42:11.320073 [ 356 ] {} TCP-Session: 5131c23b-c3d3-4a2f-82eb-b4b059b31afc Authenticating user 'default' from [fd00:1122:3344:101::e]:64388 2026.02.23 16:42:11.320073 [ 360 ] {} TCP-Session: 3891fdf4-1165-420d-9e4c-91a16b428b1e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:42:11.320104 [ 356 ] {} TCP-Session: 5131c23b-c3d3-4a2f-82eb-b4b059b31afc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:42:11.320035 [ 352 ] {} TCP-Session: 633592f6-147d-44fb-99bf-685fee3a420a Authenticating user 'default' from [fd00:1122:3344:101::e]:54690 2026.02.23 16:42:11.320121 [ 356 ] {} TCP-Session: 5131c23b-c3d3-4a2f-82eb-b4b059b31afc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:42:11.319834 [ 365 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64564 2026.02.23 16:42:11.320159 [ 352 ] {} TCP-Session: 633592f6-147d-44fb-99bf-685fee3a420a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:42:11.319826 [ 364 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:32906 2026.02.23 16:42:11.320200 [ 352 ] {} TCP-Session: 633592f6-147d-44fb-99bf-685fee3a420a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:42:11.320229 [ 365 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:42:11.319805 [ 359 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36277 2026.02.23 16:42:11.320266 [ 365 ] {} TCP-Session: 4f4e5370-6b26-4cc2-9f92-235a165da0af Authenticating user 'default' from [fd00:1122:3344:101::e]:64564 2026.02.23 16:42:11.320285 [ 364 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:42:11.320305 [ 365 ] {} TCP-Session: 4f4e5370-6b26-4cc2-9f92-235a165da0af Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:42:11.320336 [ 359 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:42:11.320353 [ 365 ] {} TCP-Session: 4f4e5370-6b26-4cc2-9f92-235a165da0af Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:42:11.320373 [ 359 ] {} TCP-Session: 4d37f009-89e9-4836-8d67-b340ff05f683 Authenticating user 'default' from [fd00:1122:3344:101::e]:36277 2026.02.23 16:42:11.320348 [ 364 ] {} TCP-Session: f3a2d628-2bbd-4c4e-b524-60373e2daa94 Authenticating user 'default' from [fd00:1122:3344:101::e]:32906 2026.02.23 16:42:11.320404 [ 359 ] {} TCP-Session: 4d37f009-89e9-4836-8d67-b340ff05f683 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:42:11.320426 [ 364 ] {} TCP-Session: f3a2d628-2bbd-4c4e-b524-60373e2daa94 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:42:11.320433 [ 359 ] {} TCP-Session: 4d37f009-89e9-4836-8d67-b340ff05f683 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:42:11.320449 [ 364 ] {} TCP-Session: f3a2d628-2bbd-4c4e-b524-60373e2daa94 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:42:11.319981 [ 366 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:42:11.319867 [ 357 ] {} TCP-Session: 39fe39be-acad-4ed7-99b7-5b5b855e0b8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:42:11.320512 [ 366 ] {} TCP-Session: 6d2f7372-aeae-4a27-bd53-6d333632885e Authenticating user 'default' from [fd00:1122:3344:101::e]:34546 2026.02.23 16:42:11.320546 [ 366 ] {} TCP-Session: 6d2f7372-aeae-4a27-bd53-6d333632885e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:42:11.320566 [ 366 ] {} TCP-Session: 6d2f7372-aeae-4a27-bd53-6d333632885e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:42:11.320693 [ 357 ] {c9433898-89be-4c14-ba34-6e62a6140a98} executeQuery: (from [fd00:1122:3344:101::e]:55412) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.02.23 16:42:11.321017 [ 357 ] {c9433898-89be-4c14-ba34-6e62a6140a98} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.02.23 16:42:11.321077 [ 357 ] {c9433898-89be-4c14-ba34-6e62a6140a98} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.23 16:42:11.321383 [ 357 ] {c9433898-89be-4c14-ba34-6e62a6140a98} oximeter.version (5b0048b8-9e05-4abf-ab1d-311c7f35e206) (SelectExecutor): Key condition: unknown 2026.02.23 16:42:11.322348 [ 340 ] {c9433898-89be-4c14-ba34-6e62a6140a98} AggregatingTransform: Aggregating 2026.02.23 16:42:11.322402 [ 340 ] {c9433898-89be-4c14-ba34-6e62a6140a98} Aggregator: Aggregation method: without_key 2026.02.23 16:42:11.322435 [ 340 ] {c9433898-89be-4c14-ba34-6e62a6140a98} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000945889 sec. (1057.207 rows/sec., 41.30 KiB/sec.) 2026.02.23 16:42:11.322451 [ 340 ] {c9433898-89be-4c14-ba34-6e62a6140a98} Aggregator: Merging aggregated data 2026.02.23 16:42:11.323799 [ 357 ] {c9433898-89be-4c14-ba34-6e62a6140a98} executeQuery: Read 1 rows, 40.00 B in 0.00318 sec., 314.4654088050314 rows/sec., 12.28 KiB/sec. 2026.02.23 16:42:11.323948 [ 357 ] {c9433898-89be-4c14-ba34-6e62a6140a98} TCPHandler: Processed in 0.004212086 sec. 2026.02.23 16:42:11.324046 [ 365 ] {} TCPHandler: Done processing connection. 2026.02.23 16:42:11.324081 [ 356 ] {} TCPHandler: Done processing connection. 2026.02.23 16:42:11.324089 [ 365 ] {} TCP-Session: 4f4e5370-6b26-4cc2-9f92-235a165da0af Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:42:11.324108 [ 360 ] {} TCPHandler: Done processing connection. 2026.02.23 16:42:11.324119 [ 356 ] {} TCP-Session: 5131c23b-c3d3-4a2f-82eb-b4b059b31afc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:42:11.324128 [ 366 ] {} TCPHandler: Done processing connection. 2026.02.23 16:42:11.324147 [ 359 ] {} TCPHandler: Done processing connection. 2026.02.23 16:42:11.324168 [ 358 ] {} TCPHandler: Done processing connection. 2026.02.23 16:42:11.324183 [ 364 ] {} TCPHandler: Done processing connection. 2026.02.23 16:42:11.324217 [ 357 ] {} TCPHandler: Done processing connection. 2026.02.23 16:42:11.324227 [ 358 ] {} TCP-Session: 59c7a71c-1295-4b8d-8c93-92226bcac2b4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:42:11.324242 [ 364 ] {} TCP-Session: f3a2d628-2bbd-4c4e-b524-60373e2daa94 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:42:11.324250 [ 357 ] {} TCP-Session: 39fe39be-acad-4ed7-99b7-5b5b855e0b8e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:42:11.324201 [ 352 ] {} TCPHandler: Done processing connection. 2026.02.23 16:42:11.324193 [ 359 ] {} TCP-Session: 4d37f009-89e9-4836-8d67-b340ff05f683 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:42:11.324147 [ 360 ] {} TCP-Session: 3891fdf4-1165-420d-9e4c-91a16b428b1e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:42:11.324315 [ 352 ] {} TCP-Session: 633592f6-147d-44fb-99bf-685fee3a420a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:42:11.324185 [ 366 ] {} TCP-Session: 6d2f7372-aeae-4a27-bd53-6d333632885e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:42:11.611171 [ 352 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48423 2026.02.23 16:42:11.611280 [ 352 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:42:11.611308 [ 352 ] {} TCP-Session: 96dbe4f0-45c3-4802-a94d-0e2a14d1b3c2 Authenticating user 'default' from [fd00:1122:3344:101::e]:48423 2026.02.23 16:42:11.611332 [ 352 ] {} TCP-Session: 96dbe4f0-45c3-4802-a94d-0e2a14d1b3c2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:42:11.611344 [ 352 ] {} TCP-Session: 96dbe4f0-45c3-4802-a94d-0e2a14d1b3c2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:42:11.611567 [ 356 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44303 2026.02.23 16:42:11.611585 [ 357 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54973 2026.02.23 16:42:11.611606 [ 360 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37485 2026.02.23 16:42:11.611636 [ 365 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52554 2026.02.23 16:42:11.611651 [ 352 ] {} TCP-Session: 96dbe4f0-45c3-4802-a94d-0e2a14d1b3c2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:42:11.611687 [ 356 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:42:11.611715 [ 360 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:42:11.611716 [ 357 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:42:11.611732 [ 356 ] {} TCP-Session: 0a0e5ccd-47b5-4114-ac08-07bc24610595 Authenticating user 'default' from [fd00:1122:3344:101::e]:44303 2026.02.23 16:42:11.611740 [ 360 ] {} TCP-Session: 519c6b1b-6d37-42dc-8252-2069f0a34626 Authenticating user 'default' from [fd00:1122:3344:101::e]:37485 2026.02.23 16:42:11.611758 [ 357 ] {} TCP-Session: ebeaba79-6ce3-4766-aaa7-52c0ff0fd224 Authenticating user 'default' from [fd00:1122:3344:101::e]:54973 2026.02.23 16:42:11.611770 [ 356 ] {} TCP-Session: 0a0e5ccd-47b5-4114-ac08-07bc24610595 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:42:11.611773 [ 360 ] {} TCP-Session: 519c6b1b-6d37-42dc-8252-2069f0a34626 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:42:11.611725 [ 365 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:42:11.611796 [ 356 ] {} TCP-Session: 0a0e5ccd-47b5-4114-ac08-07bc24610595 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:42:11.611800 [ 360 ] {} TCP-Session: 519c6b1b-6d37-42dc-8252-2069f0a34626 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:42:11.611820 [ 365 ] {} TCP-Session: d3c06581-3883-48c0-8ea8-d1ad0cc1ff6f Authenticating user 'default' from [fd00:1122:3344:101::e]:52554 2026.02.23 16:42:11.611595 [ 359 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45687 2026.02.23 16:42:11.611852 [ 352 ] {6608e0ba-11f3-47a0-8f5c-1ca37256fb36} executeQuery: (from [fd00:1122:3344:101::e]:48423) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.02.23 16:42:11.611841 [ 365 ] {} TCP-Session: d3c06581-3883-48c0-8ea8-d1ad0cc1ff6f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:42:11.611629 [ 364 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:32840 2026.02.23 16:42:11.611910 [ 365 ] {} TCP-Session: d3c06581-3883-48c0-8ea8-d1ad0cc1ff6f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:42:11.611927 [ 359 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:42:11.611799 [ 357 ] {} TCP-Session: ebeaba79-6ce3-4766-aaa7-52c0ff0fd224 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:42:11.611996 [ 364 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:42:11.612006 [ 359 ] {} TCP-Session: 2980e1f5-5d40-420a-b19b-689a7e9ec4a0 Authenticating user 'default' from [fd00:1122:3344:101::e]:45687 2026.02.23 16:42:11.612014 [ 357 ] {} TCP-Session: ebeaba79-6ce3-4766-aaa7-52c0ff0fd224 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:42:11.612033 [ 364 ] {} TCP-Session: cee53b2d-786e-4db0-bf23-02e0899b48b6 Authenticating user 'default' from [fd00:1122:3344:101::e]:32840 2026.02.23 16:42:11.612047 [ 359 ] {} TCP-Session: 2980e1f5-5d40-420a-b19b-689a7e9ec4a0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:42:11.612067 [ 364 ] {} TCP-Session: cee53b2d-786e-4db0-bf23-02e0899b48b6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:42:11.612083 [ 359 ] {} TCP-Session: 2980e1f5-5d40-420a-b19b-689a7e9ec4a0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:42:11.612098 [ 364 ] {} TCP-Session: cee53b2d-786e-4db0-bf23-02e0899b48b6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:42:11.611645 [ 366 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35059 2026.02.23 16:42:11.612140 [ 352 ] {6608e0ba-11f3-47a0-8f5c-1ca37256fb36} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.02.23 16:42:11.611598 [ 358 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48292 2026.02.23 16:42:11.612196 [ 366 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:42:11.612200 [ 352 ] {6608e0ba-11f3-47a0-8f5c-1ca37256fb36} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.23 16:42:11.612227 [ 366 ] {} TCP-Session: 147d4858-be60-4bf4-a732-a1b6675890d8 Authenticating user 'default' from [fd00:1122:3344:101::e]:35059 2026.02.23 16:42:11.612244 [ 366 ] {} TCP-Session: 147d4858-be60-4bf4-a732-a1b6675890d8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:42:11.612256 [ 366 ] {} TCP-Session: 147d4858-be60-4bf4-a732-a1b6675890d8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:42:11.612271 [ 358 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:42:11.612303 [ 358 ] {} TCP-Session: 1f38175c-1afb-436c-90f6-0e11cff555af Authenticating user 'default' from [fd00:1122:3344:101::e]:48292 2026.02.23 16:42:11.612325 [ 358 ] {} TCP-Session: 1f38175c-1afb-436c-90f6-0e11cff555af Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:42:11.612337 [ 358 ] {} TCP-Session: 1f38175c-1afb-436c-90f6-0e11cff555af Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:42:11.612503 [ 352 ] {6608e0ba-11f3-47a0-8f5c-1ca37256fb36} oximeter.version (5b0048b8-9e05-4abf-ab1d-311c7f35e206) (SelectExecutor): Key condition: unknown 2026.02.23 16:42:11.613503 [ 298 ] {6608e0ba-11f3-47a0-8f5c-1ca37256fb36} AggregatingTransform: Aggregating 2026.02.23 16:42:11.613546 [ 298 ] {6608e0ba-11f3-47a0-8f5c-1ca37256fb36} Aggregator: Aggregation method: without_key 2026.02.23 16:42:11.613582 [ 298 ] {6608e0ba-11f3-47a0-8f5c-1ca37256fb36} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.00097441 sec. (1026.262 rows/sec., 40.09 KiB/sec.) 2026.02.23 16:42:11.613601 [ 298 ] {6608e0ba-11f3-47a0-8f5c-1ca37256fb36} Aggregator: Merging aggregated data 2026.02.23 16:42:11.615156 [ 352 ] {6608e0ba-11f3-47a0-8f5c-1ca37256fb36} executeQuery: Read 1 rows, 40.00 B in 0.00336 sec., 297.6190476190476 rows/sec., 11.63 KiB/sec. 2026.02.23 16:42:11.615357 [ 352 ] {6608e0ba-11f3-47a0-8f5c-1ca37256fb36} TCPHandler: Processed in 0.003824788 sec. 2026.02.23 16:42:11.615488 [ 352 ] {} TCPHandler: Done processing connection. 2026.02.23 16:42:11.615513 [ 366 ] {} TCPHandler: Done processing connection. 2026.02.23 16:42:11.615535 [ 352 ] {} TCP-Session: 96dbe4f0-45c3-4802-a94d-0e2a14d1b3c2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:42:11.615536 [ 357 ] {} TCPHandler: Done processing connection. 2026.02.23 16:42:11.615570 [ 358 ] {} TCPHandler: Done processing connection. 2026.02.23 16:42:11.615604 [ 357 ] {} TCP-Session: ebeaba79-6ce3-4766-aaa7-52c0ff0fd224 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:42:11.615603 [ 356 ] {} TCPHandler: Done processing connection. 2026.02.23 16:42:11.615636 [ 364 ] {} TCPHandler: Done processing connection. 2026.02.23 16:42:11.615650 [ 358 ] {} TCP-Session: 1f38175c-1afb-436c-90f6-0e11cff555af Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:42:11.615672 [ 356 ] {} TCP-Session: 0a0e5ccd-47b5-4114-ac08-07bc24610595 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:42:11.615684 [ 360 ] {} TCPHandler: Done processing connection. 2026.02.23 16:42:11.615704 [ 365 ] {} TCPHandler: Done processing connection. 2026.02.23 16:42:11.615748 [ 360 ] {} TCP-Session: 519c6b1b-6d37-42dc-8252-2069f0a34626 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:42:11.615764 [ 365 ] {} TCP-Session: d3c06581-3883-48c0-8ea8-d1ad0cc1ff6f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:42:11.615699 [ 364 ] {} TCP-Session: cee53b2d-786e-4db0-bf23-02e0899b48b6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:42:11.615653 [ 359 ] {} TCPHandler: Done processing connection. 2026.02.23 16:42:11.615548 [ 366 ] {} TCP-Session: 147d4858-be60-4bf4-a732-a1b6675890d8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:42:11.615853 [ 359 ] {} TCP-Session: 2980e1f5-5d40-420a-b19b-689a7e9ec4a0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:42:12.575381 [ 47 ] {} DNSResolver: Updating DNS cache 2026.02.23 16:42:12.575438 [ 47 ] {} DNSResolver: Updated DNS cache 2026.02.23 16:42:12.787568 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 42232 2026.02.23 16:42:12.788170 [ 244 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:42:12.788227 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.02.23 16:42:12.788761 [ 244 ] {} MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) 2026.02.23 16:42:12.789009 [ 244 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:42:12.789163 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 42232 2026.02.23 16:42:12.924351 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 42 entries to flush up to offset 2224 2026.02.23 16:42:12.927193 [ 242 ] {} system.query_log (b83b341e-dbaf-448e-9582-20b3e6cd291d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:42:12.927249 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.02.23 16:42:12.928548 [ 242 ] {} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2026.02.23 16:42:12.928830 [ 242 ] {} system.query_log (b83b341e-dbaf-448e-9582-20b3e6cd291d): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:42:12.929219 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 2224 2026.02.23 16:42:14.214386 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:42:14.214582 [ 278 ] {f659cde0-0dee-4ede-ae46-88bf369a9216} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.02.23 16:42:14.214655 [ 278 ] {f659cde0-0dee-4ede-ae46-88bf369a9216} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.02.23 16:42:14.215494 [ 278 ] {f659cde0-0dee-4ede-ae46-88bf369a9216} oximeter.fields_i16 (91b3829e-2a99-49e1-955c-43ffdc3fb409): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:42:14.215544 [ 278 ] {f659cde0-0dee-4ede-ae46-88bf369a9216} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.02.23 16:42:14.215949 [ 278 ] {f659cde0-0dee-4ede-ae46-88bf369a9216} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.02.23 16:42:14.216180 [ 278 ] {f659cde0-0dee-4ede-ae46-88bf369a9216} oximeter.fields_i16 (91b3829e-2a99-49e1-955c-43ffdc3fb409): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:42:14.216344 [ 278 ] {f659cde0-0dee-4ede-ae46-88bf369a9216} executeQuery: Read 284 rows, 18.47 KiB in 0.001816 sec., 156387.6651982379 rows/sec., 9.93 MiB/sec. 2026.02.23 16:42:14.216397 [ 278 ] {f659cde0-0dee-4ede-ae46-88bf369a9216} TCPHandler: Processed in 0.002137824 sec. 2026.02.23 16:42:14.216520 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:42:14.216622 [ 278 ] {13c4bde8-b36b-4477-ab03-532800daf3b5} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.23 16:42:14.216664 [ 278 ] {13c4bde8-b36b-4477-ab03-532800daf3b5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.23 16:42:14.217510 [ 278 ] {13c4bde8-b36b-4477-ab03-532800daf3b5} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:42:14.217548 [ 278 ] {13c4bde8-b36b-4477-ab03-532800daf3b5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.02.23 16:42:14.217905 [ 278 ] {13c4bde8-b36b-4477-ab03-532800daf3b5} MergedBlockOutputStream: filled checksums all_129_129_0 (state Temporary) 2026.02.23 16:42:14.218115 [ 278 ] {13c4bde8-b36b-4477-ab03-532800daf3b5} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Renaming temporary part tmp_insert_all_129_129_0 to all_129_129_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:42:14.218247 [ 278 ] {13c4bde8-b36b-4477-ab03-532800daf3b5} executeQuery: Read 817 rows, 66.20 KiB in 0.001648 sec., 495752.42718446604 rows/sec., 39.23 MiB/sec. 2026.02.23 16:42:14.218286 [ 278 ] {13c4bde8-b36b-4477-ab03-532800daf3b5} TCPHandler: Processed in 0.001816618 sec. 2026.02.23 16:42:14.218395 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:42:14.218490 [ 278 ] {5491b2f2-0f0b-47d0-b592-b28221afb415} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.23 16:42:14.218530 [ 278 ] {5491b2f2-0f0b-47d0-b592-b28221afb415} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.23 16:42:14.218968 [ 278 ] {5491b2f2-0f0b-47d0-b592-b28221afb415} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:42:14.219005 [ 278 ] {5491b2f2-0f0b-47d0-b592-b28221afb415} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.02.23 16:42:14.219300 [ 278 ] {5491b2f2-0f0b-47d0-b592-b28221afb415} MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary) 2026.02.23 16:42:14.219504 [ 278 ] {5491b2f2-0f0b-47d0-b592-b28221afb415} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:42:14.219629 [ 278 ] {5491b2f2-0f0b-47d0-b592-b28221afb415} executeQuery: Read 152 rows, 9.29 KiB in 0.001159 sec., 131147.54098360654 rows/sec., 7.83 MiB/sec. 2026.02.23 16:42:14.219666 [ 278 ] {5491b2f2-0f0b-47d0-b592-b28221afb415} TCPHandler: Processed in 0.001319637 sec. 2026.02.23 16:42:14.219728 [ 218 ] {} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Found 6 old parts to remove. Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] 2026.02.23 16:42:14.219774 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:42:14.219789 [ 218 ] {} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Removing 6 parts from filesystem (serially): Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] 2026.02.23 16:42:14.219876 [ 278 ] {2a19be64-2b89-4b04-abd6-a4890d238c0c} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.02.23 16:42:14.219928 [ 278 ] {2a19be64-2b89-4b04-abd6-a4890d238c0c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.02.23 16:42:14.220356 [ 278 ] {2a19be64-2b89-4b04-abd6-a4890d238c0c} oximeter.fields_u32 (3630ead0-c5da-4e23-a9d2-59d0589dc119): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:42:14.220395 [ 278 ] {2a19be64-2b89-4b04-abd6-a4890d238c0c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.02.23 16:42:14.220730 [ 278 ] {2a19be64-2b89-4b04-abd6-a4890d238c0c} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2026.02.23 16:42:14.220968 [ 278 ] {2a19be64-2b89-4b04-abd6-a4890d238c0c} oximeter.fields_u32 (3630ead0-c5da-4e23-a9d2-59d0589dc119): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:42:14.221095 [ 278 ] {2a19be64-2b89-4b04-abd6-a4890d238c0c} executeQuery: Read 149 rows, 9.86 KiB in 0.001237 sec., 120452.70816491511 rows/sec., 7.78 MiB/sec. 2026.02.23 16:42:14.221132 [ 278 ] {2a19be64-2b89-4b04-abd6-a4890d238c0c} TCPHandler: Processed in 0.001405478 sec. 2026.02.23 16:42:14.221239 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:42:14.221331 [ 278 ] {75e0676c-1e2b-4476-8658-c877309e332f} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.02.23 16:42:14.221369 [ 278 ] {75e0676c-1e2b-4476-8658-c877309e332f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.02.23 16:42:14.221798 [ 278 ] {75e0676c-1e2b-4476-8658-c877309e332f} oximeter.fields_u8 (bee44bc4-3670-4879-9501-74bd8c0c3792): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:42:14.221834 [ 278 ] {75e0676c-1e2b-4476-8658-c877309e332f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.02.23 16:42:14.222195 [ 278 ] {75e0676c-1e2b-4476-8658-c877309e332f} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.02.23 16:42:14.222521 [ 218 ] {} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Removing 6 parts from memory: Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] 2026.02.23 16:42:14.222532 [ 278 ] {75e0676c-1e2b-4476-8658-c877309e332f} oximeter.fields_u8 (bee44bc4-3670-4879-9501-74bd8c0c3792): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:42:14.222704 [ 278 ] {75e0676c-1e2b-4476-8658-c877309e332f} executeQuery: Read 148 rows, 8.62 KiB in 0.001389 sec., 106551.47588192944 rows/sec., 6.06 MiB/sec. 2026.02.23 16:42:14.222750 [ 278 ] {75e0676c-1e2b-4476-8658-c877309e332f} TCPHandler: Processed in 0.001558823 sec. 2026.02.23 16:42:14.222880 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:42:14.222994 [ 278 ] {5fd28dea-23f7-4f96-89c0-fccbc7b5ff38} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.23 16:42:14.223040 [ 278 ] {5fd28dea-23f7-4f96-89c0-fccbc7b5ff38} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.23 16:42:14.223723 [ 278 ] {5fd28dea-23f7-4f96-89c0-fccbc7b5ff38} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:42:14.223761 [ 278 ] {5fd28dea-23f7-4f96-89c0-fccbc7b5ff38} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.02.23 16:42:14.224083 [ 278 ] {5fd28dea-23f7-4f96-89c0-fccbc7b5ff38} MergedBlockOutputStream: filled checksums all_129_129_0 (state Temporary) 2026.02.23 16:42:14.224285 [ 278 ] {5fd28dea-23f7-4f96-89c0-fccbc7b5ff38} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Renaming temporary part tmp_insert_all_129_129_0 to all_129_129_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:42:14.224412 [ 278 ] {5fd28dea-23f7-4f96-89c0-fccbc7b5ff38} executeQuery: Read 500 rows, 35.98 KiB in 0.001442 sec., 346740.6380027739 rows/sec., 24.37 MiB/sec. 2026.02.23 16:42:14.224451 [ 278 ] {5fd28dea-23f7-4f96-89c0-fccbc7b5ff38} TCPHandler: Processed in 0.001628204 sec. 2026.02.23 16:42:14.224549 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:42:14.224642 [ 278 ] {6fe6c5cd-6bfa-4ea0-a871-6c508a713edf} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.02.23 16:42:14.224681 [ 278 ] {6fe6c5cd-6bfa-4ea0-a871-6c508a713edf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.02.23 16:42:14.225012 [ 278 ] {6fe6c5cd-6bfa-4ea0-a871-6c508a713edf} oximeter.measurements_bool (4d7206cf-919d-48fb-bf2a-954f10b7f89e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:42:14.225047 [ 278 ] {6fe6c5cd-6bfa-4ea0-a871-6c508a713edf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.02.23 16:42:14.225335 [ 278 ] {6fe6c5cd-6bfa-4ea0-a871-6c508a713edf} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.02.23 16:42:14.225541 [ 278 ] {6fe6c5cd-6bfa-4ea0-a871-6c508a713edf} oximeter.measurements_bool (4d7206cf-919d-48fb-bf2a-954f10b7f89e): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:42:14.225642 [ 24 ] {} oximeter.measurements_bool (4d7206cf-919d-48fb-bf2a-954f10b7f89e) (MergerMutator): Selected 6 parts from all_1_20_4 to all_25_25_0 2026.02.23 16:42:14.225663 [ 278 ] {6fe6c5cd-6bfa-4ea0-a871-6c508a713edf} executeQuery: Read 6 rows, 321.00 B in 0.001039 sec., 5774.783445620789 rows/sec., 301.71 KiB/sec. 2026.02.23 16:42:14.225711 [ 24 ] {} oximeter.measurements_bool (4d7206cf-919d-48fb-bf2a-954f10b7f89e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:42:14.225720 [ 278 ] {6fe6c5cd-6bfa-4ea0-a871-6c508a713edf} TCPHandler: Processed in 0.001217015 sec. 2026.02.23 16:42:14.225743 [ 24 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.02.23 16:42:14.225842 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:42:14.225865 [ 190 ] {4d7206cf-919d-48fb-bf2a-954f10b7f89e::all_1_25_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_20_4 to all_25_25_0 into Compact with storage Full 2026.02.23 16:42:14.225942 [ 278 ] {a7aa3be9-26cb-46a0-96de-e775e4da1dac} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.23 16:42:14.225989 [ 278 ] {a7aa3be9-26cb-46a0-96de-e775e4da1dac} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.23 16:42:14.225998 [ 190 ] {4d7206cf-919d-48fb-bf2a-954f10b7f89e::all_1_25_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:42:14.226042 [ 190 ] {4d7206cf-919d-48fb-bf2a-954f10b7f89e::all_1_25_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_20_4, total 120 rows starting from the beginning of the part 2026.02.23 16:42:14.226111 [ 190 ] {4d7206cf-919d-48fb-bf2a-954f10b7f89e::all_1_25_5} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 6 rows starting from the beginning of the part 2026.02.23 16:42:14.226160 [ 190 ] {4d7206cf-919d-48fb-bf2a-954f10b7f89e::all_1_25_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 6 rows starting from the beginning of the part 2026.02.23 16:42:14.226204 [ 190 ] {4d7206cf-919d-48fb-bf2a-954f10b7f89e::all_1_25_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 6 rows starting from the beginning of the part 2026.02.23 16:42:14.226248 [ 190 ] {4d7206cf-919d-48fb-bf2a-954f10b7f89e::all_1_25_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 6 rows starting from the beginning of the part 2026.02.23 16:42:14.226289 [ 190 ] {4d7206cf-919d-48fb-bf2a-954f10b7f89e::all_1_25_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 6 rows starting from the beginning of the part 2026.02.23 16:42:14.226435 [ 278 ] {a7aa3be9-26cb-46a0-96de-e775e4da1dac} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:42:14.226478 [ 278 ] {a7aa3be9-26cb-46a0-96de-e775e4da1dac} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.02.23 16:42:14.226837 [ 278 ] {a7aa3be9-26cb-46a0-96de-e775e4da1dac} MergedBlockOutputStream: filled checksums all_129_129_0 (state Temporary) 2026.02.23 16:42:14.227058 [ 278 ] {a7aa3be9-26cb-46a0-96de-e775e4da1dac} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Renaming temporary part tmp_insert_all_129_129_0 to all_129_129_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:42:14.227090 [ 196 ] {4d7206cf-919d-48fb-bf2a-954f10b7f89e::all_1_25_5} MergeTask::MergeProjectionsStage: Merge sorted 150 rows, containing 4 columns (4 merged, 0 gathered) in 0.001276937 sec., 117468.59868576133 rows/sec., 5.99 MiB/sec. 2026.02.23 16:42:14.227188 [ 278 ] {a7aa3be9-26cb-46a0-96de-e775e4da1dac} executeQuery: Read 265 rows, 18.03 KiB in 0.001263 sec., 209817.8939034046 rows/sec., 13.94 MiB/sec. 2026.02.23 16:42:14.227231 [ 278 ] {a7aa3be9-26cb-46a0-96de-e775e4da1dac} TCPHandler: Processed in 0.00143614 sec. 2026.02.23 16:42:14.227243 [ 202 ] {4d7206cf-919d-48fb-bf2a-954f10b7f89e::all_1_25_5} MergedBlockOutputStream: filled checksums all_1_25_5 (state Temporary) 2026.02.23 16:42:14.227347 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:42:14.227446 [ 278 ] {159f8e17-4666-4980-8b11-37b4dd895e71} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.02.23 16:42:14.227488 [ 278 ] {159f8e17-4666-4980-8b11-37b4dd895e71} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.02.23 16:42:14.227528 [ 202 ] {4d7206cf-919d-48fb-bf2a-954f10b7f89e::all_1_25_5} oximeter.measurements_bool (4d7206cf-919d-48fb-bf2a-954f10b7f89e): Renaming temporary part tmp_merge_all_1_25_5 to all_1_25_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:42:14.227600 [ 202 ] {4d7206cf-919d-48fb-bf2a-954f10b7f89e::all_1_25_5} oximeter.measurements_bool (4d7206cf-919d-48fb-bf2a-954f10b7f89e) (MergerMutator): Merged 6 parts: [all_1_20_4, all_25_25_0] -> all_1_25_5 2026.02.23 16:42:14.227685 [ 202 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. 2026.02.23 16:42:14.227813 [ 278 ] {159f8e17-4666-4980-8b11-37b4dd895e71} oximeter.measurements_f64 (97dc9cb4-ce5b-499b-8326-a1427ee1bb47): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:42:14.227852 [ 278 ] {159f8e17-4666-4980-8b11-37b4dd895e71} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.02.23 16:42:14.228141 [ 278 ] {159f8e17-4666-4980-8b11-37b4dd895e71} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.02.23 16:42:14.228338 [ 278 ] {159f8e17-4666-4980-8b11-37b4dd895e71} oximeter.measurements_f64 (97dc9cb4-ce5b-499b-8326-a1427ee1bb47): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:42:14.228461 [ 278 ] {159f8e17-4666-4980-8b11-37b4dd895e71} executeQuery: Read 1 rows, 69.00 B in 0.001033 sec., 968.054211035818 rows/sec., 65.23 KiB/sec. 2026.02.23 16:42:14.228497 [ 278 ] {159f8e17-4666-4980-8b11-37b4dd895e71} TCPHandler: Processed in 0.001197905 sec. 2026.02.23 16:42:14.228602 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:42:14.228694 [ 278 ] {5f35174e-af53-4f5c-b6a8-b2b7247e1673} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.23 16:42:14.228746 [ 278 ] {5f35174e-af53-4f5c-b6a8-b2b7247e1673} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.23 16:42:14.229555 [ 278 ] {5f35174e-af53-4f5c-b6a8-b2b7247e1673} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:42:14.229592 [ 278 ] {5f35174e-af53-4f5c-b6a8-b2b7247e1673} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.02.23 16:42:14.230098 [ 278 ] {5f35174e-af53-4f5c-b6a8-b2b7247e1673} MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary) 2026.02.23 16:42:14.230310 [ 278 ] {5f35174e-af53-4f5c-b6a8-b2b7247e1673} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:42:14.230444 [ 278 ] {5f35174e-af53-4f5c-b6a8-b2b7247e1673} executeQuery: Read 10 rows, 18.35 KiB in 0.001768 sec., 5656.108597285068 rows/sec., 10.14 MiB/sec. 2026.02.23 16:42:14.230498 [ 278 ] {5f35174e-af53-4f5c-b6a8-b2b7247e1673} TCPHandler: Processed in 0.00194299 sec. 2026.02.23 16:42:14.230605 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:42:14.230698 [ 278 ] {a0518a4f-f482-48d5-9eed-c4c63fb60e22} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.23 16:42:14.230739 [ 278 ] {a0518a4f-f482-48d5-9eed-c4c63fb60e22} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.23 16:42:14.231067 [ 278 ] {a0518a4f-f482-48d5-9eed-c4c63fb60e22} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:42:14.231102 [ 278 ] {a0518a4f-f482-48d5-9eed-c4c63fb60e22} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.02.23 16:42:14.231396 [ 278 ] {a0518a4f-f482-48d5-9eed-c4c63fb60e22} MergedBlockOutputStream: filled checksums all_129_129_0 (state Temporary) 2026.02.23 16:42:14.231605 [ 278 ] {a0518a4f-f482-48d5-9eed-c4c63fb60e22} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Renaming temporary part tmp_insert_all_129_129_0 to all_129_129_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:42:14.231727 [ 278 ] {a0518a4f-f482-48d5-9eed-c4c63fb60e22} executeQuery: Read 90 rows, 5.77 KiB in 0.001047 sec., 85959.88538681949 rows/sec., 5.38 MiB/sec. 2026.02.23 16:42:14.231763 [ 278 ] {a0518a4f-f482-48d5-9eed-c4c63fb60e22} TCPHandler: Processed in 0.001205115 sec. 2026.02.23 16:42:15.044850 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 663 2026.02.23 16:42:15.062524 [ 243 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:42:15.062571 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.02.23 16:42:15.068967 [ 243 ] {} MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) 2026.02.23 16:42:15.069684 [ 243 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:42:15.072700 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 663 2026.02.23 16:42:15.273338 [ 224 ] {} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] 2026.02.23 16:42:15.273414 [ 224 ] {} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] 2026.02.23 16:42:15.277607 [ 224 ] {} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] 2026.02.23 16:42:18.530382 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:42:18.530605 [ 278 ] {2c2914cb-05f7-4379-8b8a-ae9feb1ccf71} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.02.23 16:42:18.530675 [ 278 ] {2c2914cb-05f7-4379-8b8a-ae9feb1ccf71} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.02.23 16:42:18.531359 [ 278 ] {2c2914cb-05f7-4379-8b8a-ae9feb1ccf71} oximeter.fields_i16 (91b3829e-2a99-49e1-955c-43ffdc3fb409): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:42:18.531413 [ 278 ] {2c2914cb-05f7-4379-8b8a-ae9feb1ccf71} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.02.23 16:42:18.531818 [ 278 ] {2c2914cb-05f7-4379-8b8a-ae9feb1ccf71} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2026.02.23 16:42:18.532055 [ 278 ] {2c2914cb-05f7-4379-8b8a-ae9feb1ccf71} oximeter.fields_i16 (91b3829e-2a99-49e1-955c-43ffdc3fb409): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:42:18.532222 [ 278 ] {2c2914cb-05f7-4379-8b8a-ae9feb1ccf71} executeQuery: Read 24 rows, 2.04 KiB in 0.001673 sec., 14345.487148834429 rows/sec., 1.19 MiB/sec. 2026.02.23 16:42:18.532276 [ 278 ] {2c2914cb-05f7-4379-8b8a-ae9feb1ccf71} TCPHandler: Processed in 0.002047142 sec. 2026.02.23 16:42:18.532400 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:42:18.532502 [ 278 ] {836034ba-66e7-4b7c-84c2-11f89dddaaf3} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.02.23 16:42:18.532546 [ 278 ] {836034ba-66e7-4b7c-84c2-11f89dddaaf3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.02.23 16:42:18.532970 [ 278 ] {836034ba-66e7-4b7c-84c2-11f89dddaaf3} oximeter.fields_ipaddr (aca7842a-9245-4e3c-8c67-e3828bf88048): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:42:18.533009 [ 278 ] {836034ba-66e7-4b7c-84c2-11f89dddaaf3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.02.23 16:42:18.533318 [ 278 ] {836034ba-66e7-4b7c-84c2-11f89dddaaf3} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2026.02.23 16:42:18.533533 [ 278 ] {836034ba-66e7-4b7c-84c2-11f89dddaaf3} oximeter.fields_ipaddr (aca7842a-9245-4e3c-8c67-e3828bf88048): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:42:18.533666 [ 278 ] {836034ba-66e7-4b7c-84c2-11f89dddaaf3} executeQuery: Read 6 rows, 501.00 B in 0.001186 sec., 5059.021922428331 rows/sec., 412.53 KiB/sec. 2026.02.23 16:42:18.533704 [ 278 ] {836034ba-66e7-4b7c-84c2-11f89dddaaf3} TCPHandler: Processed in 0.001356938 sec. 2026.02.23 16:42:18.533814 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:42:18.533909 [ 278 ] {5a4bec99-2771-4602-8efe-44bb81203f16} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.23 16:42:18.533949 [ 278 ] {5a4bec99-2771-4602-8efe-44bb81203f16} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.23 16:42:18.535604 [ 278 ] {5a4bec99-2771-4602-8efe-44bb81203f16} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:42:18.535646 [ 278 ] {5a4bec99-2771-4602-8efe-44bb81203f16} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.02.23 16:42:18.536071 [ 278 ] {5a4bec99-2771-4602-8efe-44bb81203f16} MergedBlockOutputStream: filled checksums all_130_130_0 (state Temporary) 2026.02.23 16:42:18.536289 [ 278 ] {5a4bec99-2771-4602-8efe-44bb81203f16} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Renaming temporary part tmp_insert_all_130_130_0 to all_130_130_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:42:18.536424 [ 278 ] {5a4bec99-2771-4602-8efe-44bb81203f16} executeQuery: Read 1383 rows, 118.71 KiB in 0.002534 sec., 545777.4269928966 rows/sec., 45.75 MiB/sec. 2026.02.23 16:42:18.536465 [ 278 ] {5a4bec99-2771-4602-8efe-44bb81203f16} TCPHandler: Processed in 0.002699655 sec. 2026.02.23 16:42:18.536597 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:42:18.536693 [ 278 ] {ed1e9d12-afa8-4e87-b2b1-2fc106a483da} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.23 16:42:18.536734 [ 278 ] {ed1e9d12-afa8-4e87-b2b1-2fc106a483da} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.23 16:42:18.537176 [ 278 ] {ed1e9d12-afa8-4e87-b2b1-2fc106a483da} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:42:18.537215 [ 278 ] {ed1e9d12-afa8-4e87-b2b1-2fc106a483da} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.02.23 16:42:18.537514 [ 278 ] {ed1e9d12-afa8-4e87-b2b1-2fc106a483da} MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary) 2026.02.23 16:42:18.537726 [ 278 ] {ed1e9d12-afa8-4e87-b2b1-2fc106a483da} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:42:18.537856 [ 278 ] {ed1e9d12-afa8-4e87-b2b1-2fc106a483da} executeQuery: Read 50 rows, 3.79 KiB in 0.001182 sec., 42301.184433164126 rows/sec., 3.13 MiB/sec. 2026.02.23 16:42:18.537895 [ 278 ] {ed1e9d12-afa8-4e87-b2b1-2fc106a483da} TCPHandler: Processed in 0.001347157 sec. 2026.02.23 16:42:18.538004 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:42:18.538097 [ 278 ] {9d15e6d6-a90a-4d69-a41b-d20ab4088dca} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.02.23 16:42:18.538137 [ 278 ] {9d15e6d6-a90a-4d69-a41b-d20ab4088dca} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.02.23 16:42:18.538710 [ 278 ] {9d15e6d6-a90a-4d69-a41b-d20ab4088dca} oximeter.fields_u32 (3630ead0-c5da-4e23-a9d2-59d0589dc119): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:42:18.538746 [ 278 ] {9d15e6d6-a90a-4d69-a41b-d20ab4088dca} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.02.23 16:42:18.539060 [ 278 ] {9d15e6d6-a90a-4d69-a41b-d20ab4088dca} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2026.02.23 16:42:18.539275 [ 278 ] {9d15e6d6-a90a-4d69-a41b-d20ab4088dca} oximeter.fields_u32 (3630ead0-c5da-4e23-a9d2-59d0589dc119): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:42:18.539393 [ 28 ] {} oximeter.fields_u32 (3630ead0-c5da-4e23-a9d2-59d0589dc119) (MergerMutator): Selected 6 parts from all_1_42_9 to all_47_47_0 2026.02.23 16:42:18.539405 [ 278 ] {9d15e6d6-a90a-4d69-a41b-d20ab4088dca} executeQuery: Read 252 rows, 17.85 KiB in 0.001326 sec., 190045.2488687783 rows/sec., 13.14 MiB/sec. 2026.02.23 16:42:18.539459 [ 28 ] {} oximeter.fields_u32 (3630ead0-c5da-4e23-a9d2-59d0589dc119): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:42:18.539471 [ 278 ] {9d15e6d6-a90a-4d69-a41b-d20ab4088dca} TCPHandler: Processed in 0.001514461 sec. 2026.02.23 16:42:18.539490 [ 28 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.02.23 16:42:18.539594 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:42:18.539622 [ 190 ] {3630ead0-c5da-4e23-a9d2-59d0589dc119::all_1_47_10} MergeTask::PrepareStage: Merging 6 parts: from all_1_42_9 to all_47_47_0 into Compact with storage Full 2026.02.23 16:42:18.539692 [ 278 ] {c86a2bf5-f86e-45b9-88fd-eba550044f51} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.02.23 16:42:18.539738 [ 278 ] {c86a2bf5-f86e-45b9-88fd-eba550044f51} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.02.23 16:42:18.539776 [ 190 ] {3630ead0-c5da-4e23-a9d2-59d0589dc119::all_1_47_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:42:18.539815 [ 190 ] {3630ead0-c5da-4e23-a9d2-59d0589dc119::all_1_47_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_42_9, total 403 rows starting from the beginning of the part 2026.02.23 16:42:18.539885 [ 190 ] {3630ead0-c5da-4e23-a9d2-59d0589dc119::all_1_47_10} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 228 rows starting from the beginning of the part 2026.02.23 16:42:18.539935 [ 190 ] {3630ead0-c5da-4e23-a9d2-59d0589dc119::all_1_47_10} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 149 rows starting from the beginning of the part 2026.02.23 16:42:18.539980 [ 190 ] {3630ead0-c5da-4e23-a9d2-59d0589dc119::all_1_47_10} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 149 rows starting from the beginning of the part 2026.02.23 16:42:18.540018 [ 190 ] {3630ead0-c5da-4e23-a9d2-59d0589dc119::all_1_47_10} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 149 rows starting from the beginning of the part 2026.02.23 16:42:18.540060 [ 190 ] {3630ead0-c5da-4e23-a9d2-59d0589dc119::all_1_47_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 252 rows starting from the beginning of the part 2026.02.23 16:42:18.540152 [ 278 ] {c86a2bf5-f86e-45b9-88fd-eba550044f51} oximeter.fields_u8 (bee44bc4-3670-4879-9501-74bd8c0c3792): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:42:18.540194 [ 278 ] {c86a2bf5-f86e-45b9-88fd-eba550044f51} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.02.23 16:42:18.540513 [ 278 ] {c86a2bf5-f86e-45b9-88fd-eba550044f51} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2026.02.23 16:42:18.540758 [ 278 ] {c86a2bf5-f86e-45b9-88fd-eba550044f51} oximeter.fields_u8 (bee44bc4-3670-4879-9501-74bd8c0c3792): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:42:18.540908 [ 278 ] {c86a2bf5-f86e-45b9-88fd-eba550044f51} executeQuery: Read 12 rows, 960.00 B in 0.001233 sec., 9732.3600973236 rows/sec., 760.34 KiB/sec. 2026.02.23 16:42:18.540959 [ 278 ] {c86a2bf5-f86e-45b9-88fd-eba550044f51} TCPHandler: Processed in 0.001412569 sec. 2026.02.23 16:42:18.541071 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:42:18.541111 [ 196 ] {3630ead0-c5da-4e23-a9d2-59d0589dc119::all_1_47_10} MergeTask::MergeProjectionsStage: Merge sorted 1330 rows, containing 5 columns (5 merged, 0 gathered) in 0.001550812 sec., 857615.2364051865 rows/sec., 60.62 MiB/sec. 2026.02.23 16:42:18.541174 [ 278 ] {42678ab7-f56d-4813-bfac-77fc53cbdb3d} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.23 16:42:18.541224 [ 278 ] {42678ab7-f56d-4813-bfac-77fc53cbdb3d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.23 16:42:18.541302 [ 202 ] {3630ead0-c5da-4e23-a9d2-59d0589dc119::all_1_47_10} MergedBlockOutputStream: filled checksums all_1_47_10 (state Temporary) 2026.02.23 16:42:18.541658 [ 202 ] {3630ead0-c5da-4e23-a9d2-59d0589dc119::all_1_47_10} oximeter.fields_u32 (3630ead0-c5da-4e23-a9d2-59d0589dc119): Renaming temporary part tmp_merge_all_1_47_10 to all_1_47_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:42:18.541753 [ 202 ] {3630ead0-c5da-4e23-a9d2-59d0589dc119::all_1_47_10} oximeter.fields_u32 (3630ead0-c5da-4e23-a9d2-59d0589dc119) (MergerMutator): Merged 6 parts: [all_1_42_9, all_47_47_0] -> all_1_47_10 2026.02.23 16:42:18.541879 [ 202 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB. 2026.02.23 16:42:18.542058 [ 278 ] {42678ab7-f56d-4813-bfac-77fc53cbdb3d} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:42:18.542099 [ 278 ] {42678ab7-f56d-4813-bfac-77fc53cbdb3d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.02.23 16:42:18.542447 [ 278 ] {42678ab7-f56d-4813-bfac-77fc53cbdb3d} MergedBlockOutputStream: filled checksums all_130_130_0 (state Temporary) 2026.02.23 16:42:18.542678 [ 278 ] {42678ab7-f56d-4813-bfac-77fc53cbdb3d} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Renaming temporary part tmp_insert_all_130_130_0 to all_130_130_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:42:18.542812 [ 278 ] {42678ab7-f56d-4813-bfac-77fc53cbdb3d} executeQuery: Read 594 rows, 45.71 KiB in 0.001657 sec., 358479.1792395896 rows/sec., 26.94 MiB/sec. 2026.02.23 16:42:18.542852 [ 278 ] {42678ab7-f56d-4813-bfac-77fc53cbdb3d} TCPHandler: Processed in 0.001828448 sec. 2026.02.23 16:42:18.542965 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:42:18.543060 [ 278 ] {fb4d7ec3-ae93-482f-ae3b-6af91aac0790} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.23 16:42:18.543104 [ 278 ] {fb4d7ec3-ae93-482f-ae3b-6af91aac0790} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.23 16:42:18.543848 [ 278 ] {fb4d7ec3-ae93-482f-ae3b-6af91aac0790} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:42:18.543886 [ 278 ] {fb4d7ec3-ae93-482f-ae3b-6af91aac0790} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.02.23 16:42:18.544272 [ 278 ] {fb4d7ec3-ae93-482f-ae3b-6af91aac0790} MergedBlockOutputStream: filled checksums all_130_130_0 (state Temporary) 2026.02.23 16:42:18.544498 [ 278 ] {fb4d7ec3-ae93-482f-ae3b-6af91aac0790} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Renaming temporary part tmp_insert_all_130_130_0 to all_130_130_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:42:18.544628 [ 278 ] {fb4d7ec3-ae93-482f-ae3b-6af91aac0790} executeQuery: Read 919 rows, 64.36 KiB in 0.001586 sec., 579445.1450189155 rows/sec., 39.63 MiB/sec. 2026.02.23 16:42:18.544665 [ 278 ] {fb4d7ec3-ae93-482f-ae3b-6af91aac0790} TCPHandler: Processed in 0.001748836 sec. 2026.02.23 16:42:18.544780 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:42:18.544875 [ 278 ] {3cc6e20c-3686-450a-a4e4-08bdc5af906b} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.23 16:42:18.544929 [ 278 ] {3cc6e20c-3686-450a-a4e4-08bdc5af906b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.23 16:42:18.545813 [ 278 ] {3cc6e20c-3686-450a-a4e4-08bdc5af906b} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:42:18.545850 [ 278 ] {3cc6e20c-3686-450a-a4e4-08bdc5af906b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.02.23 16:42:18.546390 [ 278 ] {3cc6e20c-3686-450a-a4e4-08bdc5af906b} MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary) 2026.02.23 16:42:18.546621 [ 278 ] {3cc6e20c-3686-450a-a4e4-08bdc5af906b} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:42:18.546759 [ 278 ] {3cc6e20c-3686-450a-a4e4-08bdc5af906b} executeQuery: Read 32 rows, 58.72 KiB in 0.001903 sec., 16815.554387808723 rows/sec., 30.13 MiB/sec. 2026.02.23 16:42:18.546825 [ 278 ] {3cc6e20c-3686-450a-a4e4-08bdc5af906b} TCPHandler: Processed in 0.002092383 sec. 2026.02.23 16:42:18.546941 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:42:18.547034 [ 278 ] {ade0a629-28d3-4d96-85dd-d4f63b457a52} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.23 16:42:18.547076 [ 278 ] {ade0a629-28d3-4d96-85dd-d4f63b457a52} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.23 16:42:18.547423 [ 278 ] {ade0a629-28d3-4d96-85dd-d4f63b457a52} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:42:18.547458 [ 278 ] {ade0a629-28d3-4d96-85dd-d4f63b457a52} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.02.23 16:42:18.547761 [ 278 ] {ade0a629-28d3-4d96-85dd-d4f63b457a52} MergedBlockOutputStream: filled checksums all_130_130_0 (state Temporary) 2026.02.23 16:42:18.547973 [ 278 ] {ade0a629-28d3-4d96-85dd-d4f63b457a52} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Renaming temporary part tmp_insert_all_130_130_0 to all_130_130_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:42:18.548104 [ 278 ] {ade0a629-28d3-4d96-85dd-d4f63b457a52} executeQuery: Read 60 rows, 4.14 KiB in 0.001089 sec., 55096.418732782375 rows/sec., 3.71 MiB/sec. 2026.02.23 16:42:18.548141 [ 278 ] {ade0a629-28d3-4d96-85dd-d4f63b457a52} TCPHandler: Processed in 0.001249215 sec. 2026.02.23 16:42:20.289350 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 42744 2026.02.23 16:42:20.289923 [ 244 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:42:20.289981 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.02.23 16:42:20.290477 [ 244 ] {} MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) 2026.02.23 16:42:20.290715 [ 244 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:42:20.290867 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 42744 2026.02.23 16:42:22.572823 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 670 2026.02.23 16:42:22.591940 [ 243 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:42:22.592008 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.02.23 16:42:22.598393 [ 243 ] {} MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) 2026.02.23 16:42:22.599192 [ 243 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:42:22.602469 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 670 2026.02.23 16:42:22.929502 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 42 entries to flush up to offset 2266 2026.02.23 16:42:22.932408 [ 242 ] {} system.query_log (b83b341e-dbaf-448e-9582-20b3e6cd291d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:42:22.932457 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.02.23 16:42:22.933750 [ 242 ] {} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2026.02.23 16:42:22.934039 [ 242 ] {} system.query_log (b83b341e-dbaf-448e-9582-20b3e6cd291d): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:42:22.934192 [ 78 ] {} system.query_log (b83b341e-dbaf-448e-9582-20b3e6cd291d) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2026.02.23 16:42:22.934240 [ 78 ] {} system.query_log (b83b341e-dbaf-448e-9582-20b3e6cd291d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:42:22.934265 [ 78 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.02.23 16:42:22.934361 [ 194 ] {b83b341e-dbaf-448e-9582-20b3e6cd291d::all_1_66_13} MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full 2026.02.23 16:42:22.934436 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 2266 2026.02.23 16:42:22.934873 [ 194 ] {b83b341e-dbaf-448e-9582-20b3e6cd291d::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:42:22.935001 [ 194 ] {b83b341e-dbaf-448e-9582-20b3e6cd291d::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 2074 rows starting from the beginning of the part 2026.02.23 16:42:22.935346 [ 194 ] {b83b341e-dbaf-448e-9582-20b3e6cd291d::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 36 rows starting from the beginning of the part 2026.02.23 16:42:22.935682 [ 194 ] {b83b341e-dbaf-448e-9582-20b3e6cd291d::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 38 rows starting from the beginning of the part 2026.02.23 16:42:22.936017 [ 194 ] {b83b341e-dbaf-448e-9582-20b3e6cd291d::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 34 rows starting from the beginning of the part 2026.02.23 16:42:22.936350 [ 194 ] {b83b341e-dbaf-448e-9582-20b3e6cd291d::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 42 rows starting from the beginning of the part 2026.02.23 16:42:22.936680 [ 194 ] {b83b341e-dbaf-448e-9582-20b3e6cd291d::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 42 rows starting from the beginning of the part 2026.02.23 16:42:22.943667 [ 196 ] {b83b341e-dbaf-448e-9582-20b3e6cd291d::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 2266 rows, containing 72 columns (72 merged, 0 gathered) in 0.009343102 sec., 242531.87003631127 rows/sec., 185.84 MiB/sec. 2026.02.23 16:42:22.946000 [ 193 ] {b83b341e-dbaf-448e-9582-20b3e6cd291d::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2026.02.23 16:42:22.946658 [ 193 ] {b83b341e-dbaf-448e-9582-20b3e6cd291d::all_1_66_13} system.query_log (b83b341e-dbaf-448e-9582-20b3e6cd291d): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:42:22.946748 [ 193 ] {b83b341e-dbaf-448e-9582-20b3e6cd291d::all_1_66_13} system.query_log (b83b341e-dbaf-448e-9582-20b3e6cd291d) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2026.02.23 16:42:22.947143 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.04 MiB. 2026.02.23 16:42:24.206695 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:42:24.206874 [ 278 ] {c96a1b0e-2b7e-4ca8-8bdd-8988baf8aa96} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.23 16:42:24.206939 [ 278 ] {c96a1b0e-2b7e-4ca8-8bdd-8988baf8aa96} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.23 16:42:24.207608 [ 278 ] {c96a1b0e-2b7e-4ca8-8bdd-8988baf8aa96} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:42:24.207654 [ 278 ] {c96a1b0e-2b7e-4ca8-8bdd-8988baf8aa96} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.02.23 16:42:24.208052 [ 278 ] {c96a1b0e-2b7e-4ca8-8bdd-8988baf8aa96} MergedBlockOutputStream: filled checksums all_131_131_0 (state Temporary) 2026.02.23 16:42:24.208282 [ 278 ] {c96a1b0e-2b7e-4ca8-8bdd-8988baf8aa96} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Renaming temporary part tmp_insert_all_131_131_0 to all_131_131_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:42:24.208442 [ 278 ] {c96a1b0e-2b7e-4ca8-8bdd-8988baf8aa96} executeQuery: Read 76 rows, 6.41 KiB in 0.001618 sec., 46971.569839307784 rows/sec., 3.87 MiB/sec. 2026.02.23 16:42:24.208438 [ 61 ] {} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636) (MergerMutator): Selected 6 parts from all_1_126_25 to all_131_131_0 2026.02.23 16:42:24.208490 [ 278 ] {c96a1b0e-2b7e-4ca8-8bdd-8988baf8aa96} TCPHandler: Processed in 0.00192091 sec. 2026.02.23 16:42:24.208525 [ 61 ] {} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:42:24.208556 [ 61 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.02.23 16:42:24.208624 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:42:24.208686 [ 202 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_131_26} MergeTask::PrepareStage: Merging 6 parts: from all_1_126_25 to all_131_131_0 into Compact with storage Full 2026.02.23 16:42:24.208723 [ 278 ] {0d5e1659-2d3c-46a8-abe9-f67c6bb0cb13} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.23 16:42:24.208772 [ 278 ] {0d5e1659-2d3c-46a8-abe9-f67c6bb0cb13} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.23 16:42:24.208841 [ 202 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_131_26} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:42:24.208886 [ 202 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_1_126_25, total 2157 rows starting from the beginning of the part 2026.02.23 16:42:24.208963 [ 202 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_127_127_0, total 819 rows starting from the beginning of the part 2026.02.23 16:42:24.209016 [ 202 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_128_128_0, total 120 rows starting from the beginning of the part 2026.02.23 16:42:24.209066 [ 202 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_129_129_0, total 817 rows starting from the beginning of the part 2026.02.23 16:42:24.209112 [ 202 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_130_130_0, total 1383 rows starting from the beginning of the part 2026.02.23 16:42:24.209160 [ 202 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_131_131_0, total 76 rows starting from the beginning of the part 2026.02.23 16:42:24.209203 [ 278 ] {0d5e1659-2d3c-46a8-abe9-f67c6bb0cb13} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:42:24.209244 [ 278 ] {0d5e1659-2d3c-46a8-abe9-f67c6bb0cb13} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2026.02.23 16:42:24.209572 [ 278 ] {0d5e1659-2d3c-46a8-abe9-f67c6bb0cb13} MergedBlockOutputStream: filled checksums all_129_129_0 (state Temporary) 2026.02.23 16:42:24.209802 [ 278 ] {0d5e1659-2d3c-46a8-abe9-f67c6bb0cb13} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Renaming temporary part tmp_insert_all_129_129_0 to all_129_129_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:42:24.209941 [ 278 ] {0d5e1659-2d3c-46a8-abe9-f67c6bb0cb13} executeQuery: Read 10 rows, 770.00 B in 0.001236 sec., 8090.614886731392 rows/sec., 608.38 KiB/sec. 2026.02.23 16:42:24.209981 [ 278 ] {0d5e1659-2d3c-46a8-abe9-f67c6bb0cb13} TCPHandler: Processed in 0.001406979 sec. 2026.02.23 16:42:24.210090 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:42:24.210184 [ 278 ] {d785861b-ea82-49a4-a5d8-b84fe9d419bf} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.23 16:42:24.210225 [ 278 ] {d785861b-ea82-49a4-a5d8-b84fe9d419bf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.23 16:42:24.210649 [ 278 ] {d785861b-ea82-49a4-a5d8-b84fe9d419bf} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:42:24.210686 [ 278 ] {d785861b-ea82-49a4-a5d8-b84fe9d419bf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2026.02.23 16:42:24.210987 [ 278 ] {d785861b-ea82-49a4-a5d8-b84fe9d419bf} MergedBlockOutputStream: filled checksums all_131_131_0 (state Temporary) 2026.02.23 16:42:24.211164 [ 196 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_131_26} MergeTask::MergeProjectionsStage: Merge sorted 5372 rows, containing 5 columns (5 merged, 0 gathered) in 0.002534392 sec., 2119640.529168337 rows/sec., 181.36 MiB/sec. 2026.02.23 16:42:24.211199 [ 278 ] {d785861b-ea82-49a4-a5d8-b84fe9d419bf} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Renaming temporary part tmp_insert_all_131_131_0 to all_131_131_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:42:24.211328 [ 61 ] {} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2) (MergerMutator): Selected 6 parts from all_1_126_25 to all_131_131_0 2026.02.23 16:42:24.211341 [ 278 ] {d785861b-ea82-49a4-a5d8-b84fe9d419bf} executeQuery: Read 74 rows, 5.92 KiB in 0.001174 sec., 63032.367972742766 rows/sec., 4.92 MiB/sec. 2026.02.23 16:42:24.211361 [ 61 ] {} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:42:24.211384 [ 61 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2026.02.23 16:42:24.211388 [ 278 ] {d785861b-ea82-49a4-a5d8-b84fe9d419bf} TCPHandler: Processed in 0.001346048 sec. 2026.02.23 16:42:24.211483 [ 196 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_131_26} MergeTask::PrepareStage: Merging 6 parts: from all_1_126_25 to all_131_131_0 into Compact with storage Full 2026.02.23 16:42:24.211520 [ 200 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_131_26} MergedBlockOutputStream: filled checksums all_1_131_26 (state Temporary) 2026.02.23 16:42:24.211523 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:42:24.211604 [ 196 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_131_26} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:42:24.211645 [ 196 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_1_126_25, total 1066 rows starting from the beginning of the part 2026.02.23 16:42:24.211648 [ 278 ] {99eb3302-79a4-4801-a7a9-d807878b1ef9} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.23 16:42:24.211706 [ 278 ] {99eb3302-79a4-4801-a7a9-d807878b1ef9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.23 16:42:24.211723 [ 196 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_127_127_0, total 504 rows starting from the beginning of the part 2026.02.23 16:42:24.211779 [ 196 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_128_128_0, total 96 rows starting from the beginning of the part 2026.02.23 16:42:24.211824 [ 196 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_129_129_0, total 500 rows starting from the beginning of the part 2026.02.23 16:42:24.211862 [ 200 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_131_26} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Renaming temporary part tmp_merge_all_1_131_26 to all_1_131_26 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:42:24.211866 [ 196 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_130_130_0, total 594 rows starting from the beginning of the part 2026.02.23 16:42:24.211922 [ 196 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_131_131_0, total 74 rows starting from the beginning of the part 2026.02.23 16:42:24.211951 [ 200 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_131_26} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636) (MergerMutator): Merged 6 parts: [all_1_126_25, all_131_131_0] -> all_1_131_26 2026.02.23 16:42:24.212047 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.14 MiB. 2026.02.23 16:42:24.212126 [ 278 ] {99eb3302-79a4-4801-a7a9-d807878b1ef9} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:42:24.212169 [ 278 ] {99eb3302-79a4-4801-a7a9-d807878b1ef9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2026.02.23 16:42:24.212517 [ 278 ] {99eb3302-79a4-4801-a7a9-d807878b1ef9} MergedBlockOutputStream: filled checksums all_131_131_0 (state Temporary) 2026.02.23 16:42:24.212742 [ 278 ] {99eb3302-79a4-4801-a7a9-d807878b1ef9} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Renaming temporary part tmp_insert_all_131_131_0 to all_131_131_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:42:24.212874 [ 278 ] {99eb3302-79a4-4801-a7a9-d807878b1ef9} executeQuery: Read 160 rows, 11.41 KiB in 0.001246 sec., 128410.91492776887 rows/sec., 8.94 MiB/sec. 2026.02.23 16:42:24.212912 [ 278 ] {99eb3302-79a4-4801-a7a9-d807878b1ef9} TCPHandler: Processed in 0.00143724 sec. 2026.02.23 16:42:24.213024 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:42:24.213118 [ 278 ] {fe21601e-834f-4c49-88c0-4dce971d6a76} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.23 16:42:24.213126 [ 197 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_131_26} MergeTask::MergeProjectionsStage: Merge sorted 2834 rows, containing 5 columns (5 merged, 0 gathered) in 0.001687375 sec., 1679531.8171716423 rows/sec., 128.59 MiB/sec. 2026.02.23 16:42:24.213175 [ 278 ] {fe21601e-834f-4c49-88c0-4dce971d6a76} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.23 16:42:24.213292 [ 200 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_131_26} MergedBlockOutputStream: filled checksums all_1_131_26 (state Temporary) 2026.02.23 16:42:24.213529 [ 200 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_131_26} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Renaming temporary part tmp_merge_all_1_131_26 to all_1_131_26 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:42:24.213591 [ 200 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_131_26} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2) (MergerMutator): Merged 6 parts: [all_1_126_25, all_131_131_0] -> all_1_131_26 2026.02.23 16:42:24.213649 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.68 MiB. 2026.02.23 16:42:24.213957 [ 278 ] {fe21601e-834f-4c49-88c0-4dce971d6a76} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:42:24.213999 [ 278 ] {fe21601e-834f-4c49-88c0-4dce971d6a76} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.02.23 16:42:24.214510 [ 278 ] {fe21601e-834f-4c49-88c0-4dce971d6a76} MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary) 2026.02.23 16:42:24.214730 [ 278 ] {fe21601e-834f-4c49-88c0-4dce971d6a76} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:42:24.214865 [ 278 ] {fe21601e-834f-4c49-88c0-4dce971d6a76} executeQuery: Read 10 rows, 18.35 KiB in 0.001765 sec., 5665.7223796033995 rows/sec., 10.15 MiB/sec. 2026.02.23 16:42:24.214921 [ 278 ] {fe21601e-834f-4c49-88c0-4dce971d6a76} TCPHandler: Processed in 0.00194233 sec. 2026.02.23 16:42:24.215041 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:42:24.215141 [ 278 ] {98df5243-cd52-496b-bc30-ae3476fe0542} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.23 16:42:24.215184 [ 278 ] {98df5243-cd52-496b-bc30-ae3476fe0542} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.23 16:42:24.215521 [ 278 ] {98df5243-cd52-496b-bc30-ae3476fe0542} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:42:24.215557 [ 278 ] {98df5243-cd52-496b-bc30-ae3476fe0542} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.02.23 16:42:24.215860 [ 278 ] {98df5243-cd52-496b-bc30-ae3476fe0542} MergedBlockOutputStream: filled checksums all_131_131_0 (state Temporary) 2026.02.23 16:42:24.216068 [ 278 ] {98df5243-cd52-496b-bc30-ae3476fe0542} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Renaming temporary part tmp_insert_all_131_131_0 to all_131_131_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:42:24.216183 [ 61 ] {} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786) (MergerMutator): Selected 6 parts from all_1_126_25 to all_131_131_0 2026.02.23 16:42:24.216195 [ 278 ] {98df5243-cd52-496b-bc30-ae3476fe0542} executeQuery: Read 60 rows, 4.14 KiB in 0.001072 sec., 55970.14925373134 rows/sec., 3.77 MiB/sec. 2026.02.23 16:42:24.216217 [ 61 ] {} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:42:24.216239 [ 61 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. 2026.02.23 16:42:24.216240 [ 278 ] {98df5243-cd52-496b-bc30-ae3476fe0542} TCPHandler: Processed in 0.001248276 sec. 2026.02.23 16:42:24.216310 [ 196 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_131_26} MergeTask::PrepareStage: Merging 6 parts: from all_1_126_25 to all_131_131_0 into Compact with storage Full 2026.02.23 16:42:24.216404 [ 196 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_131_26} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:42:24.216428 [ 196 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_1_126_25, total 7740 rows starting from the beginning of the part 2026.02.23 16:42:24.216471 [ 196 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_127_127_0, total 90 rows starting from the beginning of the part 2026.02.23 16:42:24.216506 [ 196 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_128_128_0, total 60 rows starting from the beginning of the part 2026.02.23 16:42:24.216540 [ 196 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_129_129_0, total 90 rows starting from the beginning of the part 2026.02.23 16:42:24.216575 [ 196 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_130_130_0, total 60 rows starting from the beginning of the part 2026.02.23 16:42:24.216610 [ 196 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_131_131_0, total 60 rows starting from the beginning of the part 2026.02.23 16:42:24.218408 [ 188 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_131_26} MergeTask::MergeProjectionsStage: Merge sorted 8100 rows, containing 4 columns (4 merged, 0 gathered) in 0.002126834 sec., 3808477.7655425854 rows/sec., 251.47 MiB/sec. 2026.02.23 16:42:24.218890 [ 189 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_131_26} MergedBlockOutputStream: filled checksums all_1_131_26 (state Temporary) 2026.02.23 16:42:24.219186 [ 189 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_131_26} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Renaming temporary part tmp_merge_all_1_131_26 to all_1_131_26 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:42:24.219264 [ 189 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_131_26} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786) (MergerMutator): Merged 6 parts: [all_1_126_25, all_131_131_0] -> all_1_131_26 2026.02.23 16:42:24.219365 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.57 MiB. 2026.02.23 16:42:26.524358 [ 220 ] {} oximeter.timeseries_schema (01d04810-3288-4eb0-b300-784d29626f91): Found 5 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] 2026.02.23 16:42:26.524422 [ 220 ] {} oximeter.timeseries_schema (01d04810-3288-4eb0-b300-784d29626f91): Removing 5 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] 2026.02.23 16:42:26.526998 [ 220 ] {} oximeter.timeseries_schema (01d04810-3288-4eb0-b300-784d29626f91): Removing 5 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] 2026.02.23 16:42:27.575682 [ 62 ] {} DNSResolver: Updating DNS cache 2026.02.23 16:42:27.575739 [ 62 ] {} DNSResolver: Updated DNS cache 2026.02.23 16:42:27.792018 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 43192 2026.02.23 16:42:27.792798 [ 244 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:42:27.792868 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2026.02.23 16:42:27.793571 [ 244 ] {} MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) 2026.02.23 16:42:27.793927 [ 244 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:42:27.794148 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 43192 2026.02.23 16:42:28.536324 [ 217 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] 2026.02.23 16:42:28.536374 [ 217 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] 2026.02.23 16:42:28.538847 [ 217 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] 2026.02.23 16:42:29.070132 [ 220 ] {} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Found 6 old parts to remove. Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] 2026.02.23 16:42:29.070182 [ 220 ] {} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Removing 6 parts from filesystem (serially): Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] 2026.02.23 16:42:29.073772 [ 220 ] {} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Removing 6 parts from memory: Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] 2026.02.23 16:42:29.073799 [ 66 ] {} oximeter.fields_u8 (bee44bc4-3670-4879-9501-74bd8c0c3792) (MergerMutator): Selected 5 parts from all_1_37_8 to all_41_41_0 2026.02.23 16:42:29.073863 [ 66 ] {} oximeter.fields_u8 (bee44bc4-3670-4879-9501-74bd8c0c3792): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:42:29.073884 [ 66 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2026.02.23 16:42:29.074008 [ 197 ] {bee44bc4-3670-4879-9501-74bd8c0c3792::all_1_41_9} MergeTask::PrepareStage: Merging 5 parts: from all_1_37_8 to all_41_41_0 into Compact with storage Full 2026.02.23 16:42:29.074158 [ 197 ] {bee44bc4-3670-4879-9501-74bd8c0c3792::all_1_41_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:42:29.074193 [ 197 ] {bee44bc4-3670-4879-9501-74bd8c0c3792::all_1_41_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_37_8, total 160 rows starting from the beginning of the part 2026.02.23 16:42:29.074261 [ 197 ] {bee44bc4-3670-4879-9501-74bd8c0c3792::all_1_41_9} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 148 rows starting from the beginning of the part 2026.02.23 16:42:29.074310 [ 197 ] {bee44bc4-3670-4879-9501-74bd8c0c3792::all_1_41_9} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 148 rows starting from the beginning of the part 2026.02.23 16:42:29.074355 [ 197 ] {bee44bc4-3670-4879-9501-74bd8c0c3792::all_1_41_9} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 148 rows starting from the beginning of the part 2026.02.23 16:42:29.074396 [ 197 ] {bee44bc4-3670-4879-9501-74bd8c0c3792::all_1_41_9} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 12 rows starting from the beginning of the part 2026.02.23 16:42:29.075260 [ 188 ] {bee44bc4-3670-4879-9501-74bd8c0c3792::all_1_41_9} MergeTask::MergeProjectionsStage: Merge sorted 616 rows, containing 5 columns (5 merged, 0 gathered) in 0.001310167 sec., 470169.0700498486 rows/sec., 28.89 MiB/sec. 2026.02.23 16:42:29.075393 [ 197 ] {bee44bc4-3670-4879-9501-74bd8c0c3792::all_1_41_9} MergedBlockOutputStream: filled checksums all_1_41_9 (state Temporary) 2026.02.23 16:42:29.075648 [ 197 ] {bee44bc4-3670-4879-9501-74bd8c0c3792::all_1_41_9} oximeter.fields_u8 (bee44bc4-3670-4879-9501-74bd8c0c3792): Renaming temporary part tmp_merge_all_1_41_9 to all_1_41_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:42:29.075721 [ 197 ] {bee44bc4-3670-4879-9501-74bd8c0c3792::all_1_41_9} oximeter.fields_u8 (bee44bc4-3670-4879-9501-74bd8c0c3792) (MergerMutator): Merged 5 parts: [all_1_37_8, all_41_41_0] -> all_1_41_9 2026.02.23 16:42:29.075794 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. 2026.02.23 16:42:29.155876 [ 66 ] {} oximeter.fields_i16 (91b3829e-2a99-49e1-955c-43ffdc3fb409) (MergerMutator): Selected 5 parts from all_1_37_8 to all_41_41_0 2026.02.23 16:42:29.155963 [ 66 ] {} oximeter.fields_i16 (91b3829e-2a99-49e1-955c-43ffdc3fb409): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:42:29.156003 [ 66 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2026.02.23 16:42:29.156195 [ 187 ] {91b3829e-2a99-49e1-955c-43ffdc3fb409::all_1_41_9} MergeTask::PrepareStage: Merging 5 parts: from all_1_37_8 to all_41_41_0 into Compact with storage Full 2026.02.23 16:42:29.156380 [ 187 ] {91b3829e-2a99-49e1-955c-43ffdc3fb409::all_1_41_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:42:29.156415 [ 187 ] {91b3829e-2a99-49e1-955c-43ffdc3fb409::all_1_41_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_37_8, total 308 rows starting from the beginning of the part 2026.02.23 16:42:29.156482 [ 187 ] {91b3829e-2a99-49e1-955c-43ffdc3fb409::all_1_41_9} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 284 rows starting from the beginning of the part 2026.02.23 16:42:29.156528 [ 187 ] {91b3829e-2a99-49e1-955c-43ffdc3fb409::all_1_41_9} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 284 rows starting from the beginning of the part 2026.02.23 16:42:29.156571 [ 187 ] {91b3829e-2a99-49e1-955c-43ffdc3fb409::all_1_41_9} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 284 rows starting from the beginning of the part 2026.02.23 16:42:29.156613 [ 187 ] {91b3829e-2a99-49e1-955c-43ffdc3fb409::all_1_41_9} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 24 rows starting from the beginning of the part 2026.02.23 16:42:29.157549 [ 197 ] {91b3829e-2a99-49e1-955c-43ffdc3fb409::all_1_41_9} MergeTask::MergeProjectionsStage: Merge sorted 1184 rows, containing 5 columns (5 merged, 0 gathered) in 0.00144679 sec., 818363.4114142342 rows/sec., 55.74 MiB/sec. 2026.02.23 16:42:29.157757 [ 188 ] {91b3829e-2a99-49e1-955c-43ffdc3fb409::all_1_41_9} MergedBlockOutputStream: filled checksums all_1_41_9 (state Temporary) 2026.02.23 16:42:29.158092 [ 188 ] {91b3829e-2a99-49e1-955c-43ffdc3fb409::all_1_41_9} oximeter.fields_i16 (91b3829e-2a99-49e1-955c-43ffdc3fb409): Renaming temporary part tmp_merge_all_1_41_9 to all_1_41_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:42:29.158169 [ 188 ] {91b3829e-2a99-49e1-955c-43ffdc3fb409::all_1_41_9} oximeter.fields_i16 (91b3829e-2a99-49e1-955c-43ffdc3fb409) (MergerMutator): Merged 5 parts: [all_1_37_8, all_41_41_0] -> all_1_41_9 2026.02.23 16:42:29.158264 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. 2026.02.23 16:42:29.206998 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:42:29.207171 [ 278 ] {de3de6a5-af93-4fc3-b225-1d76aaa2e03b} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.23 16:42:29.207238 [ 278 ] {de3de6a5-af93-4fc3-b225-1d76aaa2e03b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.23 16:42:29.207966 [ 278 ] {de3de6a5-af93-4fc3-b225-1d76aaa2e03b} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:42:29.208008 [ 278 ] {de3de6a5-af93-4fc3-b225-1d76aaa2e03b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2026.02.23 16:42:29.208373 [ 278 ] {de3de6a5-af93-4fc3-b225-1d76aaa2e03b} MergedBlockOutputStream: filled checksums all_132_132_0 (state Temporary) 2026.02.23 16:42:29.208599 [ 278 ] {de3de6a5-af93-4fc3-b225-1d76aaa2e03b} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Renaming temporary part tmp_insert_all_132_132_0 to all_132_132_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:42:29.208755 [ 278 ] {de3de6a5-af93-4fc3-b225-1d76aaa2e03b} executeQuery: Read 120 rows, 10.47 KiB in 0.001632 sec., 73529.41176470589 rows/sec., 6.26 MiB/sec. 2026.02.23 16:42:29.208804 [ 278 ] {de3de6a5-af93-4fc3-b225-1d76aaa2e03b} TCPHandler: Processed in 0.00193631 sec. 2026.02.23 16:42:29.208823 [ 218 ] {} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Found 6 old parts to remove. Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] 2026.02.23 16:42:29.208871 [ 218 ] {} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Removing 6 parts from filesystem (serially): Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] 2026.02.23 16:42:29.208936 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:42:29.209042 [ 278 ] {e20f7bda-054b-44db-9a9d-4bb41f5d3149} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.23 16:42:29.209085 [ 278 ] {e20f7bda-054b-44db-9a9d-4bb41f5d3149} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.23 16:42:29.209510 [ 278 ] {e20f7bda-054b-44db-9a9d-4bb41f5d3149} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:42:29.209552 [ 278 ] {e20f7bda-054b-44db-9a9d-4bb41f5d3149} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2026.02.23 16:42:29.209900 [ 278 ] {e20f7bda-054b-44db-9a9d-4bb41f5d3149} MergedBlockOutputStream: filled checksums all_130_130_0 (state Temporary) 2026.02.23 16:42:29.210122 [ 278 ] {e20f7bda-054b-44db-9a9d-4bb41f5d3149} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Renaming temporary part tmp_insert_all_130_130_0 to all_130_130_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:42:29.210253 [ 278 ] {e20f7bda-054b-44db-9a9d-4bb41f5d3149} executeQuery: Read 32 rows, 2.41 KiB in 0.001233 sec., 25952.960259529606 rows/sec., 1.91 MiB/sec. 2026.02.23 16:42:29.210293 [ 278 ] {e20f7bda-054b-44db-9a9d-4bb41f5d3149} TCPHandler: Processed in 0.001407909 sec. 2026.02.23 16:42:29.210392 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:42:29.210487 [ 278 ] {aa1ace86-8dd3-4b64-8991-c26bd781ca01} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.23 16:42:29.210529 [ 278 ] {aa1ace86-8dd3-4b64-8991-c26bd781ca01} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.23 16:42:29.210960 [ 278 ] {aa1ace86-8dd3-4b64-8991-c26bd781ca01} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:42:29.210997 [ 278 ] {aa1ace86-8dd3-4b64-8991-c26bd781ca01} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2026.02.23 16:42:29.211367 [ 278 ] {aa1ace86-8dd3-4b64-8991-c26bd781ca01} MergedBlockOutputStream: filled checksums all_132_132_0 (state Temporary) 2026.02.23 16:42:29.211592 [ 278 ] {aa1ace86-8dd3-4b64-8991-c26bd781ca01} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Renaming temporary part tmp_insert_all_132_132_0 to all_132_132_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:42:29.211722 [ 278 ] {aa1ace86-8dd3-4b64-8991-c26bd781ca01} executeQuery: Read 96 rows, 7.68 KiB in 0.001253 sec., 76616.12130885874 rows/sec., 5.98 MiB/sec. 2026.02.23 16:42:29.211760 [ 278 ] {aa1ace86-8dd3-4b64-8991-c26bd781ca01} TCPHandler: Processed in 0.00141556 sec. 2026.02.23 16:42:29.211773 [ 222 ] {} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Found 6 old parts to remove. Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] 2026.02.23 16:42:29.211809 [ 222 ] {} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Removing 6 parts from filesystem (serially): Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] 2026.02.23 16:42:29.211873 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:42:29.211973 [ 278 ] {a9bb4366-bdc7-48ef-829c-bd5dcd3172f8} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.23 16:42:29.212022 [ 278 ] {a9bb4366-bdc7-48ef-829c-bd5dcd3172f8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.23 16:42:29.212083 [ 218 ] {} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Removing 6 parts from memory: Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] 2026.02.23 16:42:29.212437 [ 278 ] {a9bb4366-bdc7-48ef-829c-bd5dcd3172f8} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:42:29.212478 [ 278 ] {a9bb4366-bdc7-48ef-829c-bd5dcd3172f8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2026.02.23 16:42:29.212838 [ 278 ] {a9bb4366-bdc7-48ef-829c-bd5dcd3172f8} MergedBlockOutputStream: filled checksums all_132_132_0 (state Temporary) 2026.02.23 16:42:29.213058 [ 278 ] {a9bb4366-bdc7-48ef-829c-bd5dcd3172f8} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Renaming temporary part tmp_insert_all_132_132_0 to all_132_132_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:42:29.213164 [ 66 ] {} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140) (MergerMutator): Selected 4 parts from all_1_127_27 to all_130_130_0 2026.02.23 16:42:29.213187 [ 278 ] {a9bb4366-bdc7-48ef-829c-bd5dcd3172f8} executeQuery: Read 160 rows, 11.41 KiB in 0.001233 sec., 129764.80129764802 rows/sec., 9.04 MiB/sec. 2026.02.23 16:42:29.213203 [ 66 ] {} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:42:29.213233 [ 278 ] {a9bb4366-bdc7-48ef-829c-bd5dcd3172f8} TCPHandler: Processed in 0.001408559 sec. 2026.02.23 16:42:29.213311 [ 66 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2026.02.23 16:42:29.213406 [ 197 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_130_28} MergeTask::PrepareStage: Merging 4 parts: from all_1_127_27 to all_130_130_0 into Compact with storage Full 2026.02.23 16:42:29.213414 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:42:29.213533 [ 197 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_130_28} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:42:29.213534 [ 278 ] {f5ab0daf-a914-4ea7-aff2-f1e8643df776} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.23 16:42:29.213574 [ 197 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_130_28} MergeTreeSequentialSource: Reading 6 marks from part all_1_127_27, total 38332 rows starting from the beginning of the part 2026.02.23 16:42:29.213608 [ 278 ] {f5ab0daf-a914-4ea7-aff2-f1e8643df776} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.23 16:42:29.213638 [ 197 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_130_28} MergeTreeSequentialSource: Reading 2 marks from part all_128_128_0, total 160 rows starting from the beginning of the part 2026.02.23 16:42:29.213777 [ 197 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_130_28} MergeTreeSequentialSource: Reading 2 marks from part all_129_129_0, total 265 rows starting from the beginning of the part 2026.02.23 16:42:29.213823 [ 197 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_130_28} MergeTreeSequentialSource: Reading 2 marks from part all_130_130_0, total 919 rows starting from the beginning of the part 2026.02.23 16:42:29.214558 [ 278 ] {f5ab0daf-a914-4ea7-aff2-f1e8643df776} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:42:29.214602 [ 278 ] {f5ab0daf-a914-4ea7-aff2-f1e8643df776} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2026.02.23 16:42:29.214685 [ 222 ] {} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Removing 6 parts from memory: Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] 2026.02.23 16:42:29.215182 [ 278 ] {f5ab0daf-a914-4ea7-aff2-f1e8643df776} MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary) 2026.02.23 16:42:29.215421 [ 278 ] {f5ab0daf-a914-4ea7-aff2-f1e8643df776} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:42:29.215560 [ 278 ] {f5ab0daf-a914-4ea7-aff2-f1e8643df776} executeQuery: Read 32 rows, 58.72 KiB in 0.002045 sec., 15647.921760391198 rows/sec., 28.04 MiB/sec. 2026.02.23 16:42:29.215630 [ 278 ] {f5ab0daf-a914-4ea7-aff2-f1e8643df776} TCPHandler: Processed in 0.002262856 sec. 2026.02.23 16:42:29.215741 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:42:29.215835 [ 278 ] {ef5dd73c-4222-402f-bef5-51f54eaccb0a} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.23 16:42:29.215876 [ 278 ] {ef5dd73c-4222-402f-bef5-51f54eaccb0a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.23 16:42:29.216213 [ 278 ] {ef5dd73c-4222-402f-bef5-51f54eaccb0a} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:42:29.216249 [ 278 ] {ef5dd73c-4222-402f-bef5-51f54eaccb0a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2026.02.23 16:42:29.216558 [ 278 ] {ef5dd73c-4222-402f-bef5-51f54eaccb0a} MergedBlockOutputStream: filled checksums all_132_132_0 (state Temporary) 2026.02.23 16:42:29.216792 [ 278 ] {ef5dd73c-4222-402f-bef5-51f54eaccb0a} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Renaming temporary part tmp_insert_all_132_132_0 to all_132_132_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:42:29.216921 [ 278 ] {ef5dd73c-4222-402f-bef5-51f54eaccb0a} executeQuery: Read 60 rows, 4.14 KiB in 0.001104 sec., 54347.82608695653 rows/sec., 3.66 MiB/sec. 2026.02.23 16:42:29.216958 [ 278 ] {ef5dd73c-4222-402f-bef5-51f54eaccb0a} TCPHandler: Processed in 0.001264196 sec. 2026.02.23 16:42:29.216992 [ 223 ] {} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Found 6 old parts to remove. Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] 2026.02.23 16:42:29.217028 [ 223 ] {} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Removing 6 parts from filesystem (serially): Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] 2026.02.23 16:42:29.219674 [ 223 ] {} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Removing 6 parts from memory: Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] 2026.02.23 16:42:29.220849 [ 192 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_130_28} MergeTask::MergeProjectionsStage: Merge sorted 39676 rows, containing 5 columns (5 merged, 0 gathered) in 0.007477184 sec., 5306275.731612329 rows/sec., 361.94 MiB/sec. 2026.02.23 16:42:29.221503 [ 191 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_130_28} MergedBlockOutputStream: filled checksums all_1_130_28 (state Temporary) 2026.02.23 16:42:29.221769 [ 191 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_130_28} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Renaming temporary part tmp_merge_all_1_130_28 to all_1_130_28 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:42:29.221836 [ 191 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_130_28} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140) (MergerMutator): Merged 4 parts: [all_1_127_27, all_130_130_0] -> all_1_130_28 2026.02.23 16:42:29.221914 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.34 MiB. 2026.02.23 16:42:30.031846 [ 222 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] 2026.02.23 16:42:30.031908 [ 222 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] 2026.02.23 16:42:30.034126 [ 222 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] 2026.02.23 16:42:30.102662 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 678 2026.02.23 16:42:30.120127 [ 243 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:42:30.120182 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2026.02.23 16:42:30.126873 [ 243 ] {} MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) 2026.02.23 16:42:30.127735 [ 243 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:42:30.132568 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 678 2026.02.23 16:42:32.935625 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 2290 2026.02.23 16:42:32.937995 [ 242 ] {} system.query_log (b83b341e-dbaf-448e-9582-20b3e6cd291d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:42:32.938057 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2026.02.23 16:42:32.939280 [ 242 ] {} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2026.02.23 16:42:32.939560 [ 242 ] {} system.query_log (b83b341e-dbaf-448e-9582-20b3e6cd291d): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:42:32.939964 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 2290 2026.02.23 16:42:34.058120 [ 218 ] {} oximeter.fields_u32 (3630ead0-c5da-4e23-a9d2-59d0589dc119): Found 6 old parts to remove. Parts: [all_1_10_2, all_11_11_0, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0] 2026.02.23 16:42:34.058176 [ 218 ] {} oximeter.fields_u32 (3630ead0-c5da-4e23-a9d2-59d0589dc119): Removing 6 parts from filesystem (serially): Parts: [all_1_10_2, all_11_11_0, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0] 2026.02.23 16:42:34.061071 [ 218 ] {} oximeter.fields_u32 (3630ead0-c5da-4e23-a9d2-59d0589dc119): Removing 6 parts from memory: Parts: [all_1_10_2, all_11_11_0, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0] 2026.02.23 16:42:34.206870 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:42:34.207055 [ 278 ] {7a63f6cd-3b63-4acf-b14b-07feca2c24f4} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.02.23 16:42:34.207126 [ 278 ] {7a63f6cd-3b63-4acf-b14b-07feca2c24f4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.02.23 16:42:34.207821 [ 278 ] {7a63f6cd-3b63-4acf-b14b-07feca2c24f4} oximeter.fields_ipaddr (aca7842a-9245-4e3c-8c67-e3828bf88048): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:42:34.207876 [ 278 ] {7a63f6cd-3b63-4acf-b14b-07feca2c24f4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2026.02.23 16:42:34.208280 [ 278 ] {7a63f6cd-3b63-4acf-b14b-07feca2c24f4} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2026.02.23 16:42:34.208515 [ 278 ] {7a63f6cd-3b63-4acf-b14b-07feca2c24f4} oximeter.fields_ipaddr (aca7842a-9245-4e3c-8c67-e3828bf88048): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:42:34.208681 [ 278 ] {7a63f6cd-3b63-4acf-b14b-07feca2c24f4} executeQuery: Read 6 rows, 515.00 B in 0.001675 sec., 3582.089552238806 rows/sec., 300.26 KiB/sec. 2026.02.23 16:42:34.208738 [ 278 ] {7a63f6cd-3b63-4acf-b14b-07feca2c24f4} TCPHandler: Processed in 0.002002611 sec. 2026.02.23 16:42:34.208881 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:42:34.208994 [ 278 ] {7b694dae-e8a9-47ec-9c24-d98d95526b73} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.23 16:42:34.209039 [ 278 ] {7b694dae-e8a9-47ec-9c24-d98d95526b73} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.23 16:42:34.209527 [ 278 ] {7b694dae-e8a9-47ec-9c24-d98d95526b73} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:42:34.209566 [ 278 ] {7b694dae-e8a9-47ec-9c24-d98d95526b73} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2026.02.23 16:42:34.209885 [ 278 ] {7b694dae-e8a9-47ec-9c24-d98d95526b73} MergedBlockOutputStream: filled checksums all_133_133_0 (state Temporary) 2026.02.23 16:42:34.210093 [ 278 ] {7b694dae-e8a9-47ec-9c24-d98d95526b73} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Renaming temporary part tmp_insert_all_133_133_0 to all_133_133_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:42:34.210234 [ 278 ] {7b694dae-e8a9-47ec-9c24-d98d95526b73} executeQuery: Read 80 rows, 6.73 KiB in 0.001265 sec., 63241.106719367584 rows/sec., 5.19 MiB/sec. 2026.02.23 16:42:34.210276 [ 278 ] {7b694dae-e8a9-47ec-9c24-d98d95526b73} TCPHandler: Processed in 0.00145924 sec. 2026.02.23 16:42:34.210393 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:42:34.210492 [ 278 ] {3b37ac94-5f61-48e1-a5fb-d949f71d2a13} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.23 16:42:34.210535 [ 278 ] {3b37ac94-5f61-48e1-a5fb-d949f71d2a13} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.23 16:42:34.210945 [ 278 ] {3b37ac94-5f61-48e1-a5fb-d949f71d2a13} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:42:34.210982 [ 278 ] {3b37ac94-5f61-48e1-a5fb-d949f71d2a13} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2026.02.23 16:42:34.211273 [ 278 ] {3b37ac94-5f61-48e1-a5fb-d949f71d2a13} MergedBlockOutputStream: filled checksums all_131_131_0 (state Temporary) 2026.02.23 16:42:34.211479 [ 278 ] {3b37ac94-5f61-48e1-a5fb-d949f71d2a13} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Renaming temporary part tmp_insert_all_131_131_0 to all_131_131_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:42:34.211608 [ 278 ] {3b37ac94-5f61-48e1-a5fb-d949f71d2a13} executeQuery: Read 16 rows, 1.18 KiB in 0.001136 sec., 14084.507042253521 rows/sec., 1.02 MiB/sec. 2026.02.23 16:42:34.211604 [ 86 ] {} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70) (MergerMutator): Selected 6 parts from all_1_126_25 to all_131_131_0 2026.02.23 16:42:34.211649 [ 278 ] {3b37ac94-5f61-48e1-a5fb-d949f71d2a13} TCPHandler: Processed in 0.001306687 sec. 2026.02.23 16:42:34.211684 [ 86 ] {} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:42:34.211710 [ 86 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2026.02.23 16:42:34.211774 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:42:34.211834 [ 192 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_131_26} MergeTask::PrepareStage: Merging 6 parts: from all_1_126_25 to all_131_131_0 into Compact with storage Full 2026.02.23 16:42:34.211874 [ 278 ] {6c06b05c-9ea5-4fcf-a4f3-29feb25e077a} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.23 16:42:34.211921 [ 278 ] {6c06b05c-9ea5-4fcf-a4f3-29feb25e077a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.23 16:42:34.211978 [ 192 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_131_26} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:42:34.212019 [ 192 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_1_126_25, total 220 rows starting from the beginning of the part 2026.02.23 16:42:34.212086 [ 192 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_127_127_0, total 152 rows starting from the beginning of the part 2026.02.23 16:42:34.212131 [ 192 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_128_128_0, total 50 rows starting from the beginning of the part 2026.02.23 16:42:34.212176 [ 192 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_129_129_0, total 10 rows starting from the beginning of the part 2026.02.23 16:42:34.212216 [ 192 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_130_130_0, total 32 rows starting from the beginning of the part 2026.02.23 16:42:34.212256 [ 192 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_131_131_0, total 16 rows starting from the beginning of the part 2026.02.23 16:42:34.212354 [ 278 ] {6c06b05c-9ea5-4fcf-a4f3-29feb25e077a} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:42:34.212397 [ 278 ] {6c06b05c-9ea5-4fcf-a4f3-29feb25e077a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2026.02.23 16:42:34.212760 [ 278 ] {6c06b05c-9ea5-4fcf-a4f3-29feb25e077a} MergedBlockOutputStream: filled checksums all_133_133_0 (state Temporary) 2026.02.23 16:42:34.212992 [ 278 ] {6c06b05c-9ea5-4fcf-a4f3-29feb25e077a} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Renaming temporary part tmp_insert_all_133_133_0 to all_133_133_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:42:34.213130 [ 278 ] {6c06b05c-9ea5-4fcf-a4f3-29feb25e077a} executeQuery: Read 80 rows, 6.42 KiB in 0.001274 sec., 62794.348508634226 rows/sec., 4.92 MiB/sec. 2026.02.23 16:42:34.213170 [ 278 ] {6c06b05c-9ea5-4fcf-a4f3-29feb25e077a} TCPHandler: Processed in 0.001456441 sec. 2026.02.23 16:42:34.213177 [ 198 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_131_26} MergeTask::MergeProjectionsStage: Merge sorted 480 rows, containing 5 columns (5 merged, 0 gathered) in 0.001403418 sec., 342022.12028062914 rows/sec., 23.42 MiB/sec. 2026.02.23 16:42:34.213298 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:42:34.213331 [ 195 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_131_26} MergedBlockOutputStream: filled checksums all_1_131_26 (state Temporary) 2026.02.23 16:42:34.213399 [ 278 ] {7b20f6b6-d3ba-4cfa-bd57-e369cfbf5b67} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.23 16:42:34.213444 [ 278 ] {7b20f6b6-d3ba-4cfa-bd57-e369cfbf5b67} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.23 16:42:34.213594 [ 195 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_131_26} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Renaming temporary part tmp_merge_all_1_131_26 to all_1_131_26 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:42:34.213662 [ 195 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_131_26} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70) (MergerMutator): Merged 6 parts: [all_1_126_25, all_131_131_0] -> all_1_131_26 2026.02.23 16:42:34.213745 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. 2026.02.23 16:42:34.213877 [ 278 ] {7b20f6b6-d3ba-4cfa-bd57-e369cfbf5b67} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:42:34.213911 [ 278 ] {7b20f6b6-d3ba-4cfa-bd57-e369cfbf5b67} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2026.02.23 16:42:34.214251 [ 278 ] {7b20f6b6-d3ba-4cfa-bd57-e369cfbf5b67} MergedBlockOutputStream: filled checksums all_133_133_0 (state Temporary) 2026.02.23 16:42:34.214465 [ 278 ] {7b20f6b6-d3ba-4cfa-bd57-e369cfbf5b67} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Renaming temporary part tmp_insert_all_133_133_0 to all_133_133_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:42:34.214596 [ 278 ] {7b20f6b6-d3ba-4cfa-bd57-e369cfbf5b67} executeQuery: Read 163 rows, 11.63 KiB in 0.001216 sec., 134046.05263157893 rows/sec., 9.34 MiB/sec. 2026.02.23 16:42:34.214634 [ 278 ] {7b20f6b6-d3ba-4cfa-bd57-e369cfbf5b67} TCPHandler: Processed in 0.001388529 sec. 2026.02.23 16:42:34.214747 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:42:34.214841 [ 278 ] {01a7841e-927f-4595-ae73-43f395b86733} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.23 16:42:34.214895 [ 278 ] {01a7841e-927f-4595-ae73-43f395b86733} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.23 16:42:34.215686 [ 278 ] {01a7841e-927f-4595-ae73-43f395b86733} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:42:34.215722 [ 278 ] {01a7841e-927f-4595-ae73-43f395b86733} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2026.02.23 16:42:34.216240 [ 278 ] {01a7841e-927f-4595-ae73-43f395b86733} MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary) 2026.02.23 16:42:34.216469 [ 278 ] {01a7841e-927f-4595-ae73-43f395b86733} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:42:34.216602 [ 86 ] {} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd) (MergerMutator): Selected 6 parts from all_1_121_24 to all_126_126_0 2026.02.23 16:42:34.216612 [ 278 ] {01a7841e-927f-4595-ae73-43f395b86733} executeQuery: Read 10 rows, 18.35 KiB in 0.001789 sec., 5589.714924538848 rows/sec., 10.02 MiB/sec. 2026.02.23 16:42:34.216646 [ 86 ] {} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:42:34.216673 [ 86 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2026.02.23 16:42:34.216704 [ 278 ] {01a7841e-927f-4595-ae73-43f395b86733} TCPHandler: Processed in 0.002006691 sec. 2026.02.23 16:42:34.216752 [ 192 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_126_25} MergeTask::PrepareStage: Merging 6 parts: from all_1_121_24 to all_126_126_0 into Compact with storage Full 2026.02.23 16:42:34.216824 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:42:34.216923 [ 278 ] {b2801d70-ed56-4c49-b310-f6870a700410} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.23 16:42:34.216967 [ 278 ] {b2801d70-ed56-4c49-b310-f6870a700410} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.23 16:42:34.216979 [ 192 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_126_25} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:42:34.217042 [ 192 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_1_121_24, total 2547 rows starting from the beginning of the part 2026.02.23 16:42:34.217158 [ 192 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 10 rows starting from the beginning of the part 2026.02.23 16:42:34.217258 [ 192 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_123_123_0, total 32 rows starting from the beginning of the part 2026.02.23 16:42:34.217307 [ 278 ] {b2801d70-ed56-4c49-b310-f6870a700410} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:42:34.217348 [ 278 ] {b2801d70-ed56-4c49-b310-f6870a700410} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2026.02.23 16:42:34.217355 [ 192 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 10 rows starting from the beginning of the part 2026.02.23 16:42:34.217458 [ 192 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 32 rows starting from the beginning of the part 2026.02.23 16:42:34.217557 [ 192 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 10 rows starting from the beginning of the part 2026.02.23 16:42:34.217660 [ 278 ] {b2801d70-ed56-4c49-b310-f6870a700410} MergedBlockOutputStream: filled checksums all_133_133_0 (state Temporary) 2026.02.23 16:42:34.217886 [ 278 ] {b2801d70-ed56-4c49-b310-f6870a700410} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Renaming temporary part tmp_insert_all_133_133_0 to all_133_133_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:42:34.218026 [ 278 ] {b2801d70-ed56-4c49-b310-f6870a700410} executeQuery: Read 60 rows, 4.14 KiB in 0.001122 sec., 53475.93582887701 rows/sec., 3.60 MiB/sec. 2026.02.23 16:42:34.218066 [ 278 ] {b2801d70-ed56-4c49-b310-f6870a700410} TCPHandler: Processed in 0.001292526 sec. 2026.02.23 16:42:34.225089 [ 199 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_126_25} MergeTask::MergeProjectionsStage: Merge sorted 2641 rows, containing 19 columns (19 merged, 0 gathered) in 0.008372813 sec., 315425.652047884 rows/sec., 565.23 MiB/sec. 2026.02.23 16:42:34.227205 [ 192 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_126_25} MergedBlockOutputStream: filled checksums all_1_126_25 (state Temporary) 2026.02.23 16:42:34.227558 [ 192 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_126_25} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Renaming temporary part tmp_merge_all_1_126_25 to all_1_126_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:42:34.227638 [ 192 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_126_25} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd) (MergerMutator): Merged 6 parts: [all_1_121_24, all_126_126_0] -> all_1_126_25 2026.02.23 16:42:34.227748 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 18.90 MiB. 2026.02.23 16:42:35.294334 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 43704 2026.02.23 16:42:35.295028 [ 244 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:42:35.295085 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2026.02.23 16:42:35.295591 [ 244 ] {} MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) 2026.02.23 16:42:35.295820 [ 244 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:42:35.295968 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 43704 2026.02.23 16:42:35.295962 [ 115 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 2026.02.23 16:42:35.296045 [ 115 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:42:35.296065 [ 115 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2026.02.23 16:42:35.296186 [ 198 ] {e006da4c-49b0-4d27-967a-f293ec4e8bf5::all_1_91_18} MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full 2026.02.23 16:42:35.296346 [ 198 ] {e006da4c-49b0-4d27-967a-f293ec4e8bf5::all_1_91_18} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:42:35.296389 [ 198 ] {e006da4c-49b0-4d27-967a-f293ec4e8bf5::all_1_91_18} MergeTreeSequentialSource: Reading 6 marks from part all_1_86_17, total 41272 rows starting from the beginning of the part 2026.02.23 16:42:35.296464 [ 198 ] {e006da4c-49b0-4d27-967a-f293ec4e8bf5::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 512 rows starting from the beginning of the part 2026.02.23 16:42:35.296516 [ 198 ] {e006da4c-49b0-4d27-967a-f293ec4e8bf5::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 448 rows starting from the beginning of the part 2026.02.23 16:42:35.296564 [ 198 ] {e006da4c-49b0-4d27-967a-f293ec4e8bf5::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 512 rows starting from the beginning of the part 2026.02.23 16:42:35.296606 [ 198 ] {e006da4c-49b0-4d27-967a-f293ec4e8bf5::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 448 rows starting from the beginning of the part 2026.02.23 16:42:35.296647 [ 198 ] {e006da4c-49b0-4d27-967a-f293ec4e8bf5::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 512 rows starting from the beginning of the part 2026.02.23 16:42:35.299326 [ 186 ] {e006da4c-49b0-4d27-967a-f293ec4e8bf5::all_1_91_18} MergeTask::MergeProjectionsStage: Merge sorted 43704 rows, containing 4 columns (4 merged, 0 gathered) in 0.003224696 sec., 13552905.452172857 rows/sec., 193.88 MiB/sec. 2026.02.23 16:42:35.299551 [ 186 ] {e006da4c-49b0-4d27-967a-f293ec4e8bf5::all_1_91_18} MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) 2026.02.23 16:42:35.299823 [ 186 ] {e006da4c-49b0-4d27-967a-f293ec4e8bf5::all_1_91_18} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:42:35.299966 [ 186 ] {e006da4c-49b0-4d27-967a-f293ec4e8bf5::all_1_91_18} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 2026.02.23 16:42:35.300048 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.13 MiB. 2026.02.23 16:42:36.457929 [ 221 ] {} oximeter.measurements_f64 (97dc9cb4-ce5b-499b-8326-a1427ee1bb47): 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.02.23 16:42:36.457990 [ 221 ] {} oximeter.measurements_f64 (97dc9cb4-ce5b-499b-8326-a1427ee1bb47): 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.02.23 16:42:36.460948 [ 221 ] {} oximeter.measurements_f64 (97dc9cb4-ce5b-499b-8326-a1427ee1bb47): 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.02.23 16:42:37.632709 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 686 2026.02.23 16:42:37.650851 [ 243 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:42:37.650922 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2026.02.23 16:42:37.657091 [ 243 ] {} MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) 2026.02.23 16:42:37.657801 [ 243 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:42:37.658101 [ 106 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 2026.02.23 16:42:37.658176 [ 106 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:42:37.658201 [ 106 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2026.02.23 16:42:37.658312 [ 186 ] {3c5e35cc-2202-4d2d-a2da-f2d3b912fea0::all_1_91_18} MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full 2026.02.23 16:42:37.661772 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 686 2026.02.23 16:42:37.662203 [ 186 ] {3c5e35cc-2202-4d2d-a2da-f2d3b912fea0::all_1_91_18} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:42:37.663583 [ 186 ] {3c5e35cc-2202-4d2d-a2da-f2d3b912fea0::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 648 rows starting from the beginning of the part 2026.02.23 16:42:37.668200 [ 186 ] {3c5e35cc-2202-4d2d-a2da-f2d3b912fea0::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 7 rows starting from the beginning of the part 2026.02.23 16:42:37.672942 [ 186 ] {3c5e35cc-2202-4d2d-a2da-f2d3b912fea0::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 8 rows starting from the beginning of the part 2026.02.23 16:42:37.677676 [ 186 ] {3c5e35cc-2202-4d2d-a2da-f2d3b912fea0::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 7 rows starting from the beginning of the part 2026.02.23 16:42:37.682391 [ 186 ] {3c5e35cc-2202-4d2d-a2da-f2d3b912fea0::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 8 rows starting from the beginning of the part 2026.02.23 16:42:37.686827 [ 186 ] {3c5e35cc-2202-4d2d-a2da-f2d3b912fea0::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 8 rows starting from the beginning of the part 2026.02.23 16:42:37.745653 [ 198 ] {3c5e35cc-2202-4d2d-a2da-f2d3b912fea0::all_1_91_18} MergeTask::MergeProjectionsStage: Merge sorted 686 rows, containing 679 columns (679 merged, 0 gathered) in 0.087386588 sec., 7850.174903270054 rows/sec., 40.59 MiB/sec. 2026.02.23 16:42:37.748058 [ 198 ] {3c5e35cc-2202-4d2d-a2da-f2d3b912fea0::all_1_91_18} MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) 2026.02.23 16:42:37.749928 [ 198 ] {3c5e35cc-2202-4d2d-a2da-f2d3b912fea0::all_1_91_18} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:42:37.750034 [ 198 ] {3c5e35cc-2202-4d2d-a2da-f2d3b912fea0::all_1_91_18} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 2026.02.23 16:42:37.751862 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.96 MiB. 2026.02.23 16:42:39.206932 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:42:39.207117 [ 278 ] {bba91dbc-a768-4b01-855b-2c76bb0a4afe} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.23 16:42:39.207184 [ 278 ] {bba91dbc-a768-4b01-855b-2c76bb0a4afe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.23 16:42:39.207895 [ 278 ] {bba91dbc-a768-4b01-855b-2c76bb0a4afe} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:42:39.207944 [ 278 ] {bba91dbc-a768-4b01-855b-2c76bb0a4afe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2026.02.23 16:42:39.208341 [ 278 ] {bba91dbc-a768-4b01-855b-2c76bb0a4afe} MergedBlockOutputStream: filled checksums all_134_134_0 (state Temporary) 2026.02.23 16:42:39.208565 [ 278 ] {bba91dbc-a768-4b01-855b-2c76bb0a4afe} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Renaming temporary part tmp_insert_all_134_134_0 to all_134_134_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:42:39.208726 [ 278 ] {bba91dbc-a768-4b01-855b-2c76bb0a4afe} executeQuery: Read 120 rows, 10.47 KiB in 0.001658 sec., 72376.35705669482 rows/sec., 6.17 MiB/sec. 2026.02.23 16:42:39.208778 [ 278 ] {bba91dbc-a768-4b01-855b-2c76bb0a4afe} TCPHandler: Processed in 0.00197746 sec. 2026.02.23 16:42:39.208908 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:42:39.209013 [ 278 ] {7e543528-ceb3-468c-8ddd-4775045ae1a3} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.23 16:42:39.209058 [ 278 ] {7e543528-ceb3-468c-8ddd-4775045ae1a3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.23 16:42:39.209486 [ 278 ] {7e543528-ceb3-468c-8ddd-4775045ae1a3} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:42:39.209524 [ 278 ] {7e543528-ceb3-468c-8ddd-4775045ae1a3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2026.02.23 16:42:39.209830 [ 278 ] {7e543528-ceb3-468c-8ddd-4775045ae1a3} MergedBlockOutputStream: filled checksums all_132_132_0 (state Temporary) 2026.02.23 16:42:39.210045 [ 278 ] {7e543528-ceb3-468c-8ddd-4775045ae1a3} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Renaming temporary part tmp_insert_all_132_132_0 to all_132_132_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:42:39.210179 [ 278 ] {7e543528-ceb3-468c-8ddd-4775045ae1a3} executeQuery: Read 32 rows, 2.41 KiB in 0.001189 sec., 26913.372582001684 rows/sec., 1.98 MiB/sec. 2026.02.23 16:42:39.210219 [ 278 ] {7e543528-ceb3-468c-8ddd-4775045ae1a3} TCPHandler: Processed in 0.001364528 sec. 2026.02.23 16:42:39.210283 [ 220 ] {} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Found 6 old parts to remove. Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] 2026.02.23 16:42:39.210333 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:42:39.210335 [ 220 ] {} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Removing 6 parts from filesystem (serially): Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] 2026.02.23 16:42:39.210436 [ 278 ] {74df7b52-a4b6-43d2-81cb-0b22257d3eb4} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.23 16:42:39.210481 [ 278 ] {74df7b52-a4b6-43d2-81cb-0b22257d3eb4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.23 16:42:39.210914 [ 278 ] {74df7b52-a4b6-43d2-81cb-0b22257d3eb4} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:42:39.210952 [ 278 ] {74df7b52-a4b6-43d2-81cb-0b22257d3eb4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2026.02.23 16:42:39.211268 [ 278 ] {74df7b52-a4b6-43d2-81cb-0b22257d3eb4} MergedBlockOutputStream: filled checksums all_134_134_0 (state Temporary) 2026.02.23 16:42:39.211508 [ 278 ] {74df7b52-a4b6-43d2-81cb-0b22257d3eb4} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Renaming temporary part tmp_insert_all_134_134_0 to all_134_134_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:42:39.211652 [ 278 ] {74df7b52-a4b6-43d2-81cb-0b22257d3eb4} executeQuery: Read 96 rows, 7.68 KiB in 0.001235 sec., 77732.79352226721 rows/sec., 6.07 MiB/sec. 2026.02.23 16:42:39.211692 [ 278 ] {74df7b52-a4b6-43d2-81cb-0b22257d3eb4} TCPHandler: Processed in 0.001409909 sec. 2026.02.23 16:42:39.211813 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:42:39.211908 [ 278 ] {dd135311-e251-4583-a7d5-da31491f2a39} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.23 16:42:39.211952 [ 278 ] {dd135311-e251-4583-a7d5-da31491f2a39} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.23 16:42:39.212369 [ 278 ] {dd135311-e251-4583-a7d5-da31491f2a39} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:42:39.212407 [ 278 ] {dd135311-e251-4583-a7d5-da31491f2a39} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2026.02.23 16:42:39.212732 [ 278 ] {dd135311-e251-4583-a7d5-da31491f2a39} MergedBlockOutputStream: filled checksums all_134_134_0 (state Temporary) 2026.02.23 16:42:39.213015 [ 278 ] {dd135311-e251-4583-a7d5-da31491f2a39} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Renaming temporary part tmp_insert_all_134_134_0 to all_134_134_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:42:39.213152 [ 278 ] {dd135311-e251-4583-a7d5-da31491f2a39} executeQuery: Read 160 rows, 11.41 KiB in 0.001262 sec., 126782.88431061806 rows/sec., 8.83 MiB/sec. 2026.02.23 16:42:39.213191 [ 278 ] {dd135311-e251-4583-a7d5-da31491f2a39} TCPHandler: Processed in 0.001427939 sec. 2026.02.23 16:42:39.213305 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:42:39.213400 [ 278 ] {5955574f-34f9-4a4d-a3a4-d732de42b1dd} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.23 16:42:39.213457 [ 278 ] {5955574f-34f9-4a4d-a3a4-d732de42b1dd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.23 16:42:39.213502 [ 220 ] {} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Removing 6 parts from memory: Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] 2026.02.23 16:42:39.214318 [ 278 ] {5955574f-34f9-4a4d-a3a4-d732de42b1dd} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:42:39.214360 [ 278 ] {5955574f-34f9-4a4d-a3a4-d732de42b1dd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2026.02.23 16:42:39.214917 [ 278 ] {5955574f-34f9-4a4d-a3a4-d732de42b1dd} MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary) 2026.02.23 16:42:39.215154 [ 278 ] {5955574f-34f9-4a4d-a3a4-d732de42b1dd} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:42:39.215296 [ 278 ] {5955574f-34f9-4a4d-a3a4-d732de42b1dd} executeQuery: Read 32 rows, 58.72 KiB in 0.001915 sec., 16710.18276762402 rows/sec., 29.94 MiB/sec. 2026.02.23 16:42:39.215365 [ 278 ] {5955574f-34f9-4a4d-a3a4-d732de42b1dd} TCPHandler: Processed in 0.002109934 sec. 2026.02.23 16:42:39.215483 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:42:39.215579 [ 278 ] {07171986-fab6-44c1-9e50-c9d59d1ab479} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.23 16:42:39.215622 [ 278 ] {07171986-fab6-44c1-9e50-c9d59d1ab479} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.23 16:42:39.215961 [ 278 ] {07171986-fab6-44c1-9e50-c9d59d1ab479} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:42:39.215999 [ 278 ] {07171986-fab6-44c1-9e50-c9d59d1ab479} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2026.02.23 16:42:39.216297 [ 278 ] {07171986-fab6-44c1-9e50-c9d59d1ab479} MergedBlockOutputStream: filled checksums all_134_134_0 (state Temporary) 2026.02.23 16:42:39.216501 [ 278 ] {07171986-fab6-44c1-9e50-c9d59d1ab479} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Renaming temporary part tmp_insert_all_134_134_0 to all_134_134_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:42:39.216629 [ 278 ] {07171986-fab6-44c1-9e50-c9d59d1ab479} executeQuery: Read 60 rows, 4.14 KiB in 0.001069 sec., 56127.22170252572 rows/sec., 3.78 MiB/sec. 2026.02.23 16:42:39.216667 [ 278 ] {07171986-fab6-44c1-9e50-c9d59d1ab479} TCPHandler: Processed in 0.001234176 sec. 2026.02.23 16:42:39.773530 [ 220 ] {} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Found 6 old parts to remove. Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] 2026.02.23 16:42:39.773599 [ 220 ] {} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Removing 6 parts from filesystem (serially): Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] 2026.02.23 16:42:39.776172 [ 220 ] {} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Removing 6 parts from memory: Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] 2026.02.23 16:42:42.575994 [ 113 ] {} DNSResolver: Updating DNS cache 2026.02.23 16:42:42.576046 [ 113 ] {} DNSResolver: Updated DNS cache 2026.02.23 16:42:42.796178 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 44152 2026.02.23 16:42:42.796727 [ 244 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:42:42.796775 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2026.02.23 16:42:42.797272 [ 244 ] {} MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) 2026.02.23 16:42:42.797512 [ 244 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:42:42.797659 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 44152 2026.02.23 16:42:42.940197 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 2316 2026.02.23 16:42:42.942558 [ 242 ] {} system.query_log (b83b341e-dbaf-448e-9582-20b3e6cd291d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:42:42.942607 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2026.02.23 16:42:42.943842 [ 242 ] {} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2026.02.23 16:42:42.944123 [ 242 ] {} system.query_log (b83b341e-dbaf-448e-9582-20b3e6cd291d): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:42:42.944519 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 2316 2026.02.23 16:42:44.205751 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:42:44.205941 [ 278 ] {9dbfe98a-dfbe-4d13-90dd-96a322669be9} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.23 16:42:44.206012 [ 278 ] {9dbfe98a-dfbe-4d13-90dd-96a322669be9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.23 16:42:44.206720 [ 278 ] {9dbfe98a-dfbe-4d13-90dd-96a322669be9} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:42:44.206772 [ 278 ] {9dbfe98a-dfbe-4d13-90dd-96a322669be9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2026.02.23 16:42:44.207168 [ 278 ] {9dbfe98a-dfbe-4d13-90dd-96a322669be9} MergedBlockOutputStream: filled checksums all_135_135_0 (state Temporary) 2026.02.23 16:42:44.207391 [ 278 ] {9dbfe98a-dfbe-4d13-90dd-96a322669be9} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Renaming temporary part tmp_insert_all_135_135_0 to all_135_135_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:42:44.207554 [ 278 ] {9dbfe98a-dfbe-4d13-90dd-96a322669be9} executeQuery: Read 76 rows, 6.41 KiB in 0.001663 sec., 45700.54119061936 rows/sec., 3.77 MiB/sec. 2026.02.23 16:42:44.207608 [ 278 ] {9dbfe98a-dfbe-4d13-90dd-96a322669be9} TCPHandler: Processed in 0.001989641 sec. 2026.02.23 16:42:44.207743 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:42:44.207851 [ 278 ] {6ba870a9-5a01-43f8-84d0-d977203cc235} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.23 16:42:44.207896 [ 278 ] {6ba870a9-5a01-43f8-84d0-d977203cc235} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.23 16:42:44.208322 [ 278 ] {6ba870a9-5a01-43f8-84d0-d977203cc235} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:42:44.208361 [ 278 ] {6ba870a9-5a01-43f8-84d0-d977203cc235} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2026.02.23 16:42:44.208659 [ 278 ] {6ba870a9-5a01-43f8-84d0-d977203cc235} MergedBlockOutputStream: filled checksums all_133_133_0 (state Temporary) 2026.02.23 16:42:44.208875 [ 278 ] {6ba870a9-5a01-43f8-84d0-d977203cc235} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Renaming temporary part tmp_insert_all_133_133_0 to all_133_133_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:42:44.209015 [ 278 ] {6ba870a9-5a01-43f8-84d0-d977203cc235} executeQuery: Read 10 rows, 770.00 B in 0.001188 sec., 8417.508417508418 rows/sec., 632.96 KiB/sec. 2026.02.23 16:42:44.209060 [ 278 ] {6ba870a9-5a01-43f8-84d0-d977203cc235} TCPHandler: Processed in 0.001370738 sec. 2026.02.23 16:42:44.209167 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:42:44.209267 [ 278 ] {cc3ea0bb-5fd7-4e35-a48c-433ef6f76d63} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.23 16:42:44.209310 [ 278 ] {cc3ea0bb-5fd7-4e35-a48c-433ef6f76d63} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.23 16:42:44.209746 [ 278 ] {cc3ea0bb-5fd7-4e35-a48c-433ef6f76d63} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:42:44.209784 [ 278 ] {cc3ea0bb-5fd7-4e35-a48c-433ef6f76d63} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2026.02.23 16:42:44.210091 [ 278 ] {cc3ea0bb-5fd7-4e35-a48c-433ef6f76d63} MergedBlockOutputStream: filled checksums all_135_135_0 (state Temporary) 2026.02.23 16:42:44.210296 [ 278 ] {cc3ea0bb-5fd7-4e35-a48c-433ef6f76d63} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Renaming temporary part tmp_insert_all_135_135_0 to all_135_135_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:42:44.210432 [ 278 ] {cc3ea0bb-5fd7-4e35-a48c-433ef6f76d63} executeQuery: Read 74 rows, 5.92 KiB in 0.001187 sec., 62342.03875315923 rows/sec., 4.87 MiB/sec. 2026.02.23 16:42:44.210470 [ 278 ] {cc3ea0bb-5fd7-4e35-a48c-433ef6f76d63} TCPHandler: Processed in 0.001355608 sec. 2026.02.23 16:42:44.210584 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:42:44.210683 [ 278 ] {ab178e9b-7b8e-42c7-b2b2-a9cec86173ef} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.23 16:42:44.210728 [ 278 ] {ab178e9b-7b8e-42c7-b2b2-a9cec86173ef} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.23 16:42:44.211147 [ 278 ] {ab178e9b-7b8e-42c7-b2b2-a9cec86173ef} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:42:44.211184 [ 278 ] {ab178e9b-7b8e-42c7-b2b2-a9cec86173ef} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2026.02.23 16:42:44.211505 [ 278 ] {ab178e9b-7b8e-42c7-b2b2-a9cec86173ef} MergedBlockOutputStream: filled checksums all_135_135_0 (state Temporary) 2026.02.23 16:42:44.211704 [ 278 ] {ab178e9b-7b8e-42c7-b2b2-a9cec86173ef} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Renaming temporary part tmp_insert_all_135_135_0 to all_135_135_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:42:44.211831 [ 112 ] {} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140) (MergerMutator): Selected 2 parts from all_1_130_28 to all_131_131_0 2026.02.23 16:42:44.211836 [ 278 ] {ab178e9b-7b8e-42c7-b2b2-a9cec86173ef} executeQuery: Read 160 rows, 11.41 KiB in 0.001175 sec., 136170.21276595743 rows/sec., 9.48 MiB/sec. 2026.02.23 16:42:44.211895 [ 112 ] {} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:42:44.211915 [ 278 ] {ab178e9b-7b8e-42c7-b2b2-a9cec86173ef} TCPHandler: Processed in 0.001381369 sec. 2026.02.23 16:42:44.211922 [ 112 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2026.02.23 16:42:44.212040 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:42:44.212064 [ 194 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_131_29} MergeTask::PrepareStage: Merging 2 parts: from all_1_130_28 to all_131_131_0 into Compact with storage Full 2026.02.23 16:42:44.212139 [ 278 ] {872a17e0-e9f5-4ecb-9798-03a2cdb08f34} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.23 16:42:44.212199 [ 278 ] {872a17e0-e9f5-4ecb-9798-03a2cdb08f34} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.23 16:42:44.212218 [ 194 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_131_29} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:42:44.212261 [ 194 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_131_29} MergeTreeSequentialSource: Reading 6 marks from part all_1_130_28, total 39676 rows starting from the beginning of the part 2026.02.23 16:42:44.212331 [ 194 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_131_29} MergeTreeSequentialSource: Reading 2 marks from part all_131_131_0, total 160 rows starting from the beginning of the part 2026.02.23 16:42:44.212990 [ 278 ] {872a17e0-e9f5-4ecb-9798-03a2cdb08f34} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:42:44.213031 [ 278 ] {872a17e0-e9f5-4ecb-9798-03a2cdb08f34} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2026.02.23 16:42:44.213562 [ 278 ] {872a17e0-e9f5-4ecb-9798-03a2cdb08f34} MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary) 2026.02.23 16:42:44.213794 [ 278 ] {872a17e0-e9f5-4ecb-9798-03a2cdb08f34} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:42:44.213943 [ 278 ] {872a17e0-e9f5-4ecb-9798-03a2cdb08f34} executeQuery: Read 10 rows, 18.35 KiB in 0.001822 sec., 5488.474204171241 rows/sec., 9.84 MiB/sec. 2026.02.23 16:42:44.214010 [ 278 ] {872a17e0-e9f5-4ecb-9798-03a2cdb08f34} TCPHandler: Processed in 0.002020342 sec. 2026.02.23 16:42:44.214123 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:42:44.214218 [ 278 ] {b14975bf-630c-41f5-96a7-583786e45120} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.23 16:42:44.214261 [ 278 ] {b14975bf-630c-41f5-96a7-583786e45120} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.23 16:42:44.214602 [ 278 ] {b14975bf-630c-41f5-96a7-583786e45120} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:42:44.214638 [ 278 ] {b14975bf-630c-41f5-96a7-583786e45120} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2026.02.23 16:42:44.214949 [ 278 ] {b14975bf-630c-41f5-96a7-583786e45120} MergedBlockOutputStream: filled checksums all_135_135_0 (state Temporary) 2026.02.23 16:42:44.215159 [ 278 ] {b14975bf-630c-41f5-96a7-583786e45120} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Renaming temporary part tmp_insert_all_135_135_0 to all_135_135_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:42:44.215290 [ 278 ] {b14975bf-630c-41f5-96a7-583786e45120} executeQuery: Read 60 rows, 4.14 KiB in 0.00109 sec., 55045.87155963302 rows/sec., 3.71 MiB/sec. 2026.02.23 16:42:44.215325 [ 278 ] {b14975bf-630c-41f5-96a7-583786e45120} TCPHandler: Processed in 0.001252676 sec. 2026.02.23 16:42:44.218832 [ 193 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_131_29} MergeTask::MergeProjectionsStage: Merge sorted 39836 rows, containing 5 columns (5 merged, 0 gathered) in 0.00681657 sec., 5843994.853716752 rows/sec., 398.65 MiB/sec. 2026.02.23 16:42:44.219451 [ 200 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_131_29} MergedBlockOutputStream: filled checksums all_1_131_29 (state Temporary) 2026.02.23 16:42:44.219776 [ 200 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_131_29} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Renaming temporary part tmp_merge_all_1_131_29 to all_1_131_29 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:42:44.219862 [ 200 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_131_29} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140) (MergerMutator): Merged 2 parts: [all_1_130_28, all_131_131_0] -> all_1_131_29 2026.02.23 16:42:44.219953 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.32 MiB. 2026.02.23 16:42:44.720354 [ 217 ] {} oximeter.fields_i16 (91b3829e-2a99-49e1-955c-43ffdc3fb409): Found 6 old parts to remove. Parts: [all_1_9_2, all_10_10_0, all_11_11_0, all_12_12_0, all_13_13_0, all_14_14_0] 2026.02.23 16:42:44.720409 [ 217 ] {} oximeter.fields_i16 (91b3829e-2a99-49e1-955c-43ffdc3fb409): Removing 6 parts from filesystem (serially): Parts: [all_1_9_2, all_10_10_0, all_11_11_0, all_12_12_0, all_13_13_0, all_14_14_0] 2026.02.23 16:42:44.723130 [ 217 ] {} oximeter.fields_i16 (91b3829e-2a99-49e1-955c-43ffdc3fb409): Removing 6 parts from memory: Parts: [all_1_9_2, all_10_10_0, all_11_11_0, all_12_12_0, all_13_13_0, all_14_14_0] 2026.02.23 16:42:45.161913 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 693 2026.02.23 16:42:45.179688 [ 243 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:42:45.179750 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2026.02.23 16:42:45.186231 [ 243 ] {} MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) 2026.02.23 16:42:45.187034 [ 243 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:42:45.190795 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 693 2026.02.23 16:42:45.612858 [ 220 ] {} oximeter.fields_u8 (bee44bc4-3670-4879-9501-74bd8c0c3792): Found 6 old parts to remove. Parts: [all_1_9_2, all_10_10_0, all_11_11_0, all_12_12_0, all_13_13_0, all_14_14_0] 2026.02.23 16:42:45.612934 [ 220 ] {} oximeter.fields_u8 (bee44bc4-3670-4879-9501-74bd8c0c3792): Removing 6 parts from filesystem (serially): Parts: [all_1_9_2, all_10_10_0, all_11_11_0, all_12_12_0, all_13_13_0, all_14_14_0] 2026.02.23 16:42:45.616477 [ 220 ] {} oximeter.fields_u8 (bee44bc4-3670-4879-9501-74bd8c0c3792): Removing 6 parts from memory: Parts: [all_1_9_2, all_10_10_0, all_11_11_0, all_12_12_0, all_13_13_0, all_14_14_0] 2026.02.23 16:42:45.971760 [ 108 ] {} oximeter.fields_ipaddr (aca7842a-9245-4e3c-8c67-e3828bf88048) (MergerMutator): Selected 5 parts from all_1_41_10 to all_45_45_0 2026.02.23 16:42:45.971817 [ 108 ] {} oximeter.fields_ipaddr (aca7842a-9245-4e3c-8c67-e3828bf88048): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:42:45.971837 [ 108 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2026.02.23 16:42:45.971941 [ 196 ] {aca7842a-9245-4e3c-8c67-e3828bf88048::all_1_45_11} MergeTask::PrepareStage: Merging 5 parts: from all_1_41_10 to all_45_45_0 into Compact with storage Full 2026.02.23 16:42:45.971942 [ 225 ] {} oximeter.fields_ipaddr (aca7842a-9245-4e3c-8c67-e3828bf88048): Found 5 old parts to remove. Parts: [all_1_9_2, all_10_10_0, all_11_11_0, all_12_12_0, all_13_13_0] 2026.02.23 16:42:45.972011 [ 225 ] {} oximeter.fields_ipaddr (aca7842a-9245-4e3c-8c67-e3828bf88048): Removing 5 parts from filesystem (serially): Parts: [all_1_9_2, all_10_10_0, all_11_11_0, all_12_12_0, all_13_13_0] 2026.02.23 16:42:45.972071 [ 196 ] {aca7842a-9245-4e3c-8c67-e3828bf88048::all_1_45_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:42:45.972114 [ 196 ] {aca7842a-9245-4e3c-8c67-e3828bf88048::all_1_45_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_10, total 24 rows starting from the beginning of the part 2026.02.23 16:42:45.972190 [ 196 ] {aca7842a-9245-4e3c-8c67-e3828bf88048::all_1_45_11} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 4 rows starting from the beginning of the part 2026.02.23 16:42:45.972244 [ 196 ] {aca7842a-9245-4e3c-8c67-e3828bf88048::all_1_45_11} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 4 rows starting from the beginning of the part 2026.02.23 16:42:45.972298 [ 196 ] {aca7842a-9245-4e3c-8c67-e3828bf88048::all_1_45_11} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 6 rows starting from the beginning of the part 2026.02.23 16:42:45.972348 [ 196 ] {aca7842a-9245-4e3c-8c67-e3828bf88048::all_1_45_11} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 6 rows starting from the beginning of the part 2026.02.23 16:42:45.973145 [ 193 ] {aca7842a-9245-4e3c-8c67-e3828bf88048::all_1_45_11} MergeTask::MergeProjectionsStage: Merge sorted 44 rows, containing 5 columns (5 merged, 0 gathered) in 0.001250246 sec., 35193.0740030362 rows/sec., 2.97 MiB/sec. 2026.02.23 16:42:45.973344 [ 202 ] {aca7842a-9245-4e3c-8c67-e3828bf88048::all_1_45_11} MergedBlockOutputStream: filled checksums all_1_45_11 (state Temporary) 2026.02.23 16:42:45.973703 [ 225 ] {} oximeter.fields_ipaddr (aca7842a-9245-4e3c-8c67-e3828bf88048): Removing 5 parts from memory: Parts: [all_1_9_2, all_10_10_0, all_11_11_0, all_12_12_0, all_13_13_0] 2026.02.23 16:42:45.973724 [ 202 ] {aca7842a-9245-4e3c-8c67-e3828bf88048::all_1_45_11} oximeter.fields_ipaddr (aca7842a-9245-4e3c-8c67-e3828bf88048): Renaming temporary part tmp_merge_all_1_45_11 to all_1_45_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:42:45.973820 [ 202 ] {aca7842a-9245-4e3c-8c67-e3828bf88048::all_1_45_11} oximeter.fields_ipaddr (aca7842a-9245-4e3c-8c67-e3828bf88048) (MergerMutator): Merged 5 parts: [all_1_41_10, all_45_45_0] -> all_1_45_11 2026.02.23 16:42:45.973925 [ 202 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2026.02.23 16:42:46.079957 [ 225 ] {} oximeter.measurements_bool (4d7206cf-919d-48fb-bf2a-954f10b7f89e): Found 6 old parts to remove. Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0] 2026.02.23 16:42:46.079994 [ 225 ] {} oximeter.measurements_bool (4d7206cf-919d-48fb-bf2a-954f10b7f89e): Removing 6 parts from filesystem (serially): Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0] 2026.02.23 16:42:46.082204 [ 225 ] {} oximeter.measurements_bool (4d7206cf-919d-48fb-bf2a-954f10b7f89e): Removing 6 parts from memory: Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0] 2026.02.23 16:42:49.237509 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:42:49.237784 [ 278 ] {35e2f97f-0f8c-4f9c-aefa-643616ce6d49} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.02.23 16:42:49.237852 [ 278 ] {35e2f97f-0f8c-4f9c-aefa-643616ce6d49} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.02.23 16:42:49.238526 [ 278 ] {35e2f97f-0f8c-4f9c-aefa-643616ce6d49} oximeter.fields_i16 (91b3829e-2a99-49e1-955c-43ffdc3fb409): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:42:49.238574 [ 278 ] {35e2f97f-0f8c-4f9c-aefa-643616ce6d49} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2026.02.23 16:42:49.238972 [ 278 ] {35e2f97f-0f8c-4f9c-aefa-643616ce6d49} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2026.02.23 16:42:49.239196 [ 278 ] {35e2f97f-0f8c-4f9c-aefa-643616ce6d49} oximeter.fields_i16 (91b3829e-2a99-49e1-955c-43ffdc3fb409): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:42:49.239355 [ 278 ] {35e2f97f-0f8c-4f9c-aefa-643616ce6d49} executeQuery: Read 24 rows, 2.04 KiB in 0.001621 sec., 14805.675508945094 rows/sec., 1.23 MiB/sec. 2026.02.23 16:42:49.239407 [ 278 ] {35e2f97f-0f8c-4f9c-aefa-643616ce6d49} TCPHandler: Processed in 0.002086673 sec. 2026.02.23 16:42:49.239533 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:42:49.239634 [ 278 ] {bebb48a8-4342-47a7-83a5-ff5d04641636} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.02.23 16:42:49.239678 [ 278 ] {bebb48a8-4342-47a7-83a5-ff5d04641636} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.02.23 16:42:49.240095 [ 278 ] {bebb48a8-4342-47a7-83a5-ff5d04641636} oximeter.fields_ipaddr (aca7842a-9245-4e3c-8c67-e3828bf88048): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:42:49.240131 [ 278 ] {bebb48a8-4342-47a7-83a5-ff5d04641636} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2026.02.23 16:42:49.240421 [ 278 ] {bebb48a8-4342-47a7-83a5-ff5d04641636} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2026.02.23 16:42:49.240622 [ 278 ] {bebb48a8-4342-47a7-83a5-ff5d04641636} oximeter.fields_ipaddr (aca7842a-9245-4e3c-8c67-e3828bf88048): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:42:49.240751 [ 278 ] {bebb48a8-4342-47a7-83a5-ff5d04641636} executeQuery: Read 4 rows, 334.00 B in 0.001141 sec., 3505.6967572304993 rows/sec., 285.86 KiB/sec. 2026.02.23 16:42:49.240790 [ 278 ] {bebb48a8-4342-47a7-83a5-ff5d04641636} TCPHandler: Processed in 0.001318987 sec. 2026.02.23 16:42:49.240901 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:42:49.240998 [ 278 ] {334e895f-5475-4288-abf8-68d81c8755f7} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.23 16:42:49.241038 [ 278 ] {334e895f-5475-4288-abf8-68d81c8755f7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.23 16:42:49.242180 [ 278 ] {334e895f-5475-4288-abf8-68d81c8755f7} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:42:49.242215 [ 278 ] {334e895f-5475-4288-abf8-68d81c8755f7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2026.02.23 16:42:49.242604 [ 278 ] {334e895f-5475-4288-abf8-68d81c8755f7} MergedBlockOutputStream: filled checksums all_136_136_0 (state Temporary) 2026.02.23 16:42:49.242808 [ 278 ] {334e895f-5475-4288-abf8-68d81c8755f7} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Renaming temporary part tmp_insert_all_136_136_0 to all_136_136_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:42:49.242919 [ 103 ] {} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636) (MergerMutator): Selected 6 parts from all_1_131_26 to all_136_136_0 2026.02.23 16:42:49.242937 [ 278 ] {334e895f-5475-4288-abf8-68d81c8755f7} executeQuery: Read 1382 rows, 118.64 KiB in 0.001958 sec., 705822.2676200204 rows/sec., 59.17 MiB/sec. 2026.02.23 16:42:49.242963 [ 103 ] {} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:42:49.242979 [ 278 ] {334e895f-5475-4288-abf8-68d81c8755f7} TCPHandler: Processed in 0.002129024 sec. 2026.02.23 16:42:49.242985 [ 103 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2026.02.23 16:42:49.243093 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:42:49.243120 [ 196 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_136_27} MergeTask::PrepareStage: Merging 6 parts: from all_1_131_26 to all_136_136_0 into Compact with storage Full 2026.02.23 16:42:49.243190 [ 278 ] {d02da538-f2ea-4bc0-bde5-e37dbf422f93} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.23 16:42:49.243235 [ 278 ] {d02da538-f2ea-4bc0-bde5-e37dbf422f93} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.23 16:42:49.243277 [ 196 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_136_27} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:42:49.243321 [ 196 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_1_131_26, total 2157 rows starting from the beginning of the part 2026.02.23 16:42:49.243398 [ 196 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_132_132_0, total 120 rows starting from the beginning of the part 2026.02.23 16:42:49.243456 [ 196 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_133_133_0, total 80 rows starting from the beginning of the part 2026.02.23 16:42:49.243508 [ 196 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_134_134_0, total 120 rows starting from the beginning of the part 2026.02.23 16:42:49.243557 [ 196 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_135_135_0, total 76 rows starting from the beginning of the part 2026.02.23 16:42:49.243609 [ 196 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_136_136_0, total 1382 rows starting from the beginning of the part 2026.02.23 16:42:49.243678 [ 278 ] {d02da538-f2ea-4bc0-bde5-e37dbf422f93} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:42:49.243717 [ 278 ] {d02da538-f2ea-4bc0-bde5-e37dbf422f93} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2026.02.23 16:42:49.244038 [ 278 ] {d02da538-f2ea-4bc0-bde5-e37dbf422f93} MergedBlockOutputStream: filled checksums all_134_134_0 (state Temporary) 2026.02.23 16:42:49.244250 [ 278 ] {d02da538-f2ea-4bc0-bde5-e37dbf422f93} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Renaming temporary part tmp_insert_all_134_134_0 to all_134_134_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:42:49.244384 [ 278 ] {d02da538-f2ea-4bc0-bde5-e37dbf422f93} executeQuery: Read 48 rows, 3.65 KiB in 0.001212 sec., 39603.960396039605 rows/sec., 2.94 MiB/sec. 2026.02.23 16:42:49.244422 [ 278 ] {d02da538-f2ea-4bc0-bde5-e37dbf422f93} TCPHandler: Processed in 0.001379708 sec. 2026.02.23 16:42:49.244529 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:42:49.244629 [ 278 ] {8b6de244-1a91-4cc6-b00e-41e2a3b0fcb2} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.02.23 16:42:49.244671 [ 278 ] {8b6de244-1a91-4cc6-b00e-41e2a3b0fcb2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.02.23 16:42:49.245171 [ 278 ] {8b6de244-1a91-4cc6-b00e-41e2a3b0fcb2} oximeter.fields_u32 (3630ead0-c5da-4e23-a9d2-59d0589dc119): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:42:49.245208 [ 278 ] {8b6de244-1a91-4cc6-b00e-41e2a3b0fcb2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2026.02.23 16:42:49.245253 [ 189 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_136_27} MergeTask::MergeProjectionsStage: Merge sorted 3935 rows, containing 5 columns (5 merged, 0 gathered) in 0.002193035 sec., 1794317.0081644845 rows/sec., 155.69 MiB/sec. 2026.02.23 16:42:49.245555 [ 193 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_136_27} MergedBlockOutputStream: filled checksums all_1_136_27 (state Temporary) 2026.02.23 16:42:49.245557 [ 278 ] {8b6de244-1a91-4cc6-b00e-41e2a3b0fcb2} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2026.02.23 16:42:49.245844 [ 278 ] {8b6de244-1a91-4cc6-b00e-41e2a3b0fcb2} oximeter.fields_u32 (3630ead0-c5da-4e23-a9d2-59d0589dc119): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:42:49.245908 [ 193 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_136_27} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Renaming temporary part tmp_merge_all_1_136_27 to all_1_136_27 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:42:49.245983 [ 278 ] {8b6de244-1a91-4cc6-b00e-41e2a3b0fcb2} executeQuery: Read 252 rows, 17.85 KiB in 0.001373 sec., 183539.69410050983 rows/sec., 12.69 MiB/sec. 2026.02.23 16:42:49.246002 [ 193 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_136_27} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636) (MergerMutator): Merged 6 parts: [all_1_131_26, all_136_136_0] -> all_1_136_27 2026.02.23 16:42:49.246029 [ 278 ] {8b6de244-1a91-4cc6-b00e-41e2a3b0fcb2} TCPHandler: Processed in 0.001549912 sec. 2026.02.23 16:42:49.246122 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.97 MiB. 2026.02.23 16:42:49.246144 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:42:49.246238 [ 278 ] {bda75001-98ab-45ee-8fa9-2f4d11db7b8d} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.02.23 16:42:49.246276 [ 278 ] {bda75001-98ab-45ee-8fa9-2f4d11db7b8d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.02.23 16:42:49.246649 [ 278 ] {bda75001-98ab-45ee-8fa9-2f4d11db7b8d} oximeter.fields_u8 (bee44bc4-3670-4879-9501-74bd8c0c3792): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:42:49.246683 [ 278 ] {bda75001-98ab-45ee-8fa9-2f4d11db7b8d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2026.02.23 16:42:49.246960 [ 278 ] {bda75001-98ab-45ee-8fa9-2f4d11db7b8d} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2026.02.23 16:42:49.247228 [ 278 ] {bda75001-98ab-45ee-8fa9-2f4d11db7b8d} oximeter.fields_u8 (bee44bc4-3670-4879-9501-74bd8c0c3792): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:42:49.247356 [ 278 ] {bda75001-98ab-45ee-8fa9-2f4d11db7b8d} executeQuery: Read 12 rows, 960.00 B in 0.001126 sec., 10657.193605683837 rows/sec., 832.59 KiB/sec. 2026.02.23 16:42:49.247394 [ 278 ] {bda75001-98ab-45ee-8fa9-2f4d11db7b8d} TCPHandler: Processed in 0.001295216 sec. 2026.02.23 16:42:49.247495 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:42:49.247589 [ 278 ] {176ef6d1-e3ac-4cb2-b992-74a41501468d} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.23 16:42:49.247628 [ 278 ] {176ef6d1-e3ac-4cb2-b992-74a41501468d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.23 16:42:49.248268 [ 278 ] {176ef6d1-e3ac-4cb2-b992-74a41501468d} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:42:49.248303 [ 278 ] {176ef6d1-e3ac-4cb2-b992-74a41501468d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2026.02.23 16:42:49.248631 [ 278 ] {176ef6d1-e3ac-4cb2-b992-74a41501468d} MergedBlockOutputStream: filled checksums all_136_136_0 (state Temporary) 2026.02.23 16:42:49.248834 [ 278 ] {176ef6d1-e3ac-4cb2-b992-74a41501468d} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Renaming temporary part tmp_insert_all_136_136_0 to all_136_136_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:42:49.248938 [ 103 ] {} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2) (MergerMutator): Selected 6 parts from all_1_131_26 to all_136_136_0 2026.02.23 16:42:49.248964 [ 278 ] {176ef6d1-e3ac-4cb2-b992-74a41501468d} executeQuery: Read 592 rows, 45.55 KiB in 0.001393 sec., 424982.05312275665 rows/sec., 31.93 MiB/sec. 2026.02.23 16:42:49.248968 [ 103 ] {} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:42:49.248994 [ 103 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2026.02.23 16:42:49.249002 [ 278 ] {176ef6d1-e3ac-4cb2-b992-74a41501468d} TCPHandler: Processed in 0.001556112 sec. 2026.02.23 16:42:49.249074 [ 196 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_136_27} MergeTask::PrepareStage: Merging 6 parts: from all_1_131_26 to all_136_136_0 into Compact with storage Full 2026.02.23 16:42:49.249104 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:42:49.249192 [ 196 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_136_27} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:42:49.249206 [ 278 ] {cf2e883c-4a54-4724-a481-9d57b6ad9c2b} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.23 16:42:49.249229 [ 196 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_1_131_26, total 1066 rows starting from the beginning of the part 2026.02.23 16:42:49.249257 [ 278 ] {cf2e883c-4a54-4724-a481-9d57b6ad9c2b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.23 16:42:49.249292 [ 196 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_132_132_0, total 96 rows starting from the beginning of the part 2026.02.23 16:42:49.249343 [ 196 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_133_133_0, total 80 rows starting from the beginning of the part 2026.02.23 16:42:49.249386 [ 196 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_134_134_0, total 96 rows starting from the beginning of the part 2026.02.23 16:42:49.249428 [ 196 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_135_135_0, total 74 rows starting from the beginning of the part 2026.02.23 16:42:49.249470 [ 196 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_136_136_0, total 592 rows starting from the beginning of the part 2026.02.23 16:42:49.249852 [ 278 ] {cf2e883c-4a54-4724-a481-9d57b6ad9c2b} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:42:49.249893 [ 278 ] {cf2e883c-4a54-4724-a481-9d57b6ad9c2b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2026.02.23 16:42:49.250286 [ 278 ] {cf2e883c-4a54-4724-a481-9d57b6ad9c2b} MergedBlockOutputStream: filled checksums all_136_136_0 (state Temporary) 2026.02.23 16:42:49.250492 [ 278 ] {cf2e883c-4a54-4724-a481-9d57b6ad9c2b} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Renaming temporary part tmp_insert_all_136_136_0 to all_136_136_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:42:49.250524 [ 187 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_136_27} MergeTask::MergeProjectionsStage: Merge sorted 2004 rows, containing 5 columns (5 merged, 0 gathered) in 0.001485681 sec., 1348876.3738649145 rows/sec., 105.56 MiB/sec. 2026.02.23 16:42:49.250604 [ 103 ] {} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140) (MergerMutator): Selected 6 parts from all_1_131_29 to all_136_136_0 2026.02.23 16:42:49.250625 [ 278 ] {cf2e883c-4a54-4724-a481-9d57b6ad9c2b} executeQuery: Read 882 rows, 61.30 KiB in 0.001437 sec., 613778.7056367432 rows/sec., 41.66 MiB/sec. 2026.02.23 16:42:49.250633 [ 103 ] {} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:42:49.250658 [ 103 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2026.02.23 16:42:49.250664 [ 278 ] {cf2e883c-4a54-4724-a481-9d57b6ad9c2b} TCPHandler: Processed in 0.001610303 sec. 2026.02.23 16:42:49.250712 [ 189 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_136_27} MergedBlockOutputStream: filled checksums all_1_136_27 (state Temporary) 2026.02.23 16:42:49.250734 [ 191 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_136_30} MergeTask::PrepareStage: Merging 6 parts: from all_1_131_29 to all_136_136_0 into Compact with storage Full 2026.02.23 16:42:49.250770 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:42:49.250833 [ 191 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_136_30} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:42:49.250867 [ 191 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_136_30} MergeTreeSequentialSource: Reading 6 marks from part all_1_131_29, total 39836 rows starting from the beginning of the part 2026.02.23 16:42:49.250867 [ 278 ] {21177661-3a30-4494-ab99-89973e9b0647} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.23 16:42:49.250929 [ 191 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_136_30} MergeTreeSequentialSource: Reading 2 marks from part all_132_132_0, total 160 rows starting from the beginning of the part 2026.02.23 16:42:49.250932 [ 278 ] {21177661-3a30-4494-ab99-89973e9b0647} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.23 16:42:49.250976 [ 191 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_136_30} MergeTreeSequentialSource: Reading 2 marks from part all_133_133_0, total 163 rows starting from the beginning of the part 2026.02.23 16:42:49.250994 [ 189 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_136_27} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Renaming temporary part tmp_merge_all_1_136_27 to all_1_136_27 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:42:49.251020 [ 191 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_136_30} MergeTreeSequentialSource: Reading 2 marks from part all_134_134_0, total 160 rows starting from the beginning of the part 2026.02.23 16:42:49.251065 [ 191 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_136_30} MergeTreeSequentialSource: Reading 2 marks from part all_135_135_0, total 160 rows starting from the beginning of the part 2026.02.23 16:42:49.251080 [ 189 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_136_27} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2) (MergerMutator): Merged 6 parts: [all_1_131_26, all_136_136_0] -> all_1_136_27 2026.02.23 16:42:49.251106 [ 191 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_136_30} MergeTreeSequentialSource: Reading 2 marks from part all_136_136_0, total 882 rows starting from the beginning of the part 2026.02.23 16:42:49.251180 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.59 MiB. 2026.02.23 16:42:49.251805 [ 278 ] {21177661-3a30-4494-ab99-89973e9b0647} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:42:49.251844 [ 278 ] {21177661-3a30-4494-ab99-89973e9b0647} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2026.02.23 16:42:49.252402 [ 278 ] {21177661-3a30-4494-ab99-89973e9b0647} MergedBlockOutputStream: filled checksums all_129_129_0 (state Temporary) 2026.02.23 16:42:49.252635 [ 278 ] {21177661-3a30-4494-ab99-89973e9b0647} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Renaming temporary part tmp_insert_all_129_129_0 to all_129_129_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:42:49.252780 [ 278 ] {21177661-3a30-4494-ab99-89973e9b0647} executeQuery: Read 32 rows, 58.72 KiB in 0.00193 sec., 16580.310880829016 rows/sec., 29.71 MiB/sec. 2026.02.23 16:42:49.252865 [ 278 ] {21177661-3a30-4494-ab99-89973e9b0647} TCPHandler: Processed in 0.002143664 sec. 2026.02.23 16:42:49.252977 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:42:49.253072 [ 278 ] {7b2c9157-4b59-437b-97f2-cf656ee634cd} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.23 16:42:49.253115 [ 278 ] {7b2c9157-4b59-437b-97f2-cf656ee634cd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.23 16:42:49.253455 [ 278 ] {7b2c9157-4b59-437b-97f2-cf656ee634cd} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:42:49.253489 [ 278 ] {7b2c9157-4b59-437b-97f2-cf656ee634cd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2026.02.23 16:42:49.253791 [ 278 ] {7b2c9157-4b59-437b-97f2-cf656ee634cd} MergedBlockOutputStream: filled checksums all_136_136_0 (state Temporary) 2026.02.23 16:42:49.254015 [ 278 ] {7b2c9157-4b59-437b-97f2-cf656ee634cd} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Renaming temporary part tmp_insert_all_136_136_0 to all_136_136_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:42:49.254124 [ 103 ] {} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786) (MergerMutator): Selected 6 parts from all_1_131_26 to all_136_136_0 2026.02.23 16:42:49.254149 [ 278 ] {7b2c9157-4b59-437b-97f2-cf656ee634cd} executeQuery: Read 60 rows, 4.14 KiB in 0.001095 sec., 54794.520547945205 rows/sec., 3.69 MiB/sec. 2026.02.23 16:42:49.254152 [ 103 ] {} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:42:49.254179 [ 103 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2026.02.23 16:42:49.254187 [ 278 ] {7b2c9157-4b59-437b-97f2-cf656ee634cd} TCPHandler: Processed in 0.001259836 sec. 2026.02.23 16:42:49.254248 [ 187 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_136_27} MergeTask::PrepareStage: Merging 6 parts: from all_1_131_26 to all_136_136_0 into Compact with storage Full 2026.02.23 16:42:49.254340 [ 187 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_136_27} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:42:49.254372 [ 187 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_1_131_26, total 8100 rows starting from the beginning of the part 2026.02.23 16:42:49.254428 [ 187 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_132_132_0, total 60 rows starting from the beginning of the part 2026.02.23 16:42:49.254475 [ 187 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_133_133_0, total 60 rows starting from the beginning of the part 2026.02.23 16:42:49.254519 [ 187 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_134_134_0, total 60 rows starting from the beginning of the part 2026.02.23 16:42:49.254558 [ 187 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_135_135_0, total 60 rows starting from the beginning of the part 2026.02.23 16:42:49.254600 [ 187 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_136_136_0, total 60 rows starting from the beginning of the part 2026.02.23 16:42:49.256752 [ 197 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_136_27} MergeTask::MergeProjectionsStage: Merge sorted 8400 rows, containing 4 columns (4 merged, 0 gathered) in 0.002535482 sec., 3312979.5439289254 rows/sec., 218.91 MiB/sec. 2026.02.23 16:42:49.256946 [ 197 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_136_27} MergedBlockOutputStream: filled checksums all_1_136_27 (state Temporary) 2026.02.23 16:42:49.257261 [ 197 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_136_27} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Renaming temporary part tmp_merge_all_1_136_27 to all_1_136_27 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:42:49.257351 [ 197 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_136_27} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786) (MergerMutator): Merged 6 parts: [all_1_131_26, all_136_136_0] -> all_1_136_27 2026.02.23 16:42:49.257440 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.56 MiB. 2026.02.23 16:42:49.258748 [ 189 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_136_30} MergeTask::MergeProjectionsStage: Merge sorted 41361 rows, containing 5 columns (5 merged, 0 gathered) in 0.008052116 sec., 5136662.214006852 rows/sec., 350.48 MiB/sec. 2026.02.23 16:42:49.258995 [ 197 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_136_30} MergedBlockOutputStream: filled checksums all_1_136_30 (state Temporary) 2026.02.23 16:42:49.259254 [ 197 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_136_30} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Renaming temporary part tmp_merge_all_1_136_30 to all_1_136_30 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:42:49.259324 [ 197 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_136_30} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140) (MergerMutator): Merged 6 parts: [all_1_131_29, all_136_136_0] -> all_1_136_30 2026.02.23 16:42:49.259405 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.25 MiB. 2026.02.23 16:42:50.297843 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 44664 2026.02.23 16:42:50.298378 [ 244 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:42:50.298420 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2026.02.23 16:42:50.298896 [ 244 ] {} MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) 2026.02.23 16:42:50.299133 [ 244 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:42:50.299265 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 44664 2026.02.23 16:42:52.690890 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 701 2026.02.23 16:42:52.709212 [ 243 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:42:52.709273 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2026.02.23 16:42:52.715545 [ 243 ] {} MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) 2026.02.23 16:42:52.716264 [ 243 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:42:52.719384 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 701 2026.02.23 16:42:52.944722 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 2348 2026.02.23 16:42:52.947209 [ 242 ] {} system.query_log (b83b341e-dbaf-448e-9582-20b3e6cd291d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:42:52.947265 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2026.02.23 16:42:52.948528 [ 242 ] {} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2026.02.23 16:42:52.948809 [ 242 ] {} system.query_log (b83b341e-dbaf-448e-9582-20b3e6cd291d): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:42:52.949041 [ 220 ] {} system.query_log (b83b341e-dbaf-448e-9582-20b3e6cd291d): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] 2026.02.23 16:42:52.949092 [ 220 ] {} system.query_log (b83b341e-dbaf-448e-9582-20b3e6cd291d): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] 2026.02.23 16:42:52.949212 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 2348 2026.02.23 16:42:52.951887 [ 220 ] {} system.query_log (b83b341e-dbaf-448e-9582-20b3e6cd291d): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] 2026.02.23 16:42:54.096432 [ 223 ] {} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Found 6 old parts to remove. Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] 2026.02.23 16:42:54.096484 [ 223 ] {} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Removing 6 parts from filesystem (serially): Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] 2026.02.23 16:42:54.099291 [ 223 ] {} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Removing 6 parts from memory: Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] 2026.02.23 16:42:54.206121 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:42:54.206309 [ 278 ] {32003eec-9a6f-4cc9-90c8-3100d10ed248} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.23 16:42:54.206384 [ 278 ] {32003eec-9a6f-4cc9-90c8-3100d10ed248} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.23 16:42:54.207109 [ 278 ] {32003eec-9a6f-4cc9-90c8-3100d10ed248} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:42:54.207154 [ 278 ] {32003eec-9a6f-4cc9-90c8-3100d10ed248} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2026.02.23 16:42:54.207533 [ 278 ] {32003eec-9a6f-4cc9-90c8-3100d10ed248} MergedBlockOutputStream: filled checksums all_137_137_0 (state Temporary) 2026.02.23 16:42:54.207764 [ 278 ] {32003eec-9a6f-4cc9-90c8-3100d10ed248} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Renaming temporary part tmp_insert_all_137_137_0 to all_137_137_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:42:54.207928 [ 278 ] {32003eec-9a6f-4cc9-90c8-3100d10ed248} executeQuery: Read 76 rows, 6.41 KiB in 0.001674 sec., 45400.23894862605 rows/sec., 3.74 MiB/sec. 2026.02.23 16:42:54.207982 [ 278 ] {32003eec-9a6f-4cc9-90c8-3100d10ed248} TCPHandler: Processed in 0.001996571 sec. 2026.02.23 16:42:54.208115 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:42:54.208217 [ 278 ] {d4eb3c67-a7cc-4df5-911a-44125af768c7} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.23 16:42:54.208261 [ 278 ] {d4eb3c67-a7cc-4df5-911a-44125af768c7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.23 16:42:54.208684 [ 278 ] {d4eb3c67-a7cc-4df5-911a-44125af768c7} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:42:54.208722 [ 278 ] {d4eb3c67-a7cc-4df5-911a-44125af768c7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2026.02.23 16:42:54.209017 [ 278 ] {d4eb3c67-a7cc-4df5-911a-44125af768c7} MergedBlockOutputStream: filled checksums all_135_135_0 (state Temporary) 2026.02.23 16:42:54.209232 [ 278 ] {d4eb3c67-a7cc-4df5-911a-44125af768c7} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Renaming temporary part tmp_insert_all_135_135_0 to all_135_135_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:42:54.209364 [ 278 ] {d4eb3c67-a7cc-4df5-911a-44125af768c7} executeQuery: Read 10 rows, 770.00 B in 0.001168 sec., 8561.643835616438 rows/sec., 643.80 KiB/sec. 2026.02.23 16:42:54.209404 [ 278 ] {d4eb3c67-a7cc-4df5-911a-44125af768c7} TCPHandler: Processed in 0.001340437 sec. 2026.02.23 16:42:54.209505 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:42:54.209599 [ 278 ] {7068b0bb-a1a7-4271-8132-1ed497fab0cb} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.23 16:42:54.209641 [ 278 ] {7068b0bb-a1a7-4271-8132-1ed497fab0cb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.23 16:42:54.210066 [ 278 ] {7068b0bb-a1a7-4271-8132-1ed497fab0cb} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:42:54.210103 [ 278 ] {7068b0bb-a1a7-4271-8132-1ed497fab0cb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2026.02.23 16:42:54.210402 [ 278 ] {7068b0bb-a1a7-4271-8132-1ed497fab0cb} MergedBlockOutputStream: filled checksums all_137_137_0 (state Temporary) 2026.02.23 16:42:54.210623 [ 278 ] {7068b0bb-a1a7-4271-8132-1ed497fab0cb} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Renaming temporary part tmp_insert_all_137_137_0 to all_137_137_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:42:54.210753 [ 278 ] {7068b0bb-a1a7-4271-8132-1ed497fab0cb} executeQuery: Read 74 rows, 5.92 KiB in 0.001172 sec., 63139.93174061433 rows/sec., 4.93 MiB/sec. 2026.02.23 16:42:54.210792 [ 278 ] {7068b0bb-a1a7-4271-8132-1ed497fab0cb} TCPHandler: Processed in 0.001335738 sec. 2026.02.23 16:42:54.210846 [ 221 ] {} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Found 6 old parts to remove. Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] 2026.02.23 16:42:54.210895 [ 221 ] {} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Removing 6 parts from filesystem (serially): Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] 2026.02.23 16:42:54.210905 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:42:54.211004 [ 278 ] {fa5b7895-6563-42b9-bec5-fd80715d466c} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.23 16:42:54.211050 [ 278 ] {fa5b7895-6563-42b9-bec5-fd80715d466c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.23 16:42:54.211460 [ 278 ] {fa5b7895-6563-42b9-bec5-fd80715d466c} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:42:54.211497 [ 278 ] {fa5b7895-6563-42b9-bec5-fd80715d466c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2026.02.23 16:42:54.211844 [ 278 ] {fa5b7895-6563-42b9-bec5-fd80715d466c} MergedBlockOutputStream: filled checksums all_137_137_0 (state Temporary) 2026.02.23 16:42:54.212071 [ 278 ] {fa5b7895-6563-42b9-bec5-fd80715d466c} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Renaming temporary part tmp_insert_all_137_137_0 to all_137_137_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:42:54.212204 [ 278 ] {fa5b7895-6563-42b9-bec5-fd80715d466c} executeQuery: Read 160 rows, 11.41 KiB in 0.001218 sec., 131362.88998357966 rows/sec., 9.15 MiB/sec. 2026.02.23 16:42:54.212243 [ 278 ] {fa5b7895-6563-42b9-bec5-fd80715d466c} TCPHandler: Processed in 0.001387259 sec. 2026.02.23 16:42:54.212358 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:42:54.212453 [ 278 ] {d455faf1-a669-4463-a92b-be266ef32446} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.23 16:42:54.212509 [ 278 ] {d455faf1-a669-4463-a92b-be266ef32446} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.23 16:42:54.213290 [ 278 ] {d455faf1-a669-4463-a92b-be266ef32446} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:42:54.213328 [ 278 ] {d455faf1-a669-4463-a92b-be266ef32446} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2026.02.23 16:42:54.213858 [ 278 ] {d455faf1-a669-4463-a92b-be266ef32446} MergedBlockOutputStream: filled checksums all_130_130_0 (state Temporary) 2026.02.23 16:42:54.214100 [ 278 ] {d455faf1-a669-4463-a92b-be266ef32446} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Renaming temporary part tmp_insert_all_130_130_0 to all_130_130_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:42:54.214148 [ 221 ] {} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Removing 6 parts from memory: Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] 2026.02.23 16:42:54.214250 [ 278 ] {d455faf1-a669-4463-a92b-be266ef32446} executeQuery: Read 10 rows, 18.35 KiB in 0.001814 sec., 5512.679162072767 rows/sec., 9.88 MiB/sec. 2026.02.23 16:42:54.214324 [ 278 ] {d455faf1-a669-4463-a92b-be266ef32446} TCPHandler: Processed in 0.002014491 sec. 2026.02.23 16:42:54.214436 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:42:54.214531 [ 278 ] {95061c63-a762-4b57-a36f-29b6f7902dee} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.23 16:42:54.214574 [ 278 ] {95061c63-a762-4b57-a36f-29b6f7902dee} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.23 16:42:54.214913 [ 278 ] {95061c63-a762-4b57-a36f-29b6f7902dee} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:42:54.214949 [ 278 ] {95061c63-a762-4b57-a36f-29b6f7902dee} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2026.02.23 16:42:54.215258 [ 278 ] {95061c63-a762-4b57-a36f-29b6f7902dee} MergedBlockOutputStream: filled checksums all_137_137_0 (state Temporary) 2026.02.23 16:42:54.215480 [ 278 ] {95061c63-a762-4b57-a36f-29b6f7902dee} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Renaming temporary part tmp_insert_all_137_137_0 to all_137_137_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:42:54.215612 [ 278 ] {95061c63-a762-4b57-a36f-29b6f7902dee} executeQuery: Read 60 rows, 4.14 KiB in 0.001098 sec., 54644.8087431694 rows/sec., 3.68 MiB/sec. 2026.02.23 16:42:54.215649 [ 278 ] {95061c63-a762-4b57-a36f-29b6f7902dee} TCPHandler: Processed in 0.001263396 sec. 2026.02.23 16:42:55.037808 [ 217 ] {} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Found 6 old parts to remove. Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] 2026.02.23 16:42:55.037881 [ 217 ] {} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Removing 6 parts from filesystem (serially): Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] 2026.02.23 16:42:55.040063 [ 217 ] {} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Removing 6 parts from memory: Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] 2026.02.23 16:42:55.121859 [ 223 ] {} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Found 6 old parts to remove. Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] 2026.02.23 16:42:55.121911 [ 223 ] {} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Removing 6 parts from filesystem (serially): Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] 2026.02.23 16:42:55.124209 [ 223 ] {} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Removing 6 parts from memory: Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] 2026.02.23 16:42:57.576086 [ 85 ] {} DNSResolver: Updating DNS cache 2026.02.23 16:42:57.576136 [ 85 ] {} DNSResolver: Updated DNS cache 2026.02.23 16:42:57.799443 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 45112 2026.02.23 16:42:57.800167 [ 244 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:42:57.800204 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2026.02.23 16:42:57.800668 [ 244 ] {} MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) 2026.02.23 16:42:57.800886 [ 244 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:42:57.801018 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 45112 2026.02.23 16:42:59.206847 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:42:59.207029 [ 278 ] {0d46c634-eec4-4bd4-b282-5933bbe2cce2} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.23 16:42:59.207107 [ 278 ] {0d46c634-eec4-4bd4-b282-5933bbe2cce2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.23 16:42:59.207838 [ 278 ] {0d46c634-eec4-4bd4-b282-5933bbe2cce2} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:42:59.207894 [ 278 ] {0d46c634-eec4-4bd4-b282-5933bbe2cce2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2026.02.23 16:42:59.208303 [ 278 ] {0d46c634-eec4-4bd4-b282-5933bbe2cce2} MergedBlockOutputStream: filled checksums all_138_138_0 (state Temporary) 2026.02.23 16:42:59.208550 [ 278 ] {0d46c634-eec4-4bd4-b282-5933bbe2cce2} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Renaming temporary part tmp_insert_all_138_138_0 to all_138_138_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:42:59.208707 [ 278 ] {0d46c634-eec4-4bd4-b282-5933bbe2cce2} executeQuery: Read 120 rows, 10.47 KiB in 0.001733 sec., 69244.08540103867 rows/sec., 5.90 MiB/sec. 2026.02.23 16:42:59.208750 [ 278 ] {0d46c634-eec4-4bd4-b282-5933bbe2cce2} TCPHandler: Processed in 0.002032931 sec. 2026.02.23 16:42:59.208870 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:42:59.208966 [ 278 ] {b2f6bd43-3090-4e3b-945d-7435f6f2ec0d} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.23 16:42:59.209009 [ 278 ] {b2f6bd43-3090-4e3b-945d-7435f6f2ec0d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.23 16:42:59.209417 [ 278 ] {b2f6bd43-3090-4e3b-945d-7435f6f2ec0d} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:42:59.209455 [ 278 ] {b2f6bd43-3090-4e3b-945d-7435f6f2ec0d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2026.02.23 16:42:59.209746 [ 278 ] {b2f6bd43-3090-4e3b-945d-7435f6f2ec0d} MergedBlockOutputStream: filled checksums all_136_136_0 (state Temporary) 2026.02.23 16:42:59.209951 [ 278 ] {b2f6bd43-3090-4e3b-945d-7435f6f2ec0d} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Renaming temporary part tmp_insert_all_136_136_0 to all_136_136_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:42:59.210066 [ 80 ] {} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70) (MergerMutator): Selected 6 parts from all_1_131_26 to all_136_136_0 2026.02.23 16:42:59.210081 [ 278 ] {b2f6bd43-3090-4e3b-945d-7435f6f2ec0d} executeQuery: Read 32 rows, 2.41 KiB in 0.001133 sec., 28243.601059135042 rows/sec., 2.07 MiB/sec. 2026.02.23 16:42:59.210132 [ 80 ] {} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:42:59.210144 [ 278 ] {b2f6bd43-3090-4e3b-945d-7435f6f2ec0d} TCPHandler: Processed in 0.001323417 sec. 2026.02.23 16:42:59.210162 [ 80 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2026.02.23 16:42:59.210263 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:42:59.210294 [ 189 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_136_27} MergeTask::PrepareStage: Merging 6 parts: from all_1_131_26 to all_136_136_0 into Compact with storage Full 2026.02.23 16:42:59.210361 [ 278 ] {4fd6188e-3afc-4f57-96e2-ab3b336761e7} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.23 16:42:59.210406 [ 278 ] {4fd6188e-3afc-4f57-96e2-ab3b336761e7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.23 16:42:59.210446 [ 189 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_136_27} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:42:59.210489 [ 189 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_1_131_26, total 220 rows starting from the beginning of the part 2026.02.23 16:42:59.210566 [ 189 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_132_132_0, total 32 rows starting from the beginning of the part 2026.02.23 16:42:59.210618 [ 189 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_133_133_0, total 10 rows starting from the beginning of the part 2026.02.23 16:42:59.210668 [ 189 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_134_134_0, total 48 rows starting from the beginning of the part 2026.02.23 16:42:59.210714 [ 189 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_135_135_0, total 10 rows starting from the beginning of the part 2026.02.23 16:42:59.210763 [ 189 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_136_136_0, total 32 rows starting from the beginning of the part 2026.02.23 16:42:59.210825 [ 278 ] {4fd6188e-3afc-4f57-96e2-ab3b336761e7} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:42:59.210865 [ 278 ] {4fd6188e-3afc-4f57-96e2-ab3b336761e7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2026.02.23 16:42:59.211203 [ 278 ] {4fd6188e-3afc-4f57-96e2-ab3b336761e7} MergedBlockOutputStream: filled checksums all_138_138_0 (state Temporary) 2026.02.23 16:42:59.211437 [ 278 ] {4fd6188e-3afc-4f57-96e2-ab3b336761e7} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Renaming temporary part tmp_insert_all_138_138_0 to all_138_138_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:42:59.211573 [ 278 ] {4fd6188e-3afc-4f57-96e2-ab3b336761e7} executeQuery: Read 96 rows, 7.68 KiB in 0.00123 sec., 78048.78048780488 rows/sec., 6.10 MiB/sec. 2026.02.23 16:42:59.211611 [ 278 ] {4fd6188e-3afc-4f57-96e2-ab3b336761e7} TCPHandler: Processed in 0.001398088 sec. 2026.02.23 16:42:59.211684 [ 192 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_136_27} MergeTask::MergeProjectionsStage: Merge sorted 352 rows, containing 5 columns (5 merged, 0 gathered) in 0.00145423 sec., 242052.4951348824 rows/sec., 17.26 MiB/sec. 2026.02.23 16:42:59.211723 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:42:59.211820 [ 278 ] {8a7fb79f-597e-4561-b213-89d5e62288a7} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.23 16:42:59.211843 [ 199 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_136_27} MergedBlockOutputStream: filled checksums all_1_136_27 (state Temporary) 2026.02.23 16:42:59.211864 [ 278 ] {8a7fb79f-597e-4561-b213-89d5e62288a7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.23 16:42:59.212097 [ 199 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_136_27} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Renaming temporary part tmp_merge_all_1_136_27 to all_1_136_27 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:42:59.212164 [ 199 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_136_27} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70) (MergerMutator): Merged 6 parts: [all_1_131_26, all_136_136_0] -> all_1_136_27 2026.02.23 16:42:59.212262 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. 2026.02.23 16:42:59.212262 [ 278 ] {8a7fb79f-597e-4561-b213-89d5e62288a7} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:42:59.212306 [ 278 ] {8a7fb79f-597e-4561-b213-89d5e62288a7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2026.02.23 16:42:59.212625 [ 278 ] {8a7fb79f-597e-4561-b213-89d5e62288a7} MergedBlockOutputStream: filled checksums all_138_138_0 (state Temporary) 2026.02.23 16:42:59.212831 [ 278 ] {8a7fb79f-597e-4561-b213-89d5e62288a7} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Renaming temporary part tmp_insert_all_138_138_0 to all_138_138_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:42:59.212987 [ 278 ] {8a7fb79f-597e-4561-b213-89d5e62288a7} executeQuery: Read 160 rows, 11.41 KiB in 0.001184 sec., 135135.13513513515 rows/sec., 9.41 MiB/sec. 2026.02.23 16:42:59.213024 [ 278 ] {8a7fb79f-597e-4561-b213-89d5e62288a7} TCPHandler: Processed in 0.001351178 sec. 2026.02.23 16:42:59.213126 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:42:59.213220 [ 278 ] {a52b104e-6158-4b6d-b1ff-93fea6e21dc4} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.23 16:42:59.213274 [ 278 ] {a52b104e-6158-4b6d-b1ff-93fea6e21dc4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.23 16:42:59.214056 [ 278 ] {a52b104e-6158-4b6d-b1ff-93fea6e21dc4} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:42:59.214119 [ 278 ] {a52b104e-6158-4b6d-b1ff-93fea6e21dc4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2026.02.23 16:42:59.214650 [ 278 ] {a52b104e-6158-4b6d-b1ff-93fea6e21dc4} MergedBlockOutputStream: filled checksums all_131_131_0 (state Temporary) 2026.02.23 16:42:59.214863 [ 278 ] {a52b104e-6158-4b6d-b1ff-93fea6e21dc4} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Renaming temporary part tmp_insert_all_131_131_0 to all_131_131_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:42:59.214998 [ 278 ] {a52b104e-6158-4b6d-b1ff-93fea6e21dc4} executeQuery: Read 32 rows, 58.72 KiB in 0.001797 sec., 17807.456872565388 rows/sec., 31.91 MiB/sec. 2026.02.23 16:42:59.215009 [ 93 ] {} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd) (MergerMutator): Selected 6 parts from all_1_126_25 to all_131_131_0 2026.02.23 16:42:59.215055 [ 278 ] {a52b104e-6158-4b6d-b1ff-93fea6e21dc4} TCPHandler: Processed in 0.00197799 sec. 2026.02.23 16:42:59.215061 [ 93 ] {} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:42:59.215099 [ 93 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2026.02.23 16:42:59.215177 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:42:59.215219 [ 190 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_131_26} MergeTask::PrepareStage: Merging 6 parts: from all_1_126_25 to all_131_131_0 into Compact with storage Full 2026.02.23 16:42:59.215276 [ 278 ] {0fc8ceaa-74e0-4e86-80ec-b7c342988dca} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.23 16:42:59.215323 [ 278 ] {0fc8ceaa-74e0-4e86-80ec-b7c342988dca} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.23 16:42:59.215503 [ 190 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_131_26} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:42:59.215573 [ 190 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_1_126_25, total 2641 rows starting from the beginning of the part 2026.02.23 16:42:59.215654 [ 278 ] {0fc8ceaa-74e0-4e86-80ec-b7c342988dca} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:42:59.215694 [ 278 ] {0fc8ceaa-74e0-4e86-80ec-b7c342988dca} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2026.02.23 16:42:59.215719 [ 190 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_127_127_0, total 32 rows starting from the beginning of the part 2026.02.23 16:42:59.215844 [ 190 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_128_128_0, total 10 rows starting from the beginning of the part 2026.02.23 16:42:59.215955 [ 190 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_129_129_0, total 32 rows starting from the beginning of the part 2026.02.23 16:42:59.215994 [ 278 ] {0fc8ceaa-74e0-4e86-80ec-b7c342988dca} MergedBlockOutputStream: filled checksums all_138_138_0 (state Temporary) 2026.02.23 16:42:59.216058 [ 190 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_130_130_0, total 10 rows starting from the beginning of the part 2026.02.23 16:42:59.216162 [ 190 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_131_131_0, total 32 rows starting from the beginning of the part 2026.02.23 16:42:59.216210 [ 278 ] {0fc8ceaa-74e0-4e86-80ec-b7c342988dca} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Renaming temporary part tmp_insert_all_138_138_0 to all_138_138_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:42:59.216346 [ 278 ] {0fc8ceaa-74e0-4e86-80ec-b7c342988dca} executeQuery: Read 60 rows, 4.14 KiB in 0.001088 sec., 55147.05882352941 rows/sec., 3.72 MiB/sec. 2026.02.23 16:42:59.216383 [ 278 ] {0fc8ceaa-74e0-4e86-80ec-b7c342988dca} TCPHandler: Processed in 0.001255275 sec. 2026.02.23 16:42:59.223602 [ 186 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_131_26} MergeTask::MergeProjectionsStage: Merge sorted 2757 rows, containing 19 columns (19 merged, 0 gathered) in 0.008437774 sec., 326744.94481601426 rows/sec., 585.51 MiB/sec. 2026.02.23 16:42:59.225878 [ 186 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_131_26} MergedBlockOutputStream: filled checksums all_1_131_26 (state Temporary) 2026.02.23 16:42:59.226228 [ 186 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_131_26} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Renaming temporary part tmp_merge_all_1_131_26 to all_1_131_26 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:42:59.226306 [ 186 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_131_26} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd) (MergerMutator): Merged 6 parts: [all_1_126_25, all_131_131_0] -> all_1_131_26 2026.02.23 16:42:59.226428 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 19.11 MiB. 2026.02.23 16:43:00.219455 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 708 2026.02.23 16:43:00.238786 [ 243 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:43:00.238857 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. 2026.02.23 16:43:00.245752 [ 243 ] {} MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) 2026.02.23 16:43:00.246515 [ 243 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:43:00.250499 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 708 2026.02.23 16:43:02.949543 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 2372 2026.02.23 16:43:02.951916 [ 242 ] {} system.query_log (b83b341e-dbaf-448e-9582-20b3e6cd291d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:43:02.951964 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2026.02.23 16:43:02.953194 [ 242 ] {} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2026.02.23 16:43:02.953477 [ 242 ] {} system.query_log (b83b341e-dbaf-448e-9582-20b3e6cd291d): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:43:02.953848 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 2372 2026.02.23 16:43:04.206450 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:43:04.206637 [ 278 ] {2ad92cc9-73d7-4690-86b8-b95e7630f427} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.02.23 16:43:04.206709 [ 278 ] {2ad92cc9-73d7-4690-86b8-b95e7630f427} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.02.23 16:43:04.207395 [ 278 ] {2ad92cc9-73d7-4690-86b8-b95e7630f427} oximeter.fields_ipaddr (aca7842a-9245-4e3c-8c67-e3828bf88048): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:43:04.207447 [ 278 ] {2ad92cc9-73d7-4690-86b8-b95e7630f427} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2026.02.23 16:43:04.207822 [ 278 ] {2ad92cc9-73d7-4690-86b8-b95e7630f427} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2026.02.23 16:43:04.208056 [ 278 ] {2ad92cc9-73d7-4690-86b8-b95e7630f427} oximeter.fields_ipaddr (aca7842a-9245-4e3c-8c67-e3828bf88048): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:43:04.208228 [ 278 ] {2ad92cc9-73d7-4690-86b8-b95e7630f427} executeQuery: Read 4 rows, 334.00 B in 0.001641 sec., 2437.538086532602 rows/sec., 198.76 KiB/sec. 2026.02.23 16:43:04.208281 [ 278 ] {2ad92cc9-73d7-4690-86b8-b95e7630f427} TCPHandler: Processed in 0.001960971 sec. 2026.02.23 16:43:04.208406 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:43:04.208509 [ 278 ] {a80ceb6c-329e-4158-806e-0fbaf90495af} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.23 16:43:04.208551 [ 278 ] {a80ceb6c-329e-4158-806e-0fbaf90495af} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.23 16:43:04.209007 [ 278 ] {a80ceb6c-329e-4158-806e-0fbaf90495af} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:43:04.209045 [ 278 ] {a80ceb6c-329e-4158-806e-0fbaf90495af} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2026.02.23 16:43:04.209375 [ 278 ] {a80ceb6c-329e-4158-806e-0fbaf90495af} MergedBlockOutputStream: filled checksums all_139_139_0 (state Temporary) 2026.02.23 16:43:04.209585 [ 278 ] {a80ceb6c-329e-4158-806e-0fbaf90495af} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Renaming temporary part tmp_insert_all_139_139_0 to all_139_139_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:43:04.209716 [ 278 ] {a80ceb6c-329e-4158-806e-0fbaf90495af} executeQuery: Read 78 rows, 6.56 KiB in 0.001231 sec., 63363.119415109664 rows/sec., 5.20 MiB/sec. 2026.02.23 16:43:04.209754 [ 278 ] {a80ceb6c-329e-4158-806e-0fbaf90495af} TCPHandler: Processed in 0.001398119 sec. 2026.02.23 16:43:04.209878 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:43:04.209974 [ 278 ] {a2b51361-f594-43c1-81e9-c6539afd9d26} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.23 16:43:04.210014 [ 278 ] {a2b51361-f594-43c1-81e9-c6539afd9d26} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.23 16:43:04.210418 [ 278 ] {a2b51361-f594-43c1-81e9-c6539afd9d26} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:43:04.210455 [ 278 ] {a2b51361-f594-43c1-81e9-c6539afd9d26} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2026.02.23 16:43:04.210772 [ 278 ] {a2b51361-f594-43c1-81e9-c6539afd9d26} MergedBlockOutputStream: filled checksums all_137_137_0 (state Temporary) 2026.02.23 16:43:04.210991 [ 278 ] {a2b51361-f594-43c1-81e9-c6539afd9d26} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Renaming temporary part tmp_insert_all_137_137_0 to all_137_137_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:43:04.211116 [ 278 ] {a2b51361-f594-43c1-81e9-c6539afd9d26} executeQuery: Read 14 rows, 1.03 KiB in 0.001163 sec., 12037.833190025796 rows/sec., 886.72 KiB/sec. 2026.02.23 16:43:04.211152 [ 278 ] {a2b51361-f594-43c1-81e9-c6539afd9d26} TCPHandler: Processed in 0.001328528 sec. 2026.02.23 16:43:04.211263 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:43:04.211356 [ 278 ] {c82d0393-2fae-4b31-b50b-b5e80febb10a} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.23 16:43:04.211395 [ 278 ] {c82d0393-2fae-4b31-b50b-b5e80febb10a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.23 16:43:04.211805 [ 278 ] {c82d0393-2fae-4b31-b50b-b5e80febb10a} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:43:04.211841 [ 278 ] {c82d0393-2fae-4b31-b50b-b5e80febb10a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2026.02.23 16:43:04.212126 [ 278 ] {c82d0393-2fae-4b31-b50b-b5e80febb10a} MergedBlockOutputStream: filled checksums all_139_139_0 (state Temporary) 2026.02.23 16:43:04.212325 [ 278 ] {c82d0393-2fae-4b31-b50b-b5e80febb10a} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Renaming temporary part tmp_insert_all_139_139_0 to all_139_139_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:43:04.212452 [ 278 ] {c82d0393-2fae-4b31-b50b-b5e80febb10a} executeQuery: Read 78 rows, 6.24 KiB in 0.001115 sec., 69955.15695067264 rows/sec., 5.47 MiB/sec. 2026.02.23 16:43:04.212489 [ 278 ] {c82d0393-2fae-4b31-b50b-b5e80febb10a} TCPHandler: Processed in 0.001273016 sec. 2026.02.23 16:43:04.212600 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:43:04.212692 [ 278 ] {a766b853-c883-4712-ab12-9a72a4c628ce} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.23 16:43:04.212736 [ 278 ] {a766b853-c883-4712-ab12-9a72a4c628ce} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.23 16:43:04.213142 [ 278 ] {a766b853-c883-4712-ab12-9a72a4c628ce} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:43:04.213179 [ 278 ] {a766b853-c883-4712-ab12-9a72a4c628ce} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2026.02.23 16:43:04.213493 [ 278 ] {a766b853-c883-4712-ab12-9a72a4c628ce} MergedBlockOutputStream: filled checksums all_139_139_0 (state Temporary) 2026.02.23 16:43:04.213692 [ 278 ] {a766b853-c883-4712-ab12-9a72a4c628ce} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Renaming temporary part tmp_insert_all_139_139_0 to all_139_139_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:43:04.213816 [ 278 ] {a766b853-c883-4712-ab12-9a72a4c628ce} executeQuery: Read 162 rows, 11.55 KiB in 0.001142 sec., 141856.39229422066 rows/sec., 9.88 MiB/sec. 2026.02.23 16:43:04.213852 [ 278 ] {a766b853-c883-4712-ab12-9a72a4c628ce} TCPHandler: Processed in 0.001299067 sec. 2026.02.23 16:43:04.213957 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:43:04.214049 [ 278 ] {9a6c2067-35ed-41ff-9ae6-c03bcd2a62a5} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.23 16:43:04.214101 [ 278 ] {9a6c2067-35ed-41ff-9ae6-c03bcd2a62a5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.23 16:43:04.214877 [ 278 ] {9a6c2067-35ed-41ff-9ae6-c03bcd2a62a5} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:43:04.214913 [ 278 ] {9a6c2067-35ed-41ff-9ae6-c03bcd2a62a5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2026.02.23 16:43:04.215455 [ 278 ] {9a6c2067-35ed-41ff-9ae6-c03bcd2a62a5} MergedBlockOutputStream: filled checksums all_132_132_0 (state Temporary) 2026.02.23 16:43:04.215673 [ 278 ] {9a6c2067-35ed-41ff-9ae6-c03bcd2a62a5} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Renaming temporary part tmp_insert_all_132_132_0 to all_132_132_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:43:04.215815 [ 278 ] {9a6c2067-35ed-41ff-9ae6-c03bcd2a62a5} executeQuery: Read 10 rows, 18.35 KiB in 0.001784 sec., 5605.3811659192825 rows/sec., 10.04 MiB/sec. 2026.02.23 16:43:04.215880 [ 278 ] {9a6c2067-35ed-41ff-9ae6-c03bcd2a62a5} TCPHandler: Processed in 0.001970471 sec. 2026.02.23 16:43:04.215895 [ 220 ] {} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Found 6 old parts to remove. Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] 2026.02.23 16:43:04.215946 [ 220 ] {} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Removing 6 parts from filesystem (serially): Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] 2026.02.23 16:43:04.215991 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:43:04.216090 [ 278 ] {f65ae1bf-6cc7-493c-a10f-b3d2efea51ee} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.23 16:43:04.216131 [ 278 ] {f65ae1bf-6cc7-493c-a10f-b3d2efea51ee} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.23 16:43:04.216481 [ 278 ] {f65ae1bf-6cc7-493c-a10f-b3d2efea51ee} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:43:04.216519 [ 278 ] {f65ae1bf-6cc7-493c-a10f-b3d2efea51ee} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2026.02.23 16:43:04.216857 [ 278 ] {f65ae1bf-6cc7-493c-a10f-b3d2efea51ee} MergedBlockOutputStream: filled checksums all_139_139_0 (state Temporary) 2026.02.23 16:43:04.217079 [ 278 ] {f65ae1bf-6cc7-493c-a10f-b3d2efea51ee} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Renaming temporary part tmp_insert_all_139_139_0 to all_139_139_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:43:04.217207 [ 278 ] {f65ae1bf-6cc7-493c-a10f-b3d2efea51ee} executeQuery: Read 60 rows, 4.14 KiB in 0.001136 sec., 52816.9014084507 rows/sec., 3.56 MiB/sec. 2026.02.23 16:43:04.217243 [ 278 ] {f65ae1bf-6cc7-493c-a10f-b3d2efea51ee} TCPHandler: Processed in 0.001299377 sec. 2026.02.23 16:43:04.218873 [ 220 ] {} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Removing 6 parts from memory: Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] 2026.02.23 16:43:04.535333 [ 223 ] {} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Found 6 old parts to remove. Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] 2026.02.23 16:43:04.535388 [ 223 ] {} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Removing 6 parts from filesystem (serially): Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] 2026.02.23 16:43:04.538679 [ 223 ] {} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Removing 6 parts from memory: Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] 2026.02.23 16:43:05.301232 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 45624 2026.02.23 16:43:05.301796 [ 244 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:43:05.301848 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2026.02.23 16:43:05.302424 [ 244 ] {} MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) 2026.02.23 16:43:05.302657 [ 244 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:43:05.302807 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 45624 2026.02.23 16:43:05.302871 [ 225 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Found 6 old parts to remove. Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] 2026.02.23 16:43:05.302927 [ 225 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Removing 6 parts from filesystem (serially): Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] 2026.02.23 16:43:05.305775 [ 225 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Removing 6 parts from memory: Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] 2026.02.23 16:43:06.334691 [ 225 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Found 6 old parts to remove. Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] 2026.02.23 16:43:06.334747 [ 225 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Removing 6 parts from filesystem (serially): Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] 2026.02.23 16:43:06.337304 [ 225 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Removing 6 parts from memory: Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] 2026.02.23 16:43:07.000280 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 392.48 MiB, peak 415.02 MiB, free memory in arenas 0.00 B, will set to 396.48 MiB (RSS), difference: 4.00 MiB 2026.02.23 16:43:07.750733 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 716 2026.02.23 16:43:07.767739 [ 243 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:43:07.767795 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2026.02.23 16:43:07.773941 [ 243 ] {} MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) 2026.02.23 16:43:07.774703 [ 243 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:43:07.777708 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 716 2026.02.23 16:43:09.206990 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:43:09.207168 [ 278 ] {4f7caf8f-6e91-43cf-b698-8b3885ffbb95} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.23 16:43:09.207232 [ 278 ] {4f7caf8f-6e91-43cf-b698-8b3885ffbb95} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.23 16:43:09.207936 [ 278 ] {4f7caf8f-6e91-43cf-b698-8b3885ffbb95} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:43:09.207978 [ 278 ] {4f7caf8f-6e91-43cf-b698-8b3885ffbb95} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2026.02.23 16:43:09.208366 [ 278 ] {4f7caf8f-6e91-43cf-b698-8b3885ffbb95} MergedBlockOutputStream: filled checksums all_140_140_0 (state Temporary) 2026.02.23 16:43:09.208592 [ 278 ] {4f7caf8f-6e91-43cf-b698-8b3885ffbb95} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Renaming temporary part tmp_insert_all_140_140_0 to all_140_140_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:43:09.208745 [ 278 ] {4f7caf8f-6e91-43cf-b698-8b3885ffbb95} executeQuery: Read 120 rows, 10.47 KiB in 0.001626 sec., 73800.73800738007 rows/sec., 6.29 MiB/sec. 2026.02.23 16:43:09.208789 [ 278 ] {4f7caf8f-6e91-43cf-b698-8b3885ffbb95} TCPHandler: Processed in 0.00193107 sec. 2026.02.23 16:43:09.208914 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:43:09.209009 [ 278 ] {f6e0dc69-5099-4e20-a47a-bab1488e6160} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.23 16:43:09.209050 [ 278 ] {f6e0dc69-5099-4e20-a47a-bab1488e6160} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.23 16:43:09.209467 [ 278 ] {f6e0dc69-5099-4e20-a47a-bab1488e6160} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:43:09.209503 [ 278 ] {f6e0dc69-5099-4e20-a47a-bab1488e6160} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2026.02.23 16:43:09.209802 [ 278 ] {f6e0dc69-5099-4e20-a47a-bab1488e6160} MergedBlockOutputStream: filled checksums all_138_138_0 (state Temporary) 2026.02.23 16:43:09.210011 [ 278 ] {f6e0dc69-5099-4e20-a47a-bab1488e6160} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Renaming temporary part tmp_insert_all_138_138_0 to all_138_138_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:43:09.210140 [ 278 ] {f6e0dc69-5099-4e20-a47a-bab1488e6160} executeQuery: Read 32 rows, 2.41 KiB in 0.001149 sec., 27850.3046127067 rows/sec., 2.05 MiB/sec. 2026.02.23 16:43:09.210179 [ 278 ] {f6e0dc69-5099-4e20-a47a-bab1488e6160} TCPHandler: Processed in 0.001314527 sec. 2026.02.23 16:43:09.210290 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:43:09.210389 [ 278 ] {cacd8e1a-7c88-40ed-bdca-7ea77bdf4281} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.23 16:43:09.210430 [ 278 ] {cacd8e1a-7c88-40ed-bdca-7ea77bdf4281} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.23 16:43:09.210860 [ 278 ] {cacd8e1a-7c88-40ed-bdca-7ea77bdf4281} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:43:09.210897 [ 278 ] {cacd8e1a-7c88-40ed-bdca-7ea77bdf4281} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2026.02.23 16:43:09.211194 [ 278 ] {cacd8e1a-7c88-40ed-bdca-7ea77bdf4281} MergedBlockOutputStream: filled checksums all_140_140_0 (state Temporary) 2026.02.23 16:43:09.211395 [ 278 ] {cacd8e1a-7c88-40ed-bdca-7ea77bdf4281} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Renaming temporary part tmp_insert_all_140_140_0 to all_140_140_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:43:09.211517 [ 278 ] {cacd8e1a-7c88-40ed-bdca-7ea77bdf4281} executeQuery: Read 96 rows, 7.68 KiB in 0.00116 sec., 82758.62068965517 rows/sec., 6.46 MiB/sec. 2026.02.23 16:43:09.211553 [ 278 ] {cacd8e1a-7c88-40ed-bdca-7ea77bdf4281} TCPHandler: Processed in 0.001329777 sec. 2026.02.23 16:43:09.211660 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:43:09.211748 [ 278 ] {6f9e2356-0ae1-4d5b-bcd1-874e2db423ec} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.23 16:43:09.211788 [ 278 ] {6f9e2356-0ae1-4d5b-bcd1-874e2db423ec} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.23 16:43:09.212174 [ 278 ] {6f9e2356-0ae1-4d5b-bcd1-874e2db423ec} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:43:09.212207 [ 278 ] {6f9e2356-0ae1-4d5b-bcd1-874e2db423ec} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2026.02.23 16:43:09.212592 [ 278 ] {6f9e2356-0ae1-4d5b-bcd1-874e2db423ec} MergedBlockOutputStream: filled checksums all_140_140_0 (state Temporary) 2026.02.23 16:43:09.212799 [ 278 ] {6f9e2356-0ae1-4d5b-bcd1-874e2db423ec} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Renaming temporary part tmp_insert_all_140_140_0 to all_140_140_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:43:09.212928 [ 278 ] {6f9e2356-0ae1-4d5b-bcd1-874e2db423ec} executeQuery: Read 160 rows, 11.41 KiB in 0.001167 sec., 137103.68466152527 rows/sec., 9.55 MiB/sec. 2026.02.23 16:43:09.212965 [ 278 ] {6f9e2356-0ae1-4d5b-bcd1-874e2db423ec} TCPHandler: Processed in 0.001329577 sec. 2026.02.23 16:43:09.213078 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:43:09.213171 [ 278 ] {6205c3a6-d04e-4378-9aae-e3c1d0f5bb1e} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.23 16:43:09.213226 [ 278 ] {6205c3a6-d04e-4378-9aae-e3c1d0f5bb1e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.23 16:43:09.214106 [ 278 ] {6205c3a6-d04e-4378-9aae-e3c1d0f5bb1e} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:43:09.214142 [ 278 ] {6205c3a6-d04e-4378-9aae-e3c1d0f5bb1e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2026.02.23 16:43:09.214677 [ 278 ] {6205c3a6-d04e-4378-9aae-e3c1d0f5bb1e} MergedBlockOutputStream: filled checksums all_133_133_0 (state Temporary) 2026.02.23 16:43:09.214887 [ 278 ] {6205c3a6-d04e-4378-9aae-e3c1d0f5bb1e} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Renaming temporary part tmp_insert_all_133_133_0 to all_133_133_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:43:09.215023 [ 278 ] {6205c3a6-d04e-4378-9aae-e3c1d0f5bb1e} executeQuery: Read 32 rows, 58.72 KiB in 0.001868 sec., 17130.620985010704 rows/sec., 30.70 MiB/sec. 2026.02.23 16:43:09.215087 [ 278 ] {6205c3a6-d04e-4378-9aae-e3c1d0f5bb1e} TCPHandler: Processed in 0.002057923 sec. 2026.02.23 16:43:09.215230 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:43:09.215329 [ 278 ] {57153015-7b55-4fa2-b6ed-d9b2e4e5e1d9} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.23 16:43:09.215371 [ 278 ] {57153015-7b55-4fa2-b6ed-d9b2e4e5e1d9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.23 16:43:09.215730 [ 278 ] {57153015-7b55-4fa2-b6ed-d9b2e4e5e1d9} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:43:09.215766 [ 278 ] {57153015-7b55-4fa2-b6ed-d9b2e4e5e1d9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2026.02.23 16:43:09.216059 [ 278 ] {57153015-7b55-4fa2-b6ed-d9b2e4e5e1d9} MergedBlockOutputStream: filled checksums all_140_140_0 (state Temporary) 2026.02.23 16:43:09.216262 [ 278 ] {57153015-7b55-4fa2-b6ed-d9b2e4e5e1d9} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Renaming temporary part tmp_insert_all_140_140_0 to all_140_140_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:43:09.216392 [ 278 ] {57153015-7b55-4fa2-b6ed-d9b2e4e5e1d9} executeQuery: Read 60 rows, 4.14 KiB in 0.001081 sec., 55504.16281221092 rows/sec., 3.74 MiB/sec. 2026.02.23 16:43:09.216432 [ 278 ] {57153015-7b55-4fa2-b6ed-d9b2e4e5e1d9} TCPHandler: Processed in 0.001249595 sec. 2026.02.23 16:43:11.179713 [ 352 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34293 2026.02.23 16:43:11.179821 [ 352 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:43:11.179848 [ 352 ] {} TCP-Session: 8830bf01-4a0b-4b00-ae5a-9a0a8e78e506 Authenticating user 'default' from [fd00:1122:3344:101::e]:34293 2026.02.23 16:43:11.179871 [ 352 ] {} TCP-Session: 8830bf01-4a0b-4b00-ae5a-9a0a8e78e506 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:43:11.179884 [ 352 ] {} TCP-Session: 8830bf01-4a0b-4b00-ae5a-9a0a8e78e506 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:43:11.180097 [ 356 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53019 2026.02.23 16:43:11.180113 [ 357 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56220 2026.02.23 16:43:11.180147 [ 360 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49806 2026.02.23 16:43:11.180179 [ 365 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63431 2026.02.23 16:43:11.180203 [ 366 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36200 2026.02.23 16:43:11.180213 [ 356 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:43:11.180241 [ 360 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:43:11.180241 [ 357 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:43:11.180266 [ 356 ] {} TCP-Session: 30fdcc09-9cd2-4404-bbcb-650da3359128 Authenticating user 'default' from [fd00:1122:3344:101::e]:53019 2026.02.23 16:43:11.180272 [ 360 ] {} TCP-Session: fd957b8e-4037-47b0-91fc-22b9a149ee57 Authenticating user 'default' from [fd00:1122:3344:101::e]:49806 2026.02.23 16:43:11.180292 [ 357 ] {} TCP-Session: dd60e3db-5f3c-4e00-abdf-056fcafeb72a Authenticating user 'default' from [fd00:1122:3344:101::e]:56220 2026.02.23 16:43:11.180303 [ 356 ] {} TCP-Session: 30fdcc09-9cd2-4404-bbcb-650da3359128 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:43:11.180307 [ 360 ] {} TCP-Session: fd957b8e-4037-47b0-91fc-22b9a149ee57 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:43:11.180330 [ 357 ] {} TCP-Session: dd60e3db-5f3c-4e00-abdf-056fcafeb72a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:43:11.180341 [ 360 ] {} TCP-Session: fd957b8e-4037-47b0-91fc-22b9a149ee57 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:43:11.180357 [ 357 ] {} TCP-Session: dd60e3db-5f3c-4e00-abdf-056fcafeb72a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:43:11.180334 [ 356 ] {} TCP-Session: 30fdcc09-9cd2-4404-bbcb-650da3359128 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:43:11.180289 [ 366 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:43:11.180261 [ 365 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:43:11.180445 [ 366 ] {} TCP-Session: 1974866d-c044-411a-a56f-b3d951f25882 Authenticating user 'default' from [fd00:1122:3344:101::e]:36200 2026.02.23 16:43:11.180233 [ 352 ] {} TCP-Session: 8830bf01-4a0b-4b00-ae5a-9a0a8e78e506 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:43:11.180476 [ 366 ] {} TCP-Session: 1974866d-c044-411a-a56f-b3d951f25882 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:43:11.180471 [ 365 ] {} TCP-Session: 720ed241-4cfe-4b9a-aead-a2bf7c664f0a Authenticating user 'default' from [fd00:1122:3344:101::e]:63431 2026.02.23 16:43:11.180502 [ 366 ] {} TCP-Session: 1974866d-c044-411a-a56f-b3d951f25882 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:43:11.180528 [ 365 ] {} TCP-Session: 720ed241-4cfe-4b9a-aead-a2bf7c664f0a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:43:11.180127 [ 358 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57765 2026.02.23 16:43:11.180557 [ 365 ] {} TCP-Session: 720ed241-4cfe-4b9a-aead-a2bf7c664f0a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:43:11.180126 [ 359 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40917 2026.02.23 16:43:11.180158 [ 364 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56352 2026.02.23 16:43:11.180647 [ 352 ] {f4b8717e-d065-4fb1-8afc-618d2bec7dd0} executeQuery: (from [fd00:1122:3344:101::e]:34293) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.02.23 16:43:11.180663 [ 358 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:43:11.180686 [ 359 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:43:11.180718 [ 358 ] {} TCP-Session: dfb7a34d-b04e-4b70-9271-35d588d22f3d Authenticating user 'default' from [fd00:1122:3344:101::e]:57765 2026.02.23 16:43:11.180725 [ 359 ] {} TCP-Session: 31c858c3-d3da-414f-9b7d-aaf261fb1ae5 Authenticating user 'default' from [fd00:1122:3344:101::e]:40917 2026.02.23 16:43:11.180751 [ 358 ] {} TCP-Session: dfb7a34d-b04e-4b70-9271-35d588d22f3d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:43:11.180755 [ 359 ] {} TCP-Session: 31c858c3-d3da-414f-9b7d-aaf261fb1ae5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:43:11.180773 [ 358 ] {} TCP-Session: dfb7a34d-b04e-4b70-9271-35d588d22f3d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:43:11.180786 [ 359 ] {} TCP-Session: 31c858c3-d3da-414f-9b7d-aaf261fb1ae5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:43:11.180902 [ 364 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:43:11.180939 [ 364 ] {} TCP-Session: bb4654a8-35ef-4131-a4e7-02320187208b Authenticating user 'default' from [fd00:1122:3344:101::e]:56352 2026.02.23 16:43:11.180954 [ 352 ] {f4b8717e-d065-4fb1-8afc-618d2bec7dd0} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.02.23 16:43:11.180957 [ 364 ] {} TCP-Session: bb4654a8-35ef-4131-a4e7-02320187208b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:43:11.180992 [ 364 ] {} TCP-Session: bb4654a8-35ef-4131-a4e7-02320187208b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:43:11.181020 [ 352 ] {f4b8717e-d065-4fb1-8afc-618d2bec7dd0} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.23 16:43:11.181317 [ 352 ] {f4b8717e-d065-4fb1-8afc-618d2bec7dd0} oximeter.version (5b0048b8-9e05-4abf-ab1d-311c7f35e206) (SelectExecutor): Key condition: unknown 2026.02.23 16:43:11.182293 [ 335 ] {f4b8717e-d065-4fb1-8afc-618d2bec7dd0} AggregatingTransform: Aggregating 2026.02.23 16:43:11.182328 [ 335 ] {f4b8717e-d065-4fb1-8afc-618d2bec7dd0} Aggregator: Aggregation method: without_key 2026.02.23 16:43:11.182361 [ 335 ] {f4b8717e-d065-4fb1-8afc-618d2bec7dd0} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000935759 sec. (1068.651 rows/sec., 41.74 KiB/sec.) 2026.02.23 16:43:11.182380 [ 335 ] {f4b8717e-d065-4fb1-8afc-618d2bec7dd0} Aggregator: Merging aggregated data 2026.02.23 16:43:11.183867 [ 352 ] {f4b8717e-d065-4fb1-8afc-618d2bec7dd0} executeQuery: Read 1 rows, 40.00 B in 0.003279 sec., 304.97102775236357 rows/sec., 11.91 KiB/sec. 2026.02.23 16:43:11.183994 [ 352 ] {f4b8717e-d065-4fb1-8afc-618d2bec7dd0} TCPHandler: Processed in 0.003935012 sec. 2026.02.23 16:43:11.184123 [ 352 ] {} TCPHandler: Done processing connection. 2026.02.23 16:43:11.184153 [ 352 ] {} TCP-Session: 8830bf01-4a0b-4b00-ae5a-9a0a8e78e506 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:43:11.184158 [ 360 ] {} TCPHandler: Done processing connection. 2026.02.23 16:43:11.184179 [ 366 ] {} TCPHandler: Done processing connection. 2026.02.23 16:43:11.184208 [ 360 ] {} TCP-Session: fd957b8e-4037-47b0-91fc-22b9a149ee57 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:43:11.184211 [ 357 ] {} TCPHandler: Done processing connection. 2026.02.23 16:43:11.184230 [ 356 ] {} TCPHandler: Done processing connection. 2026.02.23 16:43:11.184247 [ 364 ] {} TCPHandler: Done processing connection. 2026.02.23 16:43:11.184269 [ 357 ] {} TCP-Session: dd60e3db-5f3c-4e00-abdf-056fcafeb72a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:43:11.184282 [ 359 ] {} TCPHandler: Done processing connection. 2026.02.23 16:43:11.184306 [ 364 ] {} TCP-Session: bb4654a8-35ef-4131-a4e7-02320187208b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:43:11.184309 [ 356 ] {} TCP-Session: 30fdcc09-9cd2-4404-bbcb-650da3359128 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:43:11.184337 [ 359 ] {} TCP-Session: 31c858c3-d3da-414f-9b7d-aaf261fb1ae5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:43:11.184266 [ 365 ] {} TCPHandler: Done processing connection. 2026.02.23 16:43:11.184235 [ 366 ] {} TCP-Session: 1974866d-c044-411a-a56f-b3d951f25882 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:43:11.184407 [ 365 ] {} TCP-Session: 720ed241-4cfe-4b9a-aead-a2bf7c664f0a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:43:11.184207 [ 358 ] {} TCPHandler: Done processing connection. 2026.02.23 16:43:11.184475 [ 358 ] {} TCP-Session: dfb7a34d-b04e-4b70-9271-35d588d22f3d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:43:11.301076 [ 352 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33408 2026.02.23 16:43:11.301190 [ 352 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:43:11.301217 [ 352 ] {} TCP-Session: 550d677b-14e9-4d5e-9542-194f3f984ca6 Authenticating user 'default' from [fd00:1122:3344:101::e]:33408 2026.02.23 16:43:11.301239 [ 352 ] {} TCP-Session: 550d677b-14e9-4d5e-9542-194f3f984ca6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:43:11.301252 [ 352 ] {} TCP-Session: 550d677b-14e9-4d5e-9542-194f3f984ca6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:43:11.301434 [ 356 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50147 2026.02.23 16:43:11.301451 [ 357 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48806 2026.02.23 16:43:11.301496 [ 360 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52813 2026.02.23 16:43:11.301518 [ 365 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33784 2026.02.23 16:43:11.301529 [ 366 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63821 2026.02.23 16:43:11.301554 [ 352 ] {} TCP-Session: 550d677b-14e9-4d5e-9542-194f3f984ca6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:43:11.301579 [ 357 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:43:11.301596 [ 365 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:43:11.301624 [ 357 ] {} TCP-Session: c52a678b-79d4-48b6-ade7-5a25d21a8514 Authenticating user 'default' from [fd00:1122:3344:101::e]:48806 2026.02.23 16:43:11.301641 [ 365 ] {} TCP-Session: c7ba8362-fd4b-4856-af20-83de0f74b351 Authenticating user 'default' from [fd00:1122:3344:101::e]:33784 2026.02.23 16:43:11.301644 [ 366 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:43:11.301657 [ 357 ] {} TCP-Session: c52a678b-79d4-48b6-ade7-5a25d21a8514 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:43:11.301671 [ 365 ] {} TCP-Session: c7ba8362-fd4b-4856-af20-83de0f74b351 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:43:11.301696 [ 357 ] {} TCP-Session: c52a678b-79d4-48b6-ade7-5a25d21a8514 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:43:11.301697 [ 366 ] {} TCP-Session: b695be0c-ddb4-4b12-b7dc-2a3c299f8bb5 Authenticating user 'default' from [fd00:1122:3344:101::e]:63821 2026.02.23 16:43:11.301709 [ 365 ] {} TCP-Session: c7ba8362-fd4b-4856-af20-83de0f74b351 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:43:11.301552 [ 356 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:43:11.301743 [ 366 ] {} TCP-Session: b695be0c-ddb4-4b12-b7dc-2a3c299f8bb5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:43:11.301770 [ 356 ] {} TCP-Session: 4e45ff14-1637-40a0-882f-5d8109e902e6 Authenticating user 'default' from [fd00:1122:3344:101::e]:50147 2026.02.23 16:43:11.301788 [ 366 ] {} TCP-Session: b695be0c-ddb4-4b12-b7dc-2a3c299f8bb5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:43:11.301800 [ 356 ] {} TCP-Session: 4e45ff14-1637-40a0-882f-5d8109e902e6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:43:11.301741 [ 352 ] {6ede627a-af42-4e6d-93b0-3b9e53b075f5} executeQuery: (from [fd00:1122:3344:101::e]:33408) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.02.23 16:43:11.301827 [ 356 ] {} TCP-Session: 4e45ff14-1637-40a0-882f-5d8109e902e6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:43:11.301508 [ 364 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34604 2026.02.23 16:43:11.301489 [ 358 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56213 2026.02.23 16:43:11.301485 [ 359 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60991 2026.02.23 16:43:11.301941 [ 364 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:43:11.301593 [ 360 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:43:11.301975 [ 364 ] {} TCP-Session: d878376b-348d-48a7-837b-facbd22ca408 Authenticating user 'default' from [fd00:1122:3344:101::e]:34604 2026.02.23 16:43:11.302002 [ 358 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:43:11.302005 [ 360 ] {} TCP-Session: d57308c4-643a-4ed0-b2a6-85c7de26a6df Authenticating user 'default' from [fd00:1122:3344:101::e]:52813 2026.02.23 16:43:11.302010 [ 359 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:43:11.302046 [ 360 ] {} TCP-Session: d57308c4-643a-4ed0-b2a6-85c7de26a6df Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:43:11.302041 [ 358 ] {} TCP-Session: a90785ab-443a-4897-8ae8-073d5a551b02 Authenticating user 'default' from [fd00:1122:3344:101::e]:56213 2026.02.23 16:43:11.302078 [ 360 ] {} TCP-Session: d57308c4-643a-4ed0-b2a6-85c7de26a6df Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:43:11.302102 [ 352 ] {6ede627a-af42-4e6d-93b0-3b9e53b075f5} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.02.23 16:43:11.302118 [ 358 ] {} TCP-Session: a90785ab-443a-4897-8ae8-073d5a551b02 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:43:11.302077 [ 359 ] {} TCP-Session: 0b7f9b83-cad1-4489-8617-291b6577384f Authenticating user 'default' from [fd00:1122:3344:101::e]:60991 2026.02.23 16:43:11.302171 [ 352 ] {6ede627a-af42-4e6d-93b0-3b9e53b075f5} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.23 16:43:11.302193 [ 359 ] {} TCP-Session: 0b7f9b83-cad1-4489-8617-291b6577384f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:43:11.302161 [ 358 ] {} TCP-Session: a90785ab-443a-4897-8ae8-073d5a551b02 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:43:11.302215 [ 359 ] {} TCP-Session: 0b7f9b83-cad1-4489-8617-291b6577384f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:43:11.302006 [ 364 ] {} TCP-Session: d878376b-348d-48a7-837b-facbd22ca408 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:43:11.302276 [ 364 ] {} TCP-Session: d878376b-348d-48a7-837b-facbd22ca408 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:43:11.302501 [ 352 ] {6ede627a-af42-4e6d-93b0-3b9e53b075f5} oximeter.version (5b0048b8-9e05-4abf-ab1d-311c7f35e206) (SelectExecutor): Key condition: unknown 2026.02.23 16:43:11.303539 [ 339 ] {6ede627a-af42-4e6d-93b0-3b9e53b075f5} AggregatingTransform: Aggregating 2026.02.23 16:43:11.303575 [ 339 ] {6ede627a-af42-4e6d-93b0-3b9e53b075f5} Aggregator: Aggregation method: without_key 2026.02.23 16:43:11.303611 [ 339 ] {6ede627a-af42-4e6d-93b0-3b9e53b075f5} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001005051 sec. (994.974 rows/sec., 38.87 KiB/sec.) 2026.02.23 16:43:11.303631 [ 339 ] {6ede627a-af42-4e6d-93b0-3b9e53b075f5} Aggregator: Merging aggregated data 2026.02.23 16:43:11.304769 [ 352 ] {6ede627a-af42-4e6d-93b0-3b9e53b075f5} executeQuery: Read 1 rows, 40.00 B in 0.003082 sec., 324.4646333549643 rows/sec., 12.67 KiB/sec. 2026.02.23 16:43:11.304929 [ 352 ] {6ede627a-af42-4e6d-93b0-3b9e53b075f5} TCPHandler: Processed in 0.003490762 sec. 2026.02.23 16:43:11.305081 [ 352 ] {} TCPHandler: Done processing connection. 2026.02.23 16:43:11.305116 [ 352 ] {} TCP-Session: 550d677b-14e9-4d5e-9542-194f3f984ca6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:43:11.305123 [ 356 ] {} TCPHandler: Done processing connection. 2026.02.23 16:43:11.305147 [ 358 ] {} TCPHandler: Done processing connection. 2026.02.23 16:43:11.305168 [ 356 ] {} TCP-Session: 4e45ff14-1637-40a0-882f-5d8109e902e6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:43:11.305170 [ 366 ] {} TCPHandler: Done processing connection. 2026.02.23 16:43:11.305188 [ 357 ] {} TCPHandler: Done processing connection. 2026.02.23 16:43:11.305203 [ 364 ] {} TCPHandler: Done processing connection. 2026.02.23 16:43:11.305228 [ 366 ] {} TCP-Session: b695be0c-ddb4-4b12-b7dc-2a3c299f8bb5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:43:11.305245 [ 360 ] {} TCPHandler: Done processing connection. 2026.02.23 16:43:11.305263 [ 365 ] {} TCPHandler: Done processing connection. 2026.02.23 16:43:11.305300 [ 360 ] {} TCP-Session: d57308c4-643a-4ed0-b2a6-85c7de26a6df Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:43:11.305256 [ 357 ] {} TCP-Session: c52a678b-79d4-48b6-ade7-5a25d21a8514 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:43:11.305328 [ 365 ] {} TCP-Session: c7ba8362-fd4b-4856-af20-83de0f74b351 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:43:11.305195 [ 358 ] {} TCP-Session: a90785ab-443a-4897-8ae8-073d5a551b02 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:43:11.305267 [ 364 ] {} TCP-Session: d878376b-348d-48a7-837b-facbd22ca408 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:43:11.305221 [ 359 ] {} TCPHandler: Done processing connection. 2026.02.23 16:43:11.305423 [ 359 ] {} TCP-Session: 0b7f9b83-cad1-4489-8617-291b6577384f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:43:11.448389 [ 352 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46612 2026.02.23 16:43:11.448503 [ 352 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:43:11.448530 [ 352 ] {} TCP-Session: ae6dd4c8-15ac-4127-b2b5-4a9e0a0a4b85 Authenticating user 'default' from [fd00:1122:3344:101::e]:46612 2026.02.23 16:43:11.448553 [ 352 ] {} TCP-Session: ae6dd4c8-15ac-4127-b2b5-4a9e0a0a4b85 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:43:11.448566 [ 352 ] {} TCP-Session: ae6dd4c8-15ac-4127-b2b5-4a9e0a0a4b85 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:43:11.448747 [ 356 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62904 2026.02.23 16:43:11.448785 [ 357 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42336 2026.02.23 16:43:11.448811 [ 359 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52797 2026.02.23 16:43:11.448813 [ 360 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39467 2026.02.23 16:43:11.448843 [ 365 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55532 2026.02.23 16:43:11.448857 [ 356 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:43:11.448857 [ 366 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55417 2026.02.23 16:43:11.448877 [ 352 ] {} TCP-Session: ae6dd4c8-15ac-4127-b2b5-4a9e0a0a4b85 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:43:11.448899 [ 359 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:43:11.448912 [ 360 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:43:11.448920 [ 365 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:43:11.448936 [ 359 ] {} TCP-Session: 17213c88-e3f1-45e1-aac6-311653278cdc Authenticating user 'default' from [fd00:1122:3344:101::e]:52797 2026.02.23 16:43:11.448948 [ 366 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:43:11.448950 [ 360 ] {} TCP-Session: 557472d9-e210-40c0-9fe8-bb0e549b4d9a Authenticating user 'default' from [fd00:1122:3344:101::e]:39467 2026.02.23 16:43:11.448970 [ 359 ] {} TCP-Session: 17213c88-e3f1-45e1-aac6-311653278cdc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:43:11.448981 [ 366 ] {} TCP-Session: fba5f7ba-ad86-4bb2-a85f-d383af7262f5 Authenticating user 'default' from [fd00:1122:3344:101::e]:55417 2026.02.23 16:43:11.448999 [ 360 ] {} TCP-Session: 557472d9-e210-40c0-9fe8-bb0e549b4d9a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:43:11.449002 [ 359 ] {} TCP-Session: 17213c88-e3f1-45e1-aac6-311653278cdc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:43:11.449014 [ 366 ] {} TCP-Session: fba5f7ba-ad86-4bb2-a85f-d383af7262f5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:43:11.449025 [ 360 ] {} TCP-Session: 557472d9-e210-40c0-9fe8-bb0e549b4d9a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:43:11.449043 [ 366 ] {} TCP-Session: fba5f7ba-ad86-4bb2-a85f-d383af7262f5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:43:11.449065 [ 352 ] {fbecd9e7-3c97-4c6d-9bfb-1fa3c3058044} executeQuery: (from [fd00:1122:3344:101::e]:46612) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.02.23 16:43:11.448899 [ 356 ] {} TCP-Session: fc513831-db1e-4331-96b1-c30c99104c44 Authenticating user 'default' from [fd00:1122:3344:101::e]:62904 2026.02.23 16:43:11.448897 [ 357 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:43:11.449116 [ 356 ] {} TCP-Session: fc513831-db1e-4331-96b1-c30c99104c44 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:43:11.448823 [ 358 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36436 2026.02.23 16:43:11.449151 [ 356 ] {} TCP-Session: fc513831-db1e-4331-96b1-c30c99104c44 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:43:11.449151 [ 357 ] {} TCP-Session: 10e20330-e702-4d3d-8885-1ab5e0f219a9 Authenticating user 'default' from [fd00:1122:3344:101::e]:42336 2026.02.23 16:43:11.448838 [ 364 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44190 2026.02.23 16:43:11.449238 [ 357 ] {} TCP-Session: 10e20330-e702-4d3d-8885-1ab5e0f219a9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:43:11.448958 [ 365 ] {} TCP-Session: 62a5b1b3-8360-4823-b8cc-7d3f5c78abe6 Authenticating user 'default' from [fd00:1122:3344:101::e]:55532 2026.02.23 16:43:11.449261 [ 357 ] {} TCP-Session: 10e20330-e702-4d3d-8885-1ab5e0f219a9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:43:11.449280 [ 358 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:43:11.449289 [ 365 ] {} TCP-Session: 62a5b1b3-8360-4823-b8cc-7d3f5c78abe6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:43:11.449294 [ 364 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.23 16:43:11.449329 [ 365 ] {} TCP-Session: 62a5b1b3-8360-4823-b8cc-7d3f5c78abe6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:43:11.449329 [ 358 ] {} TCP-Session: 0751c795-8a8b-432a-adb8-6be55795d47c Authenticating user 'default' from [fd00:1122:3344:101::e]:36436 2026.02.23 16:43:11.449355 [ 364 ] {} TCP-Session: e3cee022-106b-4e82-9d6d-0c9825d55618 Authenticating user 'default' from [fd00:1122:3344:101::e]:44190 2026.02.23 16:43:11.449352 [ 352 ] {fbecd9e7-3c97-4c6d-9bfb-1fa3c3058044} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.02.23 16:43:11.449393 [ 364 ] {} TCP-Session: e3cee022-106b-4e82-9d6d-0c9825d55618 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:43:11.449386 [ 358 ] {} TCP-Session: 0751c795-8a8b-432a-adb8-6be55795d47c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:43:11.449429 [ 364 ] {} TCP-Session: e3cee022-106b-4e82-9d6d-0c9825d55618 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:43:11.449453 [ 352 ] {fbecd9e7-3c97-4c6d-9bfb-1fa3c3058044} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.23 16:43:11.449454 [ 358 ] {} TCP-Session: 0751c795-8a8b-432a-adb8-6be55795d47c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:43:11.449771 [ 352 ] {fbecd9e7-3c97-4c6d-9bfb-1fa3c3058044} oximeter.version (5b0048b8-9e05-4abf-ab1d-311c7f35e206) (SelectExecutor): Key condition: unknown 2026.02.23 16:43:11.450818 [ 344 ] {fbecd9e7-3c97-4c6d-9bfb-1fa3c3058044} AggregatingTransform: Aggregating 2026.02.23 16:43:11.450859 [ 344 ] {fbecd9e7-3c97-4c6d-9bfb-1fa3c3058044} Aggregator: Aggregation method: without_key 2026.02.23 16:43:11.450894 [ 344 ] {fbecd9e7-3c97-4c6d-9bfb-1fa3c3058044} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001020301 sec. (980.103 rows/sec., 38.29 KiB/sec.) 2026.02.23 16:43:11.450909 [ 344 ] {fbecd9e7-3c97-4c6d-9bfb-1fa3c3058044} Aggregator: Merging aggregated data 2026.02.23 16:43:11.452040 [ 352 ] {fbecd9e7-3c97-4c6d-9bfb-1fa3c3058044} executeQuery: Read 1 rows, 40.00 B in 0.003036 sec., 329.3807641633729 rows/sec., 12.87 KiB/sec. 2026.02.23 16:43:11.452193 [ 352 ] {fbecd9e7-3c97-4c6d-9bfb-1fa3c3058044} TCPHandler: Processed in 0.003432911 sec. 2026.02.23 16:43:11.452309 [ 366 ] {} TCPHandler: Done processing connection. 2026.02.23 16:43:11.452338 [ 358 ] {} TCPHandler: Done processing connection. 2026.02.23 16:43:11.452355 [ 356 ] {} TCPHandler: Done processing connection. 2026.02.23 16:43:11.452371 [ 364 ] {} TCPHandler: Done processing connection. 2026.02.23 16:43:11.452403 [ 357 ] {} TCPHandler: Done processing connection. 2026.02.23 16:43:11.452423 [ 356 ] {} TCP-Session: fc513831-db1e-4331-96b1-c30c99104c44 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:43:11.452434 [ 364 ] {} TCP-Session: e3cee022-106b-4e82-9d6d-0c9825d55618 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:43:11.452444 [ 365 ] {} TCPHandler: Done processing connection. 2026.02.23 16:43:11.452452 [ 357 ] {} TCP-Session: 10e20330-e702-4d3d-8885-1ab5e0f219a9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:43:11.452426 [ 360 ] {} TCPHandler: Done processing connection. 2026.02.23 16:43:11.452491 [ 365 ] {} TCP-Session: 62a5b1b3-8360-4823-b8cc-7d3f5c78abe6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:43:11.452392 [ 358 ] {} TCP-Session: 0751c795-8a8b-432a-adb8-6be55795d47c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:43:11.452524 [ 360 ] {} TCP-Session: 557472d9-e210-40c0-9fe8-bb0e549b4d9a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:43:11.452449 [ 352 ] {} TCPHandler: Done processing connection. 2026.02.23 16:43:11.452390 [ 359 ] {} TCPHandler: Done processing connection. 2026.02.23 16:43:11.452582 [ 352 ] {} TCP-Session: ae6dd4c8-15ac-4127-b2b5-4a9e0a0a4b85 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:43:11.452602 [ 359 ] {} TCP-Session: 17213c88-e3f1-45e1-aac6-311653278cdc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:43:11.452341 [ 366 ] {} TCP-Session: fba5f7ba-ad86-4bb2-a85f-d383af7262f5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.23 16:43:12.576373 [ 59 ] {} DNSResolver: Updating DNS cache 2026.02.23 16:43:12.576428 [ 59 ] {} DNSResolver: Updated DNS cache 2026.02.23 16:43:12.803011 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 46072 2026.02.23 16:43:12.803585 [ 244 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:43:12.803628 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2026.02.23 16:43:12.804102 [ 244 ] {} MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) 2026.02.23 16:43:12.804326 [ 244 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:43:12.804461 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 46072 2026.02.23 16:43:12.804513 [ 59 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 2026.02.23 16:43:12.804594 [ 59 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:43:12.804625 [ 59 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2026.02.23 16:43:12.804728 [ 192 ] {e006da4c-49b0-4d27-967a-f293ec4e8bf5::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.02.23 16:43:12.804834 [ 192 ] {e006da4c-49b0-4d27-967a-f293ec4e8bf5::all_1_96_19} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:43:12.804869 [ 192 ] {e006da4c-49b0-4d27-967a-f293ec4e8bf5::all_1_96_19} MergeTreeSequentialSource: Reading 7 marks from part all_1_91_18, total 43704 rows starting from the beginning of the part 2026.02.23 16:43:12.804934 [ 192 ] {e006da4c-49b0-4d27-967a-f293ec4e8bf5::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 448 rows starting from the beginning of the part 2026.02.23 16:43:12.804986 [ 192 ] {e006da4c-49b0-4d27-967a-f293ec4e8bf5::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 512 rows starting from the beginning of the part 2026.02.23 16:43:12.805037 [ 192 ] {e006da4c-49b0-4d27-967a-f293ec4e8bf5::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 448 rows starting from the beginning of the part 2026.02.23 16:43:12.805081 [ 192 ] {e006da4c-49b0-4d27-967a-f293ec4e8bf5::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 512 rows starting from the beginning of the part 2026.02.23 16:43:12.805123 [ 192 ] {e006da4c-49b0-4d27-967a-f293ec4e8bf5::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 448 rows starting from the beginning of the part 2026.02.23 16:43:12.808087 [ 200 ] {e006da4c-49b0-4d27-967a-f293ec4e8bf5::all_1_96_19} MergeTask::MergeProjectionsStage: Merge sorted 46072 rows, containing 4 columns (4 merged, 0 gathered) in 0.00340537 sec., 13529220.026017731 rows/sec., 193.54 MiB/sec. 2026.02.23 16:43:12.808386 [ 200 ] {e006da4c-49b0-4d27-967a-f293ec4e8bf5::all_1_96_19} MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) 2026.02.23 16:43:12.808649 [ 200 ] {e006da4c-49b0-4d27-967a-f293ec4e8bf5::all_1_96_19} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:43:12.808708 [ 200 ] {e006da4c-49b0-4d27-967a-f293ec4e8bf5::all_1_96_19} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 2026.02.23 16:43:12.808787 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.12 MiB. 2026.02.23 16:43:12.954095 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 2404 2026.02.23 16:43:12.956598 [ 242 ] {} system.query_log (b83b341e-dbaf-448e-9582-20b3e6cd291d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:43:12.956659 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2026.02.23 16:43:12.957929 [ 242 ] {} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2026.02.23 16:43:12.958230 [ 242 ] {} system.query_log (b83b341e-dbaf-448e-9582-20b3e6cd291d): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:43:12.958449 [ 59 ] {} system.query_log (b83b341e-dbaf-448e-9582-20b3e6cd291d) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 2026.02.23 16:43:12.958523 [ 59 ] {} system.query_log (b83b341e-dbaf-448e-9582-20b3e6cd291d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:43:12.958546 [ 59 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2026.02.23 16:43:12.958645 [ 194 ] {b83b341e-dbaf-448e-9582-20b3e6cd291d::all_1_71_14} MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full 2026.02.23 16:43:12.958677 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 2404 2026.02.23 16:43:12.959133 [ 194 ] {b83b341e-dbaf-448e-9582-20b3e6cd291d::all_1_71_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:43:12.959262 [ 194 ] {b83b341e-dbaf-448e-9582-20b3e6cd291d::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 2266 rows starting from the beginning of the part 2026.02.23 16:43:12.959598 [ 194 ] {b83b341e-dbaf-448e-9582-20b3e6cd291d::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 24 rows starting from the beginning of the part 2026.02.23 16:43:12.959945 [ 194 ] {b83b341e-dbaf-448e-9582-20b3e6cd291d::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 26 rows starting from the beginning of the part 2026.02.23 16:43:12.960292 [ 194 ] {b83b341e-dbaf-448e-9582-20b3e6cd291d::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 32 rows starting from the beginning of the part 2026.02.23 16:43:12.960649 [ 194 ] {b83b341e-dbaf-448e-9582-20b3e6cd291d::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 24 rows starting from the beginning of the part 2026.02.23 16:43:12.960993 [ 194 ] {b83b341e-dbaf-448e-9582-20b3e6cd291d::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 32 rows starting from the beginning of the part 2026.02.23 16:43:12.968985 [ 202 ] {b83b341e-dbaf-448e-9582-20b3e6cd291d::all_1_71_14} MergeTask::MergeProjectionsStage: Merge sorted 2404 rows, containing 72 columns (72 merged, 0 gathered) in 0.010381294 sec., 231570.36107444795 rows/sec., 176.75 MiB/sec. 2026.02.23 16:43:12.971271 [ 188 ] {b83b341e-dbaf-448e-9582-20b3e6cd291d::all_1_71_14} MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) 2026.02.23 16:43:12.971914 [ 188 ] {b83b341e-dbaf-448e-9582-20b3e6cd291d::all_1_71_14} system.query_log (b83b341e-dbaf-448e-9582-20b3e6cd291d): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:43:12.972004 [ 188 ] {b83b341e-dbaf-448e-9582-20b3e6cd291d::all_1_71_14} system.query_log (b83b341e-dbaf-448e-9582-20b3e6cd291d) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 2026.02.23 16:43:12.972357 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.04 MiB. 2026.02.23 16:43:13.003974 [ 247 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.002643865 sec. 2026.02.23 16:43:14.206355 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:43:14.206537 [ 278 ] {ae11eaf7-06e1-436e-b9f9-424f6e0f5b6b} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.23 16:43:14.206604 [ 278 ] {ae11eaf7-06e1-436e-b9f9-424f6e0f5b6b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.23 16:43:14.207277 [ 278 ] {ae11eaf7-06e1-436e-b9f9-424f6e0f5b6b} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:43:14.207330 [ 278 ] {ae11eaf7-06e1-436e-b9f9-424f6e0f5b6b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2026.02.23 16:43:14.207737 [ 278 ] {ae11eaf7-06e1-436e-b9f9-424f6e0f5b6b} MergedBlockOutputStream: filled checksums all_141_141_0 (state Temporary) 2026.02.23 16:43:14.207971 [ 278 ] {ae11eaf7-06e1-436e-b9f9-424f6e0f5b6b} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Renaming temporary part tmp_insert_all_141_141_0 to all_141_141_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:43:14.208142 [ 278 ] {ae11eaf7-06e1-436e-b9f9-424f6e0f5b6b} executeQuery: Read 76 rows, 6.41 KiB in 0.001655 sec., 45921.450151057405 rows/sec., 3.78 MiB/sec. 2026.02.23 16:43:14.208167 [ 58 ] {} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636) (MergerMutator): Selected 6 parts from all_1_136_27 to all_141_141_0 2026.02.23 16:43:14.208201 [ 278 ] {ae11eaf7-06e1-436e-b9f9-424f6e0f5b6b} TCPHandler: Processed in 0.001981931 sec. 2026.02.23 16:43:14.208244 [ 58 ] {} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:43:14.208275 [ 58 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2026.02.23 16:43:14.208350 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:43:14.208380 [ 187 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_141_28} MergeTask::PrepareStage: Merging 6 parts: from all_1_136_27 to all_141_141_0 into Compact with storage Full 2026.02.23 16:43:14.208460 [ 278 ] {f2c35c61-24fc-41e2-b253-136773da8427} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.23 16:43:14.208485 [ 187 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_141_28} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:43:14.208505 [ 278 ] {f2c35c61-24fc-41e2-b253-136773da8427} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.23 16:43:14.208520 [ 187 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_1_136_27, total 2157 rows starting from the beginning of the part 2026.02.23 16:43:14.208588 [ 187 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_137_137_0, total 76 rows starting from the beginning of the part 2026.02.23 16:43:14.208638 [ 187 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_138_138_0, total 120 rows starting from the beginning of the part 2026.02.23 16:43:14.208681 [ 187 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_139_139_0, total 78 rows starting from the beginning of the part 2026.02.23 16:43:14.208721 [ 187 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_140_140_0, total 120 rows starting from the beginning of the part 2026.02.23 16:43:14.208762 [ 187 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_141_141_0, total 76 rows starting from the beginning of the part 2026.02.23 16:43:14.208946 [ 278 ] {f2c35c61-24fc-41e2-b253-136773da8427} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:43:14.208983 [ 278 ] {f2c35c61-24fc-41e2-b253-136773da8427} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2026.02.23 16:43:14.209298 [ 278 ] {f2c35c61-24fc-41e2-b253-136773da8427} MergedBlockOutputStream: filled checksums all_139_139_0 (state Temporary) 2026.02.23 16:43:14.209510 [ 278 ] {f2c35c61-24fc-41e2-b253-136773da8427} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Renaming temporary part tmp_insert_all_139_139_0 to all_139_139_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:43:14.209650 [ 278 ] {f2c35c61-24fc-41e2-b253-136773da8427} executeQuery: Read 10 rows, 770.00 B in 0.001214 sec., 8237.232289950576 rows/sec., 619.40 KiB/sec. 2026.02.23 16:43:14.209696 [ 278 ] {f2c35c61-24fc-41e2-b253-136773da8427} TCPHandler: Processed in 0.001399699 sec. 2026.02.23 16:43:14.209808 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:43:14.209908 [ 278 ] {fdb31fee-2585-45e3-8960-adc662814d8f} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.23 16:43:14.209951 [ 278 ] {fdb31fee-2585-45e3-8960-adc662814d8f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.23 16:43:14.209965 [ 202 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_141_28} MergeTask::MergeProjectionsStage: Merge sorted 2627 rows, containing 5 columns (5 merged, 0 gathered) in 0.001630123 sec., 1611534.8351014003 rows/sec., 139.06 MiB/sec. 2026.02.23 16:43:14.210206 [ 195 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_141_28} MergedBlockOutputStream: filled checksums all_1_141_28 (state Temporary) 2026.02.23 16:43:14.210389 [ 278 ] {fdb31fee-2585-45e3-8960-adc662814d8f} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:43:14.210426 [ 278 ] {fdb31fee-2585-45e3-8960-adc662814d8f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2026.02.23 16:43:14.210458 [ 195 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_141_28} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Renaming temporary part tmp_merge_all_1_141_28 to all_1_141_28 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:43:14.210525 [ 195 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_141_28} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636) (MergerMutator): Merged 6 parts: [all_1_136_27, all_141_141_0] -> all_1_141_28 2026.02.23 16:43:14.210595 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB. 2026.02.23 16:43:14.210725 [ 278 ] {fdb31fee-2585-45e3-8960-adc662814d8f} MergedBlockOutputStream: filled checksums all_141_141_0 (state Temporary) 2026.02.23 16:43:14.210940 [ 278 ] {fdb31fee-2585-45e3-8960-adc662814d8f} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Renaming temporary part tmp_insert_all_141_141_0 to all_141_141_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:43:14.211071 [ 278 ] {fdb31fee-2585-45e3-8960-adc662814d8f} executeQuery: Read 74 rows, 5.92 KiB in 0.001184 sec., 62500 rows/sec., 4.88 MiB/sec. 2026.02.23 16:43:14.211087 [ 58 ] {} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2) (MergerMutator): Selected 6 parts from all_1_136_27 to all_141_141_0 2026.02.23 16:43:14.211111 [ 278 ] {fdb31fee-2585-45e3-8960-adc662814d8f} TCPHandler: Processed in 0.001353228 sec. 2026.02.23 16:43:14.211126 [ 58 ] {} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:43:14.211151 [ 58 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2026.02.23 16:43:14.211215 [ 187 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_141_28} MergeTask::PrepareStage: Merging 6 parts: from all_1_136_27 to all_141_141_0 into Compact with storage Full 2026.02.23 16:43:14.211232 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:43:14.211298 [ 187 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_141_28} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:43:14.211321 [ 187 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_1_136_27, total 1066 rows starting from the beginning of the part 2026.02.23 16:43:14.211334 [ 278 ] {38233fd7-cbb5-4d27-b3fa-08e55b323b13} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.23 16:43:14.211366 [ 187 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_137_137_0, total 74 rows starting from the beginning of the part 2026.02.23 16:43:14.211380 [ 278 ] {38233fd7-cbb5-4d27-b3fa-08e55b323b13} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.23 16:43:14.211402 [ 187 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_138_138_0, total 96 rows starting from the beginning of the part 2026.02.23 16:43:14.211448 [ 187 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_139_139_0, total 78 rows starting from the beginning of the part 2026.02.23 16:43:14.211502 [ 187 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_140_140_0, total 96 rows starting from the beginning of the part 2026.02.23 16:43:14.211559 [ 187 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_141_141_0, total 74 rows starting from the beginning of the part 2026.02.23 16:43:14.211816 [ 278 ] {38233fd7-cbb5-4d27-b3fa-08e55b323b13} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:43:14.211852 [ 278 ] {38233fd7-cbb5-4d27-b3fa-08e55b323b13} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2026.02.23 16:43:14.212179 [ 278 ] {38233fd7-cbb5-4d27-b3fa-08e55b323b13} MergedBlockOutputStream: filled checksums all_141_141_0 (state Temporary) 2026.02.23 16:43:14.212388 [ 278 ] {38233fd7-cbb5-4d27-b3fa-08e55b323b13} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Renaming temporary part tmp_insert_all_141_141_0 to all_141_141_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:43:14.212403 [ 187 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_141_28} MergeTask::MergeProjectionsStage: Merge sorted 1484 rows, containing 5 columns (5 merged, 0 gathered) in 0.001212676 sec., 1223739.8942504015 rows/sec., 95.63 MiB/sec. 2026.02.23 16:43:14.212527 [ 278 ] {38233fd7-cbb5-4d27-b3fa-08e55b323b13} executeQuery: Read 160 rows, 11.41 KiB in 0.001213 sec., 131904.3693322341 rows/sec., 9.19 MiB/sec. 2026.02.23 16:43:14.212545 [ 57 ] {} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140) (MergerMutator): Selected 2 parts from all_1_136_30 to all_137_137_0 2026.02.23 16:43:14.212568 [ 278 ] {38233fd7-cbb5-4d27-b3fa-08e55b323b13} TCPHandler: Processed in 0.001387108 sec. 2026.02.23 16:43:14.212608 [ 57 ] {} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:43:14.212636 [ 57 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2026.02.23 16:43:14.212652 [ 197 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_141_28} MergedBlockOutputStream: filled checksums all_1_141_28 (state Temporary) 2026.02.23 16:43:14.212700 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:43:14.212727 [ 202 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_137_31} MergeTask::PrepareStage: Merging 2 parts: from all_1_136_30 to all_137_137_0 into Compact with storage Full 2026.02.23 16:43:14.212807 [ 278 ] {00429cdf-46d2-417d-bba2-6eef3e1ed8b0} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.23 16:43:14.212856 [ 202 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_137_31} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:43:14.212871 [ 278 ] {00429cdf-46d2-417d-bba2-6eef3e1ed8b0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.23 16:43:14.212897 [ 202 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_137_31} MergeTreeSequentialSource: Reading 7 marks from part all_1_136_30, total 41361 rows starting from the beginning of the part 2026.02.23 16:43:14.212972 [ 202 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_137_31} MergeTreeSequentialSource: Reading 2 marks from part all_137_137_0, total 160 rows starting from the beginning of the part 2026.02.23 16:43:14.213009 [ 197 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_141_28} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Renaming temporary part tmp_merge_all_1_141_28 to all_1_141_28 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:43:14.213118 [ 197 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_141_28} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2) (MergerMutator): Merged 6 parts: [all_1_136_27, all_141_141_0] -> all_1_141_28 2026.02.23 16:43:14.213231 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. 2026.02.23 16:43:14.213683 [ 278 ] {00429cdf-46d2-417d-bba2-6eef3e1ed8b0} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:43:14.213727 [ 278 ] {00429cdf-46d2-417d-bba2-6eef3e1ed8b0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2026.02.23 16:43:14.214261 [ 278 ] {00429cdf-46d2-417d-bba2-6eef3e1ed8b0} MergedBlockOutputStream: filled checksums all_134_134_0 (state Temporary) 2026.02.23 16:43:14.214489 [ 278 ] {00429cdf-46d2-417d-bba2-6eef3e1ed8b0} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Renaming temporary part tmp_insert_all_134_134_0 to all_134_134_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:43:14.214636 [ 278 ] {00429cdf-46d2-417d-bba2-6eef3e1ed8b0} executeQuery: Read 10 rows, 18.35 KiB in 0.00185 sec., 5405.405405405405 rows/sec., 9.69 MiB/sec. 2026.02.23 16:43:14.214707 [ 278 ] {00429cdf-46d2-417d-bba2-6eef3e1ed8b0} TCPHandler: Processed in 0.002063743 sec. 2026.02.23 16:43:14.214824 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:43:14.214919 [ 278 ] {839ba2d8-53eb-4f54-bca8-ebfe7f12df71} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.23 16:43:14.214962 [ 278 ] {839ba2d8-53eb-4f54-bca8-ebfe7f12df71} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.23 16:43:14.215303 [ 278 ] {839ba2d8-53eb-4f54-bca8-ebfe7f12df71} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:43:14.215340 [ 278 ] {839ba2d8-53eb-4f54-bca8-ebfe7f12df71} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2026.02.23 16:43:14.215644 [ 278 ] {839ba2d8-53eb-4f54-bca8-ebfe7f12df71} MergedBlockOutputStream: filled checksums all_141_141_0 (state Temporary) 2026.02.23 16:43:14.215846 [ 278 ] {839ba2d8-53eb-4f54-bca8-ebfe7f12df71} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Renaming temporary part tmp_insert_all_141_141_0 to all_141_141_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:43:14.215969 [ 57 ] {} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786) (MergerMutator): Selected 6 parts from all_1_136_27 to all_141_141_0 2026.02.23 16:43:14.215979 [ 278 ] {839ba2d8-53eb-4f54-bca8-ebfe7f12df71} executeQuery: Read 60 rows, 4.14 KiB in 0.001079 sec., 55607.04355885078 rows/sec., 3.75 MiB/sec. 2026.02.23 16:43:14.216003 [ 57 ] {} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:43:14.216026 [ 278 ] {839ba2d8-53eb-4f54-bca8-ebfe7f12df71} TCPHandler: Processed in 0.001252896 sec. 2026.02.23 16:43:14.216027 [ 57 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2026.02.23 16:43:14.216126 [ 191 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_141_28} MergeTask::PrepareStage: Merging 6 parts: from all_1_136_27 to all_141_141_0 into Compact with storage Full 2026.02.23 16:43:14.216220 [ 191 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_141_28} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:43:14.216245 [ 191 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_141_28} MergeTreeSequentialSource: Reading 3 marks from part all_1_136_27, total 8400 rows starting from the beginning of the part 2026.02.23 16:43:14.216297 [ 191 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_137_137_0, total 60 rows starting from the beginning of the part 2026.02.23 16:43:14.216337 [ 191 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_138_138_0, total 60 rows starting from the beginning of the part 2026.02.23 16:43:14.216373 [ 191 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_139_139_0, total 60 rows starting from the beginning of the part 2026.02.23 16:43:14.216409 [ 191 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_140_140_0, total 60 rows starting from the beginning of the part 2026.02.23 16:43:14.216446 [ 191 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_141_141_0, total 60 rows starting from the beginning of the part 2026.02.23 16:43:14.219010 [ 196 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_141_28} MergeTask::MergeProjectionsStage: Merge sorted 8700 rows, containing 4 columns (4 merged, 0 gathered) in 0.00291482 sec., 2984746.9140461506 rows/sec., 197.36 MiB/sec. 2026.02.23 16:43:14.219241 [ 193 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_141_28} MergedBlockOutputStream: filled checksums all_1_141_28 (state Temporary) 2026.02.23 16:43:14.219567 [ 193 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_141_28} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Renaming temporary part tmp_merge_all_1_141_28 to all_1_141_28 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:43:14.219645 [ 193 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_141_28} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786) (MergerMutator): Merged 6 parts: [all_1_136_27, all_141_141_0] -> all_1_141_28 2026.02.23 16:43:14.219742 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.83 MiB. 2026.02.23 16:43:14.219973 [ 196 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_137_31} MergeTask::MergeProjectionsStage: Merge sorted 41521 rows, containing 5 columns (5 merged, 0 gathered) in 0.007275999 sec., 5706570.328005818 rows/sec., 389.39 MiB/sec. 2026.02.23 16:43:14.220329 [ 193 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_137_31} MergedBlockOutputStream: filled checksums all_1_137_31 (state Temporary) 2026.02.23 16:43:14.220581 [ 193 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_137_31} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Renaming temporary part tmp_merge_all_1_137_31 to all_1_137_31 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:43:14.220650 [ 193 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_137_31} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140) (MergerMutator): Merged 2 parts: [all_1_136_30, all_137_137_0] -> all_1_137_31 2026.02.23 16:43:14.220734 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.33 MiB. 2026.02.23 16:43:15.278744 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 723 2026.02.23 16:43:15.298061 [ 243 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:43:15.298129 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2026.02.23 16:43:15.304522 [ 243 ] {} MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) 2026.02.23 16:43:15.305318 [ 243 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:43:15.305625 [ 55 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 2026.02.23 16:43:15.305665 [ 55 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:43:15.305686 [ 55 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2026.02.23 16:43:15.305812 [ 186 ] {3c5e35cc-2202-4d2d-a2da-f2d3b912fea0::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.02.23 16:43:15.309921 [ 186 ] {3c5e35cc-2202-4d2d-a2da-f2d3b912fea0::all_1_96_19} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:43:15.310165 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 723 2026.02.23 16:43:15.311579 [ 186 ] {3c5e35cc-2202-4d2d-a2da-f2d3b912fea0::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 686 rows starting from the beginning of the part 2026.02.23 16:43:15.316601 [ 186 ] {3c5e35cc-2202-4d2d-a2da-f2d3b912fea0::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 7 rows starting from the beginning of the part 2026.02.23 16:43:15.321366 [ 186 ] {3c5e35cc-2202-4d2d-a2da-f2d3b912fea0::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 8 rows starting from the beginning of the part 2026.02.23 16:43:15.326039 [ 186 ] {3c5e35cc-2202-4d2d-a2da-f2d3b912fea0::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 7 rows starting from the beginning of the part 2026.02.23 16:43:15.331256 [ 186 ] {3c5e35cc-2202-4d2d-a2da-f2d3b912fea0::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 8 rows starting from the beginning of the part 2026.02.23 16:43:15.336284 [ 186 ] {3c5e35cc-2202-4d2d-a2da-f2d3b912fea0::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 7 rows starting from the beginning of the part 2026.02.23 16:43:15.398729 [ 196 ] {3c5e35cc-2202-4d2d-a2da-f2d3b912fea0::all_1_96_19} MergeTask::MergeProjectionsStage: Merge sorted 723 rows, containing 679 columns (679 merged, 0 gathered) in 0.092978213 sec., 7776.015226276719 rows/sec., 40.21 MiB/sec. 2026.02.23 16:43:15.401188 [ 190 ] {3c5e35cc-2202-4d2d-a2da-f2d3b912fea0::all_1_96_19} MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) 2026.02.23 16:43:15.403046 [ 190 ] {3c5e35cc-2202-4d2d-a2da-f2d3b912fea0::all_1_96_19} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:43:15.403143 [ 190 ] {3c5e35cc-2202-4d2d-a2da-f2d3b912fea0::all_1_96_19} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 2026.02.23 16:43:15.404851 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.96 MiB. 2026.02.23 16:43:16.000267 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 397.64 MiB, peak 415.05 MiB, free memory in arenas 0.00 B, will set to 396.57 MiB (RSS), difference: -1.07 MiB 2026.02.23 16:43:19.239396 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:43:19.239612 [ 278 ] {7087732e-ef85-40b6-af42-b8a064460371} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.02.23 16:43:19.239690 [ 278 ] {7087732e-ef85-40b6-af42-b8a064460371} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.02.23 16:43:19.240390 [ 278 ] {7087732e-ef85-40b6-af42-b8a064460371} oximeter.fields_i16 (91b3829e-2a99-49e1-955c-43ffdc3fb409): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:43:19.240442 [ 278 ] {7087732e-ef85-40b6-af42-b8a064460371} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2026.02.23 16:43:19.240832 [ 278 ] {7087732e-ef85-40b6-af42-b8a064460371} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2026.02.23 16:43:19.241072 [ 278 ] {7087732e-ef85-40b6-af42-b8a064460371} oximeter.fields_i16 (91b3829e-2a99-49e1-955c-43ffdc3fb409): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:43:19.241243 [ 278 ] {7087732e-ef85-40b6-af42-b8a064460371} executeQuery: Read 24 rows, 2.04 KiB in 0.001685 sec., 14243.323442136498 rows/sec., 1.18 MiB/sec. 2026.02.23 16:43:19.241298 [ 278 ] {7087732e-ef85-40b6-af42-b8a064460371} TCPHandler: Processed in 0.002051042 sec. 2026.02.23 16:43:19.241431 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:43:19.241538 [ 278 ] {530e575e-0c5c-4fb6-bcc9-0b5ff172b1d3} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.02.23 16:43:19.241584 [ 278 ] {530e575e-0c5c-4fb6-bcc9-0b5ff172b1d3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.02.23 16:43:19.242007 [ 278 ] {530e575e-0c5c-4fb6-bcc9-0b5ff172b1d3} oximeter.fields_ipaddr (aca7842a-9245-4e3c-8c67-e3828bf88048): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:43:19.242045 [ 278 ] {530e575e-0c5c-4fb6-bcc9-0b5ff172b1d3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2026.02.23 16:43:19.242385 [ 278 ] {530e575e-0c5c-4fb6-bcc9-0b5ff172b1d3} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2026.02.23 16:43:19.242599 [ 278 ] {530e575e-0c5c-4fb6-bcc9-0b5ff172b1d3} oximeter.fields_ipaddr (aca7842a-9245-4e3c-8c67-e3828bf88048): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:43:19.242740 [ 278 ] {530e575e-0c5c-4fb6-bcc9-0b5ff172b1d3} executeQuery: Read 6 rows, 501.00 B in 0.001225 sec., 4897.95918367347 rows/sec., 399.39 KiB/sec. 2026.02.23 16:43:19.242781 [ 278 ] {530e575e-0c5c-4fb6-bcc9-0b5ff172b1d3} TCPHandler: Processed in 0.001403749 sec. 2026.02.23 16:43:19.242898 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:43:19.242997 [ 278 ] {ef63e441-2b4c-4f87-a14e-218ccda64ab0} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.23 16:43:19.243040 [ 278 ] {ef63e441-2b4c-4f87-a14e-218ccda64ab0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.23 16:43:19.244209 [ 278 ] {ef63e441-2b4c-4f87-a14e-218ccda64ab0} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:43:19.244247 [ 278 ] {ef63e441-2b4c-4f87-a14e-218ccda64ab0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2026.02.23 16:43:19.244647 [ 278 ] {ef63e441-2b4c-4f87-a14e-218ccda64ab0} MergedBlockOutputStream: filled checksums all_142_142_0 (state Temporary) 2026.02.23 16:43:19.244864 [ 278 ] {ef63e441-2b4c-4f87-a14e-218ccda64ab0} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Renaming temporary part tmp_insert_all_142_142_0 to all_142_142_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:43:19.245000 [ 278 ] {ef63e441-2b4c-4f87-a14e-218ccda64ab0} executeQuery: Read 1383 rows, 118.71 KiB in 0.002023 sec., 683638.1611468117 rows/sec., 57.31 MiB/sec. 2026.02.23 16:43:19.245040 [ 278 ] {ef63e441-2b4c-4f87-a14e-218ccda64ab0} TCPHandler: Processed in 0.002192845 sec. 2026.02.23 16:43:19.245060 [ 225 ] {} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Found 6 old parts to remove. Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] 2026.02.23 16:43:19.245115 [ 225 ] {} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Removing 6 parts from filesystem (serially): Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] 2026.02.23 16:43:19.245156 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:43:19.245260 [ 278 ] {502a1f88-7a6d-43f9-b1ce-a4b54dec6f09} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.23 16:43:19.245303 [ 278 ] {502a1f88-7a6d-43f9-b1ce-a4b54dec6f09} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.23 16:43:19.245736 [ 278 ] {502a1f88-7a6d-43f9-b1ce-a4b54dec6f09} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:43:19.245775 [ 278 ] {502a1f88-7a6d-43f9-b1ce-a4b54dec6f09} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2026.02.23 16:43:19.246084 [ 278 ] {502a1f88-7a6d-43f9-b1ce-a4b54dec6f09} MergedBlockOutputStream: filled checksums all_140_140_0 (state Temporary) 2026.02.23 16:43:19.246344 [ 278 ] {502a1f88-7a6d-43f9-b1ce-a4b54dec6f09} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Renaming temporary part tmp_insert_all_140_140_0 to all_140_140_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:43:19.246486 [ 278 ] {502a1f88-7a6d-43f9-b1ce-a4b54dec6f09} executeQuery: Read 50 rows, 3.79 KiB in 0.001246 sec., 40128.41091492777 rows/sec., 2.97 MiB/sec. 2026.02.23 16:43:19.246528 [ 278 ] {502a1f88-7a6d-43f9-b1ce-a4b54dec6f09} TCPHandler: Processed in 0.001424159 sec. 2026.02.23 16:43:19.246639 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:43:19.246735 [ 278 ] {3f1dd282-06d5-45cd-a517-a4b57da4cd64} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.02.23 16:43:19.246775 [ 278 ] {3f1dd282-06d5-45cd-a517-a4b57da4cd64} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.02.23 16:43:19.247261 [ 278 ] {3f1dd282-06d5-45cd-a517-a4b57da4cd64} oximeter.fields_u32 (3630ead0-c5da-4e23-a9d2-59d0589dc119): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:43:19.247300 [ 278 ] {3f1dd282-06d5-45cd-a517-a4b57da4cd64} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2026.02.23 16:43:19.247651 [ 278 ] {3f1dd282-06d5-45cd-a517-a4b57da4cd64} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2026.02.23 16:43:19.247866 [ 278 ] {3f1dd282-06d5-45cd-a517-a4b57da4cd64} oximeter.fields_u32 (3630ead0-c5da-4e23-a9d2-59d0589dc119): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:43:19.247995 [ 278 ] {3f1dd282-06d5-45cd-a517-a4b57da4cd64} executeQuery: Read 252 rows, 17.85 KiB in 0.001278 sec., 197183.0985915493 rows/sec., 13.64 MiB/sec. 2026.02.23 16:43:19.248035 [ 278 ] {3f1dd282-06d5-45cd-a517-a4b57da4cd64} TCPHandler: Processed in 0.00144735 sec. 2026.02.23 16:43:19.248151 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:43:19.248248 [ 278 ] {ef94613a-79e1-4791-8f26-47a23d0a7ee8} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.02.23 16:43:19.248289 [ 278 ] {ef94613a-79e1-4791-8f26-47a23d0a7ee8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.02.23 16:43:19.248690 [ 278 ] {ef94613a-79e1-4791-8f26-47a23d0a7ee8} oximeter.fields_u8 (bee44bc4-3670-4879-9501-74bd8c0c3792): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:43:19.248731 [ 278 ] {ef94613a-79e1-4791-8f26-47a23d0a7ee8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2026.02.23 16:43:19.248848 [ 225 ] {} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Removing 6 parts from memory: Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] 2026.02.23 16:43:19.249038 [ 278 ] {ef94613a-79e1-4791-8f26-47a23d0a7ee8} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2026.02.23 16:43:19.249265 [ 278 ] {ef94613a-79e1-4791-8f26-47a23d0a7ee8} oximeter.fields_u8 (bee44bc4-3670-4879-9501-74bd8c0c3792): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:43:19.249396 [ 278 ] {ef94613a-79e1-4791-8f26-47a23d0a7ee8} executeQuery: Read 12 rows, 960.00 B in 0.001166 sec., 10291.595197255576 rows/sec., 804.03 KiB/sec. 2026.02.23 16:43:19.249435 [ 278 ] {ef94613a-79e1-4791-8f26-47a23d0a7ee8} TCPHandler: Processed in 0.001333668 sec. 2026.02.23 16:43:19.249548 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:43:19.249643 [ 278 ] {3c9d3433-624d-4d8e-a030-c3868412675b} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.23 16:43:19.249683 [ 278 ] {3c9d3433-624d-4d8e-a030-c3868412675b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.23 16:43:19.250435 [ 278 ] {3c9d3433-624d-4d8e-a030-c3868412675b} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:43:19.250473 [ 278 ] {3c9d3433-624d-4d8e-a030-c3868412675b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2026.02.23 16:43:19.250807 [ 278 ] {3c9d3433-624d-4d8e-a030-c3868412675b} MergedBlockOutputStream: filled checksums all_142_142_0 (state Temporary) 2026.02.23 16:43:19.251026 [ 278 ] {3c9d3433-624d-4d8e-a030-c3868412675b} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Renaming temporary part tmp_insert_all_142_142_0 to all_142_142_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:43:19.251159 [ 278 ] {3c9d3433-624d-4d8e-a030-c3868412675b} executeQuery: Read 594 rows, 45.71 KiB in 0.001533 sec., 387475.5381604697 rows/sec., 29.12 MiB/sec. 2026.02.23 16:43:19.251201 [ 278 ] {3c9d3433-624d-4d8e-a030-c3868412675b} TCPHandler: Processed in 0.001703455 sec. 2026.02.23 16:43:19.251245 [ 223 ] {} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Found 6 old parts to remove. Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] 2026.02.23 16:43:19.251281 [ 223 ] {} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Removing 6 parts from filesystem (serially): Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] 2026.02.23 16:43:19.251305 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:43:19.251403 [ 278 ] {d11deae9-6183-4b31-9aed-85447ceef396} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.23 16:43:19.251447 [ 278 ] {d11deae9-6183-4b31-9aed-85447ceef396} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.23 16:43:19.252135 [ 278 ] {d11deae9-6183-4b31-9aed-85447ceef396} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:43:19.252172 [ 278 ] {d11deae9-6183-4b31-9aed-85447ceef396} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2026.02.23 16:43:19.252579 [ 278 ] {d11deae9-6183-4b31-9aed-85447ceef396} MergedBlockOutputStream: filled checksums all_142_142_0 (state Temporary) 2026.02.23 16:43:19.252817 [ 278 ] {d11deae9-6183-4b31-9aed-85447ceef396} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Renaming temporary part tmp_insert_all_142_142_0 to all_142_142_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:43:19.252949 [ 53 ] {} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140) (MergerMutator): Selected 6 parts from all_1_137_31 to all_142_142_0 2026.02.23 16:43:19.252956 [ 278 ] {d11deae9-6183-4b31-9aed-85447ceef396} executeQuery: Read 883 rows, 61.37 KiB in 0.001572 sec., 561704.8346055979 rows/sec., 38.12 MiB/sec. 2026.02.23 16:43:19.253003 [ 53 ] {} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:43:19.253019 [ 278 ] {d11deae9-6183-4b31-9aed-85447ceef396} TCPHandler: Processed in 0.001765677 sec. 2026.02.23 16:43:19.253031 [ 53 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2026.02.23 16:43:19.253131 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:43:19.253146 [ 189 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_142_32} MergeTask::PrepareStage: Merging 6 parts: from all_1_137_31 to all_142_142_0 into Compact with storage Full 2026.02.23 16:43:19.253239 [ 278 ] {599d5ca1-5d1f-4c27-9be8-b0e42385ad21} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.23 16:43:19.253286 [ 189 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_142_32} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:43:19.253305 [ 278 ] {599d5ca1-5d1f-4c27-9be8-b0e42385ad21} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.23 16:43:19.253332 [ 189 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_142_32} MergeTreeSequentialSource: Reading 7 marks from part all_1_137_31, total 41521 rows starting from the beginning of the part 2026.02.23 16:43:19.253412 [ 189 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_142_32} MergeTreeSequentialSource: Reading 2 marks from part all_138_138_0, total 160 rows starting from the beginning of the part 2026.02.23 16:43:19.253469 [ 189 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_142_32} MergeTreeSequentialSource: Reading 2 marks from part all_139_139_0, total 162 rows starting from the beginning of the part 2026.02.23 16:43:19.253520 [ 189 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_142_32} MergeTreeSequentialSource: Reading 2 marks from part all_140_140_0, total 160 rows starting from the beginning of the part 2026.02.23 16:43:19.253559 [ 223 ] {} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Removing 6 parts from memory: Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] 2026.02.23 16:43:19.253570 [ 189 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_142_32} MergeTreeSequentialSource: Reading 2 marks from part all_141_141_0, total 160 rows starting from the beginning of the part 2026.02.23 16:43:19.253632 [ 189 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_142_32} MergeTreeSequentialSource: Reading 2 marks from part all_142_142_0, total 883 rows starting from the beginning of the part 2026.02.23 16:43:19.254200 [ 278 ] {599d5ca1-5d1f-4c27-9be8-b0e42385ad21} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:43:19.254242 [ 278 ] {599d5ca1-5d1f-4c27-9be8-b0e42385ad21} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2026.02.23 16:43:19.254813 [ 278 ] {599d5ca1-5d1f-4c27-9be8-b0e42385ad21} MergedBlockOutputStream: filled checksums all_135_135_0 (state Temporary) 2026.02.23 16:43:19.255056 [ 278 ] {599d5ca1-5d1f-4c27-9be8-b0e42385ad21} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Renaming temporary part tmp_insert_all_135_135_0 to all_135_135_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:43:19.255206 [ 278 ] {599d5ca1-5d1f-4c27-9be8-b0e42385ad21} executeQuery: Read 32 rows, 58.72 KiB in 0.001987 sec., 16104.68042274786 rows/sec., 28.86 MiB/sec. 2026.02.23 16:43:19.255285 [ 278 ] {599d5ca1-5d1f-4c27-9be8-b0e42385ad21} TCPHandler: Processed in 0.002204015 sec. 2026.02.23 16:43:19.255404 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:43:19.255501 [ 278 ] {f401d337-f0e1-4b90-bbc4-0c5fac981b2b} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.23 16:43:19.255544 [ 278 ] {f401d337-f0e1-4b90-bbc4-0c5fac981b2b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.23 16:43:19.255951 [ 278 ] {f401d337-f0e1-4b90-bbc4-0c5fac981b2b} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:43:19.255989 [ 278 ] {f401d337-f0e1-4b90-bbc4-0c5fac981b2b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2026.02.23 16:43:19.256349 [ 278 ] {f401d337-f0e1-4b90-bbc4-0c5fac981b2b} MergedBlockOutputStream: filled checksums all_142_142_0 (state Temporary) 2026.02.23 16:43:19.256572 [ 278 ] {f401d337-f0e1-4b90-bbc4-0c5fac981b2b} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Renaming temporary part tmp_insert_all_142_142_0 to all_142_142_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:43:19.256705 [ 278 ] {f401d337-f0e1-4b90-bbc4-0c5fac981b2b} executeQuery: Read 60 rows, 4.14 KiB in 0.001222 sec., 49099.836333878884 rows/sec., 3.31 MiB/sec. 2026.02.23 16:43:19.256742 [ 278 ] {f401d337-f0e1-4b90-bbc4-0c5fac981b2b} TCPHandler: Processed in 0.001388938 sec. 2026.02.23 16:43:19.268416 [ 198 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_142_32} MergeTask::MergeProjectionsStage: Merge sorted 43046 rows, containing 5 columns (5 merged, 0 gathered) in 0.015315235 sec., 2810665.327694939 rows/sec., 191.83 MiB/sec. 2026.02.23 16:43:19.269779 [ 192 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_142_32} MergedBlockOutputStream: filled checksums all_1_142_32 (state Temporary) 2026.02.23 16:43:19.270148 [ 192 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_142_32} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Renaming temporary part tmp_merge_all_1_142_32 to all_1_142_32 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:43:19.270235 [ 192 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_142_32} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140) (MergerMutator): Merged 6 parts: [all_1_137_31, all_142_142_0] -> all_1_142_32 2026.02.23 16:43:19.270342 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.50 MiB. 2026.02.23 16:43:20.058858 [ 223 ] {} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Found 6 old parts to remove. Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] 2026.02.23 16:43:20.058908 [ 223 ] {} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Removing 6 parts from filesystem (serially): Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] 2026.02.23 16:43:20.062142 [ 223 ] {} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Removing 6 parts from memory: Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] 2026.02.23 16:43:20.304660 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 46584 2026.02.23 16:43:20.305270 [ 244 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:43:20.305321 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2026.02.23 16:43:20.305892 [ 244 ] {} MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) 2026.02.23 16:43:20.306127 [ 244 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:43:20.306284 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 46584 2026.02.23 16:43:20.321419 [ 218 ] {} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Found 6 old parts to remove. Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] 2026.02.23 16:43:20.321473 [ 218 ] {} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Removing 6 parts from filesystem (serially): Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] 2026.02.23 16:43:20.323466 [ 218 ] {} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Removing 6 parts from memory: Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] 2026.02.23 16:43:22.810317 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 731 2026.02.23 16:43:22.830119 [ 243 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:43:22.830256 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.70 GiB. 2026.02.23 16:43:22.837224 [ 243 ] {} MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) 2026.02.23 16:43:22.838080 [ 243 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:43:22.842360 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 731 2026.02.23 16:43:22.958954 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 2436 2026.02.23 16:43:22.961674 [ 242 ] {} system.query_log (b83b341e-dbaf-448e-9582-20b3e6cd291d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:43:22.961722 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.70 GiB. 2026.02.23 16:43:22.962997 [ 242 ] {} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2026.02.23 16:43:22.963288 [ 242 ] {} system.query_log (b83b341e-dbaf-448e-9582-20b3e6cd291d): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:43:22.963712 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 2436 2026.02.23 16:43:24.206659 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:43:24.206839 [ 278 ] {6cfc6a67-5d2a-4cdf-9f0e-cb01552b9830} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.23 16:43:24.206937 [ 278 ] {6cfc6a67-5d2a-4cdf-9f0e-cb01552b9830} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.23 16:43:24.207655 [ 278 ] {6cfc6a67-5d2a-4cdf-9f0e-cb01552b9830} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:43:24.207706 [ 278 ] {6cfc6a67-5d2a-4cdf-9f0e-cb01552b9830} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.70 GiB. 2026.02.23 16:43:24.208118 [ 278 ] {6cfc6a67-5d2a-4cdf-9f0e-cb01552b9830} MergedBlockOutputStream: filled checksums all_143_143_0 (state Temporary) 2026.02.23 16:43:24.208357 [ 278 ] {6cfc6a67-5d2a-4cdf-9f0e-cb01552b9830} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Renaming temporary part tmp_insert_all_143_143_0 to all_143_143_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:43:24.208527 [ 278 ] {6cfc6a67-5d2a-4cdf-9f0e-cb01552b9830} executeQuery: Read 76 rows, 6.41 KiB in 0.001738 sec., 43728.42347525892 rows/sec., 3.60 MiB/sec. 2026.02.23 16:43:24.208585 [ 278 ] {6cfc6a67-5d2a-4cdf-9f0e-cb01552b9830} TCPHandler: Processed in 0.002056022 sec. 2026.02.23 16:43:24.208719 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:43:24.208824 [ 278 ] {b2837105-c78e-40af-a8d1-11f56f3d6116} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.23 16:43:24.208867 [ 278 ] {b2837105-c78e-40af-a8d1-11f56f3d6116} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.23 16:43:24.209310 [ 278 ] {b2837105-c78e-40af-a8d1-11f56f3d6116} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:43:24.209347 [ 278 ] {b2837105-c78e-40af-a8d1-11f56f3d6116} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.70 GiB. 2026.02.23 16:43:24.209666 [ 278 ] {b2837105-c78e-40af-a8d1-11f56f3d6116} MergedBlockOutputStream: filled checksums all_141_141_0 (state Temporary) 2026.02.23 16:43:24.209898 [ 278 ] {b2837105-c78e-40af-a8d1-11f56f3d6116} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Renaming temporary part tmp_insert_all_141_141_0 to all_141_141_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:43:24.210013 [ 39 ] {} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70) (MergerMutator): Selected 6 parts from all_1_136_27 to all_141_141_0 2026.02.23 16:43:24.210034 [ 278 ] {b2837105-c78e-40af-a8d1-11f56f3d6116} executeQuery: Read 10 rows, 770.00 B in 0.001235 sec., 8097.165991902834 rows/sec., 608.87 KiB/sec. 2026.02.23 16:43:24.210054 [ 39 ] {} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:43:24.210077 [ 39 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.70 GiB. 2026.02.23 16:43:24.210082 [ 278 ] {b2837105-c78e-40af-a8d1-11f56f3d6116} TCPHandler: Processed in 0.001414979 sec. 2026.02.23 16:43:24.210195 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:43:24.210210 [ 200 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_141_28} MergeTask::PrepareStage: Merging 6 parts: from all_1_136_27 to all_141_141_0 into Compact with storage Full 2026.02.23 16:43:24.210292 [ 278 ] {a1c7aacc-01ef-4b1d-8786-7e1ea3fe6c08} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.23 16:43:24.210339 [ 278 ] {a1c7aacc-01ef-4b1d-8786-7e1ea3fe6c08} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.23 16:43:24.210369 [ 200 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_141_28} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:43:24.210413 [ 200 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_1_136_27, total 220 rows starting from the beginning of the part 2026.02.23 16:43:24.210491 [ 200 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_137_137_0, total 14 rows starting from the beginning of the part 2026.02.23 16:43:24.210548 [ 200 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_138_138_0, total 32 rows starting from the beginning of the part 2026.02.23 16:43:24.210601 [ 200 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_139_139_0, total 10 rows starting from the beginning of the part 2026.02.23 16:43:24.210669 [ 200 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_140_140_0, total 50 rows starting from the beginning of the part 2026.02.23 16:43:24.210726 [ 200 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_141_141_0, total 10 rows starting from the beginning of the part 2026.02.23 16:43:24.210787 [ 278 ] {a1c7aacc-01ef-4b1d-8786-7e1ea3fe6c08} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:43:24.210828 [ 278 ] {a1c7aacc-01ef-4b1d-8786-7e1ea3fe6c08} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.69 GiB. 2026.02.23 16:43:24.211166 [ 278 ] {a1c7aacc-01ef-4b1d-8786-7e1ea3fe6c08} MergedBlockOutputStream: filled checksums all_143_143_0 (state Temporary) 2026.02.23 16:43:24.211390 [ 278 ] {a1c7aacc-01ef-4b1d-8786-7e1ea3fe6c08} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Renaming temporary part tmp_insert_all_143_143_0 to all_143_143_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:43:24.211521 [ 278 ] {a1c7aacc-01ef-4b1d-8786-7e1ea3fe6c08} executeQuery: Read 74 rows, 5.92 KiB in 0.00125 sec., 59200 rows/sec., 4.62 MiB/sec. 2026.02.23 16:43:24.211559 [ 278 ] {a1c7aacc-01ef-4b1d-8786-7e1ea3fe6c08} TCPHandler: Processed in 0.00141496 sec. 2026.02.23 16:43:24.211673 [ 198 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_141_28} MergeTask::MergeProjectionsStage: Merge sorted 336 rows, containing 5 columns (5 merged, 0 gathered) in 0.001522912 sec., 220629.95104116324 rows/sec., 15.65 MiB/sec. 2026.02.23 16:43:24.211680 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:43:24.211819 [ 278 ] {617f733b-579b-4378-a901-c9ebbcf6b831} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.23 16:43:24.211865 [ 278 ] {617f733b-579b-4378-a901-c9ebbcf6b831} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.23 16:43:24.211873 [ 188 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_141_28} MergedBlockOutputStream: filled checksums all_1_141_28 (state Temporary) 2026.02.23 16:43:24.212170 [ 188 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_141_28} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Renaming temporary part tmp_merge_all_1_141_28 to all_1_141_28 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:43:24.212246 [ 188 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_141_28} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70) (MergerMutator): Merged 6 parts: [all_1_136_27, all_141_141_0] -> all_1_141_28 2026.02.23 16:43:24.212284 [ 278 ] {617f733b-579b-4378-a901-c9ebbcf6b831} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:43:24.212324 [ 278 ] {617f733b-579b-4378-a901-c9ebbcf6b831} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.69 GiB. 2026.02.23 16:43:24.212345 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. 2026.02.23 16:43:24.212671 [ 278 ] {617f733b-579b-4378-a901-c9ebbcf6b831} MergedBlockOutputStream: filled checksums all_143_143_0 (state Temporary) 2026.02.23 16:43:24.212883 [ 278 ] {617f733b-579b-4378-a901-c9ebbcf6b831} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Renaming temporary part tmp_insert_all_143_143_0 to all_143_143_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:43:24.213016 [ 278 ] {617f733b-579b-4378-a901-c9ebbcf6b831} executeQuery: Read 160 rows, 11.41 KiB in 0.001216 sec., 131578.94736842104 rows/sec., 9.16 MiB/sec. 2026.02.23 16:43:24.213053 [ 278 ] {617f733b-579b-4378-a901-c9ebbcf6b831} TCPHandler: Processed in 0.001421899 sec. 2026.02.23 16:43:24.213166 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:43:24.213258 [ 278 ] {bdf8390f-6e65-4658-9978-2590c4f45a6a} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.23 16:43:24.213315 [ 278 ] {bdf8390f-6e65-4658-9978-2590c4f45a6a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.23 16:43:24.214109 [ 278 ] {bdf8390f-6e65-4658-9978-2590c4f45a6a} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:43:24.214144 [ 278 ] {bdf8390f-6e65-4658-9978-2590c4f45a6a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.70 GiB. 2026.02.23 16:43:24.214654 [ 278 ] {bdf8390f-6e65-4658-9978-2590c4f45a6a} MergedBlockOutputStream: filled checksums all_136_136_0 (state Temporary) 2026.02.23 16:43:24.214889 [ 278 ] {bdf8390f-6e65-4658-9978-2590c4f45a6a} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Renaming temporary part tmp_insert_all_136_136_0 to all_136_136_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:43:24.215001 [ 39 ] {} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd) (MergerMutator): Selected 6 parts from all_1_131_26 to all_136_136_0 2026.02.23 16:43:24.215031 [ 278 ] {bdf8390f-6e65-4658-9978-2590c4f45a6a} executeQuery: Read 10 rows, 18.35 KiB in 0.00179 sec., 5586.59217877095 rows/sec., 10.01 MiB/sec. 2026.02.23 16:43:24.215038 [ 39 ] {} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:43:24.215064 [ 39 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.70 GiB. 2026.02.23 16:43:24.215102 [ 278 ] {bdf8390f-6e65-4658-9978-2590c4f45a6a} TCPHandler: Processed in 0.001984331 sec. 2026.02.23 16:43:24.215146 [ 192 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_136_27} MergeTask::PrepareStage: Merging 6 parts: from all_1_131_26 to all_136_136_0 into Compact with storage Full 2026.02.23 16:43:24.215215 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:43:24.215314 [ 278 ] {bffb9754-1ee9-491d-8194-6b2abb46a9af} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.23 16:43:24.215356 [ 278 ] {bffb9754-1ee9-491d-8194-6b2abb46a9af} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.23 16:43:24.215380 [ 192 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_136_27} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:43:24.215441 [ 192 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_1_131_26, total 2757 rows starting from the beginning of the part 2026.02.23 16:43:24.215560 [ 192 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_132_132_0, total 10 rows starting from the beginning of the part 2026.02.23 16:43:24.215671 [ 192 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_133_133_0, total 32 rows starting from the beginning of the part 2026.02.23 16:43:24.215709 [ 278 ] {bffb9754-1ee9-491d-8194-6b2abb46a9af} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:43:24.215750 [ 278 ] {bffb9754-1ee9-491d-8194-6b2abb46a9af} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.69 GiB. 2026.02.23 16:43:24.215777 [ 192 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_134_134_0, total 10 rows starting from the beginning of the part 2026.02.23 16:43:24.215886 [ 192 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_135_135_0, total 32 rows starting from the beginning of the part 2026.02.23 16:43:24.215990 [ 192 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_136_136_0, total 10 rows starting from the beginning of the part 2026.02.23 16:43:24.216079 [ 278 ] {bffb9754-1ee9-491d-8194-6b2abb46a9af} MergedBlockOutputStream: filled checksums all_143_143_0 (state Temporary) 2026.02.23 16:43:24.216312 [ 278 ] {bffb9754-1ee9-491d-8194-6b2abb46a9af} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Renaming temporary part tmp_insert_all_143_143_0 to all_143_143_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:43:24.216470 [ 278 ] {bffb9754-1ee9-491d-8194-6b2abb46a9af} executeQuery: Read 60 rows, 4.14 KiB in 0.001175 sec., 51063.82978723404 rows/sec., 3.44 MiB/sec. 2026.02.23 16:43:24.216508 [ 278 ] {bffb9754-1ee9-491d-8194-6b2abb46a9af} TCPHandler: Processed in 0.001342537 sec. 2026.02.23 16:43:24.223534 [ 198 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_136_27} MergeTask::MergeProjectionsStage: Merge sorted 2851 rows, containing 19 columns (19 merged, 0 gathered) in 0.008422024 sec., 338517.2020407446 rows/sec., 606.61 MiB/sec. 2026.02.23 16:43:24.225965 [ 195 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_136_27} MergedBlockOutputStream: filled checksums all_1_136_27 (state Temporary) 2026.02.23 16:43:24.226339 [ 195 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_136_27} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Renaming temporary part tmp_merge_all_1_136_27 to all_1_136_27 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:43:24.226412 [ 195 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_136_27} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd) (MergerMutator): Merged 6 parts: [all_1_131_26, all_136_136_0] -> all_1_136_27 2026.02.23 16:43:24.226573 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 19.18 MiB. 2026.02.23 16:43:27.576675 [ 37 ] {} DNSResolver: Updating DNS cache 2026.02.23 16:43:27.576733 [ 37 ] {} DNSResolver: Updated DNS cache 2026.02.23 16:43:27.806465 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 47032 2026.02.23 16:43:27.806981 [ 244 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:43:27.807031 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.70 GiB. 2026.02.23 16:43:27.807515 [ 244 ] {} MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) 2026.02.23 16:43:27.807755 [ 244 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:43:27.807911 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 47032 2026.02.23 16:43:29.209372 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:43:29.209563 [ 278 ] {8370f0a4-5961-446d-b382-b95300884638} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.23 16:43:29.209625 [ 278 ] {8370f0a4-5961-446d-b382-b95300884638} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.23 16:43:29.210460 [ 278 ] {8370f0a4-5961-446d-b382-b95300884638} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:43:29.210509 [ 278 ] {8370f0a4-5961-446d-b382-b95300884638} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.69 GiB. 2026.02.23 16:43:29.210922 [ 278 ] {8370f0a4-5961-446d-b382-b95300884638} MergedBlockOutputStream: filled checksums all_144_144_0 (state Temporary) 2026.02.23 16:43:29.211147 [ 278 ] {8370f0a4-5961-446d-b382-b95300884638} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Renaming temporary part tmp_insert_all_144_144_0 to all_144_144_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:43:29.211294 [ 278 ] {8370f0a4-5961-446d-b382-b95300884638} executeQuery: Read 142 rows, 12.55 KiB in 0.001781 sec., 79730.48848961257 rows/sec., 6.88 MiB/sec. 2026.02.23 16:43:29.211338 [ 278 ] {8370f0a4-5961-446d-b382-b95300884638} TCPHandler: Processed in 0.002090023 sec. 2026.02.23 16:43:29.211529 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:43:29.211627 [ 278 ] {eefe6bd6-25e3-4fdf-b8ce-34ad390b61ce} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.23 16:43:29.211667 [ 278 ] {eefe6bd6-25e3-4fdf-b8ce-34ad390b61ce} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.23 16:43:29.212085 [ 278 ] {eefe6bd6-25e3-4fdf-b8ce-34ad390b61ce} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:43:29.212123 [ 278 ] {eefe6bd6-25e3-4fdf-b8ce-34ad390b61ce} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.69 GiB. 2026.02.23 16:43:29.212440 [ 278 ] {eefe6bd6-25e3-4fdf-b8ce-34ad390b61ce} MergedBlockOutputStream: filled checksums all_142_142_0 (state Temporary) 2026.02.23 16:43:29.212661 [ 278 ] {eefe6bd6-25e3-4fdf-b8ce-34ad390b61ce} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Renaming temporary part tmp_insert_all_142_142_0 to all_142_142_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:43:29.212787 [ 278 ] {eefe6bd6-25e3-4fdf-b8ce-34ad390b61ce} executeQuery: Read 43 rows, 3.23 KiB in 0.001179 sec., 36471.586089906705 rows/sec., 2.68 MiB/sec. 2026.02.23 16:43:29.212826 [ 278 ] {eefe6bd6-25e3-4fdf-b8ce-34ad390b61ce} TCPHandler: Processed in 0.001346127 sec. 2026.02.23 16:43:29.212876 [ 225 ] {} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Found 6 old parts to remove. Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] 2026.02.23 16:43:29.212928 [ 225 ] {} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Removing 6 parts from filesystem (serially): Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] 2026.02.23 16:43:29.212935 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:43:29.213033 [ 278 ] {cd847946-58e6-4463-a276-2385cb49726a} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.23 16:43:29.213074 [ 278 ] {cd847946-58e6-4463-a276-2385cb49726a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.23 16:43:29.213518 [ 278 ] {cd847946-58e6-4463-a276-2385cb49726a} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:43:29.213556 [ 278 ] {cd847946-58e6-4463-a276-2385cb49726a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.69 GiB. 2026.02.23 16:43:29.213893 [ 278 ] {cd847946-58e6-4463-a276-2385cb49726a} MergedBlockOutputStream: filled checksums all_144_144_0 (state Temporary) 2026.02.23 16:43:29.214125 [ 278 ] {cd847946-58e6-4463-a276-2385cb49726a} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Renaming temporary part tmp_insert_all_144_144_0 to all_144_144_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:43:29.214253 [ 278 ] {cd847946-58e6-4463-a276-2385cb49726a} executeQuery: Read 113 rows, 9.07 KiB in 0.001237 sec., 91350.04042037186 rows/sec., 7.16 MiB/sec. 2026.02.23 16:43:29.214292 [ 278 ] {cd847946-58e6-4463-a276-2385cb49726a} TCPHandler: Processed in 0.001404999 sec. 2026.02.23 16:43:29.214403 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:43:29.214498 [ 278 ] {c3c58f57-6376-4de6-9f3e-47490b645679} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.23 16:43:29.214543 [ 278 ] {c3c58f57-6376-4de6-9f3e-47490b645679} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.23 16:43:29.214953 [ 278 ] {c3c58f57-6376-4de6-9f3e-47490b645679} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:43:29.214990 [ 278 ] {c3c58f57-6376-4de6-9f3e-47490b645679} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.69 GiB. 2026.02.23 16:43:29.215353 [ 278 ] {c3c58f57-6376-4de6-9f3e-47490b645679} MergedBlockOutputStream: filled checksums all_144_144_0 (state Temporary) 2026.02.23 16:43:29.215577 [ 278 ] {c3c58f57-6376-4de6-9f3e-47490b645679} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Renaming temporary part tmp_insert_all_144_144_0 to all_144_144_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:43:29.215707 [ 278 ] {c3c58f57-6376-4de6-9f3e-47490b645679} executeQuery: Read 160 rows, 11.41 KiB in 0.001226 sec., 130505.70962479607 rows/sec., 9.09 MiB/sec. 2026.02.23 16:43:29.215747 [ 278 ] {c3c58f57-6376-4de6-9f3e-47490b645679} TCPHandler: Processed in 0.001391839 sec. 2026.02.23 16:43:29.215855 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:43:29.215949 [ 278 ] {1bc44145-0227-4e42-ac61-195d50352820} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.23 16:43:29.216002 [ 278 ] {1bc44145-0227-4e42-ac61-195d50352820} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.23 16:43:29.216486 [ 225 ] {} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Removing 6 parts from memory: Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] 2026.02.23 16:43:29.216889 [ 278 ] {1bc44145-0227-4e42-ac61-195d50352820} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:43:29.216930 [ 278 ] {1bc44145-0227-4e42-ac61-195d50352820} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.69 GiB. 2026.02.23 16:43:29.217504 [ 278 ] {1bc44145-0227-4e42-ac61-195d50352820} MergedBlockOutputStream: filled checksums all_137_137_0 (state Temporary) 2026.02.23 16:43:29.217734 [ 278 ] {1bc44145-0227-4e42-ac61-195d50352820} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Renaming temporary part tmp_insert_all_137_137_0 to all_137_137_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:43:29.217871 [ 278 ] {1bc44145-0227-4e42-ac61-195d50352820} executeQuery: Read 43 rows, 78.90 KiB in 0.001939 sec., 22176.379577101598 rows/sec., 39.74 MiB/sec. 2026.02.23 16:43:29.217928 [ 278 ] {1bc44145-0227-4e42-ac61-195d50352820} TCPHandler: Processed in 0.002120653 sec. 2026.02.23 16:43:29.217944 [ 217 ] {} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Found 6 old parts to remove. Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] 2026.02.23 16:43:29.217979 [ 217 ] {} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Removing 6 parts from filesystem (serially): Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] 2026.02.23 16:43:29.218042 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:43:29.218144 [ 278 ] {e9f6a4c7-0c41-45da-aa39-bbccd5d1ef14} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) 2026.02.23 16:43:29.218186 [ 278 ] {e9f6a4c7-0c41-45da-aa39-bbccd5d1ef14} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2026.02.23 16:43:29.218508 [ 278 ] {e9f6a4c7-0c41-45da-aa39-bbccd5d1ef14} oximeter.measurements_i64 (c4023ee6-d304-4be9-ac18-40ab79ff5d48): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:43:29.218546 [ 278 ] {e9f6a4c7-0c41-45da-aa39-bbccd5d1ef14} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.69 GiB. 2026.02.23 16:43:29.219417 [ 278 ] {e9f6a4c7-0c41-45da-aa39-bbccd5d1ef14} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.02.23 16:43:29.219737 [ 278 ] {e9f6a4c7-0c41-45da-aa39-bbccd5d1ef14} oximeter.measurements_i64 (c4023ee6-d304-4be9-ac18-40ab79ff5d48): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:43:29.219903 [ 278 ] {e9f6a4c7-0c41-45da-aa39-bbccd5d1ef14} executeQuery: Read 9 rows, 709.00 B in 0.001775 sec., 5070.422535211267 rows/sec., 390.07 KiB/sec. 2026.02.23 16:43:29.219955 [ 278 ] {e9f6a4c7-0c41-45da-aa39-bbccd5d1ef14} TCPHandler: Processed in 0.001962591 sec. 2026.02.23 16:43:29.220088 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:43:29.220207 [ 278 ] {e7950ba3-889d-481f-bbb3-8904a2fb1bd0} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.23 16:43:29.220259 [ 278 ] {e7950ba3-889d-481f-bbb3-8904a2fb1bd0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.23 16:43:29.220671 [ 278 ] {e7950ba3-889d-481f-bbb3-8904a2fb1bd0} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:43:29.220718 [ 278 ] {e7950ba3-889d-481f-bbb3-8904a2fb1bd0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.69 GiB. 2026.02.23 16:43:29.220729 [ 217 ] {} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Removing 6 parts from memory: Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] 2026.02.23 16:43:29.221150 [ 278 ] {e7950ba3-889d-481f-bbb3-8904a2fb1bd0} MergedBlockOutputStream: filled checksums all_144_144_0 (state Temporary) 2026.02.23 16:43:29.221456 [ 278 ] {e7950ba3-889d-481f-bbb3-8904a2fb1bd0} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Renaming temporary part tmp_insert_all_144_144_0 to all_144_144_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:43:29.221592 [ 278 ] {e7950ba3-889d-481f-bbb3-8904a2fb1bd0} executeQuery: Read 60 rows, 4.14 KiB in 0.001409 sec., 42583.392476933994 rows/sec., 2.87 MiB/sec. 2026.02.23 16:43:29.221628 [ 278 ] {e7950ba3-889d-481f-bbb3-8904a2fb1bd0} TCPHandler: Processed in 0.001601653 sec. 2026.02.23 16:43:30.342471 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 738 2026.02.23 16:43:30.363058 [ 243 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:43:30.363127 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.69 GiB. 2026.02.23 16:43:30.369420 [ 243 ] {} MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) 2026.02.23 16:43:30.370143 [ 243 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:43:30.373979 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 738 2026.02.23 16:43:32.963964 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 2462 2026.02.23 16:43:32.966422 [ 242 ] {} system.query_log (b83b341e-dbaf-448e-9582-20b3e6cd291d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:43:32.966478 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.69 GiB. 2026.02.23 16:43:32.967740 [ 242 ] {} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2026.02.23 16:43:32.968030 [ 242 ] {} system.query_log (b83b341e-dbaf-448e-9582-20b3e6cd291d): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:43:32.968488 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 2462 2026.02.23 16:43:34.207375 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:43:34.207570 [ 278 ] {d61b83ef-a163-41f5-8c53-bb35d2c9c7c0} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.02.23 16:43:34.207645 [ 278 ] {d61b83ef-a163-41f5-8c53-bb35d2c9c7c0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.02.23 16:43:34.208382 [ 278 ] {d61b83ef-a163-41f5-8c53-bb35d2c9c7c0} oximeter.fields_ipaddr (aca7842a-9245-4e3c-8c67-e3828bf88048): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:43:34.208441 [ 278 ] {d61b83ef-a163-41f5-8c53-bb35d2c9c7c0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.69 GiB. 2026.02.23 16:43:34.208836 [ 278 ] {d61b83ef-a163-41f5-8c53-bb35d2c9c7c0} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2026.02.23 16:43:34.209064 [ 278 ] {d61b83ef-a163-41f5-8c53-bb35d2c9c7c0} oximeter.fields_ipaddr (aca7842a-9245-4e3c-8c67-e3828bf88048): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:43:34.209231 [ 278 ] {d61b83ef-a163-41f5-8c53-bb35d2c9c7c0} executeQuery: Read 6 rows, 515.00 B in 0.001713 sec., 3502.626970227671 rows/sec., 293.60 KiB/sec. 2026.02.23 16:43:34.209285 [ 278 ] {d61b83ef-a163-41f5-8c53-bb35d2c9c7c0} TCPHandler: Processed in 0.002037472 sec. 2026.02.23 16:43:34.209418 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:43:34.209524 [ 278 ] {9852367b-0aed-422f-9b8f-61a1c0398c2b} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.23 16:43:34.209569 [ 278 ] {9852367b-0aed-422f-9b8f-61a1c0398c2b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.23 16:43:34.210040 [ 278 ] {9852367b-0aed-422f-9b8f-61a1c0398c2b} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:43:34.210080 [ 278 ] {9852367b-0aed-422f-9b8f-61a1c0398c2b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.69 GiB. 2026.02.23 16:43:34.210409 [ 278 ] {9852367b-0aed-422f-9b8f-61a1c0398c2b} MergedBlockOutputStream: filled checksums all_145_145_0 (state Temporary) 2026.02.23 16:43:34.210647 [ 278 ] {9852367b-0aed-422f-9b8f-61a1c0398c2b} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Renaming temporary part tmp_insert_all_145_145_0 to all_145_145_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:43:34.210784 [ 278 ] {9852367b-0aed-422f-9b8f-61a1c0398c2b} executeQuery: Read 80 rows, 6.73 KiB in 0.001283 sec., 62353.85814497271 rows/sec., 5.12 MiB/sec. 2026.02.23 16:43:34.210823 [ 278 ] {9852367b-0aed-422f-9b8f-61a1c0398c2b} TCPHandler: Processed in 0.00145936 sec. 2026.02.23 16:43:34.210937 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:43:34.211036 [ 278 ] {a23f8941-6328-4a76-86b0-f6a5c4e08246} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.23 16:43:34.211077 [ 278 ] {a23f8941-6328-4a76-86b0-f6a5c4e08246} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.23 16:43:34.211480 [ 278 ] {a23f8941-6328-4a76-86b0-f6a5c4e08246} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:43:34.211518 [ 278 ] {a23f8941-6328-4a76-86b0-f6a5c4e08246} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.69 GiB. 2026.02.23 16:43:34.211815 [ 278 ] {a23f8941-6328-4a76-86b0-f6a5c4e08246} MergedBlockOutputStream: filled checksums all_143_143_0 (state Temporary) 2026.02.23 16:43:34.212027 [ 278 ] {a23f8941-6328-4a76-86b0-f6a5c4e08246} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Renaming temporary part tmp_insert_all_143_143_0 to all_143_143_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:43:34.212159 [ 278 ] {a23f8941-6328-4a76-86b0-f6a5c4e08246} executeQuery: Read 16 rows, 1.18 KiB in 0.001144 sec., 13986.013986013986 rows/sec., 1.01 MiB/sec. 2026.02.23 16:43:34.212196 [ 278 ] {a23f8941-6328-4a76-86b0-f6a5c4e08246} TCPHandler: Processed in 0.001309366 sec. 2026.02.23 16:43:34.212302 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:43:34.212397 [ 278 ] {307fce1d-2c89-457e-840e-a08b1bb18987} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.23 16:43:34.212437 [ 278 ] {307fce1d-2c89-457e-840e-a08b1bb18987} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.23 16:43:34.212857 [ 278 ] {307fce1d-2c89-457e-840e-a08b1bb18987} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:43:34.212894 [ 278 ] {307fce1d-2c89-457e-840e-a08b1bb18987} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.69 GiB. 2026.02.23 16:43:34.213203 [ 278 ] {307fce1d-2c89-457e-840e-a08b1bb18987} MergedBlockOutputStream: filled checksums all_145_145_0 (state Temporary) 2026.02.23 16:43:34.213423 [ 278 ] {307fce1d-2c89-457e-840e-a08b1bb18987} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Renaming temporary part tmp_insert_all_145_145_0 to all_145_145_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:43:34.213555 [ 278 ] {307fce1d-2c89-457e-840e-a08b1bb18987} executeQuery: Read 80 rows, 6.42 KiB in 0.001177 sec., 67969.41376380628 rows/sec., 5.33 MiB/sec. 2026.02.23 16:43:34.213595 [ 278 ] {307fce1d-2c89-457e-840e-a08b1bb18987} TCPHandler: Processed in 0.001341337 sec. 2026.02.23 16:43:34.213708 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:43:34.213802 [ 278 ] {5eb22eff-1d92-4e5f-94ed-acc1e6f7d5f3} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.23 16:43:34.213846 [ 278 ] {5eb22eff-1d92-4e5f-94ed-acc1e6f7d5f3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.23 16:43:34.214264 [ 278 ] {5eb22eff-1d92-4e5f-94ed-acc1e6f7d5f3} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:43:34.214300 [ 278 ] {5eb22eff-1d92-4e5f-94ed-acc1e6f7d5f3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.69 GiB. 2026.02.23 16:43:34.214632 [ 278 ] {5eb22eff-1d92-4e5f-94ed-acc1e6f7d5f3} MergedBlockOutputStream: filled checksums all_145_145_0 (state Temporary) 2026.02.23 16:43:34.214844 [ 278 ] {5eb22eff-1d92-4e5f-94ed-acc1e6f7d5f3} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Renaming temporary part tmp_insert_all_145_145_0 to all_145_145_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:43:34.214972 [ 278 ] {5eb22eff-1d92-4e5f-94ed-acc1e6f7d5f3} executeQuery: Read 163 rows, 11.63 KiB in 0.001188 sec., 137205.3872053872 rows/sec., 9.56 MiB/sec. 2026.02.23 16:43:34.215009 [ 278 ] {5eb22eff-1d92-4e5f-94ed-acc1e6f7d5f3} TCPHandler: Processed in 0.001349857 sec. 2026.02.23 16:43:34.215110 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:43:34.215203 [ 278 ] {07bb6464-ba5d-439e-9622-0804630375a1} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.23 16:43:34.215256 [ 278 ] {07bb6464-ba5d-439e-9622-0804630375a1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.23 16:43:34.216043 [ 278 ] {07bb6464-ba5d-439e-9622-0804630375a1} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:43:34.216080 [ 278 ] {07bb6464-ba5d-439e-9622-0804630375a1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.69 GiB. 2026.02.23 16:43:34.216624 [ 278 ] {07bb6464-ba5d-439e-9622-0804630375a1} MergedBlockOutputStream: filled checksums all_138_138_0 (state Temporary) 2026.02.23 16:43:34.216854 [ 278 ] {07bb6464-ba5d-439e-9622-0804630375a1} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Renaming temporary part tmp_insert_all_138_138_0 to all_138_138_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:43:34.216997 [ 278 ] {07bb6464-ba5d-439e-9622-0804630375a1} executeQuery: Read 10 rows, 18.35 KiB in 0.001812 sec., 5518.763796909492 rows/sec., 9.89 MiB/sec. 2026.02.23 16:43:34.217068 [ 278 ] {07bb6464-ba5d-439e-9622-0804630375a1} TCPHandler: Processed in 0.002005552 sec. 2026.02.23 16:43:34.217184 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:43:34.217278 [ 278 ] {7ba5cffb-b5e7-4f35-9810-f1a3b80788bd} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.23 16:43:34.217320 [ 278 ] {7ba5cffb-b5e7-4f35-9810-f1a3b80788bd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.23 16:43:34.217671 [ 278 ] {7ba5cffb-b5e7-4f35-9810-f1a3b80788bd} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:43:34.217708 [ 278 ] {7ba5cffb-b5e7-4f35-9810-f1a3b80788bd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.69 GiB. 2026.02.23 16:43:34.218009 [ 278 ] {7ba5cffb-b5e7-4f35-9810-f1a3b80788bd} MergedBlockOutputStream: filled checksums all_145_145_0 (state Temporary) 2026.02.23 16:43:34.218218 [ 278 ] {7ba5cffb-b5e7-4f35-9810-f1a3b80788bd} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Renaming temporary part tmp_insert_all_145_145_0 to all_145_145_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:43:34.218346 [ 278 ] {7ba5cffb-b5e7-4f35-9810-f1a3b80788bd} executeQuery: Read 60 rows, 4.14 KiB in 0.001087 sec., 55197.79208831646 rows/sec., 3.72 MiB/sec. 2026.02.23 16:43:34.218383 [ 278 ] {7ba5cffb-b5e7-4f35-9810-f1a3b80788bd} TCPHandler: Processed in 0.001248146 sec. 2026.02.23 16:43:35.308110 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 47544 2026.02.23 16:43:35.308694 [ 244 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:43:35.308742 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.69 GiB. 2026.02.23 16:43:35.309256 [ 244 ] {} MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) 2026.02.23 16:43:35.309507 [ 244 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:43:35.309668 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 47544 2026.02.23 16:43:37.874110 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 746 2026.02.23 16:43:37.894310 [ 243 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:43:37.894388 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.69 GiB. 2026.02.23 16:43:37.901934 [ 243 ] {} MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) 2026.02.23 16:43:37.902769 [ 243 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:43:37.907549 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 746 2026.02.23 16:43:39.208868 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:43:39.209047 [ 278 ] {9dcf89e1-7275-4e87-902d-d6c63a76de84} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.23 16:43:39.209115 [ 278 ] {9dcf89e1-7275-4e87-902d-d6c63a76de84} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.23 16:43:39.209871 [ 278 ] {9dcf89e1-7275-4e87-902d-d6c63a76de84} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:43:39.209920 [ 278 ] {9dcf89e1-7275-4e87-902d-d6c63a76de84} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.69 GiB. 2026.02.23 16:43:39.210325 [ 278 ] {9dcf89e1-7275-4e87-902d-d6c63a76de84} MergedBlockOutputStream: filled checksums all_146_146_0 (state Temporary) 2026.02.23 16:43:39.210559 [ 278 ] {9dcf89e1-7275-4e87-902d-d6c63a76de84} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Renaming temporary part tmp_insert_all_146_146_0 to all_146_146_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:43:39.210719 [ 26 ] {} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636) (MergerMutator): Selected 6 parts from all_1_141_28 to all_146_146_0 2026.02.23 16:43:39.210726 [ 278 ] {9dcf89e1-7275-4e87-902d-d6c63a76de84} executeQuery: Read 150 rows, 13.31 KiB in 0.001727 sec., 86855.81933989577 rows/sec., 7.53 MiB/sec. 2026.02.23 16:43:39.210797 [ 26 ] {} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:43:39.210824 [ 278 ] {9dcf89e1-7275-4e87-902d-d6c63a76de84} TCPHandler: Processed in 0.002082353 sec. 2026.02.23 16:43:39.210828 [ 26 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.69 GiB. 2026.02.23 16:43:39.210957 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:43:39.210981 [ 188 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_146_29} MergeTask::PrepareStage: Merging 6 parts: from all_1_141_28 to all_146_146_0 into Compact with storage Full 2026.02.23 16:43:39.211064 [ 278 ] {ce4e136d-016d-4b06-8ef9-a16d97d65988} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.23 16:43:39.211113 [ 278 ] {ce4e136d-016d-4b06-8ef9-a16d97d65988} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.23 16:43:39.211134 [ 188 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_146_29} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:43:39.211177 [ 188 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_1_141_28, total 2157 rows starting from the beginning of the part 2026.02.23 16:43:39.211253 [ 188 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_142_142_0, total 1383 rows starting from the beginning of the part 2026.02.23 16:43:39.211309 [ 188 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_143_143_0, total 76 rows starting from the beginning of the part 2026.02.23 16:43:39.211359 [ 188 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_144_144_0, total 142 rows starting from the beginning of the part 2026.02.23 16:43:39.211406 [ 188 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_145_145_0, total 80 rows starting from the beginning of the part 2026.02.23 16:43:39.211453 [ 188 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_146_146_0, total 150 rows starting from the beginning of the part 2026.02.23 16:43:39.211558 [ 278 ] {ce4e136d-016d-4b06-8ef9-a16d97d65988} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:43:39.211603 [ 278 ] {ce4e136d-016d-4b06-8ef9-a16d97d65988} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.69 GiB. 2026.02.23 16:43:39.211954 [ 278 ] {ce4e136d-016d-4b06-8ef9-a16d97d65988} MergedBlockOutputStream: filled checksums all_144_144_0 (state Temporary) 2026.02.23 16:43:39.212184 [ 278 ] {ce4e136d-016d-4b06-8ef9-a16d97d65988} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Renaming temporary part tmp_insert_all_144_144_0 to all_144_144_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:43:39.212322 [ 278 ] {ce4e136d-016d-4b06-8ef9-a16d97d65988} executeQuery: Read 47 rows, 3.53 KiB in 0.001282 sec., 36661.466458658346 rows/sec., 2.69 MiB/sec. 2026.02.23 16:43:39.212364 [ 278 ] {ce4e136d-016d-4b06-8ef9-a16d97d65988} TCPHandler: Processed in 0.00146077 sec. 2026.02.23 16:43:39.212469 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:43:39.212567 [ 278 ] {f8b904ba-bcc5-4c60-ab7a-612ef5d92063} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.23 16:43:39.212608 [ 278 ] {f8b904ba-bcc5-4c60-ab7a-612ef5d92063} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.23 16:43:39.213060 [ 278 ] {f8b904ba-bcc5-4c60-ab7a-612ef5d92063} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:43:39.213097 [ 278 ] {f8b904ba-bcc5-4c60-ab7a-612ef5d92063} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.69 GiB. 2026.02.23 16:43:39.213103 [ 195 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_146_29} MergeTask::MergeProjectionsStage: Merge sorted 3988 rows, containing 5 columns (5 merged, 0 gathered) in 0.002190505 sec., 1820584.7510049052 rows/sec., 158.19 MiB/sec. 2026.02.23 16:43:39.213413 [ 278 ] {f8b904ba-bcc5-4c60-ab7a-612ef5d92063} MergedBlockOutputStream: filled checksums all_146_146_0 (state Temporary) 2026.02.23 16:43:39.213450 [ 197 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_146_29} MergedBlockOutputStream: filled checksums all_1_146_29 (state Temporary) 2026.02.23 16:43:39.213648 [ 278 ] {f8b904ba-bcc5-4c60-ab7a-612ef5d92063} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Renaming temporary part tmp_insert_all_146_146_0 to all_146_146_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:43:39.213785 [ 26 ] {} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2) (MergerMutator): Selected 6 parts from all_1_141_28 to all_146_146_0 2026.02.23 16:43:39.213794 [ 278 ] {f8b904ba-bcc5-4c60-ab7a-612ef5d92063} executeQuery: Read 117 rows, 9.33 KiB in 0.001248 sec., 93750 rows/sec., 7.30 MiB/sec. 2026.02.23 16:43:39.213822 [ 26 ] {} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:43:39.213837 [ 197 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_146_29} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Renaming temporary part tmp_merge_all_1_146_29 to all_1_146_29 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:43:39.213846 [ 278 ] {f8b904ba-bcc5-4c60-ab7a-612ef5d92063} TCPHandler: Processed in 0.001425959 sec. 2026.02.23 16:43:39.213848 [ 26 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.69 GiB. 2026.02.23 16:43:39.213939 [ 197 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_146_29} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636) (MergerMutator): Merged 6 parts: [all_1_141_28, all_146_146_0] -> all_1_146_29 2026.02.23 16:43:39.213957 [ 199 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_146_29} MergeTask::PrepareStage: Merging 6 parts: from all_1_141_28 to all_146_146_0 into Compact with storage Full 2026.02.23 16:43:39.213988 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:43:39.214036 [ 199 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_146_29} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:43:39.214055 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.97 MiB. 2026.02.23 16:43:39.214062 [ 199 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_1_141_28, total 1066 rows starting from the beginning of the part 2026.02.23 16:43:39.214089 [ 278 ] {f7a02c35-1777-4a6b-b83e-73069fe146a3} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.23 16:43:39.214129 [ 199 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_142_142_0, total 594 rows starting from the beginning of the part 2026.02.23 16:43:39.214135 [ 278 ] {f7a02c35-1777-4a6b-b83e-73069fe146a3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.23 16:43:39.214177 [ 199 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_143_143_0, total 74 rows starting from the beginning of the part 2026.02.23 16:43:39.214215 [ 199 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_144_144_0, total 113 rows starting from the beginning of the part 2026.02.23 16:43:39.214254 [ 199 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_145_145_0, total 80 rows starting from the beginning of the part 2026.02.23 16:43:39.214292 [ 199 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_146_146_0, total 117 rows starting from the beginning of the part 2026.02.23 16:43:39.214566 [ 278 ] {f7a02c35-1777-4a6b-b83e-73069fe146a3} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:43:39.214603 [ 278 ] {f7a02c35-1777-4a6b-b83e-73069fe146a3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.69 GiB. 2026.02.23 16:43:39.214949 [ 278 ] {f7a02c35-1777-4a6b-b83e-73069fe146a3} MergedBlockOutputStream: filled checksums all_146_146_0 (state Temporary) 2026.02.23 16:43:39.215156 [ 278 ] {f7a02c35-1777-4a6b-b83e-73069fe146a3} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Renaming temporary part tmp_insert_all_146_146_0 to all_146_146_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:43:39.215287 [ 278 ] {f7a02c35-1777-4a6b-b83e-73069fe146a3} executeQuery: Read 160 rows, 11.41 KiB in 0.001217 sec., 131470.8299096138 rows/sec., 9.16 MiB/sec. 2026.02.23 16:43:39.215325 [ 278 ] {f7a02c35-1777-4a6b-b83e-73069fe146a3} TCPHandler: Processed in 0.001389989 sec. 2026.02.23 16:43:39.215394 [ 194 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_146_29} MergeTask::MergeProjectionsStage: Merge sorted 2044 rows, containing 5 columns (5 merged, 0 gathered) in 0.00146987 sec., 1390599.1686339607 rows/sec., 108.93 MiB/sec. 2026.02.23 16:43:39.215428 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:43:39.215527 [ 278 ] {b64231e7-554e-48dd-8a74-cd894b3ad4de} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.23 16:43:39.215583 [ 278 ] {b64231e7-554e-48dd-8a74-cd894b3ad4de} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.23 16:43:39.215612 [ 202 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_146_29} MergedBlockOutputStream: filled checksums all_1_146_29 (state Temporary) 2026.02.23 16:43:39.215910 [ 202 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_146_29} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Renaming temporary part tmp_merge_all_1_146_29 to all_1_146_29 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:43:39.215995 [ 202 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_146_29} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2) (MergerMutator): Merged 6 parts: [all_1_141_28, all_146_146_0] -> all_1_146_29 2026.02.23 16:43:39.216094 [ 202 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.59 MiB. 2026.02.23 16:43:39.216466 [ 278 ] {b64231e7-554e-48dd-8a74-cd894b3ad4de} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:43:39.216513 [ 278 ] {b64231e7-554e-48dd-8a74-cd894b3ad4de} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.69 GiB. 2026.02.23 16:43:39.217087 [ 278 ] {b64231e7-554e-48dd-8a74-cd894b3ad4de} MergedBlockOutputStream: filled checksums all_139_139_0 (state Temporary) 2026.02.23 16:43:39.217312 [ 278 ] {b64231e7-554e-48dd-8a74-cd894b3ad4de} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Renaming temporary part tmp_insert_all_139_139_0 to all_139_139_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:43:39.217451 [ 278 ] {b64231e7-554e-48dd-8a74-cd894b3ad4de} executeQuery: Read 47 rows, 86.24 KiB in 0.001942 sec., 24201.85375901133 rows/sec., 43.37 MiB/sec. 2026.02.23 16:43:39.217508 [ 278 ] {b64231e7-554e-48dd-8a74-cd894b3ad4de} TCPHandler: Processed in 0.002129843 sec. 2026.02.23 16:43:39.217621 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:43:39.217715 [ 278 ] {ac92b713-37d1-4de0-a1dd-4efd173915a4} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) 2026.02.23 16:43:39.217755 [ 278 ] {ac92b713-37d1-4de0-a1dd-4efd173915a4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2026.02.23 16:43:39.218061 [ 278 ] {ac92b713-37d1-4de0-a1dd-4efd173915a4} oximeter.measurements_i64 (c4023ee6-d304-4be9-ac18-40ab79ff5d48): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:43:39.218097 [ 278 ] {ac92b713-37d1-4de0-a1dd-4efd173915a4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.69 GiB. 2026.02.23 16:43:39.218384 [ 278 ] {ac92b713-37d1-4de0-a1dd-4efd173915a4} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.02.23 16:43:39.218609 [ 278 ] {ac92b713-37d1-4de0-a1dd-4efd173915a4} oximeter.measurements_i64 (c4023ee6-d304-4be9-ac18-40ab79ff5d48): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:43:39.218737 [ 278 ] {ac92b713-37d1-4de0-a1dd-4efd173915a4} executeQuery: Read 6 rows, 405.00 B in 0.00104 sec., 5769.2307692307695 rows/sec., 380.30 KiB/sec. 2026.02.23 16:43:39.218775 [ 278 ] {ac92b713-37d1-4de0-a1dd-4efd173915a4} TCPHandler: Processed in 0.001203564 sec. 2026.02.23 16:43:39.218876 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:43:39.218970 [ 278 ] {1d7f9b95-3823-4938-ace1-6dbebd37f4af} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.23 16:43:39.219011 [ 278 ] {1d7f9b95-3823-4938-ace1-6dbebd37f4af} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.23 16:43:39.219333 [ 278 ] {1d7f9b95-3823-4938-ace1-6dbebd37f4af} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:43:39.219369 [ 278 ] {1d7f9b95-3823-4938-ace1-6dbebd37f4af} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.69 GiB. 2026.02.23 16:43:39.219667 [ 278 ] {1d7f9b95-3823-4938-ace1-6dbebd37f4af} MergedBlockOutputStream: filled checksums all_146_146_0 (state Temporary) 2026.02.23 16:43:39.219879 [ 278 ] {1d7f9b95-3823-4938-ace1-6dbebd37f4af} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Renaming temporary part tmp_insert_all_146_146_0 to all_146_146_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:43:39.219994 [ 26 ] {} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786) (MergerMutator): Selected 6 parts from all_1_141_28 to all_146_146_0 2026.02.23 16:43:39.220004 [ 278 ] {1d7f9b95-3823-4938-ace1-6dbebd37f4af} executeQuery: Read 60 rows, 4.14 KiB in 0.001052 sec., 57034.22053231939 rows/sec., 3.84 MiB/sec. 2026.02.23 16:43:39.220032 [ 26 ] {} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:43:39.220055 [ 278 ] {1d7f9b95-3823-4938-ace1-6dbebd37f4af} TCPHandler: Processed in 0.001227485 sec. 2026.02.23 16:43:39.220055 [ 26 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.69 GiB. 2026.02.23 16:43:39.220150 [ 195 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_146_29} MergeTask::PrepareStage: Merging 6 parts: from all_1_141_28 to all_146_146_0 into Compact with storage Full 2026.02.23 16:43:39.220244 [ 195 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_146_29} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:43:39.220272 [ 195 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_146_29} MergeTreeSequentialSource: Reading 3 marks from part all_1_141_28, total 8700 rows starting from the beginning of the part 2026.02.23 16:43:39.220322 [ 195 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_142_142_0, total 60 rows starting from the beginning of the part 2026.02.23 16:43:39.220366 [ 195 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_143_143_0, total 60 rows starting from the beginning of the part 2026.02.23 16:43:39.220407 [ 195 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_144_144_0, total 60 rows starting from the beginning of the part 2026.02.23 16:43:39.220446 [ 195 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_145_145_0, total 60 rows starting from the beginning of the part 2026.02.23 16:43:39.220484 [ 195 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_146_146_0, total 60 rows starting from the beginning of the part 2026.02.23 16:43:39.222752 [ 191 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_146_29} MergeTask::MergeProjectionsStage: Merge sorted 9000 rows, containing 4 columns (4 merged, 0 gathered) in 0.002637274 sec., 3412614.6922921166 rows/sec., 225.80 MiB/sec. 2026.02.23 16:43:39.222927 [ 191 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_146_29} MergedBlockOutputStream: filled checksums all_1_146_29 (state Temporary) 2026.02.23 16:43:39.223208 [ 191 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_146_29} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Renaming temporary part tmp_merge_all_1_146_29 to all_1_146_29 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:43:39.223281 [ 191 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_146_29} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786) (MergerMutator): Merged 6 parts: [all_1_141_28, all_146_146_0] -> all_1_146_29 2026.02.23 16:43:39.223353 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.27 MiB. 2026.02.23 16:43:42.576770 [ 143 ] {} DNSResolver: Updating DNS cache 2026.02.23 16:43:42.576824 [ 143 ] {} DNSResolver: Updated DNS cache 2026.02.23 16:43:42.679327 [ 217 ] {} system.query_log (b83b341e-dbaf-448e-9582-20b3e6cd291d): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] 2026.02.23 16:43:42.679375 [ 217 ] {} system.query_log (b83b341e-dbaf-448e-9582-20b3e6cd291d): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] 2026.02.23 16:43:42.682524 [ 217 ] {} system.query_log (b83b341e-dbaf-448e-9582-20b3e6cd291d): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] 2026.02.23 16:43:42.809909 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 47992 2026.02.23 16:43:42.810423 [ 244 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:43:42.810465 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.69 GiB. 2026.02.23 16:43:42.810970 [ 244 ] {} MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) 2026.02.23 16:43:42.811205 [ 244 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:43:42.811355 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 47992 2026.02.23 16:43:42.811418 [ 225 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Found 6 old parts to remove. Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] 2026.02.23 16:43:42.811472 [ 225 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Removing 6 parts from filesystem (serially): Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] 2026.02.23 16:43:42.814222 [ 225 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Removing 6 parts from memory: Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] 2026.02.23 16:43:42.968779 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 2490 2026.02.23 16:43:42.971295 [ 242 ] {} system.query_log (b83b341e-dbaf-448e-9582-20b3e6cd291d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:43:42.971348 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.69 GiB. 2026.02.23 16:43:42.972586 [ 242 ] {} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2026.02.23 16:43:42.972867 [ 242 ] {} system.query_log (b83b341e-dbaf-448e-9582-20b3e6cd291d): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:43:42.973249 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 2490 2026.02.23 16:43:43.189052 [ 225 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Found 6 old parts to remove. Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] 2026.02.23 16:43:43.189127 [ 225 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Removing 6 parts from filesystem (serially): Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] 2026.02.23 16:43:43.192221 [ 225 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Removing 6 parts from memory: Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] 2026.02.23 16:43:44.000187 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 394.59 MiB, peak 417.74 MiB, free memory in arenas 0.00 B, will set to 398.59 MiB (RSS), difference: 4.00 MiB 2026.02.23 16:43:44.040611 [ 220 ] {} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Found 6 old parts to remove. Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] 2026.02.23 16:43:44.040657 [ 220 ] {} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Removing 6 parts from filesystem (serially): Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] 2026.02.23 16:43:44.043254 [ 220 ] {} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Removing 6 parts from memory: Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] 2026.02.23 16:43:44.207225 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:43:44.207407 [ 278 ] {b3219d8c-208b-46d3-91b9-5d4bd827af83} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.23 16:43:44.207475 [ 278 ] {b3219d8c-208b-46d3-91b9-5d4bd827af83} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.23 16:43:44.208174 [ 278 ] {b3219d8c-208b-46d3-91b9-5d4bd827af83} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:43:44.208223 [ 278 ] {b3219d8c-208b-46d3-91b9-5d4bd827af83} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.69 GiB. 2026.02.23 16:43:44.208634 [ 278 ] {b3219d8c-208b-46d3-91b9-5d4bd827af83} MergedBlockOutputStream: filled checksums all_147_147_0 (state Temporary) 2026.02.23 16:43:44.208858 [ 278 ] {b3219d8c-208b-46d3-91b9-5d4bd827af83} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Renaming temporary part tmp_insert_all_147_147_0 to all_147_147_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:43:44.209016 [ 278 ] {b3219d8c-208b-46d3-91b9-5d4bd827af83} executeQuery: Read 76 rows, 6.41 KiB in 0.00166 sec., 45783.13253012048 rows/sec., 3.77 MiB/sec. 2026.02.23 16:43:44.209072 [ 278 ] {b3219d8c-208b-46d3-91b9-5d4bd827af83} TCPHandler: Processed in 0.00197851 sec. 2026.02.23 16:43:44.209152 [ 221 ] {} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Found 6 old parts to remove. Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] 2026.02.23 16:43:44.209206 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:43:44.209208 [ 221 ] {} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Removing 6 parts from filesystem (serially): Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] 2026.02.23 16:43:44.209321 [ 278 ] {e95da2b3-d3fe-45a1-b458-54cfcfec85e1} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.23 16:43:44.209370 [ 278 ] {e95da2b3-d3fe-45a1-b458-54cfcfec85e1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.23 16:43:44.209801 [ 278 ] {e95da2b3-d3fe-45a1-b458-54cfcfec85e1} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:43:44.209840 [ 278 ] {e95da2b3-d3fe-45a1-b458-54cfcfec85e1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.69 GiB. 2026.02.23 16:43:44.210186 [ 278 ] {e95da2b3-d3fe-45a1-b458-54cfcfec85e1} MergedBlockOutputStream: filled checksums all_145_145_0 (state Temporary) 2026.02.23 16:43:44.210397 [ 278 ] {e95da2b3-d3fe-45a1-b458-54cfcfec85e1} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Renaming temporary part tmp_insert_all_145_145_0 to all_145_145_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:43:44.210531 [ 278 ] {e95da2b3-d3fe-45a1-b458-54cfcfec85e1} executeQuery: Read 10 rows, 770.00 B in 0.001234 sec., 8103.727714748784 rows/sec., 609.36 KiB/sec. 2026.02.23 16:43:44.210572 [ 278 ] {e95da2b3-d3fe-45a1-b458-54cfcfec85e1} TCPHandler: Processed in 0.001422819 sec. 2026.02.23 16:43:44.210690 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:43:44.210789 [ 278 ] {0499c470-1dcc-468e-8217-9381110a6ebf} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.23 16:43:44.210832 [ 278 ] {0499c470-1dcc-468e-8217-9381110a6ebf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.23 16:43:44.211265 [ 278 ] {0499c470-1dcc-468e-8217-9381110a6ebf} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:43:44.211303 [ 278 ] {0499c470-1dcc-468e-8217-9381110a6ebf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.69 GiB. 2026.02.23 16:43:44.211631 [ 278 ] {0499c470-1dcc-468e-8217-9381110a6ebf} MergedBlockOutputStream: filled checksums all_147_147_0 (state Temporary) 2026.02.23 16:43:44.211910 [ 278 ] {0499c470-1dcc-468e-8217-9381110a6ebf} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Renaming temporary part tmp_insert_all_147_147_0 to all_147_147_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:43:44.212055 [ 278 ] {0499c470-1dcc-468e-8217-9381110a6ebf} executeQuery: Read 74 rows, 5.92 KiB in 0.001285 sec., 57587.5486381323 rows/sec., 4.50 MiB/sec. 2026.02.23 16:43:44.212094 [ 278 ] {0499c470-1dcc-468e-8217-9381110a6ebf} TCPHandler: Processed in 0.00145395 sec. 2026.02.23 16:43:44.212214 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:43:44.212310 [ 278 ] {5c41fcd7-2e33-4301-ac65-4222dcd3d563} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.23 16:43:44.212354 [ 278 ] {5c41fcd7-2e33-4301-ac65-4222dcd3d563} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.23 16:43:44.212708 [ 221 ] {} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Removing 6 parts from memory: Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] 2026.02.23 16:43:44.212798 [ 278 ] {5c41fcd7-2e33-4301-ac65-4222dcd3d563} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:43:44.212839 [ 278 ] {5c41fcd7-2e33-4301-ac65-4222dcd3d563} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.69 GiB. 2026.02.23 16:43:44.213188 [ 278 ] {5c41fcd7-2e33-4301-ac65-4222dcd3d563} MergedBlockOutputStream: filled checksums all_147_147_0 (state Temporary) 2026.02.23 16:43:44.213398 [ 278 ] {5c41fcd7-2e33-4301-ac65-4222dcd3d563} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Renaming temporary part tmp_insert_all_147_147_0 to all_147_147_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:43:44.213539 [ 278 ] {5c41fcd7-2e33-4301-ac65-4222dcd3d563} executeQuery: Read 160 rows, 11.41 KiB in 0.001247 sec., 128307.93905372894 rows/sec., 8.94 MiB/sec. 2026.02.23 16:43:44.213556 [ 160 ] {} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140) (MergerMutator): Selected 2 parts from all_1_142_32 to all_143_143_0 2026.02.23 16:43:44.213578 [ 278 ] {5c41fcd7-2e33-4301-ac65-4222dcd3d563} TCPHandler: Processed in 0.001413729 sec. 2026.02.23 16:43:44.213627 [ 160 ] {} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:43:44.213658 [ 160 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.69 GiB. 2026.02.23 16:43:44.213719 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:43:44.213740 [ 195 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_143_33} MergeTask::PrepareStage: Merging 2 parts: from all_1_142_32 to all_143_143_0 into Compact with storage Full 2026.02.23 16:43:44.213820 [ 278 ] {4d4d5271-2068-4212-97d6-c047140eaf83} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.23 16:43:44.213834 [ 195 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_143_33} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:43:44.213867 [ 195 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_143_33} MergeTreeSequentialSource: Reading 7 marks from part all_1_142_32, total 43046 rows starting from the beginning of the part 2026.02.23 16:43:44.213876 [ 278 ] {4d4d5271-2068-4212-97d6-c047140eaf83} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.23 16:43:44.213928 [ 195 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_143_33} MergeTreeSequentialSource: Reading 2 marks from part all_143_143_0, total 160 rows starting from the beginning of the part 2026.02.23 16:43:44.214673 [ 278 ] {4d4d5271-2068-4212-97d6-c047140eaf83} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:43:44.214709 [ 278 ] {4d4d5271-2068-4212-97d6-c047140eaf83} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.69 GiB. 2026.02.23 16:43:44.215262 [ 278 ] {4d4d5271-2068-4212-97d6-c047140eaf83} MergedBlockOutputStream: filled checksums all_140_140_0 (state Temporary) 2026.02.23 16:43:44.215497 [ 278 ] {4d4d5271-2068-4212-97d6-c047140eaf83} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Renaming temporary part tmp_insert_all_140_140_0 to all_140_140_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:43:44.215661 [ 278 ] {4d4d5271-2068-4212-97d6-c047140eaf83} executeQuery: Read 10 rows, 18.35 KiB in 0.001858 sec., 5382.1313240043055 rows/sec., 9.64 MiB/sec. 2026.02.23 16:43:44.215745 [ 278 ] {4d4d5271-2068-4212-97d6-c047140eaf83} TCPHandler: Processed in 0.002076312 sec. 2026.02.23 16:43:44.215859 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:43:44.215955 [ 278 ] {3a933f7c-ca25-45c0-92f4-08f0aebbf4fb} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.23 16:43:44.215996 [ 278 ] {3a933f7c-ca25-45c0-92f4-08f0aebbf4fb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.23 16:43:44.216358 [ 278 ] {3a933f7c-ca25-45c0-92f4-08f0aebbf4fb} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:43:44.216395 [ 278 ] {3a933f7c-ca25-45c0-92f4-08f0aebbf4fb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.69 GiB. 2026.02.23 16:43:44.216711 [ 278 ] {3a933f7c-ca25-45c0-92f4-08f0aebbf4fb} MergedBlockOutputStream: filled checksums all_147_147_0 (state Temporary) 2026.02.23 16:43:44.216950 [ 278 ] {3a933f7c-ca25-45c0-92f4-08f0aebbf4fb} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Renaming temporary part tmp_insert_all_147_147_0 to all_147_147_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:43:44.217092 [ 278 ] {3a933f7c-ca25-45c0-92f4-08f0aebbf4fb} executeQuery: Read 60 rows, 4.14 KiB in 0.001155 sec., 51948.05194805195 rows/sec., 3.50 MiB/sec. 2026.02.23 16:43:44.217131 [ 278 ] {3a933f7c-ca25-45c0-92f4-08f0aebbf4fb} TCPHandler: Processed in 0.001321567 sec. 2026.02.23 16:43:44.222359 [ 194 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_143_33} MergeTask::MergeProjectionsStage: Merge sorted 43206 rows, containing 5 columns (5 merged, 0 gathered) in 0.008641717 sec., 4999700.8696304215 rows/sec., 341.25 MiB/sec. 2026.02.23 16:43:44.222939 [ 187 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_143_33} MergedBlockOutputStream: filled checksums all_1_143_33 (state Temporary) 2026.02.23 16:43:44.223216 [ 187 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_143_33} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Renaming temporary part tmp_merge_all_1_143_33 to all_1_143_33 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:43:44.223279 [ 187 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_143_33} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140) (MergerMutator): Merged 2 parts: [all_1_142_32, all_143_143_0] -> all_1_143_33 2026.02.23 16:43:44.223344 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.33 MiB. 2026.02.23 16:43:44.768292 [ 217 ] {} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Found 6 old parts to remove. Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] 2026.02.23 16:43:44.768345 [ 217 ] {} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Removing 6 parts from filesystem (serially): Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] 2026.02.23 16:43:44.772120 [ 217 ] {} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Removing 6 parts from memory: Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] 2026.02.23 16:43:45.081382 [ 223 ] {} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Found 6 old parts to remove. Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] 2026.02.23 16:43:45.081442 [ 223 ] {} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Removing 6 parts from filesystem (serially): Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] 2026.02.23 16:43:45.084463 [ 223 ] {} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Removing 6 parts from memory: Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] 2026.02.23 16:43:45.407702 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 753 2026.02.23 16:43:45.428212 [ 243 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:43:45.428290 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.69 GiB. 2026.02.23 16:43:45.434723 [ 243 ] {} MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) 2026.02.23 16:43:45.435908 [ 243 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:43:45.443572 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 753 2026.02.23 16:43:45.894414 [ 154 ] {} oximeter.fields_ipaddr (aca7842a-9245-4e3c-8c67-e3828bf88048) (MergerMutator): Selected 5 parts from all_1_45_11 to all_49_49_0 2026.02.23 16:43:45.894481 [ 154 ] {} oximeter.fields_ipaddr (aca7842a-9245-4e3c-8c67-e3828bf88048): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:43:45.894505 [ 154 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.69 GiB. 2026.02.23 16:43:45.894637 [ 193 ] {aca7842a-9245-4e3c-8c67-e3828bf88048::all_1_49_12} MergeTask::PrepareStage: Merging 5 parts: from all_1_45_11 to all_49_49_0 into Compact with storage Full 2026.02.23 16:43:45.894805 [ 193 ] {aca7842a-9245-4e3c-8c67-e3828bf88048::all_1_49_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:43:45.894847 [ 193 ] {aca7842a-9245-4e3c-8c67-e3828bf88048::all_1_49_12} MergeTreeSequentialSource: Reading 2 marks from part all_1_45_11, total 24 rows starting from the beginning of the part 2026.02.23 16:43:45.894924 [ 193 ] {aca7842a-9245-4e3c-8c67-e3828bf88048::all_1_49_12} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 4 rows starting from the beginning of the part 2026.02.23 16:43:45.894973 [ 193 ] {aca7842a-9245-4e3c-8c67-e3828bf88048::all_1_49_12} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 4 rows starting from the beginning of the part 2026.02.23 16:43:45.895019 [ 193 ] {aca7842a-9245-4e3c-8c67-e3828bf88048::all_1_49_12} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 6 rows starting from the beginning of the part 2026.02.23 16:43:45.895065 [ 193 ] {aca7842a-9245-4e3c-8c67-e3828bf88048::all_1_49_12} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 6 rows starting from the beginning of the part 2026.02.23 16:43:45.895917 [ 187 ] {aca7842a-9245-4e3c-8c67-e3828bf88048::all_1_49_12} MergeTask::MergeProjectionsStage: Merge sorted 44 rows, containing 5 columns (5 merged, 0 gathered) in 0.001338418 sec., 32874.63258862328 rows/sec., 2.77 MiB/sec. 2026.02.23 16:43:45.896152 [ 194 ] {aca7842a-9245-4e3c-8c67-e3828bf88048::all_1_49_12} MergedBlockOutputStream: filled checksums all_1_49_12 (state Temporary) 2026.02.23 16:43:45.896551 [ 194 ] {aca7842a-9245-4e3c-8c67-e3828bf88048::all_1_49_12} oximeter.fields_ipaddr (aca7842a-9245-4e3c-8c67-e3828bf88048): Renaming temporary part tmp_merge_all_1_49_12 to all_1_49_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:43:45.896638 [ 194 ] {aca7842a-9245-4e3c-8c67-e3828bf88048::all_1_49_12} oximeter.fields_ipaddr (aca7842a-9245-4e3c-8c67-e3828bf88048) (MergerMutator): Merged 5 parts: [all_1_45_11, all_49_49_0] -> all_1_49_12 2026.02.23 16:43:45.896756 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. 2026.02.23 16:43:47.195674 [ 222 ] {} oximeter.fields_ipaddr (aca7842a-9245-4e3c-8c67-e3828bf88048): Found 5 old parts to remove. Parts: [all_1_13_3, all_14_14_0, all_15_15_0, all_16_16_0, all_17_17_0] 2026.02.23 16:43:47.195731 [ 222 ] {} oximeter.fields_ipaddr (aca7842a-9245-4e3c-8c67-e3828bf88048): Removing 5 parts from filesystem (serially): Parts: [all_1_13_3, all_14_14_0, all_15_15_0, all_16_16_0, all_17_17_0] 2026.02.23 16:43:47.198173 [ 222 ] {} oximeter.fields_ipaddr (aca7842a-9245-4e3c-8c67-e3828bf88048): Removing 5 parts from memory: Parts: [all_1_13_3, all_14_14_0, all_15_15_0, all_16_16_0, all_17_17_0] 2026.02.23 16:43:49.201754 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:43:49.202017 [ 278 ] {7abef954-e370-4f41-a85a-3f9447b9ffe9} executeQuery: (from [fd00:1122:3344:101::d]:46070) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'oximeter_collector:failed_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.02.23 16:43:49.202396 [ 278 ] {7abef954-e370-4f41-a85a-3f9447b9ffe9} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.02.23 16:43:49.202439 [ 278 ] {7abef954-e370-4f41-a85a-3f9447b9ffe9} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'oximeter_collector:failed_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.02.23 16:43:49.202723 [ 278 ] {7abef954-e370-4f41-a85a-3f9447b9ffe9} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.23 16:43:49.202794 [ 278 ] {7abef954-e370-4f41-a85a-3f9447b9ffe9} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.23 16:43:49.202938 [ 278 ] {7abef954-e370-4f41-a85a-3f9447b9ffe9} oximeter.timeseries_schema (01d04810-3288-4eb0-b300-784d29626f91) (SelectExecutor): Key condition: (column 0 notIn 49-element set) 2026.02.23 16:43:49.203047 [ 322 ] {7abef954-e370-4f41-a85a-3f9447b9ffe9} oximeter.timeseries_schema (01d04810-3288-4eb0-b300-784d29626f91) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps 2026.02.23 16:43:49.203048 [ 306 ] {7abef954-e370-4f41-a85a-3f9447b9ffe9} oximeter.timeseries_schema (01d04810-3288-4eb0-b300-784d29626f91) (SelectExecutor): Used generic exclusion search over index for part all_6_6_0 with 1 steps 2026.02.23 16:43:49.203177 [ 278 ] {7abef954-e370-4f41-a85a-3f9447b9ffe9} oximeter.timeseries_schema (01d04810-3288-4eb0-b300-784d29626f91) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges 2026.02.23 16:43:49.203206 [ 278 ] {7abef954-e370-4f41-a85a-3f9447b9ffe9} oximeter.timeseries_schema (01d04810-3288-4eb0-b300-784d29626f91) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.02.23 16:43:49.203258 [ 278 ] {7abef954-e370-4f41-a85a-3f9447b9ffe9} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'oximeter_collector:failed_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.02.23 16:43:49.203280 [ 278 ] {7abef954-e370-4f41-a85a-3f9447b9ffe9} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 48 rows starting from 0 2026.02.23 16:43:49.204441 [ 278 ] {7abef954-e370-4f41-a85a-3f9447b9ffe9} executeQuery: Read 48 rows, 1.91 KiB in 0.002537 sec., 18919.98423334647 rows/sec., 751.76 KiB/sec. 2026.02.23 16:43:49.204549 [ 278 ] {7abef954-e370-4f41-a85a-3f9447b9ffe9} TCPHandler: Processed in 0.002923181 sec. 2026.02.23 16:43:49.243171 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:43:49.243292 [ 278 ] {e87da097-b2e7-4653-8181-02011a5c8726} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2026.02.23 16:43:49.243340 [ 278 ] {e87da097-b2e7-4653-8181-02011a5c8726} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.23 16:43:49.243964 [ 278 ] {e87da097-b2e7-4653-8181-02011a5c8726} oximeter.timeseries_schema (01d04810-3288-4eb0-b300-784d29626f91): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:43:49.244009 [ 278 ] {e87da097-b2e7-4653-8181-02011a5c8726} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2026.02.23 16:43:49.244573 [ 278 ] {e87da097-b2e7-4653-8181-02011a5c8726} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.02.23 16:43:49.244968 [ 278 ] {e87da097-b2e7-4653-8181-02011a5c8726} oximeter.timeseries_schema (01d04810-3288-4eb0-b300-784d29626f91): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:43:49.245119 [ 278 ] {e87da097-b2e7-4653-8181-02011a5c8726} executeQuery: Read 1 rows, 285.00 B in 0.001863 sec., 536.7686527106816 rows/sec., 149.39 KiB/sec. 2026.02.23 16:43:49.245162 [ 278 ] {e87da097-b2e7-4653-8181-02011a5c8726} TCPHandler: Processed in 0.002045902 sec. 2026.02.23 16:43:49.245343 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:43:49.245441 [ 278 ] {c579c92b-aaa8-4a5a-a98f-5f1fa78db386} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.02.23 16:43:49.245483 [ 278 ] {c579c92b-aaa8-4a5a-a98f-5f1fa78db386} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.02.23 16:43:49.245915 [ 278 ] {c579c92b-aaa8-4a5a-a98f-5f1fa78db386} oximeter.fields_i16 (91b3829e-2a99-49e1-955c-43ffdc3fb409): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:43:49.245954 [ 278 ] {c579c92b-aaa8-4a5a-a98f-5f1fa78db386} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2026.02.23 16:43:49.246453 [ 278 ] {c579c92b-aaa8-4a5a-a98f-5f1fa78db386} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2026.02.23 16:43:49.246868 [ 278 ] {c579c92b-aaa8-4a5a-a98f-5f1fa78db386} oximeter.fields_i16 (91b3829e-2a99-49e1-955c-43ffdc3fb409): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:43:49.247003 [ 278 ] {c579c92b-aaa8-4a5a-a98f-5f1fa78db386} executeQuery: Read 24 rows, 2.04 KiB in 0.001584 sec., 15151.515151515152 rows/sec., 1.26 MiB/sec. 2026.02.23 16:43:49.247041 [ 278 ] {c579c92b-aaa8-4a5a-a98f-5f1fa78db386} TCPHandler: Processed in 0.001747776 sec. 2026.02.23 16:43:49.247154 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:43:49.247248 [ 278 ] {bbac4578-398b-4e8a-9a58-b65090e54110} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.02.23 16:43:49.247287 [ 278 ] {bbac4578-398b-4e8a-9a58-b65090e54110} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.02.23 16:43:49.247676 [ 278 ] {bbac4578-398b-4e8a-9a58-b65090e54110} oximeter.fields_ipaddr (aca7842a-9245-4e3c-8c67-e3828bf88048): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:43:49.247712 [ 278 ] {bbac4578-398b-4e8a-9a58-b65090e54110} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2026.02.23 16:43:49.248125 [ 278 ] {bbac4578-398b-4e8a-9a58-b65090e54110} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2026.02.23 16:43:49.248598 [ 278 ] {bbac4578-398b-4e8a-9a58-b65090e54110} oximeter.fields_ipaddr (aca7842a-9245-4e3c-8c67-e3828bf88048): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:43:49.248730 [ 278 ] {bbac4578-398b-4e8a-9a58-b65090e54110} executeQuery: Read 9 rows, 729.00 B in 0.0015 sec., 6000 rows/sec., 474.61 KiB/sec. 2026.02.23 16:43:49.248767 [ 278 ] {bbac4578-398b-4e8a-9a58-b65090e54110} TCPHandler: Processed in 0.001659444 sec. 2026.02.23 16:43:49.248874 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:43:49.248966 [ 278 ] {5b84a4d7-0ffa-4dce-86e3-8742413255bf} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.23 16:43:49.249005 [ 278 ] {5b84a4d7-0ffa-4dce-86e3-8742413255bf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.23 16:43:49.250193 [ 278 ] {5b84a4d7-0ffa-4dce-86e3-8742413255bf} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:43:49.250230 [ 278 ] {5b84a4d7-0ffa-4dce-86e3-8742413255bf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2026.02.23 16:43:49.250778 [ 278 ] {5b84a4d7-0ffa-4dce-86e3-8742413255bf} MergedBlockOutputStream: filled checksums all_148_148_0 (state Temporary) 2026.02.23 16:43:49.251230 [ 278 ] {5b84a4d7-0ffa-4dce-86e3-8742413255bf} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Renaming temporary part tmp_insert_all_148_148_0 to all_148_148_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:43:49.251363 [ 278 ] {5b84a4d7-0ffa-4dce-86e3-8742413255bf} executeQuery: Read 1425 rows, 122.52 KiB in 0.002415 sec., 590062.1118012422 rows/sec., 49.54 MiB/sec. 2026.02.23 16:43:49.251401 [ 278 ] {5b84a4d7-0ffa-4dce-86e3-8742413255bf} TCPHandler: Processed in 0.002573013 sec. 2026.02.23 16:43:49.251511 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:43:49.251603 [ 278 ] {47b6d13f-77e7-4510-9350-f73edcf3d3ac} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.23 16:43:49.251642 [ 278 ] {47b6d13f-77e7-4510-9350-f73edcf3d3ac} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.23 16:43:49.252053 [ 278 ] {47b6d13f-77e7-4510-9350-f73edcf3d3ac} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:43:49.252089 [ 278 ] {47b6d13f-77e7-4510-9350-f73edcf3d3ac} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2026.02.23 16:43:49.252481 [ 278 ] {47b6d13f-77e7-4510-9350-f73edcf3d3ac} MergedBlockOutputStream: filled checksums all_146_146_0 (state Temporary) 2026.02.23 16:43:49.253031 [ 278 ] {47b6d13f-77e7-4510-9350-f73edcf3d3ac} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Renaming temporary part tmp_insert_all_146_146_0 to all_146_146_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:43:49.253173 [ 278 ] {47b6d13f-77e7-4510-9350-f73edcf3d3ac} executeQuery: Read 71 rows, 5.33 KiB in 0.001588 sec., 44710.327455919396 rows/sec., 3.28 MiB/sec. 2026.02.23 16:43:49.253176 [ 133 ] {} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70) (MergerMutator): Selected 6 parts from all_1_141_28 to all_146_146_0 2026.02.23 16:43:49.253215 [ 278 ] {47b6d13f-77e7-4510-9350-f73edcf3d3ac} TCPHandler: Processed in 0.001751267 sec. 2026.02.23 16:43:49.253249 [ 133 ] {} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:43:49.253277 [ 133 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2026.02.23 16:43:49.253351 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:43:49.253396 [ 190 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_146_29} MergeTask::PrepareStage: Merging 6 parts: from all_1_141_28 to all_146_146_0 into Compact with storage Full 2026.02.23 16:43:49.253453 [ 278 ] {14c3c805-1c2a-46ff-aa25-0bee160597bb} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.02.23 16:43:49.253500 [ 278 ] {14c3c805-1c2a-46ff-aa25-0bee160597bb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.02.23 16:43:49.253534 [ 190 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_146_29} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:43:49.253577 [ 190 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_1_141_28, total 220 rows starting from the beginning of the part 2026.02.23 16:43:49.253648 [ 190 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_142_142_0, total 43 rows starting from the beginning of the part 2026.02.23 16:43:49.253699 [ 190 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_143_143_0, total 16 rows starting from the beginning of the part 2026.02.23 16:43:49.253743 [ 190 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_144_144_0, total 47 rows starting from the beginning of the part 2026.02.23 16:43:49.253784 [ 190 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_145_145_0, total 10 rows starting from the beginning of the part 2026.02.23 16:43:49.253828 [ 190 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_146_146_0, total 71 rows starting from the beginning of the part 2026.02.23 16:43:49.254031 [ 278 ] {14c3c805-1c2a-46ff-aa25-0bee160597bb} oximeter.fields_u32 (3630ead0-c5da-4e23-a9d2-59d0589dc119): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:43:49.254073 [ 278 ] {14c3c805-1c2a-46ff-aa25-0bee160597bb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2026.02.23 16:43:49.254542 [ 278 ] {14c3c805-1c2a-46ff-aa25-0bee160597bb} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2026.02.23 16:43:49.254781 [ 187 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_146_29} MergeTask::MergeProjectionsStage: Merge sorted 407 rows, containing 5 columns (5 merged, 0 gathered) in 0.00144368 sec., 281918.4306771584 rows/sec., 20.28 MiB/sec. 2026.02.23 16:43:49.255024 [ 190 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_146_29} MergedBlockOutputStream: filled checksums all_1_146_29 (state Temporary) 2026.02.23 16:43:49.255053 [ 278 ] {14c3c805-1c2a-46ff-aa25-0bee160597bb} oximeter.fields_u32 (3630ead0-c5da-4e23-a9d2-59d0589dc119): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:43:49.255199 [ 278 ] {14c3c805-1c2a-46ff-aa25-0bee160597bb} executeQuery: Read 252 rows, 17.85 KiB in 0.001765 sec., 142776.20396600565 rows/sec., 9.87 MiB/sec. 2026.02.23 16:43:49.255240 [ 278 ] {14c3c805-1c2a-46ff-aa25-0bee160597bb} TCPHandler: Processed in 0.00194443 sec. 2026.02.23 16:43:49.255355 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:43:49.255454 [ 278 ] {f13e4d2f-2ed6-43da-a086-e7478aa65575} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.02.23 16:43:49.255495 [ 278 ] {f13e4d2f-2ed6-43da-a086-e7478aa65575} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.02.23 16:43:49.255581 [ 190 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_146_29} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Renaming temporary part tmp_merge_all_1_146_29 to all_1_146_29 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:43:49.255668 [ 190 ] {d6084d08-7327-4770-82fc-9ad3e3ec9f70::all_1_146_29} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70) (MergerMutator): Merged 6 parts: [all_1_141_28, all_146_146_0] -> all_1_146_29 2026.02.23 16:43:49.255753 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. 2026.02.23 16:43:49.255896 [ 278 ] {f13e4d2f-2ed6-43da-a086-e7478aa65575} oximeter.fields_u8 (bee44bc4-3670-4879-9501-74bd8c0c3792): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:43:49.255938 [ 278 ] {f13e4d2f-2ed6-43da-a086-e7478aa65575} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2026.02.23 16:43:49.256369 [ 278 ] {f13e4d2f-2ed6-43da-a086-e7478aa65575} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2026.02.23 16:43:49.256828 [ 278 ] {f13e4d2f-2ed6-43da-a086-e7478aa65575} oximeter.fields_u8 (bee44bc4-3670-4879-9501-74bd8c0c3792): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:43:49.256962 [ 278 ] {f13e4d2f-2ed6-43da-a086-e7478aa65575} executeQuery: Read 12 rows, 960.00 B in 0.001527 sec., 7858.546168958743 rows/sec., 613.95 KiB/sec. 2026.02.23 16:43:49.257001 [ 278 ] {f13e4d2f-2ed6-43da-a086-e7478aa65575} TCPHandler: Processed in 0.001696444 sec. 2026.02.23 16:43:49.257111 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:43:49.257207 [ 278 ] {cee4cfab-3515-4ed0-a35a-b82a06295f92} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.23 16:43:49.257246 [ 278 ] {cee4cfab-3515-4ed0-a35a-b82a06295f92} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.23 16:43:49.257925 [ 278 ] {cee4cfab-3515-4ed0-a35a-b82a06295f92} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:43:49.257961 [ 278 ] {cee4cfab-3515-4ed0-a35a-b82a06295f92} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2026.02.23 16:43:49.258431 [ 278 ] {cee4cfab-3515-4ed0-a35a-b82a06295f92} MergedBlockOutputStream: filled checksums all_148_148_0 (state Temporary) 2026.02.23 16:43:49.258907 [ 278 ] {cee4cfab-3515-4ed0-a35a-b82a06295f92} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Renaming temporary part tmp_insert_all_148_148_0 to all_148_148_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:43:49.259041 [ 278 ] {cee4cfab-3515-4ed0-a35a-b82a06295f92} executeQuery: Read 633 rows, 48.63 KiB in 0.001852 sec., 341792.656587473 rows/sec., 25.64 MiB/sec. 2026.02.23 16:43:49.259080 [ 278 ] {cee4cfab-3515-4ed0-a35a-b82a06295f92} TCPHandler: Processed in 0.002019161 sec. 2026.02.23 16:43:49.259200 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:43:49.259296 [ 278 ] {94c90623-4157-4975-b825-550fbe7da7a2} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.23 16:43:49.259339 [ 278 ] {94c90623-4157-4975-b825-550fbe7da7a2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.23 16:43:49.259971 [ 278 ] {94c90623-4157-4975-b825-550fbe7da7a2} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:43:49.260008 [ 278 ] {94c90623-4157-4975-b825-550fbe7da7a2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2026.02.23 16:43:49.260593 [ 278 ] {94c90623-4157-4975-b825-550fbe7da7a2} MergedBlockOutputStream: filled checksums all_148_148_0 (state Temporary) 2026.02.23 16:43:49.261156 [ 278 ] {94c90623-4157-4975-b825-550fbe7da7a2} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Renaming temporary part tmp_insert_all_148_148_0 to all_148_148_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:43:49.261286 [ 133 ] {} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140) (MergerMutator): Selected 6 parts from all_1_143_33 to all_148_148_0 2026.02.23 16:43:49.261293 [ 278 ] {94c90623-4157-4975-b825-550fbe7da7a2} executeQuery: Read 886 rows, 61.55 KiB in 0.002016 sec., 439484.126984127 rows/sec., 29.82 MiB/sec. 2026.02.23 16:43:49.261336 [ 133 ] {} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:43:49.261356 [ 278 ] {94c90623-4157-4975-b825-550fbe7da7a2} TCPHandler: Processed in 0.002206215 sec. 2026.02.23 16:43:49.261361 [ 133 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2026.02.23 16:43:49.261467 [ 194 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_148_34} MergeTask::PrepareStage: Merging 6 parts: from all_1_143_33 to all_148_148_0 into Compact with storage Full 2026.02.23 16:43:49.261481 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:43:49.261596 [ 278 ] {13ebf045-3eb4-4b55-9fca-9178324863f5} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.23 16:43:49.261600 [ 194 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_148_34} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:43:49.261655 [ 194 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_148_34} MergeTreeSequentialSource: Reading 7 marks from part all_1_143_33, total 43206 rows starting from the beginning of the part 2026.02.23 16:43:49.261659 [ 278 ] {13ebf045-3eb4-4b55-9fca-9178324863f5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.23 16:43:49.261725 [ 194 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_148_34} MergeTreeSequentialSource: Reading 2 marks from part all_144_144_0, total 160 rows starting from the beginning of the part 2026.02.23 16:43:49.261787 [ 194 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_148_34} MergeTreeSequentialSource: Reading 2 marks from part all_145_145_0, total 163 rows starting from the beginning of the part 2026.02.23 16:43:49.261838 [ 194 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_148_34} MergeTreeSequentialSource: Reading 2 marks from part all_146_146_0, total 160 rows starting from the beginning of the part 2026.02.23 16:43:49.261884 [ 194 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_148_34} MergeTreeSequentialSource: Reading 2 marks from part all_147_147_0, total 160 rows starting from the beginning of the part 2026.02.23 16:43:49.261930 [ 194 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_148_34} MergeTreeSequentialSource: Reading 2 marks from part all_148_148_0, total 886 rows starting from the beginning of the part 2026.02.23 16:43:49.262599 [ 278 ] {13ebf045-3eb4-4b55-9fca-9178324863f5} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:43:49.262641 [ 278 ] {13ebf045-3eb4-4b55-9fca-9178324863f5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2026.02.23 16:43:49.263321 [ 278 ] {13ebf045-3eb4-4b55-9fca-9178324863f5} MergedBlockOutputStream: filled checksums all_141_141_0 (state Temporary) 2026.02.23 16:43:49.263741 [ 278 ] {13ebf045-3eb4-4b55-9fca-9178324863f5} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Renaming temporary part tmp_insert_all_141_141_0 to all_141_141_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:43:49.263887 [ 278 ] {13ebf045-3eb4-4b55-9fca-9178324863f5} executeQuery: Read 50 rows, 91.75 KiB in 0.002309 sec., 21654.395842356 rows/sec., 38.80 MiB/sec. 2026.02.23 16:43:49.263901 [ 137 ] {} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd) (MergerMutator): Selected 6 parts from all_1_136_27 to all_141_141_0 2026.02.23 16:43:49.263945 [ 278 ] {13ebf045-3eb4-4b55-9fca-9178324863f5} TCPHandler: Processed in 0.002514692 sec. 2026.02.23 16:43:49.263953 [ 137 ] {} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:43:49.263987 [ 137 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2026.02.23 16:43:49.264070 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:43:49.264087 [ 186 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_141_28} MergeTask::PrepareStage: Merging 6 parts: from all_1_136_27 to all_141_141_0 into Compact with storage Full 2026.02.23 16:43:49.264170 [ 278 ] {b6700bc3-b6c2-4761-828f-941d27db79f3} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.23 16:43:49.264215 [ 278 ] {b6700bc3-b6c2-4761-828f-941d27db79f3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.23 16:43:49.264327 [ 186 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_141_28} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:43:49.264401 [ 186 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_1_136_27, total 2851 rows starting from the beginning of the part 2026.02.23 16:43:49.264552 [ 186 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_137_137_0, total 43 rows starting from the beginning of the part 2026.02.23 16:43:49.264571 [ 278 ] {b6700bc3-b6c2-4761-828f-941d27db79f3} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:43:49.264614 [ 278 ] {b6700bc3-b6c2-4761-828f-941d27db79f3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2026.02.23 16:43:49.264684 [ 186 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_138_138_0, total 10 rows starting from the beginning of the part 2026.02.23 16:43:49.264816 [ 186 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_139_139_0, total 47 rows starting from the beginning of the part 2026.02.23 16:43:49.264948 [ 186 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_140_140_0, total 10 rows starting from the beginning of the part 2026.02.23 16:43:49.265073 [ 278 ] {b6700bc3-b6c2-4761-828f-941d27db79f3} MergedBlockOutputStream: filled checksums all_148_148_0 (state Temporary) 2026.02.23 16:43:49.265170 [ 186 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_141_141_0, total 50 rows starting from the beginning of the part 2026.02.23 16:43:49.265544 [ 278 ] {b6700bc3-b6c2-4761-828f-941d27db79f3} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Renaming temporary part tmp_insert_all_148_148_0 to all_148_148_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:43:49.265695 [ 278 ] {b6700bc3-b6c2-4761-828f-941d27db79f3} executeQuery: Read 60 rows, 4.14 KiB in 0.001544 sec., 38860.103626943004 rows/sec., 2.62 MiB/sec. 2026.02.23 16:43:49.265732 [ 278 ] {b6700bc3-b6c2-4761-828f-941d27db79f3} TCPHandler: Processed in 0.001712715 sec. 2026.02.23 16:43:49.270386 [ 196 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_148_34} MergeTask::MergeProjectionsStage: Merge sorted 44735 rows, containing 5 columns (5 merged, 0 gathered) in 0.008960014 sec., 4992737.734561576 rows/sec., 340.84 MiB/sec. 2026.02.23 16:43:49.270935 [ 194 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_148_34} MergedBlockOutputStream: filled checksums all_1_148_34 (state Temporary) 2026.02.23 16:43:49.271670 [ 194 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_148_34} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Renaming temporary part tmp_merge_all_1_148_34 to all_1_148_34 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:43:49.271832 [ 194 ] {2f275efb-e653-4fc2-8ea5-0e1fb157e140::all_1_148_34} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140) (MergerMutator): Merged 6 parts: [all_1_143_33, all_148_148_0] -> all_1_148_34 2026.02.23 16:43:49.271919 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.50 MiB. 2026.02.23 16:43:49.276697 [ 200 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_141_28} MergeTask::MergeProjectionsStage: Merge sorted 3011 rows, containing 19 columns (19 merged, 0 gathered) in 0.01265647 sec., 237902.03745594152 rows/sec., 426.31 MiB/sec. 2026.02.23 16:43:49.279586 [ 196 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_141_28} MergedBlockOutputStream: filled checksums all_1_141_28 (state Temporary) 2026.02.23 16:43:49.280265 [ 196 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_141_28} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Renaming temporary part tmp_merge_all_1_141_28 to all_1_141_28 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:43:49.280354 [ 196 ] {74cf2a51-cda5-406d-a91f-09834f1e47bd::all_1_141_28} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd) (MergerMutator): Merged 6 parts: [all_1_136_27, all_141_141_0] -> all_1_141_28 2026.02.23 16:43:49.280502 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.62 MiB. 2026.02.23 16:43:50.000178 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 399.62 MiB, peak 419.67 MiB, free memory in arenas 0.00 B, will set to 404.44 MiB (RSS), difference: 4.82 MiB 2026.02.23 16:43:50.311553 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 48504 2026.02.23 16:43:50.312213 [ 244 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:43:50.312265 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2026.02.23 16:43:50.312749 [ 244 ] {} MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) 2026.02.23 16:43:50.312981 [ 244 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:43:50.313135 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 48504 2026.02.23 16:43:50.313141 [ 133 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 2026.02.23 16:43:50.313215 [ 133 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:43:50.313241 [ 133 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2026.02.23 16:43:50.313385 [ 198 ] {e006da4c-49b0-4d27-967a-f293ec4e8bf5::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.02.23 16:43:50.313540 [ 198 ] {e006da4c-49b0-4d27-967a-f293ec4e8bf5::all_1_101_20} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:43:50.313583 [ 198 ] {e006da4c-49b0-4d27-967a-f293ec4e8bf5::all_1_101_20} MergeTreeSequentialSource: Reading 7 marks from part all_1_96_19, total 46072 rows starting from the beginning of the part 2026.02.23 16:43:50.313664 [ 198 ] {e006da4c-49b0-4d27-967a-f293ec4e8bf5::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 512 rows starting from the beginning of the part 2026.02.23 16:43:50.313716 [ 198 ] {e006da4c-49b0-4d27-967a-f293ec4e8bf5::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 448 rows starting from the beginning of the part 2026.02.23 16:43:50.313766 [ 198 ] {e006da4c-49b0-4d27-967a-f293ec4e8bf5::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 512 rows starting from the beginning of the part 2026.02.23 16:43:50.313811 [ 198 ] {e006da4c-49b0-4d27-967a-f293ec4e8bf5::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 448 rows starting from the beginning of the part 2026.02.23 16:43:50.313857 [ 198 ] {e006da4c-49b0-4d27-967a-f293ec4e8bf5::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 512 rows starting from the beginning of the part 2026.02.23 16:43:50.316790 [ 192 ] {e006da4c-49b0-4d27-967a-f293ec4e8bf5::all_1_101_20} MergeTask::MergeProjectionsStage: Merge sorted 48504 rows, containing 4 columns (4 merged, 0 gathered) in 0.003474212 sec., 13961151.478378406 rows/sec., 199.72 MiB/sec. 2026.02.23 16:43:50.317234 [ 197 ] {e006da4c-49b0-4d27-967a-f293ec4e8bf5::all_1_101_20} MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) 2026.02.23 16:43:50.317542 [ 197 ] {e006da4c-49b0-4d27-967a-f293ec4e8bf5::all_1_101_20} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:43:50.317623 [ 197 ] {e006da4c-49b0-4d27-967a-f293ec4e8bf5::all_1_101_20} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 2026.02.23 16:43:50.317753 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.13 MiB. 2026.02.23 16:43:52.084672 [ 149 ] {} oximeter.measurements_i64 (c4023ee6-d304-4be9-ac18-40ab79ff5d48) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2026.02.23 16:43:52.084740 [ 149 ] {} oximeter.measurements_i64 (c4023ee6-d304-4be9-ac18-40ab79ff5d48): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:43:52.084765 [ 149 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2026.02.23 16:43:52.084881 [ 202 ] {c4023ee6-d304-4be9-ac18-40ab79ff5d48::all_1_5_1} MergeTask::PrepareStage: Merging 5 parts: from all_1_1_0 to all_5_5_0 into Compact with storage Full 2026.02.23 16:43:52.085028 [ 202 ] {c4023ee6-d304-4be9-ac18-40ab79ff5d48::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:43:52.085066 [ 202 ] {c4023ee6-d304-4be9-ac18-40ab79ff5d48::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 6 rows starting from the beginning of the part 2026.02.23 16:43:52.085134 [ 202 ] {c4023ee6-d304-4be9-ac18-40ab79ff5d48::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 15 rows starting from the beginning of the part 2026.02.23 16:43:52.085180 [ 202 ] {c4023ee6-d304-4be9-ac18-40ab79ff5d48::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 6 rows starting from the beginning of the part 2026.02.23 16:43:52.085220 [ 202 ] {c4023ee6-d304-4be9-ac18-40ab79ff5d48::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 9 rows starting from the beginning of the part 2026.02.23 16:43:52.085261 [ 202 ] {c4023ee6-d304-4be9-ac18-40ab79ff5d48::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 6 rows starting from the beginning of the part 2026.02.23 16:43:52.087104 [ 197 ] {c4023ee6-d304-4be9-ac18-40ab79ff5d48::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 42 rows, containing 4 columns (4 merged, 0 gathered) in 0.002274947 sec., 18461.968564542385 rows/sec., 1.32 MiB/sec. 2026.02.23 16:43:52.087299 [ 192 ] {c4023ee6-d304-4be9-ac18-40ab79ff5d48::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2026.02.23 16:43:52.087646 [ 192 ] {c4023ee6-d304-4be9-ac18-40ab79ff5d48::all_1_5_1} oximeter.measurements_i64 (c4023ee6-d304-4be9-ac18-40ab79ff5d48): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:43:52.087728 [ 192 ] {c4023ee6-d304-4be9-ac18-40ab79ff5d48::all_1_5_1} oximeter.measurements_i64 (c4023ee6-d304-4be9-ac18-40ab79ff5d48) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2026.02.23 16:43:52.087826 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. 2026.02.23 16:43:52.943732 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 761 2026.02.23 16:43:52.962634 [ 243 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:43:52.962690 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2026.02.23 16:43:52.968953 [ 243 ] {} MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) 2026.02.23 16:43:52.969674 [ 243 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:43:52.969987 [ 149 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 2026.02.23 16:43:52.970071 [ 149 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:43:52.970103 [ 149 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2026.02.23 16:43:52.970258 [ 197 ] {3c5e35cc-2202-4d2d-a2da-f2d3b912fea0::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.02.23 16:43:52.973024 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 761 2026.02.23 16:43:52.973473 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 2526 2026.02.23 16:43:52.974319 [ 197 ] {3c5e35cc-2202-4d2d-a2da-f2d3b912fea0::all_1_101_20} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:43:52.976028 [ 197 ] {3c5e35cc-2202-4d2d-a2da-f2d3b912fea0::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 723 rows starting from the beginning of the part 2026.02.23 16:43:52.976150 [ 242 ] {} system.query_log (b83b341e-dbaf-448e-9582-20b3e6cd291d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:43:52.976196 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2026.02.23 16:43:52.977464 [ 242 ] {} MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) 2026.02.23 16:43:52.977743 [ 242 ] {} system.query_log (b83b341e-dbaf-448e-9582-20b3e6cd291d): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:43:52.978134 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 2526 2026.02.23 16:43:52.981138 [ 197 ] {3c5e35cc-2202-4d2d-a2da-f2d3b912fea0::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 8 rows starting from the beginning of the part 2026.02.23 16:43:52.986068 [ 197 ] {3c5e35cc-2202-4d2d-a2da-f2d3b912fea0::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 7 rows starting from the beginning of the part 2026.02.23 16:43:52.991120 [ 197 ] {3c5e35cc-2202-4d2d-a2da-f2d3b912fea0::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 8 rows starting from the beginning of the part 2026.02.23 16:43:52.996549 [ 197 ] {3c5e35cc-2202-4d2d-a2da-f2d3b912fea0::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 7 rows starting from the beginning of the part 2026.02.23 16:43:53.000248 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 408.99 MiB, peak 419.67 MiB, free memory in arenas 0.00 B, will set to 404.45 MiB (RSS), difference: -4.54 MiB 2026.02.23 16:43:53.001746 [ 197 ] {3c5e35cc-2202-4d2d-a2da-f2d3b912fea0::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 8 rows starting from the beginning of the part 2026.02.23 16:43:53.068574 [ 192 ] {3c5e35cc-2202-4d2d-a2da-f2d3b912fea0::all_1_101_20} MergeTask::MergeProjectionsStage: Merge sorted 761 rows, containing 679 columns (679 merged, 0 gathered) in 0.098378523 sec., 7735.4281889351 rows/sec., 40.00 MiB/sec. 2026.02.23 16:43:53.071690 [ 199 ] {3c5e35cc-2202-4d2d-a2da-f2d3b912fea0::all_1_101_20} MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) 2026.02.23 16:43:53.073633 [ 199 ] {3c5e35cc-2202-4d2d-a2da-f2d3b912fea0::all_1_101_20} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:43:53.073709 [ 199 ] {3c5e35cc-2202-4d2d-a2da-f2d3b912fea0::all_1_101_20} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 2026.02.23 16:43:53.075940 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.98 MiB. 2026.02.23 16:43:54.000256 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 400.99 MiB, peak 419.67 MiB, free memory in arenas 0.00 B, will set to 404.45 MiB (RSS), difference: 3.46 MiB 2026.02.23 16:43:54.206892 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:43:54.207064 [ 278 ] {5e5c6714-a6d8-4d06-9cf3-54c4fe7f57b9} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.23 16:43:54.207127 [ 278 ] {5e5c6714-a6d8-4d06-9cf3-54c4fe7f57b9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.23 16:43:54.207809 [ 278 ] {5e5c6714-a6d8-4d06-9cf3-54c4fe7f57b9} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:43:54.207846 [ 278 ] {5e5c6714-a6d8-4d06-9cf3-54c4fe7f57b9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2026.02.23 16:43:54.208222 [ 278 ] {5e5c6714-a6d8-4d06-9cf3-54c4fe7f57b9} MergedBlockOutputStream: filled checksums all_149_149_0 (state Temporary) 2026.02.23 16:43:54.208445 [ 278 ] {5e5c6714-a6d8-4d06-9cf3-54c4fe7f57b9} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Renaming temporary part tmp_insert_all_149_149_0 to all_149_149_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:43:54.208597 [ 278 ] {5e5c6714-a6d8-4d06-9cf3-54c4fe7f57b9} executeQuery: Read 76 rows, 6.41 KiB in 0.001582 sec., 48040.455120101135 rows/sec., 3.96 MiB/sec. 2026.02.23 16:43:54.208639 [ 278 ] {5e5c6714-a6d8-4d06-9cf3-54c4fe7f57b9} TCPHandler: Processed in 0.001871148 sec. 2026.02.23 16:43:54.208792 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:43:54.208889 [ 278 ] {fc6bed82-4ca9-4c1e-b9bd-41b01ac2d874} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.23 16:43:54.208930 [ 278 ] {fc6bed82-4ca9-4c1e-b9bd-41b01ac2d874} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.23 16:43:54.209339 [ 278 ] {fc6bed82-4ca9-4c1e-b9bd-41b01ac2d874} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:43:54.209378 [ 278 ] {fc6bed82-4ca9-4c1e-b9bd-41b01ac2d874} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2026.02.23 16:43:54.209668 [ 278 ] {fc6bed82-4ca9-4c1e-b9bd-41b01ac2d874} MergedBlockOutputStream: filled checksums all_147_147_0 (state Temporary) 2026.02.23 16:43:54.209860 [ 278 ] {fc6bed82-4ca9-4c1e-b9bd-41b01ac2d874} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Renaming temporary part tmp_insert_all_147_147_0 to all_147_147_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:43:54.209979 [ 278 ] {fc6bed82-4ca9-4c1e-b9bd-41b01ac2d874} executeQuery: Read 10 rows, 770.00 B in 0.001132 sec., 8833.922261484098 rows/sec., 664.27 KiB/sec. 2026.02.23 16:43:54.210014 [ 278 ] {fc6bed82-4ca9-4c1e-b9bd-41b01ac2d874} TCPHandler: Processed in 0.001307467 sec. 2026.02.23 16:43:54.210127 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:43:54.210223 [ 278 ] {cb1c09f5-a903-463e-9c3b-87d6e322e22f} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.23 16:43:54.210261 [ 278 ] {cb1c09f5-a903-463e-9c3b-87d6e322e22f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.23 16:43:54.210723 [ 278 ] {cb1c09f5-a903-463e-9c3b-87d6e322e22f} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:43:54.210757 [ 278 ] {cb1c09f5-a903-463e-9c3b-87d6e322e22f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2026.02.23 16:43:54.211065 [ 278 ] {cb1c09f5-a903-463e-9c3b-87d6e322e22f} MergedBlockOutputStream: filled checksums all_149_149_0 (state Temporary) 2026.02.23 16:43:54.211265 [ 278 ] {cb1c09f5-a903-463e-9c3b-87d6e322e22f} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Renaming temporary part tmp_insert_all_149_149_0 to all_149_149_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:43:54.211388 [ 278 ] {cb1c09f5-a903-463e-9c3b-87d6e322e22f} executeQuery: Read 74 rows, 5.92 KiB in 0.001142 sec., 64798.59894921191 rows/sec., 5.06 MiB/sec. 2026.02.23 16:43:54.211425 [ 278 ] {cb1c09f5-a903-463e-9c3b-87d6e322e22f} TCPHandler: Processed in 0.001313547 sec. 2026.02.23 16:43:54.211547 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:43:54.211645 [ 278 ] {7a74c7cd-71fe-4051-aec6-f61a30904a7f} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.23 16:43:54.211694 [ 278 ] {7a74c7cd-71fe-4051-aec6-f61a30904a7f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.23 16:43:54.212110 [ 278 ] {7a74c7cd-71fe-4051-aec6-f61a30904a7f} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:43:54.212144 [ 278 ] {7a74c7cd-71fe-4051-aec6-f61a30904a7f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2026.02.23 16:43:54.212466 [ 278 ] {7a74c7cd-71fe-4051-aec6-f61a30904a7f} MergedBlockOutputStream: filled checksums all_149_149_0 (state Temporary) 2026.02.23 16:43:54.212673 [ 278 ] {7a74c7cd-71fe-4051-aec6-f61a30904a7f} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Renaming temporary part tmp_insert_all_149_149_0 to all_149_149_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:43:54.212804 [ 278 ] {7a74c7cd-71fe-4051-aec6-f61a30904a7f} executeQuery: Read 160 rows, 11.41 KiB in 0.001176 sec., 136054.42176870749 rows/sec., 9.48 MiB/sec. 2026.02.23 16:43:54.212840 [ 278 ] {7a74c7cd-71fe-4051-aec6-f61a30904a7f} TCPHandler: Processed in 0.001346637 sec. 2026.02.23 16:43:54.212949 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:43:54.213055 [ 278 ] {36d3e93f-d523-4e61-9961-e47b77b82842} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.23 16:43:54.213115 [ 278 ] {36d3e93f-d523-4e61-9961-e47b77b82842} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.23 16:43:54.213904 [ 278 ] {36d3e93f-d523-4e61-9961-e47b77b82842} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:43:54.213940 [ 278 ] {36d3e93f-d523-4e61-9961-e47b77b82842} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2026.02.23 16:43:54.214447 [ 278 ] {36d3e93f-d523-4e61-9961-e47b77b82842} MergedBlockOutputStream: filled checksums all_142_142_0 (state Temporary) 2026.02.23 16:43:54.214668 [ 278 ] {36d3e93f-d523-4e61-9961-e47b77b82842} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Renaming temporary part tmp_insert_all_142_142_0 to all_142_142_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:43:54.214806 [ 278 ] {36d3e93f-d523-4e61-9961-e47b77b82842} executeQuery: Read 10 rows, 18.35 KiB in 0.001772 sec., 5643.340857787811 rows/sec., 10.11 MiB/sec. 2026.02.23 16:43:54.214871 [ 278 ] {36d3e93f-d523-4e61-9961-e47b77b82842} TCPHandler: Processed in 0.00197171 sec. 2026.02.23 16:43:54.214983 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:43:54.215086 [ 278 ] {9c678f24-268f-443f-84f8-3b12f4c231c2} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.23 16:43:54.215128 [ 278 ] {9c678f24-268f-443f-84f8-3b12f4c231c2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.23 16:43:54.215470 [ 278 ] {9c678f24-268f-443f-84f8-3b12f4c231c2} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:43:54.215504 [ 278 ] {9c678f24-268f-443f-84f8-3b12f4c231c2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2026.02.23 16:43:54.215802 [ 278 ] {9c678f24-268f-443f-84f8-3b12f4c231c2} MergedBlockOutputStream: filled checksums all_149_149_0 (state Temporary) 2026.02.23 16:43:54.216008 [ 278 ] {9c678f24-268f-443f-84f8-3b12f4c231c2} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Renaming temporary part tmp_insert_all_149_149_0 to all_149_149_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:43:54.216134 [ 278 ] {9c678f24-268f-443f-84f8-3b12f4c231c2} executeQuery: Read 60 rows, 4.14 KiB in 0.001066 sec., 56285.17823639774 rows/sec., 3.79 MiB/sec. 2026.02.23 16:43:54.216170 [ 278 ] {9c678f24-268f-443f-84f8-3b12f4c231c2} TCPHandler: Processed in 0.001237295 sec. 2026.02.23 16:43:55.257385 [ 217 ] {} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Found 6 old parts to remove. Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] 2026.02.23 16:43:55.257459 [ 217 ] {} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Removing 6 parts from filesystem (serially): Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] 2026.02.23 16:43:55.260364 [ 217 ] {} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Removing 6 parts from memory: Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] 2026.02.23 16:43:55.305205 [ 222 ] {} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Found 6 old parts to remove. Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] 2026.02.23 16:43:55.305270 [ 222 ] {} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Removing 6 parts from filesystem (serially): Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] 2026.02.23 16:43:55.308491 [ 222 ] {} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Removing 6 parts from memory: Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] 2026.02.23 16:43:56.001230 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 400.45 MiB, peak 419.67 MiB, free memory in arenas 0.00 B, will set to 404.45 MiB (RSS), difference: 4.00 MiB 2026.02.23 16:43:57.577076 [ 144 ] {} DNSResolver: Updating DNS cache 2026.02.23 16:43:57.577137 [ 144 ] {} DNSResolver: Updated DNS cache 2026.02.23 16:43:57.814271 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 48952 2026.02.23 16:43:57.814782 [ 244 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:43:57.814816 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2026.02.23 16:43:57.815284 [ 244 ] {} MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) 2026.02.23 16:43:57.815507 [ 244 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:43:57.815636 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 48952 2026.02.23 16:43:59.209645 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:43:59.209835 [ 278 ] {867b1f46-9bf7-46c2-bf0c-c86b63c13814} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.02.23 16:43:59.209908 [ 278 ] {867b1f46-9bf7-46c2-bf0c-c86b63c13814} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.02.23 16:43:59.210566 [ 278 ] {867b1f46-9bf7-46c2-bf0c-c86b63c13814} oximeter.fields_ipaddr (aca7842a-9245-4e3c-8c67-e3828bf88048): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:43:59.210609 [ 278 ] {867b1f46-9bf7-46c2-bf0c-c86b63c13814} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2026.02.23 16:43:59.210982 [ 278 ] {867b1f46-9bf7-46c2-bf0c-c86b63c13814} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2026.02.23 16:43:59.211202 [ 278 ] {867b1f46-9bf7-46c2-bf0c-c86b63c13814} oximeter.fields_ipaddr (aca7842a-9245-4e3c-8c67-e3828bf88048): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:43:59.211360 [ 278 ] {867b1f46-9bf7-46c2-bf0c-c86b63c13814} executeQuery: Read 3 rows, 228.00 B in 0.001579 sec., 1899.9366687777074 rows/sec., 141.01 KiB/sec. 2026.02.23 16:43:59.211404 [ 278 ] {867b1f46-9bf7-46c2-bf0c-c86b63c13814} TCPHandler: Processed in 0.001898199 sec. 2026.02.23 16:43:59.211524 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:43:59.211620 [ 278 ] {dc781721-25df-403c-a4cb-70d0810981e0} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.23 16:43:59.211661 [ 278 ] {dc781721-25df-403c-a4cb-70d0810981e0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.23 16:43:59.212165 [ 278 ] {dc781721-25df-403c-a4cb-70d0810981e0} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:43:59.212202 [ 278 ] {dc781721-25df-403c-a4cb-70d0810981e0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2026.02.23 16:43:59.212509 [ 278 ] {dc781721-25df-403c-a4cb-70d0810981e0} MergedBlockOutputStream: filled checksums all_150_150_0 (state Temporary) 2026.02.23 16:43:59.212717 [ 278 ] {dc781721-25df-403c-a4cb-70d0810981e0} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Renaming temporary part tmp_insert_all_150_150_0 to all_150_150_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:43:59.212850 [ 278 ] {dc781721-25df-403c-a4cb-70d0810981e0} executeQuery: Read 164 rows, 14.46 KiB in 0.001247 sec., 131515.63753007216 rows/sec., 11.32 MiB/sec. 2026.02.23 16:43:59.212889 [ 278 ] {dc781721-25df-403c-a4cb-70d0810981e0} TCPHandler: Processed in 0.001415659 sec. 2026.02.23 16:43:59.212998 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:43:59.213093 [ 278 ] {3204d8a7-bada-4f84-a1f2-655ea379eed3} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.23 16:43:59.213133 [ 278 ] {3204d8a7-bada-4f84-a1f2-655ea379eed3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.23 16:43:59.213551 [ 278 ] {3204d8a7-bada-4f84-a1f2-655ea379eed3} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:43:59.213589 [ 278 ] {3204d8a7-bada-4f84-a1f2-655ea379eed3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2026.02.23 16:43:59.213872 [ 278 ] {3204d8a7-bada-4f84-a1f2-655ea379eed3} MergedBlockOutputStream: filled checksums all_148_148_0 (state Temporary) 2026.02.23 16:43:59.214082 [ 278 ] {3204d8a7-bada-4f84-a1f2-655ea379eed3} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Renaming temporary part tmp_insert_all_148_148_0 to all_148_148_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:43:59.214210 [ 278 ] {3204d8a7-bada-4f84-a1f2-655ea379eed3} executeQuery: Read 54 rows, 4.02 KiB in 0.001136 sec., 47535.21126760563 rows/sec., 3.46 MiB/sec. 2026.02.23 16:43:59.214248 [ 278 ] {3204d8a7-bada-4f84-a1f2-655ea379eed3} TCPHandler: Processed in 0.001299087 sec. 2026.02.23 16:43:59.214355 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:43:59.214450 [ 278 ] {f3008e31-89b3-4946-ac5f-683a9e2e457e} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.23 16:43:59.214490 [ 278 ] {f3008e31-89b3-4946-ac5f-683a9e2e457e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.23 16:43:59.214958 [ 278 ] {f3008e31-89b3-4946-ac5f-683a9e2e457e} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:43:59.214995 [ 278 ] {f3008e31-89b3-4946-ac5f-683a9e2e457e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2026.02.23 16:43:59.215288 [ 278 ] {f3008e31-89b3-4946-ac5f-683a9e2e457e} MergedBlockOutputStream: filled checksums all_150_150_0 (state Temporary) 2026.02.23 16:43:59.215485 [ 278 ] {f3008e31-89b3-4946-ac5f-683a9e2e457e} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Renaming temporary part tmp_insert_all_150_150_0 to all_150_150_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:43:59.215614 [ 278 ] {f3008e31-89b3-4946-ac5f-683a9e2e457e} executeQuery: Read 145 rows, 11.40 KiB in 0.001181 sec., 122777.30736663844 rows/sec., 9.42 MiB/sec. 2026.02.23 16:43:59.215652 [ 278 ] {f3008e31-89b3-4946-ac5f-683a9e2e457e} TCPHandler: Processed in 0.001347078 sec. 2026.02.23 16:43:59.215763 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:43:59.215859 [ 278 ] {de815efc-bf6a-435f-b0fb-7435e7baa965} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.23 16:43:59.215904 [ 278 ] {de815efc-bf6a-435f-b0fb-7435e7baa965} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.23 16:43:59.216318 [ 278 ] {de815efc-bf6a-435f-b0fb-7435e7baa965} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:43:59.216354 [ 278 ] {de815efc-bf6a-435f-b0fb-7435e7baa965} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2026.02.23 16:43:59.216675 [ 278 ] {de815efc-bf6a-435f-b0fb-7435e7baa965} MergedBlockOutputStream: filled checksums all_150_150_0 (state Temporary) 2026.02.23 16:43:59.216873 [ 278 ] {de815efc-bf6a-435f-b0fb-7435e7baa965} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Renaming temporary part tmp_insert_all_150_150_0 to all_150_150_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:43:59.217000 [ 278 ] {de815efc-bf6a-435f-b0fb-7435e7baa965} executeQuery: Read 163 rows, 11.60 KiB in 0.001159 sec., 140638.48144952545 rows/sec., 9.77 MiB/sec. 2026.02.23 16:43:59.217038 [ 278 ] {de815efc-bf6a-435f-b0fb-7435e7baa965} TCPHandler: Processed in 0.001325637 sec. 2026.02.23 16:43:59.217147 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:43:59.217242 [ 278 ] {13482ea9-65fb-42a0-98c8-cade678804b3} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.23 16:43:59.217295 [ 278 ] {13482ea9-65fb-42a0-98c8-cade678804b3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.23 16:43:59.218218 [ 278 ] {13482ea9-65fb-42a0-98c8-cade678804b3} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:43:59.218255 [ 278 ] {13482ea9-65fb-42a0-98c8-cade678804b3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2026.02.23 16:43:59.218815 [ 278 ] {13482ea9-65fb-42a0-98c8-cade678804b3} MergedBlockOutputStream: filled checksums all_143_143_0 (state Temporary) 2026.02.23 16:43:59.219042 [ 278 ] {13482ea9-65fb-42a0-98c8-cade678804b3} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Renaming temporary part tmp_insert_all_143_143_0 to all_143_143_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:43:59.219184 [ 278 ] {13482ea9-65fb-42a0-98c8-cade678804b3} executeQuery: Read 51 rows, 93.58 KiB in 0.00196 sec., 26020.408163265307 rows/sec., 46.63 MiB/sec. 2026.02.23 16:43:59.219256 [ 278 ] {13482ea9-65fb-42a0-98c8-cade678804b3} TCPHandler: Processed in 0.002159435 sec. 2026.02.23 16:43:59.219372 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:43:59.219469 [ 278 ] {409b0d2e-72bc-4efd-b6ce-31e32bfa1681} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) 2026.02.23 16:43:59.219511 [ 278 ] {409b0d2e-72bc-4efd-b6ce-31e32bfa1681} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2026.02.23 16:43:59.219829 [ 278 ] {409b0d2e-72bc-4efd-b6ce-31e32bfa1681} oximeter.measurements_i64 (c4023ee6-d304-4be9-ac18-40ab79ff5d48): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:43:59.219865 [ 278 ] {409b0d2e-72bc-4efd-b6ce-31e32bfa1681} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2026.02.23 16:43:59.220152 [ 278 ] {409b0d2e-72bc-4efd-b6ce-31e32bfa1681} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.02.23 16:43:59.220354 [ 278 ] {409b0d2e-72bc-4efd-b6ce-31e32bfa1681} oximeter.measurements_i64 (c4023ee6-d304-4be9-ac18-40ab79ff5d48): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:43:59.220477 [ 278 ] {409b0d2e-72bc-4efd-b6ce-31e32bfa1681} executeQuery: Read 9 rows, 651.00 B in 0.001026 sec., 8771.929824561403 rows/sec., 619.63 KiB/sec. 2026.02.23 16:43:59.220514 [ 278 ] {409b0d2e-72bc-4efd-b6ce-31e32bfa1681} TCPHandler: Processed in 0.001191024 sec. 2026.02.23 16:43:59.220621 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:43:59.220716 [ 278 ] {7a31ce06-eb61-47a5-b37f-b1c1df4a2b91} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.23 16:43:59.220756 [ 278 ] {7a31ce06-eb61-47a5-b37f-b1c1df4a2b91} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.23 16:43:59.221083 [ 278 ] {7a31ce06-eb61-47a5-b37f-b1c1df4a2b91} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:43:59.221119 [ 278 ] {7a31ce06-eb61-47a5-b37f-b1c1df4a2b91} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2026.02.23 16:43:59.221405 [ 278 ] {7a31ce06-eb61-47a5-b37f-b1c1df4a2b91} MergedBlockOutputStream: filled checksums all_150_150_0 (state Temporary) 2026.02.23 16:43:59.221604 [ 278 ] {7a31ce06-eb61-47a5-b37f-b1c1df4a2b91} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Renaming temporary part tmp_insert_all_150_150_0 to all_150_150_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:43:59.221736 [ 278 ] {7a31ce06-eb61-47a5-b37f-b1c1df4a2b91} executeQuery: Read 60 rows, 4.14 KiB in 0.001038 sec., 57803.46820809248 rows/sec., 3.90 MiB/sec. 2026.02.23 16:43:59.221772 [ 278 ] {7a31ce06-eb61-47a5-b37f-b1c1df4a2b91} TCPHandler: Processed in 0.001201614 sec. 2026.02.23 16:44:00.474043 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 768 2026.02.23 16:44:00.492748 [ 243 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:44:00.492800 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2026.02.23 16:44:00.499088 [ 243 ] {} MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) 2026.02.23 16:44:00.499795 [ 243 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:44:00.503103 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 768 2026.02.23 16:44:02.978402 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 2554 2026.02.23 16:44:02.981268 [ 242 ] {} system.query_log (b83b341e-dbaf-448e-9582-20b3e6cd291d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:44:02.981315 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2026.02.23 16:44:02.982500 [ 242 ] {} MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) 2026.02.23 16:44:02.982786 [ 242 ] {} system.query_log (b83b341e-dbaf-448e-9582-20b3e6cd291d): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:44:02.982992 [ 135 ] {} system.query_log (b83b341e-dbaf-448e-9582-20b3e6cd291d) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 2026.02.23 16:44:02.983094 [ 135 ] {} system.query_log (b83b341e-dbaf-448e-9582-20b3e6cd291d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:44:02.983134 [ 135 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2026.02.23 16:44:02.983140 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 2554 2026.02.23 16:44:02.983328 [ 188 ] {b83b341e-dbaf-448e-9582-20b3e6cd291d::all_1_76_15} MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full 2026.02.23 16:44:02.984239 [ 188 ] {b83b341e-dbaf-448e-9582-20b3e6cd291d::all_1_76_15} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:44:02.984467 [ 188 ] {b83b341e-dbaf-448e-9582-20b3e6cd291d::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 2404 rows starting from the beginning of the part 2026.02.23 16:44:02.984886 [ 188 ] {b83b341e-dbaf-448e-9582-20b3e6cd291d::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 32 rows starting from the beginning of the part 2026.02.23 16:44:02.985248 [ 188 ] {b83b341e-dbaf-448e-9582-20b3e6cd291d::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 26 rows starting from the beginning of the part 2026.02.23 16:44:02.985607 [ 188 ] {b83b341e-dbaf-448e-9582-20b3e6cd291d::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 28 rows starting from the beginning of the part 2026.02.23 16:44:02.985974 [ 188 ] {b83b341e-dbaf-448e-9582-20b3e6cd291d::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 36 rows starting from the beginning of the part 2026.02.23 16:44:02.986323 [ 188 ] {b83b341e-dbaf-448e-9582-20b3e6cd291d::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 28 rows starting from the beginning of the part 2026.02.23 16:44:02.994527 [ 191 ] {b83b341e-dbaf-448e-9582-20b3e6cd291d::all_1_76_15} MergeTask::MergeProjectionsStage: Merge sorted 2554 rows, containing 72 columns (72 merged, 0 gathered) in 0.011288642 sec., 226245.10547858637 rows/sec., 172.25 MiB/sec. 2026.02.23 16:44:02.996728 [ 191 ] {b83b341e-dbaf-448e-9582-20b3e6cd291d::all_1_76_15} MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) 2026.02.23 16:44:02.997338 [ 191 ] {b83b341e-dbaf-448e-9582-20b3e6cd291d::all_1_76_15} system.query_log (b83b341e-dbaf-448e-9582-20b3e6cd291d): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:44:02.997421 [ 191 ] {b83b341e-dbaf-448e-9582-20b3e6cd291d::all_1_76_15} system.query_log (b83b341e-dbaf-448e-9582-20b3e6cd291d) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 2026.02.23 16:44:02.997769 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.04 MiB. 2026.02.23 16:44:04.196419 [ 225 ] {} oximeter.fields_u32 (3630ead0-c5da-4e23-a9d2-59d0589dc119): Found 5 old parts to remove. Parts: [all_1_15_3, all_16_16_0, all_17_17_0, all_18_18_0, all_19_19_0] 2026.02.23 16:44:04.196480 [ 225 ] {} oximeter.fields_u32 (3630ead0-c5da-4e23-a9d2-59d0589dc119): Removing 5 parts from filesystem (serially): Parts: [all_1_15_3, all_16_16_0, all_17_17_0, all_18_18_0, all_19_19_0] 2026.02.23 16:44:04.199093 [ 225 ] {} oximeter.fields_u32 (3630ead0-c5da-4e23-a9d2-59d0589dc119): Removing 5 parts from memory: Parts: [all_1_15_3, all_16_16_0, all_17_17_0, all_18_18_0, all_19_19_0] 2026.02.23 16:44:04.214840 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:44:04.215120 [ 278 ] {258a35c1-d38f-4345-9bc1-ac37423e2f76} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.02.23 16:44:04.215224 [ 278 ] {258a35c1-d38f-4345-9bc1-ac37423e2f76} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.02.23 16:44:04.216128 [ 278 ] {258a35c1-d38f-4345-9bc1-ac37423e2f76} oximeter.fields_i16 (91b3829e-2a99-49e1-955c-43ffdc3fb409): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:44:04.216170 [ 278 ] {258a35c1-d38f-4345-9bc1-ac37423e2f76} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2026.02.23 16:44:04.216561 [ 278 ] {258a35c1-d38f-4345-9bc1-ac37423e2f76} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2026.02.23 16:44:04.216786 [ 278 ] {258a35c1-d38f-4345-9bc1-ac37423e2f76} oximeter.fields_i16 (91b3829e-2a99-49e1-955c-43ffdc3fb409): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:44:04.216942 [ 278 ] {258a35c1-d38f-4345-9bc1-ac37423e2f76} executeQuery: Read 284 rows, 18.47 KiB in 0.001899 sec., 149552.39599789362 rows/sec., 9.50 MiB/sec. 2026.02.23 16:44:04.216986 [ 278 ] {258a35c1-d38f-4345-9bc1-ac37423e2f76} TCPHandler: Processed in 0.002328718 sec. 2026.02.23 16:44:04.217111 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:44:04.217205 [ 278 ] {f0bfb2e4-e868-4b7b-aa44-241af9d36b02} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.02.23 16:44:04.217245 [ 278 ] {f0bfb2e4-e868-4b7b-aa44-241af9d36b02} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.02.23 16:44:04.217639 [ 278 ] {f0bfb2e4-e868-4b7b-aa44-241af9d36b02} oximeter.fields_ipaddr (aca7842a-9245-4e3c-8c67-e3828bf88048): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:44:04.217676 [ 278 ] {f0bfb2e4-e868-4b7b-aa44-241af9d36b02} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2026.02.23 16:44:04.217958 [ 278 ] {f0bfb2e4-e868-4b7b-aa44-241af9d36b02} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2026.02.23 16:44:04.218155 [ 278 ] {f0bfb2e4-e868-4b7b-aa44-241af9d36b02} oximeter.fields_ipaddr (aca7842a-9245-4e3c-8c67-e3828bf88048): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:44:04.218282 [ 278 ] {f0bfb2e4-e868-4b7b-aa44-241af9d36b02} executeQuery: Read 4 rows, 334.00 B in 0.001095 sec., 3652.9680365296804 rows/sec., 297.87 KiB/sec. 2026.02.23 16:44:04.218319 [ 278 ] {f0bfb2e4-e868-4b7b-aa44-241af9d36b02} TCPHandler: Processed in 0.001256186 sec. 2026.02.23 16:44:04.218429 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:44:04.218522 [ 278 ] {d6b293ef-1144-4541-82f0-6d0abb7b6d07} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.23 16:44:04.218559 [ 278 ] {d6b293ef-1144-4541-82f0-6d0abb7b6d07} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.23 16:44:04.219466 [ 278 ] {d6b293ef-1144-4541-82f0-6d0abb7b6d07} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:44:04.219502 [ 278 ] {d6b293ef-1144-4541-82f0-6d0abb7b6d07} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2026.02.23 16:44:04.219844 [ 278 ] {d6b293ef-1144-4541-82f0-6d0abb7b6d07} MergedBlockOutputStream: filled checksums all_151_151_0 (state Temporary) 2026.02.23 16:44:04.220048 [ 278 ] {d6b293ef-1144-4541-82f0-6d0abb7b6d07} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Renaming temporary part tmp_insert_all_151_151_0 to all_151_151_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:44:04.220177 [ 278 ] {d6b293ef-1144-4541-82f0-6d0abb7b6d07} executeQuery: Read 819 rows, 66.34 KiB in 0.001673 sec., 489539.74895397486 rows/sec., 38.73 MiB/sec. 2026.02.23 16:44:04.220193 [ 136 ] {} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636) (MergerMutator): Selected 6 parts from all_1_146_29 to all_151_151_0 2026.02.23 16:44:04.220214 [ 278 ] {d6b293ef-1144-4541-82f0-6d0abb7b6d07} TCPHandler: Processed in 0.001832908 sec. 2026.02.23 16:44:04.220260 [ 136 ] {} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:44:04.220285 [ 136 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2026.02.23 16:44:04.220347 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:44:04.220377 [ 187 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_151_30} MergeTask::PrepareStage: Merging 6 parts: from all_1_146_29 to all_151_151_0 into Compact with storage Full 2026.02.23 16:44:04.220444 [ 278 ] {866b790a-2776-4a8f-9432-3789e1b9069c} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.23 16:44:04.220465 [ 187 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_151_30} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:44:04.220483 [ 278 ] {866b790a-2776-4a8f-9432-3789e1b9069c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.23 16:44:04.220493 [ 187 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_151_30} MergeTreeSequentialSource: Reading 2 marks from part all_1_146_29, total 2187 rows starting from the beginning of the part 2026.02.23 16:44:04.220554 [ 187 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_151_30} MergeTreeSequentialSource: Reading 2 marks from part all_147_147_0, total 76 rows starting from the beginning of the part 2026.02.23 16:44:04.220598 [ 187 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_151_30} MergeTreeSequentialSource: Reading 2 marks from part all_148_148_0, total 1425 rows starting from the beginning of the part 2026.02.23 16:44:04.220640 [ 187 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_151_30} MergeTreeSequentialSource: Reading 2 marks from part all_149_149_0, total 76 rows starting from the beginning of the part 2026.02.23 16:44:04.220679 [ 187 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_151_30} MergeTreeSequentialSource: Reading 2 marks from part all_150_150_0, total 164 rows starting from the beginning of the part 2026.02.23 16:44:04.220718 [ 187 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_151_30} MergeTreeSequentialSource: Reading 2 marks from part all_151_151_0, total 819 rows starting from the beginning of the part 2026.02.23 16:44:04.220956 [ 278 ] {866b790a-2776-4a8f-9432-3789e1b9069c} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:44:04.220994 [ 278 ] {866b790a-2776-4a8f-9432-3789e1b9069c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2026.02.23 16:44:04.221296 [ 278 ] {866b790a-2776-4a8f-9432-3789e1b9069c} MergedBlockOutputStream: filled checksums all_149_149_0 (state Temporary) 2026.02.23 16:44:04.221513 [ 278 ] {866b790a-2776-4a8f-9432-3789e1b9069c} oximeter.fields_u16 (d6084d08-7327-4770-82fc-9ad3e3ec9f70): Renaming temporary part tmp_insert_all_149_149_0 to all_149_149_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:44:04.221640 [ 278 ] {866b790a-2776-4a8f-9432-3789e1b9069c} executeQuery: Read 156 rows, 9.57 KiB in 0.001214 sec., 128500.823723229 rows/sec., 7.70 MiB/sec. 2026.02.23 16:44:04.221680 [ 278 ] {866b790a-2776-4a8f-9432-3789e1b9069c} TCPHandler: Processed in 0.001380289 sec. 2026.02.23 16:44:04.221796 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:44:04.221888 [ 278 ] {23bbd271-a270-4964-ae70-99fceae165af} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.02.23 16:44:04.221927 [ 278 ] {23bbd271-a270-4964-ae70-99fceae165af} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.02.23 16:44:04.222386 [ 278 ] {23bbd271-a270-4964-ae70-99fceae165af} oximeter.fields_u32 (3630ead0-c5da-4e23-a9d2-59d0589dc119): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:44:04.222421 [ 278 ] {23bbd271-a270-4964-ae70-99fceae165af} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2026.02.23 16:44:04.222424 [ 193 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_151_30} MergeTask::MergeProjectionsStage: Merge sorted 4747 rows, containing 5 columns (5 merged, 0 gathered) in 0.002086373 sec., 2275240.3333440376 rows/sec., 196.15 MiB/sec. 2026.02.23 16:44:04.222655 [ 187 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_151_30} MergedBlockOutputStream: filled checksums all_1_151_30 (state Temporary) 2026.02.23 16:44:04.222709 [ 278 ] {23bbd271-a270-4964-ae70-99fceae165af} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2026.02.23 16:44:04.222906 [ 187 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_151_30} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636): Renaming temporary part tmp_merge_all_1_151_30 to all_1_151_30 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:44:04.222943 [ 278 ] {23bbd271-a270-4964-ae70-99fceae165af} oximeter.fields_u32 (3630ead0-c5da-4e23-a9d2-59d0589dc119): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:44:04.222967 [ 187 ] {6ae9402f-5c38-443c-a059-a44bca03d636::all_1_151_30} oximeter.fields_string (6ae9402f-5c38-443c-a059-a44bca03d636) (MergerMutator): Merged 6 parts: [all_1_146_29, all_151_151_0] -> all_1_151_30 2026.02.23 16:44:04.223025 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.05 MiB. 2026.02.23 16:44:04.223071 [ 278 ] {23bbd271-a270-4964-ae70-99fceae165af} executeQuery: Read 149 rows, 9.86 KiB in 0.0012 sec., 124166.66666666667 rows/sec., 8.02 MiB/sec. 2026.02.23 16:44:04.223109 [ 278 ] {23bbd271-a270-4964-ae70-99fceae165af} TCPHandler: Processed in 0.001360348 sec. 2026.02.23 16:44:04.223225 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:44:04.223317 [ 278 ] {f3f9633a-8850-4e20-a738-3a6cae46498d} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.02.23 16:44:04.223355 [ 278 ] {f3f9633a-8850-4e20-a738-3a6cae46498d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.02.23 16:44:04.223837 [ 278 ] {f3f9633a-8850-4e20-a738-3a6cae46498d} oximeter.fields_u8 (bee44bc4-3670-4879-9501-74bd8c0c3792): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:44:04.223877 [ 278 ] {f3f9633a-8850-4e20-a738-3a6cae46498d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2026.02.23 16:44:04.224168 [ 278 ] {f3f9633a-8850-4e20-a738-3a6cae46498d} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2026.02.23 16:44:04.224373 [ 278 ] {f3f9633a-8850-4e20-a738-3a6cae46498d} oximeter.fields_u8 (bee44bc4-3670-4879-9501-74bd8c0c3792): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:44:04.224497 [ 278 ] {f3f9633a-8850-4e20-a738-3a6cae46498d} executeQuery: Read 148 rows, 8.62 KiB in 0.001197 sec., 123642.43943191312 rows/sec., 7.03 MiB/sec. 2026.02.23 16:44:04.224535 [ 278 ] {f3f9633a-8850-4e20-a738-3a6cae46498d} TCPHandler: Processed in 0.001356948 sec. 2026.02.23 16:44:04.224657 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:44:04.224749 [ 278 ] {2ee5c94d-afcf-4420-be4f-d78131b2630b} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.23 16:44:04.224787 [ 278 ] {2ee5c94d-afcf-4420-be4f-d78131b2630b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.23 16:44:04.225456 [ 278 ] {2ee5c94d-afcf-4420-be4f-d78131b2630b} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:44:04.225492 [ 278 ] {2ee5c94d-afcf-4420-be4f-d78131b2630b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2026.02.23 16:44:04.225806 [ 278 ] {2ee5c94d-afcf-4420-be4f-d78131b2630b} MergedBlockOutputStream: filled checksums all_151_151_0 (state Temporary) 2026.02.23 16:44:04.226015 [ 278 ] {2ee5c94d-afcf-4420-be4f-d78131b2630b} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Renaming temporary part tmp_insert_all_151_151_0 to all_151_151_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:44:04.226131 [ 136 ] {} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2) (MergerMutator): Selected 6 parts from all_1_146_29 to all_151_151_0 2026.02.23 16:44:04.226140 [ 278 ] {2ee5c94d-afcf-4420-be4f-d78131b2630b} executeQuery: Read 504 rows, 36.31 KiB in 0.001408 sec., 357954.54545454547 rows/sec., 25.18 MiB/sec. 2026.02.23 16:44:04.226171 [ 136 ] {} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:44:04.226194 [ 278 ] {2ee5c94d-afcf-4420-be4f-d78131b2630b} TCPHandler: Processed in 0.001585023 sec. 2026.02.23 16:44:04.226195 [ 136 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2026.02.23 16:44:04.226288 [ 191 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_151_30} MergeTask::PrepareStage: Merging 6 parts: from all_1_146_29 to all_151_151_0 into Compact with storage Full 2026.02.23 16:44:04.226368 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:44:04.226376 [ 191 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_151_30} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:44:04.226407 [ 191 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_151_30} MergeTreeSequentialSource: Reading 2 marks from part all_1_146_29, total 1084 rows starting from the beginning of the part 2026.02.23 16:44:04.226458 [ 191 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_151_30} MergeTreeSequentialSource: Reading 2 marks from part all_147_147_0, total 74 rows starting from the beginning of the part 2026.02.23 16:44:04.226462 [ 278 ] {1810b569-cdbf-4b99-921c-70e57890cbe7} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.02.23 16:44:04.226500 [ 191 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_151_30} MergeTreeSequentialSource: Reading 2 marks from part all_148_148_0, total 633 rows starting from the beginning of the part 2026.02.23 16:44:04.226507 [ 278 ] {1810b569-cdbf-4b99-921c-70e57890cbe7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.02.23 16:44:04.226547 [ 191 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_151_30} MergeTreeSequentialSource: Reading 2 marks from part all_149_149_0, total 74 rows starting from the beginning of the part 2026.02.23 16:44:04.226610 [ 191 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_151_30} MergeTreeSequentialSource: Reading 2 marks from part all_150_150_0, total 145 rows starting from the beginning of the part 2026.02.23 16:44:04.226659 [ 191 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_151_30} MergeTreeSequentialSource: Reading 2 marks from part all_151_151_0, total 504 rows starting from the beginning of the part 2026.02.23 16:44:04.226860 [ 278 ] {1810b569-cdbf-4b99-921c-70e57890cbe7} oximeter.measurements_bool (4d7206cf-919d-48fb-bf2a-954f10b7f89e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:44:04.226894 [ 278 ] {1810b569-cdbf-4b99-921c-70e57890cbe7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2026.02.23 16:44:04.227181 [ 278 ] {1810b569-cdbf-4b99-921c-70e57890cbe7} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.02.23 16:44:04.227377 [ 278 ] {1810b569-cdbf-4b99-921c-70e57890cbe7} oximeter.measurements_bool (4d7206cf-919d-48fb-bf2a-954f10b7f89e): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:44:04.227503 [ 278 ] {1810b569-cdbf-4b99-921c-70e57890cbe7} executeQuery: Read 6 rows, 321.00 B in 0.001058 sec., 5671.0775047258985 rows/sec., 296.29 KiB/sec. 2026.02.23 16:44:04.227539 [ 278 ] {1810b569-cdbf-4b99-921c-70e57890cbe7} TCPHandler: Processed in 0.001220355 sec. 2026.02.23 16:44:04.227649 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:44:04.227710 [ 193 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_151_30} MergeTask::MergeProjectionsStage: Merge sorted 2514 rows, containing 5 columns (5 merged, 0 gathered) in 0.00145535 sec., 1727419.521077404 rows/sec., 133.50 MiB/sec. 2026.02.23 16:44:04.227742 [ 278 ] {a0e93487-6e1a-4f48-aff4-87f5a6d4ea41} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.23 16:44:04.227787 [ 278 ] {a0e93487-6e1a-4f48-aff4-87f5a6d4ea41} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.23 16:44:04.227925 [ 189 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_151_30} MergedBlockOutputStream: filled checksums all_1_151_30 (state Temporary) 2026.02.23 16:44:04.228208 [ 189 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_151_30} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2): Renaming temporary part tmp_merge_all_1_151_30 to all_1_151_30 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:44:04.228228 [ 278 ] {a0e93487-6e1a-4f48-aff4-87f5a6d4ea41} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:44:04.228269 [ 278 ] {a0e93487-6e1a-4f48-aff4-87f5a6d4ea41} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2026.02.23 16:44:04.228291 [ 189 ] {c6f6a970-649a-4893-856b-701ebb5f1bd2::all_1_151_30} oximeter.fields_uuid (c6f6a970-649a-4893-856b-701ebb5f1bd2) (MergerMutator): Merged 6 parts: [all_1_146_29, all_151_151_0] -> all_1_151_30 2026.02.23 16:44:04.228391 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.65 MiB. 2026.02.23 16:44:04.228598 [ 278 ] {a0e93487-6e1a-4f48-aff4-87f5a6d4ea41} MergedBlockOutputStream: filled checksums all_151_151_0 (state Temporary) 2026.02.23 16:44:04.228801 [ 278 ] {a0e93487-6e1a-4f48-aff4-87f5a6d4ea41} oximeter.measurements_cumulativeu64 (2f275efb-e653-4fc2-8ea5-0e1fb157e140): Renaming temporary part tmp_insert_all_151_151_0 to all_151_151_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:44:04.228925 [ 278 ] {a0e93487-6e1a-4f48-aff4-87f5a6d4ea41} executeQuery: Read 267 rows, 18.17 KiB in 0.001201 sec., 222314.73771856786 rows/sec., 14.78 MiB/sec. 2026.02.23 16:44:04.228961 [ 278 ] {a0e93487-6e1a-4f48-aff4-87f5a6d4ea41} TCPHandler: Processed in 0.001360078 sec. 2026.02.23 16:44:04.229075 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:44:04.229168 [ 278 ] {66a4cd9d-63b4-486c-87e2-19ba6ed4f145} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.02.23 16:44:04.229208 [ 278 ] {66a4cd9d-63b4-486c-87e2-19ba6ed4f145} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.02.23 16:44:04.229516 [ 278 ] {66a4cd9d-63b4-486c-87e2-19ba6ed4f145} oximeter.measurements_f64 (97dc9cb4-ce5b-499b-8326-a1427ee1bb47): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:44:04.229551 [ 278 ] {66a4cd9d-63b4-486c-87e2-19ba6ed4f145} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2026.02.23 16:44:04.229830 [ 278 ] {66a4cd9d-63b4-486c-87e2-19ba6ed4f145} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.02.23 16:44:04.230022 [ 278 ] {66a4cd9d-63b4-486c-87e2-19ba6ed4f145} oximeter.measurements_f64 (97dc9cb4-ce5b-499b-8326-a1427ee1bb47): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:44:04.230140 [ 278 ] {66a4cd9d-63b4-486c-87e2-19ba6ed4f145} executeQuery: Read 1 rows, 69.00 B in 0.00099 sec., 1010.1010101010102 rows/sec., 68.06 KiB/sec. 2026.02.23 16:44:04.230175 [ 278 ] {66a4cd9d-63b4-486c-87e2-19ba6ed4f145} TCPHandler: Processed in 0.001148504 sec. 2026.02.23 16:44:04.230284 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:44:04.230375 [ 278 ] {9142a6fc-df16-44a8-9070-cd4ae114a396} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.23 16:44:04.230426 [ 278 ] {9142a6fc-df16-44a8-9070-cd4ae114a396} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.23 16:44:04.231204 [ 278 ] {9142a6fc-df16-44a8-9070-cd4ae114a396} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:44:04.231239 [ 278 ] {9142a6fc-df16-44a8-9070-cd4ae114a396} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2026.02.23 16:44:04.231737 [ 278 ] {9142a6fc-df16-44a8-9070-cd4ae114a396} MergedBlockOutputStream: filled checksums all_144_144_0 (state Temporary) 2026.02.23 16:44:04.231946 [ 278 ] {9142a6fc-df16-44a8-9070-cd4ae114a396} oximeter.measurements_histogramu64 (74cf2a51-cda5-406d-a91f-09834f1e47bd): Renaming temporary part tmp_insert_all_144_144_0 to all_144_144_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:44:04.232078 [ 278 ] {9142a6fc-df16-44a8-9070-cd4ae114a396} executeQuery: Read 10 rows, 18.35 KiB in 0.001721 sec., 5810.575246949447 rows/sec., 10.41 MiB/sec. 2026.02.23 16:44:04.232133 [ 278 ] {9142a6fc-df16-44a8-9070-cd4ae114a396} TCPHandler: Processed in 0.001896169 sec. 2026.02.23 16:44:04.232244 [ 278 ] {} TCP-Session: 9be69979-02f4-4d3a-9660-0a0bbe14b3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.23 16:44:04.232337 [ 278 ] {e71cbbe7-105f-4c5a-a092-a3755ed1f0ba} executeQuery: (from [fd00:1122:3344:101::d]:46070) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.23 16:44:04.232377 [ 278 ] {e71cbbe7-105f-4c5a-a092-a3755ed1f0ba} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.23 16:44:04.232718 [ 278 ] {e71cbbe7-105f-4c5a-a092-a3755ed1f0ba} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:44:04.232753 [ 278 ] {e71cbbe7-105f-4c5a-a092-a3755ed1f0ba} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2026.02.23 16:44:04.233041 [ 278 ] {e71cbbe7-105f-4c5a-a092-a3755ed1f0ba} MergedBlockOutputStream: filled checksums all_151_151_0 (state Temporary) 2026.02.23 16:44:04.233237 [ 278 ] {e71cbbe7-105f-4c5a-a092-a3755ed1f0ba} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Renaming temporary part tmp_insert_all_151_151_0 to all_151_151_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:44:04.233356 [ 278 ] {e71cbbe7-105f-4c5a-a092-a3755ed1f0ba} executeQuery: Read 90 rows, 5.77 KiB in 0.001038 sec., 86705.20231213872 rows/sec., 5.43 MiB/sec. 2026.02.23 16:44:04.233354 [ 134 ] {} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786) (MergerMutator): Selected 6 parts from all_1_146_29 to all_151_151_0 2026.02.23 16:44:04.233393 [ 278 ] {e71cbbe7-105f-4c5a-a092-a3755ed1f0ba} TCPHandler: Processed in 0.001197095 sec. 2026.02.23 16:44:04.233429 [ 134 ] {} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:44:04.233454 [ 134 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2026.02.23 16:44:04.233557 [ 196 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_151_30} MergeTask::PrepareStage: Merging 6 parts: from all_1_146_29 to all_151_151_0 into Compact with storage Full 2026.02.23 16:44:04.233688 [ 196 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_151_30} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.23 16:44:04.233724 [ 196 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_151_30} MergeTreeSequentialSource: Reading 3 marks from part all_1_146_29, total 9000 rows starting from the beginning of the part 2026.02.23 16:44:04.233789 [ 196 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_151_30} MergeTreeSequentialSource: Reading 2 marks from part all_147_147_0, total 60 rows starting from the beginning of the part 2026.02.23 16:44:04.233840 [ 196 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_151_30} MergeTreeSequentialSource: Reading 2 marks from part all_148_148_0, total 60 rows starting from the beginning of the part 2026.02.23 16:44:04.233887 [ 196 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_151_30} MergeTreeSequentialSource: Reading 2 marks from part all_149_149_0, total 60 rows starting from the beginning of the part 2026.02.23 16:44:04.233932 [ 196 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_151_30} MergeTreeSequentialSource: Reading 2 marks from part all_150_150_0, total 60 rows starting from the beginning of the part 2026.02.23 16:44:04.233978 [ 196 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_151_30} MergeTreeSequentialSource: Reading 2 marks from part all_151_151_0, total 90 rows starting from the beginning of the part 2026.02.23 16:44:04.236422 [ 186 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_151_30} MergeTask::MergeProjectionsStage: Merge sorted 9330 rows, containing 4 columns (4 merged, 0 gathered) in 0.00291177 sec., 3204236.5983577 rows/sec., 212.00 MiB/sec. 2026.02.23 16:44:04.236757 [ 194 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_151_30} MergedBlockOutputStream: filled checksums all_1_151_30 (state Temporary) 2026.02.23 16:44:04.237221 [ 194 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_151_30} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786): Renaming temporary part tmp_merge_all_1_151_30 to all_1_151_30 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:44:04.237342 [ 194 ] {5401f52d-82ad-4b33-8dc2-874014a6f786::all_1_151_30} oximeter.measurements_u64 (5401f52d-82ad-4b33-8dc2-874014a6f786) (MergerMutator): Merged 6 parts: [all_1_146_29, all_151_151_0] -> all_1_151_30 2026.02.23 16:44:04.237497 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.90 MiB. 2026.02.23 16:44:05.315893 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 49464 2026.02.23 16:44:05.316710 [ 244 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:44:05.316743 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2026.02.23 16:44:05.317203 [ 244 ] {} MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) 2026.02.23 16:44:05.317436 [ 244 ] {} system.asynchronous_metric_log (e006da4c-49b0-4d27-967a-f293ec4e8bf5): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:44:05.317572 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 49464 2026.02.23 16:44:07.000282 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 408.46 MiB, peak 419.67 MiB, free memory in arenas 0.00 B, will set to 404.46 MiB (RSS), difference: -4.00 MiB 2026.02.23 16:44:08.003315 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 776 2026.02.23 16:44:08.021708 [ 243 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.23 16:44:08.021760 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2026.02.23 16:44:08.028026 [ 243 ] {} MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) 2026.02.23 16:44:08.028723 [ 243 ] {} system.metric_log (3c5e35cc-2202-4d2d-a2da-f2d3b912fea0): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.23 16:44:08.031911 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 776